.product-discount-section{margin-top:10px;padding:12px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.product-discount-section .discount-header{font-weight:600;font-size:14px;color:#333;margin-bottom:8px;display:flex;align-items:center;gap:6px}.product-discount-section .discount-header i{color:#28a745}.applied-discounts-list{margin-bottom:10px}.applied-discount-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;margin-bottom:4px;background-color:#fff;border-radius:4px;border-left:3px solid #28a745;font-size:13px}.applied-discount-item .discount-name{color:#495057}.applied-discount-item .discount-amount{font-weight:600;color:#28a745}.total-applied-discount{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;background-color:#d4edda;border-radius:4px;margin-bottom:12px;font-weight:600}.total-applied-discount .label{color:#155724}.total-applied-discount .amount{color:#155724;font-size:15px}.payment-method-offers{border-top:1px dashed #dee2e6;padding-top:10px}.payment-method-offers .offers-header{font-weight:600;font-size:13px;color:#6c757d;margin-bottom:8px}.payment-offer-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;margin-bottom:4px;background-color:#fff;border-radius:4px;border:1px solid #dee2e6;font-size:13px;transition:all .2s ease}.payment-offer-item:hover{border-color:#007bff;background-color:#f0f7ff}.payment-offer-item .offer-label{display:flex;align-items:center;gap:8px;color:#495057}.payment-offer-item .offer-label i{font-size:16px}.payment-offer-item .offer-label .method-name{font-weight:500}.payment-offer-item .offer-details{text-align:right}.payment-offer-item .offer-details .discount-rate{font-size:12px;color:#6c757d}.payment-offer-item .offer-details .discount-amount{font-weight:600;color:#28a745}.payment-offer-item .offer-details .final-price{font-size:11px;color:#6c757d}.open-account-terms{margin-top:4px;padding-left:10px;font-size:12px}.open-account-term{display:flex;justify-content:space-between;padding:4px 8px;background-color:#f8f9fa;margin-bottom:2px;border-radius:3px}.open-account-term .term-days{color:#6c757d}.open-account-term .term-discount{color:#28a745;font-weight:500}.discounted-price-display{display:flex;align-items:center;gap:8px;margin-top:8px;padding-top:8px;border-top:1px solid #e9ecef}.discounted-price-display .original-price{text-decoration:line-through;color:#6c757d;font-size:14px}.discounted-price-display .final-price{font-size:18px;font-weight:700;color:#28a745}.product-discount-section.compact{padding:8px}.product-discount-section.compact .discount-header{font-size:12px;margin-bottom:6px}.product-discount-section.compact .applied-discount-item{padding:4px 8px;font-size:11px}.product-discount-section.compact .payment-offer-item{padding:6px 8px;font-size:11px}.basket-product-discounts{margin-top:8px;padding:8px;background-color:#f8f9fa;border-radius:6px;font-size:12px}.basket-product-discounts .discount-badge{display:inline-flex;align-items:center;padding:3px 8px;margin:2px;background-color:#d4edda;color:#155724;border-radius:4px;font-size:11px}.basket-product-discounts .payment-offer-badge{display:inline-flex;align-items:center;padding:3px 8px;margin:2px;background-color:#cce5ff;color:#004085;border-radius:4px;font-size:11px}.basket-product-discounts .payment-offer-badge i{margin-right:4px}@keyframes discountPulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.discount-badge.animate{animation:discountPulse .3s ease}@media (max-width: 768px){.product-discount-section{padding:10px}.payment-offer-item{flex-direction:column;align-items:flex-start;gap:4px}.payment-offer-item .offer-details{text-align:left;width:100%;display:flex;justify-content:space-between}}
