@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap";:root{--jx-green: #1E8E3E;--jx-green-dark: #145C2A;--jx-green-light: #E8F5E9;--jx-green-glow: rgba(30, 142, 62, .15);--jx-black: #1A1A1A;--jx-gray-900: #2D2D2D;--jx-gray-700: #555555;--jx-gray-500: #888888;--jx-gray-300: #D1D5DB;--jx-gray-100: #F3F4F6;--jx-gray-50: #F8FAF9;--jx-white: #FFFFFF;--jx-red: #E02020;--jx-gold: #F5A623;--jx-font-heading: "Poppins", sans-serif;--jx-font-body: "Inter", sans-serif;--jx-radius-sm: 8px;--jx-radius-md: 12px;--jx-radius-lg: 16px;--jx-radius-xl: 24px;--jx-radius-full: 9999px;--jx-shadow-sm: 0 1px 3px rgba(0,0,0,.08);--jx-shadow-md: 0 4px 12px rgba(0,0,0,.1);--jx-shadow-lg: 0 8px 30px rgba(0,0,0,.12);--jx-shadow-xl: 0 20px 60px rgba(0,0,0,.15);--jx-shadow-green: 0 4px 20px rgba(30, 142, 62, .25);--jx-transition: all .3s cubic-bezier(.4, 0, .2, 1);--jx-transition-fast: all .15s ease;--jx-transition-slow: all .5s cubic-bezier(.4, 0, .2, 1)}body.template-index,body.template-product,body.template-collection{font-family:var(--jx-font-body)!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--jx-gray-700);line-height:1.7}body.template-index h1,body.template-index h2,body.template-index h3,body.template-index h4,body.template-index h5,body.template-index h6,body.template-product h1,body.template-product h2,body.template-product h3,body.template-product h4,body.template-product h5,body.template-product h6{font-family:var(--jx-font-heading)!important;color:var(--jx-black);letter-spacing:-.02em;line-height:1.2}html{scroll-behavior:smooth}::selection{background:var(--jx-green-light);color:var(--jx-green-dark)}@keyframes jx-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes jx-fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes jx-fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes jx-fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes jx-scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes jx-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes jx-pulse-glow{0%,to{box-shadow:0 0 #1e8e3e66}50%{box-shadow:0 0 0 15px #1e8e3e00}}@keyframes jx-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes jx-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes jx-count-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes jx-slide-in-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes jx-gradient-move{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes jx-heartbeat{0%{transform:scale(1)}14%{transform:scale(1.15)}28%{transform:scale(1)}42%{transform:scale(1.15)}70%{transform:scale(1)}}@keyframes jx-ripple{0%{transform:scale(.8);opacity:1}to{transform:scale(2.5);opacity:0}}.jx-reveal{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.jx-reveal.jx-visible{opacity:1;transform:translateY(0)}.jx-reveal-left{opacity:0;transform:translate(-40px);transition:opacity .6s ease,transform .6s ease}.jx-reveal-left.jx-visible{opacity:1;transform:translate(0)}.jx-reveal-right{opacity:0;transform:translate(40px);transition:opacity .6s ease,transform .6s ease}.jx-reveal-right.jx-visible{opacity:1;transform:translate(0)}.jx-hero{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#0a0a0a,#1a2a1a,#0a1a0a)}.jx-hero__video-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.jx-hero__video-bg video,.jx-hero__video-bg img{width:100%;height:100%;object-fit:cover}.jx-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(to bottom,#0000004d,#0000001a 40%,#00000080,#000000d9)}.jx-hero__content{position:relative;z-index:3;max-width:800px;margin:0 auto;padding:0 24px;text-align:center;animation:jx-fadeInUp 1s ease .3s both}.jx-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#1e8e3e26;border:1px solid rgba(30,142,62,.3);color:#4ade80;padding:8px 20px;border-radius:var(--jx-radius-full);font-family:var(--jx-font-body);font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:24px;animation:jx-fadeInDown .8s ease .5s both}.jx-hero__badge-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:jx-pulse 2s ease infinite}.jx-hero__title{font-family:var(--jx-font-heading)!important;font-size:clamp(36px,6vw,72px);font-weight:800;color:var(--jx-white)!important;line-height:1.05;margin-bottom:20px;letter-spacing:-.03em}.jx-hero__title span{background:linear-gradient(135deg,#4ade80,#1e8e3e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.jx-hero__subtitle{font-family:var(--jx-font-body);font-size:clamp(16px,2vw,20px);color:#fffc;line-height:1.6;margin-bottom:36px;max-width:600px;margin-left:auto;margin-right:auto;animation:jx-fadeInUp .8s ease .7s both}.jx-hero__actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:jx-fadeInUp .8s ease .9s both}.jx-hero__cta{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:var(--jx-green);color:#fff!important;font-family:var(--jx-font-heading);font-size:16px;font-weight:600;border-radius:var(--jx-radius-full);text-decoration:none!important;transition:var(--jx-transition);animation:jx-pulse-glow 2s ease infinite;border:none;cursor:pointer}.jx-hero__cta:hover{background:var(--jx-green-dark);transform:translateY(-2px);box-shadow:var(--jx-shadow-green)}.jx-hero__cta-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 36px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff!important;font-family:var(--jx-font-heading);font-size:16px;font-weight:600;border-radius:var(--jx-radius-full);border:1px solid rgba(255,255,255,.2);text-decoration:none!important;transition:var(--jx-transition);cursor:pointer}.jx-hero__cta-secondary:hover{background:#fff3;border-color:#fff6;transform:translateY(-2px)}.jx-hero__scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:8px;color:#ffffff80;font-size:12px;font-family:var(--jx-font-body);letter-spacing:.1em;text-transform:uppercase;animation:jx-float 3s ease infinite}.jx-hero__scroll-mouse{width:24px;height:38px;border:2px solid rgba(255,255,255,.3);border-radius:12px;position:relative}.jx-hero__scroll-mouse:after{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#ffffff80;border-radius:2px;animation:jx-float 1.5s ease infinite}.jx-stats{background:linear-gradient(135deg,var(--jx-green-dark) 0%,var(--jx-green) 100%);padding:48px 24px;position:relative;overflow:hidden}.jx-stats:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 50%);animation:jx-gradient-move 15s ease infinite}.jx-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1200px;margin:0 auto;position:relative;z-index:1}.jx-stats__item{text-align:center;padding:16px;border-right:1px solid rgba(255,255,255,.15)}.jx-stats__item:last-child{border-right:none}.jx-stats__number{font-family:var(--jx-font-heading);font-size:clamp(32px,4vw,48px);font-weight:800;color:#fff;line-height:1;margin-bottom:8px}.jx-stats__label{font-family:var(--jx-font-body);font-size:14px;color:#fffc;font-weight:500;letter-spacing:.02em}.jx-stats__icon{font-size:28px;margin-bottom:12px;display:block}.jx-how-it-works{padding:80px 24px;background:var(--jx-white);position:relative}.jx-how-it-works__header{text-align:center;max-width:700px;margin:0 auto 60px}.jx-how-it-works__label{display:inline-block;font-family:var(--jx-font-heading);font-size:13px;font-weight:600;color:var(--jx-green);text-transform:uppercase;letter-spacing:.15em;margin-bottom:12px;background:var(--jx-green-light);padding:6px 16px;border-radius:var(--jx-radius-full)}.jx-how-it-works__title{font-size:clamp(28px,4vw,42px);font-weight:700;margin-bottom:16px}.jx-how-it-works__subtitle{font-size:17px;color:var(--jx-gray-500);line-height:1.7}.jx-hiw-cards{display:flex;align-items:center;justify-content:center;gap:0;max-width:1200px;margin:0 auto}.jx-hiw-card{flex:1;max-width:340px;background:var(--jx-white);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.jx-hiw-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #1e8e3e1f}.jx-hiw-card__image{position:relative;width:100%;aspect-ratio:4/5;overflow:hidden;background:#f5f5f5}.jx-hiw-card__image img{width:100%;height:100%;object-fit:cover;display:block}.jx-hiw-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--jx-green-light);font-size:64px}.jx-hiw-card__number{position:absolute;top:16px;left:16px;width:44px;height:44px;background:var(--jx-green);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--jx-font-heading);font-weight:700;font-size:20px;box-shadow:0 4px 12px #1e8e3e4d}.jx-hiw-card__content{padding:24px 20px;text-align:center}.jx-hiw-card__title{font-family:var(--jx-font-heading);font-size:20px;font-weight:700;color:var(--jx-black);margin-bottom:8px}.jx-hiw-card__desc{font-size:14px;color:var(--jx-gray-500);line-height:1.6;margin:0}.jx-hiw-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0 8px;opacity:.6}.jx-how-it-works__demo{margin-top:60px;text-align:center}.jx-how-it-works__demo-video{max-width:700px;margin:0 auto;border-radius:var(--jx-radius-lg);overflow:hidden;box-shadow:var(--jx-shadow-xl);position:relative}.jx-how-it-works__demo-video img,.jx-how-it-works__demo-video video{width:100%;display:block}.jx-trust{padding:60px 24px;background:var(--jx-gray-50);border-top:1px solid var(--jx-gray-300);border-bottom:1px solid var(--jx-gray-300)}.jx-trust__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;max-width:1200px;margin:0 auto}.jx-trust__item{text-align:center;padding:24px 16px;background:#fff;border-radius:var(--jx-radius-md);transition:var(--jx-transition);border:1px solid transparent}.jx-trust__item:hover{border-color:var(--jx-green-light);box-shadow:var(--jx-shadow-md);transform:translateY(-4px)}.jx-trust__icon{width:48px;height:48px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;font-size:32px}.jx-trust__icon svg{width:40px;height:40px;stroke:var(--jx-green)}.jx-trust__text{font-family:var(--jx-font-heading);font-size:13px;font-weight:600;color:var(--jx-black);line-height:1.4}.jx-featured{padding:80px 24px;background:var(--jx-white)}.jx-featured__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.jx-featured__gallery{position:relative}.jx-featured__main-image{border-radius:var(--jx-radius-lg);overflow:hidden;box-shadow:none;position:relative}.jx-featured__main-image img{width:100%;display:block;transition:transform .5s ease}.jx-featured__main-image:hover img{transform:scale(1.03)}.jx-featured__badge{position:absolute;top:16px;left:16px;background:var(--jx-green);color:#fff;padding:6px 14px;border-radius:var(--jx-radius-full);font-family:var(--jx-font-heading);font-size:13px;font-weight:700;z-index:2}.jx-featured__thumbnails{display:flex;gap:12px;margin-top:16px}.jx-featured__thumb{width:80px;height:80px;border-radius:var(--jx-radius-sm);overflow:hidden;border:2px solid var(--jx-gray-300);cursor:pointer;transition:var(--jx-transition)}.jx-featured__thumb:hover,.jx-featured__thumb.active{border-color:var(--jx-green)}.jx-featured__thumb img{width:100%;height:100%;object-fit:cover}.jx-featured__info{padding:20px 0}.jx-featured__label{display:inline-block;background:var(--jx-green-light);color:var(--jx-green);padding:6px 14px;border-radius:var(--jx-radius-full);font-family:var(--jx-font-heading);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.jx-featured__title{font-size:clamp(28px,3.5vw,38px);font-weight:700;margin-bottom:12px;line-height:1.15}.jx-featured__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.jx-featured__stars{color:var(--jx-gold);font-size:18px;letter-spacing:2px}.jx-featured__review-count{font-size:14px;color:var(--jx-gray-500)}.jx-featured__price{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.jx-featured__price-current{font-family:var(--jx-font-heading);font-size:36px;font-weight:700;color:var(--jx-green)}.jx-featured__price-original{font-size:20px;color:var(--jx-gray-500);text-decoration:line-through}.jx-featured__price-save{font-size:14px;font-weight:600;color:var(--jx-green);background:var(--jx-green-light);padding:4px 10px;border-radius:var(--jx-radius-full)}.jx-featured__desc{font-size:16px;color:var(--jx-gray-700);line-height:1.7;margin-bottom:24px}.jx-featured__benefits{list-style:none;padding:0;margin:0 0 32px}.jx-featured__benefits li{display:flex;align-items:center;gap:12px;padding:10px 0;font-size:15px;color:var(--jx-gray-700);border-bottom:1px solid var(--jx-gray-100)}.jx-featured__benefits li:last-child{border-bottom:none}.jx-featured__check{width:24px;height:24px;background:var(--jx-green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.jx-featured__check svg{width:14px;height:14px;stroke:var(--jx-green);stroke-width:3;fill:none}.jx-featured__actions{display:flex;gap:12px}.jx-featured__add-to-cart{flex:1;padding:18px 32px;background:var(--jx-green);color:#fff;font-family:var(--jx-font-heading);font-size:16px;font-weight:600;border:none;border-radius:var(--jx-radius-full);cursor:pointer;transition:var(--jx-transition);text-align:center;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px}.jx-featured__add-to-cart:hover{background:var(--jx-green-dark);box-shadow:var(--jx-shadow-green);transform:translateY(-2px)}.jx-brand-story{padding:100px 24px;background:var(--jx-black);position:relative;overflow:hidden}.jx-brand-story:before{content:"";position:absolute;top:0;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(30,142,62,.1) 0%,transparent 70%);border-radius:50%}.jx-brand-story__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:1}.jx-brand-story__content{color:#fff}.jx-brand-story__label{display:inline-flex;align-items:center;gap:8px;color:var(--jx-green);font-family:var(--jx-font-heading);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;margin-bottom:20px}.jx-brand-story__label:before{content:"";width:30px;height:2px;background:var(--jx-green)}.jx-brand-story__title{font-size:clamp(32px,4vw,48px);font-weight:700;color:#fff!important;margin-bottom:24px;line-height:1.15}.jx-brand-story__title span{color:var(--jx-green)!important;background:none;-webkit-text-fill-color:var(--jx-green)}.jx-brand-story__text{font-size:17px;color:#ffffffb3;line-height:1.8;margin-bottom:24px}.jx-brand-story__quote{padding:24px;border-left:3px solid var(--jx-green);background:#1e8e3e14;border-radius:0 var(--jx-radius-md) var(--jx-radius-md) 0;margin-bottom:32px}.jx-brand-story__quote p{font-family:var(--jx-font-heading);font-size:18px;font-weight:500;color:#ffffffe6;font-style:italic;margin:0 0 12px;line-height:1.6}.jx-brand-story__quote cite{font-style:normal;font-size:14px;color:var(--jx-green);font-weight:600}.jx-brand-story__visual{position:relative}.jx-brand-story__image{border-radius:var(--jx-radius-lg);overflow:hidden;box-shadow:var(--jx-shadow-xl)}.jx-brand-story__image img{width:100%;display:block}.jx-brand-story__floating-card{position:absolute;bottom:-20px;left:-20px;background:#fff;padding:20px 24px;border-radius:var(--jx-radius-md);box-shadow:var(--jx-shadow-lg);animation:jx-float 4s ease infinite}.jx-brand-story__floating-card-number{font-family:var(--jx-font-heading);font-size:32px;font-weight:800;color:var(--jx-green);line-height:1}.jx-brand-story__floating-card-text{font-size:13px;color:var(--jx-gray-500);font-weight:500}.jx-newsletter{padding:80px 24px;background:linear-gradient(135deg,var(--jx-green-light) 0%,#DCF5E3 50%,var(--jx-green-light) 100%);position:relative;overflow:hidden}.jx-newsletter:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;background:#1e8e3e14;border-radius:50%}.jx-newsletter__container{max-width:600px;margin:0 auto;text-align:center;position:relative;z-index:1}.jx-newsletter__icon{font-size:40px;margin-bottom:16px}.jx-newsletter__title{font-size:clamp(24px,3vw,36px);font-weight:700;color:var(--jx-black);margin-bottom:12px}.jx-newsletter__subtitle{font-size:16px;color:var(--jx-gray-700);margin-bottom:32px;line-height:1.6}.jx-newsletter__form{display:flex;gap:12px;max-width:480px;margin:0 auto 16px}.jx-newsletter__input{flex:1;padding:16px 24px;border:2px solid var(--jx-gray-300);border-radius:var(--jx-radius-full);font-family:var(--jx-font-body);font-size:15px;background:#fff;transition:var(--jx-transition);outline:none}.jx-newsletter__input:focus{border-color:var(--jx-green);box-shadow:0 0 0 4px var(--jx-green-glow)}.jx-newsletter__submit{padding:16px 28px;background:var(--jx-green);color:#fff;font-family:var(--jx-font-heading);font-size:15px;font-weight:600;border:none;border-radius:var(--jx-radius-full);cursor:pointer;transition:var(--jx-transition);white-space:nowrap}.jx-newsletter__submit:hover{background:var(--jx-green-dark);box-shadow:var(--jx-shadow-green)}.jx-newsletter__privacy{font-size:13px;color:var(--jx-gray-500)}.template-index .bls__product-item,.template-collection .bls__product-item{border-radius:var(--jx-radius-md)!important;overflow:hidden;transition:var(--jx-transition)!important;border:1px solid var(--jx-gray-100)}.template-index .bls__product-item:hover,.template-collection .bls__product-item:hover{box-shadow:var(--jx-shadow-lg)!important;transform:translateY(-4px)!important;border-color:var(--jx-green-light)}.bls__product-item .bls__product-name a,.bls__product-item .bls__product-name a.limited-line{font-family:var(--jx-font-heading)!important;font-weight:600!important;font-size:14px!important;color:var(--jx-black)!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.template-index .bls__product-item .bls__product-price .special-price,.template-collection .bls__product-item .bls__product-price .special-price,.template-index .bls__product-item .bls__product-price .price__regular,.template-collection .bls__product-item .bls__product-price .price__regular{font-family:var(--jx-font-heading)!important;font-weight:700!important;color:var(--jx-green)!important;font-size:18px!important}.template-index .bls__product-item .bls__product-price .compare-price,.template-collection .bls__product-item .bls__product-price .compare-price{font-family:var(--jx-font-heading)!important;font-weight:400!important;color:#999!important;font-size:14px!important;text-decoration:line-through!important}.template-index .bls__section-header h2,.template-index .bls__section-header .section-heading{font-family:var(--jx-font-heading)!important;font-weight:700!important;font-size:clamp(24px,3vw,36px)!important;color:var(--jx-black)!important;letter-spacing:-.02em!important}.template-index .btn--primary,.template-product .btn--primary,.template-index .bls__button-primary,.template-product .bls__button-primary{background:var(--jx-green)!important;border-color:var(--jx-green)!important;border-radius:var(--jx-radius-full)!important;font-family:var(--jx-font-heading)!important;font-weight:600!important;transition:var(--jx-transition)!important;padding:14px 28px!important}.template-index .btn--primary:hover,.template-product .btn--primary:hover,.template-index .bls__button-primary:hover,.template-product .bls__button-primary:hover{background:var(--jx-green-dark)!important;border-color:var(--jx-green-dark)!important;box-shadow:var(--jx-shadow-green)!important;transform:translateY(-2px)!important}.template-index .bls__header,.template-product .bls__header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.template-index .bls__header .bls__nav-link,.template-product .bls__header .bls__nav-link{font-family:var(--jx-font-heading)!important;font-weight:500!important;font-size:14px!important;letter-spacing:.01em!important}.template-index footer h3,.template-product footer h3,footer h3,footer .bls__footer_block-title{font-family:var(--jx-font-heading)!important;font-weight:600!important;font-size:16px!important;letter-spacing:.02em;color:#fff!important;opacity:1!important}.section-icon-box h3,.section-icon-box .bls__iconbox-heading,[id*=icon_box] h3,[id*=icon_box] .bls__iconbox-heading{color:#fff!important;opacity:1!important}.template-product .product-title{font-family:var(--jx-font-heading)!important;font-weight:700!important;font-size:clamp(24px,3vw,32px)!important;line-height:1.2!important;letter-spacing:-.02em!important}.template-product .bls__product-price .special-price,.template-product .bls__product-price .price__regular{font-family:var(--jx-font-heading)!important;font-weight:700!important;color:var(--jx-green)!important;font-size:clamp(22px,4vw,28px)!important}.template-product .bls__product-price .compare-price{font-family:var(--jx-font-heading)!important;font-weight:400!important;color:#999!important;font-size:clamp(14px,2.5vw,18px)!important;text-decoration:line-through!important}.template-product .product__description{font-family:var(--jx-font-body)!important;font-size:15px!important;line-height:1.7!important}@media(max-width:768px){.jx-hero{min-height:75vh}.jx-hero__title{font-size:32px}.jx-hero__subtitle{font-size:15px}.jx-hero__actions{flex-direction:column;align-items:center}.jx-hero__cta,.jx-hero__cta-secondary{width:100%;max-width:300px;justify-content:center}.jx-hero__scroll-indicator{display:none}.jx-stats__grid{grid-template-columns:repeat(2,1fr);gap:20px}.jx-stats__item{border-right:none;padding:12px}.jx-stats__item:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.jx-stats__number{font-size:28px}.jx-how-it-works{padding:60px 20px}.jx-hiw-cards{flex-direction:column;gap:24px}.jx-hiw-card{max-width:100%;display:flex;flex-direction:row;border-radius:12px}.jx-hiw-card__image{width:120px;min-width:120px;aspect-ratio:auto;height:auto}.jx-hiw-card__content{text-align:left;padding:16px;display:flex;flex-direction:column;justify-content:center}.jx-hiw-card__number{width:32px;height:32px;font-size:15px;top:8px;left:8px}.jx-hiw-arrow{display:none}.jx-trust__grid{grid-template-columns:repeat(2,1fr);gap:12px}.jx-trust__item{padding:16px 12px}.jx-trust__grid .jx-trust__item:last-child{grid-column:1 / -1}.jx-featured__container{grid-template-columns:1fr;gap:32px}.jx-featured__title{font-size:26px}.jx-featured__price{flex-wrap:wrap;gap:6px 12px}.jx-featured__price-current{font-size:28px}.jx-featured__price-original{font-size:18px}.jx-featured__price-save{font-size:13px;padding:3px 8px}.jx-brand-story__container{grid-template-columns:1fr;gap:40px}.jx-brand-story{padding:60px 20px}.jx-brand-story__floating-card{position:relative;bottom:auto;left:auto;margin-top:20px;display:inline-block}.jx-newsletter__form{flex-direction:column}.jx-newsletter__submit{width:100%}}@media(max-width:480px){.jx-hero{min-height:70vh}.jx-hero__badge{font-size:11px;padding:6px 14px}.jx-stats__number{font-size:24px}.jx-stats__label{font-size:12px}.jx-trust__grid{grid-template-columns:repeat(2,1fr)}.jx-featured__price{flex-wrap:wrap;gap:4px 10px;align-items:center}.jx-featured__price-current{font-size:26px}.jx-featured__price-original{font-size:16px}.jx-featured__price-save{font-size:12px;padding:3px 8px}.jx-featured__label{font-size:11px;padding:5px 10px}}.bls__product-item{--product-images-style-radius: 8px}.bls__product-item .bls__product-img,.bls__product-item .bls__product-img>a,.bls__product-item .bls__responsive-image{border-radius:8px!important}.bls__product-item,.bls__section .bls__product-item,.bls__grid .bls__product-item,.swiper-slide .bls__product-item{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;--bls-box-shadow: none !important}.bls__product-item:hover,.bls__section .bls__product-item:hover,.bls__grid .bls__product-item:hover,.swiper-slide .bls__product-item:hover,.bls__product-item.hover-box-shadow:hover,.hover-box-shadow.bls__product-item:hover{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;transform:none!important;-webkit-transform:none!important;--bls-box-shadow: none !important}.bls__grid.bls__product-style-3 .bls__product-item{border:1px solid transparent;border-radius:8px}.bls__grid.bls__product-style-3 .bls__product-item:hover{border-color:transparent;box-shadow:none}.bls__section .swiper-slide .bls__product-item,.bls__section.has-bg .bls__grid .bls__product-item{background:transparent!important;border-radius:0!important;border:none!important;box-shadow:none!important;overflow:visible}.bls__section .swiper-slide .bls__product-item:hover,.bls__section.has-bg .bls__grid .bls__product-item:hover{background:transparent!important;box-shadow:none!important;transform:none!important}.bls__product-item .bls__product-badge,.bls__product-item .bls__sale-badge{background:var(--jx-green)!important;color:#fff!important;border-radius:6px;font-weight:600}.bls__product-item .bls__product-compare-price{color:#999}.bls__product-icon:not(.origin-style){background:#fffffff2;border:1px solid #f0f0f0;border-radius:50%;box-shadow:0 2px 8px #0000000f}.bls__product-icon:not(.origin-style):hover{background:var(--jx-green);border-color:var(--jx-green);color:#fff}.bls__testimonials-product .swipper-next-back{display:none!important}.jx-tes-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:44px!important;height:44px!important;border-radius:50%!important;background:#fff!important;border:1px solid var(--jx-gray-300)!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer;z-index:10;box-shadow:0 2px 8px #0000001a!important;transition:all .3s ease;opacity:1!important}.jx-tes-arrow--next{right:4px!important;left:auto!important}.jx-tes-arrow--prev{left:4px!important;right:auto!important}.jx-tes-arrow:hover{background:var(--jx-green)!important;border-color:var(--jx-green)!important;color:#fff}.jx-tes-arrow:after{display:none!important}.jx-tes-pagination{margin-top:24px;text-align:center}.jx-tes-pagination .swiper-pagination-bullet{width:10px;height:10px;background:var(--jx-gray-300);opacity:1;border-radius:50%;transition:all .3s ease}.jx-tes-pagination .swiper-pagination-bullet-active{background:var(--jx-green);width:28px;border-radius:5px}@media(max-width:768px){.bls__testimonials-product .bls__tes-img{display:block!important;max-height:300px;overflow:hidden}.jx-tes-arrow{width:36px!important;height:36px!important}.jx-tes-arrow--next{right:2px!important}.jx-tes-arrow--prev{left:2px!important}}.jx-rating{display:flex;align-items:center;gap:6px;margin:4px 0 2px;line-height:1}.jx-rating__stars{display:flex;align-items:center;gap:1px}.jx-rating__star{width:14px;height:14px;flex-shrink:0}.jx-rating__count{font-family:var(--jx-font-body, sans-serif);font-size:13px;font-weight:400;color:#007185;text-decoration:none;white-space:nowrap}.bls__product-item .jx-rating__count:hover{color:#c7511f;text-decoration:underline}.template-product .jx-rating{gap:8px;margin:6px 0 4px}.template-product .jx-rating__star{width:18px;height:18px}.template-product .jx-rating__count{font-size:14px}@media(max-width:767px){.jx-rating__star{width:12px;height:12px}.jx-rating__count{font-size:12px}.template-product .jx-rating__star{width:16px;height:16px}.template-product .jx-rating__count{font-size:13px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/jivanx-premium.css.map */
