:root{--gold: #C9A84C;--gold-light: #E8C87A;--gold-dim: #8A6E30;--bg: #f9fafb;--bg-card: #ffffff;--bg-card2: #f3f4f6;--border: #e5e7eb;--text: #111827;--text-2: #374151;--text-3: #6B7280;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Playfair Display", Georgia, serif;--font-mono: "DM Mono", monospace;--radius-sm: .375rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08);--shadow-lg: 0 10px 40px rgba(0,0,0,.1);--shadow-xl: 0 20px 60px rgba(0,0,0,.12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700;color:var(--text)}input,textarea,select{font-family:inherit}::selection{background:var(--gold);color:#000}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}.page-container{width:100%;max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.page-container{padding:0 1.5rem}}@media(min-width:1024px){.page-container{padding:0 2rem}}.announcement-bar{background-color:#fff;color:#111;border-bottom:1px solid var(--border);font-size:.75rem;font-weight:600;letter-spacing:.03em;overflow:hidden;white-space:nowrap;width:100%;padding:.375rem 0;position:relative;z-index:100}.marquee-wrapper{display:flex;width:100%;overflow:hidden}.marquee-track{display:flex;flex-shrink:0;min-width:100%;animation:marquee 25s linear infinite}.marquee-item{display:inline-flex;align-items:center;padding:0 1.5rem;gap:.75rem;white-space:nowrap}.marquee-item:after{content:"\2726";opacity:.5;font-size:.5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.site-header.scrolled{box-shadow:0 2px 20px #00000012}.header-wrap{display:flex;align-items:center;justify-content:space-between;height:4.5rem;max-width:80rem;margin:0 auto;padding:0 1rem;gap:1rem}@media(min-width:640px){.header-wrap{padding:0 1.5rem}}@media(min-width:1024px){.header-wrap{padding:0 2rem}}.header-logo{flex-shrink:0}.header-logo img{height:36px;width:auto;max-width:140px;object-fit:contain;display:block}.nav-links{display:none;align-items:center;gap:.25rem;flex:1;justify-content:center}@media(min-width:1024px){.nav-links{display:flex}}.nav-link{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.9375rem;font-weight:500;color:var(--text-2);transition:color .2s,background .2s;white-space:nowrap}.nav-link:hover{color:var(--text);background:var(--bg-card2)}.nav-dropdown{position:relative}.nav-dropdown-panel{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);min-width:11rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-4px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:100}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.nav-dropdown-panel a{display:block;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--text-2);transition:background .15s,color .15s}.nav-dropdown-panel a:hover{background:var(--bg-card2);color:var(--text)}.chevron-icon{width:.875rem;height:.875rem;transition:transform .2s}.nav-dropdown:hover .chevron-icon{transform:rotate(180deg)}.header-actions{display:flex;align-items:center;gap:.5rem}.icon-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-full);color:var(--text-3);transition:background .2s,color .2s;border:none;background:none;cursor:pointer;position:relative;text-decoration:none}.icon-btn:hover{background:var(--bg-card2);color:var(--text)}.icon-btn svg{width:22px;height:22px}.cart-badge{position:absolute;top:-2px;right:-2px;background:#111;color:#fff;font-size:.6rem;font-weight:800;min-width:1.125rem;height:1.125rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.btn-signin{display:none;height:2.5rem;padding:0 1.25rem;border:1.5px solid var(--border);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--text-2);background:none;cursor:pointer;transition:border-color .2s,color .2s,background .2s;align-items:center;text-decoration:none;white-space:nowrap}@media(min-width:768px){.btn-signin{display:flex}}.btn-signin:hover{border-color:var(--text);color:var(--text);background:var(--bg-card2)}.btn-signup{display:none;height:2.5rem;padding:0 1.25rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:700;color:#fff;background:#000;cursor:pointer;transition:background .2s;align-items:center;text-decoration:none;white-space:nowrap;border:none}@media(min-width:768px){.btn-signup{display:flex}}.btn-signup:hover{background:#222}.hamburger{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-full);color:var(--text-2);cursor:pointer;border:none;background:none;transition:background .2s}.hamburger:hover{background:var(--bg-card2)}@media(min-width:1024px){.hamburger{display:none}}.mobile-menu{display:none;flex-direction:column;background:#fff;border-top:1px solid var(--border);padding:1rem;gap:.25rem}.mobile-menu.open{display:flex}@media(min-width:1024px){.mobile-menu{display:none!important}}.mobile-nav-item{display:block;padding:.75rem 1rem;font-size:1rem;font-weight:500;color:var(--text-2);border-radius:var(--radius-md);transition:background .15s;text-decoration:none;border:none;background:none;cursor:pointer;width:100%;text-align:left}.mobile-nav-item:hover{background:var(--bg-card2);color:var(--text)}.mobile-sub-links{display:none;flex-direction:column;padding:0 0 .5rem 1rem}.mobile-sub-links.open{display:flex}.mobile-sub-link{display:block;padding:.5rem 1rem;font-size:.9375rem;color:var(--text-3);border-radius:var(--radius-md);transition:background .15s;text-decoration:none}.mobile-sub-link:hover{background:var(--bg-card2);color:var(--text)}.mobile-auth-row{display:flex;gap:.75rem;padding-bottom:1rem;margin-bottom:.5rem;border-bottom:1px solid var(--border)}.mobile-btn{flex:1;height:2.75rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .2s;text-align:center;display:flex;align-items:center;justify-content:center;text-decoration:none}.mobile-btn-outline{border:1.5px solid var(--border);color:var(--text-2);background:none}.mobile-btn-filled{border:none;background:#000;color:#fff}.mobile-btn:hover{opacity:.85}.collection-circles-section{background:#fff;border-bottom:1px solid var(--border);padding:1.25rem 0}.collection-circles-track{display:flex;gap:1.25rem;overflow-x:auto;padding:0 1rem .5rem;align-items:flex-start}@media(min-width:640px){.collection-circles-track{padding:0 1.5rem .5rem}}@media(min-width:1024px){.collection-circles-track{padding:0 2rem .5rem;justify-content:center}}.circle-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0;text-decoration:none;cursor:pointer;min-width:4.5rem}.circle-img-wrap{width:3.5rem;height:3.5rem;border-radius:var(--radius-full);overflow:hidden;border:2px solid var(--border);background:var(--bg-card2);transition:border-color .2s;flex-shrink:0}.circle-item:hover .circle-img-wrap{border-color:var(--gold)}.circle-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.circle-label{font-size:.6875rem;font-weight:600;color:var(--text-2);text-align:center;max-width:4.5rem;line-height:1.3;word-break:break-word}.circle-item:hover .circle-label{color:var(--gold)}.feature-banners-section{padding:1.5rem 0;background:#fff}.feature-banners-scroll{overflow-x:auto;padding:0 1rem}@media(min-width:640px){.feature-banners-scroll{padding:0 1.5rem}}@media(min-width:1024px){.feature-banners-scroll{padding:0 2rem}}.feature-banners-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;min-width:46rem}@media(min-width:1024px){.feature-banners-grid{min-width:0}}.feature-banner-link{display:block;border-radius:var(--radius-xl);overflow:hidden;position:relative;background:var(--bg-card2);aspect-ratio:3 / 2}.feature-banner-link img{width:100%;height:auto;display:block;transition:transform .4s ease}.feature-banner-link:hover img{transform:scale(1.04)}.products-section{padding:4rem 0;background:var(--bg)}.products-section-header{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.section-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;color:var(--text)}.filter-tabs{display:flex;gap:.625rem;overflow-x:auto;padding-bottom:2px}.filter-tab{flex-shrink:0;padding:.5rem 1.25rem;border-radius:var(--radius-full);border:1.5px solid var(--border);font-size:.875rem;font-weight:600;color:var(--text-3);background:#fff;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-tab:hover{border-color:#111;color:var(--text)}.filter-tab.active{background:#111;color:#fff;border-color:#111}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.product-card{background:#fff;border-radius:var(--radius-xl);border:1px solid var(--border);overflow:hidden;transition:box-shadow .3s,transform .3s;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.product-card-img{position:relative;overflow:hidden;background:var(--bg-card2);aspect-ratio:1 / 1}.product-card-img a{display:block;width:100%;height:100%}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover .product-card-img img{transform:scale(1.06)}.discount-pill{position:absolute;top:.625rem;left:.625rem;background:var(--gold);color:#000;font-size:.6875rem;font-weight:800;padding:.25rem .5rem;border-radius:var(--radius-sm);z-index:2;letter-spacing:.02em}.product-card-body{padding:.875rem 1rem 1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-card-title{font-size:.9375rem;font-weight:600;color:var(--text);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none}.product-card-title:hover{color:var(--gold)}.stars{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;color:var(--text-3)}.stars span{color:#f59e0b;font-size:.75rem;letter-spacing:-1px}.price-row{display:flex;align-items:baseline;gap:.5rem;margin-top:auto}.price-current{font-size:1.0625rem;font-weight:800;color:var(--text)}.price-was{font-size:.8125rem;color:var(--text-3);text-decoration:line-through}.price-gold{color:var(--gold)}.btn-atc-card{width:100%;padding:.625rem;background:#111;color:#fff;border-radius:var(--radius-lg);font-size:.875rem;font-weight:700;border:none;cursor:pointer;transition:background .2s;margin-top:.5rem}.btn-atc-card:hover{background:#000}.view-all-wrap{margin-top:2.5rem;text-align:center}.btn-view-all{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2.25rem;border-radius:var(--radius-full);border:1.5px solid var(--border);font-size:.9375rem;font-weight:600;color:var(--text-2);background:#fff;transition:border-color .2s,color .2s,background .2s;text-decoration:none}.btn-view-all:hover{border-color:#111;color:#111;background:var(--bg-card2)}.btn-view-all.gold{border-color:var(--gold);color:var(--gold);background:#c9a84c0d}.btn-view-all.gold:hover{background:#c9a84c1f}.collections-eyebrow{font-size:11px;text-transform:uppercase;font-weight:700;letter-spacing:.1em;color:#000;margin-bottom:.5rem}.collections-section{padding:4rem 0;background:#fff}.collections-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.collections-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media(min-width:1024px){.collections-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.collection-card{display:block;border-radius:var(--radius-2xl);overflow:hidden;background:#fff;border:1px solid var(--border);text-decoration:none;transition:box-shadow .3s ease,transform .3s ease}.collection-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.collection-card-img-wrap{position:relative;height:14rem;overflow:hidden;background:var(--bg-card2)}.collection-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-card:hover .collection-card-img-wrap img{transform:scale(1.06)}.collection-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,transparent 50%)}.collection-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem}.collection-card-name{font-size:1.125rem;font-weight:700;color:var(--text)}.collection-card-desc{font-size:.875rem;color:var(--text-3);line-height:1.5}.collection-card-link{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;font-weight:600;color:#000}.collection-card-link:hover{color:var(--gold)}.process-section{padding:5rem 0;background:#fff;position:relative;overflow:hidden}.process-label{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:var(--radius-full);background:#eff6ff;color:#2563eb;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid #bfdbfe;margin-bottom:1.25rem}.process-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:var(--text);margin-bottom:1rem;line-height:1.1}.process-title .highlight{background:linear-gradient(135deg,#2563eb,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.process-subtitle{font-size:1.125rem;color:var(--text-3);max-width:40rem;margin:0 auto}.process-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-top:3.5rem}@media(min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.process-grid{grid-template-columns:repeat(4,1fr)}}.process-card{background:#fff;border:1px solid var(--border);border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease,border-color .3s}.process-card:hover{transform:translateY(-.5rem);box-shadow:var(--shadow-xl);border-color:#bfdbfe}.process-step-bg{position:absolute;top:-1.5rem;right:-.75rem;font-size:7rem;font-weight:900;color:#00000008;line-height:1;-webkit-user-select:none;user-select:none;pointer-events:none}.process-card-img{width:5.5rem;height:5.5rem;border-radius:1rem;overflow:hidden;margin-bottom:1.75rem;box-shadow:var(--shadow-md);flex-shrink:0;transition:transform .4s ease}.process-card:hover .process-card-img{transform:scale(1.05)}.process-card-img img{width:100%;height:100%;object-fit:cover}.process-card-title{font-size:1.125rem;font-weight:700;color:var(--text);margin-bottom:.625rem;transition:color .2s}.process-card:hover .process-card-title{color:#2563eb}.process-card-desc{font-size:.9375rem;color:var(--text-3);line-height:1.65}.consult-section{padding:5rem 0;background:var(--bg)}.consult-card{background:#fff;border:1px solid var(--border);border-radius:2.5rem;padding:3rem 2rem;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}@media(min-width:768px){.consult-card{padding:4rem 3.5rem}}.consult-blob{position:absolute;top:-30%;right:-20%;width:40rem;height:40rem;border-radius:var(--radius-full);background:radial-gradient(circle,rgba(37,99,235,.06) 0%,transparent 70%);pointer-events:none}.consult-inner{display:grid;grid-template-columns:1fr;gap:3rem;position:relative;z-index:1}@media(min-width:1024px){.consult-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem}}.consult-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:var(--radius-full);background:#2563eb;color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}.consult-badge-dot{width:.5rem;height:.5rem;border-radius:var(--radius-full);background:#fff;animation:blink 1.5s ease-in-out infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.consult-heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:var(--text);line-height:1.1;margin-bottom:1.25rem}.consult-heading .highlight{background:linear-gradient(135deg,#2563eb,#4f46e5);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.consult-desc{font-size:1.0625rem;color:var(--text-3);line-height:1.7;margin-bottom:1.75rem}.benefits-list{display:grid;grid-template-columns:1fr 1fr;gap:.875rem;margin-bottom:2.25rem}.benefit-row{display:flex;align-items:center;gap:.75rem}.benefit-icon{width:2rem;height:2rem;border-radius:var(--radius-full);background:#eff6ff;border:1px solid #bfdbfe;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#2563eb}.benefit-icon svg{width:.875rem;height:.875rem}.benefit-text{font-size:.9375rem;font-weight:600;color:var(--text-2)}.btn-primary-cta{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2rem;background:#000;color:#fff;border-radius:var(--radius-full);font-size:1rem;font-weight:700;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 8px 24px #0003}.btn-primary-cta:hover{background:#222;transform:translateY(-2px);box-shadow:0 12px 32px #00000040}.consult-img-wrap{position:relative;border-radius:2rem;overflow:hidden;aspect-ratio:4/5;box-shadow:var(--shadow-xl);max-width:32rem;margin:0 auto;width:100%}.consult-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.consult-img-wrap:hover img{transform:scale(1.03)}.consult-img-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 60%)}.glass-card{position:absolute;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4);border-radius:1rem;padding:1rem 1.25rem;box-shadow:var(--shadow-md)}.glass-card-bottom{bottom:1.25rem;left:1.25rem;right:1.25rem;display:flex;align-items:center;gap:.875rem}@media(min-width:640px){.glass-card-bottom{right:auto;max-width:17rem}}.glass-card-top{top:1.5rem;right:1.5rem;text-align:center;min-width:7rem;flex-direction:column;display:none;padding:1rem}@media(min-width:640px){.glass-card-top{display:flex}}.stacked-avatars{display:flex}.stacked-avatar{width:2.25rem;height:2.25rem;border-radius:var(--radius-full);border:2px solid #fff;object-fit:cover;margin-right:-.625rem;background:var(--bg-card2)}.glass-stars{color:#fbbf24;font-size:.875rem;margin-bottom:.25rem}.glass-label{font-size:.6875rem;font-weight:700;color:var(--text)}.glass-stat{font-size:2rem;font-weight:900;color:#2563eb}.glass-stat-label{font-size:.625rem;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;margin-top:.25rem}.testimonials-section{padding:4rem 0;background:#fff}.testimonials-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.25rem;gap:1rem}.testimonials-subtitle{font-size:.6875rem;font-weight:700;color:#059669;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.375rem}.testimonials-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text)}.testimonials-nav{display:flex;gap:.5rem;flex-shrink:0}.nav-scroll-btn{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);border:1px solid var(--border);background:#fff;color:var(--text-3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,color .2s}.nav-scroll-btn:hover{border-color:#059669;color:#059669}.nav-scroll-btn svg{width:1rem;height:1rem}.testimonials-track{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory}.testimonial-card{flex-shrink:0;width:17rem;background:var(--bg);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.875rem;position:relative;overflow:hidden;scroll-snap-align:start;transition:border-color .2s}.testimonial-card:hover{border-color:#6ee7b7}.testimonial-quote-mark{position:absolute;top:.875rem;right:1.25rem;font-size:4rem;line-height:1;font-family:var(--font-display);font-weight:700;color:#05966912;-webkit-user-select:none;user-select:none;pointer-events:none}.t-stars{display:flex;gap:1px;color:#fbbf24;font-size:.875rem}.t-text{font-size:.875rem;line-height:1.65;color:var(--text-2);flex:1}.t-author{display:flex;align-items:center;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--border)}.t-avatar{width:1.875rem;height:1.875rem;border-radius:var(--radius-full);background:#d1fae5;border:1px solid #6ee7b7;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:800;color:#059669;flex-shrink:0}.t-name{font-size:.875rem;font-weight:700;color:var(--text)}.t-verified{font-size:.625rem;padding:.15rem .375rem;border:1px solid #6ee7b7;border-radius:.25rem;color:#059669;margin-left:.375rem}.testimonials-dots{display:flex;justify-content:center;gap:.375rem;margin-top:1.5rem}.t-dot{width:.375rem;height:.375rem;border-radius:var(--radius-full);background:var(--border);border:none;cursor:pointer;padding:0;transition:all .3s}.t-dot.active{width:1.25rem;background:#059669}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9998;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.cart-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(28rem,100vw);background:#fff;z-index:9999;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 30px #00000026;padding-bottom:env(safe-area-inset-bottom,0px)}.cart-drawer.open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;flex-shrink:0;border-bottom:1px solid var(--border)}.cart-title{font-size:1.1rem;font-weight:700;color:#111}.cart-close{width:2rem;height:2rem;border-radius:50%;border:1px solid #ddd;background:none;color:#333;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;flex-shrink:0}.cart-close:hover{background:#f5f5f5}.cart-trust-bar{background:#0f766e;color:#fff;font-size:.75rem;font-weight:600;padding:.5rem 1rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-shrink:0}.cart-trust-bar span{display:flex;align-items:center;gap:.4rem}.cart-trust-bar svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}.cart-items{flex:1;overflow-y:auto;padding:1rem 1.25rem;-webkit-overflow-scrolling:touch}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #f1f5f9;position:relative}.cart-item-img{width:5rem;height:5rem;object-fit:cover;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;flex-shrink:0}.cart-item-body{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-name{font-size:.9rem;font-weight:600;color:#0f172a;line-height:1.3;padding-right:1.5rem}.cart-item-prices{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.cart-item-price{font-size:.9rem;font-weight:700;color:#0f172a}.cart-item-compare{font-size:.75rem;color:#94a3b8;text-decoration:line-through}.cart-item-discount{font-size:.7rem;font-weight:700;color:#059669;background:#d1fae5;padding:.1rem .4rem;border-radius:4px}.cart-item-controls{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.qty-control{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.qty-btn{width:2rem;height:1.75rem;background:#f8fafc;border:none;font-size:1rem;font-weight:600;color:#334155;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.qty-btn:hover{background:#e2e8f0}.qty-num{width:2rem;text-align:center;font-size:.85rem;font-weight:600;color:#0f172a}.cart-remove-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.25rem;position:absolute;top:1rem;right:0;transition:color .2s}.cart-remove-btn:hover{color:#ef4444}.cart-remove-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}.cart-upsell{margin-top:1.5rem;padding-top:1rem;border-top:2px dashed #e2e8f0}.cart-upsell-title{font-size:.9rem;font-weight:700;margin-bottom:.75rem;color:#0f172a}.cart-upsell-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.cart-upsell-scroll::-webkit-scrollbar{display:none}.upsell-card{flex:0 0 120px;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem;display:flex;flex-direction:column;background:#fff}.upsell-img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;margin-bottom:.5rem}.upsell-name{font-size:.75rem;font-weight:600;color:#0f172a;line-height:1.2;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.upsell-price{font-size:.8rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.upsell-add-btn{background:#fff;border:1px solid #0f172a;color:#0f172a;font-size:.75rem;font-weight:600;border-radius:4px;padding:.35rem 0;text-align:center;cursor:pointer;width:100%;transition:all .2s}.upsell-add-btn:hover{background:#0f172a;color:#fff}.cart-empty-state{text-align:center;padding:4rem 1rem;color:#64748b}.cart-footer{flex-shrink:0;background:#fff;border-top:1px solid #e2e8f0;padding:.75rem 1.25rem 1rem;box-shadow:0 -4px 10px #00000005}.cart-savings{font-size:.8rem;color:#059669;font-weight:600;text-align:right;margin-bottom:.25rem}.cart-total-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:.6rem}.cart-total-label{font-size:.9rem;font-weight:600;color:#334155}.cart-total-val{text-align:right}.cart-total-compare{font-size:.8rem;color:#94a3b8;text-decoration:line-through;margin-right:.5rem}.cart-total-price{font-size:1.25rem;font-weight:800;color:#0f172a}.btn-checkout{width:100%;background:#1a7a5c;color:#fff;border:none;border-radius:10px;padding:.7rem 1rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .2s}.btn-checkout:hover{background:#15654c}.btn-checkout-left{display:flex;flex-direction:column;align-items:flex-start;gap:.1rem}.btn-checkout-text{font-size:1rem;font-weight:700}.btn-checkout-cod{font-size:.6rem;font-weight:600;opacity:.8;text-transform:uppercase;letter-spacing:.04em}.btn-checkout-right{display:flex;align-items:center;gap:.3rem}.pay-pill{font-size:.55rem;font-weight:700;background:#ffffff40;color:#fff;padding:.2rem .4rem;border-radius:4px;letter-spacing:.02em}.whatsapp-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;width:3.5rem;height:3.5rem;border-radius:var(--radius-full);background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #25d36659;transition:transform .3s,box-shadow .3s;text-decoration:none}.whatsapp-fab:hover{transform:scale(1.1);box-shadow:0 12px 32px #25d36673}.site-footer{background:#fff;border-top:1px solid var(--border)}.footer-top{padding:3.5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand-logo img{height:2.25rem;width:auto;object-fit:contain;margin-bottom:1rem}.footer-brand-desc{font-size:.875rem;color:var(--text-3);line-height:1.7;max-width:22rem;margin-bottom:1.25rem}.footer-socials{display:flex;gap:.75rem}.footer-social-icon{width:2.25rem;height:2.25rem;border-radius:var(--radius-full);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-3);transition:border-color .2s,color .2s,background .2s;text-decoration:none}.footer-social-icon:hover{border-color:var(--gold);color:var(--gold);background:#c9a84c0f}.footer-social-icon svg{width:1rem;height:1rem}.footer-col-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin-bottom:1.25rem}.footer-acc-btn{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;padding:.75rem 0;border-bottom:1px solid var(--border);margin-bottom:0}.footer-acc-icon{width:1rem;height:1rem;transition:transform .3s;color:var(--text-3)}.footer-acc-btn.open .footer-acc-icon{transform:rotate(180deg)}.footer-acc-content{display:none;padding:.75rem 0}.footer-acc-content.open{display:block}@media(min-width:1024px){.footer-acc-btn{display:none}.footer-acc-content{display:block!important;padding:0;border:none}}.footer-links-list{display:flex;flex-direction:column;gap:.75rem}.footer-link{font-size:.9375rem;color:var(--text-3);transition:color .2s;text-decoration:none;display:inline-block}.footer-link:hover{color:var(--text)}.footer-divider{height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent);opacity:.3;margin:0}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 0;font-size:.8125rem;color:var(--text-3);text-align:center}@media(min-width:640px){.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.page-hero{padding:4rem 0 3rem;text-align:center;background:#fff;border-bottom:1px solid var(--border)}.page-hero-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,3rem);color:var(--text);margin-bottom:1rem}.page-hero-desc{font-size:1.0625rem;color:var(--text-3);max-width:40rem;margin:0 auto}.faq-section{padding:4rem 0;background:var(--bg)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:#fff}.faq-q{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-size:1rem;font-weight:600;color:var(--text);text-align:left;cursor:pointer;transition:background .15s}.faq-q:hover{background:var(--bg-card2)}.faq-q-icon{width:1.25rem;height:1.25rem;flex-shrink:0;transition:transform .3s;color:var(--text-3)}.faq-q.open .faq-q-icon{transform:rotate(180deg)}.faq-a{display:none;padding:0 1.5rem 1.25rem;font-size:.9375rem;color:var(--text-3);line-height:1.7}.faq-a.open{display:block}.contact-section{padding:4rem 0}.contact-form{display:flex;flex-direction:column;gap:1.25rem;max-width:36rem}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text-2)}.form-input,.form-textarea{padding:.875rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-md);background:#fff;color:var(--text);font-family:var(--font-body);font-size:.9375rem;outline:none;transition:border-color .2s,box-shadow .2s}.form-input:focus,.form-textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c1f}.form-textarea{resize:vertical;min-height:8rem}.form-submit{padding:.875rem 2rem;background:#000;color:#fff;border:none;border-radius:var(--radius-full);font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s;align-self:flex-start}.form-submit:hover{background:#222}.stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin:3rem 0}@media(min-width:768px){.stats-row{grid-template-columns:repeat(4,1fr)}}.stat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem 1.5rem;text-align:center}.stat-num{font-family:var(--font-display);font-size:2.25rem;font-weight:800;color:var(--gold);display:block}.stat-label{font-size:.875rem;color:var(--text-3);margin-top:.375rem}.product-page{padding:2rem 0 5rem}.product-grid-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.product-grid-layout{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.product-gallery-main{aspect-ratio:1/1;border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-card2);cursor:zoom-in}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.thumbs-row{display:flex;gap:.75rem;overflow-x:auto;margin-top:.75rem}.thumb{width:5rem;height:5rem;flex-shrink:0;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s;background:var(--bg-card2)}.thumb.active{border-color:var(--gold)}.thumb img{width:100%;height:100%;object-fit:cover}.product-info-panel{display:flex;flex-direction:column;gap:1.25rem}.product-title-h1{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--text);line-height:1.2}.product-price-row{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.p-price{font-size:1.75rem;font-weight:800;color:var(--text)}.p-compare{font-size:1.125rem;color:var(--text-3);text-decoration:line-through}.p-discount{font-size:.8125rem;font-weight:700;padding:.25rem .625rem;border-radius:var(--radius-full);background:#fef9c3;color:#854d0e}.product-rating-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-3)}.product-rating-row .s{color:#fbbf24;font-size:1rem;letter-spacing:-.5px}.variant-group-label{font-size:.875rem;font-weight:600;color:var(--text-2);margin-bottom:.5rem}.variant-option-btn{padding:.5rem 1.25rem;border:1.5px solid var(--border);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--text-2);background:#fff;cursor:pointer;transition:all .2s}.variant-option-btn:hover{border-color:var(--text)}.variant-option-btn.selected{background:#000;color:#fff;border-color:#000}.qty-row{display:flex;align-items:center;gap:1rem}.qty-control{display:flex;align-items:center;gap:.625rem;border:1.5px solid var(--border);border-radius:var(--radius-full);padding:.25rem .5rem}.qty-control-btn{width:2rem;height:2rem;border-radius:var(--radius-full);border:none;background:none;color:var(--text-2);font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-control-btn:hover{background:var(--bg-card2)}.qty-val-display{font-size:1rem;font-weight:700;min-width:2rem;text-align:center}.qty-label{font-size:.875rem;font-weight:600;color:var(--text-2)}.btn-add-to-cart-main{width:100%;padding:1.125rem;background:#000;color:#fff;border-radius:var(--radius-full);font-size:1.0625rem;font-weight:700;border:none;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.btn-add-to-cart-main:hover{background:#222;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-add-to-cart-main:disabled{background:var(--bg-card2);color:var(--text-3);cursor:not-allowed;transform:none;box-shadow:none}.trust-badges{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}@media(min-width:480px){.trust-badges{grid-template-columns:repeat(4,1fr)}}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.875rem .5rem;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-card2);text-align:center}.trust-badge-icon{font-size:1.375rem}.trust-badge-text{font-size:.6875rem;font-weight:600;color:var(--text-3);line-height:1.3}.sticky-mobile-atc{position:fixed;bottom:0;left:0;right:0;z-index:40;background:#fff;border-top:1px solid var(--border);padding:.75rem 1rem;display:flex;gap:.875rem;align-items:center}@media(min-width:768px){.sticky-mobile-atc{display:none}}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--text-3);margin-bottom:1.5rem;flex-wrap:wrap}.breadcrumbs a:hover{color:var(--text)}.breadcrumb-sep{color:var(--border)}.pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.page-num{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);border:1px solid var(--border);font-size:.875rem;font-weight:600;color:var(--text-2);transition:all .2s;text-decoration:none}.page-num:hover{border-color:var(--text);color:var(--text);background:var(--bg-card2)}.page-num.current{background:#000;color:#fff;border-color:#000}.collection-header{padding:2.5rem 0 1.5rem;border-bottom:1px solid var(--border);margin-bottom:2rem;background:#fff}.collection-header h1{font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--text)}.collection-header p{font-size:1rem;color:var(--text-3);margin-top:.625rem}.spin{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid var(--border);border-top-color:var(--gold);border-radius:var(--radius-full);animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-up{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fade-up .6s ease both}.chat-container{max-width:46rem;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column;height:min(72vh,38rem)}.chat-top{padding:1.25rem 1.5rem;background:#000;color:#fff;display:flex;align-items:center;gap:.875rem}.chat-avatar{width:2.5rem;height:2.5rem;border-radius:var(--radius-full);background:var(--gold);color:#000;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}.chat-name{font-weight:700;font-size:1rem}.chat-status{font-size:.75rem;color:#ffffffa6}.chat-msgs{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.msg{max-width:80%;padding:.875rem 1.125rem;border-radius:1.25rem;font-size:.9375rem;line-height:1.5}.msg.bot{background:var(--bg-card2);color:var(--text);border-radius:0 1.25rem 1.25rem;align-self:flex-start}.msg.user{background:#000;color:#fff;border-radius:1.25rem 1.25rem 0;align-self:flex-end}.typing{display:flex;gap:.25rem;align-items:center;padding:.75rem 1rem;align-self:flex-start}.typing-dot{width:.45rem;height:.45rem;border-radius:var(--radius-full);background:var(--text-3);animation:bounce 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-5px);opacity:1}}.quick-replies{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid var(--border)}.quick-reply{padding:.5rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;color:var(--text-2);background:#fff;cursor:pointer;transition:all .2s}.quick-reply:hover{border-color:var(--gold);color:var(--gold)}.toast{position:fixed;bottom:5rem;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:.875rem 1.5rem;border-radius:var(--radius-full);font-size:.9375rem;font-weight:600;z-index:9999;box-shadow:var(--shadow-lg);animation:fade-up .3s ease;white-space:nowrap}.collection-page{padding:2rem 0 4rem}.collection-page-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--text);margin-bottom:.75rem}.collection-page-desc{font-size:1rem;color:var(--text-3);max-width:44rem;line-height:1.6;margin-bottom:2rem}.empty-collection{text-align:center;padding:4rem 1rem;color:var(--text-3);font-size:1.0625rem}.collection-pagination{display:flex;justify-content:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.collection-pagination a,.collection-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--text-2);text-decoration:none;transition:all .2s}.collection-pagination a:hover{border-color:#000;color:#000}.collection-pagination .current{background:#000;color:#fff;border-color:#000}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-gallery-main{width:100%;aspect-ratio:1 / 1;border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-card2)}.product-gallery-main img{width:100%;height:100%;object-fit:contain;background:var(--bg-card2)}.product-thumbnails{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.product-thumbnails::-webkit-scrollbar{display:none}.product-thumb{flex-shrink:0;width:4.5rem;height:4.5rem;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--bg-card2);padding:0;transition:border-color .2s}.product-thumb.active{border-color:var(--gold)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-rating{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-3)}.rating-stars{color:#f59e0b;font-size:1rem;letter-spacing:-.5px}.rating-count{color:var(--text-3)}.product-title{font-family:var(--font-display);font-size:clamp(1.375rem,3vw,2rem);font-weight:800;color:var(--text);line-height:1.25;margin:.5rem 0}.product-price-block{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;margin:.5rem 0 1rem}.product-price{font-size:1.625rem;font-weight:800;color:var(--text)}.product-compare-price{font-size:1.0625rem;color:var(--text-3);text-decoration:line-through}.product-discount-pill{font-size:.75rem;font-weight:700;padding:.25rem .625rem;border-radius:var(--radius-full);background:#fef9c3;color:#854d0e}.variant-group{margin-bottom:1rem}.variant-label{font-size:.875rem;font-weight:600;color:var(--text-2);margin-bottom:.5rem}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-btn{padding:.5rem 1.25rem;border:1.5px solid var(--border);border-radius:var(--radius-full);font-size:.875rem;font-weight:600;color:var(--text-2);background:#fff;cursor:pointer;transition:all .2s}.variant-btn:hover{border-color:#111}.variant-btn.selected{background:#000;color:#fff;border-color:#000}.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.qty-selector{display:flex;align-items:center;gap:.5rem;border:1.5px solid var(--border);border-radius:var(--radius-full);padding:.25rem .625rem}.qty-selector-btn{width:2rem;height:2rem;border-radius:50%;border:none;background:none;font-size:1.125rem;font-weight:700;cursor:pointer;color:var(--text);display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-selector-btn:hover{background:var(--bg-card2)}.qty-selector-val{width:2.5rem;text-align:center;font-size:1rem;font-weight:700;border:none;background:transparent;color:var(--text);-moz-appearance:textfield}.qty-selector-val::-webkit-inner-spin-button,.qty-selector-val::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.btn-atc{width:100%;padding:1rem 1.5rem;background:#000;color:#fff;border:none;border-radius:var(--radius-full);font-size:1rem;font-weight:700;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s;margin-bottom:1rem}.btn-atc:hover{background:#222;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-atc:disabled{background:#d1d5db;color:#6b7280;cursor:not-allowed;transform:none}.trust-badge-label{font-size:.6875rem;font-weight:600;color:var(--text-3);line-height:1.3;text-align:center}.product-desc-wrap{border-top:1px solid var(--border);padding-top:1.25rem;margin-top:1.25rem}.product-desc-toggle{width:100%;background:none;border:none;padding:0;font-size:.9375rem;font-weight:700;color:var(--text);display:flex;justify-content:space-between;align-items:center;cursor:pointer}.product-desc-body{padding-top:1rem;font-size:.9375rem;line-height:1.7;color:var(--text-2)}.sticky-atc-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:50;background:#fff;border-top:1px solid var(--border);padding:.75rem 1rem;gap:1rem;align-items:center;box-shadow:0 -4px 16px #00000014}@media(min-width:768px){.sticky-atc-bar{display:none!important}}.product-cta-row{display:flex;gap:.75rem;margin-top:1rem}.product-cta-row .btn-atc-outline,.product-cta-row .btn-atc{flex:1}.btn-atc-outline{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.5rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;border:2px solid var(--color-dark);background:transparent;color:var(--color-dark)}.btn-atc-outline:hover{background:var(--color-dark);color:#fff}.at-glance-table{margin-top:1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.at-glance-row{display:flex;justify-content:space-between;padding:.625rem 1rem;font-size:.875rem;border-bottom:1px solid #f3f4f6}.at-glance-row:last-child{border-bottom:none}.at-glance-row span:first-child{color:#6b7280;font-weight:500}.at-glance-row span:last-child{font-weight:600;text-align:right}.product-how-to-use{padding:3.5rem 1rem;text-align:center;background:#fff}.how-to-use-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0}.how-step{background:#f9fafb;border:1px solid #f3f4f6;border-radius:1rem;padding:1.75rem 1rem;position:relative}.how-step-num{position:absolute;top:-14px;left:50%;transform:translate(-50%);width:28px;height:28px;border-radius:50%;background:var(--gold);color:#fff;font-weight:700;font-size:.8125rem;display:flex;align-items:center;justify-content:center}.how-step-icon{font-size:1.75rem;margin-bottom:.625rem}.how-step h3{font-size:1rem;font-weight:700;margin-bottom:.375rem;color:var(--color-dark)}.how-step p{font-size:.8125rem;color:#6b7280;line-height:1.5}.who-its-for{margin-top:1rem;font-size:.9375rem;color:#6b7280;max-width:600px;margin-inline:auto;line-height:1.6}.who-label{font-size:.6875rem;letter-spacing:.12em;font-weight:700;color:var(--gold);text-transform:uppercase;font-style:normal}.aplus-images{max-width:100%;overflow:hidden}.aplus-images img{display:block;width:100%;max-width:100%;height:auto}.product-faq{padding:3.5rem 1rem}.faq-list{max-width:800px;margin-top:1.5rem}.faq-item{border:1px solid #e5e7eb;border-radius:.625rem;margin-bottom:.75rem;overflow:hidden}.faq-q{width:100%;text-align:left;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;cursor:pointer;background:#fff;border:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--color-dark)}.faq-q:hover{background:#f9fafb}.faq-icon{font-size:1.25rem;font-weight:400;flex-shrink:0;color:var(--gold)}.faq-a{padding:0 1.25rem;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s ease;font-size:.9rem;line-height:1.7;color:#4b5563}.faq-a.open{max-height:400px;padding:0 1.25rem 1rem}.sexuloon-promise{padding:3.5rem 1rem;background:#fff;text-align:center}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem}.promise-card{border:1px solid #e5e7eb;border-radius:1rem;padding:1.75rem 1rem;transition:box-shadow .2s}.promise-card.active,.promise-card:hover{border-color:var(--gold);background:#fffbf0;box-shadow:0 4px 20px #c9a84c1f}.promise-icon{font-size:2rem;margin-bottom:.75rem}.promise-card h3{font-size:.9375rem;font-weight:700;margin-bottom:.5rem;color:var(--color-dark)}.promise-card p{font-size:.8125rem;color:#6b7280;line-height:1.5}.sticky-atc-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:800;background:#fff;border-top:1px solid #e5e7eb;padding:.75rem 1rem;box-shadow:0 -4px 16px #00000014;align-items:center;gap:.75rem}.sticky-atc-info{flex:1;min-width:0}.sticky-product-name{font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-product-price{font-size:1rem;font-weight:700;color:var(--gold)}.sticky-atc-btns{display:flex;gap:.5rem;flex-shrink:0}.sticky-atc-btns .btn-atc-outline,.sticky-atc-btns .btn-atc{padding:.625rem 1.125rem;font-size:.9rem}@media(max-width:768px){.how-to-use-steps{grid-template-columns:1fr;gap:2rem}.promise-grid{grid-template-columns:repeat(2,1fr)}.product-cta-row{flex-direction:column}}@media(max-width:480px){.promise-grid{grid-template-columns:1fr}}.reviews-section{padding:4rem 1rem;background:#f9fafb;border-top:1px solid #f3f4f6}.reviews-summary{display:flex;gap:3rem;margin:2rem 0;align-items:flex-start;flex-wrap:wrap}.reviews-score-box{text-align:center;min-width:140px}.reviews-avg{font-size:3.5rem;font-weight:800;color:var(--color-dark);line-height:1}.reviews-stars-row{margin:.5rem 0}.review-stars-gold{color:#c9a84c;font-size:1.25rem;letter-spacing:2px}.reviews-total{font-size:.875rem;color:#6b7280}.reviews-bars{flex:1;display:flex;flex-direction:column;gap:.625rem;min-width:200px}.reviews-bar-row{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.bar-label{width:3.5rem;color:#6b7280;flex-shrink:0}.bar-track{flex:1;height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:#c9a84c;border-radius:999px}.bar-pct{width:2.5rem;text-align:right;color:#6b7280;flex-shrink:0}.reviews-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;margin-top:2rem}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 4px #0000000a}.review-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.875rem}.review-name-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}.review-name{font-weight:700;font-size:.9375rem;color:var(--color-dark)}.review-verified{font-size:.75rem;background:#dcfce7;color:#15803d;padding:.15rem .5rem;border-radius:999px;font-weight:600}.review-stars{color:#c9a84c;font-size:.9375rem;letter-spacing:1px}.review-date{font-size:.8125rem;color:#9ca3af;white-space:nowrap}.review-text{font-size:.9rem;color:#4b5563;line-height:1.65}.fbt-section{padding:4rem 1rem;background:#fff;border-top:1px solid #f3f4f6}.fbt-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:1.75rem}.fbt-card{border:1px solid #e5e7eb;border-radius:1rem;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.fbt-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.fbt-card-img{aspect-ratio:1;overflow:hidden;background:#f9fafb}.fbt-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.fbt-card:hover .fbt-card-img img{transform:scale(1.04)}.fbt-card-body{padding:1rem;flex:1}.fbt-card-title{font-size:.9rem;font-weight:600;color:var(--color-dark);margin-bottom:.375rem;line-height:1.4}.fbt-card-price{font-size:1rem;font-weight:700;color:var(--color-dark)}.fbt-card-was{font-size:.8125rem;color:#9ca3af;text-decoration:line-through}@media(max-width:900px){.fbt-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.fbt-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:768px){.reviews-summary{flex-direction:column;gap:1.5rem}.reviews-list{grid-template-columns:1fr}}.pg-hero{background:#fff}.pg-hero-inner{max-width:1100px;margin:0 auto;padding:1rem 1rem 2.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start}.pg-gallery{position:sticky;top:1.5rem}.pg-gallery-main-wrap{border-radius:1rem;overflow:hidden;background:#fff;aspect-ratio:1;position:relative}.pg-gallery-main-img{width:100%;height:100%;object-fit:contain}.pg-thumbs{display:flex;gap:.5rem;margin-top:.625rem;flex-wrap:wrap}.pg-thumb{width:64px;height:64px;border-radius:.5rem;border:2px solid #e5e7eb;overflow:hidden;cursor:pointer;padding:0;background:#f9fafb;transition:border-color .2s}.pg-thumb.active,.pg-thumb:hover{border-color:#c9a84c}.pg-thumb img{width:100%;height:100%;object-fit:cover}.pg-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:2.25rem;height:2.25rem;border-radius:50%;background:#ffffffeb;color:#111;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f;transition:all .2s;opacity:0}.pg-gallery-main-wrap:hover .pg-gallery-arrow{opacity:1}.pg-gallery-arrow:hover{background:#fff;box-shadow:0 4px 12px #0000002e}.pg-gallery-prev{left:.5rem}.pg-gallery-next{right:.5rem}.pg-info{display:flex;flex-direction:column;gap:1rem;padding-top:.25rem}.pg-rating-row{display:flex;align-items:center;gap:.5rem}.pg-stars{display:flex;gap:1px}.pg-star{width:14px;height:14px;fill:#c9a84c;color:#c9a84c}.pg-star-half{fill:#e5e7eb;color:#e5e7eb}.pg-rating-val{font-size:.875rem;font-weight:700;color:#111}.pg-rating-count{font-size:.875rem;color:#9ca3af}.pg-ayush-badge{display:inline-flex;align-items:center;gap:.375rem;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .625rem;width:fit-content;margin-bottom:.25rem}.pg-product-title{font-family:Playfair Display,serif;font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:#111;line-height:1.2;margin:.25rem 0}.pg-product-subhead{font-size:.8125rem;color:#6b7280;margin:0}.pg-option-group{display:flex;flex-direction:column;gap:.375rem}.pg-option-label{font-size:.8125rem;color:#6b7280;margin:0}.pg-option-label strong{color:#111}.pg-option-btns{display:flex;gap:.5rem;flex-wrap:wrap}.pg-option-btn{padding:.375rem .875rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.8125rem;font-weight:600;color:#6b7280;cursor:pointer;background:#fff;transition:all .15s}.pg-option-btn.selected{background:#1a4731;color:#fff;border-color:transparent}.pg-option-btn:hover:not(.selected){border-color:#6b7280}.pg-at-glance-label{font-size:10px;font-weight:600;letter-spacing:.12em;color:#9ca3af;text-transform:uppercase;margin-bottom:.5rem}.pg-at-glance-table{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.pg-ag-row{display:flex;align-items:center;min-height:40px;font-size:.8125rem;border-bottom:1px solid #f3f4f6}.pg-ag-row:last-child{border-bottom:none}.pg-ag-even{background:#f9fafb}.pg-ag-odd{background:#fff}.pg-ag-key{width:42%;padding:.5rem .75rem;font-size:12px;color:#9ca3af;font-weight:500;flex-shrink:0}.pg-ag-val{flex:1;padding:.5rem .75rem;font-size:13px;color:#111;font-weight:600}.pg-price-row{display:flex;align-items:baseline;gap:.625rem;margin-bottom:.75rem;flex-wrap:wrap}.pg-discount-badge{font-size:11px;font-weight:700;color:#fff;background:#1a4731;padding:.25rem .5rem;border-radius:.25rem}.pg-price{font-size:1.375rem;font-weight:700;color:#111}.pg-compare-price{font-size:.875rem;color:#9ca3af;text-decoration:line-through}.pg-tax-note{font-size:10px;color:#9ca3af}.pg-cta-row{display:flex;align-items:center;gap:.625rem}.pg-qty-ctrl{display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden;background:#f9fafb;height:44px;flex-shrink:0}.pg-qty-btn{width:36px;height:100%;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#9ca3af;transition:all .15s}.pg-qty-btn:hover{background:#f3f4f6;color:#111}.pg-qty-num{width:32px;text-align:center;font-size:.875rem;font-weight:600;color:#111}.pg-atc-btn{flex:1;height:44px;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.pg-atc-btn:hover{border-color:#6b7280}.pg-atc-btn.pg-atc-outline{background:transparent}.pg-buy-btn{flex:1;height:44px;border-radius:.5rem;border:none;background:#1a4731;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.pg-buy-btn:hover{background:#0f3321}.pg-atc-btn:disabled,.pg-buy-btn:disabled{opacity:.4;cursor:not-allowed}.pg-key-benefits{background:#f9fafb;border-top:1px solid #f3f4f6;padding:3rem 1rem}.pg-section-inner{max-width:1100px;margin:0 auto}.pg-section-inner-sm{max-width:900px;margin:0 auto}.pg-eyebrow{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#9ca3af;margin-bottom:1.25rem;text-align:center}.pg-eyebrow-gold{font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#1a4731;margin-bottom:.75rem}.pg-section-title{font-family:Playfair Display,serif;font-size:clamp(1.625rem,3.5vw,2.25rem);font-weight:700;color:#111;margin:0 0 1.5rem}.pg-benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.pg-benefit-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.625rem;padding:1rem .75rem;border-radius:.75rem;background:#fff;border:1px solid #f3f4f6;font-size:.8125rem;color:#374151;font-weight:500;line-height:1.4}.pg-benefit-icon{width:36px;height:36px;border-radius:.5rem;background:#1a473114;display:flex;align-items:center;justify-content:center;color:#1a4731;flex-shrink:0}.pg-benefit-icon svg{width:18px;height:18px}.pg-aplus-block{background:#080808;overflow:hidden}.pg-aplus-img-wrap{width:100%}.pg-aplus-img-wrap img{display:block;width:100%;height:auto}.pg-ingredients{background:#fff;border-top:1px solid #f5efe6;border-bottom:1px solid #f5efe6;padding:3rem 1rem}.pg-ingredients-header{text-align:center;margin-bottom:2rem}.pg-ingredients-title{font-size:1.375rem;font-weight:700;color:#111;margin-bottom:.375rem}.pg-ingredients-sub{font-size:.875rem;color:#6b7280;max-width:420px;margin:0 auto}.pg-ingredients-table{border:1px solid #f5efe6;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 4px #0000000a}.pg-ing-thead{display:flex;background:#fcf8f2;border-bottom:1px solid #f5efe6}.pg-ing-th-name,.pg-ing-th-amt,.pg-ing-th-ben{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#8b1a30;padding:.625rem 1rem}.pg-ing-th-name{width:38%}.pg-ing-th-amt{width:22%}.pg-ing-th-ben{flex:1}.pg-ing-row{display:flex;align-items:flex-start;border-bottom:1px solid #f3f4f6}.pg-ing-row:last-child{border-bottom:none}.pg-ing-even{background:#fff}.pg-ing-odd{background:#f9fafb}.pg-ing-name{width:38%;padding:.75rem 1rem;font-size:13px;font-weight:700;color:#111;flex-shrink:0}.pg-ing-amt{width:22%;padding:.75rem .5rem;font-size:13px;font-weight:600;color:#1a4731;font-family:DM Mono,monospace;flex-shrink:0}.pg-ing-ben{flex:1;padding:.75rem 1rem .75rem .5rem;font-size:12px;color:#6b7280;line-height:1.5}.pg-how-to-use{background:#fcf8f2;border-top:1px solid #ebe3d5;border-bottom:1px solid #ebe3d5;padding:3rem 1rem}.pg-htu-header{text-align:center;margin-bottom:2rem}.pg-htu-title{font-size:1.375rem;font-weight:700;color:#111;margin-bottom:.25rem}.pg-htu-sub{font-size:.875rem;color:#9ca3af}.pg-htu-steps{display:flex;flex-direction:row;gap:1rem}.pg-htu-step{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.25rem .75rem 1rem;box-shadow:0 1px 4px #0000000a}.pg-htu-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);width:24px;height:24px;border-radius:50%;background:#8b1a30;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.pg-htu-icon{margin:.5rem 0 .75rem;color:#8b1a30}.pg-htu-step-title{font-size:13px;font-weight:700;color:#111;margin-bottom:.25rem}.pg-htu-step-desc{font-size:11px;color:#9ca3af;line-height:1.5}.pg-htu-who{margin-top:2rem;text-align:center}.pg-htu-who-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9ca3af;margin-bottom:.375rem}.pg-htu-who-text{font-size:.875rem;color:#6b7280;max-width:520px;margin:0 auto;line-height:1.65;font-style:italic}.pg-testimonials{background:#fff;padding:4rem 1rem;overflow:hidden;position:relative}.pg-testimonials:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px;border-radius:50%;background:#1a47310a;filter:blur(60px);pointer-events:none}.pg-testimonials-inner{max-width:1100px;margin:0 auto;position:relative}.pg-testimonials-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem}.pg-testimonials-arrows{display:flex;gap:.5rem}.pg-arrow-btn{width:40px;height:40px;border-radius:50%;border:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#9ca3af;transition:all .15s}.pg-arrow-btn:hover{border-color:#1a4731;color:#1a4731}.pg-testimonials-track{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:.5rem;scrollbar-width:none;-ms-overflow-style:none}.pg-testimonials-track::-webkit-scrollbar{display:none}.pg-test-card{flex-shrink:0;width:300px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border-radius:1rem;border:1px solid #e5e7eb;background:#f9fafb;position:relative;overflow:hidden;transition:border-color .2s}.pg-test-card:hover{border-color:#1a4731}.pg-test-quote{position:absolute;top:1rem;right:1.25rem;font-size:3.5rem;line-height:1;color:#1a473114;font-family:Playfair Display,serif;font-weight:700;-webkit-user-select:none;user-select:none}.pg-test-stars{color:#c9a84c;font-size:14px;letter-spacing:1px}.pg-test-text{font-size:.875rem;color:#4b5563;line-height:1.65;flex:1;position:relative;z-index:1}.pg-test-footer{display:flex;align-items:center;gap:.5rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.pg-test-avatar{width:28px;height:28px;border-radius:50%;background:#dcfce7;border:1px solid #bbf7d0;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#15803d;flex-shrink:0}.pg-test-name{font-size:.875rem;font-weight:600;color:#111}.pg-test-badge{margin-left:.375rem;font-size:10px;color:#1a4731;border:1px solid #bbf7d0;padding:.1rem .375rem;border-radius:.25rem}.pg-test-dots{display:flex;justify-content:center;gap:6px;margin-top:1.5rem}.pg-test-dot{width:6px;height:6px;border-radius:50%;background:#e5e7eb;transition:all .3s}.pg-test-dot.active{width:20px;border-radius:3px;background:#1a4731}.pg-reviews{background:#fff;padding:4rem 1rem}.pg-reviews-inner{max-width:1024px;margin:0 auto}.pg-reviews-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.pg-reviews-avg-row{display:flex;align-items:center;gap:.625rem;margin-top:.75rem}.pg-reviews-stars{color:#c9a84c;font-size:1rem;letter-spacing:2px}.pg-avg-num{font-size:.9375rem;font-weight:700;color:#111}.pg-avg-count{font-size:.9375rem;color:#9ca3af}.pg-write-review-btn{padding:.625rem 1.25rem;border-radius:999px;background:#1a4731;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;border:none;white-space:nowrap;transition:background .15s;text-decoration:none;display:inline-block}.pg-write-review-btn:hover{background:#0f3321;color:#fff}.pg-reviews-layout{display:flex;flex-direction:row;gap:2.5rem;align-items:flex-start}.pg-rating-bars{width:200px;flex-shrink:0;display:flex;flex-direction:column;gap:.5rem}.pg-bar-row{display:flex;align-items:center;gap:.625rem;background:none;border:none;padding:.25rem 0;cursor:default;text-align:left}.pg-bar-star{font-size:.75rem;font-weight:600;color:#9ca3af;min-width:2.5rem}.pg-bar-track{flex:1;height:6px;background:#f3f4f6;border-radius:999px;overflow:hidden}.pg-bar-fill{height:100%;background:#c9a84c;border-radius:999px}.pg-bar-count{font-size:.75rem;color:#9ca3af;min-width:2rem;text-align:right}.pg-reviews-grid{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.pg-review-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;border-radius:1rem;border:1px solid #e5e7eb;background:#f9fafb;transition:border-color .2s}.pg-review-card:hover{border-color:#1a4731}.pg-review-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.pg-review-meta{display:flex;align-items:center;gap:.5rem}.pg-review-avatar{width:32px;height:32px;border-radius:50%;background:#dcfce7;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#15803d;flex-shrink:0}.pg-review-name{font-size:.8125rem;font-weight:700;color:#111;display:block}.pg-review-verified{font-size:9px;border:1px solid #bbf7d0;color:#15803d;padding:.1rem .375rem;border-radius:.25rem;display:block;margin-top:1px}.pg-review-date{font-size:11px;color:#d1d5db;white-space:nowrap;flex-shrink:0}.pg-review-stars{color:#c9a84c;font-size:.8125rem;letter-spacing:1px}.pg-review-text{font-size:.875rem;color:#4b5563;line-height:1.65;flex:1}.pg-faq{background:#fff;padding:4rem 1rem}.pg-faq-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:.625rem}.pg-faq-item{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.pg-faq-q{width:100%;text-align:left;padding:1rem 1.25rem;font-size:.9375rem;font-weight:600;cursor:pointer;background:#fff;border:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#111}.pg-faq-q:hover{background:#f9fafb}.pg-faq-icon{font-size:1.25rem;font-weight:400;flex-shrink:0;color:#1a4731}.pg-faq-a{padding:0 1.25rem;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .3s;font-size:.9rem;line-height:1.7;color:#4b5563}.pg-faq-a.open{max-height:400px;padding:0 1.25rem 1rem}.pg-promise{background:#f9fafb;padding:4rem 1rem;border-top:1px solid #f3f4f6}.pg-promise-inner{max-width:1100px;margin:0 auto}.pg-promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2rem}.pg-promise-card{border:1px solid #e5e7eb;border-radius:1rem;padding:1.75rem 1rem;background:#fff;transition:all .2s;text-align:center}.pg-promise-card:hover,.pg-promise-active{border-color:#c9a84c;background:#fffbf0;box-shadow:0 4px 20px #c9a84c1a}.pg-promise-icon{font-size:2rem;margin-bottom:.75rem}.pg-promise-card h3{font-size:.9375rem;font-weight:700;color:#111;margin-bottom:.5rem}.pg-promise-card p{font-size:.8125rem;color:#6b7280;line-height:1.5}.pg-sticky-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:800;background:#fff;border-top:1px solid #e5e7eb;padding:.75rem 1rem;box-shadow:0 -4px 16px #00000014;align-items:center;gap:.75rem}.pg-sticky-info{flex:1;min-width:0}.pg-sticky-name{font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111}.pg-sticky-price{font-size:1rem;font-weight:700;color:#1a4731}.pg-sticky-btns{display:flex;gap:.5rem;flex-shrink:0}.pg-sticky-btns .pg-atc-btn,.pg-sticky-btns .pg-buy-btn{height:40px;padding:0 1rem;font-size:.875rem;flex:none}@media(max-width:1024px){.pg-reviews-grid,.pg-promise-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.pg-hero-inner{grid-template-columns:1fr;gap:1.5rem}.pg-gallery{position:static}.pg-benefits-grid{grid-template-columns:repeat(2,1fr)}.pg-htu-steps,.pg-reviews-layout{flex-direction:column}.pg-rating-bars{width:100%}.pg-reviews-grid{grid-template-columns:1fr}.pg-promise-grid{grid-template-columns:repeat(2,1fr)}.pg-testimonials-header{flex-direction:column;align-items:flex-start;gap:1rem}.pg-ing-th-ben,.pg-ing-ben{display:none}.pg-ing-th-name,.pg-ing-name{width:55%}.pg-ing-th-amt,.pg-ing-amt{width:45%}}@media(max-width:480px){.pg-benefits-grid{grid-template-columns:repeat(2,1fr)}.pg-promise-grid{grid-template-columns:1fr 1fr}.pg-sticky-info{display:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
