.popup-bottom{width:100%;height:10rem;position:fixed;bottom:-100%;left:0;z-index:300;display:block;pointer-events:none;transition:1s ease-in-out;border-radius:.75rem .75rem 0 0;overflow:hidden}.popup-bottom__visible{pointer-events:auto;bottom:0}.popup-bottom__active{overflow:hidden}.popup-bottom__wrapper{position:relative;width:100%;height:100%}.popup-bottom__image,.popup-bottom__wrapper img{width:100%;height:100%;object-fit:cover;object-position:center}.popup-bottom__image--desktop{display:block}.popup-bottom__image--mobile{display:none}@media (max-width:541px){.popup-bottom__image--desktop{display:none}.popup-bottom__image--mobile{display:block}}.popup-bottom__modal{position:relative;height:100%;width:100%}.popup-bottom__cancel{position:absolute;right:1rem;top:1rem;display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;background:rgba(0,0,0,.3);backdrop-filter:blur(.125rem);border-radius:50%;color:#fff;font-size:.8rem;padding:.563rem;cursor:pointer}.popup-bottom__cancel img{width:1rem;height:1rem;object-fit:contain;transition:transform .3s}.popup-bottom__cancel:hover img{transform:scale(1.2)}