.smarter-subscription-section{margin-top:var(--section-margin-top, 0);margin-bottom:var(--section-margin-bottom, 0);padding-top:var(--section-padding-top, 80px);padding-bottom:var(--section-padding-bottom, 80px);background-color:var(--section-bg-color, #ffffff);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden}.smarter-subscription-container{max-width:100%;margin:0 auto;padding:0 3rem}.smarter-subscription-heading{font-size:var(--heading-font-size, 48px);color:var(--heading-color, #000000);text-align:center;margin:0 0 15px;font-weight:400;line-height:1.2;letter-spacing:-.02em}.smarter-subscription-heading strong,.smarter-subscription-heading b{font-weight:600;color:var(--heading-bold-color, #000000)}.smarter-subscription-subtitle{font-size:var(--subtitle-font-size, 16px);color:var(--subtitle-color, #666666);text-align:center;max-width:390px;margin:0 auto 60px;line-height:1.6;font-weight:400}.smarter-subscription-steps{position:relative;overflow:hidden}.steps-wrapper{display:flex;justify-content:center;align-items:flex-start;gap:30px;transition:transform .4s ease}.step-item{display:flex;align-items:center;gap:20px;flex:0 0 auto;min-width:0}.step-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:290px}.step-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.step-icon img{max-width:100%;max-height:100%;width:var(--icon-size, 80px);height:var(--icon-size, 80px);object-fit:cover}@media (min-width:769px){.step-item{min-height:190px;height:auto}.step-icon{height:100px}}.step-icon-svg svg,.step-icon-default svg{width:var(--icon-size, 80px);height:var(--icon-size, 80px)}.step-icon-default svg[viewBox="0 0 24 24"]{color:#ff3d00}.step-text{text-align:center}.step-title{font-size:var(--step-title-font-size, 16px);color:var(--step-title-color, #666666);margin:0;line-height:1.5;font-weight:400}.step-title strong,.step-title b{font-weight:600;color:var(--step-title-bold-color, #000000)}.step-description{font-size:var(--step-text-font-size, 16px);color:var(--step-text-color, #666666);margin:0;line-height:1.5;font-weight:400}.step-arrow{display:flex;align-items:center;justify-content:center;padding:0 10px;flex-shrink:0}.step-arrow svg{width:120px;height:20px}.accent-line{position:absolute;bottom:0;left:0;right:0;height:var(--accent-line-height, 4px);background-color:var(--accent-line-color, #FF5722)}.slider-controls{display:none;justify-content:center;align-items:center;gap:15px;margin-top:30px}.slider-arrow{width:40px;height:40px;border:1px solid #e0e0e0;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.slider-arrow:hover{background:#f5f5f5;border-color:#ccc}.slider-arrow svg{width:20px;height:20px;stroke:#333}.slider-dots{display:flex;gap:8px;align-items:center}.slider-dot{width:10px;height:10px;border-radius:50%;background:#e0e0e0;border:none;padding:0;cursor:pointer;transition:all .3s ease}.slider-dot.active,.slider-dot:hover{background:#333}.smarter-subscription-steps.slider-active .steps-wrapper{justify-content:flex-start}.smarter-subscription-steps.slider-active .step-item{flex:0 0 100%;justify-content:center}.smarter-subscription-steps.slider-active .step-arrow{display:none}.smarter-subscription-steps.slider-active+.slider-controls,.smarter-subscription-steps.slider-active .slider-controls{display:flex}@media screen and (max-width: 1024px){.smarter-subscription-section{padding-top:var(--section-padding-top-mobile, 50px);padding-bottom:var(--section-padding-bottom-mobile, 50px)}.smarter-subscription-heading{font-size:calc(var(--heading-font-size-mobile, 32px) + 6px)}.smarter-subscription-subtitle{font-size:var(--subtitle-font-size-mobile, 14px);margin-bottom:40px;max-width:100%}.steps-wrapper{gap:15px}.step-arrow svg{width:80px}.step-content{max-width:180px}.step-icon{width:calc(var(--icon-size-mobile, 60px) + 10px);height:calc(var(--icon-size-mobile, 60px) + 10px);margin-bottom:15px}.step-icon-svg svg,.step-icon-default svg{width:calc(var(--icon-size-mobile, 60px) + 10px);height:calc(var(--icon-size-mobile, 60px) + 10px)}}@media screen and (max-width: 767px){.smarter-subscription-section{padding-top:var(--section-padding-top-mobile, 50px);padding-bottom:var(--section-padding-bottom-mobile, 50px)}.smarter-subscription-container{margin:0 15px;background:#ffeff4;border-radius:20px;padding:40px 20px}.smarter-subscription-heading{font-size:var(--heading-font-size-mobile, 32px);margin-bottom:12px}.smarter-subscription-subtitle{font-size:var(--subtitle-font-size-mobile, 14px);margin-bottom:40px;padding:0 10px}.step-icon{width:var(--icon-size-mobile, 60px);height:var(--icon-size-mobile, 60px);margin-bottom:15px}.step-icon-svg svg,.step-icon-default svg{width:var(--icon-size-mobile, 60px);height:var(--icon-size-mobile, 60px)}.step-title{font-size:var(--step-title-font-size-mobile, 14px)}.step-description{font-size:var(--step-text-font-size-mobile, 14px)}.step-content{max-width:250px}.smarter-subscription-steps:not(.slider-active) .steps-wrapper{flex-direction:column;align-items:center;gap:30px}.smarter-subscription-steps:not(.slider-active) .step-item{flex-direction:column;align-items:center;gap:40px}.smarter-subscription-steps:not(.slider-active) .step-arrow{transform:rotate(90deg);padding:10px 0}.smarter-subscription-steps:not(.slider-active) .step-arrow svg{width:80px}.smarter-subscription-steps.slider-active .steps-wrapper{flex-direction:row;flex-wrap:nowrap}.smarter-subscription-steps.slider-active .step-item{flex:0 0 100%;flex-direction:column}.slider-controls{margin-top:25px}.slider-arrow{width:36px;height:36px}.slider-dot{width:8px;height:8px}}@media screen and (max-width: 400px){.smarter-subscription-heading{font-size:calc(var(--heading-font-size-mobile, 32px) - 4px)}.smarter-subscription-subtitle{font-size:calc(var(--subtitle-font-size-mobile, 14px) - 1px)}.step-content{max-width:100%}}@media screen and (min-width: 1025px){.smarter-subscription-steps.slider-active .step-item{flex:0 0 calc(33.333% - 20px);min-width:300px}.smarter-subscription-steps.slider-active.desktop-slider .slider-controls{display:flex}}.mobile-slider-enabled.slider-active .slider-controls{display:flex}.steps-wrapper{will-change:transform}.step-item{opacity:1;transition:opacity .3s ease}@media print{.smarter-subscription-section{padding:20px 0;background:none!important}.slider-controls{display:none!important}.steps-wrapper{transform:none!important;flex-wrap:wrap;justify-content:center}.step-arrow{display:block!important}}
/*# sourceMappingURL=/cdn/shop/t/84/assets/smarter-subscription.css.map */
