html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-foreground);background:var(--color-background);font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}html,body,.main-content{overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:transparent;color:inherit}input,select,textarea{font-family:inherit;font-size:inherit}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-to-content:focus{position:fixed;top:8px;left:8px;width:auto;height:auto;padding:8px 12px;background:var(--color-foreground);color:var(--color-background);z-index:999}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:500;color:var(--color-foreground);margin:0;line-height:1.15;letter-spacing:-.01em}.h1{font-size:clamp(2rem,5vw,3.5rem)}.h2{font-size:clamp(1.5rem,3.5vw,2.25rem)}.h3{font-size:1.35rem}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;color:var(--color-muted);font-weight:500}.muted{color:var(--color-muted)}p{margin:0 0 1rem}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section-py{padding:72px 0}.section-py-sm{padding:48px 0}.grid{display:grid;gap:24px}.flex{display:flex}.center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;border-radius:2px;transition:background-color .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}.btn-primary{background:var(--color-foreground);color:var(--color-background)}.btn-primary:hover{background:var(--color-accent)}.btn-outline{background:transparent;color:var(--color-foreground);border:1px solid var(--color-foreground)}.btn-outline:hover{background:var(--color-foreground);color:var(--color-background)}.btn-block{width:100%}.site-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;max-width:1280px;margin:0 auto;gap:32px}.brand{font-family:var(--font-heading);font-size:1.35rem;letter-spacing:.22em;line-height:1.1;text-align:center}.brand small{display:block;font-size:.68rem;letter-spacing:.4em;color:var(--color-muted);margin-top:2px;font-family:var(--font-body)}.nav-links{display:flex;gap:36px;list-style:none;margin:0;padding:0}.nav-links a{font-size:.86rem;color:var(--color-foreground);transition:color .2s}.nav-links a:hover{color:var(--color-accent)}.header-icons{display:flex;gap:20px;align-items:center}.icon-btn{display:inline-flex;align-items:center;justify-content:center;padding:6px;color:var(--color-foreground);position:relative}.icon-btn:hover{color:var(--color-accent)}.icon-btn svg{width:20px;height:20px}.cart-count{position:absolute;top:-2px;right:-4px;background:var(--color-foreground);color:var(--color-background);font-size:.65rem;min-width:16px;height:16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.menu-toggle{display:none}.hero{position:relative;min-height:520px;display:flex;align-items:center;background:var(--color-surface);overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f5f1ead9,#f5f1ea66 60%,#f5f1ea00)}.hero-content{position:relative;z-index:2;padding:80px 24px;max-width:1280px;margin:0 auto;width:100%}.hero-title{font-size:clamp(2.2rem,5vw,3.6rem);font-weight:500;max-width:520px;margin-bottom:20px;line-height:1.1}.hero-subtitle{max-width:460px;color:var(--color-muted);margin-bottom:32px}.features-strip{padding:40px 0;border-bottom:1px solid var(--color-border)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-item{display:flex;align-items:center;gap:14px}.feature-icon{width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border);display:inline-flex;align-items:center;justify-content:center;color:var(--color-accent);flex-shrink:0}.feature-icon svg{width:20px;height:20px}.feature-title{font-size:.9rem;font-weight:500;margin:0 0 2px;font-family:var(--font-body)}.feature-desc{font-size:.78rem;color:var(--color-muted)}.section-heading{text-align:center;margin-bottom:40px}.section-heading h2{font-size:clamp(1.6rem,3vw,2.1rem)}.collections-row{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-bottom:32px}.collection-card{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:4px;background:var(--color-surface)}.collection-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-card:hover img{transform:scale(1.05)}.collection-card-label{position:absolute;left:16px;bottom:16px;color:#fff;font-family:var(--font-heading);font-size:1.1rem;line-height:1.1;text-shadow:0 1px 6px rgba(0,0,0,.3)}.best-sellers-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.arrow-btns{display:flex;gap:8px}.arrow-btns button{width:34px;height:34px;border:1px solid var(--color-border);border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.arrow-btns button:hover{background:var(--color-foreground);color:var(--color-background)}.arrow-btns svg{width:14px;height:14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-grid.cols-3{grid-template-columns:repeat(3,1fr)}.product-card{position:relative;display:block}.product-card-media{position:relative;aspect-ratio:1/1;background:var(--color-surface);border-radius:4px;overflow:hidden;margin-bottom:12px}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card-media img{transform:scale(1.04)}.product-card-wish{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:#ffffffe6;display:inline-flex;align-items:center;justify-content:center;color:var(--color-foreground);opacity:0;transition:opacity .2s}.product-card:hover .product-card-wish{opacity:1}.product-card-wish svg{width:15px;height:15px}.product-card-title{font-size:.88rem;font-weight:400;color:var(--color-foreground);margin:0 0 4px;font-family:var(--font-body);line-height:1.35}.product-card-price{font-size:.88rem;color:var(--color-muted)}.banner{position:relative;overflow:hidden;border-radius:4px;padding:60px 48px;background:var(--color-surface)}.banner-content{max-width:380px}.banner-img{position:absolute;right:0;top:0;bottom:0;width:55%}.banner-img img{width:100%;height:100%;object-fit:cover}.testimonials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.testimonial{background:var(--color-surface);padding:28px;border-radius:4px;border:1px solid var(--color-border)}.testimonial-text{font-size:.9rem;margin-bottom:16px;color:var(--color-foreground);font-style:italic}.testimonial-author{font-size:.8rem;color:var(--color-muted)}.newsletter{background:var(--color-surface);padding:40px 32px;border-radius:4px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px;border:1px solid var(--color-border)}.newsletter h3{font-size:1.4rem;margin-bottom:6px}.newsletter p{color:var(--color-muted);font-size:.88rem;margin:0}.newsletter-form{display:flex;gap:8px;min-width:380px}.newsletter-form input{flex:1;padding:12px 16px;border:1px solid var(--color-border);background:#fff;border-radius:2px;outline:none}.newsletter-form input:focus{border-color:var(--color-foreground)}.newsletter-form button{padding:12px 24px;background:var(--color-foreground);color:var(--color-background);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;border-radius:2px}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:64px 0 24px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px}.footer-brand-text{color:var(--color-muted);font-size:.88rem;margin-top:12px;max-width:320px}.footer-col h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.14em;margin-bottom:16px;font-family:var(--font-body);font-weight:500}.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.footer-col a{font-size:.86rem;color:var(--color-muted)}.footer-col a:hover{color:var(--color-foreground)}.footer-social{display:flex;gap:14px;margin-top:16px}.footer-social a{color:var(--color-muted)}.footer-social a:hover{color:var(--color-accent)}.footer-social svg{width:20px;height:20px}.footer-bottom{border-top:1px solid var(--color-border);padding-top:20px;display:flex;justify-content:space-between;font-size:.78rem;color:var(--color-muted)}.footer-bottom-links{display:flex;gap:24px}.collection-layout{display:grid;grid-template-columns:240px 1fr;gap:40px}.collection-filters h4{font-family:var(--font-body);font-size:.86rem;text-transform:uppercase;letter-spacing:.12em;font-weight:500;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--color-border)}.filter-group{margin-bottom:24px}.filter-group summary{font-size:.9rem;padding:10px 0;cursor:pointer;display:flex;justify-content:space-between;list-style:none}.filter-group summary::-webkit-details-marker{display:none}.filter-list{display:grid;gap:8px;padding:6px 0}.filter-list label{font-size:.85rem;color:var(--color-muted);display:flex;align-items:center;gap:8px;cursor:pointer}.filter-list label:hover{color:var(--color-foreground)}.color-swatches{display:flex;gap:10px;margin-top:8px}.color-swatches span{width:22px;height:22px;border-radius:50%;border:1px solid var(--color-border);cursor:pointer}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;font-size:.86rem;color:var(--color-muted)}.sort-select{padding:8px 12px;border:1px solid var(--color-border);background:#fff;border-radius:2px}.pagination{display:flex;justify-content:center;gap:6px;margin-top:40px}.pagination a,.pagination span{min-width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;font-size:.86rem;border:1px solid var(--color-border);border-radius:2px}.pagination a:hover,.pagination .current{background:var(--color-foreground);color:var(--color-background)}.breadcrumb{padding:20px 0;font-size:.82rem;color:var(--color-muted)}.breadcrumb a:hover{color:var(--color-foreground)}.breadcrumb .sep{margin:0 8px}.product-page{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding-bottom:60px}.product-gallery{display:grid;grid-template-columns:80px 1fr;gap:12px}.thumb-list{display:grid;gap:8px}.thumb{aspect-ratio:1/1;background:var(--color-surface);border-radius:3px;overflow:hidden;cursor:pointer;border:1px solid transparent}.thumb.active{border-color:var(--color-foreground)}.thumb img{width:100%;height:100%;object-fit:cover}.main-image{aspect-ratio:1/1;background:var(--color-surface);border-radius:3px;overflow:hidden}.main-image img{width:100%;height:100%;object-fit:cover}.product-info h1{font-family:var(--font-heading);font-size:2rem;line-height:1.15;margin-bottom:12px}.stars{color:#c89b5f;display:inline-flex;gap:2px;margin-right:8px}.stars svg{width:14px;height:14px}.rating-line{display:flex;align-items:center;margin-bottom:20px;font-size:.85rem;color:var(--color-muted)}.product-price{font-size:1.4rem;margin-bottom:20px;font-family:var(--font-heading)}.product-desc{color:var(--color-muted);margin-bottom:24px;font-size:.9rem}.option-block{margin-bottom:20px}.option-label{font-size:.85rem;margin-bottom:10px;display:block}.color-options{display:flex;gap:10px}.color-options button{width:28px;height:28px;border-radius:50%;border:1px solid var(--color-border)}.color-options button.selected{outline:2px solid var(--color-foreground);outline-offset:2px}.qty-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:2px}.qty-selector button{padding:10px 14px;font-size:1rem}.qty-selector input{width:48px;text-align:center;border:none;outline:none;background:transparent}.product-actions{display:grid;gap:10px;margin-bottom:30px}.product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:20px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:30px}.product-benefit{display:flex;gap:10px;align-items:flex-start;font-size:.8rem;color:var(--color-muted)}.product-benefit strong{display:block;color:var(--color-foreground);font-weight:500;margin-bottom:2px}.product-tabs{border-bottom:1px solid var(--color-border);display:flex;gap:32px;margin-bottom:24px;padding:40px 0 0}.product-tab{padding:10px 0;font-size:.9rem;color:var(--color-muted);border-bottom:2px solid transparent}.product-tab.active{color:var(--color-foreground);border-color:var(--color-foreground)}.tab-panel{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:20px 0 60px}.tab-panel img{border-radius:3px}.tab-panel ul{padding-left:18px;margin:12px 0}.tab-panel li{font-size:.88rem;margin-bottom:8px}.cart-layout{display:grid;grid-template-columns:2fr 1fr;gap:40px}.cart-table{width:100%}.cart-table-header{display:grid;grid-template-columns:3fr 1fr 1fr 1fr;gap:16px;padding:12px 0;border-bottom:1px solid var(--color-border);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted)}.cart-item{display:grid;grid-template-columns:3fr 1fr 1fr 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--color-border);align-items:center}.cart-item-info{display:flex;gap:16px;align-items:center}.cart-item-img{width:80px;height:80px;background:var(--color-surface);border-radius:3px;overflow:hidden}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-title{font-size:.92rem;margin-bottom:4px}.cart-summary{background:var(--color-surface);padding:28px;border-radius:3px;border:1px solid var(--color-border);align-self:start}.cart-summary h3{font-family:var(--font-body);font-size:.9rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--color-border);font-weight:500}.summary-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:12px}.summary-row.total{border-top:1px solid var(--color-border);padding-top:12px;margin-top:12px;font-weight:600;font-size:1rem}.discount-notice{background:var(--color-background);padding:10px 14px;border-radius:2px;font-size:.8rem;margin:12px 0;color:var(--color-muted)}.discount-form{display:flex;gap:8px;margin:12px 0}.discount-form input{flex:1;padding:10px 12px;border:1px solid var(--color-border);background:#fff;border-radius:2px}.discount-form button{padding:10px 18px;background:var(--color-foreground);color:var(--color-background);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;border-radius:2px}.pay-methods{display:flex;gap:8px;margin-top:12px;align-items:center;font-size:.78rem;color:var(--color-muted)}.about-hero{padding:60px 0}.about-hero h1{max-width:640px;margin-bottom:12px}.category-tabs{display:flex;gap:24px;border-bottom:1px solid var(--color-border);margin-bottom:32px;padding-bottom:12px}.category-tabs a{font-size:.9rem;padding:6px 0;color:var(--color-muted)}.category-tabs a.active{color:var(--color-foreground);border-bottom:2px solid var(--color-foreground);padding-bottom:10px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.article-card-img{aspect-ratio:4/3;background:var(--color-surface);border-radius:3px;overflow:hidden;margin-bottom:16px}.article-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.article-card:hover .article-card-img img{transform:scale(1.04)}.article-card h3{font-size:1.1rem;margin-bottom:8px}.article-meta{font-size:.78rem;color:var(--color-muted)}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px}.contact-info h1{font-size:2rem;margin-bottom:12px}.contact-info .lead{color:var(--color-muted);margin-bottom:32px;font-size:.95rem}.contact-detail{display:flex;gap:14px;align-items:flex-start;margin-bottom:20px}.contact-detail-icon{width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border);display:inline-flex;align-items:center;justify-content:center;color:var(--color-accent);flex-shrink:0}.contact-detail-icon svg{width:18px;height:18px}.contact-detail small{color:var(--color-muted);font-size:.8rem;display:block;margin-bottom:2px;text-transform:uppercase;letter-spacing:.1em}.contact-form{display:grid;gap:14px}.contact-form input,.contact-form textarea,.contact-form select{padding:12px 14px;border:1px solid var(--color-border);background:#fff;border-radius:2px;outline:none;font-size:.9rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--color-foreground)}.contact-form textarea{min-height:120px;resize:vertical}.contact-map{aspect-ratio:16/10;background:var(--color-surface);border-radius:3px;overflow:hidden;margin-top:24px}.contact-map img{width:100%;height:100%;object-fit:cover}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--color-border);border-radius:3px;padding:16px 20px;background:var(--color-surface)}.faq-item summary{font-size:.9rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.faq-item summary::-webkit-details-marker{display:none}.faq-item[open] summary{margin-bottom:8px;color:var(--color-accent)}.faq-item p{font-size:.85rem;color:var(--color-muted);margin:0}.checkout-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:60px}.checkout-steps{display:flex;gap:20px;font-size:.85rem;color:var(--color-muted);margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--color-border)}.checkout-steps .active{color:var(--color-foreground);font-weight:500}.checkout-form{display:grid;gap:14px}.checkout-form h3{font-family:var(--font-body);font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;margin:20px 0 10px;font-weight:500}.checkout-form .row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.checkout-form input,.checkout-form select{padding:12px 14px;border:1px solid var(--color-border);background:#fff;border-radius:2px}.summary-item{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid var(--color-border)}.summary-item-img{width:60px;height:60px;background:var(--color-background);border-radius:3px;overflow:hidden;flex-shrink:0;position:relative}.summary-item-img img{width:100%;height:100%;object-fit:cover}.summary-item-qty{position:absolute;top:-6px;right:-6px;background:var(--color-foreground);color:var(--color-background);width:20px;height:20px;border-radius:50%;font-size:.72rem;display:inline-flex;align-items:center;justify-content:center}.summary-item-info{flex:1;font-size:.86rem}.summary-item-title{margin-bottom:2px}.summary-item-price{color:var(--color-muted);font-size:.82rem}.collection-hero{background:var(--color-surface);padding:80px 24px;text-align:center;margin-bottom:60px}.collection-hero h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:12px}.collection-hero p{max-width:560px;margin:0 auto;color:var(--color-muted)}.category-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:60px}.category-showcase .cat-card{text-align:center}.category-showcase .cat-img{aspect-ratio:1/1;background:var(--color-surface);border-radius:3px;overflow:hidden;margin-bottom:12px}.category-showcase .cat-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.category-showcase .cat-card:hover .cat-img img{transform:scale(1.04)}.category-showcase h4{font-family:var(--font-heading);font-size:1.1rem;margin-bottom:4px}.category-showcase small{color:var(--color-muted);font-size:.78rem}.about-block{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:60px 0;align-items:center}.about-block-img{aspect-ratio:4/3;background:var(--color-surface);border-radius:3px;overflow:hidden}.about-block-img img{width:100%;height:100%;object-fit:cover}.about-block h2{margin-bottom:16px}.about-block p{color:var(--color-muted)}.value-props{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:40px 0;text-align:center;padding:32px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.value-prop-icon{width:44px;height:44px;margin:0 auto 12px;border-radius:50%;border:1px solid var(--color-border);display:inline-flex;align-items:center;justify-content:center;color:var(--color-accent)}.value-prop-icon svg{width:20px;height:20px}.value-prop h4{font-family:var(--font-body);font-size:.86rem;font-weight:500;margin-bottom:4px}.value-prop small{color:var(--color-muted);font-size:.78rem}@media(max-width:1024px){.collections-row,.product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.testimonials-grid,.features-grid,.article-grid,.category-showcase,.value-props{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-links{display:none}.menu-toggle{display:inline-flex}.hero-content{padding:60px 24px}.product-grid,.product-grid.cols-3,.collections-row{grid-template-columns:repeat(2,1fr)}.collection-layout,.product-page,.cart-layout,.contact-layout,.checkout-layout,.about-block,.newsletter{grid-template-columns:1fr}.newsletter-form{min-width:0}.cart-table-header{display:none}.cart-item{grid-template-columns:1fr}.banner{padding:40px 24px}.banner-img{display:none}.product-gallery{grid-template-columns:1fr}.thumb-list{grid-template-columns:repeat(5,1fr);grid-auto-flow:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.section-py{padding:48px 0}}.bsec__grid{display:grid!important;grid-template-columns:repeat(8,1fr)!important;gap:14px!important}.bsec__img{position:relative!important;width:100%!important;padding-bottom:100%!important;height:0!important;overflow:hidden!important;border-radius:4px!important;background:#ede9e4!important;aspect-ratio:unset!important}.bsec__img img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important}@media(max-width:1024px){.bsec__grid{grid-template-columns:repeat(6,1fr)!important}}@media(max-width:640px){.bsec__grid{grid-template-columns:repeat(4,1fr)!important}}.bsec__title{display:block!important;font-size:.65rem!important;line-height:1.3!important;white-space:normal!important;overflow:hidden!important;text-overflow:unset!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;margin:6px 0 2px!important}.bsec__price{font-size:.65rem!important;margin:0!important}.featured-products-title{text-align:center;font-size:2.2rem;letter-spacing:.05em;padding:50px 5px 5px;color:#3a3a3a}.collection-hero__title,.collection-hero .title,.individual-collection .collection__title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:100%}*,*:before,*:after{box-sizing:border-box}html,body{overflow-x:hidden;max-width:100%}@media(max-width:767px){.bsec__grid{grid-template-columns:repeat(2,1fr)!important}}.carousel-wrap{overflow:hidden!important;max-width:100%!important}.carousel-track{max-width:100%!important;width:100%!important}@media(max-width:480px){.product-benefits,.product-benefits-inline{flex-wrap:wrap!important}.product-benefit{flex:0 0 50%!important}}img{max-width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
