.ProductGallery-module__4cQQbG__gallery{flex-direction:column;gap:1rem;display:flex}.ProductGallery-module__4cQQbG__mainImage{aspect-ratio:3/4;border:1px solid var(--border);cursor:zoom-in;background:#fff;transition:all .3s;position:relative;overflow:hidden}.ProductGallery-module__4cQQbG__mainImage.ProductGallery-module__4cQQbG__zoomed{cursor:zoom-out}.ProductGallery-module__4cQQbG__mainImage.ProductGallery-module__4cQQbG__zoomed .ProductGallery-module__4cQQbG__image{transform:scale(1.8)}.ProductGallery-module__4cQQbG__image{object-fit:cover;transition:transform .5s cubic-bezier(.165,.84,.44,1)}.ProductGallery-module__4cQQbG__zoomHint{border:1px solid var(--border);width:36px;height:36px;color:var(--foreground);opacity:0;pointer-events:none;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;transition:opacity .3s;display:flex;position:absolute;bottom:1rem;right:1rem}.ProductGallery-module__4cQQbG__mainImage:hover .ProductGallery-module__4cQQbG__zoomHint{opacity:1}.ProductGallery-module__4cQQbG__thumbnails{gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.ProductGallery-module__4cQQbG__thumb{cursor:pointer;opacity:.6;background:0 0;border:2px solid #0000;flex-shrink:0;width:72px;height:90px;padding:0;transition:all .2s;position:relative;overflow:hidden}.ProductGallery-module__4cQQbG__thumb:hover{opacity:1}.ProductGallery-module__4cQQbG__thumbActive{border-color:var(--primary);opacity:1}.ProductGallery-module__4cQQbG__thumbImage{object-fit:cover}
.ProductActions-module__BT2NiW__label{letter-spacing:.15em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:block}.ProductActions-module__BT2NiW__sizeSection{margin-bottom:1.5rem}.ProductActions-module__BT2NiW__sizeChips{flex-wrap:wrap;gap:.5rem;display:flex}.ProductActions-module__BT2NiW__sizeChip{border:1.5px solid var(--border);letter-spacing:.05em;color:var(--foreground);cursor:pointer;text-align:center;background:0 0;min-width:48px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s}.ProductActions-module__BT2NiW__sizeChip:hover{border-color:var(--primary);color:var(--primary)}.ProductActions-module__BT2NiW__sizeActive{background:var(--foreground);color:#fff;border-color:var(--foreground)}.ProductActions-module__BT2NiW__sizeActive:hover{background:var(--primary);border-color:var(--primary);color:#fff}.ProductActions-module__BT2NiW__qtySection{margin-bottom:1.5rem}.ProductActions-module__BT2NiW__qtyControls{border:1.5px solid var(--border);align-items:center;display:inline-flex}.ProductActions-module__BT2NiW__qtyBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;padding:.6rem 1rem;font-size:1.1rem;line-height:1;transition:background .2s}.ProductActions-module__BT2NiW__qtyBtn:hover{background:#8b6f5c0f}.ProductActions-module__BT2NiW__qtyBtn:disabled{opacity:.3;cursor:not-allowed}.ProductActions-module__BT2NiW__qtyValue{border-left:1.5px solid var(--border);border-right:1.5px solid var(--border);text-align:center;min-width:3rem;padding:.6rem 1.25rem;font-size:.9rem;font-weight:700}.ProductActions-module__BT2NiW__addToCartBtn{background:var(--foreground);color:#fff;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border:none;width:100%;padding:1rem 2rem;font-size:.85rem;font-weight:700;transition:all .3s}.ProductActions-module__BT2NiW__addToCartBtn:hover{background:var(--primary);transform:translateY(-1px);box-shadow:0 6px 20px #8b6f5c33}.ProductActions-module__BT2NiW__addToCartBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ProductActions-module__BT2NiW__added{background:#2ecc71!important}.ProductActions-module__BT2NiW__buyNowBtn{border:2px solid var(--foreground);width:100%;color:var(--foreground);letter-spacing:.15em;text-transform:uppercase;cursor:pointer;background:0 0;padding:1rem 2rem;font-size:.85rem;font-weight:700;transition:all .3s}.ProductActions-module__BT2NiW__buyNowBtn:hover{background:var(--foreground);color:#fff}.ProductActions-module__BT2NiW__buyNowBtn:disabled{opacity:.5;cursor:not-allowed}
.WishlistButton-module__IeBuHa__button{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 12px #0000001a}.WishlistButton-module__IeBuHa__button:hover{background:var(--background);transform:scale(1.1)}.WishlistButton-module__IeBuHa__button:active{transform:scale(.9)}.WishlistButton-module__IeBuHa__icon{font-size:1.1rem;line-height:1;transition:all .2s}.WishlistButton-module__IeBuHa__active{background:#fff;border-color:#ff4d4d}.WishlistButton-module__IeBuHa__active .WishlistButton-module__IeBuHa__icon{filter:drop-shadow(0 0 4px #ff4d4d66)}
.Modal-module__sT4XlW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#2b2b2b80;justify-content:center;align-items:center;padding:2rem;animation:.25s ease-out Modal-module__sT4XlW__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__sT4XlW__overlayFadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__sT4XlW__modal{border:1px solid var(--border);background:#faf7f2;width:100%;max-width:800px;max-height:85vh;animation:.3s cubic-bezier(.165,.84,.44,1) Modal-module__sT4XlW__modalSlideIn;overflow-y:auto;box-shadow:0 24px 60px #00000026}@keyframes Modal-module__sT4XlW__modalSlideIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Modal-module__sT4XlW__header{justify-content:space-between;align-items:center;padding:1.5rem 2rem 0;display:flex}.Modal-module__sT4XlW__title{font-family:var(--font-playfair);color:var(--foreground);font-size:1.25rem;font-weight:700}.Modal-module__sT4XlW__closeBtn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;border-radius:50%;margin-left:auto;padding:.5rem;transition:all .2s}.Modal-module__sT4XlW__closeBtn:hover{color:var(--foreground);background:#8b6f5c14}.Modal-module__sT4XlW__body{padding:1.5rem 2rem 2rem}@media (max-width:640px){.Modal-module__sT4XlW__overlay{align-items:flex-end;padding:0}.Modal-module__sT4XlW__modal{border-bottom:none;max-height:90vh;animation:.35s cubic-bezier(.165,.84,.44,1) Modal-module__sT4XlW__modalSlideUp}@keyframes Modal-module__sT4XlW__modalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}}
.LoginPromptModal-module__NP3wha__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10000;background:#1f2d2466;justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out LoginPromptModal-module__NP3wha__fadeIn;display:flex;position:fixed;inset:0}@keyframes LoginPromptModal-module__NP3wha__fadeIn{0%{opacity:0}to{opacity:1}}.LoginPromptModal-module__NP3wha__modal{text-align:center;background:#fdfbf7;border-radius:40px;width:100%;max-width:460px;padding:3.5rem 2.5rem;animation:.4s cubic-bezier(.16,1,.3,1) LoginPromptModal-module__NP3wha__slideUp;position:relative;box-shadow:0 25px 60px #1f2d2426}@keyframes LoginPromptModal-module__NP3wha__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.LoginPromptModal-module__NP3wha__closeBtn{cursor:pointer;color:#1f2d24;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 10px #0000000d}.LoginPromptModal-module__NP3wha__closeBtn:hover{background:#f0f0f0;transform:rotate(90deg)}.LoginPromptModal-module__NP3wha__iconWrap{background:#fff;border-radius:30px;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:2.5rem;display:flex;transform:rotate(-5deg);box-shadow:0 10px 25px #c4963c26}.LoginPromptModal-module__NP3wha__title{color:#1f2d24;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1.2}.LoginPromptModal-module__NP3wha__desc{color:#666;max-width:300px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:.95rem;line-height:1.6}.LoginPromptModal-module__NP3wha__productHint{text-align:left;background:#fff;border:1px solid #e5e5e5;border-radius:20px;align-items:center;gap:1rem;margin-bottom:2.5rem;padding:1rem;display:flex;box-shadow:0 4px 12px #00000008}.LoginPromptModal-module__NP3wha__productHintImage{object-fit:cover;border-radius:12px;flex-shrink:0;width:56px;height:56px}.LoginPromptModal-module__NP3wha__productHintText{color:#888;font-size:.85rem;line-height:1.4}.LoginPromptModal-module__NP3wha__productHintTitle{color:#1f2d24;margin-bottom:.2rem;font-weight:700;display:block}.LoginPromptModal-module__NP3wha__actions{flex-direction:column;gap:1rem;display:flex}.LoginPromptModal-module__NP3wha__btnLogin{color:#fff;text-align:center;cursor:pointer;background:#1f2d24;border:none;border-radius:16px;width:100%;padding:1.1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.LoginPromptModal-module__NP3wha__btnLogin:hover{background:#2a3d31;transform:translateY(-3px);box-shadow:0 10px 20px #1f2d2426}.LoginPromptModal-module__NP3wha__btnRegister{color:#1f2d24;text-align:center;background:0 0;border:1px solid #e5e5e5;border-radius:16px;width:100%;padding:1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.LoginPromptModal-module__NP3wha__btnRegister:hover{background:#fff;border-color:#1f2d24}.LoginPromptModal-module__NP3wha__separator{color:#999;letter-spacing:.02em;margin-top:.5rem;font-size:.75rem;font-weight:500}
.QuickView-module__6NXg2G__content{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.QuickView-module__6NXg2G__imageWrap{aspect-ratio:3/4;background:#f0ece4;position:relative;overflow:hidden}.QuickView-module__6NXg2G__image{object-fit:cover}.QuickView-module__6NXg2G__soldOverlay{color:#fff;letter-spacing:.2em;text-transform:uppercase;background:#2b2b2b99;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;position:absolute;inset:0}.QuickView-module__6NXg2G__info{flex-direction:column;justify-content:center;gap:1.25rem;display:flex}.QuickView-module__6NXg2G__title{font-family:var(--font-playfair);color:var(--foreground);font-size:1.5rem;font-weight:700;line-height:1.3}.QuickView-module__6NXg2G__price{color:var(--primary);font-size:1.25rem;font-weight:700}.QuickView-module__6NXg2G__sizes{flex-direction:column;gap:.5rem;display:flex}.QuickView-module__6NXg2G__label{letter-spacing:.15em;text-transform:uppercase;color:var(--muted-foreground);font-size:.7rem;font-weight:700}.QuickView-module__6NXg2G__sizeChips{gap:.4rem;display:flex}.QuickView-module__6NXg2G__sizeChip{border:1.5px solid var(--border);cursor:pointer;color:var(--foreground);background:0 0;padding:.4rem .8rem;font-size:.75rem;font-weight:600;transition:all .2s}.QuickView-module__6NXg2G__sizeChip:hover{border-color:var(--primary)}.QuickView-module__6NXg2G__active{background:var(--foreground);color:#fff;border-color:var(--foreground)}.QuickView-module__6NXg2G__addBtn{background:var(--foreground);color:#fff;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;border:none;padding:.85rem 1.5rem;font-size:.8rem;font-weight:700;transition:all .3s}.QuickView-module__6NXg2G__addBtn:hover{background:var(--primary)}.QuickView-module__6NXg2G__addedBtn{background:#2ecc71!important}.QuickView-module__6NXg2G__detailLink{letter-spacing:.05em;color:var(--primary);font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s}.QuickView-module__6NXg2G__detailLink:hover{color:var(--foreground)}@media (max-width:640px){.QuickView-module__6NXg2G__content{grid-template-columns:1fr}.QuickView-module__6NXg2G__imageWrap{aspect-ratio:1}}
.ProductCard-module__lVdPUG__cardWrapper{width:100%;position:relative}.ProductCard-module__lVdPUG__card{cursor:zoom-in;text-decoration:none;display:block;position:relative}.ProductCard-module__lVdPUG__imageLink{display:block;position:relative}.ProductCard-module__lVdPUG__imageContainer{aspect-ratio:auto;background-color:var(--muted);width:100%;min-height:200px;position:relative}.ProductCard-module__lVdPUG__image{object-fit:cover;transition:all .6s cubic-bezier(.165,.84,.44,1)}.ProductCard-module__lVdPUG__card:hover .ProductCard-module__lVdPUG__image{transform:scale(1.05)}.ProductCard-module__lVdPUG__overlay{opacity:0;pointer-events:none;background:linear-gradient(#0000 0%,#0003 50%,#0009 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.ProductCard-module__lVdPUG__card:hover .ProductCard-module__lVdPUG__overlay{opacity:1}.ProductCard-module__lVdPUG__title{color:#fff;margin:0;font-family:Playfair Display,serif;font-size:1.25rem;transition:transform .4s;transform:translateY(10px)}.ProductCard-module__lVdPUG__card:hover .ProductCard-module__lVdPUG__title{transform:translateY(0)}.ProductCard-module__lVdPUG__price{color:#ffffffe6;letter-spacing:.05em;margin-top:.5rem;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:500;transition:transform .4s .1s;transform:translateY(10px)}.ProductCard-module__lVdPUG__card:hover .ProductCard-module__lVdPUG__price{transform:translateY(0)}.ProductCard-module__lVdPUG__wishlistBtn{z-index:10;opacity:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:1rem;right:1rem;transform:scale(.8)}.ProductCard-module__lVdPUG__cardWrapper:hover .ProductCard-module__lVdPUG__wishlistBtn{opacity:1;transform:scale(1)}.ProductCard-module__lVdPUG__tag{z-index:10;background-color:var(--color-background-alt);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);border:1px solid var(--color-border-strong);border-radius:0;padding:.4rem .8rem;font-size:.7rem;font-weight:700;position:absolute;top:1rem;left:1rem;box-shadow:0 2px 10px #0000000d}.ProductCard-module__lVdPUG__knitTag{color:#fdfbf7;text-transform:none;letter-spacing:.02em;background-color:#8b6f5c;border:1px solid #ffffff4d;padding:.5rem 1rem;font-family:Playfair Display,serif;font-style:italic;font-weight:500}.ProductCard-module__lVdPUG__statusOverlay{background:var(--color-overlay);-webkit-backdrop-filter:grayscale()blur(2px);backdrop-filter:grayscale()blur(2px);z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ProductCard-module__lVdPUG__soldStamp{color:#fff;background-color:#d8a7a7;border:4px double #fff;padding:.5rem 1.5rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:900;transform:rotate(-15deg);box-shadow:0 5px 15px #d8a7a74d}@media (max-width:768px){.ProductCard-module__lVdPUG__overlay{opacity:.8;background:linear-gradient(#0000 60%,#0006 100%);padding:1rem}}.ProductCard-module__lVdPUG__structuredCard{background:var(--color-background-alt);border:1px solid #0000;border-radius:0;transition:all .3s;overflow:hidden}.ProductCard-module__lVdPUG__structuredCard:hover{border-color:#eee;box-shadow:0 10px 30px #0000000d}.ProductCard-module__lVdPUG__structuredImageContainer{aspect-ratio:3/4;background-color:var(--color-secondary);position:relative;overflow:hidden}.ProductCard-module__lVdPUG__structuredImage{object-fit:cover;transition:transform .5s}.ProductCard-module__lVdPUG__structuredCard:hover .ProductCard-module__lVdPUG__structuredImage{transform:scale(1.02)}.ProductCard-module__lVdPUG__info{text-align:left;padding:1rem .5rem}.ProductCard-module__lVdPUG__structuredTitle{font-family:var(--font-montserrat), sans-serif;color:var(--color-foreground);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9rem;font-weight:500;overflow:hidden}.ProductCard-module__lVdPUG__priceRow{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.ProductCard-module__lVdPUG__structuredPrice{font-family:var(--font-montserrat), sans-serif;color:var(--color-foreground);font-size:1rem;font-weight:600}.ProductCard-module__lVdPUG__newDropBadge{color:#fff;z-index:5;letter-spacing:.05em;background:#ff69b4;border-radius:0;padding:4px 10px;font-size:.65rem;font-weight:800;position:absolute;top:10px;left:10px}.ProductCard-module__lVdPUG__soldOutBadge{background:var(--color-background-alt);color:var(--color-foreground-muted);z-index:5;border-radius:0;padding:4px 10px;font-size:.7rem;font-weight:600;position:absolute;top:10px;left:10px;box-shadow:0 2px 5px #0000001a}.ProductCard-module__lVdPUG__hoverActions{color:#333;cursor:pointer;background:#add8e6e6;justify-content:center;align-items:center;gap:.5rem;padding:12px;font-size:.8rem;font-weight:600;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.ProductCard-module__lVdPUG__structuredCard:hover .ProductCard-module__lVdPUG__hoverActions{transform:translateY(0)}.ProductCard-module__lVdPUG__topRightIcons{opacity:0;z-index:5;flex-direction:column;gap:8px;transition:all .3s;display:flex;position:absolute;top:10px;right:10px;transform:translate(10px)}.ProductCard-module__lVdPUG__structuredCard:hover .ProductCard-module__lVdPUG__topRightIcons{opacity:1;transform:translate(0)}.ProductCard-module__lVdPUG__iconCircle{background:var(--color-background-alt);width:32px;height:32px;color:var(--color-foreground-muted);border-radius:0;justify-content:center;align-items:center;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000001a}.ProductCard-module__lVdPUG__iconCircle:hover{color:#000;background:#f0f0f0}
.NewArrivalSection-module__x_VEzG__section{max-width:1280px;margin:0 auto;padding:4rem 2rem 6rem}.NewArrivalSection-module__x_VEzG__header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:baseline;margin-bottom:1.75rem;padding-bottom:1.5rem;display:flex}.NewArrivalSection-module__x_VEzG__headerLeft{align-items:baseline;gap:.75rem;display:flex}.NewArrivalSection-module__x_VEzG__title{font-family:var(--font-playfair), "Playfair Display", serif;letter-spacing:-.01em;margin:0;font-size:1.75rem;font-weight:700}.NewArrivalSection-module__x_VEzG__count{color:var(--color-foreground-muted);font-size:.8rem;font-family:var(--font-montserrat), sans-serif;text-transform:uppercase;letter-spacing:.08em}.NewArrivalSection-module__x_VEzG__sortSelect{font-family:var(--font-montserrat), sans-serif;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;color:var(--color-foreground);background:0 0;border:none;padding:.25rem .5rem;font-size:.8rem;font-weight:600}.NewArrivalSection-module__x_VEzG__sortSelect:focus{outline:none}.NewArrivalSection-module__x_VEzG__filterRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.NewArrivalSection-module__x_VEzG__filterLabel{font-family:var(--font-montserrat), sans-serif;letter-spacing:.12em;text-transform:uppercase;color:var(--color-foreground-muted);margin-right:.25rem;font-size:.7rem;font-weight:700}.NewArrivalSection-module__x_VEzG__filterDivider{background:var(--color-border);vertical-align:middle;width:1px;height:18px;margin:0 .5rem;display:inline-block}.NewArrivalSection-module__x_VEzG__chip{border:1px solid var(--color-border-strong);font-family:var(--font-montserrat), sans-serif;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;color:var(--color-foreground);background:0 0;padding:.3rem .85rem;font-size:.75rem;font-weight:600;transition:all .2s}.NewArrivalSection-module__x_VEzG__chip:hover{border-color:var(--color-primary);color:var(--color-primary)}.NewArrivalSection-module__x_VEzG__chipActive{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.NewArrivalSection-module__x_VEzG__clearBtn{font-family:var(--font-montserrat), sans-serif;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;color:var(--color-foreground-muted);background:0 0;border:none;margin-left:.5rem;font-size:.72rem;text-decoration:underline;transition:color .2s}.NewArrivalSection-module__x_VEzG__clearBtn:hover{color:var(--color-primary)}.NewArrivalSection-module__x_VEzG__grid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}.NewArrivalSection-module__x_VEzG__empty{text-align:center;color:var(--color-foreground-muted);padding:5rem 0;font-size:1rem;font-style:italic}@media (max-width:1100px){.NewArrivalSection-module__x_VEzG__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.NewArrivalSection-module__x_VEzG__section{padding:2.5rem 1.25rem 4rem}.NewArrivalSection-module__x_VEzG__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.NewArrivalSection-module__x_VEzG__title{font-size:1.4rem}.NewArrivalSection-module__x_VEzG__filterRow{gap:.4rem}}@media (max-width:480px){.NewArrivalSection-module__x_VEzG__header{flex-direction:column;align-items:flex-start;gap:1rem}}
.ProductDetailClient-module__NjkA_G__page{background:#faf7f2;min-height:100vh}.ProductDetailClient-module__NjkA_G__container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 6rem}.ProductDetailClient-module__NjkA_G__backLink{color:var(--primary);margin-bottom:2rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-block}.ProductDetailClient-module__NjkA_G__backLink:hover{color:var(--foreground)}.ProductDetailClient-module__NjkA_G__grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}.ProductDetailClient-module__NjkA_G__info{flex-direction:column;gap:1.25rem;display:flex}.ProductDetailClient-module__NjkA_G__badges{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ProductDetailClient-module__NjkA_G__inventoryBadge{color:#fff;letter-spacing:.15em;text-transform:uppercase;background:#d8a7a7;padding:.25rem .75rem;font-size:.6rem;font-weight:700}.ProductDetailClient-module__NjkA_G__conditionBadge{color:var(--primary);letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border);background:#e8dccb;padding:.25rem .6rem;font-size:.6rem;font-weight:700}.ProductDetailClient-module__NjkA_G__soldLabel{font-family:var(--font-dancing);color:#d8a7a7;font-size:1.5rem;transform:rotate(-3deg)}.ProductDetailClient-module__NjkA_G__title{font-family:var(--font-playfair);color:var(--foreground);letter-spacing:-.02em;font-size:2.5rem;font-weight:700;line-height:1.15}.ProductDetailClient-module__NjkA_G__priceRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ProductDetailClient-module__NjkA_G__price{font-family:var(--font-dancing);color:var(--primary);font-size:2rem}.ProductDetailClient-module__NjkA_G__divider{background:var(--border);height:1px}.ProductDetailClient-module__NjkA_G__description{font-family:var(--font-playfair);color:#5d4037;font-size:1rem;font-style:italic;line-height:1.7}.ProductDetailClient-module__NjkA_G__noDesc{color:var(--muted-foreground);font-size:.85rem;font-style:italic}.ProductDetailClient-module__NjkA_G__detailsTable{flex-direction:column;gap:.5rem;display:flex}.ProductDetailClient-module__NjkA_G__detailRow{border-bottom:1px solid #d1c4b033;justify-content:space-between;padding:.4rem 0;font-size:.85rem;display:flex}.ProductDetailClient-module__NjkA_G__detailLabel{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:600}.ProductDetailClient-module__NjkA_G__actions{margin-top:.5rem}.ProductDetailClient-module__NjkA_G__buttonGroup{flex-direction:column;gap:.75rem;display:flex}.ProductDetailClient-module__NjkA_G__guarantee{text-transform:uppercase;letter-spacing:.2em;color:var(--border);text-align:center;margin-top:.5rem;font-size:.65rem}.ProductDetailClient-module__NjkA_G__sizeGuide{border-top:2px solid var(--border);margin-top:4rem;padding-top:3rem}.ProductDetailClient-module__NjkA_G__sectionTitle{font-family:var(--font-playfair);color:var(--foreground);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.ProductDetailClient-module__NjkA_G__tableWrap{overflow-x:auto}.ProductDetailClient-module__NjkA_G__table{border-collapse:collapse;width:100%;font-size:.85rem}.ProductDetailClient-module__NjkA_G__table th{text-align:left;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);border-bottom:2px solid var(--border);background:#8b6f5c0f;padding:.75rem 1rem;font-size:.7rem;font-weight:700}.ProductDetailClient-module__NjkA_G__table td{color:var(--foreground);border-bottom:1px solid #d1c4b033;padding:.6rem 1rem}.ProductDetailClient-module__NjkA_G__table tbody tr:hover{background:#8b6f5c08}.ProductDetailClient-module__NjkA_G__reviews{border-top:2px solid var(--border);margin-top:4rem;padding-top:3rem}.ProductDetailClient-module__NjkA_G__reviewList{flex-direction:column;gap:1.25rem;display:flex}.ProductDetailClient-module__NjkA_G__reviewCard{border:1px solid var(--border);background:#fff;padding:1.25rem 1.5rem}.ProductDetailClient-module__NjkA_G__reviewHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ProductDetailClient-module__NjkA_G__reviewAuthor{color:var(--foreground);font-size:.9rem;font-weight:700}.ProductDetailClient-module__NjkA_G__reviewStars{color:#d8a7a7;letter-spacing:.1em;font-size:.9rem}.ProductDetailClient-module__NjkA_G__reviewText{color:var(--foreground);margin-bottom:.5rem;font-size:.9rem;line-height:1.5}.ProductDetailClient-module__NjkA_G__reviewDate{color:var(--muted-foreground);font-size:.7rem}.ProductDetailClient-module__NjkA_G__related{border-top:2px solid var(--border);margin-top:4rem;padding-top:3rem}.ProductDetailClient-module__NjkA_G__relatedGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.ProductDetailClient-module__NjkA_G__relatedCard{color:var(--foreground);text-decoration:none;transition:transform .3s}.ProductDetailClient-module__NjkA_G__relatedCard:hover{transform:translateY(-4px)}.ProductDetailClient-module__NjkA_G__relatedImage{aspect-ratio:3/4;background:#f0ece4;margin-bottom:.75rem;overflow:hidden}.ProductDetailClient-module__NjkA_G__relatedImage img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.ProductDetailClient-module__NjkA_G__relatedCard:hover .ProductDetailClient-module__NjkA_G__relatedImage img{transform:scale(1.05)}.ProductDetailClient-module__NjkA_G__relatedTitle{margin-bottom:.25rem;font-size:.85rem;font-weight:600;line-height:1.3}.ProductDetailClient-module__NjkA_G__relatedPrice{color:var(--primary);font-size:.85rem;font-weight:700}@media (max-width:768px){.ProductDetailClient-module__NjkA_G__grid{grid-template-columns:1fr;gap:2rem}.ProductDetailClient-module__NjkA_G__title{font-size:1.8rem}}.ProductDetailClient-module__NjkA_G__conditionPct{color:#1f2d24;font-weight:700}.ProductDetailClient-module__NjkA_G__productLink{text-underline-offset:2px;font-family:monospace;font-size:.85rem;text-decoration:underline;color:#c4963c!important}
:root{--sl-bg:var(--color-background);--sl-dark:var(--color-primary-dark);--sl-mid:var(--color-primary);--sl-sage:var(--color-accent);--sl-gold:var(--color-accent);--sl-muted:var(--color-secondary);--sl-text:var(--color-foreground);--sl-subtext:var(--color-foreground-muted);--sl-border:var(--color-border);--sl-max:1280px;--sl-radius:0}.ShopLenClient-module__Ad5Qza__page{background:var(--sl-bg);min-height:100vh;color:var(--sl-text);font-family:Montserrat,sans-serif}.ShopLenClient-module__Ad5Qza__hero{justify-content:center;align-items:center;width:100%;height:72vh;min-height:420px;max-height:680px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.ShopLenClient-module__Ad5Qza__hero{height:80vw;min-height:300px}}.ShopLenClient-module__Ad5Qza__heroBg{z-index:0;position:absolute;inset:0}.ShopLenClient-module__Ad5Qza__heroBgImg{object-fit:cover;filter:sepia(.15)contrast(.92)brightness(.82);opacity:0;width:100%;height:100%;transition:opacity 1.5s ease-in-out;animation:30s ease-in-out infinite alternate ShopLenClient-module__Ad5Qza__slowZoom;position:absolute;inset:0}.ShopLenClient-module__Ad5Qza__heroBgActive{opacity:1}@keyframes ShopLenClient-module__Ad5Qza__slowZoom{0%{transform:scale(1)}to{transform:scale(1.12)}}.ShopLenClient-module__Ad5Qza__heroOverlay{z-index:1;background:linear-gradient(135deg,#1f2d24b8 0%,#1f2d244d 60%,#0000 100%);position:absolute;inset:0}.ShopLenClient-module__Ad5Qza__heroContent{z-index:2;color:#fff;max-width:600px;padding:0 2.5rem;animation:1s ease-out both ShopLenClient-module__Ad5Qza__fadeUp;position:relative}@keyframes ShopLenClient-module__Ad5Qza__fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ShopLenClient-module__Ad5Qza__heroEyebrow{letter-spacing:.4em;text-transform:uppercase;color:var(--sl-gold);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.62rem;font-weight:600;display:flex}.ShopLenClient-module__Ad5Qza__heroEyebrowLine{background:var(--sl-gold);flex-shrink:0;width:32px;height:1px;display:block}.ShopLenClient-module__Ad5Qza__heroTitle{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 24px #00000040;margin-bottom:1.25rem;font-family:Cormorant Garamond,Playfair Display,serif;font-size:clamp(3rem,6vw,5.5rem);font-weight:700;line-height:.95}.ShopLenClient-module__Ad5Qza__heroTitleAccent{color:var(--sl-gold);letter-spacing:.08em;font-size:.6em;font-style:italic;font-weight:300;line-height:1.5;display:block}.ShopLenClient-module__Ad5Qza__heroDesc{color:#ffffffb3;max-width:380px;margin-bottom:2rem;font-size:.85rem;line-height:1.8}.ShopLenClient-module__Ad5Qza__heroActions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.ShopLenClient-module__Ad5Qza__heroBtnPrimary{background:var(--sl-gold);color:#fff;letter-spacing:.15em;text-transform:uppercase;border-radius:var(--sl-radius);align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.72rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 4px 16px #0003}.ShopLenClient-module__Ad5Qza__heroBtnPrimary:hover{background:#9a7338;transform:translateY(-2px)}.ShopLenClient-module__Ad5Qza__heroBtnSecondary{color:#ffffffbf;letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #ffffff59;align-items:center;gap:.5rem;padding-bottom:2px;font-size:.7rem;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.ShopLenClient-module__Ad5Qza__heroBtnSecondary:hover{color:#fff;border-color:#ffffffb3}.ShopLenClient-module__Ad5Qza__heroImageBadge{background:var(--sl-gold);color:#fff;letter-spacing:.2em;text-transform:uppercase;z-index:10;border-radius:3px;padding:.4rem .85rem;font-size:.6rem;font-weight:700;position:absolute;top:1.5rem;left:1.5rem}.ShopLenClient-module__Ad5Qza__ticker{background:var(--sl-mid);color:#ffffffe6;white-space:nowrap;padding:.65rem 0;overflow:hidden}.ShopLenClient-module__Ad5Qza__tickerTrack{animation:28s linear infinite ShopLenClient-module__Ad5Qza__ticker;display:inline-flex}@keyframes ShopLenClient-module__Ad5Qza__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ShopLenClient-module__Ad5Qza__tickerItem{letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:1.5rem;padding:0 2.5rem;font-size:.65rem;font-weight:500;display:inline-flex}.ShopLenClient-module__Ad5Qza__tickerDot{background:var(--sl-gold);border-radius:50%;flex-shrink:0;width:4px;height:4px}.ShopLenClient-module__Ad5Qza__collectionSection{max-width:var(--sl-max);margin:0 auto;padding:5rem 2.5rem 3rem}.ShopLenClient-module__Ad5Qza__sectionLabel{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.ShopLenClient-module__Ad5Qza__sectionLabelLine{background:var(--sl-gold);flex-shrink:0;width:28px;height:1px}.ShopLenClient-module__Ad5Qza__sectionLabelText{letter-spacing:.35em;text-transform:uppercase;color:var(--sl-gold);font-size:.62rem;font-weight:700}.ShopLenClient-module__Ad5Qza__collectionHeading{color:var(--sl-text);margin-bottom:2.5rem;font-family:Cormorant Garamond,Playfair Display,serif;font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:600;line-height:1.25}.ShopLenClient-module__Ad5Qza__collectionScroll{scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:1.25rem;padding-bottom:1rem;display:flex;overflow-x:auto}.ShopLenClient-module__Ad5Qza__collectionScroll::-webkit-scrollbar{display:none}.ShopLenClient-module__Ad5Qza__collectionCard{border-radius:var(--sl-radius);background:var(--sl-dark);flex:0 0 240px;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000014}.ShopLenClient-module__Ad5Qza__collectionCard:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000026}.ShopLenClient-module__Ad5Qza__collectionCardImage{aspect-ratio:3/4;object-fit:cover;opacity:.88;width:100%;transition:transform .5s,opacity .3s;display:block}.ShopLenClient-module__Ad5Qza__collectionCard:hover .ShopLenClient-module__Ad5Qza__collectionCardImage{opacity:1;transform:scale(1.05)}.ShopLenClient-module__Ad5Qza__collectionCardFooter{background:var(--sl-dark);padding:1rem 1.1rem}.ShopLenClient-module__Ad5Qza__collectionCardCategory{letter-spacing:.25em;text-transform:uppercase;color:var(--sl-gold);margin-bottom:.3rem;font-size:.58rem;display:block}.ShopLenClient-module__Ad5Qza__collectionCardName{color:#fff;font-family:Cormorant Garamond,Playfair Display,serif;font-size:1.05rem;font-weight:600}.ShopLenClient-module__Ad5Qza__collectionCardCount{color:#fff6;margin-top:.25rem;font-size:.68rem;display:block}.ShopLenClient-module__Ad5Qza__shopArea{max-width:var(--sl-max);border-top:1px solid var(--sl-border);grid-template-columns:220px 1fr;gap:2rem;margin:1rem auto 0;padding:2rem 2.5rem 4rem;display:grid}@media (max-width:860px){.ShopLenClient-module__Ad5Qza__shopArea{grid-template-columns:1fr;padding:1.5rem}.ShopLenClient-module__Ad5Qza__shopNav{display:none}}.ShopLenClient-module__Ad5Qza__shopNav{border-right:1px solid var(--sl-border);align-self:start;height:fit-content;padding-right:1.75rem;position:sticky;top:5.5rem}.ShopLenClient-module__Ad5Qza__shopNavTitle{letter-spacing:.3em;text-transform:uppercase;color:var(--sl-subtext);margin-bottom:1rem;font-size:.58rem;font-weight:700}.ShopLenClient-module__Ad5Qza__shopNavList{margin:0 0 2.5rem;padding:0;list-style:none}.ShopLenClient-module__Ad5Qza__shopNavItem{margin-bottom:.15rem;position:relative}.ShopLenClient-module__Ad5Qza__shopNavBtn{width:100%;color:var(--sl-subtext);border-radius:var(--sl-radius);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.55rem .7rem;font-family:Montserrat,sans-serif;font-size:.78rem;transition:color .15s,background .15s;display:flex}.ShopLenClient-module__Ad5Qza__shopNavBtn:hover{color:var(--sl-text);background:var(--sl-muted)}.ShopLenClient-module__Ad5Qza__shopNavBtnActive{font-weight:700;color:var(--sl-dark)!important;background:var(--sl-muted)!important}.ShopLenClient-module__Ad5Qza__shopNavBtnActive:before{content:"";background:var(--sl-gold);border-radius:0 2px 2px 0;width:3px;height:1.25rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ShopLenClient-module__Ad5Qza__shopNavCount{color:var(--sl-gold);background:#b88a441f;border-radius:10px;padding:1px 7px;font-size:.62rem}.ShopLenClient-module__Ad5Qza__filterGroup{margin-bottom:2rem}.ShopLenClient-module__Ad5Qza__filterGroupTitle{letter-spacing:.3em;text-transform:uppercase;color:var(--sl-subtext);margin-bottom:.75rem;font-size:.58rem;font-weight:700}.ShopLenClient-module__Ad5Qza__filterSizes{flex-wrap:wrap;gap:.4rem;display:flex}.ShopLenClient-module__Ad5Qza__filterSizeBtn{border:1px solid var(--sl-border);color:var(--sl-subtext);cursor:pointer;background:0 0;border-radius:4px;padding:.3rem .65rem;font-family:Montserrat,sans-serif;font-size:.68rem;transition:all .15s}.ShopLenClient-module__Ad5Qza__filterSizeBtn:hover,.ShopLenClient-module__Ad5Qza__filterSizeBtnActive{border-color:var(--sl-gold);color:var(--sl-gold);background:#b88a4414}.ShopLenClient-module__Ad5Qza__filterConditions{flex-direction:column;gap:.25rem;display:flex}.ShopLenClient-module__Ad5Qza__filterCondBtn{color:var(--sl-subtext);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:.6rem;padding:.35rem .5rem;font-family:Montserrat,sans-serif;font-size:.72rem;transition:color .15s;display:flex}.ShopLenClient-module__Ad5Qza__filterCondBtn:before{content:"";border:1.5px solid var(--sl-border);border-radius:50%;flex-shrink:0;width:6px;height:6px;transition:background .15s,border-color .15s}.ShopLenClient-module__Ad5Qza__filterCondBtn:hover{color:var(--sl-text)}.ShopLenClient-module__Ad5Qza__filterCondBtnActive{color:var(--sl-gold)}.ShopLenClient-module__Ad5Qza__filterCondBtnActive:before{background:var(--sl-gold);border-color:var(--sl-gold)}.ShopLenClient-module__Ad5Qza__shopMain{min-width:0}.ShopLenClient-module__Ad5Qza__shopMainHeader{border-bottom:1px solid var(--sl-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.75rem;padding-bottom:1rem;display:flex}.ShopLenClient-module__Ad5Qza__shopMainTitle{color:var(--sl-text);font-family:Cormorant Garamond,Playfair Display,serif;font-size:1.5rem;font-weight:700}.ShopLenClient-module__Ad5Qza__shopMainMeta{align-items:center;gap:1.25rem;display:flex}.ShopLenClient-module__Ad5Qza__shopMainCount{color:var(--sl-subtext);letter-spacing:.05em;font-size:.7rem}.ShopLenClient-module__Ad5Qza__sortSelect{border:1px solid var(--sl-border);background:var(--sl-bg);color:var(--sl-text);cursor:pointer;border-radius:4px;outline:none;padding:.4rem .75rem;font-family:Montserrat,sans-serif;font-size:.7rem}.ShopLenClient-module__Ad5Qza__productGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}@media (max-width:600px){.ShopLenClient-module__Ad5Qza__productGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.ShopLenClient-module__Ad5Qza__skeleton{aspect-ratio:2/3;background:linear-gradient(90deg, var(--sl-muted) 25%, #fff 50%, var(--sl-muted) 75%);border-radius:var(--sl-radius);background-size:200% 100%;animation:1.4s infinite ShopLenClient-module__Ad5Qza__shimmer}@keyframes ShopLenClient-module__Ad5Qza__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ShopLenClient-module__Ad5Qza__emptyState{text-align:center;color:var(--sl-subtext);grid-column:1/-1;padding:5rem 2rem;font-size:.9rem;font-style:italic}.ShopLenClient-module__Ad5Qza__quoteStrip{background:var(--sl-dark);text-align:center;justify-content:center;align-items:center;padding:5rem 2.5rem;display:flex}.ShopLenClient-module__Ad5Qza__quoteText{color:#ffffffe6;max-width:720px;font-family:Cormorant Garamond,Playfair Display,serif;font-size:clamp(1.4rem,3vw,2.2rem);font-style:italic;font-weight:400;line-height:1.6}.ShopLenClient-module__Ad5Qza__quoteAuthor{letter-spacing:.25em;text-transform:uppercase;color:var(--sl-gold);margin-top:1.5rem;font-family:Montserrat,sans-serif;font-size:.65rem;font-style:normal;display:block}.ShopLenClient-module__Ad5Qza__aboutSection{background:var(--sl-muted);padding:6rem 2.5rem}.ShopLenClient-module__Ad5Qza__aboutInner{max-width:var(--sl-max);grid-template-columns:1fr 1fr;align-items:center;gap:6rem;margin:0 auto;display:grid}@media (max-width:860px){.ShopLenClient-module__Ad5Qza__aboutInner{grid-template-columns:1fr;gap:3rem}}.ShopLenClient-module__Ad5Qza__aboutImageBlock{position:relative}.ShopLenClient-module__Ad5Qza__aboutImageMain{aspect-ratio:3/4;object-fit:cover;border-radius:var(--sl-radius);width:100%;display:block}.ShopLenClient-module__Ad5Qza__aboutImageAccent{aspect-ratio:1;object-fit:cover;border:4px solid var(--sl-muted);border-radius:var(--sl-radius);width:44%;position:absolute;bottom:-2rem;right:-1.5rem;box-shadow:0 8px 24px #0000001f}.ShopLenClient-module__Ad5Qza__aboutText{padding:1rem 0}.ShopLenClient-module__Ad5Qza__aboutEyebrow{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.ShopLenClient-module__Ad5Qza__aboutEyebrowLabel{letter-spacing:.3em;text-transform:uppercase;color:var(--sl-gold);font-size:.62rem;font-weight:700}.ShopLenClient-module__Ad5Qza__aboutHeading{color:var(--sl-text);margin-bottom:1.5rem;font-family:Cormorant Garamond,Playfair Display,serif;font-size:clamp(1.7rem,2.5vw,2.4rem);font-weight:700;line-height:1.2}.ShopLenClient-module__Ad5Qza__aboutParagraph{color:var(--sl-subtext);margin-bottom:1rem;font-size:.86rem;line-height:1.9}.ShopLenClient-module__Ad5Qza__aboutStats{border-top:1px solid var(--sl-border);grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2.5rem;padding-top:2rem;display:grid}.ShopLenClient-module__Ad5Qza__aboutStat{flex-direction:column;gap:.3rem;display:flex}.ShopLenClient-module__Ad5Qza__aboutStatNumber{color:var(--sl-mid);font-family:Cormorant Garamond,Playfair Display,serif;font-size:2rem;font-weight:700;line-height:1}.ShopLenClient-module__Ad5Qza__aboutStatLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--sl-subtext);font-size:.68rem}
