.buy-in-click-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}.buy-in-click-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);backdrop-filter:blur(2px)}.buy-in-click-popup__content{position:relative;background-color:#fff;border-radius:8px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.3);box-shadow:0 10px 30px rgba(0,0,0,.3);-webkit-animation:popupSlideIn .3s ease-out;animation:popupSlideIn .3s ease-out}.buy-in-click-popup__close{position:absolute;top:15px;right:15px;width:30px;height:30px;border-radius:50%;background-color:#f5f5f5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:18px;color:#666;-webkit-transition:all .2s ease;transition:all .2s ease;z-index:10}.buy-in-click-popup__close:hover{background-color:#e0e0e0;color:#333}.buy-in-click-popup__close span{line-height:1}.buy-in-click-popup__header{padding:20px 20px 0;border-bottom:1px solid #eee}.buy-in-click-popup__header h3{margin:0 0 20px;font-size:20px;font-weight:700;color:#383838}.buy-in-click-popup__body{padding:20px}.buy-in-click-popup__product{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-bottom:25px;padding-bottom:20px;border-bottom:1px solid #eee}.buy-in-click-popup__product-image{-ms-flex-negative:0;flex-shrink:0;width:80px;height:80px;border-radius:6px;overflow:hidden;background-color:#f8f8f8}.buy-in-click-popup__product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.buy-in-click-popup__product-info{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buy-in-click-popup__product-info h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#383838;line-height:1.3}.buy-in-click-popup__product-price{font-size:18px;font-weight:700;color:#e88846}.buy-in-click-popup__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.buy-in-click-popup__field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.buy-in-click-popup__field label{font-size:14px;font-weight:600;color:#383838}.buy-in-click-popup__field input{padding:12px 15px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:"Lato",sans-serif;-webkit-transition:border-color .2s ease;transition:border-color .2s ease}.buy-in-click-popup__field input:focus{border-color:#e88846}.buy-in-click-popup__field input:invalid{border-color:#e74c3c}.buy-in-click-popup__info{display:none;font-size:14px;margin-top:10px}.buy-in-click-popup__actions{margin-top:10px}.buy-in-click-popup__actions .btn{width:100%;padding:15px;font-size:16px;font-weight:700;text-align:center;border-radius:6px;background-color:#e88846;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.buy-in-click-popup__actions .btn:hover{background-color:rgb(223.2451923077,107.3990384615,27.7548076923);-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px)}.buy-in-click-popup__actions .btn:disabled{opacity:.6;cursor:not-allowed;-webkit-transform:none;-ms-transform:none;transform:none}.buy-in-click-popup__actions .btn--secondary{background-color:#6c757d}.buy-in-click-popup__actions .btn--secondary:hover{background-color:rgb(84.3605150215,91.3905579399,97.6394849785)}.buy-in-click-popup__success{text-align:center;padding:20px 0}.buy-in-click-popup__success-icon{margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.buy-in-click-popup__success-icon svg{-webkit-animation:successPulse .6s ease-out;animation:successPulse .6s ease-out}.buy-in-click-popup__success-title{font-size:24px;font-weight:700;color:#4caf50;margin:0 0 25px;line-height:1.3}.buy-in-click-popup__success-details{background-color:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:25px;text-align:left}.buy-in-click-popup__success-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px}.buy-in-click-popup__success-item:last-child{margin-bottom:0}.buy-in-click-popup__success-label{font-weight:600;color:#383838;font-size:14px}.buy-in-click-popup__success-value{font-weight:700;color:#e88846;font-size:16px}.buy-in-click-popup__success-message{font-size:16px;color:#666;line-height:1.5;margin:0 0 25px}.buy-in-click-popup__success-actions .btn{width:100%;padding:15px;font-size:16px;font-weight:700;text-align:center;border-radius:6px;background-color:#6c757d;color:#fff;-webkit-transition:all .2s ease;transition:all .2s ease}.buy-in-click-popup__success-actions .btn:hover{background-color:rgb(84.3605150215,91.3905579399,97.6394849785);-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px)}@-webkit-keyframes popupSlideIn{from{opacity:0;-webkit-transform:scale(0.9) translateY(-20px);transform:scale(0.9) translateY(-20px)}to{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes popupSlideIn{from{opacity:0;-webkit-transform:scale(0.9) translateY(-20px);transform:scale(0.9) translateY(-20px)}to{opacity:1;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes successPulse{0%{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:0}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes successPulse{0%{-webkit-transform:scale(0.8);transform:scale(0.8);opacity:0}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@media(max-width: 768px){.buy-in-click-popup{padding:10px}.buy-in-click-popup__content{max-height:95vh}.buy-in-click-popup__header{padding:15px 15px 0}.buy-in-click-popup__header h3{font-size:18px}.buy-in-click-popup__body{padding:15px}.buy-in-click-popup__product{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:10px}.buy-in-click-popup__product-image{width:100px;height:100px;margin:0 auto}.buy-in-click-popup__form{gap:15px}}