@keyframes slideInLeftCustom{0%{transform:translate(100%);visibility:visible}to{transform:translate(0)}}@keyframes slideOutLeftCustom{0%{transform:translate(0)}to{transform:translate(100%);visibility:hidden}}.slideInLeftCustom{animation:slideInLeftCustom .3s ease-in-out}.slideInOutCustom{animation:slideOutLeftCustom .3s ease-in-out}.popup-overplay{align-items:center;background-color:#19191980;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.popup-container{background:var(--body-color);overflow:auto}@media screen and (max-width:640px){.popup-container{height:100%;width:100%}.popup-container .popup-content{margin-bottom:10px}}@media screen and (min-width:640px){.popup-container{border:1px solid var(--primary-color);height:660px;width:510px}}@media screen and (min-width:768px){.popup-overplay{padding-left:20px;padding-right:20px}.popup-container.popup-product{width:auto}.popup-container.popup-product .popup-product-content{display:flex;gap:60px}}
