.ebtf-container { 
    margin-top: 2.5rem; 
    padding: 2rem; 
    border: 2px solid #f0f0f0; 
    border-radius: 12px; 
    background: #ffffff; 
    box-shadow: 0 8px 25px rgba(0,0,0,0.04); 
}

.ebtf-header-wrapper { text-align: center; margin-bottom: 2rem; }
.ebtf-title { font-size: 1.5rem; font-weight: 800; color: #232323; }

.ebtf-badges-container { display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; }
.ebtf-badge { padding: 6px 12px; border-radius: 50px; font-weight: 800; font-size: 0.9rem; letter-spacing: 0.5px; display: inline-flex; align-items: center; box-shadow: 0 4px 10px rgba(0,0,0,0.15); color: #fff; }
.ebtf-badge i { font-size: 1.1rem; margin-right: 5px; }

.ebtf-badge-discount { background: linear-gradient(135deg, #ff416c 0%, #ff4b2b 100%); }
.ebtf-badge-shipping { background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%); }
.ebtf-badge-voucher { background: linear-gradient(135deg, #f2994a 0%, #f2c94c 100%); color: #333; }

@keyframes pulse-red { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 65, 108, 0.7); } 70% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(255, 65, 108, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 65, 108, 0); } }
.pulse-animation { animation: pulse-red 2s infinite; }

@keyframes bounce-up { 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 40% {transform: translateY(-5px);} 60% {transform: translateY(-3px);} }
.bounce-animation { animation: bounce-up 2s infinite; }

.ebtf-grid-wrapper { display: flex; align-items: center; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.ebtf-product-card { width: 160px; text-align: center; transition: transform 0.2s ease, opacity 0.3s ease; position: relative; padding: 10px; border-radius: 8px; background: #fff; border: 1px solid transparent; }
.ebtf-product-card:hover { transform: translateY(-5px); border-color: #f0f0f0; box-shadow: 0 5px 15px rgba(0,0,0,0.05); }
.ebtf-product-card.ebtf-disabled { opacity: 0.45; filter: grayscale(100%); }

.ebtf-image-box { position: relative; margin-bottom: 12px; }
.ebtf-image-box img { max-width: 100%; height: auto; border-radius: 6px; border: 1px solid #f5f5f5; }
.ebtf-check-overlay { position: absolute; top: -8px; left: -8px; z-index: 5; }
.ebtf-select-product { width: 24px; height: 24px; accent-color: #2cb367; cursor: pointer; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }

.ebtf-product-info { font-size: 0.85rem; line-height: 1.3; }
.ebtf-product-info .product-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #444; margin-bottom: 6px; text-decoration: none; font-weight: 600; min-height: 2.3em; }
.ebtf-product-info .product-price { color: #2cb367; font-weight: 700; font-size: 1rem; }
.ebtf-separator { font-size: 1.8rem; color: #ccc; font-weight: 300; display: flex; align-items: center; height: 160px; }

.ebtf-summary-card { background: #fdfdfd; border: 1px solid #ebebeb; border-radius: 10px; padding: 1.5rem; display: flex; justify-content: center; align-items: center; flex-direction: column; max-width: 600px; margin: 0 auto; }
.ebtf-disclaimer-small { font-size: 0.8rem; color: #888; padding: 15px; text-align: center; margin-bottom: 15px!important; display: flex; align-items: center; justify-content: center; }
.ebtf-price-group { text-align: center!important; margin-bottom: 15px!important; }
.ebtf-total-label { font-size: 1rem; color: #666; display: block; margin-bottom: 5px; padding: 15px; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; }
.ebtf-disclaimer-alert.mb-4 {
    padding: 15px;
    border: 1px solid #181818;
    border-radius: 10px;
    margin-bottom: 15px;
}
.ebtf-strikethrough { text-decoration: line-through; color: #999; font-size: 1.2rem; font-weight: 500; }
.text-danger { color: #e74c3c !important; }
.ebtf-total-value { color: #232323; font-weight: 800; font-size: 2rem; transition: all 0.3s ease; }

#ebtf-add-all-btn { width: 100%; max-width: 320px; margin-top: 5px!important; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; border-radius: 50px; padding: 12px 30px; box-shadow: 0 4px 12px rgba(44, 179, 103, 0.2); }

@media (max-width: 767px) {
    .ebtf-grid-wrapper { flex-direction: column; gap: 0.5rem; }
    .ebtf-separator { transform: rotate(90deg); height: auto; margin: 10px 0; font-size: 1.4rem; }
    .ebtf-product-card { width: 100%; max-width: 280px; display: flex; text-align: left; align-items: center; }
    .ebtf-image-box { width: 80px; margin-bottom: 0; margin-right: 15px; flex-shrink: 0; }
    .ebtf-product-info .product-title { -webkit-line-clamp: 1; min-height: auto; }
}

.spinner { display: inline-block; width: 1rem; height: 1rem; border: 2px solid rgba(255,255,255,.3); border-radius: 50%; border-top-color: #fff; animation: spin 1s ease-in-out infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.ebtf-custom-modal {
    background-color: transparent !important;
}

.ebtf-custom-modal.show {
    opacity: 1 !important;
    display: block !important;
    visibility: visible !important;
}

.ebtf-backdrop {
    background-color: #000 !important;
}

.ebtf-backdrop.show {
    opacity: 0.5 !important;
    visibility: visible !important;
}

.ebtf-purchase-section.mt-4.mb-4 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ebtf-notices.text-center.mt-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 35px !important;
}

.ebtf-disclaimer-small span p {
    margin-bottom: 0;
}

.ebtf-disclaimer-alert {
    border: 2px dashed #ff0000;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.2);
    background-color: #fffafb;
}

#ebtf-discount-applied-text {
    width: 100%;
    text-align: center;
}