:root{--wi-red: #ed1b1b;--wi-red-light: #fde7e7;--wi-black: #0C0D0F;--wi-gray: #55575A;--wi-gray-light: #f7f7f7;--wi-white: #ffffff;--wi-border: #e5e5e5;--wi-green: #22c55e;--wi-radius: 12px;--wi-shadow: 0 2px 12px rgba(0,0,0,.08)}.wi-page{font-family:Manrope,-apple-system,sans-serif;color:var(--wi-gray);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.wi-page h1,.wi-page h2,.wi-page h3,.wi-page h4,.wi-page h5,.wi-page h6{font-family:Poppins,sans-serif;color:var(--wi-black);font-weight:600;line-height:1.2;margin:0 0 .6em}.wi-container{max-width:1200px;margin:0 auto;padding:0 24px}.wi-container--narrow{max-width:800px}.wi-section-title{font-size:32px;font-weight:600;text-align:center;margin:0 0 16px}.wi-section-subtitle{text-align:center;font-size:18px;color:var(--wi-gray);margin:0 0 48px}.wi-btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;border-radius:50px;text-decoration:none;transition:all .2s ease;cursor:pointer;border:2px solid transparent}.wi-btn--primary{background:var(--wi-red);color:var(--wi-white)}.wi-btn--primary:hover{background:#d11818;transform:translateY(-2px)}.wi-btn--dark{background:var(--wi-black);color:var(--wi-white)}.wi-btn--dark:hover{background:#333;transform:translateY(-2px)}.wi-btn--outline{background:transparent;border-color:var(--wi-black);color:var(--wi-black)}.wi-btn--outline:hover{background:var(--wi-black);color:var(--wi-white);transform:translateY(-2px)}.wi-btn--white{background:var(--wi-white);color:var(--wi-red)}.wi-btn--outline-white{background:transparent;border-color:var(--wi-white);color:var(--wi-white)}.wi-btn--outline-white:hover{background:var(--wi-white);color:var(--wi-red);transform:translateY(-2px)}.wi-btn--full{width:100%}.wi-placeholder{background:var(--wi-gray-light);border:2px dashed var(--wi-border);border-radius:var(--wi-radius);display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--wi-gray);font-size:14px}.wi-placeholder--sm{min-height:150px}.wi-hero{background:linear-gradient(135deg,var(--wi-red-light) 0%,var(--wi-white) 100%);padding:80px 24px 60px}.wi-hero .wi-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.wi-hero__badge{display:inline-block;background:var(--wi-red);color:var(--wi-white);padding:8px 16px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:20px}.wi-hero h1{font-size:56px;font-weight:600;line-height:1.1;margin:0 0 16px}.wi-hero__subtitle{font-size:20px;margin-bottom:28px}.wi-hero__btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.wi-hero__features{display:flex;flex-wrap:wrap;gap:12px 20px;font-size:13px}.wi-hero__image img{width:100%;border-radius:var(--wi-radius);box-shadow:var(--wi-shadow)}.wi-why{padding:80px 24px;background:var(--wi-white)}.wi-why__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.wi-why__card{text-align:center;padding:28px 20px;background:var(--wi-gray-light);border-radius:var(--wi-radius)}.wi-why__img{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.wi-why__img img{max-height:100%;max-width:80px;object-fit:contain}.wi-why__icon{width:72px;height:72px;background:var(--wi-red-light);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--wi-red)}.wi-why__icon svg{width:36px;height:36px}.wi-why__card h3{font-size:16px;margin-bottom:8px}.wi-why__card p{font-size:13px;margin:0}.wi-products{padding:80px 24px;background:var(--wi-gray-light)}.wi-products__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.wi-product-card{background:var(--wi-white);border-radius:var(--wi-radius);overflow:hidden;box-shadow:var(--wi-shadow);display:flex;flex-direction:column;position:relative}.wi-product-card--featured{border:2px solid var(--wi-red)}.wi-product-card__badges{position:absolute;top:12px;left:12px;z-index:2}.wi-badge{display:inline-block;padding:5px 10px;border-radius:50px;font-size:11px;font-weight:600}.wi-badge--popular{background:#fef3cd;color:#92400e}.wi-badge--info{background:var(--wi-red-light);color:var(--wi-red)}.wi-badge--featured{background:var(--wi-red);color:var(--wi-white)}.wi-product-card__image{padding:20px;background:var(--wi-gray-light)}.wi-product-card__image img{width:100%;height:180px;object-fit:contain}.wi-product-card__content{padding:20px;flex:1;display:flex;flex-direction:column}.wi-product-card__content h3{font-size:18px;margin-bottom:4px}.wi-product-card__price{font-size:22px;font-weight:700;color:var(--wi-red);margin-bottom:12px}.wi-product-card__benefits{list-style:none;margin:0 0 12px;padding:0;font-size:13px}.wi-product-card__benefits li{padding:4px 0}.wi-product-card__meta{font-size:12px;color:var(--wi-gray);margin-bottom:16px;padding-top:12px;border-top:1px solid var(--wi-border)}.wi-product-card__content>.wi-btn{margin-top:auto;margin-bottom:12px}.wi-product-card__details{margin-top:8px}.wi-product-card__details summary{font-size:13px;color:var(--wi-red);cursor:pointer;font-weight:600}.wi-product-card__details summary:hover{text-decoration:underline}.wi-product-card__expanded{padding-top:12px;font-size:13px}.wi-product-card__expanded p{margin-bottom:8px}.wi-product-card__expanded p:last-child{margin-bottom:0}.wi-compare{padding:80px 24px;background:var(--wi-red-light)}.wi-compare__cards{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:700px;margin:0 auto;align-items:stretch}.wi-compare__card{background:var(--wi-white);border-radius:var(--wi-radius);overflow:hidden;display:flex;flex-direction:column}.wi-compare__card-header{background:var(--wi-black);color:var(--wi-white);padding:24px;text-align:center}.wi-compare__card-header--red{background:var(--wi-red)}.wi-compare__rec{display:inline-block;background:#fff3;padding:4px 12px;border-radius:50px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.wi-compare__card-header h3{color:var(--wi-white);font-size:20px;margin:0 0 4px}.wi-compare__price{font-size:28px;font-weight:700}.wi-compare__card-body{padding:24px;flex:1;display:flex;flex-direction:column}.wi-compare__desc{font-weight:600;color:var(--wi-black);margin-bottom:12px}.wi-compare__card-body ul{margin:0 0 20px;padding-left:18px;font-size:14px;flex:1}.wi-compare__card-body li{margin-bottom:6px}.wi-goals{padding:80px 24px;background:var(--wi-red-light)}.wi-goals__table-wrap{overflow-x:auto}.wi-goals__table{width:100%;border-collapse:collapse;background:var(--wi-white);border-radius:var(--wi-radius);overflow:hidden;box-shadow:var(--wi-shadow);min-width:600px}.wi-goals__table th,.wi-goals__table td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--wi-border)}.wi-goals__table thead tr{background:var(--wi-black)}.wi-goals__table th{color:var(--wi-white);font-family:Poppins,sans-serif;font-weight:600;font-size:14px}.wi-goals__table tbody tr:last-child td{border-bottom:none}.wi-goals__table tbody tr:nth-child(2n){background:var(--wi-gray-light)}.wi-goals__table tbody tr:hover{background:var(--wi-red-light)}.wi-goals__table td:first-child{font-weight:500;color:var(--wi-black)}.wi-goals__table td:nth-child(2){color:var(--wi-red)}.wi-goals__table td:nth-child(3){font-size:14px;color:var(--wi-gray)}.wi-howto{padding:80px 24px;background:var(--wi-white)}.wi-howto__steps{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:32px}.wi-howto__step{text-align:center;padding:20px 12px;background:var(--wi-gray-light);border-radius:var(--wi-radius)}.wi-howto__img{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.wi-howto__img img{max-height:100%;max-width:80px;object-fit:contain}.wi-howto__num{width:48px;height:48px;background:var(--wi-red);color:var(--wi-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:20px;font-weight:700}.wi-howto__step h4{font-size:14px;margin-bottom:6px}.wi-howto__step p{font-size:12px;margin:0}.wi-howto__video{text-align:center}.wi-faq{padding:80px 24px;background:var(--wi-gray-light)}.wi-faq__list{display:flex;flex-direction:column;gap:10px}.wi-faq__item{background:var(--wi-white);border-radius:var(--wi-radius)}.wi-faq__item summary{padding:18px 24px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;color:var(--wi-black);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.wi-faq__item summary::-webkit-details-marker{display:none}.wi-faq__item summary:after{content:"+";font-size:20px;color:var(--wi-red)}.wi-faq__item[open] summary:after{content:"\2212"}.wi-faq__item p{padding:0 24px 18px;margin:0;font-size:14px}.wi-testimonials{padding:80px 24px;background:var(--wi-white)}.wi-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.wi-testimonial{display:flex;gap:16px;background:var(--wi-gray-light);padding:24px;border-radius:var(--wi-radius)}.wi-testimonial__photo{flex-shrink:0}.wi-testimonial__photo img{width:60px;height:60px;border-radius:50%;object-fit:cover}.wi-testimonial__avatar{width:60px;height:60px;background:var(--wi-red-light);color:var(--wi-red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:20px;font-weight:600}.wi-testimonial__stars{color:#fbbf24;font-size:14px;margin-bottom:8px}.wi-testimonial__content p{font-size:14px;font-style:italic;margin-bottom:10px}.wi-testimonial__content cite{display:block;font-size:13px;font-weight:600;color:var(--wi-black);font-style:normal;font-family:Poppins,sans-serif}.wi-testimonial__product{display:inline-block;margin-top:8px;padding:4px 10px;background:var(--wi-red-light);color:var(--wi-red);font-size:11px;font-weight:600;border-radius:50px}.wi-trust{padding:40px 24px;background:var(--wi-gray-light);border-top:1px solid var(--wi-border)}.wi-trust__badges{display:flex;justify-content:center;flex-wrap:wrap;gap:24px;font-size:13px;font-weight:600;color:var(--wi-gray);font-family:Poppins,sans-serif}.wi-cta{padding:60px 24px;background:linear-gradient(135deg,var(--wi-red-light) 0%,var(--wi-red) 100%);text-align:center}.wi-cta h2{font-size:32px;font-weight:600;color:var(--wi-white);margin:0 0 12px}.wi-cta>p{font-size:18px;color:var(--wi-white);opacity:.9;margin:0 0 24px}.wi-cta__btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-bottom:20px}.wi-cta__contact{color:var(--wi-white);font-size:13px;opacity:.85}@media (max-width: 1024px){.wi-hero .wi-container{grid-template-columns:1fr;gap:32px}.wi-hero__image{order:-1;max-width:400px;margin:0 auto}.wi-why__grid,.wi-products__grid{grid-template-columns:repeat(2,1fr)}.wi-howto__steps{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.wi-hero,.wi-why,.wi-products,.wi-compare,.wi-howto,.wi-faq,.wi-testimonials{padding:60px 16px}.wi-hero h1{font-size:42px}.wi-why__grid{grid-template-columns:1fr 1fr;gap:12px}.wi-products__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.wi-compare__cards{grid-template-columns:1fr;max-width:350px}.wi-howto__steps{grid-template-columns:1fr;max-width:300px;margin-left:auto;margin-right:auto}.wi-testimonials__grid{grid-template-columns:1fr}.wi-testimonial{flex-direction:column;text-align:center}.wi-testimonial__photo{margin:0 auto}.wi-hero__btns{flex-direction:column}.wi-cta__btns{flex-direction:column;align-items:center}.wi-cta__btns .wi-btn{width:100%;max-width:280px}}@media (max-width: 600px){.wi-hero h1{font-size:36px}.wi-section-title{font-size:28px}.wi-section-subtitle{font-size:18px}}@media (max-width: 480px){.wi-why__grid{grid-template-columns:1fr}}.wi-testimonials__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.wi-testimonials__nav{display:flex;gap:10px}.wi-testimonials__arrow{width:40px;height:40px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111;font-size:22px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.wi-testimonials__arrow[disabled]{opacity:.4;cursor:not-allowed}.wi-testimonials__track{display:grid;grid-auto-flow:column;gap:16px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none}.wi-testimonials__track::-webkit-scrollbar{display:none}@media (min-width: 750px){.wi-testimonials__track{grid-auto-columns:calc((100% - 32px) / 3)}}@media (max-width: 749px){.wi-testimonials__track{grid-auto-columns:88%;gap:14px}}.wi-testimonials__slide{scroll-snap-align:start;min-width:0}.wi-testimonials__dots{display:flex;justify-content:center;gap:8px;margin-top:12px}.wi-testimonials__dot{width:8px;height:8px;border-radius:999px;border:0;background:#0003;padding:0;cursor:pointer}.wi-testimonials__dot.is-active{background:#ed1b1b}
/*# sourceMappingURL=/cdn/shop/t/63/assets/wellness-injections.css.map */
