/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2025 | 05:55:31 */
.hidden {
    display: none;
}
.product-filter {
    margin: 0 0 2em;
}
.grid-gutter-sm {
    grid-gap: 1rem !important;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
}
.product-filter__field {
    flex-basis: 1;
    flex-shrink: 0;
    width: 100%;
    margin: .5em 0;
}
.product-filter-mobile {
    margin: 0 0 2em;
}
.product-filter-mobile .product-filter__field {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product-filter-mobile select {
    padding-top: 7px;
    padding-bottom: 7px;
}
.product-filter-mobile .btn {
    background-color: #272728;
    height: 42px;
    padding: 8px;
}
.product-filter-mobile .btn:focus, .product-filter-mobile .btn:hover {
    background: #272728;
    color: #fff;
}
.border--white-small, .product-filter-mobile .btn:focus, .product-filter-mobile .btn:hover {
    border-bottom: 2px solid #fff;
}
.btn[data-action=grid-view-toggle] {
    padding: 8px 0 3px;
    color: #fff;
    border: none;
}
.btn[data-action=grid-view-toggle] .view--grid {
    display: block;
}
.btn[data-action=grid-view-toggle] .view--single {
    display: none;
}
.btn[data-action=grid-view-toggle].single-view .view--single {
    display: block;
}
.btn[data-action=grid-view-toggle].single-view .view--grid {
    display: none;
}
.grid-span-2 {
    grid-column: span 2 / span 2;
}
.modal-backdrop {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.modal-backdrop.active {
    display: block;
}
.modal {
    box-sizing: border-box;
    border: 1px solid #000;
    min-height: 100vh;
    display: none;
    overflow: hidden;
    background: #fff;
}
.modal--active {
    display: block;
}
.modal__header {
    text-align: center;
    text-transform: uppercase;
    padding: 1rem 3.5rem 0;
    overflow: hidden;
}
.modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    padding: 0;
    overflow: hidden;
    background: #fff;
    color: #161618;
    cursor: pointer;
    border: none;
    transition: background-color .25s ease;
}
.modal__close:hover {
	background-color: #fff;
	color: #161618;
}
.modal__title {
    margin: 1rem 0 !important;
    line-height: 1 !important;
    font-size: 2em !important;
    color: #161618 !important;
}
.modal__content {
    overflow-y: auto;
    padding: 2rem;
}
.product-filter__fieldset {
    margin-bottom: 24px;
	border: 0;
}
#filter_modal h3 {
    letter-spacing: 0;
    font-size: 12px;
	color: #000;
}
.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}
.radio-select label {
    display: block;
    text-transform: uppercase;
    background: #fff;
    margin: 2px 0;
    padding: 6px 40px 6px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
	color: #646566;
    font-family: proxima_bold, "Open Sans", Arial, sans-serif;
    position: relative;
}
.radio-select input:checked+label {
    background: #fff;
    color: #3388b9;
    z-index: 1;
}
.btn.btn--full {
	width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
	color: #fff;
	letter-spacing: .1em;
    display: inline-block;
    background-image: none;
    background-color: #161618;
}
@media screen and (min-width: 640px) {
    .modal-backdrop {
        background: rgba(0, 0, 0, .4);
    }
	.modal {
        position: absolute;
        top: 50%;
        left: 50vw;
        transform: translateX(-50%) translateY(-50%);
        min-width: calc(640px - (15px * 2));
        min-height: auto;
        max-height: calc(100vh - (2rem * 2));
        box-shadow: 0 19px 38px rgba(0, 0, 0, .12), 0 15px 12px rgba(0, 0, 0, .22);
        width: 70%;
    }
}
@media screen and (min-width: 988px) {
    .hidden-lg {
        display: none;
    }
	.product-filter {
        margin: -2em 0 2em 0;
    }
	.product-filter__field--last {
        grid-column-start: 4;
    }
}
.form--dark .label, .form--dark label {
    color: #fff;
}
.label, label {
    text-transform: uppercase;
    font-size: 14px !important;
    font-size: .875rem;
    letter-spacing: .1em;
    font-family: proxima_semibold;
    color: #fff;
    margin: 0;
}
.new-tag {
    display: inline-block;
    position: relative;
    padding: 2px .75em 1px;
    font-family: roboto_condensed;
    color: #000;
    z-index: 4;
    text-transform: uppercase;
    font-size: 1em;
    transform: skewY(-5deg) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    margin-bottom: 10px;
}
.card__new.new-tag {
    position: absolute;
    top: 1.5em;
    left: 0;
}
.new-tag:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, #eee, #bcbcbc);
    z-index: -1;
}
select.product-filter__select {
	    width: 100%;
font-family: proxima_regular, "Open Sans", Arial, sans-serif;
}

.categor-bottom-section [role=doc-subtitle] {
    color: #232323 !important;
}
.categor-bottom-section .section-heading{
	color : #646566 !important;
}
.btn:focus, .btn:hover, input[type=submit]:focus, input[type=submit]:hover {
    background-position: right center;
    text-decoration: none;
}
.category-bottom-section a{
	color: #fff !important;
	text-decoration: underline;
}
.category-bottom-section a.btn--search{ 
	text-decoration: none;
}
@media screen and (max-width: 732px) {
	.category-bottom-section a.btn--search{
		 display: block;
    	 margin: 1em auto !important;
	}
}
.card__overlay {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #232323 100%);
    --main-color: $c-white;
}
.form--dark input.inactive, .form--dark select.inactive, .form--dark textarea.inactive {
/*     border-color: transparent !important;
    color: rgba(255, 255, 255, .6); */
}
@media screen and (min-width: 732px) {
    .new-tag {
        font-size: 1.125em;
    }
	.grid-md-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }
	.block-md {
        display: block !important;
    }
}
@media (min-width: 988px) {
    .product-filter {
        margin: 2em 0;
    }
	.grid-lg-cols-4 {
        grid-template-columns: repeat(4, 1fr);
    }
	.grid-lg {
        display: grid;
        grid-gap: 3rem;
    }
}
@media (min-width: 1000px) {
    .product-filter {
        flex-wrap: nowrap;
    }
}