*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;overflow-x:hidden;overflow-x:clip}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:var(--text-base);line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}body.is-locked{overflow:hidden;padding-right:var(--scrollbar-width, 0px)}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}ul,ol{margin:0;padding:0;list-style:none}figure,p,h1,h2,h3,h4,h5,h6{margin:0}table{border-collapse:collapse;width:100%}:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px;border-radius:2px}:focus:not(:focus-visible){outline:none}:root{--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--gutter: 16px;--shadow-sm: 0 1px 2px rgba(23, 23, 23, .04);--shadow-md: 0 4px 16px rgba(23, 23, 23, .06);--shadow-lg: 0 12px 40px rgba(23, 23, 23, .1);--shadow-drawer: -12px 0 48px rgba(23, 23, 23, .12);--ease: cubic-bezier(.22, .61, .36, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--dur-fast: .15s;--dur: .25s;--dur-slow: .4s;--z-sticky: 100;--z-header: 200;--z-dropdown: 300;--z-overlay: 400;--z-drawer: 500;--z-modal: 600;--z-toast: 700;--text-2xs: calc(.6875rem * var(--body-scale, 1));--text-xs: calc(.75rem * var(--body-scale, 1));--text-sm: calc(.8125rem * var(--body-scale, 1));--text-base: calc(.9375rem * var(--body-scale, 1));--text-md: calc(1rem * var(--body-scale, 1));--text-lg: calc(1.125rem * var(--body-scale, 1));--heading-xs: calc(1.125rem * var(--heading-scale, 1));--heading-sm: calc(1.5rem * var(--heading-scale, 1));--heading-md: calc(2rem * var(--heading-scale, 1));--heading-lg: calc(2.75rem * var(--heading-scale, 1));--heading-xl: calc(3.5rem * var(--heading-scale, 1));--color-primary: var(--color-green);--color-primary-hover: var(--color-green-dark);--color-overlay: rgba(23, 23, 23, .44);--header-height: 0px;--safe-bottom: env(safe-area-inset-bottom, 0px)}@media screen and (min-width:750px){:root{--gutter: 32px}}@media screen and (min-width:990px){:root{--gutter: 48px}}@media screen and (min-width:1400px){:root{--gutter: 64px}}.h1,.h2,.h3,.h4,h1,h2,h3,h4{font-family:var(--font-heading);font-weight:400;line-height:1.15;letter-spacing:-.01em;color:var(--color-text)}h1,.h1{font-size:var(--heading-lg)}h2,.h2{font-size:var(--heading-md)}h3,.h3{font-size:var(--heading-sm)}h4,.h4{font-size:var(--heading-xs)}@media screen and (min-width:990px){h1,.h1{font-size:var(--heading-xl)}}.section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-6)}.section-header__text{min-width:0}.section-header--center{flex-direction:column;align-items:center;text-align:center}.eyebrow{font-size:var(--text-xs);letter-spacing:.16em;text-transform:uppercase;color:var(--color-gold);font-weight:500;margin-bottom:var(--space-2)}.section-title{font-size:var(--heading-sm);line-height:1.2}@media screen and (min-width:750px){.section-title{font-size:var(--heading-md)}}.section-subtitle{color:var(--color-text-muted);font-size:var(--text-base);margin-top:var(--space-2);max-width:62ch}.text-muted{color:var(--color-text-muted)}.text-sm{font-size:var(--text-sm)}.text-xs{font-size:var(--text-xs)}.link-underline{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:500;color:var(--color-text);border-bottom:1px solid transparent;transition:border-color var(--dur) var(--ease),color var(--dur) var(--ease);white-space:nowrap}.link-underline:hover{color:var(--color-gold);border-color:currentColor}.link-underline svg{transition:transform var(--dur) var(--ease)}.link-underline:hover svg{transform:translate(3px)}.rte>*+*{margin-top:var(--space-4)}.rte a{color:var(--color-gold);text-decoration:underline;text-underline-offset:2px}.rte ul,.rte ol{padding-left:1.25em;list-style:disc}.rte ol{list-style:decimal}.rte li+li{margin-top:var(--space-2)}.rte img{border-radius:var(--radius)}.container{width:100%;max-width:calc(var(--container-width) + var(--gutter) * 2);margin-inline:auto;padding-inline:var(--gutter)}.container--narrow{max-width:860px}.container--wide{max-width:1800px}.container--full{max-width:none;padding-inline:0}.section{padding-block:var(--section-spacing-mobile)}@media screen and (min-width:750px){.section{padding-block:var(--section-spacing)}}.section--tight{padding-block:calc(var(--section-spacing-mobile) * .6)}@media screen and (min-width:750px){.section--tight{padding-block:calc(var(--section-spacing) * .6)}}.section--cream{background:var(--color-cream)}.section--surface{background:var(--color-surface)}.section--dark{background:var(--color-dark);color:#fff}.section--dark .section-title,.section--dark h1,.section--dark h2,.section--dark h3{color:#fff}.section--dark .section-subtitle{color:#ffffffad}.grid{display:grid;gap:var(--space-4)}@media screen and (min-width:750px){.grid{gap:var(--space-6)}}.grid--products{grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:750px){.grid--products{grid-template-columns:repeat(var(--cols-tablet, 3),minmax(0,1fr))}}@media screen and (min-width:990px){.grid--products{grid-template-columns:repeat(var(--cols-desktop, 4),minmax(0,1fr))}}.btn{--btn-bg: var(--color-primary);--btn-fg: #fff;--btn-border: var(--color-primary);display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:46px;padding:0 var(--space-6);background:var(--btn-bg);color:var(--btn-fg);border:1px solid var(--btn-border);border-radius:var(--radius-button);font-size:var(--text-sm);font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-align:center;cursor:pointer;position:relative;transition:background-color var(--dur) var(--ease),border-color var(--dur) var(--ease),color var(--dur) var(--ease),transform var(--dur-fast) var(--ease)}.btn:hover{--btn-bg: var(--color-primary-hover);--btn-border: var(--color-primary-hover)}.btn:active{transform:translateY(1px)}.btn[disabled],.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;pointer-events:none}.btn--outline{--btn-bg: transparent;--btn-fg: var(--color-primary);--btn-border: var(--color-primary)}.btn--outline:hover{--btn-bg: var(--color-primary);--btn-fg: #fff}.btn--dark{--btn-bg: var(--color-dark);--btn-fg: #fff;--btn-border: var(--color-dark)}.btn--dark:hover{--btn-bg: #000;--btn-border: #000}.btn--light{--btn-bg: #fff;--btn-fg: var(--color-text);--btn-border: var(--color-border)}.btn--light:hover{--btn-bg: var(--color-cream);--btn-border: var(--color-gold)}.btn--ghost{--btn-bg: transparent;--btn-fg: var(--color-text);--btn-border: var(--color-border)}.btn--ghost:hover{--btn-bg: transparent;--btn-border: var(--color-text)}.btn--full{width:100%}.btn--sm{min-height:38px;padding:0 var(--space-4);font-size:var(--text-xs)}.btn--lg{min-height:54px;padding:0 var(--space-8)}.btn.is-loading{color:transparent;pointer-events:none}.btn.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:18px;height:18px;border:2px solid currentColor;border-color:var(--btn-fg) transparent var(--btn-fg) transparent;border-radius:50%;animation:spin .7s linear infinite;color:var(--btn-fg)}@keyframes spin{to{transform:rotate(360deg)}}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid transparent;background:transparent;color:var(--color-text);transition:background-color var(--dur) var(--ease),color var(--dur) var(--ease),border-color var(--dur) var(--ease)}.icon-btn:hover{background:var(--color-cream);color:var(--color-gold)}.icon-btn--bordered{border-color:var(--color-border);background:var(--color-surface)}.icon-btn--sm{width:32px;height:32px}.field{position:relative}.field__label{display:block;font-size:var(--text-xs);font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-2)}.input,input[type=text],input[type=email],input[type=search],input[type=tel],input[type=password],input[type=number],textarea,select{width:100%;min-height:46px;padding:10px var(--space-4);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);color:var(--color-text);font-family:inherit;font-size:var(--text-base);transition:border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease);-webkit-appearance:none;appearance:none}textarea{min-height:120px;resize:vertical}.input:focus,input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-gold);box-shadow:0 0 0 3px var(--color-gold-a15)}::placeholder{color:var(--color-text-muted);opacity:.8}select{padding-right:var(--space-8);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2366615A' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-4) center;cursor:pointer}.checkbox{display:flex;align-items:center;gap:var(--space-3);cursor:pointer;font-size:var(--text-sm);color:var(--color-text);padding-block:6px}.checkbox input[type=checkbox]{-webkit-appearance:none;appearance:none;flex:0 0 auto;width:18px;height:18px;min-height:0;padding:0;border:1px solid var(--color-border);border-radius:3px;background:var(--color-surface);cursor:pointer;transition:background-color var(--dur-fast) var(--ease),border-color var(--dur-fast) var(--ease)}.checkbox input[type=checkbox]:checked{background-color:var(--color-gold);border-color:var(--color-gold);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:var(--radius);font-size:var(--text-2xs);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--color-dark);line-height:1.4;white-space:nowrap}.badge--bestseller{background:var(--color-badge-bestseller)}.badge--new{background:var(--color-badge-new)}.badge--sale{background:var(--color-badge-sale)}.badge--trending{background:var(--color-dark)}.badge--limited{background:#6b4f8a}.badge--low-stock{background:var(--color-error)}.badge--soldout{background:var(--color-text-muted)}.chip{display:inline-flex;align-items:center;gap:var(--space-2);min-height:38px;padding:0 var(--space-4);border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface);color:var(--color-text);font-size:var(--text-sm);white-space:nowrap;transition:background-color var(--dur) var(--ease),border-color var(--dur) var(--ease),color var(--dur) var(--ease)}.chip:hover{border-color:var(--color-gold);color:var(--color-gold)}.chip[aria-current=true],.chip.is-active{background:var(--color-gold);border-color:var(--color-gold);color:#fff}.rail{display:flex;gap:var(--space-2);overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;width:100%}.rail::-webkit-scrollbar{display:none}.rail>*{scroll-snap-align:start}.rail--bleed{margin-inline:calc(var(--gutter) * -1);padding-inline:var(--gutter);width:calc(100% + var(--gutter) * 2)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius)}.price{display:flex;align-items:baseline;flex-wrap:wrap;gap:var(--space-2)}.price__current{font-size:var(--text-lg);font-weight:600;color:var(--color-text);letter-spacing:-.01em}.price__compare{font-size:var(--text-sm);color:var(--color-text-muted);text-decoration:line-through}.price__save{font-size:var(--text-sm);font-weight:600;color:var(--color-gold)}.price--sale .price__current{color:var(--color-text)}.unit-price{font-size:var(--text-xs);color:var(--color-text-muted)}.rating{display:inline-flex;align-items:center;gap:6px}.rating__stars{position:relative;display:inline-block;color:var(--color-border);line-height:1;flex:0 0 auto}.rating__stars>span{display:inline-flex;align-items:center;gap:1px;white-space:nowrap}.rating__stars>span .icon{flex:0 0 auto}.rating__stars-fill{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;color:var(--color-gold-soft);white-space:nowrap}.rating__count{font-size:var(--text-xs);color:var(--color-text-muted)}.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}.skip-link{position:absolute;top:-60px;left:var(--space-4);z-index:var(--z-toast);padding:var(--space-3) var(--space-5);background:var(--color-surface);border:1px solid var(--color-gold);border-radius:var(--radius);transition:top var(--dur) var(--ease)}.skip-link:focus{top:var(--space-4)}.hide{display:none!important}@media screen and (max-width:749px){.hide-mobile{display:none!important}}@media screen and (min-width:750px)and (max-width:989px){.hide-tablet{display:none!important}}@media screen and (min-width:990px){.hide-desktop{display:none!important}}.media{position:relative;display:block;overflow:hidden;background:var(--color-cream);border-radius:inherit}.media>img,.media>video,.media>iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.media--square{aspect-ratio:1 / 1}.media--portrait{aspect-ratio:4 / 5}.media--landscape{aspect-ratio:4 / 3}.media--wide{aspect-ratio:16 / 9}.media--contain>img{object-fit:contain}.placeholder-svg{width:100%;height:100%;background:var(--color-cream);fill:#1717171f}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--color-overlay);opacity:0;visibility:hidden;z-index:var(--z-overlay);transition:opacity var(--dur) var(--ease),visibility var(--dur) var(--ease);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.overlay.is-open{opacity:1;visibility:visible}.reveal{opacity:0;transform:translateY(var(--reveal-shift, 16px));transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out);will-change:opacity,transform}.reveal.is-visible{opacity:1;transform:none}.skeleton{position:relative;overflow:hidden;background:var(--color-cream);border-radius:var(--radius)}.skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:shimmer 1.4s infinite}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-text{height:12px;margin-bottom:var(--space-2)}.skeleton-text--sm{height:10px;width:60%}.spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-gold);border-radius:50%;animation:spin .7s linear infinite}.empty-state{text-align:center;padding:var(--space-16) var(--gutter);max-width:520px;margin-inline:auto}.empty-state__icon{color:var(--color-gold);margin-bottom:var(--space-5);display:flex;justify-content:center}.empty-state__title{font-family:var(--font-heading);font-size:var(--heading-sm);line-height:1.25;margin-bottom:var(--space-3)}.empty-state__text{color:var(--color-text-muted);margin-bottom:var(--space-6)}.toast-stack{position:fixed;left:50%;bottom:calc(var(--space-6) + var(--safe-bottom));transform:translate(-50%);z-index:var(--z-toast);display:flex;flex-direction:column;gap:var(--space-2);width:calc(100% - var(--space-8));max-width:400px;pointer-events:none}.toast{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-dark);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);font-size:var(--text-sm);animation:toast-in var(--dur) var(--ease-out)}.toast--success{background:var(--color-success)}.toast--error{background:var(--color-error)}.toast.is-leaving{animation:toast-out var(--dur) var(--ease) forwards}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}}@keyframes toast-out{to{opacity:0;transform:translateY(12px)}}.announcement{background:var(--announcement-bg, var(--color-dark));color:var(--announcement-fg, #fff);font-size:var(--text-xs);position:relative;z-index:calc(var(--z-header) + 1)}.announcement__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);min-height:38px}.announcement__messages{display:flex;align-items:center;flex:1 1 auto;min-width:0;justify-content:center}.announcement__slides{display:flex;align-items:center;gap:var(--space-5);min-width:0}.announcement__item{display:inline-flex;align-items:center;gap:var(--space-2);white-space:nowrap;color:inherit}.announcement__item svg{flex:0 0 auto;opacity:.9}.announcement__sep{opacity:.3}.announcement__utils{display:flex;align-items:center;gap:var(--space-5);flex:0 0 auto}.announcement__util{display:inline-flex;align-items:center;gap:6px;opacity:.85;transition:opacity var(--dur) var(--ease)}.announcement__util:hover{opacity:1}@media screen and (max-width:989px){.announcement__inner{justify-content:center}.announcement__slides{gap:var(--space-4)}.announcement--scroll .announcement__messages{overflow-x:auto;scrollbar-width:none;justify-content:flex-start}.announcement--scroll .announcement__messages::-webkit-scrollbar{display:none}.announcement--rotate .announcement__item{display:none}.announcement--rotate .announcement__item.is-active{display:inline-flex;animation:fade-in var(--dur-slow) var(--ease)}.announcement--rotate .announcement__sep{display:none}}@keyframes fade-in{0%{opacity:0}}.header-wrapper{position:sticky;top:0;z-index:var(--z-header);background:var(--color-bg);transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.header-wrapper.is-hidden{transform:translateY(-100%)}.header-wrapper.is-stuck{box-shadow:var(--shadow-md)}.header{background:var(--color-bg)}.header__main{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:var(--space-6);padding-block:var(--space-4)}.header__logo{display:block;flex:0 0 auto}.header__logo img{width:var(--logo-width-mobile);height:auto}@media screen and (max-width:749px){.header__logo img{width:min(var(--logo-width-mobile),100px)}.header__mobile-search{display:none}}@media screen and (min-width:990px){.header__logo img{width:var(--logo-width)}}.header__logo-text{font-family:var(--font-heading);font-size:var(--heading-xs);letter-spacing:.02em}.header__actions{display:flex;align-items:center;gap:var(--space-2)}.header__action{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius);color:var(--color-text);font-size:var(--text-sm);position:relative;transition:color var(--dur) var(--ease);min-height:44px}.header__action:hover{color:var(--color-gold)}.header__action-label{display:none}@media screen and (min-width:1200px){.header__action{padding-inline:var(--space-3)}.header__action-label{display:inline}}.header__action-icon{position:relative;display:inline-flex}.count-bubble{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--color-gold);color:#fff;font-size:10px;font-weight:600;line-height:18px;text-align:center}.count-bubble:empty,.count-bubble[hidden]{display:none}.search-bar{position:relative;display:flex;width:100%;max-width:680px;margin-inline:auto;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);transition:border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.search-bar:focus-within{border-color:var(--color-gold);box-shadow:0 0 0 3px var(--color-gold-a15)}.search-bar__input{flex:1 1 auto;min-width:0;border:0;background:transparent;padding-inline:var(--space-4);border-radius:var(--radius) 0 0 var(--radius)}.search-bar__input:focus{outline:none;box-shadow:none;border:0}.search-bar__category{flex:0 0 auto;width:160px;border:0;border-left:1px solid var(--color-border);background:transparent;border-radius:0;font-size:var(--text-sm);color:var(--color-text-muted)}.search-bar__category:focus{box-shadow:none;border-left-color:var(--color-border)}.search-bar__submit{flex:0 0 auto;width:60px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-gold);color:#fff;border-radius:0 var(--radius) var(--radius) 0;transition:background-color var(--dur) var(--ease);margin:-1px -1px -1px 0}.search-bar__submit:hover{background:var(--color-gold-dark)}.search-bar__clear{flex:0 0 auto;display:none;align-items:center;justify-content:center;width:40px;color:var(--color-text-muted)}.search-bar.has-value .search-bar__clear{display:inline-flex}.header__nav-row{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-bg)}.header__nav-inner{display:flex;align-items:stretch;gap:var(--space-2)}.nav{display:flex;align-items:stretch;flex:1 1 auto;gap:var(--space-1);justify-content:space-between}.header__nav-row,.header__nav-inner{position:relative}.nav__item{position:static;display:flex}.nav__link{display:inline-flex;align-items:center;gap:6px;padding:var(--space-4) var(--space-3);font-size:var(--text-sm);font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text);white-space:nowrap;position:relative;transition:color var(--dur) var(--ease)}.nav__link:after{content:"";position:absolute;left:var(--space-3);right:var(--space-3);bottom:10px;height:1px;background:var(--color-gold);transform:scaleX(0);transform-origin:left;transition:transform var(--dur) var(--ease)}.nav__item:hover .nav__link,.nav__link[aria-current=page],.nav__link[aria-expanded=true]{color:var(--color-gold)}.nav__item:hover .nav__link:after,.nav__link[aria-current=page]:after{transform:scaleX(1)}.nav__caret{transition:transform var(--dur) var(--ease)}.nav__item:hover .nav__caret{transform:rotate(180deg)}.nav__all{display:inline-flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--color-gold);color:#fff;font-size:var(--text-sm);font-weight:500;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;transition:background-color var(--dur) var(--ease)}.nav__all:hover{background:var(--color-gold-dark)}.mega{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:var(--color-surface);border-radius:16px;box-shadow:0 24px 48px #00000024;z-index:var(--z-dropdown);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),visibility .25s;padding:24px}.mega.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mega__inner{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:stretch}.mega__content{display:flex;flex-direction:column;justify-content:space-between;gap:24px}.mega__columns{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px 16px}.mega__col-title{font-size:13px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#1a1a1a;margin-bottom:10px;display:block}.mega__links{list-style:none;padding:0;margin:0 0 8px}.mega__links li{margin-bottom:4px}.mega__link{font-size:13px;color:#4a4a4a;display:inline-block;transition:color .15s ease,transform .15s ease}.mega__link:hover{color:var(--color-gold);transform:translate(2px)}.mega__viewall{display:inline-block;font-size:12px;font-weight:600;color:var(--color-gold);text-decoration:none;margin-top:4px;transition:color .15s ease}.mega__viewall:hover{color:var(--color-gold-dark);text-decoration:underline}.mega__bottom-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) 1.2fr;gap:20px;align-items:start;border-top:1px solid var(--color-border);padding-top:20px}.mega__top-picks{background:var(--color-cream);border-radius:12px;padding:16px}.top-picks__header{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#222;margin-bottom:12px}.top-picks__items{display:flex;flex-direction:column;gap:10px}.top-picks__item{display:flex;align-items:center;gap:12px;background:var(--color-surface);padding:8px 10px;border-radius:8px;box-shadow:0 2px 6px #0000000a;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.top-picks__item:hover{background:var(--color-cream);box-shadow:0 4px 12px #c59b272e;transform:translateY(-2px)}.top-picks__item:hover .top-picks__title{color:var(--color-gold)}.top-picks__img{width:44px;height:44px;object-fit:cover;border-radius:6px;flex-shrink:0}.top-picks__details{flex:1;min-width:0}.top-picks__title{font-size:12px;font-weight:600;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px;transition:color .2s ease}.top-picks__prices{display:flex;align-items:center;gap:6px;font-size:12px}.top-picks__price{font-weight:700;color:#111}.top-picks__compare{color:#888;text-decoration:line-through;font-size:11px}.top-picks__badge{font-size:10px;font-weight:700;color:#d9381e;background:#d9381e14;padding:1px 5px;border-radius:3px}.mega__feature{position:relative;border-radius:14px;overflow:hidden;background:#111;color:#fff;min-height:420px;display:flex;flex-direction:column}.mega__feature-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.mega__feature-img{width:100%;height:100%;object-fit:cover;opacity:.75}.mega__feature-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f0f0fd9,#0f0f0f66 40%,#0f0f0ff2)}.mega__feature-content{position:relative;z-index:2;padding:24px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.mega__feature-top{margin-bottom:auto}.mega__feature-title{font-family:var(--font-heading),"Playfair Display",serif;font-size:26px;font-weight:500;color:#fff;line-height:1.2;margin-bottom:8px}.mega__feature-text{font-size:13px;color:#ffffffd1;line-height:1.4;margin-bottom:20px}.mega__feature-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;font-weight:700;font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:10px 20px;border-radius:6px;text-decoration:none;transition:all .2s ease;margin-top:auto;margin-bottom:24px;width:auto;align-self:flex-start;box-shadow:0 4px 12px #c59b2740}.mega__feature-btn:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 6px 18px #c59b2766}.mega__feature-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid rgba(255,255,255,.15);padding-top:16px;margin-top:24px}.mega__badge-item{display:flex;align-items:center;gap:6px}.mega__badge-icon{color:var(--color-gold);flex-shrink:0}.mega__badge-title{font-size:10px;font-weight:700;color:#fff;line-height:1.1}.mega__badge-sub{font-size:9px;color:#ffffffb3;line-height:1.1}.nav__link--highlight{color:#d9381e!important}.footer{background:var(--color-dark);color:#ffffffb8;font-size:var(--text-sm)}.footer__top{display:grid;grid-template-columns:1fr;gap:var(--space-8);padding-block:var(--space-12)}@media screen and (min-width:750px){.footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.footer__top{grid-template-columns:1.4fr repeat(3,minmax(0,1fr)) 1.2fr;gap:var(--space-10)}}.footer__brand-logo{margin-bottom:var(--space-4)}.footer__brand-logo img{width:170px;filter:brightness(0) invert(1)}.footer__brand-text{color:#fff9;max-width:34ch;margin-bottom:var(--space-5)}.footer__heading{font-size:var(--text-xs);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:var(--space-4)}.footer__links li+li{margin-top:var(--space-2)}.footer__links a{color:#ffffffad;transition:color var(--dur) var(--ease)}.footer__links a:hover{color:var(--color-gold-soft)}.footer__contact li{display:flex;align-items:flex-start;gap:var(--space-3);color:#ffffffad}.footer__contact li+li{margin-top:var(--space-3)}.footer__contact svg{flex:0 0 auto;margin-top:2px;color:var(--color-gold-soft)}.footer__social{display:flex;gap:var(--space-2);margin-top:var(--space-5)}.footer__social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#fffc;transition:background-color var(--dur) var(--ease),border-color var(--dur) var(--ease),color var(--dur) var(--ease)}.footer__social a:hover{background:var(--color-gold);border-color:var(--color-gold);color:#fff}.footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding-block:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4);align-items:center;text-align:center;font-size:var(--text-xs);color:#ffffff8c}@media screen and (min-width:750px){.footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.payment-icons{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.payment-icons svg,.payment-icons img{height:24px;width:auto;border-radius:3px}@media screen and (max-width:749px){.footer__col--collapsible .footer__heading{display:flex;align-items:center;justify-content:space-between;width:100%;padding-block:var(--space-3);margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.12);cursor:pointer}.footer__col--collapsible .footer__links{display:none;padding-block:var(--space-4)}.footer__col--collapsible.is-open .footer__links{display:block}.footer__col--collapsible .footer__heading svg{transition:transform var(--dur) var(--ease)}.footer__col--collapsible.is-open .footer__heading svg{transform:rotate(180deg)}.footer__top{gap:0}.footer__col--brand,.footer__col--newsletter{padding-block:var(--space-5)}}.product-card{position:relative;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease),transform var(--dur) var(--ease);height:100%}@media(hover:hover){.product-card:hover{border-color:var(--color-gold-a40);box-shadow:var(--shadow-md)}}.product-card__media{position:relative;display:block;background:var(--color-cream);overflow:hidden}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--dur-slow) var(--ease),opacity var(--dur) var(--ease)}.product-card__img--alt{opacity:0}@media(hover:hover){.product-card:hover .product-card__img--main{opacity:0}.product-card:hover .product-card__img--alt{opacity:1}.product-card--zoom:hover .product-card__img{transform:scale(1.05)}.product-card--zoom:not(.product-card--has-alt):hover .product-card__img--main{opacity:1}}.product-card__badges{position:absolute;top:var(--space-3);left:var(--space-3);display:flex;flex-direction:column;align-items:flex-start;gap:6px;z-index:2;pointer-events:none;max-width:calc(100% - 60px)}.product-card__wishlist{position:absolute;top:var(--space-2);right:var(--space-2);z-index:3;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffffeb;color:var(--color-text);transition:color var(--dur) var(--ease),background-color var(--dur) var(--ease),transform var(--dur) var(--ease)}.product-card__wishlist:hover{color:var(--color-error)}.product-card__compare{position:absolute;top:calc(var(--space-2) + 42px);right:var(--space-2);z-index:3;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffffeb;color:var(--color-text);transition:color var(--dur) var(--ease)}.product-card__compare:hover,.product-card__compare[aria-pressed=true]{color:var(--color-gold)}.wishlist-btn[aria-pressed=true]{color:var(--color-error)}.wishlist-btn[aria-pressed=true] svg{fill:currentColor}.wishlist-btn.is-animating svg{animation:heart-pop var(--dur-slow) var(--ease-out)}@keyframes heart-pop{40%{transform:scale(1.28)}70%{transform:scale(.94)}to{transform:scale(1)}}.product-card__media .product-card__quickview{position:absolute;left:12px;right:12px;bottom:12px;z-index:10;opacity:0;transform:translateY(8px);transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1);background:#111;color:#fff;border-radius:6px;padding:10px;font-weight:600;font-size:12px;letter-spacing:.05em;text-transform:uppercase;width:calc(100% - 24px)}@media(hover:hover){.product-card:hover .product-card__quickview{opacity:1;transform:translateY(0)}.product-card__quickview:hover{background:var(--color-primary);color:#fff}}@media(hover:none){.product-card__quickview{display:none}}.product-card__body{display:flex;flex-direction:column;flex:1 1 auto;gap:var(--space-2);padding:var(--space-4)}.product-card__vendor{font-size:var(--text-2xs);letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.product-card__title{font-family:var(--font-body);font-size:var(--text-base);font-weight:500;line-height:1.45;color:var(--color-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--dur) var(--ease)}.product-card__title:hover{color:var(--color-gold)}.product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-3);margin-top:auto;padding-top:var(--space-1)}.product-card__prices{min-width:0}.product-card .price__current{font-size:var(--text-md)}.product-card__add{flex:0 0 auto;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-gold);transition:background-color var(--dur) var(--ease),color var(--dur) var(--ease),border-color var(--dur) var(--ease);position:relative}.product-card__add:hover{background:var(--color-gold);border-color:var(--color-gold);color:#fff}.product-card__add.is-loading{color:transparent}.product-card__add.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:16px;height:16px;border:2px solid var(--color-border);border-top-color:var(--color-gold);border-radius:50%;animation:spin .7s linear infinite}.product-card__stock{font-size:var(--text-xs);color:var(--color-error);font-weight:500}.product-card--soldout .product-card__media{opacity:.72}.product-card__desc{display:none}.grid--list .product-card{flex-direction:row}.grid--list .product-card__media{flex:0 0 34%;max-width:240px}.grid--list .product-card__body{padding:var(--space-5);gap:var(--space-3)}.grid--list .product-card__title{font-size:var(--text-lg);-webkit-line-clamp:3}.grid--list .product-card__desc{display:none;font-size:var(--text-sm);color:var(--color-text-muted)}@media screen and (min-width:750px){.grid--list{grid-template-columns:1fr}.grid--list .product-card__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.grid--list .product-card__footer{justify-content:flex-start;gap:var(--space-6)}.grid--list .product-card__add{width:auto;padding-inline:var(--space-5)}}@media screen and (max-width:419px){.product-card__body{padding:var(--space-3);gap:6px}.product-card__title{font-size:var(--text-sm)}.product-card .price__current{font-size:var(--text-base)}.product-card__add{width:36px;height:36px}}.carousel{position:relative}.carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - var(--space-4)) / 2);gap:var(--space-4);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.carousel__track::-webkit-scrollbar{display:none}.carousel__track>*{scroll-snap-align:start}@media screen and (min-width:750px){.carousel__track{grid-auto-columns:calc((100% - (var(--slides-tablet, 3) - 1) * var(--space-6)) / var(--slides-tablet, 3));gap:var(--space-6)}}@media screen and (min-width:990px){.carousel__track{grid-auto-columns:calc((100% - (var(--slides-desktop, 4) - 1) * var(--space-6)) / var(--slides-desktop, 4))}}.carousel__arrow{position:absolute;top:40%;z-index:3;width:44px;height:44px;display:none;align-items:center;justify-content:center;border-radius:50%;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);box-shadow:var(--shadow-md);transition:background-color var(--dur) var(--ease),color var(--dur) var(--ease),opacity var(--dur) var(--ease)}.carousel__arrow:hover{background:var(--color-gold);border-color:var(--color-gold);color:#fff}.carousel__arrow[disabled]{opacity:.3;cursor:default;pointer-events:none}.carousel__arrow--prev{left:calc(var(--space-5) * -1)}.carousel__arrow--next{right:calc(var(--space-5) * -1)}@media screen and (min-width:990px){.carousel__arrow{display:inline-flex}}.carousel__dots{display:flex;justify-content:center;gap:var(--space-2);margin-top:var(--space-5)}.carousel__dots:has(:only-child){display:none}.carousel__dot{width:7px;height:7px;border-radius:999px;background:var(--color-border);transition:width var(--dur) var(--ease),background-color var(--dur) var(--ease)}.carousel__dot.is-active{width:22px;background:var(--color-gold)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}.no-animations .reveal{opacity:1;transform:none}.no-animations *,.no-animations *:before,.no-animations *:after{transition-duration:.01ms!important}.shopify-section{position:relative}.header__theme-toggle{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);cursor:pointer;transition:background-color var(--dur) var(--ease),border-color var(--dur) var(--ease);padding:8px;color:var(--color-text);box-shadow:0 1px 3px #0000000d}.header__theme-toggle:hover{background:var(--color-cream);border-color:var(--color-gold)}.theme-toggle__icon--dark,html.dark .theme-toggle__icon--light{display:none}html.dark .theme-toggle__icon--dark{display:block}html.dark{--color-bg: #121212;--color-surface: #1e1e1e;--color-cream: #2a2a2a;--color-border: #2d2d2d;--color-text: #f5f5f5;--color-text-muted: #a0a0a0;--color-dark: #000000;--color-overlay: rgba(0, 0, 0, .65);--color-primary: var(--color-gold);--color-primary-hover: var(--color-gold-dark);--color-gold-text: var(--color-gold);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .4);--shadow-md: 0 4px 12px rgba(0, 0, 0, .45);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .5);color-scheme:dark}html.dark body{background-color:var(--color-bg);color:var(--color-text)}html.dark img{opacity:.93;transition:opacity var(--dur) var(--ease)}html.dark img:hover{opacity:1}html.dark .announcement-bar{border-bottom:1px solid var(--color-border)}html.dark .header{background:var(--color-surface)}html.dark .megamenu,html.dark .mega{background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-lg)}html.dark .cart-drawer{background:var(--color-surface)}html.dark .b2b-product-details{background:var(--color-cream);border:1px solid var(--color-border)}@media screen and (max-width:989px){.header__theme-toggle{margin-right:8px;padding:6px;border-radius:6px}}html.dark .mega__top-picks{background:var(--color-cream)}html.dark .mega__bottom-row{border-top-color:var(--color-border)}html.dark .top-picks__header,html.dark .top-picks__title,html.dark .top-picks__price,html.dark .mega__col-title{color:var(--color-text)}html.dark .mega__link{color:var(--color-text-muted)}html.dark .mega__link:hover{color:var(--color-gold)}html.dark .btn--light{--btn-fg: #121212;--btn-border: #2d2d2d}html.dark .btn--light:hover{--btn-bg: #2a2a2a;--btn-fg: #f5f5f5;--btn-border: var(--color-gold)}html.dark .btn--retail-card:hover{background-color:var(--color-text);color:#121212!important}.cart-checkout-warning-box{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-cream);padding:12px 16px;margin-top:15px;margin-bottom:15px;font-family:var(--font-body);text-align:left;line-height:1.3}.checkout-warning-col{flex:1;min-width:0}.checkout-warning-col:last-child{text-align:right}.warning-header{font-size:10px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:4px}.warning-value{font-size:12px;font-weight:700;color:var(--color-text);white-space:nowrap}.checkout-warning-sep{font-size:18px;font-weight:400;color:var(--color-text-muted);padding:0 15px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:480px){.cart-checkout-warning-box{padding:10px 12px}.warning-header{font-size:9px}.warning-value{font-size:11px}.checkout-warning-sep{padding:0 8px;font-size:16px}}.header-wrapper--green-search .search-bar__submit{background:var(--color-green)}.header-wrapper--green-search .search-bar__submit:hover{background:var(--color-green-dark)}.header-wrapper--green-search .search-bar:focus-within{border-color:var(--color-green);box-shadow:0 0 0 3px var(--color-green-a15)}.header-wrapper--green-launcher .nav__all{background:var(--color-green);color:#fff}.header-wrapper--green-launcher .nav__all:hover,.header-wrapper--green-launcher .nav__all[aria-expanded=true]{background:var(--color-green-dark)}.header__nav-row--accent{border-top-color:var(--color-green-a15);border-bottom:2px solid var(--color-green)}.header__nav-row--accent .nav__link:after{background:var(--color-green)}.header__nav-row--accent .nav__item:hover .nav__link,.header__nav-row--accent .nav__link[aria-current=page],.header__nav-row--accent .nav__link[aria-expanded=true]{color:var(--color-green)}.header__nav-row--tint{background:var(--color-green-a08);border-top-color:var(--color-green-a15);border-bottom:2px solid var(--color-green)}.header__nav-row--tint .nav__link:after{background:var(--color-green)}.header__nav-row--tint .nav__item:hover .nav__link,.header__nav-row--tint .nav__link[aria-current=page],.header__nav-row--tint .nav__link[aria-expanded=true]{color:var(--color-green)}.header__nav-row--solid{background:var(--color-green);border-top-color:var(--color-green);border-bottom-color:var(--color-green-dark)}.header__nav-row--solid .nav__link{color:#ffffffeb}.header__nav-row--solid .nav__link:after{background:#fff}.header__nav-row--solid .nav__item:hover .nav__link,.header__nav-row--solid .nav__link[aria-current=page],.header__nav-row--solid .nav__link[aria-expanded=true]{color:#fff}.header__nav-row--solid .nav__link--highlight{color:var(--color-gold-soft)!important}.header__nav-row--solid .nav__all{background:var(--color-green-dark)}.header__nav-row--solid .nav__all:hover{background:#00000038}html.dark .header__nav-row--tint{background:var(--color-green-a15)}html.dark .header__nav-row--accent .nav__item:hover .nav__link,html.dark .header__nav-row--accent .nav__link[aria-current=page],html.dark .header__nav-row--accent .nav__link[aria-expanded=true],html.dark .header__nav-row--tint .nav__item:hover .nav__link,html.dark .header__nav-row--tint .nav__link[aria-current=page],html.dark .header__nav-row--tint .nav__link[aria-expanded=true]{color:var(--color-green-soft)}html.dark .header__nav-row--accent .nav__link:after,html.dark .header__nav-row--tint .nav__link:after{background:var(--color-green-soft)}html.dark .testimonial{background:var(--color-surface);border-color:var(--color-border);box-shadow:0 10px 30px #00000073}html.dark .testimonial:hover{border-color:var(--color-gold);box-shadow:0 16px 40px #0000008c}html.dark .testimonial:before{color:var(--color-gold-a40)}html.dark .testimonial__quote,html.dark .testimonial__name{color:var(--color-text)}html.dark .testimonial__author{border-top-color:var(--color-border)}html.dark .testimonial__verified{color:#5fbf85}html.dark .testimonial__avatar{background:var(--color-cream)}html.dark .testimonial .rating__count{color:var(--color-text-muted)}html.dark .gallery__tool{background:#1e1e1eeb;border-color:var(--color-border);color:var(--color-text);box-shadow:0 2px 8px #00000080}html.dark .gallery__tool:hover{background:var(--color-cream);border-color:var(--color-gold);color:var(--color-gold)}html.dark .gallery__tool.wishlist-btn[aria-pressed=true]{color:#e86a6a;border-color:#e86a6a}.gallery__tool{box-shadow:0 2px 8px #0000001f}html.dark .product-card__wishlist,html.dark .product-card__compare{background:#1e1e1eeb;color:var(--color-text);border:1px solid var(--color-border)}html.dark .product-card__wishlist:hover{color:#e86a6a}html.dark .product-card__compare:hover,html.dark .product-card__compare[aria-pressed=true]{color:var(--color-gold)}html.dark .wishlist-btn[aria-pressed=true]{color:#e86a6a}html:not(.dark){--color-bg: #FBF7EF;--color-surface: #FFFDF8;--color-cream: #E7EDE2;--color-border: #D8CFBF;--color-text: #20231F;--color-text-muted: #596158;--color-gold: #B28A58;--color-gold-dark: #977044;--color-gold-soft: #D5B07A;--color-gold-text: #76552F;--color-gold-a08: rgba(178, 138, 88, .08);--color-gold-a15: rgba(178, 138, 88, .15);--color-gold-a40: rgba(178, 138, 88, .4);--color-green: #3F5B3F;--color-green-dark: #1F3528;--color-green-soft: #8DA47A;--color-green-a08: rgba(63, 91, 63, .08);--color-green-a15: rgba(63, 91, 63, .15);--color-green-a40: rgba(63, 91, 63, .4);--color-dark: #1F3528;--color-badge-new: #3F5B3F;--color-badge-sale: #DF9044;--color-badge-bestseller: #B28A58;--color-forest: #1F3528;--color-moss: #3F5B3F;--color-sage: #8DA47A;--color-ivory: #FBF7EF;--color-oat: #EFE3D2;--color-sage-mist: #E7EDE2;--color-orange: #DF9044;--color-antique-gold: #B28A58;--color-botanical-ink: #20231F;--color-soft-taupe: #D8CFBF}html:not(.dark) .announcement{--announcement-bg: #1F3528 !important;--announcement-fg: #FFFDF8 !important}html:not(.dark) :is(.header-wrapper,.header){background:#fbf7ef}html:not(.dark) .header__nav-row{background:#fffdf8;border-color:#d8cfbf}html:not(.dark) .header-wrapper--green-search .search-bar__submit,html:not(.dark) .header-wrapper--green-launcher .nav__all{background:#3f5b3f;border-color:#3f5b3f;color:#fff}html:not(.dark) .header__nav-row--accent .nav__link:after,html:not(.dark) .header__nav-row--tint .nav__link:after{background:#df9044}html:not(.dark) .nav__link--highlight,html:not(.dark) .price__save{color:#df9044!important}html:not(.dark) .footer{background:#17251c}html:not(.dark) .template-index [id*=__usp] .section{background:#efe3d2}html:not(.dark) .template-index [id*=__categories] .section{background:#fbf7ef}html:not(.dark) .template-index [id*=__featured-collections] .section{background:#e7ede2}html:not(.dark) .template-index [id*=__bestsellers] .section{background:#fffdf8}html:not(.dark) .template-index [id*=__editorial] .section{background:#efe3d2}html:not(.dark) .template-index [id*=__why-choose] .section{background:#3f5b3f;color:#fff}html:not(.dark) .template-index [id*=__why-choose] :is(h2,h3,.section-title,.feature__title,.feature__value){color:#fff}html:not(.dark) .template-index [id*=__why-choose] :is(.section-subtitle,.feature__text){color:#ffffffc2}html:not(.dark) .template-index [id*=__why-choose] .feature__icon{color:#fff;border-color:#ffffff3d}html:not(.dark) .template-index [id*=__prive] .section{background:#1f3528;color:#fff}html:not(.dark) .template-index [id*=__prive] :is(h2,h3,.prive__title){color:#fff}html:not(.dark) .template-index [id*=__prive] :is(.prive__text,.prive__benefit p){color:#ffffffbd}html:not(.dark) .template-index [id*=__prive] :is(.prive__icon,.prive__num,.prive__eyebrow){color:#b28a58}html:not(.dark) .template-index [id*=__trending] .section{background:#fbf7ef}html:not(.dark) .template-index [id*=__promo-banners] .section{background:#e7ede2}html:not(.dark) .template-index [id*=__testimonials] .section{background:#f4e8d8}html:not(.dark) .template-index [id*=__social] .section{background:#e7ede2}html:not(.dark) .template-index [id*=__newsletter] .section{background:#1f3528;color:#fff}html:not(.dark) .template-index [id*=__newsletter] :is(h2,h3,.section-title){color:#fff}html:not(.dark) .template-index [id*=__newsletter] :is(p,.newsletter__perk){color:#ffffffc2}html:not(.dark) :is(.product-card,.input,.select,.textarea,.search-bar,.search-bar__input,.newsletter input,.contact-card){background:#fffdf8}html:not(.dark) .badge--sale,html:not(.dark) .badge--bestseller{color:#20231f}html:not(.dark) .template-suffix-about #MainContent{background:#fbf7ef}html:not(.dark) .template-suffix-about [id*=__main] .section{background:#e7ede2}html:not(.dark) .template-suffix-about [id*=__banner1] .section{background:#fbf7ef}html:not(.dark) .template-suffix-about [id*=__why_choose] .section{background:#efe3d2}html:not(.dark) .template-collection #MainContent{background:#fbf7ef}html:not(.dark) .template-collection :is(.facets,[data-collection-filters],.collection-mobile-bar){background:#e7ede2}html:not(.dark) .template-product #MainContent{background:#fbf7ef}html:not(.dark) .template-product :is(.gallery__stage,.gallery__slide,.gallery__thumb){background:#e7ede2}html:not(.dark) .template-product .product-info{background:#fffdf8;border:1px solid #D8CFBF;border-radius:var(--radius);padding:clamp(20px,3vw,36px)}html:not(.dark) .template-product .product-buy .btn{background:#1f3528;border-color:#1f3528;color:#fff}html:not(.dark) .template-page.template-suffix-contact #MainContent{background:#efe3d2}html:not(.dark) .template-page.template-suffix-contact .info-card{background:#e7ede2}html:not(.dark) .contact-form__submit .btn{background:#1f3528;border-color:#1f3528;color:#fff}html:not(.dark) .template-cart #MainContent{background:#fbf7ef}html:not(.dark) .template-cart .order-summary{background:#efe3d2}html:not(.dark) .template-cart :is(.order-summary__actions>.btn,button[name=checkout]){background:#1f3528;border-color:#1f3528;color:#fff}@media screen and (max-width:749px){body.template-product .announcement-section,body.template-product .announcement,.template-product .announcement-section,.template-product .announcement{display:none!important}.header__main{padding-block:8px!important;gap:var(--space-2)}.header__mobile-search{padding-bottom:8px!important}.header__logo{display:flex;align-items:center}.header__logo img{max-width:100px!important;max-height:48px!important;width:auto!important;height:auto!important;object-fit:contain}.header__action{min-height:36px;padding:4px 6px}.header__action-icon svg{width:20px;height:20px}.header__left .icon-btn{min-width:36px;min-height:36px;padding:4px}}
/*# sourceMappingURL=/cdn/shop/t/155/assets/theme.css.map */
