#purchase-later-btn{background-color:#ffffff!important;color:#000;padding:12px 20px;border:2px solid #2892B8!important;border-radius:0;cursor:pointer;transition:background-color 0.3s ease,color 0.3s ease;font-size:16px;margin-left:10px;font-family:inherit}#purchase-later-popup{background-color:#fff;border-radius:20px;padding:30px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;max-width:500px;max-height:90vh;width:90%;overflow-y:auto;box-shadow:0 6px 12px rgba(0,0,0,.1);animation:fadeIn 0.3s ease-in-out;font-family:inherit}#purchase-later-popup img{max-width:100%;height:auto;border-radius:5px;margin-bottom:5px}#purchase-later-popup h2{font-size:24px;font-weight:700;margin-bottom:15px;color:#333;text-align:center;font-family:inherit}#purchase-later-popup .popup-text{font-size:16px;color:#555;text-align:center;margin-bottom:15px;font-family:inherit}#purchase-later-popup form label{font-weight:700;font-size:14px;color:#333;margin-bottom:5px;display:block;font-family:inherit}#purchase-later-popup form input,#purchase-later-popup form select{width:100%;padding:10px;margin-bottom:15px;border:1px solid #ccc;border-radius:5px;font-size:14px;font-family:inherit}#purchase-later-popup form button,#purchase-later-popup .btn-purchase-later-submit{background-color:#2892b8;color:#fff;padding:12px 20px;border:none;cursor:pointer;font-size:16px;width:100%;transition:background-color 0.3s ease;font-family:inherit}#purchase-later-popup form button:hover,#purchase-later-popup .btn-purchase-later-submit:hover{background-color:#005d88}#purchase-later-popup .btn-close-wrap{position:absolute;left:20px;top:10px}#purchase-later-popup .btn-close-wrap img{cursor:pointer;width:30px;height:auto}#purchase-later-popup .btn-close-wrap img:hover{opacity:.8}@keyframes fadeIn{from{opacity:0;transform:translate(-50%,-60%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (max-width:767px){#purchase-later-popup{max-width:400px;padding:20px;top:2%;transform:translate(-50%,0)}#purchase-later-popup h2{font-size:20px}#purchase-later-popup form button,#purchase-later-popup .btn-purchase-later-submit{font-size:14px}#purchase-later-btn{margin-left:0!important}}