.hero-product-spotlight{position:relative;overflow:hidden}.hero-product-spotlight .swiper{position:relative;overflow:hidden;background:var(--background-color);z-index:0}.hero-product-spotlight__slide{position:relative}.hero-product-spotlight__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-product-spotlight__bg-image,.hero-product-spotlight__bg-image--desktop,.hero-product-spotlight__bg-image--mobile{display:block;width:100%;height:100%;object-fit:cover}.hero-product-spotlight__bg-image--mobile{display:none}.hero-product-spotlight__inner{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;width:100%;min-height:900px;padding-inline:8rem;z-index:2;padding-block:calc(var(--header-height) + 2rem)}.hero-product-spotlight__content{position:relative;width:100%;max-width:56%;z-index:20;opacity:0;transform:translateY(40px);transition:opacity .65s ease,transform .65s ease}.hero-product-spotlight__heading{margin:0;line-height:1;font-weight:var(--head-fw);color:var(--heading-color)}.hero-product-spotlight__heading.hps_cust_heading{font-size:var(--cust-head-size)}.hero-product-spotlight__description{margin-top:1rem;font-size:18px;line-height:1.7}.hero_product_spotlight_button{margin-block:2rem}.hero-product-spotlight__overlay{position:absolute;left:50%;bottom:-8px;width:1180px;transform:translate(-46%);pointer-events:none;z-index:11}.hero-product-spotlight__overlay-image{display:block;width:100%;height:auto;opacity:0;animation:heroFloat 5s ease-in-out infinite;transition:opacity .45s ease,transform .45s ease}.hero-product-spotlight__overlay-image.is-visible{opacity:1;transform:translateY(0)}.hero-product-spotlight__overlay-image:not(.is-visible){opacity:0;transform:translateY(30px)}.hero-product-spotlight__overlay-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .45s ease;max-width:70%;margin-inline:auto}.hero-product-spotlight__overlay-placeholder.is-visible{opacity:1}.hero-product-spotlight__overlay-placeholder-svg{display:flex;width:100%;height:100%;object-fit:cover;animation:heroFloat 5s ease-in-out infinite;transition:opacity .45s ease,transform .45s ease;background:color-mix(in srgb,var(--highlight-color-secondary) 50%,transparent)}.hero-product-spotlight__content.is-visible{opacity:1;transform:translateY(0)}@keyframes heroFloat{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}.hero-product-spotlight__product{position:absolute;top:12%;right:20%;width:248px;border-radius:3rem;color:var(--pro-card-text-color);opacity:0;transform:translateY(40px);transition:opacity .65s ease,transform .65s ease;transition-delay:.18s;z-index:3}.hero-product-spotlight__product.is-visible{opacity:1;transform:translateY(0)}.hero-product-card{position:relative;display:block;overflow:visible;text-align:center;text-decoration:none;color:inherit;background:var(--pro-card-bg-color);border-radius:3rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 25px 60px #00000029;transition:transform .35s ease,box-shadow .35s ease}.hero-product-card:hover{transform:translateY(-8px);box-shadow:0 35px 80px #00000038}.hero-product-card:after{content:"";position:absolute;left:70px;bottom:-16px;width:32px;height:32px;background:inherit;transform:translate(-50%) rotate(45deg)}.hero-product-card__image{display:flex;justify-content:center;overflow:hidden;border-radius:3rem}.hero-product-card__image img{display:block;max-width:248px;max-height:242px;height:100%;transition:transform .45s ease}.hero-product-card:hover .hero-product-card__image img{transform:scale(1.05)}.hero-product-card__content{padding:2rem 3rem}.hero-product-card h4{margin:0;font-size:1.8rem;line-height:1.2;color:var(--pro-card-text-color)}.hero-product-card .price{margin-top:1.6rem}.hero-product-spotlight .product_block_price{color:var(--pro-card-reg-price-color)}.hero-product-spotlight .product_block_cap>*{color:var(--pro-card-cmp-price-color)}.hero-product-spotlight__pagination{position:absolute;top:50%!important;right:17%;display:flex;flex-direction:column;align-items:end;gap:26px;left:unset!important;transform:translateY(-50%);z-index:3;width:fit-content!important}.hero-product-spotlight__pagination:before{content:"";position:absolute;top:14px;bottom:14px;left:50%;width:1px;transform:translate(-50%);z-index:0}.hero-product-spotlight__pagination .swiper-pagination-bullet{position:relative;width:20px;height:20px;margin:0!important;opacity:1;background:none;border-radius:50%}.hero-product-spotlight__pagination .swiper-pagination-bullet:before{content:"";position:absolute;left:50%;top:50%;width:4px;height:4px;border-radius:50%;background:#fff;transform:translate(-50%,-50%);transition:.35s ease}.hero-product-spotlight__pagination .swiper-pagination-bullet-active:after{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;border:1px solid color-mix(in srgb,var(--highlight-color-secondary) 50%,transparent);border-radius:50%;transform:translate(-50%,-50%)}.hero-product-spotlight__bullet-progress{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;transform:rotate(-90deg)}.hero-product-spotlight__bullet-progress:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid var(--highlight-color-secondary);clip-path:inset(0 50% 0 0);opacity:0}.swiper-pagination-bullet-active .hero-product-spotlight__bullet-progress:before{opacity:1;animation:heroBulletProgress var(--autoplay-speed) linear infinite}@keyframes heroBulletProgress{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-product-spotlight__ticker{position:absolute;left:0;right:0;bottom:0;height:20rem;background:var(--secondary-bg-color);overflow:hidden;z-index:10}.hero-product-spotlight__ticker-track{display:flex;align-items:center;gap:4rem;width:max-content;height:100%;white-space:nowrap;will-change:transform;animation:heroTicker 35s linear infinite}.hero-product-spotlight__ticker:hover .hero-product-spotlight__ticker-track{animation-play-state:paused}.hero-product-spotlight__ticker-item{display:flex;align-items:center;gap:3.2rem;flex-shrink:0;padding-inline:10px}.hero-product-spotlight__ticker-item img{display:block;width:72px;height:auto;flex-shrink:0}.hero-product-spotlight__ticker-item span{font-size:5.2rem;font-weight:700;line-height:1;text-transform:uppercase;white-space:nowrap;color:var(--text-color)}@keyframes heroTicker{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.hero-product-spotlight .is-visible{opacity:1;transform:translateY(0)}@media screen and (max-width:1200px){.hero-product-spotlight__inner{min-height:820px;padding-inline:5rem}.hero-product-spotlight__overlay{width:min(72vw,900px);bottom:0}.hero-product-spotlight__product{right:3rem;width:220px}.hero-product-card__image img{max-width:200px;max-height:200px}.hero-product-spotlight__pagination{right:19rem}}@media screen and (max-width:989px){.hero-product-spotlight__inner{min-height:760px}.hero-product-spotlight__content{max-width:520px}.hero-product-spotlight__overlay{width:75vw;bottom:20px}.hero-product-spotlight__product{top:calc(var(--header-height) + 2rem);right:2rem;width:190px}.hero-product-card__image img{max-width:170px;max-height:170px}.hero-product-card__content{padding:1.8rem 2rem}.hero-product-card h4{font-size:1.6rem}.hero-product-spotlight__pagination{right:15rem}}@media screen and (max-width:749px){.hero-product-spotlight__bg-image--desktop{display:none}.hero-product-spotlight__bg-image--mobile{display:block}.hero-product-spotlight__heading,.hero-product-spotlight__heading.hps_cust_heading{font-size:calc(var(--font-heading-scale) * 2.5rem)}.hero-product-spotlight__inner{display:flex;flex-direction:column;align-items:center;min-height:auto;padding-inline:2rem}.hero-product-spotlight__content{max-width:100%;text-align:center;order:1}.hero-product-spotlight__description{margin:20px auto 0;max-width:100%;font-size:11.4rem}.hero_product_spotlight_button{display:flex;justify-content:center}.hero-product-spotlight__overlay{width:100%;max-width:300px;margin:0;min-height:unset;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.hero-product-spotlight__product{position:relative;top:auto;right:auto;width:100%;max-width:200px;margin:0 auto;order:3}.hero-product-card:after{display:none}.hero-product-spotlight__pagination{position:absolute;right:1rem!important;flex-direction:column;transform:none;top:50%!important;bottom:unset!important;width:fit-content!important;transform:translateY(-50%)}.hero-product-spotlight__ticker{position:relative;height:70px}.hero-product-spotlight__ticker-track{gap:60px}.hero-product-spotlight__ticker-item{gap:18px}.hero-product-spotlight__ticker-item img{width:40px}.hero-product-spotlight__ticker-item span{font-size:20px}}@media screen and (max-width:480px){.hero-product-card__content{padding:1.6rem}.hero-product-card__image img{max-width:130px;max-height:130px}.hero-product-card h4{font-size:1.4rem}.hero-product-spotlight__ticker{height:60px}.hero-product-spotlight__ticker-track{gap:40px}.hero-product-spotlight__ticker-item{gap:14px}.hero-product-spotlight__ticker-item img{width:32px}.hero-product-spotlight__ticker-item span{font-size:16px}}@media screen and (min-width:750px)and (max-width:1200px){.hero-product-spotlight__pagination{position:absolute;top:50%!important;left:50%!important;flex-direction:row;transform:translate(-50%);height:fit-content;justify-content:center;z-index:20}}@media screen and (min-width:1200px){.hero-product-spotlight__overlay{max-width:var(--overlay-img-width)}}@media screen and (min-width:1100px)and (max-width:1200px){.hero-product-spotlight__pagination{top:45%!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/hero-product-spotlight.css.map */
