*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;font-size:15px;line-height:1.55;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:transparent;color:inherit;padding:0}input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading),Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.01em;margin:0}ul,ol{margin:0;padding:0;list-style:none}.container{max-width:var(--page-width);margin:0 auto;padding:0 20px}@media(max-width:768px){.container{padding:0 16px}}.section{padding:40px 0}.section--sm{padding:24px 0}.section--lg{padding:80px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 32px;background:var(--color-accent);color:#fff;border-radius:50px;font-size:14px;font-weight:500;letter-spacing:.02em;cursor:pointer;transition:background-color .2s ease,transform .15s ease,opacity .2s ease;white-space:nowrap;font-family:var(--font-body);border:0;text-align:center;height:43px;min-height:43px}.btn:hover{background:#222}.btn:active{transform:scale(.98)}.btn--outline{background:transparent;color:var(--color-text);border:1.5px solid var(--color-text)}.btn--outline:hover{background:var(--color-text);color:#fff}.btn--block{display:flex;width:100%}.btn--lg{padding:0 32px;font-size:14px}.btn--pill{background:#1a1a1a;color:#fff;border-radius:50px;padding:0 32px;height:43px;min-height:43px;font-size:14px;font-weight:500}.btn--pill:hover{background:#333;transform:translateY(-2px)}.announcement{background:var(--color-announcement-bg);color:var(--color-announcement-text);text-align:center;font-size:12px;font-weight:500;letter-spacing:.04em;padding:10px 16px}.shopify-section--announcement,.shopify-section:has(>.announcement){position:relative;z-index:60}.shopify-section:has(>.header-shell){position:sticky;top:0;z-index:100}.header-shell{position:relative}.header-shell__bg{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffb8;-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);border-bottom:1px solid rgba(0,0,0,.06);z-index:0;pointer-events:none;transition:bottom .2s ease,border-bottom-color .15s ease}.header-shell:has(.mega__panel.is-open) .header-shell__bg{bottom:calc(var(--mega-h, 0px) * -1);border-bottom-color:transparent}.header{position:relative;z-index:1;background:transparent;border-bottom:0}.header__inner{position:relative;height:100px;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:height .3s ease}.header__nav{display:flex;align-items:center;gap:25px}.header__nav a,.header__nav button{font-family:var(--font-body);font-size:16px;font-weight:400;color:#666;text-transform:lowercase;display:inline-flex;align-items:center;gap:4px;cursor:pointer;transition:color .2s}.header__nav a:hover,.header__nav button:hover{color:#000}.header__nav a.is-active{color:#000;font-weight:500}.header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.header__logo img,.header__logo svg{height:auto;width:var(--logo-width, 72px);display:block;transition:width .3s ease}@media(min-width:769px){.header.is-scrolled .header__inner{height:72px}.header.is-scrolled .header__logo img,.header.is-scrolled .header__logo svg{width:calc(var(--logo-width, 72px) * .78)}}.header__actions{display:flex;align-items:center;justify-content:flex-end;gap:16px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:0;padding:8px;color:#666;transition:color .2s;min-width:36px;min-height:36px}.icon-btn:hover{color:#000}.icon-btn svg{width:20px;height:20px}.header__divider{width:1px;height:23px;background:#929292}.avatar{width:34px;height:34px;border-radius:50%;background:#8b3fb8;color:#fff;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.04em;transition:transform .25s ease}.avatar:hover{transform:scale(1.05)}.cart-bubble{position:relative}.cart-bubble__count{position:absolute;top:-7px;right:-7px;min-width:18px;height:18px;padding:0 5px;border-radius:5px;background:#000;color:#f1f1f1;font-size:11px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;transform:rotate(20deg)}.cart-bubble__count.is-bumped{animation:cart-bump .3s ease}@keyframes cart-bump{0%{transform:rotate(20deg) scale(1)}40%{transform:rotate(20deg) scale(1.35)}to{transform:rotate(20deg) scale(1)}}.mega{position:relative}.mega__toggle{display:inline-flex;align-items:center;gap:2px}.mega__toggle .chev{transition:transform .2s ease}.mega.is-open .mega__toggle .chev{transform:rotate(180deg)}.mega__panel{position:absolute;top:100%;left:0;right:0;z-index:1;background:transparent;border-top:0;box-shadow:0 24px 40px #00000014;display:none;animation:slideDown .18s ease-out}.mega__panel.is-open{display:block}.mega__panel-inner{max-width:var(--page-width);margin:0 auto;padding:28px 20px;display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:stretch}.mega__cols{display:grid;grid-template-columns:1fr 1fr;gap:4px 56px;align-content:start}.mega__heading{grid-column:1 / -1;font-family:var(--font-body);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--color-muted);font-weight:700;margin-bottom:8px}.mega__cat{display:block;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.06)}.mega__cat-name{display:block;font-family:var(--font-heading);font-size:16px;font-weight:700;color:#111;line-height:1.25;text-transform:none;transition:color .2s}.mega__cat-desc{display:block;font-family:var(--font-body);font-size:12px;color:#9a9a9a;margin-top:2px;text-transform:none;white-space:normal;letter-spacing:.01em}.mega__cat:hover .mega__cat-name,.mega__cat.is-active .mega__cat-name{color:#000}.mega__promo{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left;margin:-28px 0;padding:32px 28px;border-radius:0;overflow:hidden;background-color:#0a0a0a;background-size:cover;background-position:center;color:#fff}.mega__promo-eyebrow{font-family:var(--font-body);font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:#fff6;font-weight:700;margin-bottom:10px}.mega__promo-heading{font-family:var(--font-heading);font-size:28px;font-weight:700;line-height:1.05;margin-bottom:18px;color:#fff;text-transform:none;letter-spacing:-.01em}.mega__promo-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:14px;color:#fff;text-transform:none;transition:gap .2s ease}.mega__promo-link svg{width:16px;height:16px}.mega__promo:hover .mega__promo-link{gap:14px}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px)and (min-width:769px){.mega__panel-inner{grid-template-columns:1fr;gap:24px;padding:24px 20px}.mega__cols{grid-template-columns:1fr 1fr;gap:4px 32px}.mega__promo{margin:0;padding:24px;min-height:140px}.mega__promo-heading{font-size:22px;margin-bottom:12px}}.header__burger{display:none}@media(max-width:768px){.header__inner{height:60px;padding:0;gap:12px}.header__nav{display:none}.header__burger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;color:#000}.header__burger svg{width:24px;height:24px}.header__logo img,.header__logo svg{width:min(var(--logo-width, 72px),56px)}.header__actions{gap:8px}.header__divider{display:none}.avatar{width:32px;height:32px}}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.drawer.is-open{opacity:1;visibility:visible}.drawer__panel{position:absolute;top:0;left:0;height:100%;width:min(86vw,280px);background:#fff;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease-in-out;overflow-y:auto;box-shadow:2px 0 10px #0000001a}.drawer.is-open .drawer__panel{transform:translate(0)}.drawer__head{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e7eb}.drawer__title{font-family:var(--font-body);font-size:20px;font-weight:600;color:#333}.drawer__nav{padding:20px}.drawer__link{display:block;padding:12px 0;font-family:var(--font-body);font-size:14px;font-weight:400;color:#666;cursor:pointer;transition:color .2s;position:relative}.drawer__link.is-active{color:#333;font-weight:600}.drawer__link.is-active:before{content:"";position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:4px;height:100%;border-radius:15px;background:#333}.drawer__link:hover{color:#333}.drawer__group{padding:0}.drawer__group-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-family:var(--font-body);font-size:14px;color:#666;cursor:pointer;list-style:none}.drawer__group-toggle::-webkit-details-marker{display:none}.drawer__group-toggle .chev{transition:transform .2s ease}.drawer__group[open] .drawer__group-toggle .chev{transform:rotate(180deg)}.drawer__sub{padding-left:16px;max-height:0;overflow:hidden;transition:max-height .3s ease}.drawer__group[open] .drawer__sub{max-height:600px}.drawer__cat{display:block;padding:10px 0;font-family:var(--font-body);font-size:13px;font-weight:400;color:#666;cursor:pointer;transition:color .2s}.drawer__cat:hover{color:#333}.drawer__divider{height:1px;background:#e5e7eb;margin:16px 0}.hero{padding:80px 20px 100px;position:relative;overflow:hidden}.hero__inner{max-width:var(--page-width);margin:0 auto;text-align:center;position:relative}.hero__eyebrow{font-family:var(--font-body);font-size:12px;letter-spacing:.22em;color:var(--color-muted);font-weight:700;text-transform:uppercase;margin-bottom:18px}.hero__title{font-family:var(--font-heading);font-size:56px;font-weight:500;line-height:1.2;color:#1a1a1a;margin-bottom:30px;letter-spacing:-.01em}.hero__title em{font-style:italic;font-weight:700}.hero__title strong{font-weight:700}.hero__title p{margin:0}.hero__title .br-m{display:none}.hero__sub{font-family:var(--font-numbers),var(--font-body);font-size:17px;color:#555;margin:0 auto 30px;line-height:1.6;max-width:600px}.hero__sub .br-m{display:none}.hero__cta{display:inline-flex;align-items:center;justify-content:center;gap:20px}@media(max-width:768px){.hero{padding:60px 20px 80px}.hero__title{font-size:36px;margin-bottom:24px}.hero__title .br-d{display:none}.hero__title .br-m{display:inline}.hero__sub{font-size:14px}.hero__sub br{display:none}.hero__sub .br-m{display:inline}}@media(max-width:480px){.hero__title{font-size:28px}.hero__sub{font-size:13px}.hero__cta{flex-direction:column;gap:15px;width:100%}.hero__cta .btn{width:auto;min-width:200px}}.section-head{margin-bottom:20px;text-align:left}.section-head__eyebrow{font-family:var(--font-body);font-size:12px;letter-spacing:.2em;color:var(--color-muted);font-weight:700;text-transform:uppercase}.section-head__title{font-family:var(--font-heading);font-size:23px;font-weight:600;color:#333;text-transform:capitalize;margin:0;letter-spacing:0}.products-section{max-width:var(--page-width);margin:0 auto;padding:20px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;justify-items:center}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(max-width:480px){.products-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.product-card{display:block;background:#fff;border-radius:10px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;width:100%;max-width:297px;margin:0 auto}.product-card:hover{transform:translateY(-2px)}@media(max-width:768px){.product-card{max-width:100%}}.product-card__media{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-card-bg)}.product-card__media img{width:100%;height:100%;object-fit:contain;transition:opacity .25s ease}.product-card__media.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(to right,#f0f0f0,#e0e0e0 20%,#f0f0f0 40% 100%);background-size:800px 100%;animation:shimmer 1.5s infinite linear;pointer-events:none}.product-card__media.is-loading img,.product-card__media.is-loading svg{opacity:0}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.product-card__gallery{position:absolute;top:0;right:0;bottom:0;left:0}.product-card__track{display:flex;height:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.product-card__track::-webkit-scrollbar{display:none}.product-card__track.is-dragging{scroll-snap-type:none}.product-card__slide{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:start}.product-card__slide img{pointer-events:none;-webkit-user-select:none;user-select:none}.product-card__dots{position:absolute;left:0;right:0;bottom:10px;display:flex;justify-content:center;gap:6px;z-index:3;pointer-events:none}.product-card__dot{width:6px;height:6px;border-radius:50%;background:#ffffff8c;box-shadow:0 0 2px #0000004d;transition:background .2s,transform .2s}.product-card__dot.is-active{background:#fff;transform:scale(1.25)}.product-card__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border:0;border-radius:50%;background:#00000073;color:#fff;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:4;opacity:0;transition:opacity .25s ease,background .2s ease}.product-card__nav:hover{background:#000000a6}.product-card__nav svg{width:18px;height:18px}.product-card__nav--prev{left:10px}.product-card__nav--next{right:10px}@media(hover:hover)and (pointer:fine){.product-card__gallery .product-card__nav{display:inline-flex}.product-card:hover .product-card__nav{opacity:1}}.product-card__badge{position:absolute;top:10px;left:10px;color:#111;font-size:13px;font-weight:600;z-index:10;letter-spacing:.5px}.product-card__info{padding:16px;text-align:center}.product-card__title{font-family:var(--font-body);font-size:14px;font-weight:400;margin-bottom:8px;color:#111;line-height:1.3;min-height:36.4px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__price-wrap{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:4px}.product-card__price{font-family:var(--font-numbers),var(--font-body);font-size:16px;font-weight:700;color:#111}.product-card__price--old{font-family:var(--font-numbers),var(--font-body);font-size:13px;font-weight:500;text-decoration:line-through;color:#999}.products-grid--carousel{position:relative;display:block;width:100%;max-width:100%;overflow:hidden;min-width:0}.carousel-nav{position:absolute;top:38%;width:36px;height:36px;border-radius:50%;background:#00000073;color:#fff;display:inline-flex;align-items:center;justify-content:center;z-index:2;opacity:0;transition:opacity .3s ease}.product-card:hover .carousel-nav{opacity:1}.carousel-nav--prev{left:10px}.carousel-nav--next{right:10px}.center-cta{display:flex;justify-content:center;margin-top:50px}.breadcrumb{display:flex;align-items:center;gap:10px;font-size:15px;color:var(--color-muted);padding:28px 0 20px;flex-wrap:wrap}.breadcrumb a{color:var(--color-muted)}.breadcrumb a:hover{color:var(--color-text)}.breadcrumb .current{color:var(--color-text);font-weight:500}.breadcrumb .sep{color:#cdcdcd}@media(max-width:768px){.breadcrumb{padding:20px 0 16px;font-size:16px}}.collection-layout{display:flex;max-width:var(--page-width);margin:0 auto;gap:16px;padding:0 20px}.collection-sidebar{width:250px;padding:20px 0;flex-shrink:0}.collection-sidebar__inner{position:sticky;top:130px}.collection-sidebar__header{color:#666;font-size:13px;margin-bottom:8px;text-align:left}.collection-sidebar__title{font-family:var(--font-heading);font-size:20px;font-weight:600;margin-bottom:30px;color:#333;text-transform:capitalize;text-align:left}.collection-cat-title{font-family:var(--font-body);font-size:14px;font-weight:600;margin-bottom:12px;color:#333;text-align:left}.collection-cat-list{list-style:none;padding:0;margin:0}.collection-cat-item{display:block;padding:8px 0;color:#666;font-size:14px;font-weight:400;cursor:pointer;transition:color .2s;position:relative;text-align:left}.collection-cat-item.is-active{color:#333;font-weight:600}.collection-cat-item.is-active:before{content:"";position:absolute;left:-20px;top:50%;transform:translateY(-50%);width:4px;height:100%;border-radius:15px;background:#333}.collection-cat-item:hover{color:#333}@media(min-width:769px){.collection-cat-all{display:none}}.collection-main{flex:1;padding:20px 0;min-width:0}@media(max-width:768px){.collection-layout{padding:0 15px;flex-direction:column}.collection-sidebar{display:none;position:fixed;top:0;left:0;width:280px;height:100%;z-index:1000;background:#fff;overflow-y:auto;padding:20px;box-shadow:2px 0 10px #0000001a;transform:translate(-100%);transition:transform .3s}.collection-sidebar.is-open{display:block;transform:translate(0)}.collection-main{padding:0}}.filter-fab{display:none;position:fixed;bottom:90px;right:25px;z-index:1001;width:56px;height:56px;border-radius:50%;background:#333;color:#fff;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}.filter-fab:hover{transform:scale(1.05)}.filter-fab:active{transform:scale(.95)}.filter-fab svg{width:24px;height:24px}@media(max-width:768px){.filter-fab{display:inline-flex}}.filter-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999}.filter-overlay.is-active{display:block}.product{display:grid;grid-template-columns:90px 1fr 1fr;gap:24px 40px;padding:10px 0 80px;max-width:var(--page-width);margin:0 auto}@media(max-width:900px){.product{grid-template-columns:1fr;padding-bottom:40px}.product__main-img{order:1}.product__thumbs{order:2}.product__info{order:3}}.product__thumbs{position:relative;display:flex;flex-direction:column;align-items:center;align-self:start;min-width:0;min-height:0}.product__thumbs:after{content:"";position:absolute;left:0;right:0;bottom:0;height:52px;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,var(--color-bg) 100%);pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:2}.product__thumbs.has-more-below:after{opacity:1}.product__thumbs-track{display:flex;flex-direction:column;gap:12px;overflow:auto;max-height:498px;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;touch-action:pan-y}.product__thumbs-track.is-dragging{cursor:grabbing}.product__thumbs-track::-webkit-scrollbar{display:none}.product__thumb{width:90px;height:90px;flex:none;border-radius:6px;background:var(--color-card-bg);border:1.5px solid transparent;overflow:hidden;cursor:pointer;padding:0;display:flex}.product__thumb img{width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.product__thumb.is-active{border-color:var(--color-text)}@media(max-width:900px){.product__thumbs{flex-direction:row;align-self:stretch;width:100%}.product__thumbs:after{top:0;bottom:auto;left:auto;right:0;width:52px;height:100%;background:linear-gradient(to right,rgba(255,255,255,0) 0%,var(--color-bg) 100%)}.product__thumbs-track{flex-direction:row;max-height:none;width:100%;touch-action:pan-x}}.product__main-img{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--color-card-bg);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.product__main-img img{width:100%;height:100%;object-fit:contain}.product__media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;display:flex;align-items:center;justify-content:center}.product__media.is-active{opacity:1;pointer-events:auto}.product__media img,.product__media video,.product__media iframe,.product__media model-viewer{width:100%;height:100%;object-fit:contain;border:0}.product__thumb{position:relative}.product__thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;background:#00000040;pointer-events:none}.product__thumb-play svg{width:22px;height:22px}.product__info{padding-top:6px}.product__title{margin:0;font-family:var(--font-body);font-size:clamp(20px,5vw,26px);font-weight:700;line-height:1.25;letter-spacing:-.01em;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.product__wish{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#666;flex-shrink:0}.product__wish:hover{color:#ef4444}.product__price{font-family:var(--font-body);font-size:22px;font-weight:800;margin-top:6px}.product__desc{margin-top:12px;color:#555;line-height:1.6;font-size:15px}.product__desc--collapsed{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product__see-more{display:inline-block;margin-top:6px;font-size:14px;text-decoration:underline;cursor:pointer;background:transparent}.product__qty-label{display:block;margin-top:16px;font-size:14px;font-weight:600}.qty{margin-top:8px;display:inline-flex;align-items:center;border:1.5px solid #ececec;border-radius:999px;overflow:hidden}.qty button{width:42px;height:42px;font-size:18px;color:#888;background:transparent}.qty button:hover{color:#000}.qty input{width:50px;height:42px;text-align:center;border:0;background:transparent;font-weight:600}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__cta{display:flex;gap:12px;margin-top:16px;flex-wrap:wrap}.product__cta .btn{padding:0 32px;min-width:130px}@media(max-width:480px){.product__cta{flex-direction:column}.product__cta .btn{width:100%}}.product__features{margin-top:28px}.product__features h4{font-family:var(--font-body);font-size:16px;font-weight:700;margin-bottom:12px}.product__features .row{font-size:14px;margin:6px 0}.product__features .row strong{font-weight:700}.product__features .row span{color:var(--color-muted);margin-left:8px}.product__variant{margin-top:26px}.product__variant-label{font-size:14px;font-weight:700;margin-bottom:10px}.product__variant-label span{color:var(--color-muted);font-weight:500;margin-left:8px}.variants{display:flex;flex-wrap:wrap;gap:10px}.variant{padding:11px 22px;border-radius:999px;background:#fff;border:1.5px solid #ececec;font-size:14px;font-weight:600}.variant.is-active{background:var(--color-text);color:#fff;border-color:var(--color-text)}.recommendations{border-top:1px solid #f0f0f0;padding:50px 0 80px;max-width:var(--page-width);margin:0 auto}.recommendations__inner{padding:0 20px}.recommendations__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px;gap:12px;flex-wrap:wrap}.recommendations__head .label{font-family:var(--font-body);font-size:12px;letter-spacing:.2em;color:var(--color-muted);font-weight:700;text-transform:uppercase}.recommendations__head h2{font-family:var(--font-body);font-size:clamp(22px,3vw,32px);margin-top:6px;font-weight:700;white-space:nowrap}.recommendations__track{display:flex;gap:16px;overflow-x:auto;width:100%;max-width:100%;min-width:0;-webkit-overflow-scrolling:touch;scrollbar-width:none}.recommendations__track::-webkit-scrollbar{display:none}.recommendations__track>.product-card{flex:0 0 auto;width:calc((100% - 48px)/4);max-width:260px;margin:0}@media(max-width:1024px){.recommendations__track>.product-card{width:calc((100% - 32px) / 3)}}@media(max-width:768px){.recommendations__track>.product-card{width:calc((100% - 16px)/2)}}.recommendations__nav{display:flex;gap:10px}.recommendations__nav button{width:38px;height:38px;border-radius:50%;border:1.5px solid #e8e8e8;display:inline-flex;align-items:center;justify-content:center;color:#888;background:#fff}.recommendations__nav button:hover{border-color:#000;color:#000}.cart-wrap{max-width:var(--page-width);margin:0 auto;padding:0 20px 90px}.cart-wrap.is-busy{opacity:.55;pointer-events:none;transition:opacity .15s ease}.cart{display:grid;grid-template-columns:1fr 380px;gap:40px;padding:10px 0 0}@media(max-width:900px){.cart{grid-template-columns:1fr;gap:30px}}.cart__head{display:flex;align-items:baseline;gap:14px;margin-bottom:30px}.cart__head h1{font-family:var(--font-heading);font-size:clamp(28px,3vw,36px);font-weight:700}.cart__head .meta{color:var(--color-muted);font-size:14px}.cart__item{display:flex;align-items:flex-start;gap:16px;padding:20px 0;border-top:1px solid #f0f0f0;transition:opacity .25s ease,transform .25s ease}.cart__item:last-of-type{border-bottom:1px solid #f0f0f0}.cart__item.is-removing{opacity:0;transform:translate(-12px);pointer-events:none}.cart__item-media{width:92px;height:92px;flex-shrink:0;background:var(--color-card-bg);border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart__item-media img{width:100%;height:100%;object-fit:cover}.cart__item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.cart__item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cart__item-title{font-weight:600;font-size:15px;line-height:1.4;color:#111}.cart__item-title:hover{text-decoration:underline}.cart__item-remove{flex-shrink:0;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:#999}.cart__item-remove:hover{color:#000}.cart__item-tags{display:flex;flex-wrap:wrap;gap:8px}.cart__item-variant{display:inline-block;padding:4px 12px;background:#f3f3f3;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#555}.cart__item-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}.cart__item-price{font-family:var(--font-numbers),var(--font-body);font-size:16px;font-weight:700}.cart__item-foot .qty{margin-top:0}.cart__item-foot .qty button{width:34px;height:34px;font-size:16px}.cart__item-foot .qty input{width:40px;height:34px}.cart__summary{padding-top:8px;position:sticky;top:120px}@media(max-width:900px){.cart__summary{position:static}}.cart__progress-label{font-size:14px;margin-bottom:10px}.cart__progress-label strong{font-weight:700}.cart__progress{height:4px;background:#f0f0f0;border-radius:999px;overflow:hidden;margin-bottom:30px}.cart__progress>span{display:block;height:100%;background:var(--color-text);border-radius:999px;transition:width .3s ease}.cart__progress.is-complete>span{background:#22c55e}.cart__coupon-label,.cart__details-label{font-size:12px;letter-spacing:.18em;font-weight:700;color:var(--color-muted);margin:22px 0 12px;display:block}.cart__coupon{display:flex;align-items:center;border:1.5px solid #e5e7eb;border-radius:999px;padding:6px 20px}.cart__coupon svg{width:18px;height:18px;color:#999;margin-right:10px;flex-shrink:0}.cart__coupon input{flex:1;height:36px;border:0;background:transparent;outline:none;font-size:14px;min-width:0}.cart__coupon button{font-weight:700;color:var(--color-text);font-size:14px;padding:0 6px}.cart__details{margin-top:18px}.cart__details .row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;gap:10px}.cart__details .row>span:first-child{overflow:hidden;text-overflow:ellipsis}.cart__details .row .free{color:#22c55e;font-weight:600}.cart__total{display:flex;justify-content:space-between;align-items:baseline;padding-top:18px;border-top:1px solid #f0f0f0;margin-top:8px}.cart__total strong{font-size:18px;font-weight:700}.cart__total span{font-family:var(--font-numbers),var(--font-body);font-size:22px;font-weight:700}.cart__empty{text-align:center;padding:80px 0;color:var(--color-muted)}.cart__empty-icon{display:inline-flex;color:var(--color-muted);opacity:.5;margin-bottom:18px}.cart__empty-icon svg{width:56px;height:56px}.cart__empty h2{font-family:var(--font-heading);font-size:28px;color:var(--color-text);margin-bottom:8px}.cart__empty-subtitle{color:var(--color-muted);margin-bottom:28px}.collection-head{padding:16px 0 30px}.collection-head h1{font-family:var(--font-heading);font-size:clamp(28px,3.5vw,42px);font-weight:600;text-transform:capitalize}.collection-head .meta{color:var(--color-muted);margin-top:6px;font-size:14px}.pagination{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:40px;flex-wrap:wrap}.pagination a,.pagination span{min-width:36px;height:36px;padding:0 8px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;color:#555;border:1px solid transparent}.pagination a:hover{background:#f3f3f3}.pagination .is-current{background:#333;color:#fff;font-weight:600}.footer{background:#fff;color:#000;margin-top:60px;font-family:var(--font-numbers),var(--font-body);flex-shrink:0}.footer__top{display:none}.footer__brand{max-width:350px}.footer__tagline{font-size:14px;line-height:1.7;color:#999;margin:0}.footer__bar{max-width:var(--page-width);margin:0 auto;padding:25px 20px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:14px}.footer__copy{color:#111;opacity:.5;margin:0}.footer__social{display:flex;gap:15px}.footer__social a,.footer__social span{color:#666;display:inline-flex;align-items:center;justify-content:center;transition:color .2s;width:24px;height:24px}.footer__social a:hover{color:#111}.footer__social svg{width:20px;height:20px}@media(max-width:768px){.footer{margin-top:40px}.footer__top{display:flex;justify-content:center;padding:0 20px 40px;border-bottom:1px solid #e5e7eb}.footer__brand{max-width:100%;text-align:center}.footer__tagline{text-align:center}.footer__bar{flex-direction:column;gap:20px;justify-content:center}.footer__copy{text-align:center;order:2}.footer__social{justify-content:center;order:1}}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:998;display:none;align-items:flex-start;justify-content:center;padding:30px 20px;opacity:0;transition:opacity .18s ease}.search-overlay.is-open{display:flex;opacity:1}.search-overlay__box{width:min(600px,100%);background:#fff;border-radius:50px;display:flex;align-items:center;gap:14px;padding:0 22px 0 18px;height:50px;box-shadow:0 4px 20px #00000026;margin-top:0}.search-overlay__box svg{width:20px;height:20px;flex-shrink:0;color:#9ca3af}.search-overlay input{flex:1;border:0;outline:none;font-size:16px;background:transparent;min-width:0;padding:4px 0;font-family:var(--font-body)}.search-overlay input::placeholder{color:#9ca3af}.search-overlay__close{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#9ca3af;background:transparent;transition:color .15s ease}.search-overlay__close:hover{color:#000}.search-overlay__close svg{width:18px;height:18px}@media(max-width:768px){.search-overlay{padding:20px 16px}}.page-404{max-width:var(--page-width);margin:0 auto;padding:80px 20px;text-align:center}.page-404 h1{font-family:var(--font-heading);font-size:clamp(40px,6vw,72px);margin-bottom:16px}.page-404 p{color:var(--color-muted);margin-bottom:28px}.page-wrap{max-width:var(--page-width);margin:0 auto;padding:40px 20px 80px}.page-wrap h1{font-family:var(--font-heading);font-size:clamp(28px,3.5vw,42px);margin-bottom:24px}.page-wrap .rte{color:#555;font-size:15px;line-height:1.7}.page-wrap .rte p{margin:0 0 14px}.page-wrap .rte a{color:var(--color-text);text-decoration:underline}.page-wrap .rte ul,.page-wrap .rte ol{list-style:revert;padding-left:22px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hide-on-mobile{display:initial}@media(max-width:768px){.hide-on-mobile{display:none!important}}.show-on-mobile{display:none!important}@media(max-width:768px){.show-on-mobile{display:inline-flex!important}}body.no-scroll{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/20/assets/application.css.map */
