.shop-the-look-popup{display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgb(0 0 0 / .6);justify-content:center;align-items:center;animation:fadeIn 0.3s ease forwards}.shop-the-look-popup.show{display:flex}.shop-the-look-popup .popup-inner{background:#fff;padding:20px;max-width:600px;width:90%;border-radius:10px;position:relative;opacity:0;transform:scale(.8);animation:popupOpen 0.3s ease forwards}.shop-the-look-popup.closing .popup-inner{animation:popupClose 0.25s ease forwards}.popup-close{position:absolute;top:10px;right:15px;font-size:24px;cursor:pointer;color:#333}.shpimg .shpimg__dots-list ul li.shpimg__dot-wrap--active .shpimg__tooltip{width:450px!important;top:unset!important}nav.woocommerce-breadcrumb.custom-in-banner{margin-top:20px}@keyframes popupOpen{to{opacity:1;transform:scale(1)}}@keyframes popupClose{to{opacity:0;transform:scale(.85)}}@keyframes fadeIn{from{background-color:#fff0}to{background-color:rgb(0 0 0 / .6)}}@media (max-width:480px){.shop-the-look-popup .popup-inner{width:95%;max-width:90%;padding:15px}}