.ProductGallery-module__Wppcva__gallery{flex-direction:column;gap:1rem;display:flex}.ProductGallery-module__Wppcva__mainImageArea{aspect-ratio:1;cursor:zoom-in;background:#f5f4f2;border-radius:2px;width:100%;max-height:calc(100vh - 180px);position:relative;overflow:hidden}.ProductGallery-module__Wppcva__imageInner{background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity .3s,transform .8s cubic-bezier(.2,.8,.2,1)}.ProductGallery-module__Wppcva__fadeIn{opacity:1}.ProductGallery-module__Wppcva__fadeOut{opacity:0}.ProductGallery-module__Wppcva__mainImageArea:hover .ProductGallery-module__Wppcva__imageInner{transform:scale(1.03)}.ProductGallery-module__Wppcva__navBtn{color:var(--text);cursor:pointer;z-index:20;opacity:0;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductGallery-module__Wppcva__mainImageArea:hover .ProductGallery-module__Wppcva__navBtn{opacity:1}.ProductGallery-module__Wppcva__prevBtn{left:16px}.ProductGallery-module__Wppcva__nextBtn{right:16px}.ProductGallery-module__Wppcva__navBtn:hover{background:var(--text);color:#fff}.ProductGallery-module__Wppcva__counter{letter-spacing:.1em;color:var(--text);opacity:0;background:#ffffffe6;border-radius:100px;padding:6px 12px;font-size:.6875rem;font-weight:500;transition:opacity .3s;position:absolute;bottom:16px;right:16px}.ProductGallery-module__Wppcva__mainImageArea:hover .ProductGallery-module__Wppcva__counter{opacity:1}.ProductGallery-module__Wppcva__thumbnailsWrapper{width:100%;position:relative;overflow:hidden}.ProductGallery-module__Wppcva__thumbnails{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding:4px 0;display:flex;overflow-x:auto}.ProductGallery-module__Wppcva__thumbnails::-webkit-scrollbar{display:none}.ProductGallery-module__Wppcva__thumb{cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:2px;flex-shrink:0;width:64px;height:64px;padding:0;transition:all .3s;overflow:hidden}.ProductGallery-module__Wppcva__thumb:hover{opacity:.8}.ProductGallery-module__Wppcva__activeThumb{opacity:1;box-shadow:0 0 0 2px var(--text)}.ProductGallery-module__Wppcva__thumbImage{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .3s}.ProductGallery-module__Wppcva__thumb:hover .ProductGallery-module__Wppcva__thumbImage{transform:scale(1.05)}@media (max-width:768px){.ProductGallery-module__Wppcva__mainImageArea{aspect-ratio:1}.ProductGallery-module__Wppcva__navBtn{opacity:1;width:36px;height:36px}.ProductGallery-module__Wppcva__counter{opacity:1}.ProductGallery-module__Wppcva__thumb{width:56px;height:56px}}.ProductGallery-module__Wppcva__storyBubblesContainer{gap:1.25rem;margin-top:1.5rem;padding:0;display:flex}.ProductGallery-module__Wppcva__storyBubble{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.6rem;padding:0;transition:transform .4s cubic-bezier(.2,.8,.2,1);display:flex}.ProductGallery-module__Wppcva__storyBubble:hover{transform:translateY(-2px)}.ProductGallery-module__Wppcva__storyRing{background:0 0;border:1px solid #0000001f;border-radius:50%;width:68px;height:68px;padding:2px;transition:all .5s cubic-bezier(.2,.8,.2,1)}.ProductGallery-module__Wppcva__storyBubble:hover .ProductGallery-module__Wppcva__storyRing{background:linear-gradient(135deg,#c9a050 0%,#e8d5a3 50%,#c9a050 100%);border-color:#0000;box-shadow:0 6px 24px #c9a05040}.ProductGallery-module__Wppcva__storyImage{object-fit:cover;border:2px solid #fff;border-radius:50%;width:100%;height:100%;transition:transform .5s}.ProductGallery-module__Wppcva__storyBubble:hover .ProductGallery-module__Wppcva__storyImage{transform:scale(1.02)}.ProductGallery-module__Wppcva__storyLabel{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.15em;color:#0006;font-size:.55rem;font-weight:400;transition:color .3s}.ProductGallery-module__Wppcva__storyBubble:hover .ProductGallery-module__Wppcva__storyLabel{color:var(--text)}.ProductGallery-module__Wppcva__lightbox{z-index:99999;background:#000000f2;justify-content:center;align-items:center;animation:.3s ProductGallery-module__Wppcva__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProductGallery-module__Wppcva__fadeIn{0%{opacity:0}to{opacity:1}}.ProductGallery-module__Wppcva__lightboxContent{justify-content:center;align-items:center;max-width:90vw;max-height:85vh;display:flex;position:relative}.ProductGallery-module__Wppcva__lightboxImage{object-fit:contain;border-radius:4px;max-width:100%;max-height:85vh}.ProductGallery-module__Wppcva__lightboxClose{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:0;font-size:2.5rem;line-height:1;transition:opacity .3s;position:absolute;top:-50px;right:0}.ProductGallery-module__Wppcva__lightboxClose:hover{opacity:1}.ProductGallery-module__Wppcva__lightboxNav{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProductGallery-module__Wppcva__lightboxNav:hover{background:#ffffff40}.ProductGallery-module__Wppcva__lightboxPrev{left:-80px}.ProductGallery-module__Wppcva__lightboxNext{right:-80px}.ProductGallery-module__Wppcva__lightboxDots{gap:.5rem;display:flex;position:absolute;bottom:-35px;left:50%;transform:translate(-50%)}.ProductGallery-module__Wppcva__lightboxDot{background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:background .3s}.ProductGallery-module__Wppcva__lightboxDot.ProductGallery-module__Wppcva__activeDot{background:#fff}@media (max-width:768px){.ProductGallery-module__Wppcva__realPhotosSection{margin-top:1rem;padding:1rem}.ProductGallery-module__Wppcva__realPhotoItem{width:100px;height:75px}.ProductGallery-module__Wppcva__realPhotoLabel{opacity:1}.ProductGallery-module__Wppcva__lightboxNav{display:none}.ProductGallery-module__Wppcva__lightboxClose{font-size:2rem;top:-40px}}
.PremiumConfigurator-module__Cd-0Cq__configurator{flex-direction:column;gap:2rem;padding:0;display:flex}.PremiumConfigurator-module__Cd-0Cq__header{border-bottom:1px solid var(--hairline);flex-direction:column;gap:.4rem;padding-bottom:1.25rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__title{font-family:var(--font-heading);color:var(--text);letter-spacing:.02em;font-weight:400;line-height:1.2;text-transform:none!important;font-size:2rem!important}.PremiumConfigurator-module__Cd-0Cq__microTrust{text-transform:uppercase;letter-spacing:.2em;color:var(--secondary);font-size:.65rem;font-family:var(--font-ui);align-items:center;gap:1rem;margin-top:.25rem;font-weight:500;display:flex}.PremiumConfigurator-module__Cd-0Cq__priceRow{justify-content:space-between;align-items:baseline;margin-top:.5rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__totalLabel{text-transform:uppercase;letter-spacing:.15em;opacity:.6;color:var(--text);font-size:.65rem;font-family:var(--font-ui)}.PremiumConfigurator-module__Cd-0Cq__price{color:var(--text);letter-spacing:.05em;font-size:1.4rem;font-weight:300;font-family:var(--font-ui)}.PremiumConfigurator-module__Cd-0Cq__priceBlock{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.PremiumConfigurator-module__Cd-0Cq__originalPrice{font-family:var(--font-ui);color:#999;letter-spacing:.03em;font-size:.85rem;font-weight:400;text-decoration:line-through}.PremiumConfigurator-module__Cd-0Cq__savingsRow{background:#fdf2f0;border:1px solid #f0d5d1;border-radius:4px;justify-content:space-between;align-items:center;margin-top:6px;padding:6px 10px;display:flex}.PremiumConfigurator-module__Cd-0Cq__savingsBadge{letter-spacing:.15em;text-transform:uppercase;color:#c0392b;font-size:.6rem;font-weight:700;font-family:var(--font-ui)}.PremiumConfigurator-module__Cd-0Cq__savingsAmount{color:#c0392b;font-size:.7rem;font-weight:600;font-family:var(--font-ui)}.PremiumConfigurator-module__Cd-0Cq__section{flex-direction:column;gap:1rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__sectionHeader{justify-content:space-between;align-items:baseline;display:flex}.PremiumConfigurator-module__Cd-0Cq__label{text-transform:uppercase;letter-spacing:.2em;color:var(--secondary);font-size:.65rem;font-weight:600;font-family:var(--font-ui);align-items:center;gap:6px;display:inline-flex}.PremiumConfigurator-module__Cd-0Cq__selectedName{color:var(--text);text-transform:uppercase;letter-spacing:.1em;font-size:.65rem;font-weight:400}.PremiumConfigurator-module__Cd-0Cq__stoneGrid{flex-wrap:wrap;gap:.8rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__swatchWrapper{cursor:pointer;position:relative}.PremiumConfigurator-module__Cd-0Cq__swatch{border:1px solid var(--hairline);background-position:50%;background-size:cover;border-radius:50%;width:50px;height:50px;transition:all .3s}.PremiumConfigurator-module__Cd-0Cq__activeSwatch{box-shadow:0 0 0 2px var(--bg),0 0 0 3px var(--text);border-color:#0000}.PremiumConfigurator-module__Cd-0Cq__disabledSwatch{opacity:.5;cursor:not-allowed;filter:grayscale();position:relative}.PremiumConfigurator-module__Cd-0Cq__comingSoonBadge{color:#fff;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;pointer-events:none;text-align:center;background:#000000b3;border-radius:2px;width:90%;padding:2px 4px;font-size:.45rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PremiumConfigurator-module__Cd-0Cq__swatchWrapper:hover .PremiumConfigurator-module__Cd-0Cq__swatch{border-color:var(--text)}.PremiumConfigurator-module__Cd-0Cq__tooltip{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--hairline);z-index:100;opacity:0;visibility:hidden;pointer-events:none;background:#fffffffa;width:220px;padding:1.2rem;transition:all .3s cubic-bezier(.2,.8,.2,1);position:absolute;bottom:calc(100% + 15px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 40px #0000001a}.PremiumConfigurator-module__Cd-0Cq__swatchWrapper:hover .PremiumConfigurator-module__Cd-0Cq__tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.PremiumConfigurator-module__Cd-0Cq__tooltip strong{color:var(--text);font-size:.8rem;font-family:var(--font-heading);margin-bottom:.2rem;font-weight:300;display:block}.PremiumConfigurator-module__Cd-0Cq__tooltip span{text-transform:uppercase;color:var(--secondary);letter-spacing:.1em;margin-bottom:.8rem;font-size:.6rem;display:block}.PremiumConfigurator-module__Cd-0Cq__tooltip p{color:var(--secondary);margin-bottom:.8rem;font-size:.75rem;line-height:1.6}.PremiumConfigurator-module__Cd-0Cq__tooltip small{text-transform:uppercase;color:var(--text);letter-spacing:.1em;font-size:.6rem}.PremiumConfigurator-module__Cd-0Cq__materialInsight{border:1px solid var(--hairline);border-left:2px solid var(--text);background:#fafafa;flex-direction:column;gap:.4rem;margin-top:.5rem;padding:.8rem 1rem;animation:.4s PremiumConfigurator-module__Cd-0Cq__fadeIn;display:flex}.PremiumConfigurator-module__Cd-0Cq__miHeader{border-bottom:1px solid var(--hairline);justify-content:space-between;align-items:baseline;margin-bottom:.1rem;padding-bottom:.4rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__miName{font-family:var(--font-heading);color:var(--text);font-size:.9rem}.PremiumConfigurator-module__Cd-0Cq__miOrigin{text-transform:uppercase;letter-spacing:.1em;color:var(--secondary);font-size:.55rem}.PremiumConfigurator-module__Cd-0Cq__miDesc{color:var(--secondary);font-size:.75rem;font-style:italic;line-height:1.4;font-family:var(--font-body)}.PremiumConfigurator-module__Cd-0Cq__miMeta{text-transform:uppercase;letter-spacing:.05em;color:var(--text);opacity:.8;flex-wrap:wrap;gap:1rem;margin-top:.2rem;font-size:.6rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__requestStone{border:1px dashed var(--hairline);cursor:pointer;width:50px;height:50px;color:var(--secondary);background:0 0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:4px;transition:all .3s;display:flex}.PremiumConfigurator-module__Cd-0Cq__requestStone:hover{border-color:var(--text);color:var(--text)}.PremiumConfigurator-module__Cd-0Cq__requestStone span{font-size:.75rem;line-height:1}.PremiumConfigurator-module__Cd-0Cq__requestStone small{text-transform:uppercase;letter-spacing:.05em;margin-top:2px;font-size:.45rem}.PremiumConfigurator-module__Cd-0Cq__sizeGrid{grid-template-columns:1fr;gap:.6rem;display:grid}.PremiumConfigurator-module__Cd-0Cq__sizeCard,.PremiumConfigurator-module__Cd-0Cq__sizeCardBespoke{border:1px solid var(--hairline);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:1rem;transition:all .3s;display:flex}.PremiumConfigurator-module__Cd-0Cq__sizeCard:hover{border-color:var(--text)}.PremiumConfigurator-module__Cd-0Cq__activeSize{background:var(--text);color:var(--bg);border-color:var(--text)}.PremiumConfigurator-module__Cd-0Cq__activeSize .PremiumConfigurator-module__Cd-0Cq__szLead{color:#fff9}.PremiumConfigurator-module__Cd-0Cq__szLabel{flex-direction:column;gap:.2rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__sizeMetric{font-size:.8rem;font-weight:500;font-family:var(--font-ui)}.PremiumConfigurator-module__Cd-0Cq__sizeImperial{opacity:.6;letter-spacing:.05em;font-size:.65rem;font-weight:400}.PremiumConfigurator-module__Cd-0Cq__activeSize .PremiumConfigurator-module__Cd-0Cq__sizeImperial{opacity:.8}.PremiumConfigurator-module__Cd-0Cq__szMeta{text-align:right;flex-direction:column;gap:.25rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__szDelta{font-size:.7rem;font-weight:600}.PremiumConfigurator-module__Cd-0Cq__szLead{color:var(--secondary);letter-spacing:.05em;font-size:.55rem}.PremiumConfigurator-module__Cd-0Cq__segmented{gap:.5rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__segBtn{border:1px solid var(--hairline);text-transform:uppercase;letter-spacing:.15em;cursor:pointer;color:var(--secondary);background:0 0;flex:1;justify-content:center;align-items:center;gap:.6rem;padding:.8rem;font-size:.7rem;transition:all .3s;display:flex}.PremiumConfigurator-module__Cd-0Cq__segBtn:hover{border-color:var(--text);color:var(--text)}.PremiumConfigurator-module__Cd-0Cq__activeSeg{background:var(--text);color:var(--bg);border-color:var(--text)}.PremiumConfigurator-module__Cd-0Cq__finIcon{border:1px solid;border-radius:50%;justify-content:center;align-items:center;width:10px;height:10px;display:flex}.PremiumConfigurator-module__Cd-0Cq__edgeIcon{border-bottom:1px solid;border-left:1px solid;width:12px;height:12px}.PremiumConfigurator-module__Cd-0Cq__edgeIcon[data-edge=Rounded]{border-bottom-left-radius:6px}.PremiumConfigurator-module__Cd-0Cq__actions{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__addBtn{background:var(--text);color:var(--bg);text-transform:uppercase;letter-spacing:.3em;cursor:pointer;font-size:.75rem;font-weight:600;font-family:var(--font-ui);border:none;width:100%;padding:1.4rem;transition:all .4s cubic-bezier(.19,1,.22,1)}.PremiumConfigurator-module__Cd-0Cq__addBtn:hover{background:#333}.PremiumConfigurator-module__Cd-0Cq__trustFooter{border-bottom:1px solid var(--hairline);justify-content:space-between;padding:.8rem 0;display:flex}.PremiumConfigurator-module__Cd-0Cq__trustItem{text-transform:uppercase;letter-spacing:.1em;color:var(--text);font-size:.6rem;font-family:var(--font-ui);align-items:center;gap:.6rem;font-weight:600;display:flex}.PremiumConfigurator-module__Cd-0Cq__trustIcon{opacity:.8;width:14px;height:14px;color:var(--text)}.PremiumConfigurator-module__Cd-0Cq__bespokeCallout{color:var(--secondary);justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.7rem;display:flex}.PremiumConfigurator-module__Cd-0Cq__bespokeLink{color:var(--text);text-underline-offset:4px;cursor:pointer;font-weight:500;text-decoration:underline}.PremiumConfigurator-module__Cd-0Cq__bespokeLink:hover{color:var(--accent)}.PremiumConfigurator-module__Cd-0Cq__nohidden{color:#1a6b3a;background:#dcf5e7;border-radius:4px;margin-top:8px;padding:6px 10px;font-size:.7rem;font-weight:500;display:inline-block}.PremiumConfigurator-module__Cd-0Cq__finalSale{color:var(--secondary);text-align:center;background:#faf9f7;border-radius:4px;margin:8px 0 12px;padding:8px;font-size:.65rem}.PremiumConfigurator-module__Cd-0Cq__finalSale span{color:var(--text);cursor:pointer;margin-left:4px;text-decoration:underline}.PremiumConfigurator-module__Cd-0Cq__finalSale span:hover{color:var(--accent)}.PremiumConfigurator-module__Cd-0Cq__extraCtas{gap:12px;margin-top:16px;display:flex}.PremiumConfigurator-module__Cd-0Cq__secondaryCta{border:1px solid var(--hairline);cursor:pointer;color:var(--text);font-size:.7rem;font-weight:500;font-family:var(--font-ui);background:0 0;border-radius:4px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 16px;transition:all .2s;display:flex}.PremiumConfigurator-module__Cd-0Cq__secondaryCta:hover{border-color:var(--text);background:#faf9f7}.PremiumConfigurator-module__Cd-0Cq__secondaryCta svg{opacity:.7}.PremiumConfigurator-module__Cd-0Cq__infoNote{border-left:3px solid var(--accent);background:#faf9f7;border-radius:6px;margin-top:20px;padding:16px}.PremiumConfigurator-module__Cd-0Cq__infoNote p{color:var(--secondary);margin:0 0 8px;font-size:.7rem;line-height:1.5}.PremiumConfigurator-module__Cd-0Cq__infoNote p:last-child{margin-bottom:0}.PremiumConfigurator-module__Cd-0Cq__infoNote strong{color:var(--text)}.PremiumConfigurator-module__Cd-0Cq__infoNote span{color:var(--text);cursor:pointer;text-decoration:underline}.PremiumConfigurator-module__Cd-0Cq__infoNote span:hover{color:var(--accent)}@media (max-width:480px){.PremiumConfigurator-module__Cd-0Cq__extraCtas{flex-direction:column}}.PremiumConfigurator-module__Cd-0Cq__guideLink{color:var(--accent);margin-top:12px;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.PremiumConfigurator-module__Cd-0Cq__guideLink:hover{color:var(--text);text-decoration:underline}.PremiumConfigurator-module__Cd-0Cq__infoIcon{vertical-align:middle;justify-content:center;align-items:center;margin-left:6px;text-decoration:none;display:inline-flex;position:relative}.PremiumConfigurator-module__Cd-0Cq__iconSvg{width:16px;height:16px;color:var(--secondary);opacity:.6;flex-shrink:0;transition:opacity .2s,color .2s}.PremiumConfigurator-module__Cd-0Cq__infoIcon:hover .PremiumConfigurator-module__Cd-0Cq__iconSvg{opacity:1;color:var(--accent)}.PremiumConfigurator-module__Cd-0Cq__iconTooltip{background:var(--text);color:#fff;letter-spacing:.02em;text-transform:none;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:100;border-radius:4px;padding:6px 12px;font-size:.6875rem;font-weight:400;transition:opacity .2s,visibility .2s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}.PremiumConfigurator-module__Cd-0Cq__iconTooltip:after{content:"";border:5px solid #0000;border-top-color:var(--text);position:absolute;top:100%;left:50%;transform:translate(-50%)}.PremiumConfigurator-module__Cd-0Cq__infoIcon:hover .PremiumConfigurator-module__Cd-0Cq__iconTooltip{opacity:1;visibility:visible}@media (max-width:768px){.PremiumConfigurator-module__Cd-0Cq__iconTooltip{display:none}}.PremiumConfigurator-module__Cd-0Cq__finishPriceDiff{color:var(--secondary);opacity:.8;margin-left:4px;font-size:.6rem;font-weight:500}.PremiumConfigurator-module__Cd-0Cq__activeSeg .PremiumConfigurator-module__Cd-0Cq__finishPriceDiff{color:#fffc!important}
.ProductAccordions-module__HfpI8a__accordions{border-top:none;margin-top:1.5rem}.ProductAccordions-module__HfpI8a__item{border-bottom:1px solid var(--hairline)}.ProductAccordions-module__HfpI8a__trigger{text-align:left;cursor:pointer;text-transform:uppercase;letter-spacing:.15em;width:100%;min-height:0;color:var(--text);font-size:.75rem;font-weight:500;line-height:1.2;font-family:var(--font-ui);background:0 0;border:none;justify-content:space-between;align-items:center;transition:color .3s;display:flex;margin:0!important;padding:.25rem 0!important}.ProductAccordions-module__HfpI8a__trigger:hover{color:var(--secondary)}.ProductAccordions-module__HfpI8a__triggerLeft{align-items:center;gap:12px;display:flex}.ProductAccordions-module__HfpI8a__sectionIcon{opacity:.4;width:18px;height:18px;transition:opacity .3s}.ProductAccordions-module__HfpI8a__sectionIcon svg{width:100%;height:100%}.ProductAccordions-module__HfpI8a__trigger:hover .ProductAccordions-module__HfpI8a__sectionIcon,.ProductAccordions-module__HfpI8a__active .ProductAccordions-module__HfpI8a__sectionIcon{opacity:.7}.ProductAccordions-module__HfpI8a__icon{opacity:.5;font-size:1.25rem;font-weight:300}.ProductAccordions-module__HfpI8a__contentWrapper{opacity:0;visibility:hidden;grid-template-rows:0fr;transition:grid-template-rows .5s cubic-bezier(.19,1,.22,1),opacity .5s,visibility .5s step-end;display:grid}.ProductAccordions-module__HfpI8a__contentWrapper.ProductAccordions-module__HfpI8a__open{opacity:1;visibility:visible;grid-template-rows:1fr;transition:grid-template-rows .5s cubic-bezier(.19,1,.22,1),opacity .5s,visibility}.ProductAccordions-module__HfpI8a__content{min-height:0;color:var(--secondary);padding-top:.5rem;padding-bottom:1.5rem;font-size:.85rem;font-weight:300;line-height:1.6;overflow:hidden}.ProductAccordions-module__HfpI8a__pullQuote{font-family:var(--font-heading);color:var(--text);border-left:2px solid var(--accent);letter-spacing:.01em;margin:0 0 1.5rem;padding-left:1.5rem;font-size:.95rem;font-style:italic;font-weight:400;line-height:1.6}.ProductAccordions-module__HfpI8a__featureSection{margin-bottom:2rem}.ProductAccordions-module__HfpI8a__minimalList{grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.5rem;padding:0;list-style:none;display:grid}.ProductAccordions-module__HfpI8a__minimalList li{color:var(--secondary);border-bottom:1px solid var(--hairline);padding-bottom:.5rem;font-size:.8rem}.ProductAccordions-module__HfpI8a__minimalList strong{color:var(--text);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.7rem;display:block}.ProductAccordions-module__HfpI8a__shippingGrid{border-bottom:1px solid var(--hairline);gap:2rem;margin:1.5rem 0;padding-bottom:1.5rem;display:flex}.ProductAccordions-module__HfpI8a__shippingItem{flex-direction:column;gap:4px;display:flex}.ProductAccordions-module__HfpI8a__label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);font-size:.65rem}.ProductAccordions-module__HfpI8a__value{color:var(--text);font-size:.85rem;font-weight:500}.ProductAccordions-module__HfpI8a__numberedList{margin:1.5rem 0;padding:0;list-style:none}.ProductAccordions-module__HfpI8a__numberedList li{margin-bottom:1rem}.ProductAccordions-module__HfpI8a__numberedList span{text-transform:uppercase;letter-spacing:.05em;color:var(--text);margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.ProductAccordions-module__HfpI8a__numberedList p{color:var(--secondary);margin:0;font-size:.8rem}.ProductAccordions-module__HfpI8a__guideLink{text-transform:uppercase;letter-spacing:.1em;color:var(--text);border-bottom:1px solid var(--hairline);align-items:center;gap:8px;margin-top:.5rem;padding-bottom:2px;font-size:.75rem;text-decoration:none;transition:opacity .2s;display:inline-flex}.ProductAccordions-module__HfpI8a__guideLink:hover{opacity:.6;border-color:var(--text)}@media (max-width:600px){.ProductAccordions-module__HfpI8a__pullQuote{font-size:1rem}.ProductAccordions-module__HfpI8a__minimalList{grid-template-columns:1fr}.ProductAccordions-module__HfpI8a__shippingGrid{flex-direction:column;gap:1rem}}
.ProductReviews-module__K4_yeW__reviews{border-top:1px solid var(--border);margin-top:4rem;padding-top:4rem}.ProductReviews-module__K4_yeW__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:2.5rem;display:flex}.ProductReviews-module__K4_yeW__title{font-family:var(--font-heading);font-size:2rem;font-weight:300}.ProductReviews-module__K4_yeW__summary{align-items:center;gap:1rem;display:flex}.ProductReviews-module__K4_yeW__stars{color:var(--accent);letter-spacing:.1em;font-size:1rem}.ProductReviews-module__K4_yeW__count{color:var(--secondary);font-size:.8rem}.ProductReviews-module__K4_yeW__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2.5rem;display:grid}.ProductReviews-module__K4_yeW__card{background:var(--surface);border:1px solid var(--border);overflow:hidden}.ProductReviews-module__K4_yeW__reviewImage{aspect-ratio:4/3;background-position:50%;background-size:cover}.ProductReviews-module__K4_yeW__cardContent{padding:1.5rem}.ProductReviews-module__K4_yeW__rating{color:var(--accent);letter-spacing:.1em;margin-bottom:1rem;font-size:.9rem}.ProductReviews-module__K4_yeW__quote{color:var(--foreground);margin-bottom:1.5rem;font-size:.9rem;font-style:italic;line-height:1.6}.ProductReviews-module__K4_yeW__author{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.ProductReviews-module__K4_yeW__name{font-size:.85rem;font-weight:500}.ProductReviews-module__K4_yeW__location{color:var(--secondary);font-size:.75rem}.ProductReviews-module__K4_yeW__verified{text-transform:uppercase;letter-spacing:.1em;color:#2e7d32;background:#2e7d321a;border-radius:2px;padding:.25rem .5rem;font-size:.65rem}[data-theme=dark] .ProductReviews-module__K4_yeW__verified{color:#81c784;background:#4caf5026}.ProductReviews-module__K4_yeW__viewAllBtn{border:1px solid var(--border);color:var(--foreground);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;margin:0 auto;padding:1rem 2.5rem;font-size:.8rem;transition:all .2s;display:block}.ProductReviews-module__K4_yeW__viewAllBtn:hover{background:var(--foreground);color:var(--background);border-color:var(--foreground)}@media (max-width:900px){.ProductReviews-module__K4_yeW__grid{grid-template-columns:1fr}}
.StickyCartBar-module__eaSjZG__bar{border-top:1px solid var(--hairline);z-index:999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;width:100%;padding:1rem 0;animation:.6s cubic-bezier(.16,1,.3,1) StickyCartBar-module__eaSjZG__slideUp;position:fixed;bottom:0;left:0;box-shadow:0 -10px 40px #00000008}@keyframes StickyCartBar-module__eaSjZG__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.StickyCartBar-module__eaSjZG__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1600px;margin:0 auto;padding:0 40px;display:flex}.StickyCartBar-module__eaSjZG__productInfo{flex:1;align-items:center;gap:1.25rem;display:flex}.StickyCartBar-module__eaSjZG__thumb{border:1px solid var(--hairline);background-position:50%;background-size:cover;border-radius:2px;width:48px;height:48px}.StickyCartBar-module__eaSjZG__details{flex-direction:column;gap:0;display:flex}.StickyCartBar-module__eaSjZG__name{font-family:var(--font-heading);color:var(--text);font-size:1.1rem;line-height:1.2}.StickyCartBar-module__eaSjZG__price{font-family:var(--font-ui);color:var(--secondary);letter-spacing:.05em;font-size:.75rem;font-weight:500}.StickyCartBar-module__eaSjZG__priceWrap{align-items:center;gap:8px;display:flex}.StickyCartBar-module__eaSjZG__originalPrice{color:#999;font-size:.7rem;font-family:var(--font-ui);text-decoration:line-through}.StickyCartBar-module__eaSjZG__trustStrip{flex:2;justify-content:center;align-items:center;gap:2rem;display:flex}.StickyCartBar-module__eaSjZG__trustItem{text-transform:uppercase;letter-spacing:.15em;color:var(--secondary);font-size:.65rem;font-family:var(--font-ui);white-space:nowrap;align-items:center;gap:.5rem;display:flex}.StickyCartBar-module__eaSjZG__addBtn{background:var(--text);color:var(--bg);text-transform:uppercase;letter-spacing:.2em;border:1px solid var(--text);white-space:nowrap;cursor:pointer;font-size:.75rem;font-weight:600;font-family:var(--font-ui);text-align:center;flex:none;min-width:200px;padding:1rem 2.5rem;transition:all .3s cubic-bezier(.2,.8,.2,1)}.StickyCartBar-module__eaSjZG__addBtn:hover{background:var(--bg);color:var(--text)}@media (max-width:1200px){.StickyCartBar-module__eaSjZG__trustStrip{display:none}}@media (max-width:768px){.StickyCartBar-module__eaSjZG__bar{padding:.75rem 0}.StickyCartBar-module__eaSjZG__container{padding:0 20px}.StickyCartBar-module__eaSjZG__productInfo,.StickyCartBar-module__eaSjZG__trustStrip{display:none}.StickyCartBar-module__eaSjZG__addBtn{width:100%;padding:1rem}}
.page-module__0PR35G__page{--bg:#fff;--text:#1a1a1a;--secondary:#666;--surface:#f9f9f9;--hairline:#e8e8e8;--text-tertiary:#999;background:var(--bg);color:var(--text);min-height:100vh;padding-top:120px;padding-bottom:60px}.page-module__0PR35G__container{grid-template-columns:1fr 1fr;align-items:flex-start;gap:3rem;max-width:1600px;margin:0 auto;padding:0 40px;display:grid}.page-module__0PR35G__galleryCol{flex-direction:column;gap:.5rem;display:flex}.page-module__0PR35G__detailsBelow{padding-top:0;padding-bottom:2rem}.page-module__0PR35G__configCol{padding-right:0}.page-module__0PR35G__stickyWrapper{height:fit-content;animation:1.2s cubic-bezier(.19,1,.22,1) page-module__0PR35G__fadeIn}@keyframes page-module__0PR35G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-module__0PR35G__reviewsSection{border-top:1px solid var(--hairline);background:#fff;width:100%;padding:3rem 0 2rem}.page-module__0PR35G__reviewsContainer{flex-direction:column;gap:4rem;max-width:800px;margin:0 auto;padding:0 40px;display:flex}.page-module__0PR35G__reviewsHeader{text-align:center;border-bottom:1px solid #0000;margin-bottom:1rem;padding-bottom:0;position:static}.page-module__0PR35G__reviewsTitle{font-family:var(--font-heading);color:var(--text);letter-spacing:-.02em;margin-bottom:.5rem;font-size:1.75rem;font-weight:400}.page-module__0PR35G__ratingSummary{border-top:none;flex-direction:column;align-items:center;gap:.5rem;padding-top:0;display:flex}.page-module__0PR35G__stars{letter-spacing:.1rem;color:var(--text);font-size:1.2rem}.page-module__0PR35G__ratingText{color:var(--secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-family:var(--font-ui)}.page-module__0PR35G__reviewForm{width:100%;max-width:600px;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:2.5rem;margin:0 auto;padding:0;display:flex}.page-module__0PR35G__formTitle{display:none}.page-module__0PR35G__formGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.page-module__0PR35G__formGroup{flex-direction:column;gap:.5rem;display:flex}.page-module__0PR35G__formGroup label{text-transform:uppercase;letter-spacing:.15em;color:var(--text-tertiary);font-size:.6rem;font-weight:500;font-family:var(--font-ui)}.page-module__0PR35G__formGroup input,.page-module__0PR35G__formGroup textarea{border:none;border-bottom:1px solid var(--hairline);font-family:var(--font-body);color:var(--text);background:0 0;border-radius:0;padding:.5rem 0;font-size:.9rem;transition:border-color .3s}.page-module__0PR35G__formGroup input:focus,.page-module__0PR35G__formGroup textarea:focus{border-color:var(--text);box-shadow:none;background:0 0;outline:none}.page-module__0PR35G__starSelect{justify-content:flex-start;gap:.25rem;display:flex}.page-module__0PR35G__starBtn{color:var(--text);cursor:pointer;opacity:.3;background:0 0;border:none;padding:0;font-size:1.25rem;transition:opacity .3s}.page-module__0PR35G__starBtn:hover,.page-module__0PR35G__starBtn:active{opacity:1}.page-module__0PR35G__fileLabel{cursor:pointer;justify-content:flex-start;display:inline-flex}.page-module__0PR35G__uploadBtn{color:var(--secondary);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-family:var(--font-ui);background:0 0;border:none;border-bottom:1px solid #0000;align-items:center;gap:.8rem;width:auto;padding:.5rem 0;transition:all .3s;display:inline-flex}.page-module__0PR35G__uploadBtn:hover{color:var(--text);border-color:var(--text);background:0 0}.page-module__0PR35G__submitBtn{background:var(--text);color:var(--bg);text-transform:uppercase;letter-spacing:.25em;cursor:pointer;width:100%;font-size:.75rem;font-weight:600;font-family:var(--font-ui);border:none;padding:1rem 3rem;transition:all .3s}.page-module__0PR35G__submitBtn:hover{opacity:.9;transform:translateY(-1px)}.page-module__0PR35G__relatedSection{border-top:1px solid var(--hairline);background:#fff;width:100%;margin-top:2rem;padding:1.5rem 0 2.5rem}.page-module__0PR35G__relatedContainer{max-width:1400px;margin:0 auto;padding:0 40px}.page-module__0PR35G__relatedTitle{text-align:center;text-transform:uppercase;letter-spacing:.2em;color:var(--secondary);font-size:.7rem;font-family:var(--font-ui);margin-bottom:1.5rem;font-weight:400;display:block}.page-module__0PR35G__relatedGrid{grid-template-columns:repeat(4,1fr);gap:1.25rem;width:100%;display:grid}.page-module__0PR35G__relatedCard{color:inherit;cursor:pointer;border:none;flex-direction:column;min-width:0;text-decoration:none;display:flex}.page-module__0PR35G__imageWrapper{aspect-ratio:1;background:#f5f4f2;width:100%;margin-bottom:.75rem;overflow:hidden}.page-module__0PR35G__relatedImage{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.page-module__0PR35G__relatedCard:hover .page-module__0PR35G__relatedImage{transform:scale(1.05)}.page-module__0PR35G__relatedInfo{color:var(--text);flex-direction:column;align-items:center;gap:.25rem;display:flex}.page-module__0PR35G__relatedName{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.05em;text-align:center;font-size:.8rem;font-weight:400}.page-module__0PR35G__relatedPrice{font-family:var(--font-ui);color:var(--secondary);letter-spacing:.05em;font-size:.65rem;font-weight:400}@media (max-width:1024px){.page-module__0PR35G__container{grid-template-columns:1fr;gap:3rem;padding:0 20px}.page-module__0PR35G__configCol{padding-right:0;position:static}.page-module__0PR35G__reviewsContainer{grid-template-columns:1fr;gap:3rem;padding:0 20px}.page-module__0PR35G__reviewsHeader{border-bottom:1px solid var(--hairline);margin-bottom:1rem;padding-bottom:2rem;position:static}.page-module__0PR35G__relatedCard{flex:0 0 50vw;min-width:200px}.page-module__0PR35G__formGrid{grid-template-columns:1fr}}.page-module__0PR35G__storySection{border-top:1px solid var(--hairline);background:#fff;padding:2rem 0}.page-module__0PR35G__storyContainer{max-width:1600px;margin:0 auto;padding:0 40px}.page-module__0PR35G__storyScroll{scrollbar-width:none;-ms-overflow-style:none;gap:1.25rem;padding:.5rem 0;display:flex;overflow-x:auto}.page-module__0PR35G__storyScroll::-webkit-scrollbar{display:none}.page-module__0PR35G__storyItem{cursor:pointer;flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.page-module__0PR35G__storyRing{background:linear-gradient(135deg,#c9a050 0%,#f0d68a 50%,#c9a050 100%);border-radius:50%;width:72px;height:72px;padding:3px;transition:transform .3s,box-shadow .3s}.page-module__0PR35G__storyItem:hover .page-module__0PR35G__storyRing{transform:scale(1.08);box-shadow:0 4px 20px #c9a0504d}.page-module__0PR35G__storyThumb{background-position:50%;background-size:cover;border:3px solid #fff;border-radius:50%;width:100%;height:100%}.page-module__0PR35G__storyLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--secondary);font-size:.6rem;font-family:var(--font-ui);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:80px;overflow:hidden}.page-module__0PR35G__storyModal{z-index:9999;opacity:0;visibility:hidden;background:#000000f2;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.page-module__0PR35G__storyModal.page-module__0PR35G__open{opacity:1;visibility:visible}.page-module__0PR35G__storyModalContent{justify-content:center;align-items:center;max-width:90vw;max-height:85vh;display:flex;position:relative}.page-module__0PR35G__storyModalImage{object-fit:contain;border-radius:4px;max-width:100%;max-height:85vh}.page-module__0PR35G__storyModalClose{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;font-size:2rem;transition:opacity .3s;position:absolute;top:-40px;right:0}.page-module__0PR35G__storyModalClose:hover{opacity:1}.page-module__0PR35G__storyModalNav{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.page-module__0PR35G__storyModalNav:hover{background:#fff3}.page-module__0PR35G__storyModalNav.page-module__0PR35G__prev{left:-80px}.page-module__0PR35G__storyModalNav.page-module__0PR35G__next{right:-80px}.page-module__0PR35G__storyDots{gap:.5rem;display:flex;position:absolute;bottom:-30px;left:50%;transform:translate(-50%)}.page-module__0PR35G__storyDot{background:#ffffff4d;border-radius:50%;width:6px;height:6px;transition:background .3s}.page-module__0PR35G__storyDot.page-module__0PR35G__active{background:#fff}@media (max-width:768px){.page-module__0PR35G__storyRing{width:60px;height:60px}.page-module__0PR35G__storyModalNav{display:none}}.page-module__0PR35G__customerPhotosSection{border-top:1px solid var(--hairline);background:linear-gradient(#faf9f7 0%,#fff 100%);padding:4rem 0}.page-module__0PR35G__customerPhotosContainer{max-width:1400px;margin:0 auto;padding:0 40px}.page-module__0PR35G__sectionHeader{text-align:center;margin-bottom:3rem}.page-module__0PR35G__sectionTitle{font-family:var(--font-heading);color:var(--text);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:400}.page-module__0PR35G__sectionSubtitle{font-family:var(--font-body);color:var(--secondary);font-size:.9rem;font-style:italic}.page-module__0PR35G__customerPhotosGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.page-module__0PR35G__customerPhotoItem{cursor:pointer;aspect-ratio:4/3;border-radius:8px;position:relative;overflow:hidden}.page-module__0PR35G__customerPhotoImage{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.page-module__0PR35G__customerPhotoItem:hover .page-module__0PR35G__customerPhotoImage{transform:scale(1.05)}.page-module__0PR35G__customerPhotoLabel{color:#fff;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.12em;opacity:0;background:linear-gradient(#0000 0%,#0009 100%);padding:2rem 1rem 1rem;font-size:.7rem;transition:all .4s;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.page-module__0PR35G__customerPhotoItem:hover .page-module__0PR35G__customerPhotoLabel{opacity:1;transform:translateY(0)}.page-module__0PR35G__workshopSection{color:#fff;background:#1a1a1a;padding:4rem 0}.page-module__0PR35G__workshopContainer{max-width:1400px;margin:0 auto;padding:0 40px}.page-module__0PR35G__workshopSection .page-module__0PR35G__sectionHeader{text-align:center;margin-bottom:3rem}.page-module__0PR35G__workshopSection .page-module__0PR35G__sectionTitle{color:#fff}.page-module__0PR35G__workshopSection .page-module__0PR35G__sectionSubtitle{color:#fff9}.page-module__0PR35G__workshopPhotosGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.page-module__0PR35G__workshopPhotoItem{cursor:pointer;aspect-ratio:4/3;border-radius:8px;position:relative;overflow:hidden}.page-module__0PR35G__workshopPhotoImage{object-fit:cover;filter:brightness(.9);width:100%;height:100%;transition:transform .8s cubic-bezier(.2,.8,.2,1)}.page-module__0PR35G__workshopPhotoItem:hover .page-module__0PR35G__workshopPhotoImage{filter:brightness();transform:scale(1.05)}.page-module__0PR35G__workshopPhotoLabel{color:#fff;font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.12em;opacity:0;background:linear-gradient(#0000 0%,#000000b3 100%);padding:2rem 1rem 1rem;font-size:.7rem;transition:all .4s;position:absolute;bottom:0;left:0;right:0;transform:translateY(10px)}.page-module__0PR35G__workshopPhotoItem:hover .page-module__0PR35G__workshopPhotoLabel{opacity:1;transform:translateY(0)}@media (max-width:1024px){.page-module__0PR35G__customerPhotosGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-module__0PR35G__customerPhotosSection,.page-module__0PR35G__workshopSection{padding:3rem 0}.page-module__0PR35G__customerPhotosContainer,.page-module__0PR35G__workshopContainer{padding:0 20px}.page-module__0PR35G__sectionTitle{font-size:1.5rem}.page-module__0PR35G__customerPhotosGrid,.page-module__0PR35G__workshopPhotosGrid{grid-template-columns:1fr;gap:1rem}.page-module__0PR35G__customerPhotoLabel,.page-module__0PR35G__workshopPhotoLabel{opacity:1;transform:translateY(0)}}
.ProductCard-module__t53O_a__card{color:var(--text);flex-direction:column;width:100%;text-decoration:none;display:flex;position:relative}.ProductCard-module__t53O_a__imageWrapper{aspect-ratio:1;background:#f5f4f2;width:100%;margin-bottom:1.25rem;position:relative;overflow:hidden}.ProductCard-module__t53O_a__image{background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity .4s}.ProductCard-module__t53O_a__secondaryImage{opacity:0;background-position:50%;background-size:cover;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__secondaryImage{opacity:1}.ProductCard-module__t53O_a__quickView{color:#000;letter-spacing:.2rem;text-transform:uppercase;white-space:nowrap;opacity:0;font-size:.75rem;font-weight:500;font-family:var(--font-ui);background:#fff;padding:.9rem 2rem;transition:all .4s cubic-bezier(.19,1,.22,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);box-shadow:0 4px 20px #0000001a}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__quickView{opacity:1;transform:translate(-50%,-50%)}.ProductCard-module__t53O_a__quickView:hover{color:#fff;background:#000}.ProductCard-module__t53O_a__info{flex-direction:column;gap:.4rem;display:flex}.ProductCard-module__t53O_a__header{justify-content:space-between;align-items:baseline;width:100%;display:flex}.ProductCard-module__t53O_a__name{font-family:var(--font-heading);color:#1a1a1a;margin:0;font-size:1.1rem;font-weight:400;line-height:1.2}.ProductCard-module__t53O_a__price{font-family:var(--font-ui);color:var(--secondary);letter-spacing:.05em;white-space:nowrap;margin-left:1rem;font-size:.8rem;font-weight:400}.ProductCard-module__t53O_a__category{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.15em;color:#999;margin-bottom:.25rem;font-size:.6rem}.ProductCard-module__t53O_a__swatches{opacity:1;align-items:center;gap:8px;margin-top:.5rem;display:flex}.ProductCard-module__t53O_a__swatch{cursor:pointer;background-position:50%;background-size:cover;border:1px solid #0000001a;border-radius:50%;width:18px;height:18px;transition:transform .2s,border-color .2s}.ProductCard-module__t53O_a__swatch:hover{border-color:#000;transform:scale(1.2)}.ProductCard-module__t53O_a__moreSwatches{color:var(--secondary);font-size:.65rem;font-family:var(--font-ui);margin-left:4px}.ProductCard-module__t53O_a__discountBadge{color:#fff;font-family:var(--font-ui);letter-spacing:.05em;z-index:5;text-transform:uppercase;background:#c0392b;border-radius:2px;padding:3px 8px;font-size:.6rem;font-weight:700;position:absolute;top:10px;left:10px}.ProductCard-module__t53O_a__priceWrap{flex-direction:column;align-items:flex-end;gap:1px;margin-left:1rem;display:flex}.ProductCard-module__t53O_a__originalPrice{font-family:var(--font-ui);color:#999;white-space:nowrap;font-size:.65rem;text-decoration:line-through}@media (max-width:768px){.ProductCard-module__t53O_a__quickView{display:none}.ProductCard-module__t53O_a__name{font-size:1rem}}
