.whats-included{--wi-card-radius: 20px;--wi-card-gap: 14px;--wi-card-pad-y: 22px;--wi-card-pad-l: 22px;--wi-card-pad-r: 35px;--wi-img-w: 235px;--wi-img-h: 193px;--wi-tilt: 1deg;--wi-info: #1694c6;--wi-pin-height: 100vh;--wi-pin-pad: 80px;position:relative;background:var(--wi-bg, #dbf6fc);color:var(--wi-primary, #152e53)}.whats-included__track{position:relative;z-index:1}.whats-included__viewport{position:relative;padding-block:clamp(28px,4vw,48px)}@media(min-width:990px){.whats-included__track{height:calc(var(--wi-pin-height) + var(--wi-scroll-distance, 800px))}.whats-included{--wi-pin-pad: 120px}.whats-included__viewport{position:-webkit-sticky;position:sticky;top:0;height:var(--wi-pin-height);padding-block:var(--wi-pin-pad);box-sizing:border-box;display:flex;align-items:center;overflow:hidden}}.whats-included__inner{position:relative;z-index:1;width:100%;max-width:1320px;margin-inline:auto;padding-inline:clamp(20px,5vw,60px);display:grid;grid-template-columns:1fr;gap:clamp(32px,5vw,60px);align-items:start}@media(min-width:990px){.whats-included__inner{grid-template-columns:minmax(0,400fr) minmax(0,616fr);gap:clamp(40px,5vw,80px)}}.whats-included__intro{position:relative}.whats-included__intro-content{position:relative;z-index:2;display:flex;flex-direction:row;align-items:flex-start;gap:24px}.whats-included__intro-text{display:flex;flex-direction:column;gap:28px;min-width:0;flex:1 1 auto;max-width:327px}.whats-included__icon{width:81px;height:90px;flex-shrink:0;animation:wi-icon-bob 5s ease-in-out infinite}.whats-included__icon img,.whats-included__icon svg{width:100%;height:100%;display:block}@media(prefers-reduced-motion:reduce){.whats-included__icon{animation:none}}.whats-included__heading{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:clamp(32px,4.5vw,46px);line-height:1.1;letter-spacing:-.02em;color:var(--wi-primary)}.whats-included__heading-accent{color:var(--wi-accent)}.whats-included__copy,.whats-included__copy p{font-family:Plus Jakarta Sans,sans-serif!important;font-weight:500;font-size:16px;line-height:1.4;color:var(--wi-primary)}.whats-included__copy p{margin:0 0 1em}.whats-included__copy p:last-child{margin-bottom:0}.whats-included__cta{display:inline-flex}.whats-included__decor{position:absolute;left:0;bottom:0;width:clamp(220px,60vw,360px);max-width:70%;margin:0;pointer-events:none;z-index:0;animation:wi-decor-float 9s ease-in-out infinite}.whats-included__decor img{width:100%;height:auto;display:block}@media(min-width:990px){.whats-included__decor{position:absolute;left:0;bottom:-200px;top:auto;width:clamp(440px,38vw,620px);max-width:50%;margin:0}}@media(prefers-reduced-motion:reduce){.whats-included__decor{animation:none}}.whats-included__list-frame{position:relative}@media(min-width:990px){.whats-included__list-frame{height:calc(var(--wi-pin-height) - (var(--wi-pin-pad) * 2));max-height:880px;overflow:hidden;padding:12px 0 12px 50px;margin-left:-50px}}.whats-included__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--wi-card-gap)}@media(min-width:990px){.whats-included__list{will-change:transform;transition:transform .15s linear}}.whats-included__item{position:relative;display:block;opacity:0;transform:translateY(28px) rotate(0);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1);transition-delay:var(--wi-delay, 0ms)}.whats-included__item.is-visible{opacity:1;transform:translateY(0) rotate(0)}@media(prefers-reduced-motion:reduce){.whats-included__item{opacity:1;transform:none;transition:none}}.whats-included__card{position:relative;background:#fff;border-radius:var(--wi-card-radius);padding:var(--wi-card-pad-y) var(--wi-card-pad-r) var(--wi-card-pad-y) var(--wi-card-pad-l);display:flex;align-items:center;gap:clamp(20px,3vw,47px);box-shadow:0 2px 4px #152e530a,0 12px 28px #152e5314;transform:rotate(0);transform-origin:center;will-change:transform;transition:transform .5s cubic-bezier(.2,.7,.2,1),box-shadow .4s ease}@media(min-width:720px){.whats-included__card--right .whats-included__card{transform:rotate(var(--wi-tilt))}.whats-included__card--left .whats-included__card{transform:rotate(calc(var(--wi-tilt) * -1))}}.whats-included__card:hover,.whats-included__card:focus-within{transform:rotate(0) translateY(-3px) scale(1.01);box-shadow:0 4px 8px #152e530f,0 22px 44px #152e5329}@media(prefers-reduced-motion:reduce){.whats-included__card,.whats-included__card:hover,.whats-included__card:focus-within{transform:none;transition:none}}.whats-included__badge{position:absolute;top:30px;left:-32px;width:72px;height:74px;display:inline-flex;align-items:center;justify-content:center;z-index:2;pointer-events:none;transform:rotate(-8deg);animation:wi-badge-wobble 6s ease-in-out infinite}@media(min-width:990px){.whats-included__badge{left:-42px}}.whats-included__badge--accent{color:var(--wi-accent)}.whats-included__badge--primary{color:var(--wi-primary)}.whats-included__badge-shape{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;filter:drop-shadow(0 4px 10px rgba(21,46,83,.18))}.whats-included__badge-num{position:relative;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-weight:800;font-size:28px;line-height:1;transform:translateY(-1px)}.whats-included__card:hover .whats-included__badge,.whats-included__card:focus-within .whats-included__badge{animation-play-state:paused;transform:rotate(0) scale(1.08);transition:transform .35s cubic-bezier(.2,.7,.2,1)}@media(prefers-reduced-motion:reduce){.whats-included__badge{animation:none;transform:rotate(-8deg)}}.whats-included__media{width:var(--wi-img-w);height:var(--wi-img-h);flex-shrink:0;border-radius:var(--wi-card-radius);overflow:hidden;background:#f2f5fa}.whats-included__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.whats-included__card:hover .whats-included__img,.whats-included__card:focus-within .whats-included__img{transform:scale(1.05)}@media(prefers-reduced-motion:reduce){.whats-included__img,.whats-included__card:hover .whats-included__img{transition:none;transform:none}}.whats-included__body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:12px;color:var(--wi-primary)}.whats-included__title{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-weight:600;font-size:clamp(20px,2.2vw,25px);line-height:1.1;letter-spacing:-.02em}.whats-included__desc{margin:0;font-family:Plus Jakarta Sans,sans-serif;font-weight:500;font-size:14px;line-height:1.4}@media(max-width:719px){.whats-included{--wi-img-w: 110px;--wi-img-h: 110px;--wi-card-pad-l: 16px;--wi-card-pad-r: 18px}.whats-included__card{gap:16px}.whats-included__badge{top:-14px;left:-10px;width:56px;height:58px}.whats-included__badge-num{font-size:22px}}@keyframes wi-icon-bob{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(-2deg)}}@keyframes wi-badge-wobble{0%,to{transform:rotate(-8deg)}50%{transform:rotate(-2deg)}}@keyframes wi-decor-float{0%,to{transform:translate(0)}50%{transform:translate(6px,-10px)}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/section-whats-included.css.map */
