.offer-popup__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease;padding:20px}.product-grid .quantity{width:100%}.offer-popup__overlay.active{opacity:1;visibility:visible}.card_vendor a{text-decoration:none}.card_vendor a:hover{text-decoration:underline}.offer-popup__container{background-color:#fff;width:100%;max-width:900px;border-radius:12px;box-shadow:0 10px 40px #00000026;overflow:hidden;transform:scale(.9);transition:transform .3s ease;max-height:90vh;display:flex;flex-direction:column}.offer-popup__overlay.active .offer-popup__container{transform:scale(1)}.offer-popup__header{padding:20px 24px;border-bottom:1px solid #eaeaea;display:flex;justify-content:space-between;align-items:center;background-color:#f9fafb}.offer-popup__title{font-size:22px;font-weight:700;color:#04a2b5;margin-bottom:5px}.offer-popup__close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#777;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.offer-popup__close-btn:hover{background-color:#f0f0f0;color:#333}.offer-popup__products-container{padding:0 24px;overflow-y:auto;flex:1;max-height:400px}.offer-popup__products-header{display:grid;grid-template-columns:100px 1fr 150px 100px 100px;gap:16px;padding:16px 0;border-bottom:2px solid #eaeaea;background-color:#fff;position:sticky;top:0;z-index:10;font-weight:600;color:#04a2b5}.offer-popup__products-grid{padding-bottom:20px}.offer-popup__product-row{display:grid;grid-template-columns:100px 1fr 150px 100px 100px;gap:16px;padding:20px 0;border-bottom:1px solid #f0f0f0;align-items:center}.offer-popup__product-row:last-child{border-bottom:none}.offer-popup__product-image-box{display:flex;width:80px;height:80px;overflow:hidden}.offer-popup__product-image-box .product-image,.offer-popup__product-image-box svg{width:100%;height:100%;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.offer-popup__product-details h3{font-size:16px;font-weight:600;color:#333;margin-bottom:6px}.offer-popup__product-details p{font-size:14px;color:#666;line-height:1.4}.offer-popup__quantity-container{display:flex;justify-content:center}.offer-popup__quantity-selector{display:flex;align-items:center;border:1px solid #ddd;border-radius:6px;overflow:hidden;width:fit-content}.offer-popup__quantity-btn{width:36px;height:36px;background-color:#fff;border:none;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .2s;font-weight:600;font-size:16px;color:#333}.offer-popup__quantity-btn:hover{background-color:#f5f7fa;color:#04a2b5}.offer-popup__quantity-input{width:50px;height:36px;text-align:center;border:none;border-left:1px solid #eee;border-right:1px solid #eee;font-size:14px;font-weight:600;background:#fff}.offer-popup__quantity-input:focus{outline:none;background-color:#f9f9f9}.offer-popup__price-per-item,.offer-popup__total-price{font-weight:600;color:#333}.offer-popup__price-per-item{color:#666}.offer-popup__total-price{color:#04a2b5}.offer-popup__popup-footer{background-color:#f9fafb;padding:20px 24px;border-top:1px solid #eaeaea;position:sticky;bottom:0;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -2px 10px #0000000d}.offer-popup__cart-summary{display:flex;gap:30px}.offer-popup__summary-item{display:flex;flex-direction:column}.offer-popup__summary-label{font-size:14px;color:#666;margin-bottom:4px}.offer-popup__summary-value{font-size:20px;font-weight:700;color:#04a2b5}.offer-popup__add-to-cart-btn{background-color:#04a2b5;color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px #04a2b54d}.offer-popup__add-to-cart-btn:hover:not(:disabled){background-color:#038a9a;transform:translateY(-2px);box-shadow:0 6px 16px #04a2b566}.offer-popup__add-to-cart-btn:disabled{background-color:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.offer-popup__loading-spinner,.offer-popup__loading-error{text-align:center;padding:40px;font-size:16px;color:#666}.offer-popup__loading-error{color:#e74c3c}@media (max-width: 768px){.offer-popup__products-header{display:none}.offer-popup__product-row{grid-template-columns:70px 1fr;grid-template-rows:auto auto auto auto;gap:12px;position:relative;border:1px solid #eaeaea;border-radius:8px;padding:16px;margin-bottom:12px}.offer-popup__product-image-box{display:flex;width:60px;height:60px;overflow:hidden}.offer-popup__product-details h3{font-size:15px;margin-bottom:4px}.offer-popup__product-details p{font-size:13px;line-height:1.3}.offer-popup__quantity-container{grid-column:1 / span 2;grid-row:3;justify-content:flex-start;margin-top:8px}.offer-popup__price-per-item{grid-column:1;grid-row:4;justify-self:start;font-size:14px;margin-top:8px}.offer-popup__total-price{grid-column:2;grid-row:4;justify-self:end;font-size:16px;font-weight:700;margin-top:8px}.offer-popup__popup-footer{flex-direction:column;gap:20px;align-items:stretch;padding:16px 20px}.offer-popup__cart-summary{width:100%;justify-content:space-between}.offer-popup__summary-value{font-size:18px}.offer-popup__add-to-cart-btn{width:100%;justify-content:center;font-size:15px;padding:12px 24px}}@media (max-width: 480px){.offer-popup__header{padding:16px 20px}.offer-popup__title{font-size:20px;margin-bottom:5px}.offer-popup__products-container{padding:0 16px}.offer-popup__product-row{grid-template-columns:60px 1fr;gap:10px;padding:12px}.offer-popup__product-image-box{width:50px;height:50px}.offer-popup__product-details h3{font-size:14px}.offer-popup__product-details p{font-size:12px}.offer-popup__quantity-btn{width:32px;height:32px;font-size:14px}.offer-popup__quantity-input{width:40px;height:32px;font-size:13px}.offer-popup__price-per-item,.offer-popup__total-price{font-size:13px}.offer-popup__popup-footer{padding:12px 16px}.offer-popup__summary-label{font-size:13px}.offer-popup__summary-value{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/offer-popup.css.map */
