:root{--cream: #FDF6EE;--cream2: #F5ECD8;--sage: #7A9E7E;--sage-light: #B8D4BA;--sage-dark: #4A6E4E;--blush: #F2C4B0;--blush-dark: #C97B5A;--sand: #D4A96A;--sand-light: #EDD9B0;--brown: #6B4C2A;--brown-light: #A07848;--text: #3A2E24;--text-muted: #7A6A58;--white: #FFFDF9;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", sans-serif;--radius: 14px;--radius-sm: 8px;--radius-pill: 30px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--cream);color:var(--text);font-size:14px;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.announcement-bar{background:var(--sage-dark);color:var(--sage-light);padding:9px 0;font-size:12px;letter-spacing:.3px;overflow:hidden}.announcement-bar__track{display:flex;width:max-content;animation:announce-scroll 30s linear infinite}.announcement-bar:hover .announcement-bar__track{animation-play-state:paused}.announcement-bar__group{display:flex;flex:0 0 auto;gap:3rem;padding-right:3rem}.announcement-bar__item{display:flex;align-items:center;gap:6px;white-space:nowrap}@keyframes announce-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.announcement-bar__track{animation-duration:45s}}.site-header{background:var(--white);border-bottom:1px solid var(--sand-light);position:sticky;top:0;z-index:100}.site-header__menu-btn{display:none;background:none;border:none;cursor:pointer;font-size:22px;line-height:1;color:var(--brown);padding:4px}.site-nav__actions{display:none}.site-nav__action{display:flex;align-items:center;gap:8px;background:none;border:none;text-decoration:none;text-align:left;font-family:var(--font-body);font-size:15px;color:var(--brown);cursor:pointer;padding:11px 2px}.site-header__inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:68px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header__logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.site-header__logo-icon{width:38px;height:38px;border-radius:50%;background:var(--sage-light);display:flex;align-items:center;justify-content:center;font-size:20px}.site-header__logo-text strong{display:block;font-family:var(--font-heading);font-size:17px;color:var(--brown);letter-spacing:.3px}.site-header__logo-text span{display:block;font-size:9px;color:var(--text-muted);letter-spacing:2.5px;text-transform:uppercase}.site-nav{display:flex;gap:26px}.site-nav__link{font-size:13px;color:var(--text-muted);transition:color .15s;font-weight:400}.site-nav__link:hover,.site-nav__link--active{color:var(--sage-dark);font-weight:500}.site-header__icons{display:flex;align-items:center;gap:18px}.site-header__icon-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:20px;position:relative;padding:0;line-height:1;transition:color .15s}.site-header__icon-btn:hover{color:var(--sage-dark)}.cart-count{position:absolute;top:-6px;right:-7px;width:17px;height:17px;border-radius:50%;background:var(--blush-dark);color:var(--white);font-size:9px;font-weight:600;display:flex;align-items:center;justify-content:center}.hero{position:relative;padding:5rem 2rem;background-color:var(--cream2);background-image:url(shooting.png);background-size:cover;background-position:center top;background-repeat:no-repeat;isolation:isolate}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#f5ecd8d1;z-index:0}.hero__inner{position:relative;z-index:1;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__badge{display:inline-flex;align-items:center;gap:6px;background:var(--sage-light);color:var(--sage-dark);font-size:11px;font-weight:600;padding:5px 14px;border-radius:var(--radius-pill);letter-spacing:1px;text-transform:uppercase;margin-bottom:18px}.hero__title{font-family:var(--font-heading);font-size:42px;font-weight:500;color:var(--brown);line-height:1.2;margin-bottom:18px}.hero__title em{color:var(--sage-dark);font-style:normal}.hero__desc{font-size:14px;color:var(--text-muted);line-height:1.85;max-width:440px;margin-bottom:32px}.hero__buttons{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px}.hero__stats{display:flex;gap:28px;padding-top:28px;border-top:1px solid var(--sand-light)}.hero__stat-number{font-size:24px;font-weight:600;color:var(--brown);font-family:var(--font-heading)}.hero__stat-label{font-size:11px;color:var(--text-muted);margin-top:2px}.hero__images{display:grid;grid-template-columns:1fr 1fr;gap:14px}.hero__image-card{border-radius:var(--radius);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:2rem 1rem;font-size:11px;font-weight:500}.hero__image-card--offset{margin-top:28px}.hero__image-card--offset2{margin-top:-28px}.hero__image-card .icon{font-size:44px}.btn{display:inline-flex;align-items:center;gap:6px;padding:12px 26px;border-radius:var(--radius-pill);font-size:13px;font-weight:500;cursor:pointer;border:none;transition:all .2s;font-family:var(--font-body)}.btn--primary{background:var(--sage-dark);color:var(--white)}.btn--primary:hover{background:var(--brown)}.btn--outline{background:transparent;color:var(--brown);border:1.5px solid var(--sand)}.btn--outline:hover{background:var(--cream2)}.btn--full{width:100%;justify-content:center}.trust-bar{background:var(--white);border-top:1px solid var(--sand-light);border-bottom:1px solid var(--sand-light);padding:14px 2rem}.trust-bar__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:48px;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted)}.trust-bar__item .icon{font-size:16px;color:var(--sage-dark)}.section-header{text-align:center;margin-bottom:2.5rem}.section-header__label{font-size:11px;color:var(--sage-dark);font-weight:600;letter-spacing:2.5px;text-transform:uppercase;margin-bottom:10px}.section-header__title{font-family:var(--font-heading);font-size:28px;font-weight:500;color:var(--brown);margin-bottom:8px}.section-header__subtitle{font-size:13px;color:var(--text-muted)}.lh-categories{padding:2rem;max-width:820px;margin:0 auto}.lh-section-header{text-align:center;margin-bottom:1.4rem}.lh-section-title{font-size:22px;font-weight:500;color:var(--brown);font-family:Georgia,serif}.lh-section-sub{font-size:12px;color:var(--text-muted);margin-top:5px}.lh-categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.lh-cat-card{border-radius:12px;padding:1rem .75rem;text-align:center;cursor:pointer;text-decoration:none;display:block;transition:transform .15s ease}.lh-cat-card:hover{transform:translateY(-3px)}.lh-cat-card i{font-size:26px;display:block;margin-bottom:8px}.lh-cat-card__name{font-size:13px;font-weight:500}.lh-cat-card__count{font-size:11px;margin-top:4px;opacity:.8}.lh-cat-card--blush{background:var(--blush)}.lh-cat-card--blush i,.lh-cat-card--blush .lh-cat-card__name,.lh-cat-card--blush .lh-cat-card__count{color:var(--blush-dark)}.lh-cat-card--sand{background:var(--sand-light)}.lh-cat-card--sand i,.lh-cat-card--sand .lh-cat-card__name,.lh-cat-card--sand .lh-cat-card__count{color:var(--brown-light)}.lh-cat-card--sage{background:var(--sage-light)}.lh-cat-card--sage i,.lh-cat-card--sage .lh-cat-card__name,.lh-cat-card--sage .lh-cat-card__count{color:var(--sage-dark)}.lh-cat-card--warm{background:#ede0d4}.lh-cat-card--warm i,.lh-cat-card--warm .lh-cat-card__name,.lh-cat-card--warm .lh-cat-card__count{color:var(--brown)}.products-section{padding:3rem 2rem 4rem;background:var(--white)}.products-section__inner{max-width:1200px;margin:0 auto}.products-section__top{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.75rem}.products-section__view-all{font-size:13px;color:var(--sage-dark)}.products-section__view-all:hover{text-decoration:underline}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{background:var(--cream);border-radius:var(--radius);overflow:hidden;border:.5px solid var(--sand-light);transition:box-shadow .2s}.product-card:hover{box-shadow:0 6px 20px #00000012}.product-card__img{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card__img-link{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.product-card__img img{width:100%;height:100%;object-fit:cover}.product-card__img-placeholder{font-size:60px;opacity:.6}.product-card__badge{position:absolute;top:10px;left:10px;font-size:10px;font-weight:600;padding:3px 9px;border-radius:10px}.badge--new{background:var(--sage-light);color:var(--sage-dark)}.badge--sale{background:#f7c1c1;color:#791f1f}.badge--best{background:var(--sand-light);color:var(--brown)}.badge--eco{background:#d9edd9;color:#27500a}.product-card__wish{position:absolute;top:10px;right:10px;background:var(--white);border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;color:var(--text-muted);box-shadow:0 2px 8px #00000014;transition:all .15s}.product-card__wish:hover{color:var(--blush-dark)}.product-card__body{padding:13px 14px 16px}.product-card__meta{font-size:10px;color:var(--text-muted);margin-bottom:4px}.product-card__name{display:block;font-size:14px;font-weight:500;color:var(--brown);margin-bottom:3px;text-decoration:none}.product-card__name:hover{color:var(--blush-dark)}.product-card__desc{font-size:11px;color:var(--text-muted);margin-bottom:8px}.product-card__stars{display:flex;align-items:center;gap:3px;margin-bottom:8px}.star{color:var(--sand);font-size:11px}.product-card__reviews{font-size:10px;color:var(--text-muted);margin-left:3px}.product-card__sizes{display:flex;gap:5px;margin-bottom:10px;flex-wrap:wrap}.size-dot{width:24px;height:24px;border-radius:50%;border:1px solid var(--sand-light);background:var(--white);font-size:9px;font-weight:500;color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .1s}.size-dot:hover,.size-dot--active{background:var(--sage-dark);color:var(--white);border-color:var(--sage-dark)}.product-card__price{display:flex;align-items:center;gap:6px;margin-bottom:12px}.product-card__price-current{font-size:16px;font-weight:600;color:var(--blush-dark)}.product-card__price-old{font-size:12px;color:var(--text-muted);text-decoration:line-through}.promise-section{padding:4rem 2rem;background:var(--cream2)}.promise-section__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.promise-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.promise-card{background:var(--white);border-radius:var(--radius);padding:16px;border:.5px solid var(--sand-light)}.promise-card__icon{font-size:24px;color:var(--sage-dark);margin-bottom:8px}.promise-card__title{font-size:13px;font-weight:500;color:var(--brown);margin-bottom:4px}.promise-card__desc{font-size:11px;color:var(--text-muted);line-height:1.6}.reviews-section{padding:4rem 2rem;background:var(--white)}.reviews-section__inner{max-width:1200px;margin:0 auto}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{background:var(--cream);border-radius:var(--radius);padding:20px;border:.5px solid var(--sand-light)}.review-card__stars{display:flex;gap:3px;margin-bottom:12px}.review-card__text{font-size:13px;color:var(--text-muted);line-height:1.75;margin-bottom:16px;font-style:italic}.review-card__author{display:flex;align-items:center;gap:10px}.review-card__avatar{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.review-card__name{font-size:13px;font-weight:500;color:var(--brown)}.review-card__location{font-size:11px;color:var(--text-muted)}.newsletter{background:var(--sage-dark);padding:3rem 2rem;text-align:center}.newsletter__title{font-family:var(--font-heading);font-size:26px;font-weight:500;color:var(--white);margin-bottom:8px}.newsletter__subtitle{font-size:13px;color:var(--sage-light);margin-bottom:24px}.newsletter__form{display:flex;gap:8px;justify-content:center;max-width:420px;margin:0 auto}.newsletter__input{flex:1;padding:11px 18px;border-radius:var(--radius-pill);border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:var(--white);font-size:13px;outline:none;font-family:var(--font-body)}.newsletter__input::placeholder{color:var(--sage-light)}.site-footer{background:var(--brown);padding:3rem 2rem 2rem;color:var(--sand-light)}.site-footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.site-footer__brand-name{font-family:var(--font-heading);font-size:20px;color:var(--cream);margin-bottom:4px}.site-footer__brand-tagline{font-size:10px;letter-spacing:2.5px;text-transform:uppercase;color:var(--sand-light);margin-bottom:14px}.site-footer__brand-desc{font-size:12px;color:#ffffff8c;line-height:1.7}.site-footer__heading{font-size:12px;font-weight:600;color:var(--cream);letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}.site-footer__links{display:flex;flex-direction:column;gap:9px}.site-footer__link{font-size:12px;color:#ffffff8c;transition:color .15s}.site-footer__link:hover{color:var(--sand-light)}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#ffffff59;flex-wrap:wrap;gap:8px}.site-footer__payments{display:flex;gap:8px}.payment-badge{background:#ffffff1a;border-radius:5px;padding:4px 10px;font-size:10px;color:#ffffff8c}.collection-page{padding:2.5rem 2rem 4rem;max-width:1200px;margin:0 auto}.collection-page__top{margin-bottom:1.5rem}.breadcrumb{font-size:12px;color:var(--text-muted);margin-bottom:6px}.breadcrumb a{color:var(--sage-dark)}.collection-page__layout{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:start}.filter-sidebar{background:var(--white);border-radius:var(--radius);border:.5px solid var(--sand-light);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.filter-sidebar__title{font-size:14px;font-weight:500;color:var(--brown);display:flex;align-items:center;gap:6px}.filter-group__label{font-size:12px;font-weight:500;color:var(--brown);margin-bottom:10px}.filter-group{border-top:.5px solid var(--sand-light);padding-top:1rem}.filter-option{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-muted);cursor:pointer;margin-bottom:7px}.filter-option input[type=checkbox]{accent-color:var(--sage-dark)}.filter-sidebar__search{position:relative}.filter-sidebar__search input{width:100%;padding:9px 12px 9px 34px;border:1px solid var(--sand-light);border-radius:var(--radius-pill);font-size:12px;background:var(--cream);color:var(--text);outline:none;font-family:var(--font-body)}.filter-sidebar__search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%);font-size:14px;color:var(--text-muted);pointer-events:none}.filter-sort{display:flex;align-items:center;gap:8px;margin-bottom:1.25rem}.filter-sort select{font-size:12px;color:var(--text);background:var(--white);border:1px solid var(--sand-light);border-radius:var(--radius-pill);padding:7px 14px;cursor:pointer;outline:none;font-family:var(--font-body)}.filter-sort label{font-size:12px;color:var(--text-muted)}.filter-toggle{display:none;align-items:center;justify-content:center;gap:8px;width:100%;background:var(--white);border:1px solid var(--sand-light);border-radius:var(--radius-pill);padding:11px;font-size:13px;color:var(--brown);font-family:var(--font-body);cursor:pointer;margin-bottom:1rem}.color-swatches{display:flex;flex-wrap:wrap;gap:7px}.color-swatch{width:24px;height:24px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:border-color .15s}.color-swatch--active{border-color:var(--sage-dark)!important}.filter-option__count{color:var(--text-muted);opacity:.7}.filter-option input[type=checkbox]:disabled+*,.filter-option:has(input:disabled){opacity:.45;cursor:default}.filter-price{display:flex;align-items:center;gap:8px}.filter-price input{width:100%;padding:8px 10px;border:1px solid var(--sand-light);border-radius:var(--radius-sm);font-size:12px;background:var(--cream);color:var(--text);outline:none;font-family:var(--font-body)}.filter-price__sep{color:var(--text-muted);font-size:12px}.filter-clear{display:inline-block;font-size:12px;color:var(--sage-dark);text-decoration:underline;margin-top:4px}.filter-sidebar__empty{font-size:12px;color:var(--text-muted);line-height:1.5}.search-page__form{display:flex;gap:8px;margin-bottom:2rem;max-width:520px}.search-page__input{flex:1;padding:11px 16px;border:1px solid var(--sand-light);border-radius:var(--radius-pill);font-size:14px;background:var(--white);color:var(--text);outline:none;font-family:var(--font-body)}.search-page__input:focus{border-color:var(--sage-dark)}.search-page__empty{padding:3rem 0;font-size:15px;color:var(--text)}.search-page__result{display:block;background:var(--white);border:.5px solid var(--sand-light);border-radius:var(--radius);padding:1rem 1.25rem}.search-page__result-title{font-weight:500;color:var(--brown);margin-bottom:4px}.search-page__result-text{font-size:13px;color:var(--text-muted);line-height:1.5}.product-page{padding:2.5rem 2rem 4rem;max-width:1200px;margin:0 auto}.product-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-page__gallery{display:flex;flex-direction:column;gap:12px}.product-page__main-img{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:1;background:var(--blush);display:flex;align-items:center;justify-content:center;font-size:120px}.product-page__main-img img{width:100%;height:100%;object-fit:cover}.product-page__wish{width:38px;height:38px;top:14px;right:14px;font-size:18px}.product-page__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-page__thumb{border-radius:var(--radius-sm);aspect-ratio:1;background:var(--cream2);display:flex;align-items:center;justify-content:center;font-size:28px;cursor:pointer;border:2px solid transparent;transition:border-color .15s}.product-page__thumb--active{border-color:var(--sage-dark)}.product-page__badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.product-page__title{font-family:var(--font-heading);font-size:30px;font-weight:500;color:var(--brown);margin-bottom:8px}.product-page__meta{font-size:12px;color:var(--text-muted);margin-bottom:14px}.product-page__price{font-size:28px;font-weight:600;color:var(--blush-dark);margin-bottom:6px}.product-page__desc{font-size:13px;color:var(--text-muted);line-height:1.85;margin-bottom:20px}.product-page__option-title{font-size:12px;font-weight:500;color:var(--brown);margin-bottom:8px}.product-page__sizes{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.product-page__size-btn{padding:7px 14px;border-radius:var(--radius-pill);border:1.5px solid var(--sand-light);background:var(--white);font-size:12px;color:var(--text-muted);cursor:pointer;transition:all .15s}.product-page__size-btn:hover,.product-page__size-btn--active{background:var(--sage-dark);color:var(--white);border-color:var(--sage-dark)}.product-page__actions{display:flex;gap:10px;margin-bottom:24px}.product-page__features{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.product-feature{display:flex;align-items:center;gap:8px;background:var(--cream2);border-radius:var(--radius-sm);padding:10px;font-size:11px;color:var(--text-muted)}.product-feature__icon{font-size:18px;color:var(--sage-dark)}.cart-page{padding:2.5rem 2rem 4rem;max-width:900px;margin:0 auto}.cart-title{font-family:var(--font-heading);font-size:28px;font-weight:500;color:var(--brown);margin-bottom:1.5rem}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--sand-light)}.cart-item__img{width:90px;height:90px;border-radius:var(--radius-sm);overflow:hidden;background:var(--blush);display:flex;align-items:center;justify-content:center;font-size:40px}.cart-item__name{font-size:14px;font-weight:500;color:var(--brown);margin-bottom:4px}.cart-item__meta{font-size:12px;color:var(--text-muted);margin-bottom:8px}.cart-item__qty{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text)}.qty-btn{width:28px;height:28px;border-radius:50%;border:1px solid var(--sand-light);background:var(--white);cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;color:var(--brown)}.cart-item__price{font-size:16px;font-weight:600;color:var(--blush-dark);text-align:right}.cart-summary{background:var(--cream2);border-radius:var(--radius);padding:1.5rem;margin-top:2rem}.cart-summary__row{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted);margin-bottom:8px}.cart-summary__total{display:flex;justify-content:space-between;font-size:18px;font-weight:600;color:var(--brown);padding-top:12px;border-top:1px solid var(--sand-light);margin-top:12px;margin-bottom:16px}.page-width{max-width:1200px;margin:0 auto;padding:0 2rem}.section-pad{padding:4rem 2rem}.text-center{text-align:center}.divider{height:1px;background:var(--sand-light)}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.hero__title{font-size:34px}}@media(max-width:768px){.hero__inner{grid-template-columns:1fr}.hero__images{display:none}.lh-categories__grid,.categories__grid,.product-grid{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr 1fr}.collection-page__layout{grid-template-columns:1fr}.product-page__inner{grid-template-columns:1fr;gap:1.75rem}.site-nav{display:none}.promise-section__inner{grid-template-columns:1fr}.section-pad{padding:2.5rem 1.25rem}.page-width{padding:0 1.25rem}.hero{padding:3rem 1.25rem}.lh-categories{padding:2rem 1.25rem}.collection-page,.product-page,.cart-page{padding:1.75rem 1.25rem 3rem}.hero__title{font-size:30px}.hero__stats{gap:16px}.trust-bar__inner{flex-wrap:nowrap;justify-content:flex-start;gap:1.25rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.trust-bar__inner::-webkit-scrollbar{display:none}.trust-bar__item{flex:0 0 auto;white-space:nowrap}.trust-bar{padding:10px 1.25rem}.filter-toggle{display:flex}.filter-sidebar{display:none}.filter-sidebar--open{display:flex}.site-header__menu-btn{display:block}.site-header__icon-btn{display:none}.site-nav.is-open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--cream2);box-shadow:0 8px 24px #00000014;padding:6px 1.25rem 14px;gap:0;z-index:150}.site-nav.is-open .site-nav__link{padding:11px 2px;border-bottom:1px solid var(--cream2);font-size:15px}.site-nav.is-open .site-nav__actions{display:flex;flex-direction:column}.site-nav.is-open .site-nav__action{border-bottom:1px solid var(--cream2)}.site-nav.is-open .site-nav__action:last-child{border-bottom:none}.site-nav__action .wish-count{position:static;top:auto;right:auto;margin-left:2px}}.search-overlay{position:absolute;left:0;right:0;top:100%;background:var(--white);border-bottom:1px solid var(--cream2);box-shadow:0 8px 24px #00000014;z-index:200;padding:16px 2rem}.search-overlay__form{display:flex;gap:8px;align-items:center;max-width:720px;margin:0 auto}.search-overlay__input{flex:1;border:1px solid var(--cream2);border-radius:var(--radius-sm);padding:11px 14px;font-family:var(--font-body);font-size:14px;color:var(--text);background:var(--cream);outline:none}.search-overlay__input:focus{border-color:var(--sand)}.search-overlay__close{background:none;border:none;font-size:26px;line-height:1;cursor:pointer;color:var(--text-muted);padding:0 6px}.wish-count{position:absolute;top:-4px;right:-4px;background:var(--blush-dark);color:#fff;font-size:10px;min-width:16px;height:16px;line-height:16px;text-align:center;border-radius:9px;padding:0 4px;font-weight:600}.product-card__wish.is-active{color:var(--blush-dark)}.wishlist-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000}.wishlist-panel{position:fixed;top:0;right:0;height:100%;width:340px;max-width:90vw;background:var(--white);z-index:1001;box-shadow:-8px 0 30px #0000001f;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.wishlist-panel.is-open{transform:translate(0)}.wishlist-panel__head{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--cream2);color:var(--brown);font-family:var(--font-heading);font-size:17px}.wishlist-panel__close{background:none;border:none;font-size:26px;line-height:1;cursor:pointer;color:var(--text-muted)}.wishlist-panel__items{padding:12px 16px;overflow-y:auto;flex:1}.wishlist-panel__empty{font-size:13px;color:var(--text-muted);line-height:1.7;padding:20px 4px;text-align:center}.wishlist-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--cream2)}.wishlist-item__link{display:flex;align-items:center;gap:10px;flex:1;text-decoration:none;color:var(--text)}.wishlist-item__img{width:48px;height:48px;border-radius:var(--radius-sm);object-fit:cover;background:var(--blush)}.wishlist-item__img--ph{display:flex;align-items:center;justify-content:center;font-size:22px}.wishlist-item__info{display:flex;flex-direction:column;gap:2px}.wishlist-item__name{font-size:13px;font-weight:500;color:var(--brown)}.wishlist-item__price{font-size:12px;color:var(--text-muted)}.wishlist-item__remove{background:none;border:none;font-size:20px;cursor:pointer;color:var(--text-muted);line-height:1;padding:0 4px}@media(max-width:480px){.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.lh-categories__grid{grid-template-columns:repeat(2,1fr)}.categories__grid{grid-template-columns:1fr 1fr}.site-footer__inner{grid-template-columns:1fr}.product-card__body{padding:10px 10px 12px}.product-card__desc,.product-card__sizes{display:none}.product-card__name{font-size:13px;line-height:1.3}.product-card__meta{font-size:9px}.product-card__price-current{font-size:14px}.product-card .btn--full{font-size:12px;padding:9px}.hero__title{font-size:26px}.hero__desc{font-size:13px}.hero__stat-number{font-size:20px}.hero__stats{gap:12px}.section-header__title{font-size:24px}.newsletter__form{flex-direction:column}.cart-item{grid-template-columns:64px 1fr}.cart-item__img{width:64px;height:64px}.cart-item__price{grid-column:2;text-align:left;margin-top:4px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
