.product-swiper-section{padding:var(--padding-top, 40px) 0 var(--padding-bottom, 40px);overflow:hidden}.product-swiper__container{position:relative;display:grid;grid-template-columns:1fr;gap:2rem;align-items:stretch}.product-swiper__hero{order:2}.product-swiper__products{order:1}@media screen and (min-width:990px){.product-swiper__container{grid-template-columns:1fr 1fr;gap:1.5rem}.product-swiper__hero{order:1}.product-swiper__products{order:2}}.product-swiper__hero{position:relative;border-radius:2rem;overflow:hidden;min-height:500px;display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:990px){.product-swiper__hero{min-height:600px}}.product-swiper__hero-images{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.product-swiper__hero-image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .6s ease-in-out}.product-swiper__hero-image.is-active{opacity:1}.product-swiper__hero-img{width:100%;height:100%;object-fit:cover}.product-swiper__hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0b8c0,#d4a5b0);display:flex;align-items:center;justify-content:center}.product-swiper__hero-placeholder svg{width:50%;height:auto;opacity:.3}.product-swiper__hero-titles{position:relative;z-index:2;display:flex;flex-direction:column;gap:0;padding:2rem 2rem 4rem;align-items:center;justify-self:center}.product-swiper__hero-title{font-family:var(--font-heading-family),sans-serif;font-size:clamp(4rem,12vw,10rem);font-weight:700;line-height:.9;text-transform:uppercase;letter-spacing:-.02em;color:#ffffff40;background:none;border:none;padding:0;margin:0;cursor:pointer;text-align:left;transition:color .4s ease,opacity .4s ease}.product-swiper__hero-title:hover{color:#ffffff80}.product-swiper__hero-title.is-active{color:#e8ff6b;-webkit-text-stroke:none;text-shadow:0 4px 20px rgba(232,255,107,.3)}.product-swiper__pagination{position:absolute;bottom:1.5rem;left:2rem;z-index:3;display:flex;gap:.5rem;justify-content:center}.product-swiper__bullet{width:10px;height:10px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s ease;border:none;padding:0}.product-swiper__bullet:hover{background:#ffffffb3}.product-swiper__bullet--active{background:#fff;transform:scale(1.2)}.product-swiper__products{position:relative;border-radius:2rem;overflow:hidden}.product-swiper__swiper{width:100%;height:100%}.product-swiper__slide{height:auto}.product-swiper__slide-inner{background-color:var(--slide-bg, #E8FF6B);border-radius:2rem;padding:2rem;min-height:500px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}@media screen and (min-width:990px){.product-swiper__slide-inner{min-height:600px;padding:3rem}}.product-swiper__stickers{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;pointer-events:none}.product-swiper__sticker{position:absolute;z-index:20;width:80px;height:80px;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;pointer-events:auto}.product-swiper__sticker.is-active{opacity:1;visibility:visible;animation:float 3s ease-in-out infinite}.product-swiper__sticker--bottom-center.product-swiper__sticker.is-active{animation:float-rotate 3s ease-in-out infinite}@media screen and (min-width:990px){.product-swiper__sticker{width:100px;height:100px}}.product-swiper__sticker-img{width:100%;height:100%;object-fit:contain}.product-swiper__sticker--top-left{top:1rem;left:1rem}.product-swiper__sticker--top-center{top:1rem;left:50%;transform:translate(-50%)}.product-swiper__sticker--top-right{top:1rem;right:1rem}.product-swiper__sticker--center-left{top:50%;left:1rem;transform:translateY(-50%)}.product-swiper__sticker--center-center{top:50%;left:50%;transform:translate(-50%,-50%)}.product-swiper__sticker--center-right{top:50%;right:1rem;transform:translateY(-50%)}.product-swiper__sticker--bottom-left{bottom:1rem;left:1rem}.product-swiper__sticker--bottom-center{bottom:1rem;left:50%;transform:translate(-50%)}.product-swiper__sticker--bottom-right{bottom:1rem;right:1rem}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(3deg)}}.product-swiper__sticker--top-center.is-active,.product-swiper__sticker--bottom-center.is-active{animation:floatCenteredX 3s ease-in-out infinite}.product-swiper__sticker--center-left.is-active,.product-swiper__sticker--center-right.is-active{animation:floatCenteredY 3s ease-in-out infinite}.product-swiper__sticker--center-center.is-active{animation:floatCenteredXY 3s ease-in-out infinite}@keyframes floatCenteredX{0%,to{transform:translate(-50%) rotate(0)}50%{transform:translate(-50%) translateY(-10px) rotate(3deg)}}@keyframes floatCenteredY{0%,to{transform:translateY(-50%) rotate(0)}50%{transform:translateY(calc(-50% - 10px)) rotate(3deg)}}@keyframes floatCenteredXY{0%,to{transform:translate(-50%,-50%) rotate(0)}50%{transform:translate(-50%,calc(-50% - 10px)) rotate(3deg)}}.product-swiper__product-title{font-family:var(--font-body-family),sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#1a1a1a;margin:0 0 2rem}@media screen and (min-width:990px){.product-swiper__product-title{font-size:1rem;margin-bottom:2.5rem}}.product-swiper__product-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;margin-bottom:1.5rem}@media screen and (min-width:990px){.product-swiper__product-wrapper{gap:2rem;margin-bottom:2rem}}.product-swiper__nav{width:48px;height:48px;border-radius:50%;border:1px solid #161819;background:transparent;color:#161819;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.product-swiper__nav:active{transform:scale(.95)}.product-swiper__nav svg{width:20px;height:20px}.product-swiper__product-image{width:160px;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media screen and (min-width:990px){.product-swiper__product-image{width:370px}}.product-swiper__img{max-width:100%;max-height:100%;object-fit:contain;border-radius:1rem}.product-swiper__product-placeholder{width:100%;height:100%;background:#0000000d;border-radius:2rem;display:flex;align-items:center;justify-content:center}.product-swiper__product-placeholder svg{width:60%;height:auto;opacity:.3}.product-swiper__description{font-family:var(--font-body-family),sans-serif;font-size:18px;font-style:normal;font-weight:300;line-height:150%;margin:0 0 1.5rem;max-width:280px}@media screen and (min-width:990px){.product-swiper__description{font-size:1.125rem;margin-bottom:2rem}}.product-swiper__cta:active{transform:translateY(0)}.product-swiper__swiper .swiper-wrapper{align-items:stretch}.product-swiper__swiper .swiper-slide{height:auto}@media screen and (max-width:749px){.product-swiper__container{gap:1rem}.product-swiper__hero{min-height:400px;border-radius:1.5rem}.product-swiper__hero-title{font-size:clamp(3rem,15vw,5rem)}.product-swiper__hero-titles{padding:1.5rem 1.5rem 3rem}.product-swiper__slide-inner{min-height:450px;padding:1.5rem;border-radius:1.5rem}.product-swiper__sticker{width:70px;height:70px}.product-swiper__nav{width:40px;height:40px}.product-swiper__nav svg{width:16px;height:16px}.product-swiper__product-image{width:200px}.product-swiper__pagination{bottom:1rem;left:1.5rem}}.product-swiper__slide-inner{animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.product-swiper__hero-image{will-change:opacity}.product-swiper__hero-title:focus-visible,.product-swiper__nav:focus-visible,.product-swiper__cta:focus-visible,.product-swiper__bullet:focus-visible{outline:2px solid #D946A8;outline-offset:2px}@media(prefers-reduced-motion:reduce){.product-swiper__sticker,.product-swiper__hero-image,.product-swiper__slide-inner{animation:none;transition:none}.product-swiper__hero-title,.product-swiper__nav,.product-swiper__cta,.product-swiper__bullet{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-product-swiper.css.map */
