:root{--sph-font-family: inherit}.sph-section{position:relative;width:100%;box-sizing:border-box;overflow:hidden;font-family:var(--sph-font-family);background-color:var(--sph-bg-color, #f8fafc);background-image:var(--sph-bg-gradient, none);color:var(--sph-text-color, #1e293b);padding-top:var(--sph-pt-desktop, 80px);padding-bottom:var(--sph-pb-desktop, 80px);transition:background .3s ease}.sph-container{width:100%;max-width:var(--sph-max-width, 1280px);margin-left:auto;margin-right:auto;padding-left:var(--sph-px-desktop, 24px);padding-right:var(--sph-px-desktop, 24px);box-sizing:border-box}.sph-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.sph-grid--reverse{grid-template-columns:1fr 1fr}.sph-grid--reverse .sph-content-col{order:2}.sph-grid--reverse .sph-image-col{order:1}.sph-content-col{display:flex;flex-direction:column;align-items:var(--sph-content-align, flex-start);text-align:var(--sph-text-align, left);z-index:2}.sph-badge-wrapper{margin-bottom:20px}.sph-badge{display:inline-flex;align-items:center;gap:8px;padding:4px 16px;background:var(--sph-badge-bg, #eff6ff);color:var(--sph-badge-color, #2563eb);border:1px solid var(--sph-badge-border-color, #bfdbfe);border-radius:var(--sph-badge-radius, 50px);font-size:12px;font-weight:600;letter-spacing:.3px}.sph-badge__icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.sph-badge__icon svg,.sph-badge__icon img{width:100%;height:100%;object-fit:contain}.sph-title{margin:0 0 10px;color:var(--sph-heading-color, #0f172a);font-size:var(--sph-title-size-desktop, 48px);line-height:var(--sph-title-lh, 1.15);font-weight:var(--sph-title-weight, 800);letter-spacing:-.02em}.sph-title .sph-highlight-text{background:var(--sph-highlight-gradient, linear-gradient(135deg, #16a34a 0%, #0d9488 100%));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.sph-description{margin:0 0 10px;color:var(--sph-desc-color, #475569);font-size:var(--sph-desc-size-desktop, 18px);line-height:1.6;font-weight:400;max-width:var(--sph-desc-max-width, 560px)}.sph-features-wrapper{width:100%;margin-bottom:32px}.sph-features-grid{display:grid;grid-template-columns:repeat(var(--sph-feature-cols, 2),1fr);gap:8px}.sph-feature-card{display:flex;align-items:center;gap:14px;padding:14px 18px;background:var(--sph-feat-bg, #ffffff);border:1px solid var(--sph-feat-border-color, #e2e8f0);border-radius:var(--sph-feat-radius, 14px);transition:all .25s cubic-bezier(.4,0,.2,1)}.sph-feature-card:hover{transform:translateY(-3px);border-color:var(--sph-feat-hover-border, #16a34a)}.sph-feature-card__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;background:var(--sph-feat-icon-bg, #f0fdf4);color:var(--sph-feat-icon-color, #16a34a);border-radius:var(--sph-feat-icon-radius, 10px);font-size:20px}.sph-feature-card__icon svg{width:22px;height:22px;fill:currentColor}.sph-feature-card__icon img{width:24px;height:24px;object-fit:contain}.sph-feature-card__content{display:flex;flex-direction:column;text-align:left}.sph-feature-card__title{font-size:15px;font-weight:700;color:var(--sph-feat-title-color, #0f172a);margin:0;line-height:1.3}.sph-feature-card__subtitle{font-size:13px;font-weight:400;color:var(--sph-feat-sub-color, #64748b);margin:2px 0 0;line-height:1.3}.sph-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:36px;width:100%}.sph-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:var(--sph-btn-py, 16px) var(--sph-btn-px, 32px);font-size:var(--sph-btn-font-size, 16px);font-weight:600;text-decoration:none;border-style:solid;cursor:pointer;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-sizing:border-box;text-align:center;white-space:nowrap;text-transform:uppercase}.sph-btn__icon{display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.sph-btn:hover .sph-btn__icon{transform:translate(3px)}.sph-btn--primary{background-color:var(--sph-btn1-bg, #16a34a);color:var(--sph-btn1-color, #ffffff);border-color:var(--sph-btn1-border, #16a34a);border-width:var(--sph-btn1-bw, 1px);border-radius:var(--sph-btn1-radius, 50px)}.sph-btn--primary:hover{background-color:var(--sph-btn1-hover-bg, #15803d);color:var(--sph-btn1-hover-color, #ffffff);border-color:var(--sph-btn1-hover-border, #15803d);transform:translateY(-2px)}.sph-btn--secondary{background-color:var(--sph-btn2-bg, #ffffff);color:var(--sph-btn2-color, #0f172a);border-color:var(--sph-btn2-border, #cbd5e1);border-width:var(--sph-btn2-bw, 1.5px);border-radius:var(--sph-btn2-radius, 50px)}.sph-btn--secondary:hover{background-color:var(--sph-btn2-hover-bg, #f8fafc);color:var(--sph-btn2-hover-color, #16a34a);border-color:var(--sph-btn2-hover-border, #16a34a);transform:translateY(-2px)}.sph-btn--shine:before{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:skew(-20deg);transition:none}.sph-btn--shine:hover:before{left:140%;transition:left .75s ease-in-out}.sph-trust-bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-top:16px;border-top:1px solid var(--sph-trust-border-color, rgba(226, 232, 240, .8));width:100%}.sph-trust-avatars{display:flex;align-items:center}.sph-avatar-img{width:38px;height:38px;border-radius:50%;border:2px solid #ffffff;margin-left:-12px;object-fit:cover;box-shadow:0 2px 8px #0000001a}.sph-avatar-img:first-child{margin-left:0}.sph-trust-info{display:flex;flex-direction:column;text-align:left}.sph-stars{display:flex;align-items:center;gap:3px;color:var(--sph-star-color, #f59e0b);margin-bottom:2px}.sph-stars svg{width:16px;height:16px;fill:currentColor}.sph-trust-text{font-size:13px;font-weight:600;color:var(--sph-trust-text-color, #475569);margin:0}.sph-trust-text span{color:var(--sph-trust-highlight, #0f172a);font-weight:700}.sph-trust-badge-pill{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--sph-guarantee-color, #15803d);background:var(--sph-guarantee-bg, #f0fdf4);padding:6px 12px;border-radius:20px;border:1px solid var(--sph-guarantee-border, #bbf7d0)}.sph-image-col{position:relative;display:flex;align-items:center;justify-content:center;z-index:1}.sph-image-card{position:relative;width:100%;max-width:var(--sph-img-max-width, 520px);border-radius:var(--sph-img-radius, 24px);perspective:1000px}.sph-ambient-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:var(--sph-glow-color, radial-gradient(circle, rgba(22, 163, 74, .25) 0%, rgba(13, 148, 136, .15) 50%, transparent 70%));filter:blur(40px);border-radius:50%;z-index:-1;pointer-events:none;animation:sphPulseGlow 6s ease-in-out infinite alternate}@keyframes sphPulseGlow{0%{transform:translate(-50%,-50%) scale(.9);opacity:.7}to{transform:translate(-50%,-50%) scale(1.1);opacity:1}}.sph-image-inner{position:relative;width:100%;border-radius:var(--sph-img-radius, 24px);overflow:hidden;background:var(--sph-img-bg, transparent);transition:transform .4s ease-out}.sph-image-inner img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .5s ease}.sph-image-card:hover .sph-image-inner img{transform:scale(1.03)}.sph-float-badge{position:absolute;display:flex;align-items:center;gap:12px;padding:12px 18px;background:var(--sph-float-bg, rgba(255, 255, 255, .9));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--sph-float-border, rgba(255, 255, 255, .6));border-radius:var(--sph-float-radius, 16px);z-index:3;animation:sphFloatMotion 4s ease-in-out infinite alternate}.sph-float-badge--1{top:4%;left:-30px;animation-delay:0s}.sph-float-badge--2{bottom:4%;right:-14%;animation-delay:2s}@keyframes sphFloatMotion{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.sph-float-badge__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--sph-float-icon-bg, #dcfce7);color:var(--sph-float-icon-color, #15803d);font-size:18px}.sph-float-badge__title{font-size:13px;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.sph-float-badge__sub{font-size:11px;color:#64748b;margin:2px 0 0}.sph-ribbon-badge{position:absolute;top:20px;right:20px;background:var(--sph-ribbon-bg, #ef4444);color:#fff;padding:8px 14px;border-radius:30px;font-size:12px;font-weight:800;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 15px #ef444466;z-index:4}@media(max-width:991px){.sph-section{padding-top:var(--sph-pt-mobile, 48px);padding-bottom:var(--sph-pb-mobile, 48px)}.sph-container{padding-left:var(--sph-px-mobile, 16px);padding-right:var(--sph-px-mobile, 16px)}.sph-grid{grid-template-columns:1fr;gap:40px}.sph-grid--reverse .sph-content-col{order:1}.sph-grid--reverse .sph-image-col{order:2}.sph-title{font-size:var(--sph-title-size-mobile, 32px)}.sph-description{font-size:var(--sph-desc-size-mobile, 16px)}.sph-features-grid{grid-template-columns:1fr}.sph-actions{flex-direction:column;align-items:stretch}.sph-btn{width:100%}.sph-float-badge--1{left:0;top:5%}.sph-float-badge--2{right:0;bottom:5%}}@media(max-width:480px){.sph-badge{font-size:12px;padding:6px 12px}.sph-float-badge{padding:8px 12px}.sph-float-badge__icon{width:30px;height:30px;font-size:14px}.sph-trust-bar{justify-content:center;text-align:center}.sph-trust-info{align-items:center}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/supplement_hero.css.map */
