@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=DM+Sans:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap";:root{--sh-dark: #0B2124;--sh-navy: #24405E;--sh-yellow: #F3E397;--sh-mint: #B4D7D8;--sh-cream: #F3F2DE;--sh-peach: #F8D4AC;--sh-rust: #9D5037;--sh-charcoal: #2A2A2A;--sh-font-display: "Playfair Display", Georgia, serif;--sh-font-body: "DM Sans", system-ui, sans-serif;--sh-font-mono: "DM Mono", monospace;--sh-transition: .3s cubic-bezier(.4, 0, .2, 1);--sh-max-width: 1200px}.sh-root,.sh-root *{margin:0;padding:0;box-sizing:border-box}.sh-root{font-family:var(--sh-font-body);color:var(--sh-cream);-webkit-font-smoothing:antialiased;line-height:1.6}.sh-root a{text-decoration:none;color:inherit}.sh-root img{max-width:100%;height:auto}.sh-root ul,.sh-root li{list-style:none}.sh-root button{font-family:var(--sh-font-body);cursor:pointer}.sh-root svg{stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sh-container{max-width:var(--sh-max-width);margin:0 auto;padding:0 24px}.sh-announcement{background:linear-gradient(90deg,#9d5037,#b86b4a,#9d5037);text-align:center;padding:6px 20px;position:relative;z-index:1001}.sh-announcement-text{font-family:var(--sh-font-body);font-size:12px;font-weight:400;letter-spacing:.3px;color:#fff;line-height:1.4}.sh-announcement-text strong{font-weight:700}.sh-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;background:#0b212499;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:all var(--sh-transition)}.sh-nav.scrolled{background:#0b2124f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:10px 0;box-shadow:0 2px 20px #0000004d}.sh-nav-inner{display:flex;align-items:center;justify-content:space-between}.sh-nav-logo img{height:26px;width:auto}.sh-nav-links{display:flex;gap:32px}.sh-nav-links a{font-family:var(--sh-font-body);font-size:13px;font-weight:400;letter-spacing:.5px;text-transform:uppercase;color:#f3f2deb3;transition:color var(--sh-transition)}.sh-nav-links a:hover{color:var(--sh-yellow)}.sh-nav-right{display:flex;align-items:center;gap:16px}.sh-nav-login{font-size:13px;font-weight:400;letter-spacing:.5px;text-transform:uppercase;color:#f3f2deb3;transition:color var(--sh-transition)}.sh-nav-login:hover{color:var(--sh-yellow)}.sh-nav-cta{font-family:var(--sh-font-body);font-size:13px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;background:var(--sh-yellow)!important;color:#000!important;padding:10px 24px;border-radius:2px;transition:all var(--sh-transition)}.sh-nav-cta:hover{background:#fff!important;color:#000!important;transform:translateY(-1px)}.sh-nav-toggle{display:none;background:none;border:none;flex-direction:column;gap:5px;width:28px;padding:4px 0}.sh-nav-toggle span{display:block;width:100%;height:2px;background:var(--sh-cream);border-radius:1px}.sh-nav-mobile{position:fixed;top:0;right:-100%;width:300px;height:100vh;background:var(--sh-dark);z-index:2000;display:flex;flex-direction:column;padding:80px 32px 32px;gap:24px;transition:right .4s ease}.sh-nav-mobile.active{right:0}.sh-nav-mobile-close{position:absolute;top:20px;right:20px;background:none;border:none;color:var(--sh-cream);font-size:24px;cursor:pointer}.sh-nav-mobile a{font-size:18px;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:#f3f2deb3;transition:color var(--sh-transition)}.sh-nav-mobile a:hover{color:var(--sh-yellow)}.sh-nav-mobile-sep{height:1px;width:80%;background:#b4d7d81a;margin:4px 0}.sh-nav-mobile .sh-nav-cta{margin-top:8px;background:var(--sh-gold)!important;color:#000!important;padding:12px 32px;border-radius:2px;font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:14px}.sh-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:var(--sh-dark);position:relative;overflow:hidden;padding:150px 24px 80px}.sh-hero-glow{position:absolute;width:700px;height:700px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(36,64,94,.3) 0%,transparent 70%);pointer-events:none}.sh-hero-content{position:relative;z-index:1;max-width:800px}.sh-badge{display:inline-block;font-family:var(--sh-font-mono);font-size:11px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--sh-mint);padding:10px 20px;border:1px solid rgba(180,215,216,.2);border-radius:2px;margin-bottom:32px;background:#b4d7d80d}.sh-hero-h1{font-family:var(--sh-font-display);font-size:clamp(52px,7vw,88px);font-weight:700;line-height:1.08;color:var(--sh-cream);margin-bottom:24px}.sh-hero-h1 em{font-style:italic;color:var(--sh-yellow)}.sh-hero-sub{font-size:16px;font-weight:300;color:#f3f2de99;line-height:1.75;margin-bottom:32px;max-width:560px;margin-left:auto;margin-right:auto}.sh-hero-toggles{display:flex;gap:12px;justify-content:center;margin-bottom:32px}.sh-toggle{font-family:var(--sh-font-body);font-size:14px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;padding:12px 32px;border-radius:2px;border:1px solid rgba(243,227,151,.3);background:transparent;color:var(--sh-yellow);transition:all var(--sh-transition);cursor:pointer}.sh-toggle.active{background:var(--sh-yellow);color:#000!important;border-color:var(--sh-yellow)}.sh-toggle:hover:not(.active){border-color:var(--sh-yellow);background:#f3e3971a}.sh-btn-primary{display:inline-flex;align-items:center;gap:8px;font-family:var(--sh-font-body);font-size:15px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;background:var(--sh-yellow)!important;color:#000!important;padding:16px 40px;border-radius:2px;transition:all var(--sh-transition)}.sh-btn-primary:hover{background:#fff!important;color:#000!important;transform:translateY(-2px);box-shadow:0 8px 30px #f3e39733}.sh-btn-primary svg{stroke:#000!important}.sh-btn-lg{font-size:17px;padding:18px 48px}.sh-hero-disclaimer{display:block;font-size:10px;font-weight:300;color:#f3f2de59;margin-top:12px}.sh-hero-trust{display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-top:40px;font-family:var(--sh-font-mono);font-size:11px;letter-spacing:.15em;color:#f3f2de73}.sh-scroll-indicator{margin-top:48px;display:flex;justify-content:center}.sh-scroll-line{width:1px;height:48px;background:linear-gradient(to bottom,var(--sh-yellow),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.sh-trustbar{background:var(--sh-navy);padding:20px 0}.sh-trustbar-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.sh-trustbar-item{display:flex;align-items:center;gap:8px;font-family:var(--sh-font-mono);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--sh-mint)}.sh-trustbar-item svg{width:16px;height:16px;stroke:var(--sh-mint)}.sh-section-header{text-align:center;margin-bottom:64px}.sh-label{display:inline-block;font-family:var(--sh-font-mono);font-size:11px;font-weight:500;letter-spacing:.25em;text-transform:uppercase;margin-bottom:16px}.sh-label-mint{color:var(--sh-mint)}.sh-label-peach{color:var(--sh-peach)}.sh-label-rust{color:var(--sh-rust)}.sh-section-title{font-family:var(--sh-font-display);font-size:clamp(36px,4vw,58px);font-weight:700;line-height:1.15;color:var(--sh-cream)}.sh-section-title em{font-style:italic;color:var(--sh-yellow)}.sh-title-dark{color:var(--sh-dark)}.sh-title-dark em{color:var(--sh-rust)}.sh-title-cream{color:var(--sh-cream)}.sh-section-sub{font-size:16px;font-weight:300;color:#f3f2de8c;margin-top:16px;max-width:520px;margin-left:auto;margin-right:auto}.sh-treatments{padding:120px 0;background:var(--sh-dark)}.sh-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sh-card{background:#24405e40;border:1px solid rgba(180,215,216,.08);border-radius:8px;overflow:hidden;position:relative;transition:all var(--sh-transition)}.sh-card:hover{background:#24405e73;border-color:#f3e39726;transform:translateY(-4px);box-shadow:0 16px 48px #0000004d}.sh-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--sh-yellow);transform:scaleX(0);transition:transform .4s ease}.sh-card:hover:after{transform:scaleX(1)}.sh-card-badge{position:absolute;top:16px;right:16px;z-index:2;font-family:var(--sh-font-mono);font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;background:var(--sh-rust);color:#fff;padding:6px 12px;border-radius:2px}.sh-card-img{padding:24px 24px 0;display:flex;justify-content:center;background:linear-gradient(180deg,rgba(36,64,94,.15) 0%,transparent 100%)}.sh-card-img img{height:180px;width:auto;object-fit:contain}.sh-card-body{padding:24px}.sh-card-icon{font-size:28px;display:block;margin-bottom:12px}.sh-card-title{font-family:var(--sh-font-display);font-size:22px;font-weight:600;color:var(--sh-cream);margin-bottom:8px}.sh-card-tagline{font-size:14px;font-weight:300;color:#f3f2de8c;margin-bottom:12px;line-height:1.5}.sh-card-products{font-family:var(--sh-font-mono);font-size:11px;letter-spacing:.1em;color:var(--sh-mint);margin-bottom:12px}.sh-card-price{display:block;font-family:var(--sh-font-display);font-size:18px;font-weight:600;color:var(--sh-yellow);margin-bottom:16px}.sh-card-cta{display:inline-flex;align-items:center;gap:6px;font-family:var(--sh-font-body);font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;background:var(--sh-yellow)!important;color:#000!important;padding:12px 24px;border-radius:2px;transition:all var(--sh-transition);width:100%;justify-content:center}.sh-card-cta:hover{background:#fff!important;color:#000!important}.sh-card-cta svg{stroke:#000!important}.sh-card-cta-outline{background:transparent!important;color:var(--sh-cream)!important;border:1px solid rgba(243,242,222,.3)}.sh-card-cta-outline:hover{background:#f3f2de1a!important;color:var(--sh-cream)!important}.sh-card-cta-outline svg{stroke:var(--sh-cream)!important}.sh-card-disclaimer{display:block;font-size:10px;font-weight:300;color:#f3f2de4d;margin-top:10px;text-align:center}.sh-compound-note{text-align:center;font-size:11px;font-weight:300;color:#f3f2de4d;margin-top:32px}.sh-configurator{max-width:960px;margin:0 auto}.sh-config-tabs{display:flex;gap:4px;background:#24405e33;border-radius:8px 8px 0 0;padding:4px;border:1px solid rgba(180,215,216,.06);border-bottom:none}.sh-config-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:16px 12px;background:transparent;border:none;border-radius:6px;color:#f3f2de80;transition:all var(--sh-transition);cursor:pointer}.sh-config-tab:hover{color:var(--sh-cream);background:#24405e4d}.sh-config-tab.active{background:#24405e99;color:var(--sh-cream);box-shadow:0 2px 12px #0003}.sh-config-tab-name{font-family:var(--sh-font-body);font-size:14px;font-weight:600;letter-spacing:.3px}.sh-config-tab-generic{font-family:var(--sh-font-mono);font-size:10px;letter-spacing:.1em;opacity:.6}.sh-config-tab.active .sh-config-tab-name{color:var(--sh-yellow)}.sh-config-card{background:#24405e40;border:1px solid rgba(180,215,216,.08);border-radius:0 0 8px 8px;padding:40px}.sh-config-card-inner{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:start}.sh-config-visual{display:flex;flex-direction:column;align-items:center;gap:24px;position:sticky;top:120px}.sh-config-pill-img{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#24405e33,#0b21244d);border-radius:12px;padding:32px}.sh-config-pill-img img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.3))}.sh-config-trust-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.sh-config-trust-pills span{font-family:var(--sh-font-mono);font-size:10px;letter-spacing:.1em;color:#f3f2de66;padding:6px 10px;border:1px solid rgba(180,215,216,.08);border-radius:4px;background:#24405e26}.sh-config-form{display:flex;flex-direction:column}.sh-config-product-name{font-family:var(--sh-font-display);font-size:28px;font-weight:700;color:var(--sh-cream);margin-bottom:6px}.sh-config-product-desc{font-size:14px;font-weight:300;color:#f3f2de80;line-height:1.6;margin-bottom:28px}.sh-config-field{margin-bottom:24px}.sh-config-label{display:block;font-family:var(--sh-font-mono);font-size:11px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--sh-mint);margin-bottom:10px}.sh-config-dose-btns{display:flex;gap:8px}.sh-dose-btn{flex:1;padding:12px 16px;background:#24405e33;border:1px solid rgba(180,215,216,.1);border-radius:6px;color:#f3f2de99;font-family:var(--sh-font-body);font-size:14px;font-weight:500;transition:all var(--sh-transition);cursor:pointer}.sh-dose-btn:hover{border-color:#f3e3974d;color:var(--sh-cream);background:#24405e59}.sh-dose-btn.active{background:#f3e3971f;border-color:var(--sh-yellow);color:var(--sh-yellow);font-weight:600}.sh-config-select-wrap{position:relative}.sh-config-select{width:100%;padding:14px 40px 14px 16px;background:#24405e33;border:1px solid rgba(180,215,216,.1);border-radius:6px;color:var(--sh-cream);font-family:var(--sh-font-body);font-size:14px;font-weight:500;appearance:none;-webkit-appearance:none;cursor:pointer;transition:all var(--sh-transition)}.sh-config-select:hover,.sh-config-select:focus{border-color:#f3e3974d;outline:none;background:#24405e59}.sh-config-select option{background:var(--sh-dark);color:var(--sh-cream);padding:12px}.sh-select-chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#f3f2de66}.sh-config-plans{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.sh-plan-btn{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;padding:18px 12px;background:#24405e33;border:1px solid rgba(180,215,216,.08);border-radius:8px;cursor:pointer;transition:all var(--sh-transition);color:var(--sh-cream)}.sh-plan-btn:hover:not(:disabled){border-color:#f3e3974d;background:#24405e59}.sh-plan-btn.active{background:#f3e3971a;border-color:var(--sh-yellow);box-shadow:0 0 20px #f3e39714}.sh-plan-btn.sh-plan-disabled{opacity:.3;cursor:not-allowed}.sh-plan-duration{font-family:var(--sh-font-body);font-size:14px;font-weight:600;color:var(--sh-cream)}.sh-plan-price{font-family:var(--sh-font-display);font-size:20px;font-weight:700;color:var(--sh-yellow);line-height:1.2}.sh-plan-billing{font-family:var(--sh-font-mono);font-size:10px;letter-spacing:.05em;color:#f3f2de59}.sh-plan-best{border-color:var(--sh-rust);overflow:hidden}.sh-plan-badge-best{position:absolute;top:0;left:0;right:0;background:var(--sh-rust);color:#fff;font-family:var(--sh-font-mono);font-size:9px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;padding:4px 0;text-align:center}.sh-plan-best .sh-plan-duration{margin-top:12px}.sh-plan-btn.active .sh-plan-duration{color:var(--sh-yellow)}.sh-config-summary{background:#0b212466;border:1px solid rgba(180,215,216,.06);border-radius:8px;padding:20px;margin-top:4px;margin-bottom:20px}.sh-summary-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0}.sh-summary-row+.sh-summary-row{border-top:1px solid rgba(180,215,216,.06)}.sh-summary-label{font-family:var(--sh-font-mono);font-size:12px;letter-spacing:.1em;color:#f3f2de73;text-transform:uppercase}.sh-summary-value{font-family:var(--sh-font-body);font-size:14px;font-weight:500;color:var(--sh-cream)}.sh-summary-highlight{background:#f3e3970f;margin:8px -20px -20px;padding:14px 20px;border-radius:0 0 7px 7px;border-top:1px solid rgba(243,227,151,.12)!important}.sh-summary-permonth{font-family:var(--sh-font-display);font-size:22px;font-weight:700;color:var(--sh-yellow)!important}.sh-config-cta{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:18px 32px;background:var(--sh-yellow)!important;color:#000!important;font-family:var(--sh-font-body);font-size:16px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;border-radius:6px;transition:all var(--sh-transition);text-decoration:none}.sh-config-cta:hover{background:#fff!important;color:#000!important;transform:translateY(-2px);box-shadow:0 8px 32px #f3e39740}.sh-config-cta svg{stroke:#000!important}.sh-config-cta.sh-cta-disabled{opacity:.4;pointer-events:none}.sh-config-disclaimer{display:block;text-align:center;font-size:11px;font-weight:300;color:#f3f2de4d;margin-top:12px}.sh-women{padding:120px 0;background:var(--sh-navy)}.sh-women-product{max-width:960px;margin:0 auto}.sh-women-product-inner{display:grid;grid-template-columns:300px 1fr;gap:48px;align-items:start;background:#0b212466;border:1px solid rgba(180,215,216,.08);border-radius:12px;padding:40px;transition:all var(--sh-transition)}.sh-women-product-inner:hover{border-color:#f8d4ac26;box-shadow:0 16px 48px #0003}.sh-women-product-visual{display:flex;flex-direction:column;align-items:center;gap:24px}.sh-women-pill-img{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8d4ac14,#0b21244d);border-radius:12px;padding:32px}.sh-women-pill-img img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.3))}.sh-women-product-details{display:flex;flex-direction:column}.sh-women-rx-badge{display:inline-block;font-family:var(--sh-font-mono);font-size:10px;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--sh-peach);padding:6px 14px;border:1px solid rgba(248,212,172,.2);border-radius:2px;background:#f8d4ac0f;margin-bottom:16px;align-self:flex-start}.sh-women-product-name{font-family:var(--sh-font-display);font-size:28px;font-weight:700;color:var(--sh-cream);margin-bottom:12px}.sh-women-product-desc{font-size:14px;font-weight:300;color:#f3f2de80;line-height:1.7;margin-bottom:24px}.sh-women-benefits{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.sh-women-benefit{display:flex;align-items:center;gap:10px}.sh-women-benefit svg{width:18px;height:18px;stroke:var(--sh-peach);flex-shrink:0}.sh-women-benefit span{font-size:14px;font-weight:400;color:#f3f2deb3}.sh-women-pricing{background:#f8d4ac0f;border:1px solid rgba(248,212,172,.1);border-radius:8px;padding:20px;margin-bottom:20px}.sh-women-price-row{display:flex;align-items:baseline;gap:4px;margin-bottom:6px}.sh-women-price-amount{font-family:var(--sh-font-display);font-size:36px;font-weight:700;color:var(--sh-peach);line-height:1}.sh-women-price-period{font-family:var(--sh-font-body);font-size:16px;font-weight:400;color:#f8d4ac99}.sh-women-price-includes{font-family:var(--sh-font-mono);font-size:11px;letter-spacing:.05em;color:#f3f2de59}.sh-included{padding:80px 0;background:var(--sh-dark);border-top:1px solid rgba(180,215,216,.06)}.sh-included-header{text-align:center;margin-bottom:48px}.sh-included-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.sh-included-item{display:flex;align-items:flex-start;gap:12px;padding:20px 16px;background:#122f3380;border:1px solid rgba(180,215,216,.06);border-radius:4px;transition:all .3s ease}.sh-included-item:hover{border-color:#f3e3971f;transform:translateY(-2px)}.sh-included-item svg{width:20px;height:20px;stroke:var(--sh-gold, #F3E397);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;margin-top:2px}.sh-included-item strong{display:block;font-size:13px;font-weight:600;color:var(--sh-cream);margin-bottom:2px}.sh-included-item span{display:block;font-size:11px;font-weight:400;color:var(--sh-rust, #9D5037);text-decoration:line-through;text-decoration-color:#9d503766}.sh-how{padding:120px 0;background:var(--sh-cream);position:relative;overflow:hidden}.sh-how-watermark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--sh-font-display);font-size:clamp(200px,30vw,500px);font-weight:700;color:#0b21240a;pointer-events:none}.sh-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;position:relative;z-index:1}.sh-step{text-align:center}.sh-step-num{font-family:var(--sh-font-display);font-size:64px;font-weight:700;color:var(--sh-yellow);line-height:1;margin-bottom:16px;text-shadow:2px 2px 0 rgba(11,33,36,.06)}.sh-step-content h3{font-family:var(--sh-font-display);font-size:22px;font-weight:600;color:var(--sh-dark);margin-bottom:12px}.sh-step-content p{font-size:15px;font-weight:300;color:#0b21248c;line-height:1.7;max-width:300px;margin:0 auto}.sh-stats{background:var(--sh-yellow);padding:64px 0}.sh-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.sh-stat-num{font-family:var(--sh-font-display);font-size:clamp(42px,5vw,64px);font-weight:700;color:var(--sh-dark);line-height:1}.sh-stat-symbol{font-family:var(--sh-font-display);font-size:clamp(24px,3vw,36px);font-weight:700;color:var(--sh-dark)}.sh-stat p{font-size:13px;font-weight:400;color:#0b212499;margin-top:8px;line-height:1.4}.sh-reviews{padding:120px 0;background:var(--sh-dark)}.sh-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sh-review{background:#24405e40;border:1px solid rgba(180,215,216,.08);border-radius:8px;padding:32px;transition:all var(--sh-transition)}.sh-review:hover{border-color:#f3e39726;transform:translateY(-4px)}.sh-review-stars{color:var(--sh-yellow);font-size:18px;letter-spacing:2px;margin-bottom:16px}.sh-review p{font-size:15px;font-weight:300;color:#f3f2dea6;line-height:1.7;margin-bottom:16px;font-style:italic}.sh-review-author{font-family:var(--sh-font-mono);font-size:11px;letter-spacing:.1em;color:#f3f2de66}.sh-review-author em{color:var(--sh-mint);font-style:normal}.sh-faq{padding:120px 0;background:var(--sh-cream)}.sh-faq-list{max-width:780px;margin:0 auto}.sh-faq-item{border-bottom:1px solid rgba(11,33,36,.1)}.sh-faq-item:first-child{border-top:1px solid rgba(11,33,36,.1)}.sh-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:24px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--sh-font-body);font-size:17px;font-weight:500;color:var(--sh-dark);transition:color var(--sh-transition);line-height:1.4}.sh-faq-q:hover,.sh-faq-item.active .sh-faq-q{color:var(--sh-rust)}.sh-faq-q svg{width:20px;height:20px;stroke:var(--sh-dark);fill:none;stroke-width:2;flex-shrink:0;margin-left:20px;transition:transform .3s ease}.sh-faq-item.active .sh-faq-q svg{transform:rotate(45deg)}.sh-faq-a{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.25,.46,.45,.94),padding .4s ease;padding:0}.sh-faq-item.active .sh-faq-a{max-height:300px;padding-bottom:24px}.sh-faq-a p{font-size:15px;font-weight:300;color:#0b21248c;line-height:1.7;padding-right:40px}.sh-final-cta{padding:120px 0;background:var(--sh-dark);text-align:center;position:relative;overflow:hidden}.sh-final-glow{position:absolute;width:600px;height:600px;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(243,227,151,.06) 0%,transparent 70%);pointer-events:none}.sh-final-inner{position:relative;z-index:1}.sh-final-headline{font-family:var(--sh-font-display);font-size:clamp(40px,5vw,64px);font-weight:700;line-height:1.15;color:var(--sh-cream);margin-bottom:20px}.sh-final-headline em{font-style:italic;color:var(--sh-yellow)}.sh-final-body{font-size:16px;font-weight:300;color:#f3f2de8c;max-width:480px;margin:0 auto 36px;line-height:1.7}.sh-final-checks{display:flex;flex-direction:column;gap:14px;align-items:center;margin-bottom:40px}.sh-final-checks li{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:400;color:var(--sh-cream)}.sh-final-checks svg{width:20px;height:20px;stroke:var(--sh-yellow);flex-shrink:0}.sh-final-phone{display:block;margin-top:20px;font-family:var(--sh-font-mono);font-size:13px;letter-spacing:.1em;color:#f3f2de66;transition:color var(--sh-transition)}.sh-final-phone:hover{color:var(--sh-yellow)}.sh-footer{background:var(--sh-charcoal);padding:72px 0 36px;color:var(--sh-cream)}.sh-footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:40px;margin-bottom:40px}.sh-footer-brand img{height:26px;width:auto;margin-bottom:12px}.sh-footer-tagline{font-family:var(--sh-font-display);font-size:14px;font-style:italic;color:#f3f2de66;line-height:1.5}.sh-footer-col h4{font-size:11px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:var(--sh-yellow);margin-bottom:16px}.sh-footer-col a{display:block;font-size:14px;font-weight:300;color:#f3f2de66;margin-bottom:10px;transition:color var(--sh-transition)}.sh-footer-col a:hover{color:var(--sh-cream)}.sh-footer-certs{display:flex;gap:24px;align-items:center;padding:24px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:20px}.sh-footer-certs img{height:50px;width:auto}.sh-footer-bottom{display:flex;justify-content:space-between;align-items:flex-end}.sh-footer-bottom p{font-size:12px;color:#f3f2de4d;font-weight:300}.sh-footer-legal{font-size:10px!important;color:#f3f2de33!important;max-width:480px;text-align:right;line-height:1.5}.sh-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.sh-visible{opacity:1;transform:translateY(0)}.sh-fadeup{opacity:0;transform:translateY(20px);animation:shFadeUp .8s ease forwards}.sh-d1{animation-delay:.15s}.sh-d2{animation-delay:.3s}.sh-d3{animation-delay:.45s}.sh-d4{animation-delay:.6s}.sh-d5{animation-delay:.75s}@keyframes shFadeUp{to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.sh-included-grid{grid-template-columns:1fr}.sh-included{padding:48px 0}.sh-nav-links,.sh-nav-login{display:none}.sh-nav-toggle{display:flex}.sh-hero{padding:100px 24px 60px}.sh-cards-grid{grid-template-columns:1fr}.sh-women-product-inner{grid-template-columns:1fr;gap:24px;padding:24px 16px}.sh-women-pill-img{max-width:200px;margin:0 auto}.sh-women-product-name{font-size:24px;text-align:center}.sh-women-product-desc{text-align:center}.sh-women-rx-badge{align-self:center}.sh-women-benefits{align-items:center}.sh-steps{grid-template-columns:1fr;gap:40px}.sh-stats-grid{grid-template-columns:repeat(2,1fr)}.sh-reviews-grid{grid-template-columns:1fr}.sh-footer-grid{grid-template-columns:repeat(2,1fr)}.sh-footer-bottom{flex-direction:column;gap:12px;align-items:center;text-align:center}.sh-footer-legal{text-align:center}.sh-hero-trust{flex-direction:column;gap:8px}.sh-br-desktop{display:none}.sh-treatments,.sh-women,.sh-how,.sh-reviews,.sh-faq,.sh-final-cta{padding:64px 0}.sh-config-tabs{flex-direction:column}.sh-config-card{padding:24px 16px}.sh-config-card-inner{grid-template-columns:1fr;gap:24px}.sh-config-visual{position:static}.sh-config-pill-img{max-width:200px;margin:0 auto}.sh-config-plans{grid-template-columns:1fr}.sh-config-product-name{font-size:24px;text-align:center}.sh-config-product-desc{text-align:center}}@media(max-width:480px){.sh-hero-h1{font-size:40px}.sh-hero-toggles{flex-direction:column;align-items:center}.sh-toggle{width:100%;max-width:260px}.sh-stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.sh-trustbar-inner{justify-content:center}.sh-trustbar-item span{display:none}.sh-footer-grid{grid-template-columns:1fr}.sh-config-dose-btns{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/hrmx-sexual-health.css.map */
