.promo-popup{position:fixed;z-index:9999;width:var(--promo-current-width, var(--promo-width-desktop, 320px));background-color:var(--promo-bg, rgb(var(--color-background)));border-radius:var(--promo-border-radius, 0px);overflow:hidden;display:flex;flex-direction:column;will-change:transform,opacity}.promo-popup--bottom_right{bottom:var(--promo-current-bottom, var(--promo-bottom-desktop, 32px));right:var(--promo-current-right, var(--promo-right-desktop, 32px))}.promo-popup--bottom_left{bottom:var(--promo-current-bottom, var(--promo-bottom-desktop, 32px));left:var(--promo-current-left, var(--promo-left-desktop, 32px))}.promo-popup--top_right{top:var(--promo-current-top, var(--promo-top-desktop, 32px));right:var(--promo-current-right, var(--promo-right-desktop, 32px))}.promo-popup--top_left{top:var(--promo-current-top, var(--promo-top-desktop, 32px));left:var(--promo-current-left, var(--promo-left-desktop, 32px))}.promo-popup--center{top:50%;left:50%;transform:translate(-50%,-50%)}.promo-popup[aria-hidden=true]{display:none}.promo-popup:focus{outline:none;box-shadow:none}.promo-popup__image-wrap{position:relative;width:100%;overflow:hidden;flex-shrink:0}.promo-popup__image-wrap img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:1}.promo-popup__image-wrap--contain img{object-fit:contain}.promo-popup__image-wrap--fill img{object-fit:fill}.promo-popup__text-wrap{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;pointer-events:none}.promo-popup__text-wrap--top_left{align-items:flex-start;justify-content:flex-start}.promo-popup__text-wrap--top_center{align-items:flex-start;justify-content:center}.promo-popup__text-wrap--top_right{align-items:flex-start;justify-content:flex-end}.promo-popup__text-wrap--center_left{align-items:center;justify-content:flex-start}.promo-popup__text-wrap--center{align-items:center;justify-content:center}.promo-popup__text-wrap--center_right{align-items:center;justify-content:flex-end}.promo-popup__text-wrap--bottom_left{align-items:flex-end;justify-content:flex-start}.promo-popup__text-wrap--bottom_center{align-items:flex-end;justify-content:center}.promo-popup__text-wrap--bottom_right{align-items:flex-end;justify-content:flex-end}.promo-popup__text{pointer-events:all;position:relative;overflow:hidden;padding:0;border-radius:0;color:#fff;font-size:20px;font-weight:400;text-align:center}.promo-popup__text-content{position:relative}.promo-popup__content{padding:1.6rem 2rem 2rem;background-color:var(--promo-bg, rgb(var(--color-background)));flex-shrink:0;text-align:center;display:flex;flex-direction:column;gap:10px}.promo-popup__heading{margin:0;color:rgb(var(--color-foreground))}.promo-popup__description{margin:0;color:rgba(var(--color-foreground),.75);font-size:1.4rem;line-height:1.5}.promo-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--promo-overlay-color, #000000);opacity:var(--promo-overlay-opacity, 0);pointer-events:none;z-index:1}.promo-popup__close{position:absolute;top:1rem;right:1rem;z-index:10;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;background-color:transparent;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:25px;line-height:1;transition:transform .3s ease,opacity .2s ease}.promo-popup__close:hover{opacity:.85;transform:rotate(45deg)}.promo-popup-fab{box-sizing:border-box;position:fixed;z-index:2;bottom:0;left:30px;transition:opacity .2s ease,transform .2s ease;white-space:nowrap;overflow:hidden}.promo-popup-fab:hover{opacity:.9;transform:translateY(-2px)}.promo-popup-fab[aria-hidden=true]{display:none}@keyframes promo-slide-up{0%{transform:translateY(60px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes promo-fade-in{0%{opacity:0}to{opacity:1}}@keyframes promo-zoom-in{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}@keyframes promo-slide-left{0%{transform:translate(80px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes promo-slide-right{0%{transform:translate(-80px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes promo-exit{to{transform:translateY(20px);opacity:0}}@keyframes promo-fab-pop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.promo-popup--anim-slide_up{animation:promo-slide-up .5s ease-out both}.promo-popup--anim-fade_in{animation:promo-fade-in .5s ease-out both}.promo-popup--anim-zoom_in{animation:promo-zoom-in .5s ease-out both}.promo-popup--anim-slide_left{animation:promo-slide-left .5s ease-out both}.promo-popup--anim-slide_right{animation:promo-slide-right .5s ease-out both}.promo-popup--exiting{animation:promo-exit .25s ease-in forwards}.promo-popup-fab:not([aria-hidden=true]){animation:promo-fab-pop .3s ease both}@media screen and (max-width:989px){.promo-popup{width:var(--promo-current-width, var(--promo-width-tablet, 280px))}}@media screen and (max-width:749px){.promo-popup{width:var(--promo-current-width, var(--promo-width-mobile, 260px))}}@media(prefers-reduced-motion:reduce){.promo-popup,.promo-popup-fab{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/118/assets/section-promo-popup.css.map */
