.Header-module__Af2_WG__header{z-index:100;-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);height:var(--header-h);background:#fefcf8f0;justify-content:space-between;align-items:center;gap:1rem;padding:0 2rem;transition:box-shadow .3s;display:flex;position:sticky;top:0}.Header-module__Af2_WG__header:hover{box-shadow:var(--shadow-xs)}.Header-module__Af2_WG__actions{align-items:center;gap:.75rem;display:flex}.Header-module__Af2_WG__iconBtn{border:1px solid var(--border-md);color:var(--mauve);background:0 0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .25s;display:flex;position:relative}.Header-module__Af2_WG__iconBtn:hover{background:var(--deep);border-color:var(--deep);color:#fff;box-shadow:var(--shadow-sm);transform:scale(1.05)}.Header-module__Af2_WG__badge{background:var(--rose);color:#fff;border:2px solid var(--ivory);border-radius:50%;justify-content:center;align-items:center;min-width:17px;height:17px;font-size:.58rem;font-weight:700;animation:.2s Header-module__Af2_WG__fadeIn;display:flex;position:absolute;top:-4px;right:-4px}.Header-module__Af2_WG__adminBtn{border:1px solid var(--border-md);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;background:0 0;border-radius:50px;align-items:center;gap:.35rem;padding:.4rem 1.1rem;font-size:.72rem;font-weight:500;transition:all .25s;display:flex}.Header-module__Af2_WG__adminBtn:hover{background:var(--deep);border-color:var(--deep);color:#fff;box-shadow:var(--shadow-sm)}@media (max-width:540px){.Header-module__Af2_WG__header{padding:0 1rem}}
.Footer-module__EZoWya__footer{background:var(--deep);color:#fffc;margin-top:auto}.Footer-module__EZoWya__inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;max-width:1280px;margin:0 auto;padding:3.5rem 1.5rem 2rem;display:grid}@media (max-width:768px){.Footer-module__EZoWya__inner{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:480px){.Footer-module__EZoWya__inner{grid-template-columns:1fr 1fr;gap:1.75rem}.Footer-module__EZoWya__brand{grid-column:1/-1}}.Footer-module__EZoWya__logo{color:#fff;margin-bottom:.4rem;font-size:1.7rem;font-weight:600}.Footer-module__EZoWya__logo em{color:var(--gold-lt);font-style:italic}.Footer-module__EZoWya__slogan{color:#ffffff73;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.8rem}.Footer-module__EZoWya__socials{flex-wrap:wrap;gap:.65rem;display:flex}.Footer-module__EZoWya__social{color:#ffffffb3;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.Footer-module__EZoWya__social:hover{background:var(--gold);border-color:var(--gold);color:#fff;transform:translateY(-2px)}.Footer-module__EZoWya__links{flex-direction:column;display:flex}.Footer-module__EZoWya__linksTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--gold-lt);margin-bottom:1rem;font-size:.7rem;font-weight:700}.Footer-module__EZoWya__links ul{flex-direction:column;gap:.65rem;list-style:none;display:flex}.Footer-module__EZoWya__links ul li a,.Footer-module__EZoWya__links ul li span{color:#fff9;align-items:center;gap:.4rem;font-size:.85rem;transition:color .2s;display:flex}.Footer-module__EZoWya__links ul li a:hover{color:#fff}.Footer-module__EZoWya__bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;max-width:1280px;margin:0 auto;padding:1.25rem 1.5rem;display:flex}.Footer-module__EZoWya__bottom p{color:#ffffff73;font-size:.78rem}.Footer-module__EZoWya__bottom strong{color:#ffffffb3}.Footer-module__EZoWya__bottomLinks{align-items:center;gap:.6rem;display:flex}.Footer-module__EZoWya__bottomLinks a{font-size:.78rem;transition:color .2s;color:#ffffff80!important}.Footer-module__EZoWya__bottomLinks a:hover{color:#fff!important}.Footer-module__EZoWya__bottomLinks span{color:#fff3}
.ProductCard-module__9j1fXa__card{background:var(--white);border-radius:var(--r);border:1px solid var(--border);cursor:pointer;transition:transform .4s var(--ease-bounce), box-shadow .4s var(--ease-out), border-color .3s;animation:ProductCard-module__9j1fXa__fadeUp .5s var(--ease-out) both;outline:none;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__card:hover{box-shadow:var(--shadow-md);border-color:var(--border-gold);transform:translateY(-8px)}.ProductCard-module__9j1fXa__card:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.ProductCard-module__9j1fXa__imgWrap{aspect-ratio:3/4;background:var(--pearl);width:100%;position:relative;overflow:hidden}.ProductCard-module__9j1fXa__img{object-fit:cover;transition:transform .65s var(--ease-out)}.ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__img{transform:scale(1.07)}.ProductCard-module__9j1fXa__imgWrap:after{content:"";pointer-events:none;background:linear-gradient(120deg,#0000 0%,#ffffff40 50%,#0000 100%);transition:none;position:absolute;inset:0;transform:translate(-100%)rotate(20deg)}.ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__imgWrap:after{animation:ProductCard-module__9j1fXa__shimmer .65s var(--ease-out) both}.ProductCard-module__9j1fXa__noImg{opacity:.25;background:var(--pearl);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProductCard-module__9j1fXa__quickView{opacity:0;transition:opacity .25s, transform .25s var(--ease-out);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;pointer-events:none;background:#1a0f14d1;border:none;border-radius:50px;padding:.4rem 1rem;font-size:.68rem;font-weight:500;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)translateY(12px)}.ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__quickView{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.ProductCard-module__9j1fXa__badge{background:var(--deep);color:#fff;letter-spacing:.08em;text-transform:uppercase;z-index:1;border-radius:50px;padding:.22rem .65rem;font-size:.6rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.ProductCard-module__9j1fXa__badgeDiscount{background:var(--rose)}.ProductCard-module__9j1fXa__badgeFeatured{color:var(--gold);border:1px solid var(--gold);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:0 0}.ProductCard-module__9j1fXa__imgCount{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:1;background:#1a0f14a6;border-radius:50px;padding:.16rem .48rem;font-size:.6rem;font-weight:500;position:absolute;bottom:.6rem;right:.6rem}.ProductCard-module__9j1fXa__body{border-top:1px solid var(--border);padding:1rem 1.1rem 1.2rem}.ProductCard-module__9j1fXa__category{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.2rem;font-size:.6rem;font-weight:600}.ProductCard-module__9j1fXa__name{color:var(--deep);font-family:Cormorant Garamond,Georgia,serif;font-size:1.15rem;font-weight:500;line-height:1.25;transition:color .2s}.ProductCard-module__9j1fXa__card:hover .ProductCard-module__9j1fXa__name{color:var(--mauve)}.ProductCard-module__9j1fXa__priceRow{align-items:baseline;gap:.5rem;margin-top:.35rem;display:flex}.ProductCard-module__9j1fXa__price{color:var(--mauve);letter-spacing:.02em;font-size:.9rem;font-weight:600}.ProductCard-module__9j1fXa__originalPrice{color:var(--muted);font-size:.75rem;text-decoration:line-through}.ProductCard-module__9j1fXa__swatches{flex-wrap:wrap;align-items:center;gap:.3rem;margin-top:.6rem;display:flex}.ProductCard-module__9j1fXa__swatch{border:2px solid var(--white);border-radius:50%;width:13px;height:13px;transition:transform .2s;box-shadow:0 0 0 1.5px #00000026}.ProductCard-module__9j1fXa__swatch:hover{transform:scale(1.3)}.ProductCard-module__9j1fXa__swatchMore{color:var(--muted);font-size:.58rem;font-weight:600}.ProductCard-module__9j1fXa__sizes{flex-wrap:wrap;gap:.25rem;margin-top:.5rem;display:flex}.ProductCard-module__9j1fXa__size{background:var(--ivory);border:1px solid var(--border-md);color:var(--muted);letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:.1rem .42rem;font-size:.6rem;font-weight:600}
.ProductModal-module__aQ54oW__overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#2c182099;justify-content:center;align-items:flex-end;padding:0;animation:.2s ProductModal-module__aQ54oW__fadeIn;display:flex;position:fixed;inset:0}@media (min-width:600px){.ProductModal-module__aQ54oW__overlay{align-items:center;padding:1rem}}.ProductModal-module__aQ54oW__modal{background:var(--white);border-radius:24px 24px 0 0;width:100%;max-width:560px;max-height:96vh;animation:.35s cubic-bezier(.16,1,.3,1) ProductModal-module__aQ54oW__slideUp;position:relative;overflow-y:auto}@media (min-width:600px){.ProductModal-module__aQ54oW__modal{border-radius:24px;max-height:90vh}}.ProductModal-module__aQ54oW__close{z-index:10;border:1px solid var(--border-md);width:36px;height:36px;box-shadow:var(--shadow-sm);background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:all .2s;display:flex;position:absolute;top:.85rem;right:.85rem}.ProductModal-module__aQ54oW__close:hover{background:var(--deep);color:#fff;border-color:var(--deep)}.ProductModal-module__aQ54oW__mainImg{aspect-ratio:4/3;background:var(--petal);border-radius:24px 24px 0 0;width:100%;position:relative;overflow:hidden}.ProductModal-module__aQ54oW__img{object-fit:cover}.ProductModal-module__aQ54oW__navBtn{width:36px;height:36px;box-shadow:var(--shadow-sm);cursor:pointer;z-index:2;background:#ffffffd9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;font-weight:700;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductModal-module__aQ54oW__navBtn:hover{background:var(--deep);color:#fff}.ProductModal-module__aQ54oW__navPrev{left:.75rem}.ProductModal-module__aQ54oW__navNext{right:.75rem}.ProductModal-module__aQ54oW__dots{gap:.4rem;display:flex;position:absolute;bottom:.65rem;left:50%;transform:translate(-50%)}.ProductModal-module__aQ54oW__dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:6px;height:6px;transition:all .2s}.ProductModal-module__aQ54oW__dotActive{background:#fff;transform:scale(1.3)}.ProductModal-module__aQ54oW__thumbs{scrollbar-width:none;gap:.5rem;padding:.65rem .9rem;display:flex;overflow-x:auto}.ProductModal-module__aQ54oW__thumbs::-webkit-scrollbar{display:none}.ProductModal-module__aQ54oW__thumb{border-radius:var(--r-sm);background:var(--petal);cursor:pointer;border:2px solid #0000;flex-shrink:0;width:60px;height:60px;transition:border-color .2s;position:relative;overflow:hidden}.ProductModal-module__aQ54oW__thumbActive{border-color:var(--deep)}.ProductModal-module__aQ54oW__noImg{aspect-ratio:4/3;opacity:.3;justify-content:center;align-items:center;width:100%;font-size:5rem;display:flex}.ProductModal-module__aQ54oW__body{padding:1.2rem 1.6rem 2rem}.ProductModal-module__aQ54oW__topRow{justify-content:space-between;align-items:center;margin-bottom:.1rem;display:flex}.ProductModal-module__aQ54oW__cat{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-size:.7rem;font-weight:600}.ProductModal-module__aQ54oW__shareBtn{border:1px solid var(--border-md);color:var(--muted);background:0 0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.ProductModal-module__aQ54oW__shareBtn:hover{background:var(--deep);color:#fff;border-color:var(--deep)}.ProductModal-module__aQ54oW__name{color:var(--text);font-family:Cormorant Garamond,serif;font-size:1.85rem;font-weight:600;line-height:1.15}.ProductModal-module__aQ54oW__priceRow{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:.4rem;display:flex}.ProductModal-module__aQ54oW__price{color:var(--deep);font-size:1.25rem;font-weight:700}.ProductModal-module__aQ54oW__originalPrice{color:var(--muted);font-size:.95rem;text-decoration:line-through}.ProductModal-module__aQ54oW__discountBadge{background:var(--rose);color:#fff;border-radius:50px;padding:.1rem .45rem;font-size:.68rem;font-weight:700}.ProductModal-module__aQ54oW__desc{color:var(--muted);margin-top:.85rem;font-size:.88rem;line-height:1.75}.ProductModal-module__aQ54oW__selectLbl{letter-spacing:.1em;text-transform:uppercase;color:var(--mauve);align-items:center;gap:.4rem;margin-top:1.2rem;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:flex}.ProductModal-module__aQ54oW__selVal{color:var(--text);text-transform:none;letter-spacing:0;font-weight:500}.ProductModal-module__aQ54oW__colorOpts{flex-wrap:wrap;gap:.55rem;display:flex}.ProductModal-module__aQ54oW__colorOpt{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.3rem;display:flex}.ProductModal-module__aQ54oW__colorCircle{border:3px solid #0000;border-radius:50%;width:32px;height:32px;transition:all .2s;box-shadow:0 0 0 1.5px #00000026}.ProductModal-module__aQ54oW__colorOpt span{color:var(--muted);font-size:.65rem;font-weight:500}.ProductModal-module__aQ54oW__colorActive .ProductModal-module__aQ54oW__colorCircle{border-color:var(--deep);box-shadow:0 0 0 2.5px var(--deep)}.ProductModal-module__aQ54oW__sizeOpts{flex-wrap:wrap;gap:.45rem;display:flex}.ProductModal-module__aQ54oW__sizeOpt{border-radius:var(--r-xs);border:1.5px solid var(--border-md);color:var(--text);background:0 0;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s}.ProductModal-module__aQ54oW__sizeOpt:hover{border-color:var(--mauve);color:var(--mauve)}.ProductModal-module__aQ54oW__sizeActive{background:var(--deep);border-color:var(--deep);color:#fff}.ProductModal-module__aQ54oW__qtyRow{align-items:center;gap:.6rem;margin-top:1.2rem;display:flex}.ProductModal-module__aQ54oW__qtyLbl{letter-spacing:.1em;text-transform:uppercase;color:var(--mauve);font-size:.7rem;font-weight:700}.ProductModal-module__aQ54oW__qtyCtrl{background:var(--cream);border:1.5px solid var(--border-md);border-radius:50px;align-items:center;gap:.5rem;padding:.2rem;display:flex}.ProductModal-module__aQ54oW__qtyBtn{color:var(--deep);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;font-weight:700;transition:background .2s;display:flex}.ProductModal-module__aQ54oW__qtyBtn:hover{background:var(--blush)}.ProductModal-module__aQ54oW__qtyVal{text-align:center;min-width:24px;font-size:.92rem;font-weight:700}.ProductModal-module__aQ54oW__warn{color:var(--rose);margin-top:.75rem;font-size:.8rem;font-weight:600}.ProductModal-module__aQ54oW__actions{flex-direction:column;gap:.7rem;margin-top:1.5rem;display:flex}.ProductModal-module__aQ54oW__btnWA{color:#fff;border-radius:var(--r);background:#25d366;border:none;justify-content:center;align-items:center;gap:.55rem;width:100%;padding:.9rem;font-size:1rem;font-weight:700;transition:background .2s,transform .1s;display:flex}.ProductModal-module__aQ54oW__btnWA:hover{background:#1dba5a}.ProductModal-module__aQ54oW__btnWA:active{transform:scale(.98)}.ProductModal-module__aQ54oW__btnCart{width:100%;color:var(--deep);border:2px solid var(--deep);border-radius:var(--r);background:0 0;justify-content:center;align-items:center;gap:.55rem;padding:.9rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.ProductModal-module__aQ54oW__btnCart:hover:not(:disabled){background:var(--deep);color:#fff}.ProductModal-module__aQ54oW__btnCart:disabled{opacity:.45;cursor:not-allowed}
.CartDrawer-module__7HZXAW__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:300;background:#2c18208c;justify-content:flex-end;animation:.2s CartDrawer-module__7HZXAW__fadeIn;display:flex;position:fixed;inset:0}.CartDrawer-module__7HZXAW__panel{background:var(--white);flex-direction:column;width:min(420px,100vw);height:100%;animation:.32s cubic-bezier(.16,1,.3,1) CartDrawer-module__7HZXAW__slideLeft;display:flex}.CartDrawer-module__7HZXAW__hdr{background:var(--deep);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.3rem 1.5rem;display:flex}.CartDrawer-module__7HZXAW__hdrTitle{color:#fff;font-family:Cormorant Garamond,serif;font-size:1.35rem;font-weight:600}.CartDrawer-module__7HZXAW__hdrSub{color:#ffffff80;margin-top:.1rem;font-size:.75rem}.CartDrawer-module__7HZXAW__closeBtn{color:#fff;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:1.1rem;transition:background .2s;display:flex}.CartDrawer-module__7HZXAW__closeBtn:hover{background:#ffffff40}.CartDrawer-module__7HZXAW__body{flex:1;padding:1.2rem 1.4rem;overflow-y:auto}.CartDrawer-module__7HZXAW__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;height:100%;display:flex}.CartDrawer-module__7HZXAW__emptyIco{opacity:.3;font-size:3.5rem}.CartDrawer-module__7HZXAW__empty p{color:var(--muted);font-size:.9rem}.CartDrawer-module__7HZXAW__continueBtn{background:var(--deep);color:#fff;border:none;border-radius:50px;margin-top:.35rem;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;transition:background .2s}.CartDrawer-module__7HZXAW__continueBtn:hover{background:var(--mauve)}.CartDrawer-module__7HZXAW__item{border-bottom:1px solid var(--border);gap:.85rem;padding:.9rem 0;display:flex}.CartDrawer-module__7HZXAW__thumb{border-radius:var(--r-sm);background:var(--petal);flex-shrink:0;width:72px;height:88px;position:relative;overflow:hidden}.CartDrawer-module__7HZXAW__thumbEmpty{opacity:.4;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.5rem;display:flex}.CartDrawer-module__7HZXAW__info{flex:1;min-width:0}.CartDrawer-module__7HZXAW__info h4{white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;overflow:hidden}.CartDrawer-module__7HZXAW__meta{color:var(--muted);margin-top:.15rem;font-size:.77rem;line-height:1.5}.CartDrawer-module__7HZXAW__itemPrice{color:var(--mauve);margin-top:.4rem;font-size:.9rem;font-weight:700}.CartDrawer-module__7HZXAW__right{flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:flex-end;display:flex}.CartDrawer-module__7HZXAW__rmBtn{color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.85rem;transition:all .2s;display:flex}.CartDrawer-module__7HZXAW__rmBtn:hover{color:var(--danger);background:#fdecea}.CartDrawer-module__7HZXAW__qtyCtrl{background:var(--cream);border:1px solid var(--border-md);border-radius:50px;align-items:center;gap:.35rem;padding:.12rem .2rem;font-size:.82rem;font-weight:700;display:flex}.CartDrawer-module__7HZXAW__qBtn{color:var(--deep);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;font-weight:700;transition:background .2s;display:flex}.CartDrawer-module__7HZXAW__qBtn:hover{background:var(--blush)}.CartDrawer-module__7HZXAW__footer{border-top:1px solid var(--border);background:var(--cream);flex-shrink:0;padding:1.2rem 1.4rem}.CartDrawer-module__7HZXAW__totalRow{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CartDrawer-module__7HZXAW__totalRow span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:500}.CartDrawer-module__7HZXAW__totalRow strong{color:var(--deep);font-size:1.3rem;font-weight:700}.CartDrawer-module__7HZXAW__btnWA{color:#fff;border-radius:var(--r);background:#25d366;border:none;justify-content:center;align-items:center;gap:.55rem;width:100%;padding:.9rem;font-size:1rem;font-weight:700;transition:background .2s;display:flex}.CartDrawer-module__7HZXAW__btnWA:hover{background:#1dba5a}
.AnnouncementBar-module__Bwttza__bar{background:var(--deep);color:#fff;letter-spacing:.08em;z-index:200;border-bottom:1px solid #b8924a40;flex-shrink:0;align-items:center;width:100%;height:34px;font-size:.72rem;font-weight:400;display:flex;position:relative;overflow:hidden}.AnnouncementBar-module__Bwttza__track{white-space:nowrap;will-change:transform;gap:3rem;animation:22s linear infinite AnnouncementBar-module__Bwttza__marquee;display:flex}.AnnouncementBar-module__Bwttza__bar:hover .AnnouncementBar-module__Bwttza__track{animation-play-state:paused}.AnnouncementBar-module__Bwttza__item{opacity:.9;flex-shrink:0;padding:0 1.5rem}.AnnouncementBar-module__Bwttza__item:after{content:"◆";color:var(--gold);opacity:.7;margin-left:3rem;font-size:.55em}.AnnouncementBar-module__Bwttza__bar:before,.AnnouncementBar-module__Bwttza__bar:after{content:"";z-index:1;pointer-events:none;width:60px;position:absolute;top:0;bottom:0}.AnnouncementBar-module__Bwttza__bar:before{background:linear-gradient(90deg, var(--deep), transparent);left:0}.AnnouncementBar-module__Bwttza__bar:after{background:linear-gradient(270deg, var(--deep), transparent);right:34px}.AnnouncementBar-module__Bwttza__close{color:#fff9;cursor:pointer;z-index:2;background:#ffffff14;border:none;border-left:1px solid #ffffff1a;flex-shrink:0;justify-content:center;align-items:center;width:34px;transition:background .2s,color .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.AnnouncementBar-module__Bwttza__close:hover{color:#fff;background:#ffffff29}@keyframes AnnouncementBar-module__Bwttza__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}
.page-module__E0kJGG__hero{text-align:center;justify-content:center;align-items:center;min-height:460px;padding:6rem 1rem 5rem;display:flex;position:relative;overflow:hidden}.page-module__E0kJGG__hero:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(160deg,#fefcf8e0 0%,#f9f5efbf 50%,#f3ede3d1 100%),url(/hero-bg.jpg) 50%/cover no-repeat;position:absolute;inset:0}.page-module__E0kJGG__hero:before{content:"";pointer-events:none;z-index:1;background:repeating-linear-gradient(90deg,#0000 0 calc(8.33333% - 1px),#b8924a0a calc(8.33333% - 1px) 8.33333%);position:absolute;inset:0}@media (max-width:640px){.page-module__E0kJGG__hero{min-height:380px;padding:4rem 1rem 3.5rem}.page-module__E0kJGG__hero:after{background:linear-gradient(#fefcf8e6 0%,#f9f5efc7 60%,#f3ede3e0 100%),url(/hero-bg.jpg) 65%/cover no-repeat}}.page-module__E0kJGG__heroInner{z-index:2;max-width:700px;animation:page-module__E0kJGG__fadeUp .8s var(--ease-out) both;margin:0 auto;position:relative}.page-module__E0kJGG__heroEyebrow{letter-spacing:.28em;text-transform:uppercase;color:var(--gold);background:var(--gold-pale);border:1px solid var(--border-gold);border-radius:50px;align-items:center;gap:.5em;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.65rem;font-weight:600;display:inline-flex}.page-module__E0kJGG__heroEyebrow:before,.page-module__E0kJGG__heroEyebrow:after{content:"◆";opacity:.7;font-size:.55em}.page-module__E0kJGG__heroTitle{color:var(--deep);letter-spacing:-.01em;font-size:clamp(2.6rem,6.5vw,4.2rem);font-weight:400;line-height:1.08}.page-module__E0kJGG__heroTitle em{color:var(--gold);font-style:italic;font-weight:300}.page-module__E0kJGG__heroSub{color:var(--muted);letter-spacing:.22em;text-transform:uppercase;margin-top:.9rem;font-size:.72rem;font-weight:400}.page-module__E0kJGG__heroOrnament{justify-content:center;align-items:center;gap:.75rem;margin:1.5rem auto 0;display:flex}.page-module__E0kJGG__heroOrnamentLine{background:linear-gradient(90deg, transparent, var(--gold));width:48px;height:1px}.page-module__E0kJGG__heroOrnamentLine:last-child{background:linear-gradient(90deg, var(--gold), transparent)}.page-module__E0kJGG__heroOrnamentDot{background:var(--gold);opacity:.7;border-radius:50%;width:5px;height:5px}.page-module__E0kJGG__filterBar{scrollbar-width:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);top:var(--header-h);z-index:90;background:#fefcf8f2;align-items:center;gap:.5rem;padding:.9rem 2rem;display:flex;position:sticky;overflow-x:auto}.page-module__E0kJGG__filterBar::-webkit-scrollbar{display:none}.page-module__E0kJGG__pill{border:1px solid var(--border-md);color:var(--muted);letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;background:0 0;border-radius:50px;padding:.38rem 1.1rem;font-size:.72rem;font-weight:500;transition:all .22s}.page-module__E0kJGG__pill:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-pale)}.page-module__E0kJGG__pillActive{background:var(--deep);border-color:var(--deep);color:#fff}.page-module__E0kJGG__searchWrap{background:var(--cream);border:1px solid var(--border-md);border-radius:50px;flex-shrink:0;align-items:center;gap:.4rem;margin-left:auto;padding:.35rem .9rem .35rem .65rem;transition:border-color .2s,box-shadow .2s;display:flex}.page-module__E0kJGG__searchWrap:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-pale)}.page-module__E0kJGG__searchIco{opacity:.45;color:var(--muted);flex-shrink:0}.page-module__E0kJGG__searchWrap input{color:var(--text);background:0 0;border:none;outline:none;width:140px;font-size:.8rem;font-weight:400}.page-module__E0kJGG__catalog{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.75rem;max-width:1360px;margin:0 auto;padding:2.5rem 2rem 5rem;display:grid}@media (max-width:680px){.page-module__E0kJGG__catalog{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.25rem 1rem 4rem}}@media (min-width:1200px){.page-module__E0kJGG__catalog{grid-template-columns:repeat(4,1fr)}}.page-module__E0kJGG__skeletonCard{background:var(--white);border-radius:var(--r);border:1px solid var(--border);overflow:hidden}.page-module__E0kJGG__skeletonImg{aspect-ratio:3/4;width:100%}.page-module__E0kJGG__skeletonBody{padding:1rem}.page-module__E0kJGG__skeletonLine{border-radius:var(--r-xs);display:block}.page-module__E0kJGG__empty{text-align:center;grid-column:1/-1;padding:5rem 1rem 6rem}.page-module__E0kJGG__emptyIco{background:var(--cream);border:1.5px solid var(--border-gold);opacity:.65;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto .9rem;display:flex}.page-module__E0kJGG__empty h3{color:var(--mauve);font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:400}.page-module__E0kJGG__empty p{color:var(--muted);letter-spacing:.03em;margin-top:.45rem;font-size:.82rem}
