/** Shopify CDN: Minification failed

Line 158:5 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Istok+Web:wght@400;700&display=swap');
 :root {
     --color-white: #ffffff;
     --color-black: #141414;
     --color-yellow: #F2B93A;
     --color-gray: #737373;
     --font-heading: "Classy Vogue", sans-serif;
     --font-body: "Istok Web", sans-serif;
     --text-xss: 12px;
     --text-xs: clamp(12px,2.222vw,16px);
     --text-xxs: clamp(14px,3.333vw,16px);
     --text-xxss: clamp(14px,3.333vw,20px);
     --text-sm: clamp(16px,3.333vw,20px);
     --text-ssm: 20px;
     --text-smm: 16px;
     --text-md: 24px;
     --text-mdd: clamp(16px,3.333vw,24px);
     --text-mddl: clamp(20px,3.333vw,24px);
     --text-mdl: 28px;
     --text-llgg: clamp(16px,3.333vw,28px);
     --text-llg: clamp(20px,3.333vw,28px);
     --text-lg: clamp(24px,3.333vw,28px);
     --text-mldd: clamp(28px,3.333vw,32px);
     --text-mmdd: clamp(24px,3.333vw,32px);
     --text-lgg: clamp(20px,3.333vw,40px);
     --text-xlg: clamp(32px,3.333vw,40px);
     --text-xlgg: clamp(28px,3.333vw,40px);
     --text-xllg: clamp(28px,3.333vw,48px);
     --text-xl: clamp(24px,3.333vw,40px);
     --text-xxgg: clamp(28px,3.333vw,44px);
     --text-xxg: clamp(32px,3.333vw,44px);
     --text-xxlg: clamp(32px,3.333vw,48px);
     --text-xxlgg: clamp(32px,3.333vw,52px);
     --text-xxl: clamp(32px,3.333vw,56px);
     --text-xxxl: clamp(32px,4.444vw,72px);
}
 html{
     max-width:3840px;
     margin:0 auto;
     scroll-behavior: smooth;
}

 *{
     margin:0;
     padding:0;
     box-sizing:border-box;
}
 body {
     font-family: var(--font-body);
     font-size: var(--text-xs);
     color: var(--color-black);
     background: var(--color-white);
}
 h1, h2, h3, h4, h5, h6 {
     font-family: var(--font-heading);
     font-weight:400;
}
 .container{
     max-width:2560px;
     margin:0 auto;
     padding:0 clamp(20px,3.333vw,80px);
}
 ul{
     list-style-type:none;
     padding:0;
}
 a{
     text-decoration:none;
     color:var(--color-black);
}
 img, .placeholder-svg{
     width:100%;
     height:100%;
     object-fit: cover;
}
 .btn{
     color:var(--color-yellow);
     font-size:var(--text-smm);
     font-family:var(--font-body);
     font-weight:700;
     text-transform:uppercase;
     position:relative;
     padding-right: 25px 
}
 .btn::after {
     content: "";
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     width: 15px;
     height: 12px;
     background-color: var(--color-yellow);
    /* icon color */
     -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12'%3E%3Cpath d='M9.34625 11.3075L8.29225 10.223L12.1115 6.40375H0V4.90375H12.1115L8.29225 1.0845L9.34625 0L15 5.65375L9.34625 11.3075Z'/%3E%3C/svg%3E") no-repeat center;
     mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 12'%3E%3Cpath d='M9.34625 11.3075L8.29225 10.223L12.1115 6.40375H0V4.90375H12.1115L8.29225 1.0845L9.34625 0L15 5.65375L9.34625 11.3075Z'/%3E%3C/svg%3E") no-repeat center;
     -webkit-mask-size: contain;
     mask-size: contain;
}
 .body-lock-scroll{
     overflow-y:hidden !important;
}
 .visually-hidden{
     display:none;
}
 .social-media{
     display:flex;
     gap:20px;
}
 input,select,textarea {
     background: #F3F3F3;
     padding: 18px 12px;
     padding-right: 45px;
     width: 100%;
     border: none;
     outline: none;
     box-sizing: border-box;
     font-family:var(--font-body);
     color:var(--color-gray);
}
 input::placeholder, select::placeholder, textarea::placeholder{
     font-size:var(--text-xss);
     color:var(--color-gray);
}
 select {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
 select::-ms-expand {
     display: none;
}
 input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
/* Firefox */
 input[type="number"] {
     -moz-appearance: textfield;
     appearance: textfield;
}
 .disabled{
     opacity:0.5;
     pointer-events:none;
}
 .swiper-pagination-bullet-active{
     background:black !important;
}
 .featured-swiper_wrapper{
     display: flex;
     gap: 20px;
     margin-top: 40px;
    s 
}
 .featured-view{
     display: flex;
     grid-column: 1 / span 2;
     font-size: var(--text-smm);
     justify-content: center;
     align-items: center;
     gap: 10px;
     color:var(--color-black);
     font-weight:700;
     text-transform:uppercase;
}
 .featured-view svg path{
     fill:var(--color-black);
}
 .swiper-button-next, .swiper-button-prev{
     color: var(--color-black) !important;
     background: #F3F3F3;
     width: 40px !important;
     height: 40px !important;
     padding: 10px;
     font-weight: bold;
}
 .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
     font-size:14px !important;
}
 .global-overlay{
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: #0000008a;
     z-index: 9;
     opacity:0;
     visibility: hidden;
     transition :0.3s ease;
}
 .global-overlay.active{
     opacity:1;
     visibility: visible;
}
 .btn-close{
     width:32px;
     height:32px;
     display:flex;
     justify-content:center;
     align-items:center;
     background:#F3F3F3;
     outline:none;
     border:none;
     cursor:pointer;
}
 .form-success-message{
     background: #148b14b0;
     padding: 8px;
     text-align: center;
     color: var(--color-white);
     margin-top:10px;
}
 .breadcrumb{
     display:flex;
     gap:5px;
}
 .breadcrumb *{
     font-size:var(--text-smm);
     color:var(--color-gray);
}
 strong{
     color:var(--color-gray);
}
 .collection-empty{
     text-align: center;
     font-size: var(--text-sm);
}
 button{
     font-family:var(--font-body);
}
/* Product Card */
 .product-card_wrapper {
     overflow:hidden;
     position:relative;
}
 .product-card {
     background: #fff;
     width: 100%;
     cursor: pointer;
     transition:0.3s ease;
}
 .product-image {
     width: 100%;
     background: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     position:relative;
     overflow: hidden;
}
 .product-image .quick-add{
     position: absolute;
     bottom: -70px;
     width: 100%;
     display: flex;
     justify-content: center;
     transition:0.4s ease;
}
 .product-image .quick-add .add_to_cart{
     background:var(--color-white);
     width:90%;
     border:1px solid transparent;
}
 .product-card:hover .product-image .quick-add{
     bottom:10px;
}
 .product-card:hover .wishlist-btn{
     right:20px;
}
 .product-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
     transition: transform 0.6s ease;
     aspect-ratio: 3 / 3.3;
}
 .product-card_content {
     display: flex;
     flex-direction:column;
     align-items: center;
     gap: 12px;
     padding: 16px 0 6px;
     margin-top: 0;
}
 .product-card_content .product-price{
     order:2;
}
 .product-card_content h3 {
     font-size: var(--text-ssm);
     text-align:center;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     color: var(--color-black);
     flex: 1;
     margin: 0;
}
 .product-card_content .product-price {
     font-size: var(--text-smm);
     font-weight: 400;
     color:var(--color-gray);
     white-space: nowrap;
     letter-spacing: 0.03em;
}
 .product-description {
     font-size: var(--text-smm);
     color: var(--color-gray);
     line-height: 1.5;
     margin-top: 4px;
     letter-spacing: 0.01em;
     text-align:center;
     overflow: hidden;
     text-overflow: ellipsis;
     width: 100%;
}
 .sale-price{
     opacity:0.5;
     text-decoration:line-through;
}
 .product-image {
     position: relative;
     overflow: hidden;
}
 .product-image .product-img {
     display: block;
     width: 100%;
     transition: opacity 0.4s ease, transform 0.4s ease;
}
 .product-image .secondary-img {
     position: absolute;
     inset: 0;
     opacity: 0;
     object-fit:cover;
}
 .product-card:hover .has-secondary-image .primary-img {
     opacity: 0;
}
 .product-card:hover .has-secondary-image .secondary-img {
     opacity: 1;
    /* transform: scale(1.05);
     */
}
 .quick-mob{
     display:none;
}
/* Featured */
 .featured_wrapper{
     padding:clamp(20px,3.333vw,80px);
     padding-right:20px;
}
 .featured_wrapper .featured_main{
     display:flex;
     justify-content:space-between;
     align-items:center;
     gap:clamp(10px,3.333vw,40px);
}
 .featured_wrapper .featured_text-wrapper{
     max-width:20%;
}
 .featured_wrapper .featured_content{
     max-width:70%;
}
 .featured_wrapper .featured_text{
     display:flex;
     flex-direction:column;
     gap:20px;
}
 .featured_wrapper .featured_text .heading{
     font-size:var(--text-xlg);
     font-weight:400;
}
 .featured_wrapper .featured_text .f-text{
     font-size:var(--text-smm);
     color:var(--color-gray);
}
 .featured_wrapper .featured_text .btn{
     color:var(--color-black);
     width:fit-content;
}
 .featured_wrapper .featured_text .btn::after{
     background:var(--color-black);
}
 .featured-swiper_wrapper .swiper-button-next, .featured-swiper_wrapper .swiper-button-prev{
     position:unset !important;
}
 .card-wrapper .card-content{
     padding:20px;
     background:#F3F3F3;
     height: 267px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     gap:20px;
}
 .card-wrapper .card-text{
     font-size:var(--text-sm);
     color:#363636;
}
 .card-wrapper .card-footer h3{
     font-size:var(--text-sm);
     color:var(--color-black);
}
 .card-wrapper .card-footer p{
     font-size:var(--text-smm);
     color:var(--color-gray);
}
/* Quantity Selector */
 .quantity-selector_wrapper{
     display:flex;
     justify-content:space-between;
     align-items:center;
}
 .qs-container {
     display: inline-flex;
     align-items: center;
     gap: 0;
     font-family: inherit;
}
 .qs-input {
     width: 32px;
     height: 32px;
     border: none;
     text-align: center;
     font-size: var(--text-smm);
     font-weight: 700;
     background: transparent;
     padding: 0;
     outline: none;
     color:var(--color-black);
     -moz-appearance: textfield;
}
 .qs-input::-webkit-outer-spin-button, .qs-input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}
 .qs-btn {
     width: 32px;
     height: 32px;
     background: #ffffff;
     border: 1px solid #D9D9D9;
     border-radius: 2px;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0;
     transition: 0.2s;
}
 .qs-btn span {
     font-size: 24px;
     font-weight: 700;
     color: #181818;
     display: inline-flex;
     height: 32px;
}
 .qs-btn:hover {
     border-color: #999;
     background: #f9f9f9;
}
 .qs-btn:disabled {
     opacity: 0.5;
     cursor: not-allowed;
}
 .button{
     padding:clamp(8px,1.3333vw,12px) 20px;
     border:1px solid #141414;
     outline:none;
     cursor:pointer;
     font-size:var(--text-smm);
     color:var(--color-black);
     text-transform:capitalize;
     background:transparent;
     font-family:var(--font-body);
     display:flex;
     justify-content:center;
     align-items:center;
}
 .button.btn-primary{
     background:transparent;
     color:var(--color-black);
     transition:0.3s ease;
}
 .button.btn-primary:hover{
     background:var(--color-black);
     color:var(--color-white);
}
 .button.btn-secondary{
     background:var(--color-black);
     color:var(--color-white);
}
 .stock-out{
     cursor:none;
     pointer-events:none;
     opacity:0.5;
}
/* Announcement Bar */
 .announcement-wrapper{
     padding:8px 0;
     position: relative;
     z-index: 9;
}
 .announcement-wrapper p{
     text-align:center;
     font-size:var(--text-xxs);
}
/* Banner */
 .banner_wrapper .banner-main {
     position: relative;
}
 .banner_wrapper .banner-main svg{
     width:100%;
     height:100%;
}
 .banner-content .content{
     margin: 0 0 auto;
}
 .banner_wrapper .banner-content_wrapper {
     max-width: 100%;
     z-index: 10;
     display: flex;
     justify-content: center;
     height: 100%;
     width:100%;
}
 .banner_wrapper .banner-content {
     width:100%;
}
 .banner_wrapper .banner-subheading{
     font-size: var(--text-xs);
}
 .banner_wrapper picture, .banner_wrapper video {
     display: block;
     line-height: 0;
     width: 100%;
     object-fit:cover;
}
 .banner_wrapper .banner-heading {
     margin: 20px 0 10px;
}
 .banner_wrapper .banner-text {
     margin-bottom: 15px;
     font-size:var(--text-smm);
}
 .banner_wrapper .swiper-slide {
     position: relative;
}
 .banner_wrapper .swiper-pagination {
     bottom: 16px;
     z-index: 20;
}
 .banner_wrapper .swiper-pagination-bullet {
     background: #fff;
     opacity: 0.6;
}
 .banner_wrapper .swiper-pagination-bullet-active {
     opacity: 1;
}
 .banner_wrapper .swiper-button-prev, .banner_wrapper .swiper-button-next {
     color: #fff;
     z-index: 20;
}
/* Image Column */
 .image-column_wrapper .image-column_main{
     padding:clamp(10px,3.333vw,40px) 0 0;
}
 .image-column_wrapper .column-heading{
     display:flex;
     flex-direction:row;
     justify-content:space-between;
     align-items:center;
     gap:5px;
     padding-top:clamp(0px,3.333vw,40px);
     padding-bottom:clamp(0px,3.333vw,40px);
}
 .image-column_wrapper .column-heading .heading{
     font-size:var(--text-xlg);
}
 .column-heading .c-btn{
     background-color:black;
     padding:12px 60px 12px 40px;
     color:var(--color-white);
}
 .column-heading .c-btn.btn:after{
     right: 32px;
     background-color: var(--color-white);
}
 .image-column_wrapper .imag-column_grid{
     display:grid;
     grid-template-columns:repeat(2,1fr);
     margin-top:30px;
}
 .image-column_wrapper .imag-column_grid .grid-item{
     line-height:0;
     position:relative;
}
 .image-column_wrapper .imag-column_grid .grid-item .item-content{
     position: absolute;
     bottom: clamp(20px,3.333vw,40px);
     padding-left:clamp(20px,3.333vw,40px);
     display: flex;
     justify-content: space-between;
     width: 90%;
     flex-wrap: wrap;
     line-height: 30px;
}
 .image-column_wrapper .imag-column_grid .grid-item .item-content h3{
     font-size:var(--text-mldd);
}
 .image-column_wrapper .imag-column_grid .grid-item .img-wrap{
     width:100%;
     height:auto;
}
 .image-column_wrapper .imag-column_grid .grid-img {
     width: 100%;
     height: clamp(250px, 60vw, 870px);
     object-fit: cover;
}
 .image-column_wrapper .imag-column_grid .grid-item .img-wrap{
     position: relative;
     overflow: hidden;
}
 .image-column_wrapper .imag-column_grid .grid-item .img-wrap::after{
     content: "";
     position: absolute;
     inset: 0;
     background-image: linear-gradient(to top, rgba(0, 0, 0, 60%), rgba(0, 0, 0, 0));
     z-index: 1;
}
 .image-column_wrapper .imag-column_grid .grid-item .item-content{
     z-index: 2;
}
 .grid-column-wrapper .grid-column {
     display: flex;
     align-items: center;
     min-height: 550px;
}
 .grid-column-wrapper .grid-column:nth-child(even) {
     flex-direction: row-reverse;
}
 .grid-column-wrapper .grid-column .grid-image {
     flex: 1;
     min-width: 50%;
     height: 550px;
}
 .grid-column-wrapper .grid-column .grid-image .g-img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .grid-column-wrapper .grid-column .grid-text {
     flex: 1;
     padding:clamp(20px,3.333vw,40px);
}
 .grid-column-wrapper .grid-column .grid-text .heading {
     font-size: var(--text-xlgg);
     color: var(--color-black);
     margin-bottom: 20px;
     font-weight: normal;
}
 .grid-column-wrapper .grid-column .grid-text .content {
     font-size: var(--text-sm);
     color: var(--color-gray);
}
 .text-column_wrapper{
     padding:clamp(20px,3.3333vw,60px);
     background-color:#F3F3F3;
     margin-top:60px;
}
 .text-column_wrapper .text-column{
     display:grid;
     align-items: center;
}
 .text-column_wrapper .text-column_item svg{
     width:100%;
     height:100%;
}
 .text-column_wrapper .text-column_item svg path{
     fill:black;
}
 .text-column_wrapper .text-column .text-column_item{
     padding: 0 20px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     gap:5px;
     height:100%;
}
 .text-column_wrapper .text-column .text-column_item i{
     margin-bottom:clamp(10px,3.333vw,30px);
}
 .text-column_main .heading{
     text-align:center;
     font-size:var(--text-mldd);
     font-weight:400;
     color:var(--color-black);
     margin-bottom:40px;
}
 .text-column_main .text-column_item h3{
     font-size:var(--text-ssm);
     font-weight:400;
     color:var(--color-black);
}
 .text-column_main .text-column_item div{
     color:var(--color-gray);
     font-size:var(--text-smm);
}
 .text-column_wrapper .text-column .text-column_item .text-icon{
     margin-bottom:15px;
     width: 32px;
     height: 32px;
     padding: 4px;
}
 .text-column_main .text-column_item h3, .text-column_main .text-column_item div{
     text-align:center;
}
/* Accordion */
 .accordion-item {
     border-bottom: 1px solid #D9D9D9;
}
 .accordion-toggle {
     width: 100%;
     padding: 16px 0;
     display: flex;
     align-items: center;
     justify-content: space-between;
     background: none;
     border: none;
     cursor: pointer;
}
 .accordion-toggle span{
     font-size: var(--text-ssm);
     font-weight: normal;
     color: var(--color-black);
     text-align:start;
}
 .accordion-content {
     display: grid;
     grid-template-rows: 0fr;
     transition: grid-template-rows 0.4s ease;
}
 .accordion-inner {
     overflow: hidden;
     padding-bottom: 0;
     transition: padding-bottom 0.4s ease;
}
 .accordion-item.active .accordion-content {
     grid-template-rows: 1fr;
}
 .accordion-item.active .accordion-inner {
     padding-bottom: 16px;
     color: var(--color-gray);
     font-size: var(--text-smm);
}
/* Chevron */
 .accordion-icon svg {
     transition: transform 0.4s ease;
}
 .accordion-item .accordion-icon svg {
     transform: rotate(180deg);
}
 .accordion-item.active .accordion-icon svg {
     transform: rotate(360deg);
}
/* Plus Minus */
 .icon-minus{
     display: none;
}
 .accordion-item.active .icon-plus{
     display: none;
}
 .accordion-item.active .icon-minus{
     display: inline;
}
 table{
     width: 100%;
     border-collapse: collapse;
     border: 1px solid #D9D9D9;
     overflow: hidden;
     background: #fff;
}
 table thead{
     background: #F5F5F5;
}
 table th, table td{
     padding: 20px 10px;
     text-align: left;
     border-bottom: 1px solid #D9D9D9;
}
 table th{
     font-size: var(--text-sm);
     font-weight: 500;
     color: var(--color-black);
     font-family:var(--font-heading) 
}
 table td{
     font-size: var(--text-smm);
     color: var(--color-black);
}
 table tbody tr:last-child td{
     border-bottom: 0;
}
/* Cart Drawer */
 aside.cart-drawer{
     position: fixed;
     top: 0;
     right: -100%;
     background: white;
     width: 513px;
     height: 100%;
     z-index: 99999;
     opacity:0;
     visibility:hidden;
     transition:0.3s ease;
}
 aside.cart-drawer.active{
     opacity:1;
     visibility:visible;
     right:0;
}
 aside.cart-drawer .cart-drawer-main{
     padding: clamp(20px,3.333vw,40px);
     height: 100%;
     display: flex;
     flex-direction: column;
     box-sizing: border-box;
}
 aside.cart-drawer .cart-drawer-main .cart-drawer_header{
     padding-bottom: 16px;
     border-bottom: 1px solid #D9D9D9;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-shrink: 0;
}
 aside.cart-drawer .cart-drawer-main .cart-drawer_header h3{
     font-size: var(--text-mdl);
     color: var(--color-black);
}
 aside.cart-drawer .cart-drawer-main .cart-drawer_header h3 span{
     font-size: var(--text-sm);
     color: var(--color-black);
     font-weight: normal;
     margin-left: 10px;
}
 aside.cart-drawer .cart-drawer-main .cart-drawer_main {
     flex: 1;
     overflow-y: auto;
     padding: 20px 0;
     scrollbar-width: none;
     -ms-overflow-style: none;
}
 aside.cart-drawer .cart-drawer-main .cart-drawer_main::-webkit-scrollbar {
     display: none;
}
 aside.cart-drawer .cart-drawer-main .cart-drawer_footer{
     padding-top: 20px;
     flex-shrink: 0;
     display:flex;
     flex-direction:column;
     gap:10px;
}
 aside.cart-drawer .cart-drawer-main .cart-drawer_footer .button{
     display:block;
     text-align:center;
}
 .ajax_addto_cart{
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     height:40px;
}
 .ajax_addto_cart.loading .btn-text{
     display: none;
}
 .ajax_addto_cart .btn-spinner{
     display: none;
     width: 18px;
     height: 18px;
}
 .ajax_addto_cart.loading .btn-spinner{
     display: inline-flex;
     align-items: center;
     justify-content: center;
}
 .ajax_addto_cart.loading{
     opacity: 0.7;
     pointer-events: none;
}
 .spinner{
     width: 18px;
     height: 18px;
     animation: spin 1s linear infinite;
}
 .spinner circle{
     fill: none;
     stroke: currentColor;
     stroke-width: 3;
     stroke-linecap: round;
     stroke-dasharray: 90;
     stroke-dashoffset: 60;
}
 @keyframes spin{
     100% {
         transform: rotate(360deg);
    }
}
 .list-collection_wrapper{
     margin:40px 0;
}
 .list-collection_wrapper .heading{
     font-size:var(--text-xxl);
}
 .list-collection {
     display: grid;
     grid-template-columns: repeat(4,1fr);
     gap: 20px;
}
 .list-collection_wrapper .coll_img, .list-collection_wrapper svg{
     height:450px;
}
 .list-collection_wrapper .list-collection a h3{
     font-size:var(--text-sm);
     color:var(--color-black);
     margin:15px 0;
     text-align:center;
}
/* Collection */
 #slide_tNadgw .banner-content_wrapper, #slide_H7LHEQ .banner-content_wrapper{
     padding-bottom:0 !important;
}
 .template-list-collections .btn::after{
     background-color: #141414;
}
 .template-list-collections .collection-grid.featured-grid{
     gap:58px !important;
}
 .template-collection .product-card_content, .template-collection .product-description {
     padding-left: 15px;
     padding-right: 15px;
}
 .template-collection .collection-item.swiper-slide .product-card_content, .template-collection .collection-item.swiper-slide .product-description {
     padding-left: 0;
     padding-right: 0;
}
 .template-collection .btn:after{
     background-color:var(--color-black) !important;
}
 .collection-wrapper {
     padding: clamp(20px,3.333vw,60px) 0;
}
 .collection-filter_wrapper {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
     gap: 0;
     padding-bottom: 0;
     margin-bottom: 0;
     position: relative;
}
 .filter-divider {
     width: 1px;
     height: 16px;
     background: #222;
     margin: 0 8px;
}
 .filter-btn {
     background: none;
     border: none;
     cursor: pointer;
     font-size: var(--text-smm);
     font-weight: 500;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     padding: 14px 16px;
     color: #222;
     display: flex;
     align-items: center;
     gap: 6px;
     position: relative;
     white-space: nowrap;
}
 .filter-btn.active {
     border-bottom: 2px solid #222;
     margin-bottom: -1px;
}
 .filter-dropdown {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     background: #fff;
     border-top: 1px solid #222;
     border-bottom: 1px solid #eee;
     padding: 20px 24px;
     z-index: 9999;
     min-width: 420px;
     box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
 .filter-dropdown.open {
     display: block;
}
 .filter-dropdown-inner {
     display: flex;
     gap: 0;
}
 .filter-col {
     flex: 1;
     display: flex;
     flex-direction: column;
     gap: 10px;
}
 .filter-col-divider {
     width: 1px;
     background: #eee;
     margin: 0 24px;
     flex-shrink: 0;
}
 .filter-select-actions {
     display: flex;
     gap: 20px;
     margin-bottom: 16px;
     padding-bottom: 12px;
     border-bottom: 1px solid #eee;
}
 .filter-select-actions button {
     background: none;
     border: none;
     cursor: pointer;
     font-size: 10px;
     font-weight: 600;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     padding: 0;
     color: #222;
     text-decoration: underline;
}
 .filter-checkbox-label {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 11px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     cursor: pointer;
     color: #222;
}
 .filter-checkbox-label input[type="checkbox"] {
     width: 14px;
     height: 14px;
     accent-color: #222;
     cursor: pointer;
     flex-shrink: 0;
}
 .filter-checkbox-label .filter-count {
     color: #999;
     font-size: 10px;
     margin-left: auto;
}
 .sort-dropdown {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     background: #fff;
     border-top: 1px solid #222;
     padding: 8px 0;
     z-index: 9999;
     min-width: 220px;
     box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
 .sort-dropdown.open {
     display: block;
}
 .sort-option {
     display: block;
     width: 100%;
     background: none;
     border: none;
     text-align: left;
     padding: 10px 20px;
     font-size: 11px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     cursor: pointer;
     color: #222;
}
 .sort-option:hover, .sort-option.selected {
     background: #f5f5f5;
}
 .active-filters {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     gap: 8px;
     padding: 14px 0;
     margin-bottom: 8px;
}
 .active-filters:empty {
     display: none;
}
 .active-filter-tag {
     display: flex;
     align-items: center;
     gap: 6px;
     border: 1px solid #222;
     padding: 4px 10px;
     font-size: 10px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
}
 .active-filter-tag button {
     background: none;
     border: none;
     cursor: pointer;
     font-size: 14px;
     line-height: 1;
     padding: 0;
     color: #222;
}
 .clear-all-btn {
     background: none;
     border: none;
     cursor: pointer;
     font-size: 10px;
     font-weight: 600;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     text-decoration: underline;
     color: #222;
     padding: 0;
     margin-left: 8px;
}
 .collection-grid {
     display: grid;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     gap: 12px;
}
 .collection-grid.featured-grid{
     gap:28px;
     margin-bottom: 40px;
}
 .collection-product {
     padding-top: 24px;
}
 .filter-price-range {
     display: flex;
     flex-direction: column;
     gap: 12px;
}
 .filter-price-inputs {
     display: flex;
     align-items: center;
     gap: 8px;
     margin-top: 8px;
}
 .filter-price-inputs input {
     width: 80px;
     border: 1px solid #ddd;
     padding: 6px 8px;
     font-size: 11px;
     text-align: center;
}
 .filter-price-inputs span {
     font-size: 11px;
     color: #999;
}
 .filter-price-apply {
     background: #222;
     color: #fff;
     border: none;
     padding: 8px 16px;
     font-size: 10px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     cursor: pointer;
     margin-top: 4px;
     width: fit-content;
}
 .product-price_wrapper .regular-price{
     font-size:var(--text-mldd);
     color:var(--color-black);
}
 .product-price_wrapper .incl-vat{
     color:var(--color-gray);
     font-size:var(--text-smm);
}
 .impr-form .form-row{
     display:flex;
     gap:20px;
}
 .impr-form .form-section{
     margin-bottom:30px;
}
 .impr-form .form-section h2{
     margin-bottom:15px;
     font-size:var(--text-ssm) 
}
 .impr-form .form-section input, .impr-form .form-section textarea, .impr-form .form-section input::placeholder, .impr-form .form-section textarea::placeholder{
     font-size:var(--text-smm);
}
 .impr-form .form-row .form-group{
     width:100%;
}
 .impr-form .form-group.full-width{
     margin-top:20px;
}
 .impr-form .form-actions button.wf{
     width:100%;
}
 .p-search_wrapper{
     height: 70vh;
     overflow-y: scroll;
}
/* Predictive Search */
 #predictive-search-results{
    /* position: absolute;
     top: 109px;
     */
     width: 100%;
     background: white;
     left: 0;
     border-top: 1px solid #0000000d;
     margin-top:25px;
}
 #predictive-search-results .predictive-search-results {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 40px;
     padding-top: 20px;
     padding-bottom: 20px;
}
 .collection-wrapper .collection-product .coll-fimg{
     position:relative;
     grid-column:1/span 2;
     height: 100%;
     line-height: 0;
}
 .collection-wrapper .collection-product .coll-fimg img{
     max-height:357px;
}
 .collection-wrapper .collection-product .coll-fimg::before{
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     background-image: linear-gradient(to top, #0000006e, #00000000);
}
 .collection-wrapper .collection-product .img-heading{
     position: absolute;
     bottom: 0;
     color: var(--color-white);
     width: 100%;
     text-align: center;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: var(--text-md);
     line-height:normal;
}
 .collection-wrapper .collection-item_wrapper {
     grid-column: 1 / span 2;
}
 .collection-header{
     margin-bottom:30px;
     display:flex;
     justify-content:space-between;
     align-items:center;
}
 .collection-header .heading{
     font-size: 32px;
     padding-left: 16px;
}
 .collection-header .featured-swiper_wrapper{
     margin-top:0;
}
 .coll-view-all-btn svg path{
     fill:var(--color-black);
}
 .swiper-wrapper .collection-item.swiper-slide:nth-child(even) {
     padding-left: 5px;
}
 .swiper-wrapper .collection-item.swiper-slide:nth-child(odd) {
     padding-right: 5px;
}
 .main-pagination{
     display:flex;
     align-items:center;
     justify-content:center;
     gap:20px;
     margin-bottom:40px;
}
 .main-pagination .pagination-pages{
     display:flex;
     align-items:center;
     gap:8px;
}
 .main-pagination .pagination-pages a, .main-pagination .pagination-pages span{
     color:#999;
     text-decoration:none;
     font-size:24px;
     line-height:1;
     font-family:var(--font-heading);
     width:52px;
     text-align: center;
}
 .main-pagination .pagination-pages .active{
     color:#111;
     font-weight:400;
}
 .main-pagination .pagination-arrow{
     width:52px;
     height:52px;
     display:flex;
     align-items:center;
     justify-content:center;
     background:#F3F3F3;
    ;
     color:#111;
     text-decoration:none;
     font-size:28px;
}
 .main-pagination .pagination-arrow.disabled{
     opacity:.4;
     pointer-events:none;
}
 .coll_btn{
     text-align:center;
     margin-bottom:40px;
}
 .coll_btn a{
     color:var(--color-black);
     font-size:var(--text-smm);
}
 .collection-grid .pagination{
     grid-column:1/span 4;
     margin-top:40px;
}
 .newsletter-wrapper{
     padding: clamp(40px,3.333vw,60px) 0;
}
 .newsletter-wrapper .newsletter-main{
     display:flex;
     flex-direction:column;
     align-items:Center;
     gap:40px;
}

 .newsletter-wrapper .image-wrapper, .newsletter-wrapper .newsletter-form{
     width:100%;
}
 .newsletter-wrapper .image-wrapper svg{
     background:var(--color-white);
}
 .newsletter-form .heading{
     font-size:var(--text-lgg);
}
 .newsletter-form .text, .newsletter-form .b-text{
     font-size:var(--text-smm);
     margin:20px 0;
     width:80%;
}
 .newsletter-form .n-email{
     display:flex;
     flex-direction:column;
     gap:10px;
}
 .newsletter-form .n-email .form-success-message{
     flex:1;
     margin:0;
}
 .newsletter-form .n-email input[type="email"], .newsletter-form .n-email button[type="submit"]{
     width:100%;
}
 .newsletter-form .n-email input[type="email"]{
     background:transparent;
     border:1px solid var(--color-gray);
     color:var(--color-white);
     font-size:var(--text-smm);
     padding:12px 20px;
}
 .newsletter-form .n-email button[type="submit"]{
     background:var(--color-yellow);
     border:1px solid transparent;
     font-size:var(--text-smm);
     font-weight:bold;
     text-transform:uppercase;
     padding:12px 24px;
     display: flex;
     justify-content:center;
     align-items:center;
     gap: 15px;
     cursor:pointer;
}
 .newsletter-form .n-email button[type="submit"] svg path{
     fill:var(--color-black);
}
 .newsletter-main .image-wrapper .n-img {
     aspect-ratio: 11 / 9;
     height:350px;
}
.featured-blogs_wrapper{
    padding:clamp(20px,3.333vw,80px);
  }
  .f-blog_header{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:center;
    padding-top:20px;
  }
  .f-blog_header .heading .h-text{
    font-size:var(--text-xlgg);
    text-align:center;
  }
  .f-blog_header .heading .text{
    font-size:var(--text-smm);
    color:var(--color-gray);
    margin:10px 0;
    text-align:center;
  }
  .f-blog_header .btn{
    color:var(--color-black);
  }
  .f-blog_header .btn::after{
    background-color:var(--color-black);
  }
  .f-blog{
    display:flex;
    flex-direction:column;
    gap:20px;
    width:100%;
    justify-content:space-between;
    margin-top:40px;
  }
  .f-blog .f-blog_featured{
    width:100%;
    display:flex;
    gap:20px;
    flex-direction:column;
  }
  .f-blog .f-blog-card_wrapper{
    width:100%;
  }
  .f-blog .f-blog_featured .f-blog_content{
    width: 100%;
    height: 100%;
    background: #F3F3F3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .f-blog .f-blog_featured .f-blog_content .hd-text{
      font-size:var(--text-mddl)
  }
  .f-blog .f-blog_featured .f-blog_content .p-text{
    font-size:var(--text-smm);
    color:var(--color-gray);
    margin:20px 0;
  }
  .f-blog .f-blog_featured .f-blog_img{
    width:100%;
    height:100%;
  }
  .f-blog .f-blog_featured .blog-btn{
    background:var(--color-black);
    padding: 12px 40px;
    text-align:center;
    color:var(--color-white);
  }
  .f-blog .f-blog_featured .btn::after{
    right: auto;
    padding-left: 20px;
    background:white;
  }
  .f-blog-card_wrapper .r-hd{
    font-size:36px;
    margin-bottom:20px;
    text-align:center;
  }
  .f-blog-card_wrapper .blog-card{
    padding:12px;
    background:#F3F3F3;
    margin-bottom:20px;
    display:block;
  }
  .f-blog-card_wrapper .blog-card:last-child {
    margin-bottom: 0;
  }

  .f-blog-card_wrapper .blog-c-heading{
   display: flex;
    gap:5px;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
  }
  .f-blog-card_wrapper .blog-c-heading .bc-hd{
    font-size:20px;
  }
   .f-blog-card_wrapper .blog-c-heading span{
    font-size:var(--text-smm);
    color:var(--color-gray);
    white-space:nowrap;
   }
  .f-blog-card_wrapper .b-excerpt{
    font-size:var(--text-smm);
    color:var(--color-gray);
  }
  .f-blog-card_wrapper .blog-card .bc-img{
        height:176px;
    }
    .f-blog .f-blog_featured .f-blog_img{
        height:268px;
    }
    .testimonial-main_wrapper{
    padding:clamp(20px,3.333vw,80px);
    background:#F3F3F3;
  }
  .testimonial-main{
    margin:30px 0;
  }
  .testimonial-header{
    margin:0 0 60px;
  }
  .testimonial-main .testimonial-swiper {
    max-width:1240px;
    padding:0;
  }
  .testimonial-main .heading{
    font-size:var(--text-xlg);
    text-align:center;
  }
  .testimonial-main .ptext{
    text-align:center;
    font-size:var(--text-sm);
    color:var(--color-gray);
    margin-top:10px;
  }
  .testimonial-main .testimonial-card{
    height:336px;
    background:white;
    padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .testimonial-main .testimonial-card .text{
    font-size:var(--text-smm);
  }
  .testimonial-main .testimonial-card .t-author_wrapper{
    border-top:1px solid #D9D9D9;
    padding-top:20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction:column;
  }
  .testimonial-main .testimonial-card .t-author .author{
    font-size:var(--text-mddl);
    color:var(--color-black);
    margin-bottom:10px;
  }
  .testimonial-main .testimonial-card .t-author span{
    font-size:var(--text-smm);
    color:var(--color-gray);
  }
   .testimonial-main .testimonial-card .t-author_wrapper .t-stars{
    display:flex;
    gap:6px;
    margin-top:10px;
   }
   .testimonial-main .testimonial-card .t-author_wrapper .t-stars svg{
    width:20px;
   }
   .testimonial-navigation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:20px;
    margin-top: 40px;
   }
   .testimonial-navigation .swiper-btn{
     position:unset;
     width:100% !important;
     background: white;
     height: 60px !important;
   }
    
 @media(min-width:1024px){
     .newsletter-wrapper .image-wrapper, .newsletter-wrapper .newsletter-form{
         width:50%;
    }
     .newsletter-wrapper .newsletter-main, .newsletter-form .n-email{
         flex-direction:row;
    }
     .newsletter-form .n-email input[type="email"]{
         width:70%;
    }
     .newsletter-form .n-email button[type="submit"]{
         width:30%;
    }
     .newsletter-main .image-wrapper .n-img{
         aspect-ratio:11/5;
         height:auto;
    }
    .f-blog_header{
       flex-direction:row;
       align-items:end;
    }
    .f-blog_header .heading .h-text{
        text-align:start;
    }
    .f-blog-card_wrapper .r-hd{
      font-size:24px;
      text-align:start;
    }
    .f-blog-card_wrapper .blog-card .bc-img{
        height:140px;
    }
    .f-blog-card_wrapper .blog-c-heading .bc-hd{
      font-size:16px;
    }
    .f-blog,
    .f-blog .f-blog_featured{
        flex-direction:row;
    }
    .f-blog .f-blog_featured .f-blog_content{
        width:30%
    }
    .f-blog .f-blog_featured{
        width:80%;
    }
    .f-blog .f-blog_featured .f-blog_img{
        width:70%;
    }
    .f-blog .f-blog-card_wrapper{
        width:20%;
    }
    .f-blog .f-blog_featured .f-blog_img{
        height:100%;
    }
    .f-blog_header .heading .text{
        text-align:start;
    }
    .testimonial-main .testimonial-card .t-author_wrapper{
       flex-direction:row;
       align-items:center;
    }
     .collection-wrapper .collection-product .coll-fimg{
         grid-column: 1 / span 1;
    }
     .collection-wrapper .collection-grid{
         padding:0;
    }
     .collection-wrapper .collection-item_wrapper {
         grid-column: 2 / span 3;
    }
    .testimonial-main .testimonial-swiper{
        padding:0 20px;
    }
     .featured_wrapper{
        padding-right:0;
    }
}
 @media(min-width:749px){
     .featured-view{
         display:none;
    }
}
 @media (max-width: 1024px) {
     .collection-wrapper .collection-item_wrapper {
         grid-column: 1 / span 2;
    }
     .collection-item_wrapper .swiper {
         overflow: visible !important;
    }
     .collection-item_wrapper .swiper-wrapper {
         display: grid !important;
         grid-template-columns: repeat(2, 1fr);
         gap: 10px;
         transform: none !important;
         transition-duration: 0s !important;
    }
     .collection-item_wrapper .swiper-slide {
         width: 100% !important;
         margin-right: 0 !important;
    }
     .collection-grid .pagination{
         grid-column:1/span 2;
         margin-top:0px;
    }
     .text-column_main .heading{
         margin-top:30px;
    }
}

 @media(min-width:768px){
     .collection-wrapper .collection-product .coll-fimg img{
         max-height:750px;
         aspect-ratio: 5 / 5.57;
    }
}
 @media (max-width: 1023px) {
     .collection-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
 @media (max-width: 749px) {
     .collection-grid {
         grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
        row-gap: 40px;
        padding:0 15px;
    }
     .filter-dropdown {
         min-width: calc(100vw - 32px);
         left: 0;
    }
}
 @media(max-width:1024px){
    
     .featured_wrapper .featured_main{
         flex-direction:column;
    }
     .featured_wrapper .featured_text-wrapper, .featured_wrapper .featured_content{
         max-width:100%;
         margin-bottom:20px;
    }
     .quick-mob{
         display:block;
         margin:10px 0;
    }
     .quick-mob button{
         width:100%;
    }
     .product-image form, .featured-swiper_wrapper{
         display:none !important;
    }
     #predictive-search-results .predictive-search-results{
         grid-template-columns:repeat(2,1fr);
         gap:15px;
    }
     .collection-wrapper .collection-product .coll-fimg::before{
         background-image: linear-gradient(to top, transparent, transparent);
    }
     .collection-wrapper .collection-product .img-heading{
         position:unset;
         transform:unset;
         color:var(--color-black);
         width:100%;
         margin-top:20px;
    }
     .collection-wrapper .collection-product .img-heading br{
         display:none;
    }
     .list-collection {
         grid-template-columns: repeat(2,1fr);
    }
}
 @media (max-width: 767px) {
     aside.cart-drawer{
         right:unset;
         bottom:-100%;
         height:80%;
         top:unset;
    }
     aside.cart-drawer.active{
         bottom:0;
    }
     aside.cart-drawer{
         width:100%;
    }
     .grid-column-wrapper .grid-column {
         flex-direction: column !important;
    }
     .grid-column-wrapper .grid-column .grid-text {
         order: 2;
    }
     .grid-column-wrapper .grid-column .grid-image {
         order: 2;
         width: 100%;
         height: 100%;
    }
     .text-column_wrapper .text-column .text-column_item{
         padding:0;
    }
     .policies_wrapper .policies-main{
         display:block;
    }
     .policies_wrapper .policies-main .policies-page_links{
         display:none;
    }
     .image-column_wrapper .imag-column_grid{
         grid-template-columns:repeat(1,1fr);
    }
     .product-image img{
        /* aspect-ratio: 2 / 3.22;
         */
         aspect-ratio: 2 / 2.1;
    }
     .card-wrapper .card-content{
         height:215px;
    }
     .product-description{
         text-align:center;
         display: -webkit-box;
         -webkit-box-orient: vertical;
         -webkit-line-clamp: 2;
    }
     .grid-column-wrapper .grid-column .grid-text{
         text-align:center;
    }
     .impr-form input, .impr-form textarea {
         width: 100%;
         box-sizing: border-box;
    }
     .impr-form .form-row {
         flex-direction: column;
    }
     .image-column_wrapper .column-heading{
         flex-direction: column;
         gap: 20px;
    }
     .image-column_wrapper .imag-column_grid .grid-item .img-wrap::after{
         background-image: linear-gradient(to top, transparent, transparent);
    }
     .list-collection_wrapper .coll_img, .list-collection_wrapper svg{
         height:250px;
    }
     .ajax_addto_cart{
         height:40px;
    }
     .main-pagination .pagination-arrow{
         height: 32px;
    }
     .main-pagination .pagination-arrow, .main-pagination .pagination-pages a, .main-pagination .pagination-pages span{
         width:32px;
    }
     .pagination-pages a, .main-pagination .pagination-pages span{
         font-size:var(--text-smm) !important;
    }
     .main-pagination{
         gap:8px;
    }
     #template--30093321830737__text_column_B7qbRe .text-column_main.container{
         padding:0;
    }
}

.newsletter-wrapper .image-wrapper,
.f-blog .f-blog_featured .f-blog_img,
.f-blog-card_wrapper .blog-card .bc-img,
.mega-menu_item.lv-2.img,
.banner-img-wrapper,
.collection-wrapper .collection-product .coll-fimg,
.blog-image,
.blog-f-img,
.grid-column-wrapper .grid-column .grid-image,
.nav-drawer-img a,
.coll-img,
.image-text-main .text-img{
    overflow:hidden;
}
.coll-img{
    height:100%;
}
.image-fill {
  transform: scale(1.25);
  transition: transform 2s ease;
}

.image-fill.zoom-in {
  transform: scale(1);
}
.product-img.image-fill,
.product-media-item .image-fill,
.f-logo.image-fill,
.h-logo.image-fill{
   transform: scale(1); 
}