.announcement-bar{background-color:var(--color-text);color:var(--color-surface);padding:.6rem 1rem;font-size:.76rem;text-align:center;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.announcement-bar__inner{display:flex;align-items:center;justify-content:center}.announcement-bar__link{text-decoration:none;transition:opacity .2s ease}.announcement-bar__link:hover{opacity:.85}@media(max-width:768px){.announcement-bar--hide-mobile{display:none!important}}@media(min-width:769px){.announcement-bar--hide-desktop{display:none!important}}.site-header{position:sticky;top:0;z-index:100;background-color:#faf8f5f0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);transition:transform .3s ease,background .3s ease}.header-inner{display:flex;align-items:center;justify-content:space-between;height:76px;gap:1.5rem}.header-logo{font-family:var(--font-heading);font-size:1.75rem;font-weight:800;letter-spacing:-.04em;text-transform:uppercase;color:var(--color-text)}.header-nav{display:flex;align-items:center;gap:2rem;list-style:none}.nav-link{font-size:.88rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text);position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--color-text);transition:width .25s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-item--dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:-1rem;min-width:220px;background-color:var(--color-surface);border:1px solid var(--color-border);padding:1rem 0;box-shadow:0 10px 30px #0000000f;opacity:0;visibility:hidden;transform:translateY(10px);transition:var(--transition-smooth);list-style:none;z-index:105}.nav-item--dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:.55rem 1.5rem;font-size:.85rem;color:var(--color-text)}.dropdown-menu a:hover{background-color:var(--color-bg);color:var(--color-text)}.header-actions{display:flex;align-items:center;gap:1.25rem}.action-btn{background:none;border:none;cursor:pointer;color:var(--color-text);position:relative;display:flex;align-items:center;justify-content:center;padding:.4rem}.cart-count{position:absolute;top:-2px;right:-6px;background-color:var(--color-text);color:var(--color-surface);font-size:.65rem;font-weight:700;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer}@media(max-width:960px){.header-nav{display:none}.mobile-menu-toggle{display:flex}}.hero-banner{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden;background-color:#0f100f;color:#faf8f5}.hero-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.45;filter:saturate(.85)}.hero-banner__content{position:relative;z-index:2;max-width:720px;padding:4rem 0}.hero-banner__subheading{text-transform:uppercase;letter-spacing:.15em;font-size:.85rem;font-weight:600;margin-bottom:1.25rem;color:#d4cebe;display:flex;align-items:center;gap:.5rem}.hero-banner__subheading:before{content:"";width:24px;height:1px;background-color:#d4cebe}.hero-banner__title{color:#fff;margin-bottom:1.5rem;line-height:1.05}.hero-banner__text{font-size:1.15rem;line-height:1.65;margin-bottom:2.25rem;color:#e2dfd8}.hero-banner__buttons{display:flex;gap:1rem;flex-wrap:wrap}.product-card{position:relative;display:flex;flex-direction:column;background:transparent;transition:var(--transition-smooth)}.product-card__media-wrapper{position:relative;width:100%;aspect-ratio:4 / 5;background-color:#f0ede8;overflow:hidden;border-radius:var(--radius);margin-bottom:1rem}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .4s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image:first-child:not(:only-child){opacity:0}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card__badges{position:absolute;top:.85rem;left:.85rem;display:flex;flex-direction:column;gap:.4rem;z-index:3}.product-card__quick-add{position:absolute;bottom:.85rem;left:.85rem;right:.85rem;opacity:0;transform:translateY(10px);transition:var(--transition-smooth);z-index:4}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__content{display:flex;flex-direction:column;gap:.35rem}.product-card__type{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-muted)}.product-card__title{font-family:var(--font-body);font-size:.98rem;font-weight:600;color:var(--color-text);line-height:1.35}.product-card__price-row{display:flex;align-items:center;gap:.6rem;margin-top:.2rem;font-size:.95rem;font-weight:600}.product-card__price--compare{text-decoration:line-through;color:var(--color-text-muted);font-weight:400}.collection-card{position:relative;overflow:hidden;border-radius:var(--radius);aspect-ratio:3 / 4;background-color:#1a1a1a;color:#fff;display:flex;align-items:flex-end;padding:2rem}.collection-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1);filter:brightness(.78)}.collection-card:hover .collection-card__image{transform:scale(1.06);filter:brightness(.7)}.collection-card__content{position:relative;z-index:2}.collection-card__title{font-size:1.5rem;color:#fff;margin-bottom:.35rem}.collection-card__count{font-size:.85rem;color:#e2dfd8;text-transform:uppercase;letter-spacing:.05em}.digital-showcase{background-color:#161816;color:#faf8f5;border-radius:var(--radius);padding:clamp(3rem,5vw,5rem);position:relative;overflow:hidden}.digital-showcase__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3.5rem;align-items:center}@media(max-width:960px){.digital-showcase__grid{grid-template-columns:1fr;gap:2.5rem}}.digital-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem}.digital-feature-item{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:1.25rem;border-radius:var(--radius)}.digital-feature-item h4{color:#fff;font-size:1rem;margin-bottom:.35rem}.digital-feature-item p{color:#afaaa0;font-size:.85rem;line-height:1.5}.product-breadcrumbs{margin-bottom:1.5rem}.product-breadcrumbs--mobile{display:none}.product-breadcrumbs--desktop{display:block}@media(max-width:768px){.product-breadcrumbs--desktop{display:none!important}.product-breadcrumbs--mobile{display:block!important;margin-bottom:.85rem}}.product-breadcrumbs__list{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;list-style:none;font-size:.8rem;color:var(--color-text-muted)}.product-breadcrumbs__list a{color:var(--color-text-muted)}.product-breadcrumbs__list a:hover{color:var(--color-text)}.breadcrumbs__sep{opacity:.5}.product-page-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(2.5rem,5vw,5.5rem);align-items:start}@media(max-width:990px){.product-page-layout{grid-template-columns:1fr;gap:2rem}}.product-gallery{position:relative;width:100%}.product-gallery__grid{display:flex;flex-direction:column;gap:1.25rem}.product-gallery__item{position:relative;width:100%;aspect-ratio:4 / 5;background-color:#f4f1ea;border-radius:var(--radius);overflow:hidden}.product-gallery__zoom-trigger{width:100%;height:100%;padding:0;border:none;background:none;cursor:zoom-in;position:relative;display:block}.product-gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s cubic-bezier(.16,1,.3,1)}.product-gallery__zoom-trigger:hover .product-gallery__image{transform:scale(1.025)}.product-gallery__zoom-icon{position:absolute;bottom:1rem;right:1rem;background:#141413b3;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(6px);transition:var(--transition-smooth)}.product-gallery__zoom-trigger:hover .product-gallery__zoom-icon{opacity:1;transform:translateY(0)}.product-gallery__item--placeholder{display:flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.1em;color:#8f8b82}.product-gallery__mobile-bar{display:none;align-items:center;justify-content:space-between;padding:.75rem .25rem 0}.gallery-nav-btn{background:none;border:1px solid var(--color-border);border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text);transition:var(--transition-smooth)}.gallery-nav-btn:hover{background:var(--color-text);color:var(--color-surface)}.product-gallery__counter{font-size:.8rem;font-weight:600;color:var(--color-text-muted);letter-spacing:.05em}.product-gallery__thumbs{display:flex;gap:.6rem;margin-top:1rem;overflow-x:auto;padding-bottom:.4rem;-webkit-overflow-scrolling:touch}.product-gallery__thumb{flex:0 0 68px;aspect-ratio:4 / 5;padding:0;border:1px solid transparent;background:none;cursor:pointer;border-radius:var(--radius);overflow:hidden;opacity:.6;transition:var(--transition-smooth)}.product-gallery__thumb.is-selected,.product-gallery__thumb:hover{opacity:1;border-color:var(--color-text)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.product-gallery__mobile-bar{display:flex;padding:.85rem .25rem .25rem}.product-gallery__grid{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:0;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-radius:var(--radius)}.product-gallery__grid::-webkit-scrollbar{display:none}.product-gallery__item{flex:0 0 100%;width:100%;aspect-ratio:4 / 5;scroll-snap-align:center;border-radius:var(--radius)}.product-gallery__zoom-icon{opacity:.85;transform:translateY(0)}}.product-info{width:100%}.product-info--sticky{position:sticky;top:96px}.product-info__badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.85rem}.product-info__brand-meta{margin-bottom:.5rem}.product-info__brand{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted)}.product-info__title{font-family:var(--font-heading);font-size:clamp(1.95rem,3.2vw,2.85rem);font-weight:700;line-height:1.22;letter-spacing:-.025em;margin-bottom:1.15rem;color:var(--color-text);word-wrap:break-word}.product-info__price-wrapper{display:flex;align-items:baseline;flex-wrap:wrap;gap:.85rem;margin-bottom:2.15rem}.product-info__price-wrapper .price-item--regular{font-family:var(--font-body);font-size:clamp(1.4rem,2vw,1.75rem);font-weight:700;letter-spacing:-.015em;color:var(--color-text)}.product-info__price-wrapper .price-item--compare{font-size:1.2rem;font-weight:400;text-decoration:line-through;color:var(--color-text-muted)}.product-info__tax-note{font-size:.82rem;color:var(--color-text-muted)}.variant-selectors{margin-bottom:2.15rem}.variant-selector-group{margin-bottom:1.6rem}.variant-selector-group:last-child{margin-bottom:0}.variant-selector-group__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.variant-selector-group__label{font-size:.84rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text)}.variant-selector-group__selected-val{font-weight:400;text-transform:none;color:var(--color-text-muted)}.size-guide-trigger{background:none;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;color:var(--color-text);text-decoration:underline;text-underline-offset:3px;padding:0}.size-guide-trigger:hover{opacity:.75}.variant-options{display:flex;flex-wrap:wrap;gap:.55rem}.variant-option-label{position:relative;cursor:pointer}.variant-radio-btn{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:44px;padding:0 1.05rem;border:1px solid var(--color-border);background-color:var(--color-surface);font-size:.85rem;font-weight:600;letter-spacing:.04em;color:var(--color-text);border-radius:var(--radius);transition:var(--transition-smooth);-webkit-user-select:none;user-select:none}.variant-option-label:hover .variant-radio-btn{border-color:var(--color-text)}.variant-radio-input:checked+.variant-radio-btn{border-color:var(--color-text);background-color:var(--color-text);color:var(--color-surface)}.variant-radio-input:focus-visible+.variant-radio-btn{outline:2px solid var(--color-text);outline-offset:2px}.variant-options--color{gap:.75rem}.variant-color-swatch{display:inline-block;width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.15);box-shadow:0 0 0 2px transparent;transition:var(--transition-smooth)}.variant-option-label:hover .variant-color-swatch{transform:scale(1.08)}.variant-radio-input:checked+.variant-color-swatch{box-shadow:0 0 0 2px var(--color-bg),0 0 0 4px var(--color-text)}.product-actions{display:flex;align-items:stretch;gap:.85rem;margin-bottom:.85rem}.quantity-selector{display:inline-flex;align-items:center;border:1px solid var(--color-border);background-color:var(--color-surface);border-radius:var(--radius);height:52px;flex:0 0 auto}.quantity-btn{background:none;border:none;width:38px;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text);transition:var(--transition-smooth)}.quantity-btn:hover{opacity:.6}.quantity-input{width:44px;height:100%;border:none;text-align:center;font-weight:700;font-size:.95rem;background:transparent;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.btn--add-to-bag{height:52px;font-size:.94rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.btn--primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.dynamic-checkout-wrapper{margin-bottom:1.85rem}.dynamic-checkout-wrapper .shopify-payment-button__button,.dynamic-checkout-wrapper .shopify-payment-button__button--unbranded{background-color:transparent!important;color:var(--color-text)!important;border:1.5px solid var(--color-text)!important;border-radius:var(--radius)!important;min-height:50px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important;transition:var(--transition-smooth)!important;box-shadow:none!important}.dynamic-checkout-wrapper .shopify-payment-button__button:hover,.dynamic-checkout-wrapper .shopify-payment-button__button--unbranded:hover{background-color:var(--color-surface-hover)!important;color:var(--color-text)!important;opacity:1!important}.product-trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.25rem 1rem;padding:1.5rem 0 .5rem;margin-top:0;margin-bottom:1.75rem;border-top:none;border-bottom:none}.trust-item{display:flex;flex-direction:column;gap:.45rem}.trust-item__icon{color:var(--color-text)}.trust-item__content strong{display:block;font-size:.84rem;font-weight:700;color:var(--color-text);line-height:1.35}.trust-item__content p{font-size:.8rem;color:var(--color-text-muted);line-height:1.45;margin-bottom:0}.editorial-tabs-accordion{border-top:1px solid var(--color-border);margin-top:.5rem}.accordion__item{border-bottom:1px solid var(--color-border)}.accordion__header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0;background:none;border:none;cursor:pointer;font-family:var(--font-heading);font-weight:600;font-size:1.02rem;color:var(--color-text);text-align:left;transition:var(--transition-smooth)}.accordion__header:hover{opacity:.8}.accordion__header svg{transition:transform .28s ease}.accordion__item.is-open .accordion__header svg{transform:rotate(180deg)}.accordion__content{padding-bottom:1.5rem;font-size:.94rem;color:var(--color-text-muted);line-height:1.75;display:none}.accordion__item.is-open .accordion__content{display:block}.prose p{margin-bottom:.85rem}.prose p:last-child{margin-bottom:0}.prose ul,.prose ol{margin-left:1.25rem;margin-bottom:.85rem}.prose li{margin-bottom:.35rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.modal-backdrop.is-active{opacity:1;visibility:visible}.modal-dialog{background-color:var(--color-surface);border-radius:var(--radius);max-width:620px;width:100%;max-height:88vh;display:flex;flex-direction:column;box-shadow:0 20px 50px #00000040;overflow:hidden;transform:translateY(16px);transition:transform .28s cubic-bezier(.16,1,.3,1)}.modal-backdrop.is-active .modal-dialog{transform:translateY(0)}.modal-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.modal-dialog__title{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--color-text)}.modal-close-btn{background:none;border:none;cursor:pointer;padding:.4rem;color:var(--color-text);display:flex;align-items:center;justify-content:center}.modal-dialog__body{padding:1.5rem;overflow-y:auto;font-size:.92rem;color:var(--color-text);line-height:1.65}.size-chart-media-wrapper img{width:100%;height:auto;border-radius:var(--radius);display:block}.lightbox-backdrop{padding:1rem}.lightbox-container{position:relative;max-width:90vw;max-height:92vh;display:flex;align-items:center;justify-content:center}.lightbox-image{max-width:90vw;max-height:88vh;object-fit:contain;display:block;box-shadow:0 20px 50px #00000080}.lightbox-close-btn{position:absolute;top:-44px;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center}.recommendations__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.25rem;gap:1rem}.recommendations__subheading{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);font-weight:600;margin-bottom:.35rem}.recommendations__title{font-family:var(--font-heading);font-size:clamp(1.6rem,2.8vw,2.25rem);font-weight:700;color:var(--color-text);line-height:1.15}.recommendations__explore-all{font-size:.84rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text);white-space:nowrap}.recommendations__explore-all:hover{opacity:.75}.badge--sold-out{background-color:var(--color-text-muted);color:#fff}.badge--new{background-color:var(--color-text);color:var(--color-surface)}@media(max-width:768px){.section-spacing{padding-top:1.5rem;padding-bottom:2.5rem}.site-header{background-color:#faf8f5fa}.header-inner{height:60px}.header-logo{font-size:1.45rem;letter-spacing:-.03em}.product-page-layout{display:flex;flex-direction:column;gap:1.5rem;width:100%}.product-gallery{order:1;width:100%}.product-gallery__thumbs{margin-top:.75rem}.product-gallery__thumb{flex:0 0 60px;height:75px}.product-info{order:2;width:100%}.product-info--sticky{position:static}.product-info__badges{margin-bottom:.5rem}.product-info__brand-meta{margin-bottom:.35rem}.product-info__brand{font-size:.76rem;letter-spacing:.1em}.product-info__title{font-size:1.75rem;line-height:1.18;margin-bottom:.65rem}.product-info__price-wrapper{margin-bottom:1.25rem;gap:.5rem}.product-info__price-wrapper .price-item--regular{font-size:1.45rem}.variant-selectors{margin-bottom:1.35rem}.variant-selector-group{margin-bottom:1.15rem}.variant-selector-group__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.size-guide-trigger{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600}.variant-options{display:flex;flex-wrap:wrap;gap:.45rem}.variant-radio-btn{min-width:44px;height:42px;padding:0 .8rem;font-size:.82rem}.product-actions{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem;width:100%}.quantity-selector{width:100%;height:48px;display:flex;justify-content:space-between;align-items:center}.quantity-btn{width:48px;height:100%}.quantity-input{flex:1;text-align:center;font-size:1rem}.btn--add-to-bag{width:100%;height:52px;font-size:.92rem;letter-spacing:.08em}.dynamic-checkout-wrapper{margin-bottom:1.5rem;width:100%}.dynamic-checkout-wrapper .shopify-payment-button__button,.dynamic-checkout-wrapper .shopify-payment-button__button--unbranded{min-height:50px!important;font-size:.92rem!important}.product-trust-strip{grid-template-columns:1fr;gap:.85rem;padding:.75rem 0 .5rem;margin-top:0;margin-bottom:1.5rem;border-top:none;border-bottom:none}.trust-item{flex-direction:row;align-items:center;gap:.75rem}.trust-item__icon{flex-shrink:0}.editorial-tabs-accordion{margin-top:.75rem}.accordion__header{padding:1rem 0;font-size:.94rem}.accordion__content{display:none;padding-bottom:1.15rem;font-size:.88rem;line-height:1.6}.accordion__item.is-open .accordion__content{display:block}.footer-grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}.site-footer{padding:3rem 0 1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem;padding-top:1.5rem}}@media(max-width:480px){.product-info__title{font-size:1.6rem}.variant-radio-btn{min-width:44px;height:42px;padding:0 .75rem;font-size:.82rem}}@media(max-width:360px){:root{--gutter: .85rem}.header-logo{font-size:1.25rem}.product-info__title{font-size:1.45rem}.variant-options{gap:.35rem}.variant-radio-btn{min-width:38px;height:38px;padding:0 .45rem;font-size:.78rem}.product-gallery__thumb{flex:0 0 52px;height:65px}}@media(max-width:330px){:root{--gutter: .65rem}.variant-options{gap:.25rem}.variant-radio-btn{min-width:34px;height:36px;padding:0 .35rem;font-size:.74rem}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:var(--transition-smooth)}.cart-drawer-overlay.is-active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:440px;background-color:var(--color-surface);z-index:1001;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 40px #00000026}.cart-drawer.is-active{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.cart-drawer__item{display:grid;grid-template-columns:72px 1fr;gap:1rem;position:relative}.cart-drawer__item-img{width:72px;height:90px;object-fit:cover;background-color:#f0ede8;border-radius:var(--radius)}.cart-drawer__item-info h4{font-size:.92rem;font-weight:600;margin-bottom:.25rem}.cart-drawer__item-variant{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.5rem}.cart-drawer__quantity{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius)}.cart-drawer__qty-btn{background:none;border:none;padding:.3rem .6rem;cursor:pointer;font-size:.9rem}.cart-drawer__qty-num{font-size:.85rem;font-weight:600;padding:0 .5rem}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--color-border);background-color:var(--color-bg)}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.cart-drawer__note{font-size:.78rem;color:var(--color-text-muted);margin-bottom:1.25rem}.site-footer{background-color:#121312;color:#e2dfd8;border-top:1px solid #282A28;padding:clamp(3.5rem,6vw,6rem) 0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:4rem}@media(max-width:960px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:600px){.footer-grid{grid-template-columns:1fr}}.footer-col h4{color:#fff;font-size:.92rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.25rem}.footer-nav{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-nav a{color:#a8a49c;font-size:.88rem}.footer-nav a:hover{color:#fff}.footer-newsletter input[type=email]{width:100%;padding:.85rem 1rem;background-color:#1c1e1c;border:1px solid #333633;color:#fff;margin-bottom:.75rem;border-radius:var(--radius)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid #222522;font-size:.8rem;color:#7a7771;flex-wrap:wrap;gap:1rem}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
