:root{--navy: #1c2a3a;--navy-dark: #0f1a26;--gold: #b8956a;--gold-light: #d4b896;--gold-dark: #9b7b4f;--blue-light: #faf9f7;--blue-mid: #f5f3ef;--lime: #c8d96e;--lime-hover: #b8c95a;--white: #ffffff;--grey-50: #faf9f7;--grey-100: #f5f3ef;--grey-200: #e8e4de;--text: #1c2a3a;--text-muted: #6b7280;--charcoal: var(--text);--charcoal-soft: var(--text-muted);--cream: #ffffff;--cream-soft: #faf9f7;--cream-card: #ffffff;--cream-dark: #f5f3ef;--warm-white: var(--white);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--announcement-h: 38px;--header-h: 80px;--header-total: calc(var(--announcement-h) + var(--header-h));--container: 1200px;--radius: 18px;--radius-lg: 28px;--shadow-sm: 0 4px 20px rgba(28, 42, 58, .06);--shadow-md: 0 12px 40px rgba(28, 42, 58, .08);--shadow-lg: 0 24px 60px rgba(28, 42, 58, .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);font-weight:400;font-size:16px;line-height:1.65;color:var(--text);background-color:#fff;overflow-x:hidden;min-height:100vh}a{color:inherit}img{max-width:100%;height:auto;display:block}.container{width:min(var(--container),100% - 48px);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 32px;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border:none;border-radius:999px;cursor:pointer;transition:all .4s var(--ease-out-expo)}.btn--navy{background:var(--navy);color:var(--white);box-shadow:0 6px 20px #1c2a3a33}.btn--navy:hover{background:var(--navy-dark);transform:translateY(-2px);box-shadow:0 10px 28px #1c2a3a40}.btn--outline{background:var(--white);color:var(--navy);border:1.5px solid var(--navy);box-shadow:var(--shadow-sm)}.btn--outline:hover{background:var(--grey-50);border-color:var(--gold);color:var(--navy)}.btn--lime{background:var(--lime);color:var(--navy);font-weight:600;box-shadow:0 6px 20px #c8d96e59}.btn--lime:hover{background:var(--lime-hover);transform:translateY(-2px)}.btn--lg{padding:16px 40px;font-size:15px}.btn--primary{background:var(--navy);color:var(--white);border-radius:999px}.btn--primary:hover{background:var(--navy-dark)}.btn--ghost{background:transparent;color:var(--navy);border:2px solid var(--navy);border-radius:999px}.btn--disabled{opacity:.5;pointer-events:none}.btn-shop-3d{position:relative;display:inline-block;width:auto;max-width:max-content;align-self:flex-start;text-decoration:none;transform-style:preserve-3d;transition:transform .1s ease-out;margin-top:12px}.btn-shop-3d__layer{display:block;border-radius:999px;width:fit-content}.btn-shop-3d__layer--shadow{position:absolute;left:8px;right:8px;top:6px;bottom:-4px;width:auto;background:#0f1a2659;filter:blur(12px);transform:translateZ(-20px);transition:all .4s var(--ease-out-expo)}.btn-shop-3d__face{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 40px;min-width:160px;background:linear-gradient(145deg,#2a3f55 0%,var(--navy) 40%,var(--navy-dark) 100%);border:1px solid rgba(201,168,108,.35);box-shadow:inset 0 1px #ffffff1f,inset 0 -2px #0003,0 8px 24px #1c2a3a59;overflow:hidden;transform:translateZ(12px);transition:box-shadow .4s var(--ease-out-expo),border-color .4s}.btn-shop-3d__text{position:relative;z-index:2;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#fff;text-align:center;line-height:1;white-space:nowrap}.btn-shop-3d__shine{position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(105deg,transparent 0%,rgba(255,255,255,.25) 45%,transparent 100%);transform:skew(-20deg);transition:left .6s var(--ease-out-expo);z-index:1}.btn-shop-3d:hover .btn-shop-3d__shine,.btn-shop-3d.is-tilted .btn-shop-3d__shine{left:140%}.btn-shop-3d:hover .btn-shop-3d__face,.btn-shop-3d.is-tilted .btn-shop-3d__face{border-color:#c9a86ca6;box-shadow:inset 0 1px #fff3,inset 0 -2px #00000026,0 16px 40px #1c2a3a73,0 0 30px #c9a86c33}.btn-shop-3d:hover .btn-shop-3d__layer--shadow,.btn-shop-3d.is-tilted .btn-shop-3d__layer--shadow{left:10px;right:10px;top:10px;bottom:-8px;filter:blur(18px);opacity:.6}.announcement-bar{background:linear-gradient(90deg,var(--navy-dark) 0%,var(--navy) 50%,var(--navy-dark) 100%);border-bottom:none;height:var(--announcement-h);overflow:hidden;position:relative;display:flex;align-items:center}.announcement-bar__track{display:flex;align-items:center;width:max-content;height:100%;animation:announcement-scroll 28s linear infinite}.announcement-bar__track:hover{animation-play-state:paused}.announcement-bar__marquee{display:flex;align-items:center;gap:40px;padding:0 20px;flex-shrink:0;height:100%}.announcement-bar__marquee span{display:inline-flex;align-items:center;height:100%;font-size:11px;color:#ffffffd1;white-space:nowrap;letter-spacing:.14em;text-transform:uppercase;font-weight:500;line-height:1}.announcement-bar__sep{color:var(--gold-light)!important;font-size:8px!important;opacity:.9}@keyframes announcement-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.header{position:sticky;top:0;z-index:100;height:var(--header-h);background:#fff;border-bottom:1px solid var(--grey-200);transition:box-shadow .3s}.header--scrolled{box-shadow:var(--shadow-sm)}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:40px;height:100%}.header__logo{display:flex;align-items:center;gap:14px;text-decoration:none}.header__logo-mark{width:58px;height:58px;flex-shrink:0;position:relative;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgba(212,184,150,.15),transparent 70%);transition:box-shadow .5s var(--ease-out-expo),transform .5s var(--ease-out-expo)}.header__logo-mark.is-hovered{box-shadow:0 0 28px #c9a86c73,0 0 60px #c9a86c26;transform:scale(1.05)}.header__logo-mark:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;border:1px solid rgba(201,168,108,.25);pointer-events:none;transition:border-color .4s}.header__logo-mark.is-hovered:after{border-color:#c9a86c8c}.header__logo-mark canvas{width:100%;height:100%;display:block;cursor:grab}.header__logo-mark canvas:active{cursor:grabbing}.header__logo-text{display:flex;align-items:center;line-height:1}.brand-logo{position:relative;display:inline-flex;align-items:center;gap:10px;font-family:var(--font-display);line-height:1;white-space:nowrap;animation:brandReveal .9s cubic-bezier(.22,1,.36,1) both}.brand-logo__mark{width:3px;flex-shrink:0;align-self:center;border-radius:3px;background:linear-gradient(180deg,var(--gold-light),var(--gold-dark));box-shadow:0 0 12px #b8956a73;transform:scaleY(0);transform-origin:center top;animation:brandMarkGrow .75s cubic-bezier(.22,1,.36,1) .2s both}.brand-logo__text{display:inline-flex;align-items:baseline;gap:0}.brand-logo__prefix{color:var(--gold-dark);font-style:italic;font-weight:500;letter-spacing:.02em;margin-right:2px;transform:translateY(-.12em)}.brand-logo__name{display:inline-flex;align-items:baseline;color:var(--navy);font-weight:600;letter-spacing:.04em;transition:letter-spacing .45s cubic-bezier(.22,1,.36,1),text-shadow .45s ease}.brand-logo__chunk{display:inline-block}.brand-logo__chunk--cap{margin-left:-.02em}.brand-logo__paw{display:inline-flex;align-items:center;justify-content:center;width:.78em;height:.78em;margin:0 -.04em;color:var(--gold-dark);transform:translateY(.06em);filter:drop-shadow(0 1px 2px rgba(184,149,106,.35));transition:transform .4s cubic-bezier(.22,1,.36,1),color .4s ease}.brand-logo__paw .icon-paw{width:100%;height:100%;display:block}.header__logo:hover .brand-logo__paw,.footer-ph__logo:hover .brand-logo__paw,.customer-auth__brand:hover .brand-logo__paw{transform:translateY(.02em) scale(1.08);color:var(--gold)}.brand-logo:after{content:"";position:absolute;left:13px;right:0;bottom:-6px;height:1px;background:linear-gradient(90deg,var(--gold),rgba(184,149,106,.15));transform:scaleX(0);transform-origin:left center;animation:brandRuleIn 1s cubic-bezier(.22,1,.36,1) .45s both;pointer-events:none}.header__logo:hover .brand-logo__name,.footer-ph__logo:hover .brand-logo__name,.customer-auth__brand:hover .brand-logo__name{letter-spacing:.075em;text-shadow:0 2px 14px rgba(184,149,106,.28)}.header__logo:hover .brand-logo__mark,.footer-ph__logo:hover .brand-logo__mark,.customer-auth__brand:hover .brand-logo__mark{box-shadow:0 0 18px #b8956aa6}.brand-logo--header .brand-logo__prefix{font-size:19px}.brand-logo--header .brand-logo__name{font-size:clamp(34px,3.6vw,42px)}.brand-logo--header .brand-logo__mark{height:38px}.brand-logo--footer .brand-logo__prefix{font-size:17px}.brand-logo--footer .brand-logo__name{font-size:clamp(30px,3vw,36px)}.brand-logo--footer .brand-logo__mark{height:34px}.brand-logo--auth .brand-logo__prefix{font-size:22px}.brand-logo--auth .brand-logo__name{font-size:clamp(38px,4.5vw,48px)}.brand-logo--auth .brand-logo__mark{height:44px}.brand-logo--md .brand-logo__prefix{font-size:19px}.brand-logo--md .brand-logo__name{font-size:36px}.brand-logo--md .brand-logo__mark{height:36px}@keyframes brandReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes brandMarkGrow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}@keyframes brandRuleIn{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}@media(prefers-reduced-motion:reduce){.brand-logo,.brand-logo__mark,.brand-logo:after{animation:none}.header__logo:hover .brand-logo__name,.footer-ph__logo:hover .brand-logo__name,.customer-auth__brand:hover .brand-logo__name{letter-spacing:.055em;filter:none}}.header__logo-main{font-family:var(--font-display);font-size:26px;font-weight:600;letter-spacing:.04em;color:var(--navy)}.header__logo-amp{font-family:var(--font-display);font-size:22px;font-weight:400;font-style:italic;color:var(--gold);margin:0 1px}.header__logo-co{font-family:var(--font-display);font-size:26px;font-weight:400;font-style:italic;letter-spacing:.02em;color:var(--navy)}.header__logo img{height:40px;width:auto}.header__nav{justify-self:center}.header__links{display:flex;gap:36px;list-style:none}.header__links a{font-size:12px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color .3s;position:relative}.header__links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width .4s var(--ease-out-expo)}.header__links a:hover{color:var(--navy)}.header__links a:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:6px}.header__icon-btn{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:50%;color:var(--navy);cursor:pointer;text-decoration:none;transition:transform .35s var(--ease-out-expo),background .3s ease,box-shadow .35s ease}.header__icon-btn:hover{transform:translateY(-2px) scale(1.06);background:var(--grey-50);box-shadow:0 4px 14px #1c2a3a14}.header__icon-svg{display:block;transition:transform .4s var(--ease-out-expo)}.header__icon-btn--search:hover .header__icon-svg{animation:iconSearchPulse .65s ease}.header__icon-btn--account:hover .header__icon-svg{animation:iconAccountBounce .55s ease}.header__icon-btn--cart:hover .header__icon-svg{animation:iconCartWiggle .55s ease}.header__icon-btn--cart.is-active .header__icon-svg{animation:iconCartPop .5s ease}.header__icon-badge{position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 5px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1;color:#fff;background:var(--gold);border-radius:999px;border:2px solid #fff;transform:scale(0);opacity:0;transition:transform .35s var(--ease-out-expo),opacity .25s ease}.header__icon-badge.is-visible{transform:scale(1);opacity:1;animation:iconBadgePop .45s var(--ease-out-expo)}.header__search-wrap{position:relative;display:flex;align-items:center}.header__search{display:flex;align-items:center;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:999px;gap:8px}.header__search--expandable{position:absolute;right:calc(100% + 8px);top:50%;transform:translateY(-50%) scaleX(.85);transform-origin:right center;width:0;opacity:0;padding:0;border-color:transparent;overflow:hidden;pointer-events:none;transition:width .45s var(--ease-out-expo),opacity .35s ease,padding .35s ease,transform .45s var(--ease-out-expo),border-color .3s ease}.header__search-wrap.is-open .header__search--expandable{width:220px;opacity:1;padding:6px 12px 6px 16px;border-color:var(--grey-200);transform:translateY(-50%) scaleX(1);pointer-events:auto;box-shadow:0 8px 24px #1c2a3a1a}.header__search-wrap.is-open .header__icon-btn--search{background:var(--blue-light);transform:scale(1.05)}.header__search-wrap.is-open .header__icon-btn--search .header__icon-svg{animation:iconSearchSpin .5s ease}.header__search input{border:none;background:transparent;font-family:var(--font-body);font-size:13px;width:100%;min-width:0;outline:none;color:var(--text)}.header__search-submit{background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;padding:0;flex-shrink:0;transition:color .2s,transform .3s}.header__search-submit:hover{color:var(--navy);transform:scale(1.1)}@keyframes iconSearchPulse{0%,to{transform:scale(1) rotate(0)}40%{transform:scale(1.18) rotate(-10deg)}70%{transform:scale(1.08) rotate(4deg)}}@keyframes iconSearchSpin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(90deg) scale(1.12)}to{transform:rotate(0) scale(1)}}@keyframes iconAccountBounce{0%,to{transform:translateY(0)}35%{transform:translateY(-4px)}65%{transform:translateY(1px)}}@keyframes iconCartWiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}50%{transform:rotate(8deg)}75%{transform:rotate(-4deg)}}@keyframes iconCartPop{0%{transform:scale(1)}40%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes iconBadgePop{0%{transform:scale(.4)}60%{transform:scale(1.15)}to{transform:scale(1)}}.header__menu-btn{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}.header__menu-btn span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform .3s}.section-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;gap:16px}.section-top__title{font-family:var(--font-display);font-size:clamp(28px,3.2vw,38px);font-weight:500;color:var(--navy);letter-spacing:.01em}.section-top__link{font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--gold-dark);text-decoration:none;white-space:nowrap}.section-top__link:hover{color:var(--navy)}.section-top__title--center{text-align:center;width:100%;margin-bottom:32px}.section-top--center{flex-direction:column;align-items:center;text-align:center;gap:12px}.hero-ph{padding:28px 0 36px;background:#fff}.hero-ph__banner{position:relative;border-radius:32px;overflow:hidden;min-height:420px;box-shadow:var(--shadow-lg)}.hero-ph__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-ph__image{width:100%;height:100%;object-fit:cover;object-position:65% center;display:block}.hero-ph__fade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff 0% 18%,#f5f7fa 28%,#f5f7faeb,#f5f7fab8,#f5f7fa73,#f5f7fa2e,#f5f7fa00 78%);pointer-events:none}.hero-ph__content{position:relative;z-index:2;padding:clamp(40px,5vw,72px) clamp(32px,4vw,56px);max-width:52%;min-height:420px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;perspective:800px}.hero-ph__badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);background:#ffffffe6;padding:10px 18px;border-radius:999px;margin-bottom:24px;border:1px solid rgba(184,149,106,.25);line-height:1}.hero-ph__badge:before{content:"\2726";font-size:9px;color:var(--gold);line-height:1;transform:translateY(0)}.hero-ph__title{font-family:var(--font-display);font-size:clamp(40px,5vw,62px);font-weight:500;line-height:1.05;color:var(--navy);letter-spacing:-.01em;margin-bottom:18px}.hero-ph__desc{font-size:clamp(15px,1.6vw,17px);color:var(--text-muted);line-height:1.7;margin-bottom:32px;max-width:400px}.hero-ph__buttons{display:none}.trust-bar{padding:28px 0;background:#fff}.trust-bar__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:28px 56px}.trust-bar__item{display:flex;align-items:flex-start;gap:12px}.trust-bar__icon{font-size:22px;line-height:1}.trust-bar__item strong{display:block;font-size:14px;font-weight:600;color:var(--navy);margin-bottom:2px}.trust-bar__item span{font-size:12px;color:var(--text-muted)}.categories{padding:48px 0 24px;background:#fff}.categories__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-card{text-decoration:none;text-align:center}.category-card__image-wrap{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:var(--grey-50);margin-bottom:12px;transition:transform .3s var(--ease-out-expo)}.category-card:hover .category-card__image-wrap{transform:translateY(-4px)}.category-card__image{width:100%;height:100%;object-fit:cover}.category-card__placeholder{width:100%;height:100%}.category-card__placeholder--1{background:linear-gradient(145deg,#f0d9c4,#d4a574)}.category-card__placeholder--2{background:linear-gradient(145deg,#e0e0e0,#bdbdbd)}.category-card__placeholder--3{background:linear-gradient(145deg,#e8dcc8,#c9b896)}.category-card__placeholder--4{background:linear-gradient(145deg,#ffe0b2,#ffb74d)}.category-card__placeholder--5{background:linear-gradient(145deg,#e1bee7,#ce93d8)}.category-card__placeholder--6{background:linear-gradient(145deg,#b3e5fc,#4fc3f7)}.category-card__title{font-size:14px;font-weight:600;color:var(--text)}.bestsellers{padding:24px 0 56px;background:#fff;position:relative;z-index:1;isolation:isolate}.bestsellers__inner{display:flex;flex-direction:column;align-items:center;overflow:visible}.bestsellers__carousel{position:relative;width:100%;max-width:1000px;margin-inline:auto;perspective:1400px;overflow:visible;padding:0 60px}.bestsellers__stage{position:relative;height:430px;transform-style:preserve-3d;touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none}.bestsellers__carousel.is-dragging .bestsellers__stage{cursor:grabbing}.bestsellers__nav{position:absolute;top:42%;z-index:10;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;border:1px solid rgba(184,149,106,.4);background:#fffffff0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 10px 28px #1e3a5f1f,inset 0 1px #fffc;color:var(--navy);cursor:pointer;transition:transform .3s cubic-bezier(.22,1,.36,1),border-color .3s ease,box-shadow .3s ease,background .3s ease}.bestsellers__nav--prev{left:0}.bestsellers__nav--next{right:0}.bestsellers__nav:hover{border-color:#b8956abf;background:#fff;box-shadow:0 14px 36px #1e3a5f2e,inset 0 1px #fff;transform:scale(1.08)}.bestsellers__nav:active{transform:scale(.96)}.bestsellers__nav svg{display:block;pointer-events:none}.bestsellers__slide{position:absolute;left:50%;top:0;width:272px;margin-left:-136px;transform-style:preserve-3d;transition:transform .75s cubic-bezier(.22,1,.36,1),opacity .75s ease,filter .75s ease;opacity:0;pointer-events:none;z-index:1;will-change:transform,opacity}.bestsellers__slide.is-active{transform:translateZ(90px) rotateY(0) scale(1);opacity:1;z-index:3;pointer-events:auto}.bestsellers__slide.is-prev{transform:translate3d(-78%,8px,-80px) rotateY(32deg) scale(.86);opacity:.82;z-index:2;pointer-events:auto;filter:brightness(.96)}.bestsellers__slide.is-next{transform:translate3d(78%,8px,-80px) rotateY(-32deg) scale(.86);opacity:.82;z-index:2;pointer-events:auto;filter:brightness(.96)}.bestsellers__slide.is-far{transform:translate3d(0,16px,-220px) rotateY(0) scale(.72);opacity:0;z-index:0}.bestsellers__floor{position:absolute;left:50%;bottom:18px;width:min(72%,520px);height:48px;margin-left:calc(min(72%,520px)/-2);background:radial-gradient(ellipse at center,#1e3a5f24,#1e3a5f00 72%);pointer-events:none;z-index:0}.bestsellers__slide .product-card-ph{display:flex;flex-direction:column;height:390px;box-shadow:0 18px 44px #1e3a5f1a;backface-visibility:hidden;transition:box-shadow .4s ease,border-color .4s ease}.bestsellers__slide .product-card-ph:hover{transform:none}.bestsellers__slide.is-active .product-card-ph{border-color:#b8956a73;box-shadow:0 28px 60px #1e3a5f29,0 0 0 1px #b8956a1f}.bestsellers__slide.is-prev .product-card-ph,.bestsellers__slide.is-next .product-card-ph{cursor:pointer;box-shadow:0 14px 32px #1e3a5f14}.bestsellers__slide .product-card-ph__image-wrap{flex-shrink:0;height:220px;aspect-ratio:auto}.bestsellers__slide .product-card-ph__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.bestsellers__slide .product-card-ph__price{margin-top:auto}@media(prefers-reduced-motion:reduce){.bestsellers__slide{transition-duration:.01ms}}.bestsellers__cta{text-align:center;margin-top:40px}.product-card-ph{display:flex;flex-direction:column;text-decoration:none;background:#fff;border-radius:var(--radius);padding:12px;border:1px solid var(--grey-200);transition:transform .3s var(--ease-out-expo),box-shadow .3s}.product-card-ph:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:#b8956a4d}.product-card-ph__image-wrap{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--grey-50);margin-bottom:12px}.product-card-ph__image{width:100%;height:100%;object-fit:cover}.product-card-ph__placeholder{width:100%;height:100%}.product-card-ph__placeholder--1{background:linear-gradient(145deg,#e8dcc8,#c9b896)}.product-card-ph__placeholder--2{background:linear-gradient(145deg,#ffe0b2,#ffcc80)}.product-card-ph__placeholder--3{background:linear-gradient(145deg,#b3e5fc,#81d4fa)}.product-card-ph__placeholder--4{background:linear-gradient(145deg,#f8bbd0,#f48fb1)}.product-card-ph__placeholder--5{background:linear-gradient(145deg,#c5e1a5,#aed581)}.product-card-ph__badge{position:absolute;top:8px;left:8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:4px 8px;border-radius:6px;background:var(--navy);color:var(--white)}.product-card-ph__badge--new{background:var(--navy)}.product-card-ph__badge--sale{background:#e53935}.product-card-ph__badge--best{background:var(--lime);color:var(--navy)}.product-card-ph__title{font-size:14px;font-weight:600;color:var(--text);margin-bottom:6px;line-height:1.3}.product-card-ph__rating{display:flex;align-items:center;gap:4px;margin-bottom:6px}.product-card-ph__stars{color:#f5a623;font-size:12px;letter-spacing:-1px}.product-card-ph__reviews{font-size:12px;color:var(--text-muted)}.product-card-ph__price{font-size:15px;font-weight:700;color:var(--navy)}.product-card-ph__price s{font-weight:400;color:var(--text-muted);margin-right:6px;font-size:13px}.promo-banner{padding:16px 0 48px;background:#fff}.promo-banner__card{position:relative;border-radius:24px;overflow:hidden;min-height:340px;box-shadow:0 8px 32px #1e3a5f14}.promo-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0}.promo-banner__image{width:100%;height:100%;min-height:340px;object-fit:cover;object-position:55% center;display:block}.promo-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(20,40,65,.55) 0%,rgba(20,40,65,.28) 28%,rgba(20,40,65,.08) 48%,transparent 68%)}.promo-banner__content{position:relative;z-index:1;padding:clamp(36px,5vw,56px);max-width:480px;min-height:340px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.promo-banner__title{font-family:var(--font-display);font-size:clamp(22px,3.2vw,36px);font-weight:800;color:var(--white);letter-spacing:.04em;text-transform:uppercase;margin-bottom:10px;text-shadow:0 2px 20px rgba(0,0,0,.3);line-height:1.2}.promo-banner__desc{font-size:clamp(14px,1.5vw,16px);color:#ffffffeb;line-height:1.6;margin-bottom:22px;text-shadow:0 1px 12px rgba(0,0,0,.25);max-width:380px}.our-products{padding:64px 0;background:#fff}.our-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.our-product-card{text-decoration:none;border-radius:var(--radius-lg);overflow:hidden;transition:transform .3s var(--ease-out-expo)}.our-product-card:hover{transform:translateY(-4px)}.our-product-card__media{position:relative;aspect-ratio:3/4}.our-product-card__image{width:100%;height:100%;object-fit:cover}.our-product-card__placeholder{width:100%;height:100%}.our-product-card__placeholder--1{background:linear-gradient(180deg,#d4a574,#8b6914)}.our-product-card__placeholder--2{background:linear-gradient(180deg,#ff8a65,#e64a19)}.our-product-card__placeholder--3{background:linear-gradient(180deg,#e8dcc8,#a1887f)}.our-product-card__placeholder--4{background:linear-gradient(180deg,#b39ddb,#7e57c2)}.our-product-card__overlay{position:absolute;inset:auto 0 0;padding:24px 20px;background:linear-gradient(0deg,rgba(90,70,50,.85) 0%,transparent 100%);color:var(--white)}.our-product-card__title{display:block;font-family:var(--font-display);font-size:20px;font-weight:700;margin-bottom:4px}.our-product-card__price{font-size:14px;opacity:.9}.testimonials{padding:64px 0;background:var(--grey-50)}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#fff;border-radius:var(--radius);padding:28px;border:1px solid var(--grey-200);box-shadow:0 4px 20px #1e3a5f0f}.testimonial-card__stars{color:#f5a623;font-size:16px;margin-bottom:16px;letter-spacing:2px}.testimonial-card__quote{font-size:15px;line-height:1.7;color:var(--text);margin-bottom:20px;font-style:italic}.testimonial-card__author{display:flex;align-items:center;gap:12px}.testimonial-card__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.testimonial-card__avatar--placeholder{background:linear-gradient(135deg,var(--blue-mid),var(--navy))}.testimonial-card__author strong{display:block;font-size:14px;color:var(--navy)}.testimonial-card__author span{font-size:12px;color:var(--text-muted)}.newsletter-ph{padding:64px 0;background:#fff}.newsletter-ph__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.newsletter-ph__title{font-family:var(--font-display);font-size:clamp(28px,3vw,36px);font-weight:700;color:var(--navy);margin-bottom:12px}.newsletter-ph__desc{font-size:15px;color:var(--text-muted);margin-bottom:24px;line-height:1.7}.newsletter-ph__fields{display:flex;gap:0;max-width:420px}.newsletter-ph__fields input{flex:1;padding:14px 18px;border:2px solid var(--grey-200);border-right:none;border-radius:999px 0 0 999px;font-family:var(--font-body);font-size:14px;outline:none}.newsletter-ph__fields input:focus{border-color:var(--navy)}.newsletter-ph__fields .btn{border-radius:0 999px 999px 0}.newsletter-ph__success{margin-top:12px;font-size:14px;color:#2e7d32}.newsletter-ph__error{margin-top:12px;font-size:14px;color:#c62828}.newsletter-ph__image{width:100%;border-radius:var(--radius-lg);aspect-ratio:4/3;object-fit:cover}.newsletter-ph__placeholder{aspect-ratio:4/3;border-radius:var(--radius-lg);background:linear-gradient(145deg,#d4a574,#9e9e9e,#e8f4fc)}.page-content{padding:calc(var(--header-total) + 48px) 0 80px}.page-content__inner{max-width:760px}.page-content--policy .page-content__inner{max-width:820px}.page-content--policy .page-content__eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:10px}.page-content--policy .page-content__title{margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--grey-200)}.page-content--policy .page-content__body{font-size:15px;line-height:1.8}.page-content--policy .page-content__body h2,.page-content--policy .page-content__body h3{font-family:var(--font-display);font-size:clamp(20px,2.4vw,26px);color:var(--navy);margin:2em 0 .65em}.page-content--policy .page-content__body h2:first-child,.page-content--policy .page-content__body h3:first-child{margin-top:0}.page-content--policy .page-content__body p{margin:0 0 1em}.page-content--policy .page-content__body ul,.page-content--policy .page-content__body ol{margin:0 0 1.2em 1.25em;padding:0}.page-content--policy .page-content__body li{margin-bottom:.4em}.page-content--policy .page-content__body a{color:var(--gold-dark);text-decoration:underline;text-underline-offset:2px}.page-content--policy .page-content__body strong{color:var(--navy)}.page-content__lead{color:var(--text-muted);margin-bottom:24px}.page-content__title{font-family:var(--font-display);font-size:clamp(32px,4vw,44px);color:var(--navy);margin-bottom:28px}.page-content__body{font-size:15px;line-height:1.8;color:var(--text)}.page-content__body h2,.page-content__body h3{color:var(--navy);margin:1.6em 0 .6em}.page-content__body p{margin:0 0 1em}.page-content__body a{color:var(--gold-dark)}.customer-auth{padding:calc(var(--header-total) + 32px) 0 48px;background:linear-gradient(180deg,#ffffff 0%,var(--grey-50) 100%)}.customer-auth__layout{width:min(1080px,100% - 48px);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:calc(100vh - var(--header-total) - 80px);background:#fff;border:1px solid var(--grey-200);border-radius:24px;overflow:hidden;box-shadow:0 24px 60px #1c2a3a1a}.customer-auth__panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,5vw,56px)}.customer-auth__brand{display:inline-flex;text-decoration:none;margin-bottom:36px}.customer-auth__intro{margin-bottom:28px}.customer-auth__title{font-family:var(--font-display);font-size:clamp(34px,4vw,44px);color:var(--navy);line-height:1.1;margin-bottom:10px}.customer-auth__subtitle{font-size:15px;line-height:1.6;color:var(--text-muted);margin:0;max-width:36ch}.customer-auth__form{display:flex;flex-direction:column;gap:18px}.customer-auth__fields-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.customer-auth__field{display:flex;flex-direction:column;gap:8px}.customer-auth__field label{font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--navy)}.customer-auth__field input{width:100%;padding:14px 16px;border:1px solid var(--grey-200);border-radius:14px;font:inherit;font-size:15px;color:var(--text);background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.customer-auth__field input::placeholder{color:#9aa8b6}.customer-auth__field input:focus{outline:none;border-color:#b8956aa6;box-shadow:0 0 0 4px #b8956a24}.customer-auth__submit{width:100%;margin-top:6px;border-radius:999px;min-height:52px;letter-spacing:.03em}.customer-auth__switch{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 12px;text-align:center;font-size:13px;color:var(--text-muted);margin:2px 0 0}.customer-auth__switch a{color:var(--gold-dark);text-decoration:none;font-weight:500}.customer-auth__switch a:hover{color:var(--navy)}.customer-auth__legal{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:28px;padding-top:20px;border-top:1px solid var(--grey-200);font-size:12px;color:var(--text-muted)}.customer-auth__legal a{color:var(--text-muted);text-decoration:none}.customer-auth__legal a:hover{color:var(--navy)}.customer-auth__message{padding:12px 14px;border-radius:12px;font-size:13px;line-height:1.5}.customer-auth__message--error{background:#fdecea;color:#b42318;border:1px solid #f5c2be}.customer-auth__visual{position:relative;min-height:100%;background:var(--navy-dark)}.customer-auth__visual-media{position:absolute;top:0;right:0;bottom:0;left:0}.customer-auth__visual-image{width:100%;height:100%;object-fit:cover;object-position:center}.customer-auth__visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#0f1a2633,#0f1a268c 45%,#0f1a26e0)}.customer-auth__visual-copy{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:clamp(28px,4vw,48px);color:#fff}.customer-auth__visual-eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-light);margin-bottom:12px}.customer-auth__visual-quote{font-family:var(--font-display);font-size:clamp(28px,3.5vw,38px);line-height:1.2;margin:0;max-width:14ch}.template-customers .announcement-bar{display:none}@media(max-width:900px){.customer-auth__layout{grid-template-columns:1fr;min-height:auto}.customer-auth__visual{min-height:280px;order:-1}.customer-auth__visual-quote{max-width:none}.customer-auth__fields-row{grid-template-columns:1fr}}.footer-ph{background:var(--grey-50);padding:56px 0 0;border-top:1px solid var(--grey-200);position:relative;z-index:10}.footer-ph__top{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:48px;padding-bottom:48px;align-items:start}.footer-ph__logo{display:inline-block;text-decoration:none;margin-bottom:4px}.footer-ph__logo-text{font-family:var(--font-display);font-size:24px;font-weight:500;text-decoration:none;display:flex;align-items:baseline;gap:0}.footer-ph__logo-main{color:var(--navy);font-weight:600}.footer-ph__logo-amp{color:var(--gold);font-style:italic;font-size:20px}.footer-ph__logo-co{color:var(--navy);font-style:italic}.footer-ph__mission{font-size:14px;color:var(--text-muted);line-height:1.7;margin:12px 0 0;max-width:280px}.footer-ph__col h3{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:18px;letter-spacing:.02em}.footer-ph__about-text{font-size:13px;color:var(--text-muted);line-height:1.75;max-width:300px;margin:0}.footer-ph__col ul{list-style:none;margin:0;padding:0}.footer-ph__col li{margin-bottom:12px}.footer-ph__col li:last-child{margin-bottom:0}.footer-ph__col a{font-size:13px;color:var(--text-muted);text-decoration:none;transition:color .2s;position:relative;z-index:1;pointer-events:auto}.footer-ph__col a:hover{color:var(--navy)}.footer-ph__bottom{display:flex;align-items:flex-end;justify-content:space-between;padding:24px 0;border-top:1px solid var(--grey-200);gap:24px;flex-wrap:wrap}.footer-ph__bottom-left{display:flex;flex-direction:column;gap:14px}.footer-ph__social{display:flex;align-items:center;gap:10px}.footer-ph__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid var(--grey-200);color:var(--navy);text-decoration:none;transition:all .25s ease}.footer-ph__social-link:hover{color:var(--gold-dark);border-color:var(--gold);transform:translateY(-2px)}.footer-ph__copy{font-size:12px;color:var(--text-muted);margin:0}.footer-ph__payments{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.footer-ph__payments span{font-size:10px;font-weight:700;color:var(--text-muted);background:var(--white);border:1px solid var(--grey-200);padding:5px 10px;border-radius:4px}.toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(100px);padding:14px 28px;background:var(--navy);color:var(--white);font-size:14px;border-radius:999px;opacity:0;transition:all .5s var(--ease-out-expo);z-index:200;pointer-events:none}.toast--visible{transform:translate(-50%) translateY(0);opacity:1}.header--open .header__nav{display:flex;position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-total);flex-direction:column;align-items:center;justify-content:center;gap:32px;background:#fff;z-index:99}.header--open .header__links{flex-direction:column;align-items:center;gap:24px}.header--open .header__menu-btn span:first-child{transform:rotate(45deg) translate(5px,5px)}.header--open .header__menu-btn span:last-child{transform:rotate(-45deg) translate(5px,-5px)}.product-page{padding:calc(var(--header-total) + 40px) 0 80px}.product-page__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px 56px;align-items:start}.product-page__gallery-col{grid-column:1}.product-page__buy{grid-column:2;position:relative}.product-page__buy-inner{position:sticky;top:calc(var(--header-total) + 24px)}.product-page__badge{display:inline-block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--navy);background:#1e3a5f1a;padding:6px 14px;border-radius:999px;margin-bottom:14px}.product-page__title{font-size:clamp(30px,3.2vw,42px);margin-bottom:10px;color:var(--navy);font-family:var(--font-display);font-weight:700}.product-page__price{font-family:var(--font-display);font-size:30px;margin-bottom:20px;color:var(--navy);font-weight:700}.product-page__overview{color:var(--text-muted);line-height:1.7;font-size:14px}.product-page__details-accordions{margin-top:28px;display:flex;flex-direction:column;gap:10px}.product-accordion{border:1px solid var(--grey-200);border-radius:12px;background:#fff;overflow:hidden}.product-accordion summary{list-style:none;cursor:pointer;padding:14px 18px;font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--navy);display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";font-size:20px;color:var(--navy)}.product-accordion[open] summary:after{content:"\2212"}.product-accordion[open] summary{border-bottom:1px solid var(--grey-200);background:var(--grey-50)}.product-accordion__body{padding:16px 18px 18px;font-size:14px;line-height:1.75;color:var(--text-muted)}.product-accordion__body p,.product-accordion__body li{margin-bottom:8px}.product-accordion__body ol,.product-accordion__body ul{margin-left:18px}.product-accordion__body table{width:100%;border-collapse:collapse;margin-top:12px;font-size:13px}.product-accordion__body th,.product-accordion__body td{border:1px solid var(--grey-200);padding:8px 10px;text-align:left}.product-accordion__body th{background:var(--grey-50);color:var(--navy)}.product-page__placeholder{width:100%;aspect-ratio:1;background:var(--grey-50);display:flex;align-items:center;justify-content:center;border-radius:24px}.product-gallery__main{position:relative;background:var(--grey-50);aspect-ratio:1;border-radius:28px;padding:12px;box-shadow:0 20px 50px #1e3a5f14}.product-gallery__viewport{width:100%;height:100%;position:relative;overflow:hidden;border-radius:20px;background:#fff}.product-gallery__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .4s ease,transform .4s ease;pointer-events:none;transform:scale(.98)}.product-gallery__image.is-active{opacity:1;pointer-events:auto;transform:scale(1)}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:none;background:transparent;cursor:pointer;padding:8px;color:#1e3a5f73;transition:color .25s ease,transform .25s ease;display:flex;align-items:center;justify-content:center}.product-gallery__arrow svg{display:block}.product-gallery__arrow:hover:not(:disabled){color:var(--navy);transform:translateY(-50%) scale(1.1)}.product-gallery__arrow:disabled{opacity:.2;cursor:not-allowed}.product-gallery__arrow--prev{left:12px}.product-gallery__arrow--next{right:12px}.product-gallery__thumbs{display:flex;gap:10px;flex-wrap:nowrap;margin-top:16px}.product-gallery__thumbs--expanded{flex-wrap:wrap;margin-top:8px}.product-gallery__thumbs--expanded[hidden]{display:none}.product-gallery__thumb{flex:0 0 calc((100% - 40px)/5);max-width:calc((100% - 40px)/5);aspect-ratio:1;padding:0;border:2px solid transparent;background:#fff;cursor:pointer;overflow:hidden;position:relative;border-radius:14px;transition:border-color .3s ease,transform .3s ease}.product-gallery__thumb:hover{transform:translateY(-2px)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-gallery__thumb.is-active{border-color:var(--navy);box-shadow:0 2px 8px #1e3a5f1f}.product-gallery__thumb--more .product-gallery__more-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#1e3a5f8c;color:#fff;font-size:14px;font-weight:500;border-radius:14px}.product-gallery__thumbs--expanded .product-gallery__thumb{flex:0 0 calc((100% - 50px) / 6);max-width:calc((100% - 50px) / 6)}.product-form__option{margin-bottom:18px}.product-form__label{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;color:var(--navy);font-weight:600}.product-form__select--hidden{position:absolute;opacity:0;pointer-events:none;height:0;width:0}.product-form__swatches{display:flex;flex-wrap:wrap;gap:10px}.product-form__swatch{display:flex;align-items:center;gap:8px;padding:8px 14px 8px 10px;border:2px solid var(--grey-200);border-radius:999px;background:#fff;cursor:pointer;transition:all .25s ease;font-size:13px;color:var(--text-muted)}.product-form__swatch:hover{border-color:var(--blue-mid);transform:translateY(-1px)}.product-form__swatch.is-selected{border-color:var(--navy);background:var(--blue-light);color:var(--navy)}.product-form__swatch-dot{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.8)}.product-form__swatch--red .product-form__swatch-dot,.product-form__swatch--redset .product-form__swatch-dot{background:linear-gradient(135deg,#e57373,#c62828)}.product-form__swatch--blue .product-form__swatch-dot,.product-form__swatch--blueset .product-form__swatch-dot{background:linear-gradient(135deg,#81d4fa,#0288d1)}.product-form__swatch--pink .product-form__swatch-dot,.product-form__swatch--pinkset .product-form__swatch-dot{background:linear-gradient(135deg,#f8bbd0,#ec407a)}.product-form__swatch--green .product-form__swatch-dot{background:linear-gradient(135deg,#a5d6a7,#43a047)}.product-form__swatch--grey .product-form__swatch-dot,.product-form__swatch--gray .product-form__swatch-dot{background:linear-gradient(135deg,#e0e0e0,#9e9e9e)}.product-form__swatch--beige .product-form__swatch-dot{background:linear-gradient(135deg,#f5e6d3,#d4a574)}.product-form__swatch--navy .product-form__swatch-dot{background:linear-gradient(135deg,#5c6bc0,#1a237e)}.product-form__swatch:not([class*=--red]):not([class*=--blue]):not([class*=--pink]):not([class*=--green]):not([class*=--grey]):not([class*=--gray]):not([class*=--beige]):not([class*=--navy]) .product-form__swatch-dot{background:linear-gradient(135deg,#e8c4a0,#b8956a)}.product-form__pills{display:flex;flex-wrap:wrap;gap:8px}.product-form__pill{min-width:44px;padding:10px 16px;border:2px solid var(--grey-200);border-radius:12px;background:#fff;cursor:pointer;font-size:14px;color:var(--text-muted);transition:all .25s ease}.product-form__pill:hover{border-color:var(--blue-mid)}.product-form__pill.is-selected{border-color:var(--navy);background:var(--blue-light);color:var(--navy);font-weight:600}.product-form__pill.is-pulse{animation:sizePillPulse .45s ease}.product-form__size-detail{overflow:hidden;max-height:0;opacity:0;margin-top:0;transition:max-height .45s var(--ease-out-expo),opacity .35s ease,margin-top .35s ease}.product-form__size-detail.is-open{max-height:120px;opacity:1;margin-top:12px}.product-form__size-detail-inner{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px 16px;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:12px;transform:translateY(-10px);opacity:0;transition:transform .4s var(--ease-out-expo),opacity .35s ease}.product-form__size-detail.is-open .product-form__size-detail-inner{transform:translateY(0);opacity:1}.product-form__size-detail-inner.is-updating{animation:sizeDetailReveal .45s var(--ease-out-expo)}.product-form__size-detail-item{display:flex;flex-direction:column;gap:4px}.product-form__size-detail-label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-weight:600}.product-form__size-detail-value{font-size:14px;font-weight:600;color:var(--navy);line-height:1.3}.product-form__size-detail-value:empty:before{content:"\2014";color:var(--text-muted);font-weight:400}@keyframes sizePillPulse{0%{transform:scale(1)}40%{transform:scale(1.06);box-shadow:0 4px 14px #1c2a3a26}to{transform:scale(1)}}@keyframes sizeDetailReveal{0%{opacity:.4;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.product-form__actions{display:flex;flex-direction:column;gap:14px;margin-top:10px}.product-form__qty-wrap{display:flex;flex-direction:column}.product-form__qty-control{display:inline-flex;align-items:center;background:#fff;border:2px solid var(--grey-200);border-radius:14px;overflow:hidden;width:fit-content}.product-form__qty-btn{width:44px;height:44px;border:none;background:var(--grey-50);color:var(--navy);font-size:22px;cursor:pointer;transition:background .2s}.product-form__qty-btn:hover{background:var(--blue-light)}.product-form__qty{width:48px;padding:10px 0;border:none;border-left:1px solid var(--grey-200);border-right:1px solid var(--grey-200);background:#fff;font-size:16px;text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.product-form__qty::-webkit-outer-spin-button,.product-form__qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-form__submit{width:100%;border-radius:14px;background:var(--navy);box-shadow:0 8px 20px #1e3a5f33}.product-form__submit:hover{background:var(--navy-dark)}.product-page__back{display:inline-block;margin-top:20px;font-size:13px;text-decoration:none;color:var(--text-muted)}.collection-banner{padding:calc(var(--header-total) + 14px) 0 0;text-align:center;background:#fff;border-bottom:none}.collection-banner__inner{max-width:800px;margin-inline:auto;padding-bottom:52px}.collection-banner__head{display:flex;flex-direction:column;align-items:center}.collection-banner__eyebrow{font-size:11px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin:0 0 12px;line-height:1}.collection-banner__eyebrow:before{content:"\2726  ";font-size:9px}.collection-banner__eyebrow:after{content:" \2726";font-size:9px}.collection-banner__title{font-family:var(--font-display);font-size:clamp(46px,6.5vw,72px);font-weight:500;color:var(--navy);margin:0 0 16px;letter-spacing:-.03em;line-height:1.02}.collection-banner__desc{font-size:15px;line-height:1.65;color:var(--text-muted);max-width:500px;margin:20px 0 0}.collection-banner__meta{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin:0;line-height:1}.collection-banner__meta span{display:inline-block;padding:6px 14px;border:1px solid var(--grey-200);border-radius:999px;background:var(--grey-50)}.collection--page{padding:0 0 96px;background:#fff}.collection--page__inner{max-width:1180px;margin-inline:auto;padding-top:0}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 30px}.collection--page .product-card-ph{padding:0;border:none;border-radius:0;background:transparent;box-shadow:none}.collection--page .product-card-ph:hover{transform:translateY(-4px);box-shadow:none;border-color:transparent}.collection--page .product-card-ph__image-wrap{aspect-ratio:1;border-radius:18px;margin-bottom:14px;background:var(--grey-50);box-shadow:0 4px 24px #1c2a3a0f;transition:box-shadow .4s var(--ease-out-expo),transform .4s var(--ease-out-expo)}.collection--page .product-card-ph:hover .product-card-ph__image-wrap{box-shadow:0 12px 40px #1c2a3a1a;transform:translateY(-2px)}.collection--page .product-card-ph__title{font-family:var(--font-display);font-size:16px;font-weight:500;color:var(--navy);margin-bottom:6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.collection--page .product-card-ph__rating{margin-bottom:6px;opacity:.85}.collection--page .product-card-ph__stars{color:var(--gold);font-size:11px;letter-spacing:1px}.collection--page .product-card-ph__reviews{font-size:11px;letter-spacing:.02em}.collection--page .product-card-ph__price{font-family:var(--font-display);font-size:17px;font-weight:600;color:var(--navy);letter-spacing:.02em}.collection--page .product-card-ph__badge{top:12px;left:12px;font-size:9px;letter-spacing:.1em;padding:5px 10px;border-radius:999px;background:#1c2a3ae0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pagination--collection{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:72px;padding-top:32px;border-top:1px solid var(--grey-200)}.pagination__btn{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:var(--navy);padding:12px 20px;border:1px solid var(--grey-200);border-radius:999px;transition:all .3s ease}.pagination__btn:hover{border-color:var(--gold);color:var(--gold-dark);background:var(--grey-50)}.pagination__info{font-size:12px;letter-spacing:.06em;color:var(--text-muted)}.cart-page{padding:calc(var(--header-total) + 60px) 0 120px}.cart-page__items{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:24px;align-items:center;padding:24px;background:var(--grey-50);border-radius:var(--radius)}.cart-item__image{width:100px;height:100px;object-fit:cover;border-radius:12px}.cart-item__title{font-family:var(--font-display);font-size:20px;font-weight:600;text-decoration:none;color:var(--navy)}.cart-item__variant{font-size:13px;color:var(--text-muted)}.cart-item__price{font-size:18px;font-weight:700;color:var(--navy);margin-top:8px}.cart-item__qty input{width:64px;padding:8px;border:1px solid var(--grey-200);border-radius:8px;text-align:center}.cart-page__footer{display:flex;flex-wrap:wrap;align-items:center;gap:16px;justify-content:flex-end}.cart-page__total{width:100%;display:flex;justify-content:space-between;font-size:20px;padding:24px 0;border-top:1px solid var(--grey-200)}.cart-page__total strong{font-family:var(--font-display);font-size:28px;color:var(--navy)}.cart-page__empty{text-align:center;padding:60px 0}.cart-page__empty p{margin-bottom:24px;color:var(--text-muted)}@media(max-width:1100px){.categories__grid{grid-template-columns:repeat(3,1fr)}.our-products__grid{grid-template-columns:repeat(2,1fr)}.footer-ph__top{grid-template-columns:1fr 1fr}.footer-ph__brand{grid-column:1 / -1}}@media(max-width:900px){.hero-ph__banner{min-height:480px;display:flex;flex-direction:column;justify-content:flex-end}.hero-ph__fade{background:linear-gradient(180deg,#f5f7fa00,#f5f7fa26 35%,#f5f7fa8c 55%,#fff 72% 100%)}.hero-ph__image{object-position:center 30%}.hero-ph__content{max-width:100%;min-height:auto;text-align:center;align-items:center;padding:32px 24px 40px;margin-top:auto}.hero-ph__desc{margin-inline:auto}.hero-ph__buttons{justify-content:center}.promo-banner__card{min-height:300px;border-radius:20px}.promo-banner__image{min-height:300px;object-position:60% center}.promo-banner__content{min-height:300px;padding:28px 24px;max-width:100%}.promo-banner__overlay{background:linear-gradient(180deg,transparent 0%,rgba(20,40,65,.15) 40%,rgba(20,40,65,.65) 100%)}.trust-bar__grid{gap:24px 40px}.trust-bar__item{flex:0 1 calc(50% - 20px);max-width:280px}.newsletter-ph__grid,.testimonials__grid{grid-template-columns:1fr}.product-page__grid{grid-template-columns:1fr;gap:28px}.product-page__buy-inner{position:static}}@media(max-width:768px){.bestsellers__carousel{padding:0 44px}.bestsellers__nav{width:42px;height:42px;top:40%}.bestsellers__stage{height:390px}.bestsellers__slide{width:236px;margin-left:-118px}.bestsellers__slide.is-prev{transform:translate3d(-68%,6px,-60px) rotateY(26deg) scale(.84)}.bestsellers__slide.is-next{transform:translate3d(68%,6px,-60px) rotateY(-26deg) scale(.84)}.bestsellers__slide .product-card-ph{height:360px}.bestsellers__slide .product-card-ph__image-wrap{height:190px}.header__inner{grid-template-columns:1fr auto}.header__nav{display:none}.header__search--expandable{position:fixed;top:calc(var(--header-total) + 8px);right:16px;left:16px;width:auto!important;transform:translateY(-8px) scale(.96);transform-origin:top right}.header__search-wrap.is-open .header__search--expandable{transform:translateY(0) scale(1)}.header__menu-btn{display:flex}.categories__grid{grid-template-columns:repeat(2,1fr)}.collection-grid{grid-template-columns:repeat(2,1fr);gap:28px 20px}.footer-ph__top{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr}.cart-item__qty{grid-column:1 / -1}.newsletter-ph__fields{flex-direction:column}.newsletter-ph__fields input{border-right:2px solid var(--grey-200);border-radius:999px}.newsletter-ph__fields .btn{border-radius:999px}}@media(max-width:480px){.collection-grid{grid-template-columns:1fr;gap:32px;max-width:400px;margin-inline:auto}.collection-banner{padding:calc(var(--header-total) + 10px) 0 0}.collection-banner__inner{padding-bottom:40px}.collection-banner__title{font-size:clamp(38px,10vw,52px);margin-bottom:14px}.collection--page{padding:0 0 72px}}
/*# sourceMappingURL=/cdn/shop/t/48/assets/theme.css.map */
