:root{--purple: #8B6BAE;--purple-dark: #6E5089;--purple-soft: #EDE8F5;--purple-bg: #F5F1FB;--mint: #2CC9A8;--mint-dark: #22A88C;--ink: #1E1428;--sub: #5C5C5C;--muted: #9A9A9A;--line: #EDE9F2;--page: #FFFFFF;--card: #FFFFFF;--card2: #F7F3FC;--card3: #FAFAFA;--head: "Assistant", sans-serif;--subline: "Playfair Display", serif;--body: "DM Sans", sans-serif;--r-card: 32px;--r-img: 28px;--r-btn: 100px;--r-badge: 100px;--r-inner: 20px;--ease: cubic-bezier(.4, 0, .2, 1);--t: all .3s cubic-bezier(.4, 0, .2, 1);--s1: 0 2px 16px rgba(0,0,0,.05);--s2: 0 8px 40px rgba(0,0,0,.08);--s3: 0 20px 80px rgba(0,0,0,.1)}.page-body{display:flex;flex-direction:column;gap:12px;padding:12px;background:var(--page)}.page-body .shopify-section>div,.page-body .shopify-section>section{border-radius:var(--r-card);overflow:hidden}.page-body .shopify-section{margin:0}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--body);background:var(--page);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p,li,span,label,input,button{font-family:var(--body)}img{display:block;width:100%}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:var(--body);border:none;background:none}.wrap{max-width:1240px;margin:0 auto;padding:0 24px}.eyebrow{font-family:var(--body);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);display:block}.eyebrow-purple{color:var(--purple)}.subline{font-family:var(--subline);font-style:italic;font-size:clamp(18px,2.2vw,28px);font-weight:400;line-height:1.4;color:var(--sub);letter-spacing:-.01em}.lead{font-family:var(--body);font-size:16px;line-height:1.75;color:var(--sub)}.small{font-family:var(--body);font-size:13px;line-height:1.6;color:var(--sub)}.tiny{font-family:var(--body);font-size:11px;color:var(--muted)}h1{font-family:var(--head)!important;font-weight:700!important;font-size:clamp(36px,4.5vw,64px);line-height:1.1;letter-spacing:.01em;color:var(--ink)}h2{font-family:var(--head)!important;font-weight:700!important;font-size:clamp(24px,3vw,40px);line-height:1.15;letter-spacing:.01em;color:var(--ink)}h3{font-family:var(--head)!important;font-weight:700!important;font-size:clamp(16px,1.8vw,22px);line-height:1.2;letter-spacing:.01em;color:var(--ink)}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:var(--r-btn);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;transition:var(--t);white-space:nowrap;cursor:pointer}.btn-primary{background:#3d2b6b;color:#fff}.btn-primary:hover{background:#321f5a;transform:translateY(-1px);box-shadow:0 6px 20px #3d2b6b66}.btn-outline{border:1.5px solid var(--purple);color:var(--purple);background:transparent}.btn-outline:hover{background:var(--purple);color:#fff;transform:translateY(-1px)}.btn-purple{background:var(--purple);color:#fff}.btn-purple:hover{background:var(--purple-dark);transform:translateY(-1px)}.btn-lg{padding:16px 40px;font-size:12px}.stars{display:flex;gap:2px;color:var(--purple)}.stars svg{width:15px;height:15px;fill:currentColor}.dent-xx-announce{background:linear-gradient(90deg,#9875b5,#b896d4,#9875b5);color:#fff;text-align:center;padding:9px 20px;font-size:11px;font-weight:700;letter-spacing:.1em}.dent-xx-announce b{color:#fff}.dent-xx-announce a{color:#fff;text-decoration:underline;text-underline-offset:2px}.dent-xx-header{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--line)}.dent-xx-nav{max-width:1240px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}.dent-xx-logo{display:flex;align-items:center}.dent-xx-logo img{display:block;width:auto;height:22px}.dent-xx-logo-text{font-family:var(--head);font-size:18px;font-weight:700;letter-spacing:-.04em;color:var(--ink)}.dent-xx-logo-text em{color:var(--purple);font-style:normal}.dent-xx-nav-left{display:flex;align-items:center;gap:8px}.dent-xx-nav-center{display:flex;align-items:center;justify-content:center}.dent-xx-nav-links{display:flex;gap:28px}.dent-xx-logo-mobile{display:none!important}.dent-xx-burger{display:none}.dent-xx-nav-links a{font-size:12px;font-weight:600;color:var(--ink);letter-spacing:.06em;text-transform:uppercase;position:relative;transition:color .2s}.dent-xx-nav-links a:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:1.5px;background:var(--purple);transform:scaleX(0);transform-origin:center;transition:transform .25s var(--ease)}.dent-xx-nav-links a:hover{color:var(--purple)}.dent-xx-nav-links a:hover:after{transform:scaleX(1)}.dent-xx-nav-right{display:flex;align-items:center;gap:10px}.dent-xx-nav-icon{padding:8px;color:var(--ink);display:flex;align-items:center;border-radius:50%;transition:background .2s;background:none;border:none;cursor:pointer}.dent-xx-nav-icon:hover{background:var(--line)}.dent-xx-nav-icon svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.5}.dent-xx-nav-cart{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--purple-soft);color:var(--purple-dark);border-radius:50%;transition:var(--t);border:none;cursor:pointer}.dent-xx-nav-cart svg{width:18px;height:18px;stroke:var(--purple-dark);fill:none;stroke-width:1.8}.dent-xx-nav-cart:hover{background:var(--purple)}.dent-xx-nav-cart:hover svg{stroke:#fff}.dent-xx-nav-cart-count{position:absolute;top:-3px;right:-3px;background:var(--purple-dark);color:#fff;font-size:9px;font-weight:700;line-height:1;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1.5px solid var(--page)}.page-body{display:flex;flex-direction:column;gap:12px;padding:12px}.card-section{background:var(--card);border-radius:var(--r-card);overflow:hidden}.card-section-warm{background:var(--card3);border-radius:var(--r-card);overflow:hidden}.card-section-purple{background:var(--card2);border-radius:var(--r-card);overflow:hidden}.card-section-dark{background:#2a1640;border-radius:var(--r-card);overflow:hidden}.sec-pad{padding:32px 48px 48px}.sec-head{margin-bottom:36px}.sec-head .eyebrow{margin-bottom:10px}.sec-foot{margin-top:32px;display:flex;justify-content:center}.hero{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:minmax(55vh,720px)}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:44px 56px 44px 64px}.hero-left .eyebrow{margin-bottom:22px}.hero-left h1,.hero-left .hero-h1{font-family:var(--head);font-weight:700;font-size:clamp(36px,4.5vw,64px);line-height:1.1;letter-spacing:.01em;color:var(--ink);margin-bottom:22px}.hero-left .lead{max-width:360px;margin-bottom:40px}.hero-ctas{display:flex;align-items:center;gap:16px}.hero-text-link{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--sub);display:flex;align-items:center;gap:5px;transition:color .2s}.hero-text-link:hover{color:var(--purple)}.hero-trust{margin-top:48px;padding-top:28px;border-top:1px solid var(--line);display:flex;align-items:center;gap:14px}.hero-score{font-family:var(--head);font-size:28px;font-weight:700;color:var(--purple);letter-spacing:-.03em}.hero-trust-label{font-size:12px;color:var(--sub);line-height:1.5}.hero-right{position:relative;background:var(--purple-bg);border-radius:0 var(--r-card) var(--r-card) 0}.hero-img-slot{width:100%;height:100%;background:linear-gradient(155deg,#ede8f5,#d8ceea);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:0 var(--r-card) var(--r-card) 0}img.hero-img-slot{display:block;object-fit:cover;border-radius:0 var(--r-card) var(--r-card) 0}.hero-img-slot svg{width:72px;height:72px;opacity:.3;color:var(--purple)}.hero-img-slot p{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--purple);opacity:.6}.hero-img-slot img{width:100%;height:100%;object-fit:cover}.hero-pill{position:absolute;bottom:32px;left:28px;background:var(--card);border-radius:var(--r-btn);padding:14px 20px;display:flex;align-items:center;gap:12px;box-shadow:var(--s3);z-index:2}.hero-pill-icon{width:36px;height:36px;border-radius:50%;background:var(--purple-soft);display:flex;align-items:center;justify-content:center;color:var(--purple);flex-shrink:0}.hero-pill-icon svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.5}.hero-pill-title{font-size:13px;font-weight:700;color:var(--ink)}.hero-pill-sub{font-size:11px;color:var(--muted);margin-top:1px}.usp-bar{display:flex;border-radius:var(--r-card);background:var(--purple-bg);overflow:hidden}.usp-item{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:18px 16px;border-right:1px solid var(--line)}.usp-item:last-child{border-right:none}.usp-icon{font-size:17px;flex-shrink:0}.usp-icon-svg{width:17px;height:17px;stroke:var(--purple);fill:none;stroke-width:1.5;flex-shrink:0}.usp-label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pcard-save{font-size:13px;color:#16a34a;font-weight:600;margin-top:0}.pcard{position:relative;cursor:pointer}.pcard-img{position:relative;overflow:hidden;border-radius:var(--r-img);background:var(--purple-bg);aspect-ratio:3/4;margin-bottom:14px}.pcard-img-fill{width:100%;height:100%;background:linear-gradient(155deg,#ede8f5,#d8ceea);display:flex;align-items:flex-end;justify-content:center;padding-bottom:20px;transition:transform .7s var(--ease)}.pcard-img img{width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .7s var(--ease)}.pcard:hover .pcard-img img,.pcard:hover .pcard-img-fill{transform:scale(1.04)}.pcard-img-fill svg{width:64px;height:64px;opacity:.25;color:var(--purple)}.pcard-badge{position:absolute;top:12px;left:12px;background:#ffffffe6;color:var(--ink);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:var(--r-badge)}.pcard-quick{position:absolute;bottom:12px;left:12px;right:12px;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--ink);font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:12px;border-radius:var(--r-btn);text-align:center;opacity:0;transform:translateY(6px);transition:var(--t);border:none;cursor:pointer;width:calc(100% - 24px)}.pcard:hover .pcard-quick{opacity:1;transform:translateY(0)}.pcard-quick:hover{background:var(--purple);color:#fff}.pcard-rating{display:flex;align-items:center;gap:5px;margin-bottom:3px}.pcard-rcount{font-size:12px;color:var(--muted)}.pcard-name{font-size:15px;font-weight:600;color:var(--ink);margin-bottom:2px;line-height:1.3}.pcard-sub{font-size:13px;color:var(--sub);margin-bottom:4px;line-height:1.3}.pcard-price-row{line-height:1;margin-bottom:2px}.pcard-price{font-size:14px;font-weight:700;color:var(--ink);line-height:1}.pcard-old{font-size:12px;color:var(--muted);text-decoration:line-through;margin-left:5px}.results-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center}.results-left{display:flex;flex-direction:column;justify-content:center;padding:28px 48px}.results-left .eyebrow{color:var(--purple);margin-bottom:12px}.results-left h2,.results-left .results-h2{font-family:var(--head);font-weight:700;font-size:clamp(24px,3vw,40px);line-height:1.15;color:#fff;margin-bottom:12px}.results-left .lead{color:#ffffff80;margin-bottom:24px;max-width:360px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stat-box{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:var(--r-inner);padding:14px}.stat-num{font-family:var(--head);font-size:28px;font-weight:700;color:var(--purple);letter-spacing:-.03em;line-height:1;margin-bottom:4px}.stat-label{font-size:11px;color:#fff6;font-weight:500;line-height:1.4}.results-right{display:flex;align-items:stretch;justify-content:center;padding:32px 32px 32px 24px}.results-img-card{position:relative;border-radius:var(--r-inner);overflow:hidden;width:100%;height:280px;box-shadow:0 12px 40px #0000004d}.results-img-card img{width:100%;height:100%;object-fit:cover;display:block}.results-before-after{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:space-between;padding:0 12px;pointer-events:none;z-index:2}.results-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:#00000073;color:#fff;padding:4px 10px;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.results-right-slot{text-align:center;padding:40px}.results-right-slot svg{width:64px;height:64px;color:#ffffff1a}.results-right-slot p{font-size:11px;color:#fff3;letter-spacing:.1em;text-transform:uppercase;margin-top:14px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:52px}.how-grid-4{grid-template-columns:repeat(4,1fr)}.how-card{background:var(--purple-bg);border-radius:var(--r-inner);padding:0;transition:var(--t);overflow:hidden}.how-card:hover{background:var(--purple-soft);transform:translateY(-3px);box-shadow:var(--s2)}.how-card-bonus{border:1.5px dashed var(--purple);background:var(--purple-bg)}.how-card-img{width:100%;aspect-ratio:1/1;overflow:hidden;background:var(--purple-soft)}.how-card-img img{width:100%;height:100%;object-fit:cover;display:block}.how-card-body{padding:12px 16px 16px}.how-num{font-family:var(--head);font-size:11px;font-weight:700;color:var(--purple);opacity:.6;letter-spacing:.1em;text-transform:uppercase;margin-bottom:3px}.how-num-bonus{font-size:14px}.how-title{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:4px}.how-text{font-size:12px;color:var(--sub);line-height:1.6}.how-title{font-size:16px;font-weight:700;color:var(--ink);margin-bottom:10px}.how-text{font-size:13px;color:var(--sub);line-height:1.7}.story-inner{display:grid;grid-template-columns:1fr 1fr;gap:0}.story-img-side{background:#fff;min-height:420px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:var(--r-card) 0 0 var(--r-card);overflow:hidden}.story-img-side img{position:absolute;top:24px;right:24px;bottom:24px;left:24px;width:calc(100% - 48px);height:calc(100% - 48px);object-fit:contain}.story-img-side svg{width:80px;height:80px;opacity:.25;color:var(--purple)}.story-img-tag{position:absolute;bottom:20px;right:20px;background:var(--purple-bg);color:var(--purple);border:1px solid var(--purple-soft);padding:7px 16px;border-radius:var(--r-btn);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;z-index:1}.story-text-side{display:flex;flex-direction:column;justify-content:center;padding:48px 56px}.story-text-side .eyebrow{margin-bottom:12px}.story-text-side h2,.story-text-side .story-h2{font-family:var(--head);font-weight:700;font-size:clamp(26px,3vw,44px);line-height:1.15;margin-bottom:14px}.story-text-side .lead{margin-bottom:20px}.check-list{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:36px;padding:0}.check-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--sub);line-height:1.6}.check-dot{width:18px;height:18px;border-radius:50%;background:var(--purple);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin-top:2px}.check-dot svg{width:9px;height:9px;stroke:#fff;fill:none;stroke-width:3}.story-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:28px;border-top:1px solid var(--line)}.sstat-num{font-family:var(--head);font-size:32px;font-weight:700;color:var(--purple);letter-spacing:-.025em;line-height:1;margin-bottom:4px}.sstat-label{font-size:10px;color:var(--muted);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.press-inner{display:flex;align-items:center;justify-content:space-between;padding:40px 64px}.press-left .eyebrow{margin-bottom:0}.press-logos{display:flex;align-items:center;gap:44px;flex-wrap:wrap}.press-name{font-family:var(--head);font-size:15px;font-weight:700;color:var(--line);letter-spacing:-.01em;transition:color .2s}.press-name:hover{color:var(--purple);cursor:default}.press-logo-img{height:28px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.45;transition:opacity .2s}.press-logo-img:hover{opacity:.7}.collection-banner{background:var(--purple-bg);border-radius:var(--r-card);padding:32px 48px;text-align:center}.collection-banner .eyebrow{display:block;color:var(--purple);margin-bottom:12px}.collection-banner-h1{font-family:var(--head)!important;font-weight:700!important;font-size:clamp(24px,3vw,40px);line-height:1.1;color:var(--ink);margin-bottom:10px;letter-spacing:-.01em}.collection-banner-sub{font-size:16px;color:var(--sub);line-height:1.6;max-width:480px;margin:0 auto}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.collection-head{margin-bottom:40px}.collection-h1{font-family:var(--head)!important;font-weight:700!important;font-size:clamp(28px,3.5vw,48px);line-height:1.1;letter-spacing:.01em;color:var(--ink);margin-bottom:12px}.collection-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:48px}.pagination-info{font-size:13px;color:var(--muted)}#pdp-reviews .sec-pad{padding-top:24px;padding-bottom:32px}.reviews-head{margin-bottom:28px}.reviews-head .sec-head{margin-bottom:0}.reviews-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:16px}.reviews-agg{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.agg-score-row{display:flex;align-items:center;gap:8px}.agg-num{font-family:var(--head);font-size:32px;font-weight:700;color:var(--purple);letter-spacing:-.03em;line-height:1}.agg-count{font-size:12px;color:var(--muted)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.rcard{background:var(--card);border-radius:var(--r-inner);padding:28px;display:flex;flex-direction:column;gap:14px;border:1px solid var(--line);transition:var(--t);overflow:hidden}.rcard:hover{box-shadow:var(--s2);border-color:transparent;transform:translateY(-2px)}.rcard-head{display:flex;align-items:center;gap:10px}.rcard-avatar{width:40px;height:40px;border-radius:50%;background:var(--purple-soft);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-family:var(--head);font-size:16px;font-weight:700;color:var(--purple)}.rcard-name{font-size:13px;font-weight:700;color:var(--ink);margin-bottom:1px}.rcard-meta{font-size:11px;color:var(--muted)}.rcard-verified{font-size:10px;color:#22c55e;font-weight:600;display:flex;align-items:center;gap:2px;margin-top:2px}.rcard-verified svg{width:8px;height:8px;fill:currentColor}.rcard-title{font-size:13px;font-weight:700;color:var(--ink)}.rcard-text{font-size:13px;color:var(--sub);line-height:1.75;flex:1}.rcard-product{font-size:10px;color:var(--purple);font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding-top:10px;border-top:1px solid var(--line)}.rcard-photo{margin:-28px -28px 4px;border-radius:var(--r-inner) var(--r-inner) 0 0;aspect-ratio:4/3;background:linear-gradient(155deg,#ede8f5,#d8ceea);display:flex;align-items:center;justify-content:center;overflow:hidden}.rcard-photo img{width:100%;height:100%;object-fit:cover}.rcard-photo svg{width:32px;height:32px;opacity:.18;color:var(--purple)}.nl-inner{text-align:center;max-width:480px;margin:0 auto;padding:48px 24px}.nl-inner .eyebrow{margin-bottom:16px}.nl-inner h2,.nl-inner .nl-h2{font-family:var(--head);font-weight:700;font-size:clamp(26px,3vw,44px);line-height:1.15;margin-bottom:14px}.nl-inner .lead{margin-bottom:40px}.nl-form{display:flex;gap:8px;max-width:400px;margin:0 auto 10px}.nl-input{flex:1;padding:13px 20px;background:var(--page);border:1.5px solid var(--line);border-radius:var(--r-btn);font-family:var(--body);font-size:13px;color:var(--ink);outline:none;transition:border-color .2s}.nl-input::placeholder{color:var(--muted)}.nl-input:focus{border-color:var(--purple)}.nl-privacy{font-size:11px;color:var(--muted)}.dent-xx-footer{background:linear-gradient(90deg,#9875b5,#b896d4,#9875b5)}.dent-xx-footer .footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding:56px 64px 40px;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:28px}.footer-logo-text{font-family:var(--head);font-size:18px;font-weight:700;letter-spacing:-.04em;color:#fff;margin-bottom:12px;display:block}.footer-logo-text em{color:#fff;font-style:normal}.footer-logo img{height:20px;width:auto;display:block;margin-bottom:12px}.footer-desc{font-size:12px;color:#ffffffbf;line-height:1.7;max-width:200px}.footer-social{display:flex;gap:10px;margin-top:18px}.footer-social a{width:34px;height:34px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;color:#fff;transition:var(--t)}.footer-social a:hover{background:#ffffff59;color:#fff}.footer-social svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.5}.footer-col-title{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fff9;margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0}.footer-links a{font-size:13px;color:#ffffffd9;transition:color .2s}.footer-links a:hover{color:#fff}.dent-xx-footer .footer-bottom{padding:0 64px 40px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#fff9}.footer-bottom-links{display:flex;gap:16px}.footer-bottom-links a{color:#fff9;transition:color .2s}.footer-bottom-links a:hover{color:#fff}.pdp-inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;padding:56px 64px 72px}.pdp-gallery{margin-top:0;min-width:0;width:100%}.pdp-main{background:linear-gradient(155deg,#ede8f5,#d8ceea);aspect-ratio:1/1.1;margin-bottom:10px;border-radius:var(--r-img);overflow:hidden;clip-path:inset(0 round var(--r-img));position:relative;display:flex;align-items:center;justify-content:center}.pdp-slides-track{position:absolute;top:0;left:0;height:100%;display:flex;width:calc(var(--slide-count, 1) * 100%)}.pdp-slide{height:100%;flex-shrink:0;width:calc(100% / var(--slide-count, 1));overflow:hidden}.pdp-slide img{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pdp-main svg{width:100px;height:100px;color:var(--purple);opacity:.2}.pdp-thumbs-wrap{display:flex;align-items:center;gap:8px;margin-top:10px}.pdp-dots{display:none;justify-content:center;gap:6px;margin-top:12px}.pdp-dot{width:6px;height:6px;border-radius:50%;background:var(--line);transition:background .2s,transform .2s}.pdp-dot.active{background:var(--purple);transform:scale(1.3)}.pdp-thumbs{display:flex;flex-wrap:nowrap;gap:8px;overflow:hidden;flex:1}.pdp-thumb-arrow{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:1.5px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--t)}.pdp-thumb-arrow:hover{border-color:var(--purple)}.pdp-thumb-arrow svg{width:16px;height:16px;stroke:var(--ink)}.pdp-thumb{width:72px;height:72px;flex-shrink:0}.pdp-thumb{border-radius:var(--r-inner);overflow:hidden;aspect-ratio:1;background:linear-gradient(155deg,#ede8f5,#d8ceea);border:2px solid transparent;cursor:pointer;transition:border-color .2s}.pdp-thumb img{width:100%;height:100%;object-fit:cover;display:block}.pdp-thumb.active{border-color:var(--purple)}.pdp-info{display:flex;flex-direction:column;margin-top:0;padding-top:0}.pdp-brand{margin-bottom:6px;text-transform:none;letter-spacing:.08em}.pdp-title{margin-top:0;margin-bottom:6px;font-size:clamp(26px,3vw,40px);font-family:var(--head);font-weight:700}.pdp-tagline{font-size:18px;color:var(--sub);line-height:1.65;margin-top:2px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--line)}.pdp-rating-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.pdp-rating-score{font-size:13px;font-weight:700;color:var(--ink)}.pdp-rating-count{font-size:13px;color:var(--purple);text-decoration:underline}.pdp-price{margin-bottom:28px}.pdp-price-top{display:flex;align-items:center;gap:8px;margin-bottom:4px}.pdp-price-old{font-size:13px;font-weight:400;color:var(--muted);text-decoration:line-through}.pdp-price-badge{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#dcfce7;color:#16a34a;padding:3px 9px;border-radius:var(--r-badge)}.pdp-price-new{font-family:var(--head);font-size:32px;font-weight:700;color:var(--ink);letter-spacing:-.025em;line-height:1}.pdp-var-label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink);margin-bottom:10px;display:flex;gap:8px;align-items:center}.pdp-var-label span{font-weight:400;color:var(--muted);text-transform:none;letter-spacing:0;font-size:13px}.pdp-variants{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.pdp-variant{padding:9px 18px;border:1.5px solid var(--line);border-radius:var(--r-btn);font-size:12px;font-weight:500;color:var(--ink);transition:var(--t);background:none;cursor:pointer}.pdp-variant:hover{border-color:var(--purple);color:var(--purple)}.pdp-variant.active{background:var(--purple);border-color:var(--purple);color:#fff}.pdp-atc{width:100%;padding:17px;font-size:12px;margin-bottom:10px;justify-content:center;background:#3d2b6b}.pdp-atc:hover{background:#321f5a;box-shadow:0 6px 20px #3d2b6b66}.tier-selector{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.tier-option{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1.5px solid var(--line);border-radius:var(--r-inner);cursor:pointer;background:#fff;transition:var(--t);text-align:left;width:100%;position:relative}.tier-option:hover{border-color:var(--purple)}.pdp-swatches{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.pdp-swatch{display:flex;align-items:center;gap:8px;padding:8px 16px 8px 10px;border:1.5px solid var(--line);border-radius:var(--r-btn);font-size:12px;font-weight:500;color:var(--ink);transition:var(--t);cursor:pointer;background:none}.pdp-swatch:hover{border-color:var(--purple)}.pdp-swatch.active{border-color:var(--purple);box-shadow:0 0 0 1px var(--purple)}.pdp-swatch-circle{width:20px;height:20px;border-radius:50%;border:1.5px solid rgba(0,0,0,.08);flex-shrink:0}.tier-selector{flex-direction:column;gap:8px}.tier-option{width:100%;padding:14px 16px;border-radius:var(--r-inner);position:relative;text-align:left;gap:14px;box-shadow:none}.tier-option:hover{border-color:var(--purple);background:none;box-shadow:none}.tier-option.active{border-color:var(--purple);background:var(--purple-bg);box-shadow:0 0 0 1px var(--purple)}.tier-radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--line);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:var(--t)}.tier-option.active .tier-radio{border-color:var(--purple);background:var(--purple)}.tier-option.active .tier-radio:after{content:"";width:6px;height:6px;border-radius:50%;background:#fff}.tier-body{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px}.tier-qty{font-size:13px;font-weight:600;color:var(--ink);display:block;margin-bottom:2px}.tier-save{font-size:11px;color:#16a34a;font-weight:500;display:block}.tier-gift{font-size:11px;color:var(--purple);font-weight:500;display:block;margin-top:3px}.tier-prices{text-align:right;flex-shrink:0}.tier-price{font-size:15px;font-weight:700;color:var(--ink);display:block}.tier-per{font-size:11px;color:var(--muted)}.tier-badge{position:absolute;top:-10px;right:14px;background:var(--purple);color:#fff;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:var(--r-badge)}.stock-indicator{display:flex;align-items:center;gap:8px;margin-bottom:12px}.stock-dot{width:9px;height:9px;border-radius:50%;background:#22c55e;flex-shrink:0;box-shadow:0 0 0 3px #22c55e2e}.stock-label{font-size:12px;color:#16a34a;font-weight:500}.urgency-badge{display:inline-flex;align-items:center;gap:5px;background:#fef3c7;color:#92400e;border:1px solid #FCD34D;border-radius:var(--r-badge);padding:4px 10px;font-size:10px;font-weight:600;letter-spacing:.04em}.payment-row{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;margin-bottom:14px}.payment-icon{height:26px;width:auto;border:1px solid var(--line);border-radius:5px;background:#fff;object-fit:contain}.pdp-guarantee{display:flex;align-items:flex-start;gap:14px;background:var(--purple-bg);border:1.5px solid var(--purple-soft);border-radius:var(--r-inner);padding:16px 18px;margin-bottom:28px}.pdp-guarantee-icon{width:36px;height:36px;border-radius:50%;background:var(--purple);color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center}.pdp-guarantee-icon svg{width:17px;height:17px;stroke:#fff;fill:none;stroke-width:1.8}.pdp-guarantee-title{font-size:13px;font-weight:700;color:var(--ink);margin-bottom:4px}.pdp-guarantee-text{font-size:12px;color:var(--sub);line-height:1.6}.pdp-trust{background:var(--card2);border-radius:var(--r-inner);padding:18px 20px;margin-bottom:24px;display:flex;flex-direction:column;gap:10px}.pdp-trust-item{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--sub)}.pdp-trust-item svg{width:15px;height:15px;stroke:var(--purple);fill:none;stroke-width:1.5;flex-shrink:0}.pdp-accordion{border-top:1px solid var(--line)}.acc-item{border-bottom:1px solid var(--line)}.acc-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:13px;font-weight:600;color:var(--ink);text-align:left;transition:color .2s;background:none;border:none;cursor:pointer}.acc-trigger:hover{color:var(--purple)}.acc-trigger svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.5;flex-shrink:0}.acc-body{display:none;padding:0 0 16px;font-size:13px;color:var(--sub);line-height:1.8}.acc-item.open .acc-body{display:block}.bundle-box{border:2px solid var(--purple);border-radius:var(--r-inner);background:var(--purple-bg);padding:20px;margin-bottom:28px;position:relative}.bundle-box-badge{position:absolute;top:-11px;left:20px;background:var(--purple-dark);color:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:var(--r-badge)}.bundle-box-title{font-family:var(--head);font-weight:700;font-size:15px;color:var(--ink);margin-bottom:14px;margin-top:4px}.bundle-items{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.bundle-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--ink)}.bundle-item-free{color:var(--purple-dark);font-weight:600}.bundle-value-row{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--line);font-size:12px}.bundle-value-original{color:var(--muted);text-decoration:line-through}.bundle-value-save{font-weight:700;color:#16a34a;font-size:13px}.pdp-mechanism-section .sec-pad{padding:32px 48px 48px}.mech-layout{display:grid;grid-template-columns:1fr 480px;gap:48px;align-items:center}.mech-left{display:flex;flex-direction:column}.mech-right{display:flex;align-items:center;justify-content:center}.mech-img-top{width:100%;aspect-ratio:1/1;border-radius:var(--r-inner);overflow:hidden;margin-bottom:0}.mech-img-top img{width:100%;height:100%;object-fit:cover;display:block}.mech-head{margin-bottom:24px}.mech-head .eyebrow{display:block;color:var(--purple);margin-bottom:8px}.mech-head h2{color:#fff;margin-bottom:10px;font-family:var(--head);font-weight:700;font-size:clamp(26px,3vw,44px);line-height:1.15}.mech-head .lead{color:#ffffff8c}.mech-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.mech-step{display:flex;align-items:flex-start;gap:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--r-inner);padding:16px}.mech-step-num{width:28px;height:28px;border-radius:50%;background:var(--purple);color:#fff;font-family:var(--head);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.mech-step-title{font-size:13px;font-weight:700;color:#fff;margin-bottom:4px}.mech-step-text{font-size:12px;color:#ffffff80;line-height:1.65}.mech-visual{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.mech-stat{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--r-inner);padding:16px;text-align:center}.mech-stat-num{font-family:var(--head);font-size:32px;font-weight:700;color:var(--purple);letter-spacing:-.02em;line-height:1;margin-bottom:6px}.mech-stat-label{font-size:11px;color:#ffffff73;line-height:1.5}.ingredient-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ingredient-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r-inner);overflow:hidden;transition:var(--t)}.ingredient-card:hover{box-shadow:var(--s2);border-color:transparent;transform:translateY(-2px)}.ingredient-img{width:100%;aspect-ratio:1/1;overflow:hidden;background:var(--purple-soft)}.ingredient-img img{width:100%;height:100%;object-fit:cover;display:block}.ingredient-body{padding:16px 18px 20px}.ingredient-icon{width:44px;height:44px;border-radius:50%;background:var(--purple-soft);display:flex;align-items:center;justify-content:center;color:var(--purple);margin-bottom:14px}.ingredient-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.5}.ingredient-name{font-size:13px;font-weight:700;color:var(--ink);margin-bottom:5px}.ingredient-text{font-size:12px;color:var(--sub);line-height:1.65}.vs-wrap{margin-top:40px;border-radius:var(--r-inner);overflow:hidden;border:1px solid var(--line)}.vs-head{display:grid;grid-template-columns:2fr 1.3fr 1.3fr}.vs-head-cell{padding:16px 20px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--sub);text-align:center;background:var(--purple-bg)}.vs-head-cell.hl{background:var(--purple);color:#fff}.vs-row{display:grid;grid-template-columns:2fr 1.3fr 1.3fr;border-top:1px solid var(--line)}.vs-cell{padding:14px 20px;font-size:13px;color:var(--ink);display:flex;align-items:center;line-height:1.5}.vs-cell.center{justify-content:center;text-align:center;flex-direction:column;gap:2px}.vs-cell.hl{background:#8b6bae0d}.vs-check{color:var(--purple);font-size:17px;font-weight:700}.vs-cross{color:#ccc;font-size:17px}.vs-sub{font-size:11px;color:var(--sub)}.exploded-wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;margin-top:40px;align-items:center}.exploded-img-slot{background:var(--purple-bg);border-radius:var(--r-inner);aspect-ratio:4/5;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);gap:12px;overflow:hidden}.exploded-img-slot img{width:100%;height:100%;object-fit:contain}.exploded-img-slot svg{width:36px;height:36px;opacity:.4}.exploded-callouts{display:flex;flex-direction:column;gap:22px}.exploded-callout{display:flex;gap:16px;align-items:flex-start}.callout-num{min-width:30px;height:30px;border-radius:50%;background:var(--purple);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.callout-title{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:3px}.callout-desc{font-size:12px;color:var(--sub);line-height:1.65}.faq-list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--line)}.faq-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 0;font-size:14px;font-weight:600;color:var(--ink);text-align:left;cursor:pointer;transition:color .2s;gap:16px;background:none;border:none}.faq-trigger:hover{color:var(--purple)}.faq-trigger svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .3s var(--ease);flex-shrink:0}.faq-item.open .faq-trigger{color:var(--purple)}.faq-item.open .faq-trigger svg{transform:rotate(45deg)}.faq-body{display:none;padding:0 0 20px;font-size:13px;color:var(--sub);line-height:1.8;max-width:680px}.faq-item.open .faq-body{display:block}.faq-page-layout{display:grid;grid-template-columns:200px 1fr;gap:64px;align-items:start}.faq-nav{position:sticky;top:100px;display:flex;flex-direction:column;gap:4px}.faq-nav-link{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:var(--r-inner);font-size:13px;font-weight:600;color:var(--sub);text-decoration:none;transition:all .2s}.faq-nav-link:hover{color:var(--ink);background:var(--bg)}.faq-nav-link.active{color:var(--purple);background:var(--purple-bg)}.faq-nav-emoji{font-size:16px;line-height:1}.faq-group{margin-bottom:48px}.faq-group:last-child{margin-bottom:0}.faq-group-header{display:flex;align-items:center;gap:12px;margin-bottom:8px;padding-bottom:16px;border-bottom:2px solid var(--line)}.faq-group-emoji{font-size:22px;line-height:1}.faq-group-label{font-family:var(--head);font-size:18px;font-weight:700;color:var(--ink)}.crosssell-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fffffff7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);transform:translateY(100%);transition:transform .3s var(--ease);overflow:hidden}.sticky-atc.visible{transform:translateY(0)}.sticky-atc-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 24px}.sticky-atc-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.sticky-atc-name{font-family:var(--head);font-size:14px;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc-price{display:flex;align-items:center;gap:8px;font-size:12px}.sticky-atc-new{font-weight:700;color:var(--ink)}.sticky-atc-old{color:var(--muted);text-decoration:line-through}.sticky-atc-btn{padding:13px 24px;font-size:12px;background:#3d2b6b;flex-shrink:0;width:auto}.fade{opacity:0;transform:translateY(18px);transition:opacity .6s var(--ease),transform .6s var(--ease)}.fade.in{opacity:1;transform:none}.fade.d1{transition-delay:.08s}.fade.d2{transition-delay:.16s}.fade.d3{transition-delay:.24s}.fade.d4{transition-delay:.32s}.announcement-bar__message,.announcement-bar__link{color:#fff!important;font-weight:700!important}.problems-section .card-section{background:var(--purple-bg)}.problems-grid{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:40px}.problem-item{background:var(--card);border-radius:var(--r-inner);box-shadow:var(--s1);padding:0 0 20px;display:flex;flex-direction:column;align-items:stretch;gap:0;width:210px;text-align:center;overflow:hidden;transition:transform .18s var(--ease),box-shadow .18s var(--ease)}.problem-item:hover{transform:translateY(-4px);box-shadow:var(--s2)}.problem-img{width:100%;aspect-ratio:4/3;border-radius:0;overflow:hidden;background:var(--purple-soft);flex-shrink:0}.problem-img img{width:100%;height:100%;object-fit:cover;display:block}.problem-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.problem-img-placeholder svg{width:36px;height:36px;opacity:.3;color:var(--purple)}.problem-label{font-size:14px;font-weight:700;color:var(--ink);line-height:1.4;padding:14px 16px 0}.problem-stat{font-size:12px;color:var(--purple);font-weight:500;line-height:1.5;padding:6px 16px 0}.problems-closing{text-align:center;max-width:520px;margin:40px auto 0;font-size:15px;color:var(--sub);line-height:1.7;font-style:italic}.problems-dots{display:none}.problem-dot{width:6px;height:6px;border-radius:50%;background:var(--line);transition:var(--t);display:block}.problem-dot.active{width:18px;border-radius:3px;background:var(--purple)}.why-eyebrow{font-family:var(--body);font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--purple-soft);display:block;margin-bottom:10px}.why-h2{color:#fff}.why-fail-title{font-family:var(--head)}.why-fail-body{font-family:var(--body)}.why-fail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.why-fail-item{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:var(--r-inner);overflow:hidden;display:flex;flex-direction:row}.why-fail-img{width:38%;flex-shrink:0;background:#ffffff14;min-height:180px}.why-fail-img img{width:100%;height:100%;object-fit:cover;display:block}.why-fail-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.why-fail-img-placeholder svg{width:36px;height:36px;opacity:.2;color:#fff}.why-fail-content{padding:20px 24px 24px;display:flex;flex-direction:column;align-items:center;text-align:center}.why-fail-icon{width:28px;height:28px;background:#ef44442e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.why-fail-icon svg{width:13px;height:13px;color:#f87171}.why-fail-title{font-size:15px;font-weight:700;color:#fff;line-height:1.4;margin-bottom:8px}.why-fail-body{font-size:13px;color:#ffffff8c;line-height:1.65}.why-fail-dots{display:none}.why-fail-dot{width:6px;height:6px;border-radius:50%;background:#ffffff40;transition:var(--t);display:block}.why-fail-dot.active{width:18px;border-radius:3px;background:var(--purple-soft)}.why-divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:52px 0}.philosophy-block{text-align:center;max-width:620px;margin:0 auto}.philosophy-quote{font-family:var(--subline);font-size:clamp(17px,2.2vw,22px);color:#ffffffe0;line-height:1.75;margin-top:20px}.philosophy-checklist{list-style:none;padding:0;margin:32px auto 0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:0 40px;max-width:720px;text-align:left}.philosophy-check{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#ffffffb3;line-height:1.55}.philosophy-check-icon{flex-shrink:0;width:20px;height:20px;background:#2cc9a82e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.philosophy-check-icon svg{width:11px;height:11px;color:var(--mint)}.dent-xx-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;border-radius:8px;cursor:pointer;background:none;border:none}.dent-xx-burger span{display:block;width:100%;height:1.5px;background:var(--ink);border-radius:2px;transition:var(--t)}.dent-xx-mobile-nav{position:fixed;top:0;left:0;width:280px;height:100vh;background:var(--card);z-index:500;transform:translate(-100%);transition:transform .3s var(--ease);box-shadow:8px 0 40px #0000001f}.dent-xx-mobile-nav.open{transform:translate(0)}.dent-xx-mobile-nav-inner{padding:24px 20px}.dent-xx-mobile-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-left:auto;margin-bottom:24px;border-radius:50%;background:var(--line);cursor:pointer;border:none}.dent-xx-mobile-close svg{width:18px;height:18px}.dent-xx-mobile-links{display:flex;flex-direction:column;gap:4px}.dent-xx-mobile-link{display:block;padding:14px 16px;font-family:var(--head);font-size:16px;font-weight:600;color:var(--ink);border-radius:12px;transition:background .2s}.dent-xx-mobile-link:hover{background:var(--purple-bg);color:var(--purple)}.dent-xx-mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:499;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dent-xx-mobile-overlay.open{display:block}.about-page,.contact-page{max-width:860px;margin:0 auto;padding:64px 48px 80px}.about-eyebrow{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--purple);margin-bottom:16px}.about-heading{font-family:var(--head);font-size:clamp(28px,4vw,44px);font-weight:700;color:var(--ink);line-height:1.15;margin-bottom:20px}.about-sub{font-size:17px;color:var(--sub);line-height:1.7;margin-bottom:56px}.about-story{margin-bottom:64px}.about-story-text p{font-size:15px;color:var(--sub);line-height:1.85;margin-bottom:20px}.about-values{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:64px}.about-value-card{background:var(--purple-bg);border-radius:var(--r-inner);padding:32px 24px}.about-value-icon{width:40px;height:40px;color:var(--purple);margin-bottom:16px}.about-value-icon svg{width:100%;height:100%}.about-value-title{font-family:var(--head);font-size:15px;font-weight:700;color:var(--ink);margin-bottom:10px}.about-value-text{font-size:13px;color:var(--sub);line-height:1.75;margin:0}.about-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;border-top:1px solid var(--line);padding-top:48px}.about-stat-number{font-family:var(--head);font-size:32px;font-weight:700;color:var(--ink);margin-bottom:6px}.about-stat-label{font-size:12px;color:var(--sub);line-height:1.5}.about-founder{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:center;margin-bottom:64px;padding-bottom:64px;border-bottom:1px solid var(--line)}.about-founder-img{border-radius:var(--r-card);overflow:hidden;aspect-ratio:3/4}.about-founder-img img{width:100%;height:100%;object-fit:cover;display:block}.about-founder-quote{font-family:var(--head);font-size:22px;font-weight:700;color:var(--ink);line-height:1.4;margin:0 0 24px;font-style:normal}.about-founder-name{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:4px}.about-founder-role{font-size:13px;color:var(--muted)}.contact-header{margin-bottom:48px}.contact-grid{display:grid;grid-template-columns:1fr 280px;gap:48px;align-items:start}.contact-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.contact-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-field label{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}.contact-field label span{color:var(--purple)}.contact-field input,.contact-field textarea{border:1.5px solid var(--line);border-radius:var(--r-inner);padding:13px 16px;font-size:14px;color:var(--ink);background:#fff;font-family:var(--body);transition:var(--t);resize:vertical}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-bg)}.contact-field input::placeholder,.contact-field textarea::placeholder{color:var(--muted)}.contact-info{display:flex;flex-direction:column;gap:24px;padding:32px;background:var(--purple-bg);border-radius:var(--r-inner)}.contact-info-item{display:flex;gap:14px;align-items:flex-start}.contact-info-item svg{width:20px;height:20px;flex-shrink:0;color:var(--purple);margin-top:2px}.contact-info-label{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:4px}.contact-info-item a,.contact-info-item span{font-size:14px;color:var(--ink);text-decoration:none}.contact-success{display:flex;align-items:center;gap:12px;background:#f0fdf4;border:1px solid #BBF7D0;border-radius:var(--r-inner);padding:16px 20px;margin-bottom:24px;color:#166534;font-size:14px}.contact-success svg{width:20px;height:20px;flex-shrink:0}.contact-error{background:#fef2f2;border:1px solid #FECACA;border-radius:var(--r-inner);padding:16px 20px;margin-bottom:24px;color:#991b1b;font-size:14px}@media(max-width:768px){.dent-xx-nav-links,.dent-xx-logo-desktop,.dent-xx-account-desktop{display:none!important}.dent-xx-burger{display:flex}.dent-xx-logo-mobile{display:flex!important}.dent-xx-nav-left{flex:1}.dent-xx-nav-right{flex:1;justify-content:flex-end}.page-body{gap:8px;padding:8px}.sec-pad{padding:24px 20px}.sec-head{margin-bottom:20px}.problems-grid{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;gap:0;margin-top:24px;padding-bottom:8px}.problems-grid::-webkit-scrollbar{display:none}.problem-item{flex:0 0 100%;min-width:0;max-width:none;width:100%;scroll-snap-align:start;background:var(--card);border-radius:var(--r-inner);box-shadow:var(--s1);overflow:hidden;padding:0 0 20px;box-sizing:border-box;align-items:stretch}.problem-img{width:100%;aspect-ratio:4/3;border-radius:0}.problem-label{padding:14px 20px 0;text-align:center}.problem-stat{padding:6px 20px 0;text-align:center}.problems-dots{display:flex;justify-content:center;gap:6px;margin-top:20px}.problems-closing{margin-top:24px;font-size:13px}h2,.results-h2,.results-left .results-h2,.story-h2,.mech-head h2{font-size:clamp(22px,6vw,28px)!important}.eyebrow{display:none}.mech-head .eyebrow,.why-eyebrow{display:block}.hero{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto;max-height:none}.hero-right{order:-1;height:42vh;border-radius:0}.hero-img-slot img{object-position:bottom}.hero-pill{bottom:16px;top:auto;left:auto;right:16px;padding:10px 14px;gap:8px}.hero-left{padding:12px 20px 20px}.hero-left h1,.hero-left .hero-h1{margin-bottom:6px;font-size:clamp(28px,7vw,36px)}.hero-left .lead,.hero-left .eyebrow{display:none}.hero-trust{display:flex;margin-top:10px;margin-bottom:14px;padding-top:0;border-top:none}.hero-ctas{margin-top:8px;margin-bottom:8px}.hero-ctas .btn-lg{padding:11px 22px}.hero-trust .hero-score{font-size:16px}.hero-trust .stars svg{width:12px;height:12px}.hero-trust .hero-trust-label{font-size:11px}.usp-bar{display:grid;grid-template-columns:1fr 1fr}.usp-item{border-right:none;border-bottom:1px solid var(--line)}.usp-item:nth-child(odd){border-right:1px solid var(--line)}.usp-item:nth-child(3),.usp-item:nth-child(4){border-bottom:none}.collection-banner{padding:24px 20px;border-radius:var(--r-card) var(--r-card) 0 0}.products-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.products-grid .pcard{min-width:0}.collection-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.collection-grid .pcard{min-width:0}.pcard-sub{font-size:12px;line-height:1.3}.pcard-save{line-height:1.3}.results-inner{grid-template-columns:1fr}.results-left{padding:28px 20px}.results-right{display:block;padding:0 20px 28px}.results-img-card{height:auto;aspect-ratio:3/2}.how-grid{grid-template-columns:1fr!important;margin-top:28px}.how-card{padding:0}.how-card-body{padding:16px 18px 20px}.story-inner{grid-template-columns:1fr}.story-img-side{min-height:260px;border-radius:var(--r-card) var(--r-card) 0 0}.story-img-side img{top:16px;right:16px;bottom:0;left:16px;width:calc(100% - 32px);height:calc(100% - 16px)}.story-text-side{padding:0 20px 24px}.press-inner{flex-direction:column;gap:16px;padding:32px 20px}.reviews-grid{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px;overscroll-behavior-x:contain}.reviews-grid::-webkit-scrollbar{display:none}#pdp-reviews .sec-pad{padding-top:16px}.rcard{min-width:72vw;max-width:72vw;scroll-snap-align:start;flex-shrink:0;padding:20px}.rcard-photo{aspect-ratio:unset;height:150px}.reviews-head{margin-bottom:20px}.reviews-top{flex-direction:column;gap:10px;align-items:flex-start;margin-bottom:0}.reviews-agg{align-items:flex-start}.agg-score-row{gap:6px}.agg-num{font-size:22px}.agg-count{font-size:11px}.nl-form{flex-direction:column}.dent-xx-footer .footer-inner{grid-template-columns:1fr 1fr;gap:28px;padding:36px 20px 28px}.dent-xx-footer .footer-bottom{padding:0 20px 28px;flex-direction:column;gap:8px;text-align:center}.footer-bottom-links{flex-wrap:wrap;justify-content:center}.pdp-inner{grid-template-columns:1fr;gap:28px;padding:28px 20px 48px}.pdp-gallery{position:static}.pdp-thumbs-wrap{display:none}.pdp-dots{display:flex}.faq-page-layout{grid-template-columns:1fr;gap:0}.faq-nav{position:static;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:32px}.faq-nav-link{padding:7px 14px;background:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:var(--r-badge);font-size:12px}.faq-nav-link.active{background:var(--purple-bg);border-color:var(--purple-soft)}.pdp-mechanism-section .sec-pad{padding:24px 20px}.mech-layout{grid-template-columns:1fr;gap:16px}.mech-right{order:-1}.mech-img-top{aspect-ratio:1/1;margin-bottom:0}.mech-head{margin-bottom:24px}.mech-steps{grid-template-columns:1fr;margin-bottom:24px}.mech-visual{grid-template-columns:1fr 1fr}.ingredient-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vs-head,.vs-row{grid-template-columns:1.2fr 1fr 1fr}.vs-cell{padding:12px 10px;font-size:12px}.vs-head-cell{padding:12px 10px}.exploded-wrap{grid-template-columns:1fr;gap:28px}.exploded-img-slot{aspect-ratio:4/5;height:auto}.crosssell-grid{grid-template-columns:1fr 1fr}.payment-row{flex-wrap:wrap;gap:6px}.story-stats{grid-template-columns:1fr 1fr}.sticky-atc-inner{justify-content:space-between;gap:16px;padding:12px 16px}.sticky-atc-info{flex:1;min-width:0}.sticky-atc-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc-btn{padding:13px 20px;font-size:12px;flex-shrink:0}.about-page,.contact-page{padding:40px 24px 56px}.about-founder{grid-template-columns:1fr;gap:32px}.about-founder-img{aspect-ratio:4/3}.about-values{grid-template-columns:1fr}.about-stats{grid-template-columns:1fr 1fr}.contact-grid,.contact-field-row{grid-template-columns:1fr}.why-fail-grid{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain;gap:0;margin-top:24px;grid-template-columns:unset;padding-bottom:4px}.why-fail-grid::-webkit-scrollbar{display:none}.why-fail-item{flex:0 0 100%;min-width:0;max-width:none;scroll-snap-align:start;box-sizing:border-box;flex-direction:column}.why-fail-img{width:100%;min-height:0;aspect-ratio:4/3}.why-fail-dots{display:flex;justify-content:center;gap:6px;margin-top:16px}.why-divider{margin:32px 0}.philosophy-quote{font-size:clamp(16px,4.5vw,20px)}.philosophy-checklist{max-width:none;flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/dent-xx.css.map */
