@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--black:#080a0d;--ink:#11151b;--muted:#69717d;--line:#e7e9ed;--bg:#f6f7f9;--white:#fff;--green:#18a874;--green2:#0d8d62;--gold:#c79a45;--radius:24px;--shadow:0 24px 70px rgba(8,10,13,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:DM Sans,Arial,sans-serif;background:#fff}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.topline{background:var(--black);color:#fff;text-align:center;padding:9px 14px;font-size:12px;font-weight:700}.topline b{color:#8df0c7}.header{height:76px;border-bottom:1px solid rgba(0,0,0,.07);background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:0;z-index:30}.nav{height:100%;display:flex;align-items:center;justify-content:space-between}.logo{font-family:Manrope;font-size:23px;font-weight:800;letter-spacing:.18em}.navlinks{display:flex;gap:28px;font-size:13px;font-weight:700;color:#3e4651}.navlinks a:hover{color:var(--green)}.cart{border:1px solid var(--line);padding:10px 15px;border-radius:999px;font-size:13px;font-weight:800}.hero{background:linear-gradient(135deg,#f7faf9,#fff 52%,#f3f5f8);padding:58px 0 70px}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:68px;align-items:center}.kicker{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--green)}h1,h2,h3{font-family:Manrope,Arial,sans-serif}.hero h1{font-size:clamp(44px,5.6vw,70px);line-height:.99;letter-spacing:-.055em;margin:15px 0 20px}.lead{font-size:18px;line-height:1.65;color:#59616d;max-width:590px}.rating{display:flex;align-items:center;gap:10px;margin:18px 0;font-size:13px;font-weight:700}.stars{color:#c28d35;letter-spacing:2px}.hero-actions{display:flex;gap:10px;align-items:center;margin-top:25px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:13px;padding:16px 23px;background:var(--black);color:#fff;font-weight:800;cursor:pointer;transition:.2s}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #080a0d29}.btn.green{background:var(--green)}.btn.green:hover{background:var(--green2)}.text-btn{font-weight:800;padding:14px}.hero-image{position:relative}.hero-image img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:32px;box-shadow:var(--shadow);background:#eef1f3}.floating-card{position:absolute;left:-20px;bottom:22px;background:#fff;border:1px solid var(--line);border-radius:17px;padding:13px 16px;box-shadow:0 16px 40px #0000001f;font-size:12px;font-weight:800}.trust{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:17px 0}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.trust-item{text-align:center;font-size:12px;font-weight:800;color:#444c57}.section{padding:82px 0}.dark{background:var(--black);color:#fff}.head{text-align:center;max-width:720px;margin:0 auto 42px}.head h2{font-size:clamp(32px,4vw,50px);line-height:1.03;letter-spacing:-.045em;margin:8px 0 12px}.head p{color:var(--muted);font-size:16px}.dark .head p{color:#a8b0bc}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff}.feature-number{font-size:11px;font-weight:800;color:var(--green);letter-spacing:.12em}.feature h3{font-size:20px;margin:18px 0 7px}.feature p{margin:0;color:var(--muted);line-height:1.65}.offer{background:#f3f7f5;border:1px solid #d8eee5;border-radius:18px;padding:14px 16px;margin:18px 0}.offer-title{font-weight:900}.countdown{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:7px;color:#45505b;font-size:12px}.timer{font-variant-numeric:tabular-nums;font-weight:900;color:var(--black);letter-spacing:.08em}.product-section{background:#f6f7f9}.product-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:start}.gallery-main{width:100%;border-radius:28px;background:#edf0f2;display:block}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.thumbs img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:13px;cursor:pointer;border:2px solid transparent}.thumbs img:hover{border-color:var(--green)}.buybox{position:sticky;top:98px}.buybox h2{font-size:40px;line-height:1.03;letter-spacing:-.045em;margin:10px 0}.price{font-family:Manrope;font-size:32px;font-weight:800;margin:14px 0}.bundle-title{font-size:13px;font-weight:900;margin-top:24px;display:flex;justify-content:space-between;align-items:center}.bundle-note{font-size:10px;color:var(--muted);font-weight:600}.bundle-grid{display:grid;gap:9px;margin:9px 0 13px}.bundle{position:relative;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;width:100%;text-align:left;min-height:70px;border:1px solid #dfe3e8;border-radius:15px;padding:13px 14px;background:#fff;cursor:pointer;transition:.18s}.bundle.active{border:2px solid var(--green);background:#f4fffa}.bundle strong{font-size:14px}.bundle small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.bundle-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.bundle-price b{font-size:14px;color:var(--ink)}.bundle-price em{font-style:normal;font-size:10px;color:var(--green);font-weight:900;white-space:nowrap}.bundle-check{width:19px;height:19px;border:1.5px solid #cbd1d8;border-radius:50%;display:flex;align-items:center;justify-content:center;color:transparent;font-size:11px;font-weight:900}.bundle.active .bundle-check{background:var(--green);border-color:var(--green);color:#fff}.bundle:hover{border-color:#b8c0c9;transform:translateY(-1px)}.popular{padding-top:18px;border-color:#11151b;box-shadow:0 10px 30px #080a0d14}.popular-badge{position:absolute;top:0;left:13px;transform:translateY(-50%);background:var(--black);color:#fff;border-radius:999px;padding:4px 8px;font-size:9px;letter-spacing:.08em;font-weight:900}.add{width:100%;margin-top:10px;font-size:16px;padding:18px}.microtrust{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:15px}.microtrust div{font-size:10px;text-align:center;color:#66707b;font-weight:800}.disclaimer{font-size:10px;color:#8a929d;line-height:1.5;margin-top:16px}.how{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{padding:28px;border-radius:22px;background:#11151b;border:1px solid #252a32}.step span{color:#72e3b6;font-size:11px;font-weight:900;letter-spacing:.12em}.step h3{font-size:21px;margin:17px 0 8px}.step p{color:#a8b0bc;margin:0;line-height:1.65}.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{border:1px solid var(--line);border-radius:21px;padding:25px}.review p{line-height:1.65;color:#4f5864}.review strong{font-size:12px}.faq{max-width:820px;margin:auto}.faq details{border-bottom:1px solid var(--line);padding:19px 0}.faq summary{font-weight:850;cursor:pointer}.faq p{color:var(--muted);line-height:1.65}.final{padding:90px 0;background:linear-gradient(135deg,#08100d,#11161b);color:#fff;text-align:center}.final h2{font-size:clamp(35px,5vw,58px);line-height:1;letter-spacing:-.05em}.final p{color:#aeb7c2}.footer{background:#07090c;color:#8f98a4;padding:38px 0}.footer .logo{color:#fff}.footer small{display:block;text-align:center;margin-top:22px}.mobile-bar{display:none}.hero-brand{display:inline-block;font-family:Manrope;font-weight:800;letter-spacing:.18em;font-size:18px;margin-bottom:24px;color:var(--black)}.hero-brand span{font-size:8px;letter-spacing:0;vertical-align:top}.hero-mini-trust{display:flex;gap:14px;margin-top:16px;font-size:10px;font-weight:800;color:#68717c}.image-fallback{width:100%;aspect-ratio:1;border-radius:32px;display:grid;place-items:center;background:#edf0f2;font:800 30px Manrope;box-shadow:var(--shadow)}.thumb-btn{border:0;background:none;padding:0;cursor:pointer}.thumb-btn img{display:block}.cart-feedback{text-align:center;min-height:18px;margin-top:8px;color:var(--green);font-size:11px;font-weight:900}.empty-product{padding:80px 0;text-align:center}.cart-page{background:#f6f7f6;min-height:70vh;padding:28px 16px 70px}.cart-wrap{max-width:900px}.cart-page h1{font-size:clamp(38px,6vw,62px);letter-spacing:-.04em;margin:8px 0 28px;font-weight:900}.cart-line{position:relative;display:grid;grid-template-columns:104px minmax(0,1fr) auto auto;gap:18px;align-items:center;background:#fff;border:1px solid #e3e7e5;border-radius:24px;padding:14px;margin-bottom:12px;box-shadow:0 12px 34px #0a120f12;transition:.2s}.cart-thumb img{display:block;width:104px;height:104px;object-fit:contain;border-radius:18px;background:#f5f7f6}.cart-info h3{margin:0;font-size:17px}.cart-info p{margin:6px 0 0;color:#737b77;font-size:14px}.elv-remove{margin-top:12px;border:0;background:none;padding:0;color:#168563;font-weight:800;font-size:13px;cursor:pointer;text-decoration:underline}.elv-qty{display:flex;align-items:center;border:1px solid #dfe5e2;border-radius:14px;overflow:hidden;background:#fafbfa}.elv-qty-btn{width:40px;height:42px;border:0;background:#fff;font-size:22px;cursor:pointer;color:#101514}.elv-qty-input{width:42px;height:42px;border:0;border-left:1px solid #e5e9e7;border-right:1px solid #e5e9e7;background:#fff;text-align:center;font-weight:800;font-size:15px;outline:0}.elv-line-price{white-space:nowrap;font-size:17px}.cart-summary{display:flex;justify-content:space-between;align-items:center;background:#0b0d0c;color:#fff;border-radius:22px;padding:22px;margin-top:18px;font-size:19px}.checkout{width:100%;margin-top:12px!important;box-shadow:0 12px 30px #239b763d}.empty-cart{text-align:center;background:#fff;border-radius:28px;padding:55px 25px;box-shadow:0 18px 50px #0a120f12}.elv-cart-title{display:flex;align-items:center;gap:13px;margin:8px 0 28px}.elv-cart-title h1{margin:0}.elv-cart-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#0b0d0c;color:#fff}.elv-cart-icon svg{width:24px;height:24px}.btn:disabled{opacity:.62;cursor:not-allowed}.hero-benefits{display:flex;flex-wrap:wrap;gap:9px;margin:20px 0 0}.hero-benefits span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 11px;font-size:11px;font-weight:800}.hero-reassurance{font-size:12px;color:var(--muted);margin:14px 0 0}.buybox-reassurance{font-size:12px;color:var(--muted);line-height:1.55;margin-top:13px}.review-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-proof>div{border:1px solid var(--line);border-radius:22px;padding:24px;background:#fff}.proof-icon{display:flex;width:34px;height:34px;border-radius:50%;align-items:center;justify-content:center;background:#eefaf5;color:var(--green);font-weight:900;margin-bottom:16px}.review-proof strong{font-family:Manrope;font-size:18px}.review-proof p{color:var(--muted);line-height:1.6;margin-bottom:0}.growth-capture{padding:70px 0;background:#f1f6f3}.growth-inner{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.growth-inner h2{font-size:clamp(32px,4vw,50px);line-height:1.02;letter-spacing:-.045em;margin:8px 0 12px}.growth-inner p{color:var(--muted);line-height:1.6}.growth-form{display:flex;gap:9px}.growth-form input{min-width:0;flex:1;border:1px solid #d7ddd9;border-radius:13px;padding:15px;background:#fff;outline:none}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.mobile-sticky-cta{display:none!important}body{padding-bottom:0!important}@media(max-width:800px){.container{width:calc(100% - 24px)}.navlinks{display:none}.header{height:65px}.logo{font-size:18px}.hero{padding:30px 0 45px}.hero-grid,.product-grid{grid-template-columns:1fr;gap:28px}.hero-image{order:-1}.hero h1{font-size:47px}.hero-actions{display:block}.hero-actions .btn{width:100%}.text-btn{display:block;text-align:center}.trust-grid{grid-template-columns:repeat(2,1fr);gap:15px}.section{padding:58px 0}.features,.how,.reviews{grid-template-columns:1fr}.buybox{position:static}.microtrust{grid-template-columns:repeat(3,1fr)}.floating-card{left:8px}.product-section{padding-top:20px;padding-bottom:70px}.buybox h2{font-size:34px}.bundle{min-height:76px}.cart-line{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:12px;border-radius:20px}.cart-thumb img{width:82px;height:82px}.cart-info h3{font-size:15px}.elv-qty{grid-column:2;justify-self:start}.elv-line-price{grid-column:2;justify-self:end;margin-top:-45px;margin-right:4px}.cart-page h1{font-size:40px}.elv-cart-icon{width:42px;height:42px;border-radius:13px}.elv-cart-icon svg{width:21px;height:21px}}@media(max-width:700px){.hero{padding:34px 0 44px}.hero-grid{grid-template-columns:1fr;gap:28px}.hero h1{font-size:clamp(40px,12vw,56px)}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn,.hero-actions .text-btn{text-align:center}.hero-benefits{gap:6px}.hero-benefits span{font-size:10px;padding:7px 9px}.floating-card{left:10px;bottom:12px}.product-grid{grid-template-columns:1fr;gap:30px}.review-proof{grid-template-columns:1fr}.growth-inner{grid-template-columns:1fr;gap:22px}.growth-form{flex-direction:column}.growth-form .btn{width:100%}.trust-grid{grid-template-columns:repeat(2,1fr);row-gap:14px}.header{height:66px}.logo{font-size:20px}.cart{padding:9px 12px}}.cart-page .elv-line-price,.cart-page .cart-summary strong,.cart-page .cart-summary span{color:#111827!important;opacity:1!important;-webkit-text-fill-color:#111827!important}.cart-page .elv-line-price{font-weight:900!important}.cart-page .cart-summary{background:#fff!important;border:1px solid #dfe4e1!important;color:#111827!important}.cart-page .checkout{background:#111827!important;color:#fff!important}.bundle-helper{margin:8px 0 12px;padding:11px 13px;border:1px solid #e2e6e9;border-radius:12px;background:#f8faf9;color:#4d5963;font-size:11px;line-height:1.45}.bundle-helper strong{color:var(--ink)}.bundle-selected-note{margin:4px 0 10px;padding:9px 11px;border-radius:10px;background:#f2fbf7;color:#42514b;font-size:11px;font-weight:700}.bundle-price em{font-style:normal;font-size:9px;color:var(--green);font-weight:900;white-space:nowrap}.bundle{min-height:76px}.bundle small{line-height:1.35}.bundle-note{max-width:48%;text-align:right;line-height:1.3}.bundle-grid{display:grid;gap:10px}.bundle{position:relative;width:100%;box-sizing:border-box}.bundle>span:nth-child(2){min-width:0}.bundle-price{min-width:92px;text-align:right}.bundle-price em{display:block;margin-top:3px}.bundle-helper{font-weight:500}.bundle-helper b{font-weight:800}
/*# sourceMappingURL=/cdn/shop/t/91/assets/premium.css.map */
