.sv2-page{--sv2-green:#1F3D2B;--sv2-cream:#F7F4EF;--sv2-gold:#C6A96B;--sv2-text:#1F3D2B;--sv2-muted:#506958;--sv2-light:#E8E4DD;--sv2-white:#FFFFFF;--sv2-serif:"Cormorant Garamond",Georgia,serif;--sv2-sans:"LINE Seed Sans",system-ui,-apple-system,sans-serif;--sv2-shadow-sm:0 2px 8px rgba(31,61,43,.06);--sv2-shadow-md:0 6px 24px rgba(31,61,43,.08);--sv2-shadow-lg:0 12px 40px rgba(31,61,43,.12);--sv2-radius:12px;font-family:var(--sv2-sans);color:var(--sv2-text);line-height:1.5;-webkit-font-smoothing:antialiased}.sv2-page *,.sv2-page *:before,.sv2-page *:after{box-sizing:border-box;margin:0;padding:0}.sv2-page img{max-width:100%;height:auto;display:block}.sv2-page a{text-decoration:none;color:inherit}.sv2-wrap{max-width:1240px;margin:0 auto;padding:0 24px}.sv2-eyebrow{font-family:var(--sv2-sans);font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--sv2-muted)}.sv2-heading{font-family:var(--sv2-serif);font-weight:500;line-height:1.15;color:var(--sv2-text)}.sv2-heading em{font-style:italic;font-weight:500}.sv2-subtext{font-family:var(--sv2-sans);font-size:15px;font-weight:400;line-height:1.6;color:var(--sv2-muted)}.sv2-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--sv2-sans);font-size:14px;font-weight:600;border-radius:6px;padding:12px 28px;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.sv2-btn--primary{background:var(--sv2-green,#1F3D2B)!important;color:#fff!important}.sv2-btn--primary:hover{background:#2a5238!important;color:#fff!important}.sv2-btn--outline{background:transparent;color:var(--sv2-green);border:1.5px solid var(--sv2-green)}.sv2-btn--outline:hover{background:var(--sv2-green);color:#fff!important}.sv2-btn--gold{background:#c6a96b!important;color:#fff!important}.sv2-btn--gold:hover{background:#b8923e!important;color:#fff!important}.sv2-btn--sm{padding:10px 22px;font-size:13px}.sv2-hero{position:relative;background:#1a1a18;overflow:hidden;color:#fff}.sv2-hero__bg-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.sv2-hero__bg-layer img{width:100%;height:100%;object-fit:cover;object-position:center 40%;opacity:.88}.sv2-hero .sv2-wrap{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:480px;padding-top:56px;padding-bottom:56px}.sv2-hero__eyebrow{margin-bottom:14px;color:#ffffffb3}.sv2-hero__heading{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:16px;color:#fff}.sv2-hero__sub{max-width:440px;margin-bottom:24px;font-size:14px;line-height:1.6;color:#fffc}.sv2-hero__ctas{display:flex;gap:12px;flex-wrap:wrap}.sv2-hero .sv2-btn--outline{border-color:#ffffff80;color:#fff}.sv2-hero .sv2-btn--outline:hover{background:#ffffff26;border-color:#fff;color:#fff}.sv2-hero__media{position:relative;display:flex;align-items:center;justify-content:center;min-height:380px}.sv2-hero__still-life{position:relative;z-index:2}.sv2-hero__main-img{width:340px;height:340px;object-fit:cover;border-radius:20px;box-shadow:0 20px 60px #00000059,0 4px 16px #00000026}.sv2-hero__accent-imgs{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.sv2-hero__accent-img{position:absolute;border-radius:12px;box-shadow:0 8px 30px #1f3d2b24;object-fit:contain;background:#fff9;padding:6px}.sv2-hero__accent-img--1{width:80px;bottom:12px;left:0;transform:rotate(-4deg)}.sv2-hero__accent-img--2{width:80px;top:16px;right:0;transform:rotate(3deg)}@media(max-width:768px){.sv2-hero{background:var(--sv2-cream);color:var(--sv2-dark)}.sv2-hero__bg-layer{display:none}.sv2-hero__eyebrow{color:var(--sv2-dark)}.sv2-hero__sub{color:var(--sv2-body)}.sv2-hero .sv2-wrap{grid-template-columns:1fr;text-align:center;padding-top:40px;padding-bottom:40px;gap:24px}.sv2-hero__ctas{justify-content:center}.sv2-hero__sub{margin-left:auto;margin-right:auto}.sv2-hero__media{min-height:280px}.sv2-hero__main-img{width:260px;height:260px}.sv2-hero .sv2-btn--outline{border-color:var(--sv2-green);color:var(--sv2-green)}}.sv2-trust{background:var(--sv2-green);padding:14px 0;position:relative;z-index:2}.sv2-trust__inner{display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}.sv2-trust__item{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:var(--sv2-white);opacity:.9}.sv2-trust__icon{width:16px;height:16px;flex-shrink:0;opacity:.75}@media(max-width:600px){.sv2-trust__inner{gap:12px 20px}.sv2-trust__item{font-size:11px}}.sv2-goals{padding:64px 0;background:var(--sv2-white)}.sv2-goals__header{margin-bottom:36px}.sv2-goals__heading{font-size:clamp(1.8rem,3vw,2.6rem);margin-top:8px;margin-bottom:10px}.sv2-goals__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.sv2-goal-card{background:var(--sv2-cream);border-radius:var(--sv2-radius);padding:24px 22px;transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;border:1px solid rgba(31,61,43,.04)}.sv2-goal-card:hover{box-shadow:var(--sv2-shadow-md);border-color:var(--sv2-light)}.sv2-goal-card__icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#1f3d2b12;border-radius:9px;margin-bottom:14px;color:var(--sv2-green)}.sv2-goal-card__icon svg{width:20px;height:20px}.sv2-goal-card__title{font-family:var(--sv2-serif);font-size:19px;font-weight:600;margin-bottom:6px;color:var(--sv2-text)}.sv2-goal-card__desc{font-size:13px;line-height:1.55;color:var(--sv2-muted);margin-bottom:14px;flex:1}.sv2-goal-card__link{font-size:13px;font-weight:600;color:var(--sv2-green);display:inline-flex;align-items:center;gap:4px;transition:gap .2s}.sv2-goal-card__link:hover{gap:8px;text-decoration:underline}.sv2-protocol-card{background:var(--sv2-green);border-radius:16px;color:var(--sv2-white);overflow:hidden}.sv2-protocol-card__inner{display:grid;grid-template-columns:1fr 1fr;min-height:260px}.sv2-protocol-card__copy{padding:36px;display:flex;flex-direction:column;justify-content:center;gap:10px}.sv2-protocol-card__title{font-family:var(--sv2-serif);font-size:24px;font-weight:500;color:var(--sv2-white);line-height:1.2}.sv2-protocol-card__desc{font-size:13px;line-height:1.55;opacity:.82;margin-bottom:6px}.sv2-protocol-card__cta{align-self:flex-start;margin-top:4px}.sv2-protocol-card__media{position:relative;overflow:hidden}.sv2-protocol-card__img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;opacity:.85}@media(max-width:768px){.sv2-goals{padding:48px 0}.sv2-goals__grid{grid-template-columns:1fr 1fr;gap:12px}.sv2-protocol-card__inner{grid-template-columns:1fr}.sv2-protocol-card__copy{padding:28px 24px;text-align:center}.sv2-protocol-card__cta{align-self:center}.sv2-protocol-card__media{height:200px}}@media(max-width:480px){.sv2-goals__grid{grid-template-columns:repeat(2,1fr);gap:10px}}.sv2-featured{padding:64px 0;background:var(--sv2-cream)}.sv2-featured__header{margin-bottom:36px}.sv2-featured__heading{font-size:clamp(1.8rem,3vw,2.6rem);margin-top:8px;margin-bottom:10px}.sv2-featured__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.sv2-feat-card{background:var(--sv2-white);border-radius:16px;overflow:hidden;transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;border:1px solid rgba(31,61,43,.05);box-shadow:var(--sv2-shadow-sm)}.sv2-feat-card:hover{box-shadow:var(--sv2-shadow-lg)}.sv2-feat-card__img-wrap{background:linear-gradient(160deg,#ede9e3,#d4cfc7);padding:32px;display:flex;align-items:center;justify-content:center;min-height:250px;position:relative}.sv2-feat-card__img{max-height:190px;width:auto;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 8px 20px rgba(31,61,43,.12))}.sv2-feat-card__badge{position:absolute;top:16px;left:16px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--sv2-green);color:#fff;padding:5px 14px;border-radius:5px;box-shadow:0 2px 8px #1f3d2b26}.sv2-feat-card__body{padding:24px;flex:1;display:flex;flex-direction:column}.sv2-feat-card__name{font-family:var(--sv2-serif);font-size:19px;font-weight:600;margin-bottom:3px;color:var(--sv2-text)}.sv2-feat-card__sub{font-size:12px;color:var(--sv2-muted);margin-bottom:12px}.sv2-feat-card__desc{font-size:13px;line-height:1.55;color:var(--sv2-muted);margin-bottom:18px;flex:1}.sv2-feat-card__footer{display:flex;flex-direction:column;align-items:stretch;margin-top:auto;gap:12px}.sv2-feat-card__row{display:flex;align-items:center;justify-content:space-between;width:100%}.sv2-feat-card__row .sv2-feat-card__price{margin-bottom:0}.sv2-feat-card__row .sv2-feat-link{margin-top:0}.sv2-feat-card__footer .sv2-feat-atc{width:100%}.sv2-feat-card__price{font-size:16px;font-weight:600;color:var(--sv2-text)}.sv2-feat-card__price small{font-size:12px;font-weight:400;color:var(--sv2-muted);margin-left:2px}@media(max-width:768px){.sv2-featured{padding:48px 0}.sv2-featured__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.sv2-feat-card__img-wrap{min-height:220px;padding:28px}}.sv2-editorial{padding:0;background:var(--sv2-white);overflow:hidden}.sv2-editorial__track{display:flex;gap:8px;padding:8px 0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sv2-editorial__track::-webkit-scrollbar{display:none}.sv2-editorial__item{flex:0 0 auto;scroll-snap-align:start;border-radius:10px;overflow:hidden;height:300px}.sv2-editorial__item img{width:auto;height:100%;object-fit:cover;display:block;transition:transform .4s}.sv2-editorial__item:hover img{transform:scale(1.03)}.sv2-editorial__item--wide{flex:0 0 auto}@media(min-width:900px){.sv2-editorial__track{justify-content:center;overflow:visible;gap:10px;padding:12px 24px}.sv2-editorial__item{height:360px}}@media(max-width:600px){.sv2-editorial__item{height:220px}.sv2-editorial__track{gap:6px;padding:6px 12px}}.sv2-bundle{padding:56px 0;background:var(--sv2-white)}.sv2-bundle__inner{background:var(--sv2-green);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;min-height:380px}.sv2-bundle__content{padding:48px 44px;display:flex;flex-direction:column;justify-content:center;color:var(--sv2-white)}.sv2-bundle__eyebrow{color:var(--sv2-gold);margin-bottom:10px}.sv2-bundle__heading{font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:10px;color:var(--sv2-white)}.sv2-bundle__sub{font-size:14px;opacity:.85;line-height:1.6;margin-bottom:20px;max-width:380px}.sv2-bundle__reasons{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.sv2-bundle__reason{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:#ffffffe6}.sv2-bundle__reason svg{flex-shrink:0;opacity:.7;color:var(--sv2-gold)}.sv2-bundle__cta{align-self:flex-start}.sv2-bundle__media{display:flex;align-items:center;justify-content:center;padding:32px 20px;position:relative}.sv2-bundle__composition{position:relative;width:320px;height:300px}.sv2-bundle__product-card{position:absolute;display:flex;flex-direction:column;align-items:center;gap:8px;transition:transform .3s}.sv2-bundle__product-card img{border-radius:12px;box-shadow:0 8px 32px #0003;object-fit:contain;background:#ffffff14;padding:4px}.sv2-bundle__product-label{font-size:11px;font-weight:600;color:#ffffffd9;text-align:center;white-space:nowrap;text-shadow:0 1px 3px rgba(0,0,0,.3)}.sv2-bundle__product-card--back-left{left:0;bottom:20px;z-index:1;transform:rotate(-3deg)}.sv2-bundle__product-card--back-left img{width:120px}.sv2-bundle__product-card--center{left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}.sv2-bundle__product-card--center img{width:150px;box-shadow:0 12px 44px #00000040}.sv2-bundle__product-card--back-right{right:0;top:10px;z-index:2;transform:rotate(3deg)}.sv2-bundle__product-card--back-right img{width:120px}.sv2-bundle__composition:hover .sv2-bundle__product-card--back-left{transform:rotate(-5deg) translate(-6px,4px)}.sv2-bundle__composition:hover .sv2-bundle__product-card--back-right{transform:rotate(5deg) translate(6px,-4px)}@media(max-width:768px){.sv2-bundle{padding:40px 0}.sv2-bundle__inner{grid-template-columns:1fr}.sv2-bundle__content{padding:32px 24px}.sv2-bundle__composition{width:260px;height:240px}.sv2-bundle__product-card--back-left img{width:95px}.sv2-bundle__product-card--center img{width:120px}.sv2-bundle__product-card--back-right img{width:95px}.sv2-bundle__media{padding:16px 20px 32px}.sv2-bundle__cta{align-self:center}}.sv2-catalog{padding:64px 0;background:#f7f4ef}.sv2-catalog__header{margin-bottom:28px}.sv2-catalog__heading{font-size:clamp(1.8rem,3vw,2.6rem);margin-top:8px;margin-bottom:10px}.sv2-catalog__filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px;border-bottom:2px solid var(--sv2-light);padding-bottom:14px}.sv2-filter-btn{font-family:var(--sv2-sans);font-size:13px;font-weight:500;color:var(--sv2-muted);background:none;border:1.5px solid transparent;border-radius:20px;padding:7px 18px;cursor:pointer;transition:all .15s}.sv2-filter-btn:hover{color:var(--sv2-text);background:#1f3d2b0d;border-color:var(--sv2-light)}.sv2-filter-btn.active{color:#fff!important;background:var(--sv2-green)!important;border-color:var(--sv2-green)!important;font-weight:600;box-shadow:0 2px 8px #1f3d2b33}.sv2-catalog__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.sv2-prod-card{background:var(--sv2-white);border-radius:var(--sv2-radius);overflow:hidden;transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;border:1px solid rgba(31,61,43,.06);box-shadow:0 1px 4px #1f3d2b0a}.sv2-prod-card:hover{box-shadow:var(--sv2-shadow-md)}.sv2-prod-card[data-hidden=true]{display:none}.sv2-prod-card__img-wrap{background:linear-gradient(160deg,#eae7e1,#ddd9d2);padding:22px;display:flex;align-items:center;justify-content:center;min-height:180px;position:relative}.sv2-prod-card__img{max-height:140px;width:auto;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 4px 12px rgba(31,61,43,.08))}.sv2-prod-card__badge{position:absolute;top:10px;left:10px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:var(--sv2-gold);color:#fff;padding:3px 10px;border-radius:4px;box-shadow:0 1px 4px #0000001a}.sv2-prod-card--bundle{border:1.5px solid rgba(31,61,43,.1)}.sv2-prod-card__img-wrap--bundle{background:linear-gradient(160deg,#dce5df,#c8d3cb)}.sv2-prod-card__badge--bundle{background:var(--sv2-green)!important;color:#fff!important}.sv2-prod-card__body{padding:16px;flex:1;display:flex;flex-direction:column}.sv2-prod-card__name{font-family:var(--sv2-serif);font-size:15px;font-weight:600;margin-bottom:2px;color:var(--sv2-text);line-height:1.3}.sv2-prod-card__sub{font-size:11px;color:var(--sv2-muted);margin-bottom:10px}.sv2-prod-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.sv2-prod-card__price{font-size:14px;font-weight:600;color:var(--sv2-text)}.sv2-prod-card__cta{font-size:12px;font-weight:600;color:var(--sv2-green);white-space:nowrap}.sv2-prod-card:hover .sv2-prod-card__cta{text-decoration:underline}@media(max-width:900px){.sv2-catalog__grid{grid-template-columns:repeat(3,1fr);gap:14px}}@media(max-width:600px){.sv2-catalog{padding:44px 0}.sv2-catalog__grid{grid-template-columns:repeat(2,1fr);gap:10px}.sv2-prod-card__img-wrap{min-height:130px;padding:16px}.sv2-prod-card__img{max-height:105px}.sv2-prod-card__body{padding:12px}.sv2-prod-card__name{font-size:14px}.sv2-filter-btn{font-size:12px;padding:6px 14px}}.sv2-page .sv2-section:last-child{padding-bottom:64px}@media(max-width:768px){.sv2-page~.pqu-teaser,.sv2-page~.pqu-popup,.sv2-page~[class*=quiz],.sv2-page~[class*=popup],body[class*=shop-v2] .pqu-teaser,body[class*=shop-v2] .pqu-popup{display:none!important;visibility:hidden!important;pointer-events:none!important}.sv2-section{padding-top:40px!important;padding-bottom:40px!important}.sv2-trust{padding:12px 0!important}.sv2-editorial{padding:0!important}}.sv2-section-wrap:before,.sv2-section-wrap:after,.sv2-science-section:before,.sv2-science-section:after{display:none!important;content:none!important;background:none!important;height:0!important;margin:0!important}.sv2-card-link{display:inline-block;margin-top:16px;font-size:13px!important;color:var(--sv2-green);text-decoration:none;font-weight:500}.sv2-card-link:hover{text-decoration:underline}.sv2-card-name{font-size:18px!important;font-weight:600!important;line-height:1.3}.sv2-card-benefit{font-size:13px;color:#1f3d2b8c;line-height:1.4}.sv2-card-sub-price{display:inline-block;background:linear-gradient(135deg,#c6a96b,#b49a64)!important;color:#fff!important;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 12px;border-radius:20px;margin-top:6px}.sv2-card-type{display:none}.sv2-badge-gold{background:linear-gradient(135deg,#c6a96b,#b49a64)!important;color:#fff!important;border-radius:20px!important;font-weight:600;letter-spacing:.3px}.sv2-card-image-wrap{background:transparent!important;border-radius:0!important;margin-bottom:0!important;aspect-ratio:4/3!important}.sv2-card-image{padding:0!important;object-fit:cover!important}.sv2-feat-card__img-wrap{background:transparent!important;padding:0!important;min-height:auto!important;aspect-ratio:4/3;overflow:hidden}.sv2-feat-card__img{max-height:none!important;width:100%!important;height:100%!important;object-fit:cover!important;mix-blend-mode:normal!important;filter:none!important}.sv2-feat-atc{display:block;width:100%;padding:12px 0;background:var(--sv2-green);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;margin-top:12px}.sv2-feat-atc:hover{background:#1a3d2b}.sv2-feat-link{display:block;text-align:center;margin-top:10px!important;font-size:13px!important;color:var(--sv2-green);text-decoration:none;font-weight:500}.sv2-feat-link:hover{text-decoration:underline}.sv2-card{outline:none!important}.sv2-card:hover{transform:translateY(-2px)!important;box-shadow:0 8px 24px #1f3d2b1a!important;border-color:#1f3d2b1f!important}.sv2-card:focus,.sv2-card:focus-visible,.sv2-card:focus-within{outline:none!important}.sv2-card-image-wrap{overflow:hidden!important}.sv2-card-text-content{padding-top:14px!important}.sv2-catalog-subtitle{text-align:center!important;margin:0 auto 40px!important}.sv2-section,.sv2-section *,.sv2-catalog,.sv2-catalog *,.sv2-featured,.sv2-featured *,.sv2-hero,.sv2-hero *,.sv2-sci,.sv2-sci *,.sv2-goals,.sv2-goals *,.sv2-trust,.sv2-trust *,.sv2-editorial,.sv2-editorial *{-webkit-tap-highlight-color:transparent!important;-webkit-touch-callout:none!important}.sv2-section *:hover,.sv2-section *:focus,.sv2-section *:active,.sv2-section *:before,.sv2-section *:after,.sv2-catalog *:hover,.sv2-catalog *:focus,.sv2-featured *:hover,.sv2-featured *:focus{outline:none!important;outline-style:none!important;outline-width:0!important;-webkit-tap-highlight-color:transparent!important}.sv2-section:not(.sv2-drawer) h1,.sv2-section:not(.sv2-drawer) h2,.sv2-section:not(.sv2-drawer) h3,.sv2-section:not(.sv2-drawer) h4,.sv2-section:not(.sv2-drawer) p,.sv2-section:not(.sv2-drawer) span:not(.sv2-stars),.sv2-section:not(.sv2-drawer) li,.sv2-section:not(.sv2-drawer) small,.sv2-section:not(.sv2-drawer) em,.sv2-section:not(.sv2-drawer) strong,.sv2-section:not(.sv2-drawer) img,.sv2-card-name,.sv2-card-benefit,.sv2-card-rating,.sv2-card-price-line,.sv2-card-sub-price,.sv2-card-badge,.sv2-card-text-content,.sv2-card-image-wrap,.sv2-card-image,.sv2-feat-card__name,.sv2-feat-card__sub,.sv2-feat-card__price,.sv2-feat-card__row,.sv2-goal-card__title,.sv2-goal-card__desc,.sv2-goal-card__icon,.sv2-catalog-eyebrow,.sv2-catalog-title,.sv2-catalog-subtitle,.sv2-sci h1,.sv2-sci h2,.sv2-sci h3,.sv2-sci p,.sv2-sci span,.sv2-sci em,.sv2-sci small,.sv2-sci img,.sv2-hero h1,.sv2-hero h2,.sv2-hero p,.sv2-hero span,.sv2-hero div,.sv2-hero small,.sv2-hero em,.sv2-hero img,.sv2-feat-card h3,.sv2-feat-card p,.sv2-feat-card span,.sv2-feat-card div,.sv2-feat-card small,.sv2-feat-card img,.sv2-goal-card h3,.sv2-goal-card p,.sv2-goal-card span,.sv2-goal-card div,.sv2-goal-card small,.sv2-goal-card img{pointer-events:none!important;outline:none!important;-webkit-tap-highlight-color:transparent!important}.sv2-card,.sv2-goal-card,.sv2-feat-card,.sv2-prod-card,.sv2-card a,.sv2-goal-card a,.sv2-feat-card a,.sv2-prod-card a,.sv2-card button,.sv2-goal-card button,.sv2-feat-card button,.sv2-prod-card button,.sv2-card-atc,.sv2-feat-atc,.sv2-feat-link,.sv2-card-link,.sv2-btn--primary,.sv2-btn--outline,.sv2-btn--gold,.sv2-filter-btn{pointer-events:auto!important}.sv2-drawer,.sv2-drawer *{pointer-events:auto!important;-webkit-tap-highlight-color:transparent!important}.sv2-drawer-overlay{pointer-events:none!important;-webkit-tap-highlight-color:transparent!important}.sv2-card-name{min-height:2.6em;line-height:1.3}.sv2-section *,.sv2-catalog *,.sv2-featured *,.sv2-hero *,.sv2-sci *,.sv2-goals *,.sv2-trust *,.sv2-editorial *{outline-width:0!important;outline-style:none!important;outline-color:transparent!important;-webkit-tap-highlight-color:transparent!important}.sv2-section *:hover,.sv2-section *:focus,.sv2-section *:focus-visible,.sv2-section *:focus-within,.sv2-section *:active,.sv2-catalog *:hover,.sv2-catalog *:focus,.sv2-catalog *:focus-visible,.sv2-featured *:hover,.sv2-featured *:focus,.sv2-featured *:focus-visible,.sv2-hero *:hover,.sv2-hero *:focus,.sv2-hero *:focus-visible,.sv2-sci *:hover,.sv2-sci *:focus,.sv2-sci *:focus-visible,.sv2-goals *:hover,.sv2-goals *:focus,.sv2-goals *:focus-visible{outline:0!important;outline-width:0!important;outline-style:none!important;box-shadow:none!important;-webkit-tap-highlight-color:transparent!important}.sv2-card:hover{box-shadow:0 8px 24px #1f3d2b1a!important}.sv2-card-atc{background:var(--sv2-text)!important;color:var(--sv2-white)!important;outline:0!important}.sv2-card-price-line,.sv2-card-sub-price,.sv2-card-benefit,.sv2-card-name,.sv2-card-rating,.sv2-card-bottom,.sv2-card-link,.sv2-card-text-content{background:transparent!important;outline:0!important;box-shadow:none!important}.sv2-drawer,.sv2-drawer *{outline-width:revert!important;outline-style:revert!important;outline-color:revert!important}.sv2-drawer .sv2-option-tile:hover{border-color:var(--sv2-text)!important}.sv2-drawer .sv2-option-tile.selected{border:1.5px solid var(--sv2-text)!important;background:#ebf0ed!important}.sv2-drawer .sv2-toggle-btn,.sv2-drawer .sv2-drawer-atc,.sv2-drawer .sv2-drawer-close{outline:0!important}.sv2-card-atc:hover,.sv2-card-atc:focus,.sv2-card-atc:active,.sv2-card-link:hover,.sv2-card-link:focus,.sv2-card-link:active,.sv2-feat-atc:hover,.sv2-feat-atc:focus,.sv2-feat-atc:active,.sv2-feat-link:hover,.sv2-feat-link:focus,.sv2-feat-link:active{transform:none!important;-webkit-transform:none!important;box-shadow:none!important;outline:none!important;text-decoration:none!important}button.sv2-card-atc:hover,button.sv2-card-atc:focus,a.sv2-card-link:hover,a.sv2-card-link:focus,button.sv2-feat-atc:hover,a.sv2-feat-link:hover{transform:none!important;-webkit-transform:none!important;box-shadow:none!important;border-color:transparent!important}.sv2-section button:hover,.sv2-section a:hover,.sv2-catalog button:hover,.sv2-catalog a:hover,.sv2-featured button:hover,.sv2-featured a:hover,.sv2-card:hover{transform:none!important;-webkit-transform:none!important}.sv2-card-atc,.sv2-card-link,.sv2-feat-atc,.sv2-feat-link,.sv2-section button,.sv2-section a,.sv2-catalog button,.sv2-catalog a,.sv2-featured button,.sv2-featured a{transition:none!important;-webkit-transition:none!important;transform:none!important;-webkit-transform:none!important}.sv2-drawer button,.sv2-drawer a{transition:revert!important;-webkit-transition:revert!important}a.sv2-card-link.sv2-feat-link,a.sv2-card-link.sv2-feat-link:hover,a.sv2-card-link.sv2-feat-link:focus,a.sv2-card-link.sv2-feat-link:active,a.sv2-card-link,a.sv2-card-link:hover,a.sv2-card-link:focus,a.sv2-card-link:active{transition:none!important;-webkit-transition:none!important;transform:none!important;-webkit-transform:none!important;box-shadow:none!important}button.sv2-card-atc.sv2-feat-atc,button.sv2-card-atc.sv2-feat-atc:hover,button.sv2-card-atc.sv2-feat-atc:focus,button.sv2-card-atc.sv2-feat-atc:active,button.sv2-card-atc,button.sv2-card-atc:hover,button.sv2-card-atc:focus,button.sv2-card-atc:active{transition:none!important;-webkit-transition:none!important;transform:none!important;-webkit-transform:none!important;box-shadow:none!important}.sv2-card.sv2-prod-card,.sv2-card.sv2-prod-card:hover,.sv2-feat-card,.sv2-feat-card:hover{transition:box-shadow .3s ease!important;-webkit-transition:box-shadow .3s ease!important;transform:none!important;-webkit-transform:none!important}.sv2-grid .sv2-card,.sv2-grid .sv2-card:hover,.sv2-featured__grid .sv2-feat-card,.sv2-featured__grid .sv2-feat-card:hover{transform:none!important;-webkit-transform:none!important;transition:box-shadow .3s ease,border-color .3s ease!important;-webkit-transition:box-shadow .3s ease,border-color .3s ease!important}.sv2-card-rating,.sv2-card-rating .sv2-stars,.sv2-stars{font-size:14px!important;line-height:1.4!important}.sv2-card-benefit{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.8em!important;line-height:1.4!important}.sv2-card-bottom .sv2-card-link{font-size:14px!important}.sv2-card-atc{position:relative!important}.sv2-card-atc:after{content:"";position:absolute;top:-8px;left:-10px;right:-10px;bottom:-4px;z-index:1}#sv2-drawer{pointer-events:none!important}#sv2-drawer.open,#sv2-drawer[data-open=true],#sv2-drawer.is-open,#sv2-drawer.active{pointer-events:auto!important}.sv2-filter-btn{pointer-events:auto!important;cursor:pointer!important;position:relative;z-index:5}.sv2-filter-buttons{position:relative;z-index:5}@media(max-width:767px){.sv2-hero{min-height:85svh}.sv2-hero__copy{padding:0 24px 40px}.sv2-hero__copy h1,.sv2-hero__copy .sv2-hero-headline{font-size:clamp(2rem,9vw,3rem);line-height:1.1}.sv2-hero__copy .sv2-hero-cta,.sv2-hero__copy a[class*=btn],.sv2-hero__copy a[class*=cta]{width:100%;text-align:center;justify-content:center}.sv2-goals__layout{display:block!important;padding:0 20px}.sv2-goals__grid,.sbg-grid{display:grid!important;grid-template-columns:1fr 1fr!important;grid-template-rows:auto auto auto!important;gap:14px!important;margin-left:0!important;width:100%!important}.sv2-goal-card{width:auto!important;min-width:0!important}.sv2-goals__quiz-panel,.sbg-quiz-panel{display:none!important}.sv2-goals__main,.sbg-wrapper{padding:0!important}.sv2-goals__mobile-quiz-cta{display:flex!important;align-items:center;justify-content:center;margin-top:20px;padding:14px 20px;background:#f5f2ed;border-radius:12px;font-size:.9rem;font-weight:600;color:#1a1a1a;text-decoration:none;gap:8px}.sv2-filter-buttons{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:6px;gap:8px;scrollbar-width:none}.sv2-filter-buttons::-webkit-scrollbar{display:none}.sv2-filter-btn{flex-shrink:0!important;white-space:nowrap!important;padding:8px 16px!important;font-size:.82rem!important}.sv2-catalog{padding:40px 16px}#sv2-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.sv2-card{border-radius:14px}.sv2-card-text-content{padding:10px 12px 12px}.sv2-card-name{font-size:.85rem;line-height:1.3}.sv2-card-type{font-size:.65rem;margin-bottom:2px}.sv2-card-rating{font-size:.72rem!important;margin-bottom:4px}.sv2-card-benefit,.sv2-card-descriptor{font-size:.75rem!important;-webkit-line-clamp:2!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:2.6em!important}.sv2-card-price-line{font-size:.85rem;margin-top:6px}.sv2-card-atc{padding:9px 0!important;font-size:.8rem!important;border-radius:8px;margin-top:8px}.sv2-feat-grid,.sv2-featured-grid,[class*=sv2-feat][class*=grid]{display:flex!important;flex-direction:column!important;gap:16px!important;padding:0 16px!important}[class*=sv2-feat-card]{width:100%!important;max-width:100%!important}.sv2-feat-atc,.sv2-feat-card__atc{width:100%!important;text-align:center}.sv2-editorial__track{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;gap:12px!important;padding:0 16px 12px!important;scrollbar-width:none}.sv2-editorial__track::-webkit-scrollbar{display:none}.sv2-editorial__item,.sv2-editorial__book,.sv2-editorial__capsule,.sv2-editorial__bundle{flex-shrink:0!important;width:72vw!important;min-width:240px!important;max-width:300px!important;border-radius:14px!important}.sv2-sci{padding:40px 0}.sv2-sci__panel{grid-template-columns:1fr!important;border-radius:20px!important;margin:0 16px;padding:28px 20px!important;gap:24px!important}.sv2-sci__copy{order:1}.sv2-sci__media{order:2;max-width:220px;margin:0 auto}.sv2-sci__heading{font-size:clamp(1.5rem,6vw,2rem)}.sv2-sci__body{font-size:.9rem;line-height:1.6}.sv2-wrap,.sv2-section-wrap{padding-left:16px!important;padding-right:16px!important}.sv2-section-title,.sv2-catalog-title{font-size:clamp(1.6rem,7vw,2.2rem)!important;line-height:1.1}.sv2-catalog-subtitle,.sv2-section-sub{font-size:.9rem!important}.sv2-drawer{left:0!important;right:0!important;width:100%!important;max-width:100%!important;border-radius:20px 20px 0 0!important;padding-bottom:env(safe-area-inset-bottom,16px);max-height:92svh;overflow-y:auto}.sv2-drawer-content{padding:0 14px 20px!important}.sv2-options{gap:6px!important;padding:0!important;align-items:stretch}.sv2-option-tile{padding:10px 6px!important;border-radius:10px!important;display:flex;flex-direction:column;justify-content:flex-start}.sv2-option-label{font-size:.65rem!important;white-space:nowrap;letter-spacing:.04em}.sv2-option-price{font-size:.95rem!important}.sv2-option-price span,.sv2-option-unit{font-size:.65rem!important}.sv2-option-total{font-size:.65rem!important;white-space:nowrap}.sv2-option-badge,.sv2-option-tile [class*=badge],.sv2-option-tile [class*=tag]{font-size:.55rem!important;padding:2px 5px!important;white-space:nowrap!important;line-height:1.3}.sv2-price-summary{padding:16px 0 0!important}.sv2-price-summary .sv2-price-main{font-size:2rem!important}.sv2-price-summary .sv2-price-sub,.sv2-price-summary .sv2-price-savings{font-size:.85rem!important}.sv2-drawer-atc{width:100%!important;padding:16px!important;font-size:1rem!important;border-radius:12px!important;margin-top:16px!important}.sv2-drawer-header{padding:14px 14px 12px!important}.sv2-drawer-product-image{width:52px!important;height:52px!important;border-radius:8px!important}.sv2-drawer-product-info .sv2-drawer-product-name{font-size:.95rem!important;line-height:1.3}.sv2-drawer-product-info .sv2-drawer-product-category{font-size:.72rem!important}.sv2-purchase-toggle{margin:0 14px 12px!important}.sv2-toggle-btn{font-size:.82rem!important;padding:10px 0!important}.sv2-toggle-subline{font-size:.72rem!important;margin-bottom:10px!important}.sv2-drawer-link{font-size:.82rem!important;margin-top:12px!important}}@media(max-width:767px){.sv2-hero{background-size:cover!important;background-position:center top!important}.sv2-hero__bg-layer,.sv2-hero__bg,[class*=sv2-hero][class*=bg]{display:block!important;opacity:1!important}[class*=sv2-trust]{margin-bottom:0!important;padding-bottom:20px!important}#sv2-goals,.sv2-goals__layout{padding-left:20px!important;padding-right:20px!important}.sv2-goal-card__link,.sv2-goals__grid a[class*=link],.sv2-goals__grid a[class*=browse]{white-space:nowrap!important;font-size:.72rem!important}.sv2-sci__media{max-width:264px!important}.sv2-card-badge,[class*=sv2-card][class*=badge]{font-size:.58rem!important;padding:3px 8px!important;width:auto!important;max-width:fit-content!important;left:10px!important;top:10px!important;border-radius:4px!important}.sv2-editorial__book{order:1!important}.sv2-editorial__bundle{order:2!important}.sv2-editorial__item{order:3!important}.sv2-editorial__capsule{order:4!important}.sv2-filter-buttons{flex-wrap:wrap!important;overflow-x:visible!important;overflow:visible!important;gap:8px!important;justify-content:flex-start!important}#sv2-grid{gap:10px!important}.sv2-card{border-radius:12px!important;overflow:hidden!important}.sv2-card-image-wrap{aspect-ratio:1 / 1!important;border-radius:0!important}.sv2-card-image{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.sv2-card-text-content{padding:8px 10px 10px!important}.sv2-card-bottom{padding:0 10px 10px!important}.sv2-card-link{font-size:.72rem!important}.sv2-card-price-line{margin-bottom:6px!important}}@media(max-width:767px){.sv2-hero{position:relative!important}.sv2-hero__bg-layer img,.sv2-hero__bg-layer{object-position:65% center!important;background-position:65% center!important}[class*=sv2-trust],[class*=sv2-stat-bar],[class*=sv2-bar]{display:none!important}.sv2-hero__trust-strip{display:flex!important;align-items:center;justify-content:center;gap:20px;padding:14px 20px;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);position:absolute;bottom:0;left:0;right:0;flex-wrap:wrap;z-index:4}.sv2-hero__trust-strip span,.sv2-hero__trust-strip p{color:#fff!important;font-size:.72rem!important;white-space:nowrap}.sv2-goals__mobile-quiz-cta{display:flex!important;align-items:center;justify-content:center;margin-top:20px;padding:14px 20px;background:#f5f2ed;border-radius:12px;font-size:.9rem;font-weight:600;color:#1a1a1a;text-decoration:none;gap:8px}.sv2-editorial__track{align-items:flex-start!important;height:auto!important}.sv2-editorial__item,.sv2-editorial__book,.sv2-editorial__capsule,.sv2-editorial__bundle{height:auto!important;align-self:flex-start!important;flex-shrink:0!important;width:72vw!important;min-width:240px!important;max-width:300px!important}.sv2-editorial__item img,.sv2-editorial__book img,.sv2-editorial__capsule img,.sv2-editorial__bundle img{width:100%!important;height:auto!important;display:block!important;aspect-ratio:3 / 4!important;object-fit:cover!important}.sv2-editorial__book{order:1!important}.sv2-editorial__bundle{order:2!important}.sv2-editorial__item{order:3!important}.sv2-editorial__capsule{order:4!important}.sv2-card-badge,[class*=sv2-card][class*=badge],.sv2-card .badge,.sv2-card [class*=badge]{position:absolute!important;top:8px!important;left:8px!important;right:auto!important;width:auto!important;max-width:fit-content!important;font-size:.56rem!important;padding:3px 7px!important;border-radius:4px!important;letter-spacing:.05em!important;white-space:nowrap!important}.sv2-card-price-line{font-size:.95rem!important;margin-top:4px!important;margin-bottom:4px!important}.sv2-card-sub-price{font-size:.75rem!important}}@media(max-width:767px){.sv2-hero__copy,.sv2-hero__copy h1,.sv2-hero__copy h2,.sv2-hero__copy p,.sv2-hero__copy a,.sv2-hero__copy *{color:#fff!important}.sv2-hero__bg-layer img{object-position:50% 30%!important}.sv2-hero__bg-layer,.sv2-hero{background-position:50% 30%!important}.sv2-hero__trust-strip{flex-wrap:wrap!important;justify-content:center!important;gap:6px 16px!important;padding:12px 16px!important}.sv2-hero__trust-strip span,.sv2-hero__trust-strip p,.sv2-hero__trust-strip div{color:#fff!important;font-size:.7rem!important;white-space:nowrap!important;opacity:.9!important}.sv2-goals__quiz-panel,.sbg-quiz-panel{display:block!important;width:100%!important;height:220px!important;margin-top:16px!important;border-radius:14px!important;overflow:hidden!important;position:relative!important;flex:none!important;align-self:auto!important;visibility:visible!important;opacity:1!important}.sv2-goals__quiz-panel img,.sbg-quiz-panel img,.sv2-goals__quiz-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.sv2-goals__quiz-overlay,.sv2-goals__quiz-scrim{display:flex!important}.sv2-goals__mobile-quiz-cta{display:none!important}.sv2-card-image-wrap .sv2-card-badge,.sv2-card-image-wrap [class*=badge],.sv2-card-image-wrap [class*=label],.sv2-card>.sv2-card-badge,.sv2-card>[class*=badge]{position:absolute!important;top:8px!important;right:8px!important;left:auto!important;bottom:auto!important;width:auto!important;min-width:0!important;max-width:none!important;transform:none!important;font-size:.55rem!important;font-weight:700!important;letter-spacing:.06em!important;padding:3px 7px!important;border-radius:4px!important;white-space:nowrap!important;text-align:center!important;line-height:1.4!important;display:inline-block!important}.sv2-card{position:relative!important}[class*=badge][style*=width],[class*=badge][style*="display: block"]{width:auto!important;display:inline-block!important}.sv2-editorial__track{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important;align-items:flex-start!important;height:auto!important;gap:12px!important;padding:0 16px 12px!important;scrollbar-width:none}.sv2-editorial__track::-webkit-scrollbar{display:none}.sv2-editorial__book,.sv2-editorial__bundle,.sv2-editorial__item,.sv2-editorial__capsule{order:0!important}.sv2-editorial__item,.sv2-editorial__book,.sv2-editorial__capsule,.sv2-editorial__bundle{flex:0 0 72vw!important;min-width:240px!important;max-width:300px!important;width:auto!important;height:auto!important;align-self:flex-start!important;border-radius:14px!important;overflow:hidden!important;display:block!important;visibility:visible!important;opacity:1!important}.sv2-editorial__item img,.sv2-editorial__book img,.sv2-editorial__bundle img,.sv2-editorial__capsule img{width:100%!important;aspect-ratio:3 / 4!important;object-fit:cover!important;display:block!important;height:auto!important}}@media(max-width:767px){.sv2-hero__bg-layer img{object-position:center center!important}.sv2-hero__bg-layer,.sv2-hero{background-position:center center!important}#sv2-goals,.sv2-goals__layout{padding-left:12px!important;padding-right:12px!important}.sv2-goals__grid{gap:8px!important}.sv2-goals__quiz-panel{display:block!important;width:100%!important;height:240px!important;position:relative!important;overflow:hidden!important;border-radius:14px!important;margin-top:16px!important}.sv2-goals__quiz-overlay{display:flex!important;flex-direction:column!important;justify-content:space-between!important;align-items:stretch!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;padding:16px!important;z-index:2!important}.sv2-goals__quiz-headline{align-self:center!important;text-align:center!important;font-size:1.05rem!important;line-height:1.2!important;color:#fff!important;padding-top:4px!important}.sv2-goals__quiz-cta{display:block!important;width:100%!important;text-align:center!important;background:#fffffff2!important;color:#1a1a1a!important;padding:12px 16px!important;border-radius:10px!important;font-weight:700!important;font-size:.9rem!important;letter-spacing:.02em!important}.sv2-card .sv2-card-image-wrap .sv2-card-badge,.sv2-card .sv2-card-image-wrap [class*=badge],.sv2-card .sv2-card-image-wrap [class*=label],.sv2-card .sv2-card-image-wrap [class*=tag],.sv2-card-image-wrap>.sv2-card-badge{position:absolute!important;top:8px!important;right:8px!important;left:auto!important;bottom:auto!important;width:auto!important;min-width:0!important;max-width:max-content!important;transform:none!important;display:inline-block!important;font-size:.55rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;padding:3px 7px!important;border-radius:4px!important;white-space:nowrap!important;text-align:center!important;line-height:1.4!important;background:#fff!important;color:#1a1a1a!important;box-shadow:0 1px 2px #0000001f!important}.sv2-card-image-wrap{position:relative!important}.sv2-editorial__capsule .sv2-editorial__capsule-circle{border-radius:14px!important;width:100%!important;height:auto!important;aspect-ratio:3 / 4!important;display:block!important;padding:0!important;background:none!important}.sv2-editorial__capsule .sv2-editorial__capsule-img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border-radius:14px!important}.sv2-catalog{padding-left:8px!important;padding-right:8px!important}#sv2-grid{gap:8px!important}}@media(max-width:767px){.sv2-editorial__book,.sv2-editorial__bundle,.sv2-editorial__capsule{position:relative!important;display:block!important}.sv2-editorial__book-img,.sv2-editorial__bundle-img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important}.sv2-editorial__book,.sv2-editorial__bundle,.sv2-editorial__capsule{aspect-ratio:3 / 4!important;height:auto!important}.sv2-editorial__capsule .sv2-editorial__capsule-circle{display:block!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;border-radius:14px!important;background:none!important;padding:0!important;margin:0!important;transform:none!important;flex:none!important;aspect-ratio:auto!important}.sv2-editorial__capsule .sv2-editorial__capsule-img{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;display:block!important;border-radius:14px!important}.sv2-editorial__book-scrim,.sv2-editorial__bundle-scrim,.sv2-editorial__book-copy,.sv2-editorial__bundle-copy,.sv2-editorial__capsule-copy{position:relative!important;z-index:2!important}.sv2-editorial__book-scrim,.sv2-editorial__bundle-scrim{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important}.sv2-editorial__book-copy,.sv2-editorial__bundle-copy,.sv2-editorial__capsule-copy{position:absolute!important;left:0;right:0;bottom:0;padding:14px!important;z-index:3!important}.sv2-card{display:flex!important;flex-direction:column!important}.sv2-card-image-wrap{flex-shrink:0!important}.sv2-card-text-content{flex:1 1 auto!important;display:flex!important;flex-direction:column!important}.sv2-card-type{min-height:1.1em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex-shrink:0!important}.sv2-card-name{min-height:2.21rem!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;flex-shrink:0!important}.sv2-card-rating{min-height:1.4em!important;white-space:nowrap!important;overflow:hidden!important;flex-shrink:0!important}.sv2-card-benefit,.sv2-card-descriptor{min-height:2.25rem!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;flex-shrink:0!important}.sv2-card-bottom{margin-top:auto!important;display:flex!important;flex-direction:column!important;flex-shrink:0!important}.sv2-card-price-line{flex-shrink:0!important}.sv2-card-atc{margin-top:auto!important;flex-shrink:0!important;align-self:stretch!important}}@media(max-width:767px){.sv2-editorial__book .sv2-editorial__book-scrim{display:none!important;background:none!important;opacity:0!important}.sv2-editorial__capsule{background:linear-gradient(180deg,#f5f2edd9,#e8e2d7d9)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;border:1px solid rgba(255,255,255,.35)!important;overflow:hidden!important}.sv2-editorial__capsule .sv2-editorial__capsule-circle{position:absolute!important;transform:translate(-50%,-50%)!important;inset:auto!important;width:62%!important;height:auto!important;aspect-ratio:1 / 1!important;border-radius:50%!important;background:#ffffff38!important;padding:12%!important;box-shadow:0 10px 30px #00000026,inset 0 0 0 1px #ffffff40!important;display:block!important}.sv2-editorial__capsule .sv2-editorial__capsule-img{position:static!important;inset:auto!important;width:100%!important;height:100%!important;object-fit:contain!important;border-radius:0!important}.sv2-editorial__capsule .sv2-editorial__capsule-copy{color:#1a1a1a!important;z-index:3!important}.sv2-editorial__capsule .sv2-editorial__capsule-copy *{color:#1a1a1a!important}.sv2-feat-card,.sv2-feat-card__img-wrap{position:relative!important}.sv2-feat-card .sv2-feat-card__badge,.sv2-feat-card__img-wrap .sv2-feat-card__badge{position:absolute!important;top:8px!important;right:8px!important;left:auto!important;bottom:auto!important;width:auto!important;min-width:0!important;max-width:max-content!important;transform:none!important;display:inline-block!important;font-size:.55rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.06em!important;padding:3px 7px!important;border-radius:4px!important;white-space:nowrap!important;text-align:center!important;line-height:1.4!important;box-shadow:0 1px 2px #0000001f!important;z-index:3!important}.sv2-hero__bg-layer img{object-position:center center!important}}@media(max-width:767px){.sv2-editorial__capsule .sv2-editorial__capsule-circle{width:78%!important;padding:6%!important;top:42%!important}.sv2-editorial__capsule .sv2-editorial__capsule-img{width:100%!important;height:100%!important;object-fit:contain!important}.sv2-editorial__capsule .sv2-editorial__capsule-cta{color:#c6a96b!important;font-weight:700!important}.sv2-editorial__capsule .sv2-editorial__capsule-copy .sv2-editorial__capsule-cta,.sv2-editorial__capsule .sv2-editorial__capsule-copy .sv2-editorial__capsule-cta *{color:#c6a96b!important}.sv2-goals__quiz-cta{background:#00000073!important;color:#c6a96b!important;border:1px solid rgba(198,169,107,.45)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}}@media(min-width:768px){.sv2-hero__trust-strip{display:none!important}}@media(max-width:767px){#pqu-modal #pqu-close,.pqu-modal .pqu-close{position:fixed!important;top:12px!important;right:12px!important;z-index:10010!important;width:40px!important;height:40px!important;border-radius:50%!important;background:#fffffff2!important;color:#1a1a1a!important;box-shadow:0 2px 8px #00000040!important;display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;border:none!important}#pqu-modal .pqu-header{padding-right:64px!important}}@media(max-width:767px){#pqu-modal .pqu-body .pqu-slide{padding-top:64px!important}#pqu-modal .pqu-header{padding-top:16px!important;min-height:56px!important}}@media(max-width:767px){#sv2-drawer.active{opacity:1!important;transform:none!important;pointer-events:auto!important;visibility:visible!important;animation:none!important}#sv2-drawer.active *{opacity:1!important}}@media(min-width:768px){#sv2-drawer{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;width:480px!important;max-width:90vw!important;max-height:85vh!important;border-radius:16px!important;box-shadow:0 20px 60px #00000040!important;transform:translate(-50%,-48%) scale(.98)!important;opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility .25s!important;z-index:200000!important;overflow-y:auto}#sv2-drawer.active{transform:translate(-50%,-50%) scale(1)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;animation:none!important}#sv2-drawer.active *{opacity:1!important}#sv2-drawer .sv2-drawer-handle{display:none!important}}.sv2-drawer-overlay{z-index:199999!important}.sv2-drawer-overlay.active{opacity:1!important;visibility:visible!important;pointer-events:none!important}@media(max-width:768px){.sv2-goal-card{aspect-ratio:1 / 1;justify-content:center;align-items:center;text-align:center;padding:16px;position:relative}.sv2-goal-card__icon{margin:0 auto 10px}.sv2-goal-card__title{margin:0;text-align:center}.sv2-goal-card__desc{display:none}.sv2-goal-card__link{font-size:0;color:transparent;line-height:0;gap:0;margin:0;padding:0}.sv2-goal-card__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:auto}}
/*# sourceMappingURL=/cdn/shop/t/129/assets/shop-v2-styles.css.map */
