.cricket-programs{position:relative;overflow:clip;color:rgb(var(--color-foreground))}.cricket-programs__page{position:relative;padding-top:var(--cps-padding-top);padding-bottom:var(--cps-padding-bottom)}.cricket-programs__page--full{width:100%;padding-right:clamp(1.5rem,4vw,6rem);padding-left:clamp(1.5rem,4vw,6rem)}.cricket-programs__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(26rem,.78fr) minmax(0,1.22fr);gap:40px;align-items:start}.cricket-programs__intro{position:sticky;top:var(--cps-sticky-top);min-height:min(72vh,68rem);align-self:start}.cricket-programs__intro-inner{max-width:50rem}.cricket-programs__eyebrow{display:inline-flex;align-items:center;gap:.9rem;margin:0 0 35px;font-size:1.2rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.cricket-programs__eyebrow span{width:.7rem;height:.7rem;border-radius:50%;background:rgb(var(--color-button));box-shadow:0 0 0 .35rem rgba(var(--color-button),.12)}.cricket-programs__heading{margin:0;text-wrap:balance;line-height:1!important}.cricket-programs__description{max-width:45rem;margin-top:2rem;color:rgba(var(--color-foreground),.72)}.cricket-programs__description>*:first-child,.cricket-program-card__description>*:first-child{margin-top:0}.cricket-programs__description>*:last-child,.cricket-program-card__description>*:last-child{margin-bottom:0}.cricket-programs__main-button{margin-top:2.4rem}.cricket-programs__cards{display:grid;gap:var(--cps-card-gap);min-width:0}.cricket-program-card{position:sticky;top:60px;z-index:11;overflow:hidden;isolation:isolate;min-height:var(--cps-card-height);border:.1rem solid rgba(var(--color-foreground),.08);border-radius:var(--cps-card-radius);background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.cricket-program-card__media{position:absolute;z-index:0;top:0;right:0;bottom:0;width:var(--cps-media-width);overflow:hidden;transition:width .76s cubic-bezier(.22,1,.36,1)}.cricket-program-card__media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(0,0,0,calc(var(--cps-overlay-opacity) + .12)),rgba(0,0,0,var(--cps-overlay-opacity)) 55%,rgba(0,0,0,calc(var(--cps-overlay-opacity) - .08)));content:"";opacity:0;transition:opacity .42s ease}.cricket-program-card__image,.cricket-program-card__placeholder{display:block;width:100%;height:100%;object-fit:cover}.cricket-program-card__image{transform:scale(1.015);transition:transform .9s cubic-bezier(.22,1,.36,1)}.cricket-program-card__placeholder{opacity:.35}.cricket-program-card__content{position:relative;z-index:2;display:flex;min-height:var(--cps-card-height);flex-direction:column;justify-content:space-between;padding:var(--cps-content-padding);background:linear-gradient(90deg,rgb(var(--color-background)) 0%,rgb(var(--color-background)) calc(100% - var(--cps-media-width)),transparent calc(100% - var(--cps-media-width)));transition:color .36s ease,background .36s ease}@media(min-width:992px){.cricket-program-card__content{min-height:420px}}.cricket-program-card__top,.cricket-program-card__bottom{width:calc(100% - var(--cps-media-width) - 2.4rem);transition:width .65s cubic-bezier(.22,1,.36,1),transform .52s cubic-bezier(.22,1,.36,1)}.cricket-program-card__title{font-size:30px}.cricket-program-card__title{max-width:11ch;margin:0;color:var(--black-color);line-height:.98;text-wrap:balance}.cricket-program-card__description{max-width:48rem;color:rgba(var(--color-foreground),.7);transition:color .36s ease}.cricket-program-card__button{display:inline-flex;width:fit-content;min-width:0;min-height:4.4rem;margin-top:1.8rem;padding:.7rem .8rem .7rem 2rem;align-items:center;gap:1.5rem;border-radius:999px;opacity:0;transform:translateY(1.2rem);pointer-events:none;transition:opacity .26s ease,transform .42s cubic-bezier(.22,1,.36,1)}.cricket-program-card__button svg{width:3.1rem;height:3.1rem;padding:.75rem;border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__media{width:100%}.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__media:after{opacity:1}.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__image{transform:scale(1.07)}.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__content{color:#fff;background:linear-gradient(90deg,rgba(0,0,0,calc(var(--cps-overlay-opacity) + .12)),rgba(0,0,0,calc(var(--cps-overlay-opacity) - .08)) 72%,rgba(0,0,0,calc(var(--cps-overlay-opacity) - .18)))}.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__top,.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__bottom{width:min(70%,50rem);color:var(--white-color)}.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__description{color:#ffffffdb}.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__button{opacity:1;transform:translateY(0);pointer-events:auto}.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__title{color:#fff}.cricket-programs__decoration{position:absolute;z-index:11;pointer-events:none;-webkit-user-select:none;user-select:none}.cricket-programs__decoration img{display:block;width:100%;height:auto}.cricket-programs__decoration--one{top:31%;left:max(-5rem,-5vw);width:var(--cps-decoration-one-width);transform:rotate(-10deg)}.cricket-programs__decoration--two{top:62%;left:40%;width:var(--cps-decoration-two-width);transform:translate(-50%) rotate(9deg)}.cricket-programs__empty{padding:5rem 2rem;border:.1rem dashed rgba(var(--color-foreground),.25);border-radius:var(--cps-card-radius);text-align:center}@media screen and (max-width:989px){.cricket-programs__grid{grid-template-columns:minmax(0,1fr);gap:3.2rem}.cricket-programs__intro{position:relative;top:auto;min-height:0}.cricket-programs__heading{max-width:14ch}.cricket-program-card{min-height:clamp(42rem,72vw,58rem)}.cricket-program-card__media{width:100%}.cricket-program-card__media:after{opacity:1}.cricket-program-card__content{min-height:inherit;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,calc(var(--cps-overlay-opacity) - .18)),rgba(0,0,0,calc(var(--cps-overlay-opacity) + .12)))}.cricket-program-card__top,.cricket-program-card__bottom,.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__top,.cricket-program-card:is(:hover,:focus-within,.is-active) .cricket-program-card__bottom{width:min(90%,52rem)}.cricket-program-card__description{color:#ffffffdb}.cricket-program-card__button{opacity:1;transform:none;pointer-events:auto}.cricket-program-card:not(.is-active) .cricket-program-card__image{transform:scale(1.02)}.cricket-program-card.is-active .cricket-program-card__image{transform:scale(1.08)}.cricket-programs__decoration--one{top:22%;left:-3rem;opacity:.72}.cricket-programs__decoration--two{top:58%;right:-2rem;left:auto;transform:rotate(9deg);opacity:.72}}@media screen and (max-width:749px){.cricket-programs__page--full{padding-right:1.5rem;padding-left:1.5rem}.cricket-programs__eyebrow{margin-bottom:1.4rem}.cricket-programs__description{margin-top:1.4rem}.cricket-program-card{min-height:46rem}.cricket-program-card__content{padding:clamp(2rem,6vw,3rem)}.cricket-program-card__title{font-size:clamp(3.2rem,10vw,5rem)}.cricket-programs__decoration{display:none}}@media(prefers-reduced-motion:reduce){.cricket-program-card__media,.cricket-program-card__media:after,.cricket-program-card__image,.cricket-program-card__content,.cricket-program-card__top,.cricket-program-card__bottom,.cricket-program-card__button{transition:none}}.hero-js-slider{overflow:hidden;position:relative}.hero-js-slider .swiper-slide picture{display:block;width:100%;height:100%}.hero-js-slider .swiper-slide picture img{display:block;pointer-events:none}.hero-content{position:absolute;max-width:650px;padding:20px;top:50%;right:10%;transform:translateY(-50%);text-align:center;z-index:2}.hero-content h2{margin:0;line-height:1.1;color:var(--white-color);text-transform:capitalize;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.hero-content p{font-size:20px;font-weight:400;line-height:1.5;margin-block:14px 0;color:var(--white-color)}@media screen and (min-width:1201px){.hero-content{display:flex;align-items:flex-end;justify-content:space-between;flex-direction:row}}.hero-btn{margin-top:20px;display:inline-flex;align-items:stretch;max-width:100%;padding:3px;border-radius:999px;overflow:hidden;background:var(--white-color);color:var(--black-color);text-decoration:none;box-shadow:0 5px 15px #0000001a;transition:transform .35s ease,box-shadow .35s ease}.hero-btn__label{display:flex;min-height:38px;padding:2px 20px;font-weight:500;align-items:center;justify-content:center;border-radius:999px;background:var(--primary-color);color:var(--white-color);font-size:14px;line-height:1;text-align:center;text-transform:uppercase;transition:transform .3s ease}.hero-btn__arrow{display:grid;min-width:40px;place-items:center;color:var(--black-color)}.hero-btn__arrow svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}.hero-btn:hover{color:var(--black-color);transform:translateY(-3px)!important;box-shadow:0 8px 25px #00000040}.hero-btn:hover .hero-btn__arrow svg{transform:translate(3px)}.hero-btn:hover .hero-btn__label{background:var(--black-color);color:var(--white-color)}.hero-js-slider .swiper-slide[data-slide-link]{cursor:pointer}.hero-js-slider .swiper-slide[data-slide-link]:focus-visible{outline:2px solid var(--white-color);outline-offset:-4px}.hero-js-slider .swiper-button-prev:after,.hero-js-slider .swiper-button-next:after{display:none}.hero-js-slider [role=button] svg path{stroke:var(--black-color);stroke-width:2px}.hero-js-slider .swiper-button-prev{left:15px!important}.hero-js-slider .swiper-button-next{right:15px!important}.hero-js-slider .swiper-button-prev,.hero-js-slider .swiper-button-next{color:var(--white-color);width:45px;height:45px;padding:12px;transition:.3s;background-color:#ffffffd9;top:50%!important}.hero-js-slider .swiper-button-prev:hover,.hero-js-slider .swiper-button-next:hover{transform:scale(1.02)}.swiper-button-next svg{fill:none}.hero-js-slider .swiper-pagination{bottom:25px!important}.hero-js-slider .swiper-pagination-bullet{width:10px;height:10px;margin-inline:7px!important;background:#ffffff1a;border:2px solid var(--white-color);opacity:1}.hero-js-slider .swiper-pagination-bullet-active{background:#fff;transform:scale(1.15)}@media(max-width:1280px){.hero-js-slider .swiper-pagination{bottom:10px!important}.hero-js-slider .swiper-button-prev,.hero-js-slider .swiper-button-next{bottom:15px}}.hero-js-slider .hero-content{opacity:0;transform:translateY(-50%);transition:opacity .5s ease,transform .5s ease}.hero-js-slider .swiper-slide-active .hero-content{opacity:1}.hero-js-slider .hero-btn{opacity:0;transform:translateY(20px);transition:opacity .7s ease .15s,transform .7s ease .15s}.hero-js-slider .swiper-slide-active .hero-btn{opacity:1;transform:translateY(0)}.hero-js-slider.is-single-slide .hero-content,.hero-js-slider.is-single-slide .hero-btn{opacity:1}.hero-js-slider.is-single-slide .hero-content{transform:translateY(-50%)}.hero-js-slider.is-single-slide .swiper-pagination,.hero-js-slider.is-single-slide .swiper-button-prev,.hero-js-slider.is-single-slide .swiper-button-next{display:none}@media(max-width:1200px){.hero-content{max-width:410px}.hero-btn__label{font-size:14px}.hero-btn__arrow{width:58px;min-width:58px}.hero-btn__arrow svg{width:24px;height:24px}.hero-content p,.hero-js-slider .swiper-button-prev,.hero-js-slider .swiper-button-next{display:none}.hero-content h2{margin-bottom:15px;color:var(--white-color);text-shadow:0 0 10px rgba(0,0,0,.55)}.hero-btn{margin-top:0}}.slider-height--small{aspect-ratio:2 / 1}.slider-height--medium{aspect-ratio:3 / 2}@media(min-width:1200px){.slider-height--large{aspect-ratio:16 / 6.75}}@media(max-width:749px){.hero-js-slider .hero-content{top:20px;right:0;transform:translateY(20px)}.hero-js-slider .swiper-slide-active .hero-content,.hero-js-slider.is-single-slide .hero-content{transform:translateY(0)}.slider-height--large{width:100%;height:80vh}.hero-js-slider .swiper-button-prev,.hero-js-slider .swiper-button-next{display:none}}.slider-height--small img,.slider-height--medium img,.slider-height--large img{width:100%;height:100%;object-fit:cover}.slider-height--adapt_image:before{content:"";display:block;width:100%}.slider-height--adapt_image img{width:100%;height:auto;object-fit:contain}.partner-logo-marquee{position:relative;overflow:hidden;color:rgb(var(--color-foreground))}.partner-logo-marquee__inner{padding-top:var(--plm-padding-top);padding-bottom:var(--plm-padding-bottom)}.partner-logo-marquee__header{margin-bottom:25px}.partner-logo-marquee__header--left{text-align:left}.partner-logo-marquee__header--center{text-align:center}.partner-logo-marquee__header--right{text-align:right}.partner-logo-marquee__heading{margin:0!important}.partner-logo-marquee__description{max-width:70rem;margin-top:1rem;color:rgba(var(--color-foreground),.72)}.partner-logo-marquee__header--center .partner-logo-marquee__description{margin-right:auto;margin-left:auto}.partner-logo-marquee__header--right .partner-logo-marquee__description{margin-left:auto}.partner-logo-marquee__description>*:first-child{margin-top:0}.partner-logo-marquee__description>*:last-child{margin-bottom:0}infinite-logo-marquee{display:block;min-width:0}.partner-logo-marquee__viewport{width:100%;overflow:hidden}.partner-logo-marquee__marquee--fade .partner-logo-marquee__viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%)}.partner-logo-marquee__track{display:flex;width:max-content;gap:var(--plm-gap);transform:translateZ(0);backface-visibility:hidden;will-change:transform;animation-duration:var(--marquee-duration, 30s);animation-timing-function:linear;animation-iteration-count:infinite;animation-play-state:paused}infinite-logo-marquee.is-ready[data-direction=left] .partner-logo-marquee__track{animation-name:partner-logo-marquee-left;animation-play-state:running}infinite-logo-marquee.is-ready[data-direction=right] .partner-logo-marquee__track{animation-name:partner-logo-marquee-right;animation-play-state:running}infinite-logo-marquee[data-pause-hover=true]:hover .partner-logo-marquee__track,infinite-logo-marquee[data-pause-hover=true]:focus-within .partner-logo-marquee__track{animation-play-state:paused}.partner-logo-marquee__group{display:flex;flex:0 0 auto;align-items:stretch;gap:var(--plm-gap)}.partner-logo-marquee__item{display:flex;width:var(--plm-logo-width);flex:0 0 var(--plm-logo-width);align-items:stretch}.partner-logo-marquee__card{display:flex;width:100%;padding:0 var(--plm-card-padding);flex-direction:column;align-items:center;justify-content:center;gap:.8rem;overflow:hidden;border:.1rem solid rgba(var(--color-foreground),var(--plm-border-opacity));border-radius:var(--plm-card-radius);background:rgb(var(--color-background));color:rgb(var(--color-foreground));text-align:center;text-decoration:none}a.partner-logo-marquee__card{transition:border-color .18s ease,transform .18s ease}a.partner-logo-marquee__card:hover{border-color:rgba(var(--color-foreground),.36);transform:translateY(-.2rem)}a.partner-logo-marquee__card:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.partner-logo-marquee__image,.partner-logo-marquee__placeholder{display:block;width:100%;height:var(--plm-logo-height);flex:0 0 var(--plm-logo-height)}.partner-logo-marquee__image{object-fit:contain;object-position:center}.partner-logo-marquee__placeholder{opacity:.25}.partner-logo-marquee__name{display:block;max-width:100%;overflow:hidden;font-size:1.2rem;font-weight:600;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}@keyframes partner-logo-marquee-left{0%{transform:translateZ(0)}to{transform:translate3d(calc(-1 * var(--marquee-distance, 0px)),0,0)}}@keyframes partner-logo-marquee-right{0%{transform:translate3d(calc(-1 * var(--marquee-distance, 0px)),0,0)}to{transform:translateZ(0)}}@media screen and (max-width:749px){.partner-logo-marquee__item{width:min(var(--plm-logo-width),15rem);flex-basis:min(var(--plm-logo-width),15rem)}.partner-logo-marquee__marquee--fade .partner-logo-marquee__viewport{-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%)}}@media(prefers-reduced-motion:reduce){.partner-logo-marquee__viewport{overflow-x:auto;scrollbar-width:thin}.partner-logo-marquee__track{animation:none!important;transform:none!important;will-change:auto}.partner-logo-marquee__group[aria-hidden=true]{display:none}}.hotspot-shop{position:relative;overflow:clip;color:rgb(var(--color-foreground))}.hotspot-shop__inner{padding-top:var(--hs-padding-top);padding-bottom:var(--hs-padding-bottom)}.hotspot-shop__header{margin-bottom:clamp(2.4rem,4vw,4.8rem)}.hotspot-shop__header--left{text-align:left}.hotspot-shop__header--center{text-align:center}.hotspot-shop__header--right{text-align:right}.hotspot-shop__heading{margin:0}.hotspot-shop__description{max-width:70rem;margin-top:1rem;color:rgba(var(--color-foreground),.72)}.hotspot-shop__header--center .hotspot-shop__description{margin-right:auto;margin-left:auto}.hotspot-shop__header--right .hotspot-shop__description{margin-left:auto}.hotspot-shop__description>*:first-child{margin-top:0}.hotspot-shop__description>*:last-child{margin-bottom:0}hotspot-product-showcase{display:block}.hotspot-shop__media{position:relative;height:var(--hs-desktop-height);overflow:hidden;border-radius:var(--hs-radius);background:rgba(var(--color-foreground),.04);isolation:isolate}.hotspot-shop__media>picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hotspot-shop__image,.hotspot-shop__placeholder{display:block;width:100%;height:100%;object-fit:cover;border-radius:10px}.hotspot-shop__placeholder{opacity:.35}.hotspot-shop__point{position:absolute;z-index:4;top:var(--hs-render-y, var(--hs-y));left:var(--hs-render-x, var(--hs-x));width:0;height:0;will-change:top,left}.hotspot-shop__trigger{position:relative;display:grid;width:var(--hs-button-size);height:var(--hs-button-size);padding:0;place-items:center;border:.2rem solid rgba(255,255,255,.9);border-radius:50%;background:var(--hs-button-bg);color:var(--hs-button-color);box-shadow:0 .6rem 2rem #0000003d;transform:translate(-50%,-50%);cursor:pointer;-webkit-appearance:none;appearance:none}.hotspot-shop__trigger:focus-visible{outline:.3rem solid #fff;outline-offset:.35rem}.hotspot-shop__trigger-icon,.hotspot-shop__trigger-icon:after{position:absolute;display:block;width:1.6rem;height:.2rem;border-radius:999px;background:currentColor;content:""}.hotspot-shop__trigger-icon:after{transform:rotate(90deg)}.hotspot-shop__trigger[aria-expanded=true] .hotspot-shop__trigger-icon:after{transform:rotate(0)}.hotspot-shop__trigger--pulse:before{position:absolute;top:-.2rem;right:-.2rem;bottom:-.2rem;left:-.2rem;border:.2rem solid var(--hs-button-bg);border-radius:50%;content:"";animation:hotspot-shop-pulse 2.2s ease-out infinite}.hotspot-shop__trigger-label{position:absolute;left:calc(100% + .8rem);width:max-content;max-width:16rem;padding:.7rem 1rem;border-radius:999px;background:#000000b8;color:#fff;font-size:1.1rem;font-weight:700;line-height:1.2;white-space:nowrap}.hotspot-shop__point--align-right .hotspot-shop__trigger-label{right:calc(100% + .8rem);left:auto}.hotspot-shop__card{position:absolute;z-index:10;top:var(--hs-card-top, 0px);left:calc((var(--hs-button-size) / 2) + 1.4rem);width:min(var(--hs-card-width),calc(100vw - 4rem));overflow:hidden;border:.1rem solid rgba(var(--color-foreground),.12);border-radius:1.4rem;box-shadow:0 1.6rem 4.8rem #0003;color:rgb(var(--color-foreground))}.hotspot-shop__point--align-right .hotspot-shop__card{right:calc((var(--hs-button-size) / 2) + 1.4rem);left:auto}.hotspot-shop__card[hidden]{display:none}.hotspot-shop__close{position:absolute;z-index:2;top:.8rem;right:.8rem;display:grid;width:3.2rem;height:3.2rem;padding:0;place-items:center;border:0;border-radius:50%;background:rgba(var(--color-background),.92);color:rgb(var(--color-foreground));cursor:pointer}.hotspot-shop__close svg{width:1.8rem;height:1.8rem;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.hotspot-shop__product{display:grid;grid-template-columns:13rem minmax(0,1fr);gap:1.6rem;padding:1.6rem}.hotspot-shop__product-image-link{display:flex;min-height:16rem;align-items:center;justify-content:center;overflow:hidden;border-radius:1rem;background:rgba(var(--color-foreground),.04)}.hotspot-shop__product-image,.hotspot-shop__product-placeholder{display:block;width:100%;height:100%;object-fit:contain}.hotspot-shop__product-placeholder{opacity:.3}.hotspot-shop__product-content{min-width:0;padding-right:2.8rem}.hotspot-shop__vendor{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.hotspot-shop__product-title{margin:0}.hotspot-shop__product-title a{color:inherit;text-decoration:none}.hotspot-shop__price{display:flex;margin-top:.8rem;align-items:baseline;flex-wrap:wrap;gap:.8rem;font-size:1.6rem;font-weight:700}.hotspot-shop__price s{opacity:.55;font-size:1.3rem;font-weight:400}.hotspot-shop__variant-label{display:block;margin-top:1.2rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.hotspot-shop__variant-select{width:100%;min-height:4rem;padding:.8rem 1rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:.6rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.hotspot-shop__form{margin-top:1.2rem}.hotspot-shop__add-button{position:relative;width:100%;min-height:4.4rem}.hotspot-shop__add-button.is-loading [data-hotspot-button-label]{opacity:0}.hotspot-shop__spinner{position:absolute;top:50%;left:50%;display:none;width:1.8rem;height:1.8rem;margin:-.9rem 0 0 -.9rem;border:.2rem solid currentColor;border-right-color:transparent;border-radius:50%;animation:hotspot-shop-spin .7s linear infinite}.hotspot-shop__add-button.is-loading .hotspot-shop__spinner{display:block}.hotspot-shop__status{min-height:1.7rem;margin:.6rem 0 0;font-size:1.1rem}.hotspot-shop__status.is-error{color:#b41919}.hotspot-shop__view-link{display:inline-block;margin-top:.4rem;font-size:1.2rem}.hotspot-shop__empty-card{padding:2rem}.hotspot-shop__backdrop{display:none}@keyframes hotspot-shop-pulse{0%{opacity:.7;transform:scale(1)}75%,to{opacity:0;transform:scale(1.8)}}@keyframes hotspot-shop-spin{to{transform:rotate(360deg)}}@media screen and (max-width:749px){.hotspot-shop__media{height:var(--hs-mobile-height)}.hotspot-shop__trigger-label{display:none}.hotspot-shop__card,.hotspot-shop__point--align-right .hotspot-shop__card{position:fixed;z-index:1001;top:auto;right:1.2rem;bottom:1.2rem;left:1.2rem;width:auto;max-height:calc(100dvh - 2.4rem)!important;overflow-y:auto;transform:none;border-radius:1.6rem}.hotspot-shop__product{grid-template-columns:10rem minmax(0,1fr);gap:1.2rem;padding:1.4rem}.hotspot-shop__product-image-link{min-height:12rem}.hotspot-shop__product-content{padding-right:2.4rem}.hotspot-shop__backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:block;background:#0000007a;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}hotspot-product-showcase.is-card-open .hotspot-shop__backdrop{opacity:1;visibility:visible}}@media(prefers-reduced-motion:reduce){.hotspot-shop__trigger--pulse:before,.hotspot-shop__spinner{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
