/**
 * Cleanfast Conversion & Basket Suite - Stylesheet
 * Brand Accent: #02563e | Clean, Fast, Zero CLS
 */

/* ==========================================================================
   1. Dynamic Delivery Cut-Off Timer & Geo Badge
   ========================================================================== */
.cf-delivery-badge-wrap {
    margin: 12px 0 16px 0;
    padding: 10px 14px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #02563e;
    border-radius: 8px;
    font-family: inherit;
    font-size: 13px;
    color: #1e293b;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.cf-delivery-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.cf-pulse-dot {
    width: 8px;
    height: 8px;
    background-color: #16a34a;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7);
    animation: cf-pulse 2s infinite;
}

@keyframes cf-pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(22, 163, 74, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

.cf-countdown-timer {
    color: #b45309;
    font-weight: 800;
    background: #fef3c7;
    padding: 1px 6px;
    border-radius: 4px;
}

.cf-delivery-sub {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #475569;
    font-size: 12px;
}

.cf-delivery-date {
    color: #02563e;
    font-weight: 700;
}

.cf-geo-tag {
    color: #64748b;
    font-weight: 500;
}

/* ==========================================================================
   2. Tiered / Volume Pricing Table
   ========================================================================== */
.cf-tiered-pricing-wrap {
    margin: 16px 0 20px 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.cf-tiered-pricing-header {
    background: #f1f5f9;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 6px;
    border-bottom: 1px solid #e2e8f0;
}

.cf-tiered-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 !important;
    font-size: 13px;
}

.cf-tiered-table th {
    background: #f8fafc;
    color: #475569;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding: 8px 12px;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.cf-tiered-table td {
    padding: 9px 12px;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
    vertical-align: middle;
}

.cf-tier-row {
    cursor: pointer;
    transition: background 0.15s ease;
}

.cf-tier-row:hover {
    background: #f0fdf4;
}

.cf-tier-row.cf-tier-active {
    background: #f0fdf4;
    font-weight: 600;
}

.cf-tier-price-highlight strong {
    color: #02563e;
    font-size: 14px;
}

.cf-vat-price {
    color: #64748b;
    font-size: 12px;
}

.cf-badge-save {
    display: inline-block;
    background: #fee2e2;
    color: #b91c1c;
    font-weight: 800;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.cf-badge-std {
    color: #94a3b8;
    font-size: 11px;
}

.cf-tier-label-tag {
    font-size: 10px;
    font-weight: 700;
    background: #e2e8f0;
    color: #334155;
    padding: 1px 5px;
    border-radius: 4px;
    margin-left: 4px;
}

.cf-tiered-footer {
    padding: 6px 12px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 11px;
}

/* ==========================================================================
   3. Frequently Bought Together (Amazon Style Full-Width & Mobile-Optimized)
   ========================================================================== */
.cf-amazon-fbt-container {
    width: 100% !important;
    margin: 32px 0 36px 0 !important;
    padding-top: 24px !important;
    border-top: 1px solid #e2e8f0 !important;
    box-sizing: border-box !important;
    clear: both !important;
}

.cf-amazon-fbt-header {
    margin-bottom: 18px !important;
}

.cf-amazon-fbt-title {
    margin: 0 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.01em !important;
}

.cf-amazon-fbt-main-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 28px !important;
    flex-wrap: wrap !important;
}

.cf-amazon-fbt-products-flow {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    max-width: 100% !important;
    padding-bottom: 6px !important;
}

.cf-amazon-fbt-products-flow::-webkit-scrollbar {
    display: none !important;
}

.cf-amazon-fbt-item {
    display: flex !important;
    flex-direction: column !important;
    width: 135px !important;
    min-width: 135px !important;
    gap: 6px !important;
    flex-shrink: 0 !important;
}

.cf-amazon-fbt-img-card {
    position: relative !important;
    width: 135px !important;
    height: 135px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
}

.cf-amazon-fbt-img-card.cf-fbt-unselected {
    opacity: 0.3 !important;
    transform: scale(0.95) !important;
}

.cf-amazon-fbt-check {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    accent-color: #02563e !important;
    cursor: pointer !important;
    z-index: 5 !important;
}

.cf-amazon-fbt-img-link {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.cf-amazon-fbt-img-link img {
    max-width: 100% !important;
    max-height: 110px !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
}

.cf-amazon-fbt-plus {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #94a3b8 !important;
    margin-top: 55px !important;
    align-self: flex-start !important;
    user-select: none !important;
    flex-shrink: 0 !important;
}

.cf-amazon-fbt-item-info {
    font-size: 13px !important;
    line-height: 1.35 !important;
    color: #334155 !important;
}

.cf-amazon-fbt-item-title {
    margin-bottom: 3px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.cf-amazon-fbt-this-item {
    font-weight: 700 !important;
    color: #0f172a !important;
}

.cf-amazon-fbt-title-link {
    color: #0f172a !important;
    text-decoration: none !important;
}

.cf-amazon-fbt-title-link:hover {
    color: #02563e !important;
    text-decoration: underline !important;
}

.cf-amazon-fbt-item-price {
    font-weight: 800 !important;
    color: #02563e !important;
    font-size: 14px !important;
}

.cf-amazon-fbt-action-box {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 220px !important;
    margin-top: 32px !important;
    gap: 10px !important;
}

.cf-amazon-fbt-price-display {
    font-size: 14px !important;
    color: #334155 !important;
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
}

.cf-amazon-fbt-price-label {
    font-weight: 500 !important;
    color: #475569 !important;
}

.cf-amazon-fbt-price-val {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.cf-amazon-fbt-orig-price {
    font-size: 13px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
}

.cf-amazon-fbt-btn {
    background: #02563e !important;
    color: #ffffff !important;
    border: 1px solid #02563e !important;
    border-radius: 999px !important;
    padding: 11px 26px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    text-align: center !important;
    display: inline-block !important;
    box-shadow: 0 2px 6px rgba(2, 86, 62, 0.25) !important;
    transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease !important;
}

.cf-amazon-fbt-btn:hover {
    background: #01412e !important;
    border-color: #01412e !important;
    box-shadow: 0 4px 10px rgba(2, 86, 62, 0.35) !important;
    transform: translateY(-1px) !important;
}

.cf-amazon-fbt-btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

/* ==========================================================================
   3.1 Responsive Mobile Layout (< 768px)
   ========================================================================== */
@media (max-width: 767px) {
    .cf-amazon-fbt-container {
        margin: 22px 0 26px 0 !important;
        padding-top: 16px !important;
    }

    .cf-amazon-fbt-title {
        font-size: 17px !important;
        margin-bottom: 14px !important;
    }

    .cf-amazon-fbt-main-row {
        flex-direction: column !important;
        gap: 16px !important;
    }

    .cf-amazon-fbt-products-flow {
        width: 100% !important;
        gap: 6px !important;
        justify-content: flex-start !important;
    }

    .cf-amazon-fbt-item {
        width: 102px !important;
        min-width: 102px !important;
        gap: 4px !important;
    }

    .cf-amazon-fbt-img-card {
        width: 102px !important;
        height: 102px !important;
        padding: 6px !important;
        border-radius: 10px !important;
    }

    .cf-amazon-fbt-img-link img {
        max-height: 80px !important;
    }

    .cf-amazon-fbt-check {
        width: 16px !important;
        height: 16px !important;
        top: 6px !important;
        right: 6px !important;
    }

    .cf-amazon-fbt-plus {
        font-size: 16px !important;
        margin-top: 42px !important;
    }

    .cf-amazon-fbt-item-info {
        font-size: 11px !important;
        line-height: 1.3 !important;
    }

    .cf-amazon-fbt-item-price {
        font-size: 12px !important;
    }

    .cf-amazon-fbt-action-box {
        width: 100% !important;
        min-width: 100% !important;
        margin-top: 0 !important;
        padding: 14px !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        border-radius: 12px !important;
        box-sizing: border-box !important;
    }

    .cf-amazon-fbt-price-display {
        justify-content: space-between !important;
        width: 100% !important;
        margin-bottom: 8px !important;
    }

    .cf-amazon-fbt-price-val {
        font-size: 20px !important;
    }

    .cf-amazon-fbt-btn {
        width: 100% !important;
        padding: 13px 20px !important;
        font-size: 14px !important;
        border-radius: 10px !important;
    }
}

/* ==========================================================================
   3.2 FBT Variation Popup Modal
   ========================================================================== */
.cf-fbt-modal-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(15, 23, 42, 0.65) !important;
    backdrop-filter: blur(4px) !important;
    z-index: 999999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
    box-sizing: border-box !important;
}

.cf-fbt-modal-backdrop.cf-modal-open {
    display: flex !important;
    animation: cfFadeIn 0.2s ease-out !important;
}

@keyframes cfFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.cf-fbt-modal-dialog {
    background: #ffffff !important;
    border-radius: 16px !important;
    max-width: 520px !important;
    width: 100% !important;
    max-height: 90vh !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 8px 10px -6px rgba(0, 0, 0, 0.2) !important;
    overflow: hidden !important;
    animation: cfSlideUp 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-sizing: border-box !important;
}

@keyframes cfSlideUp {
    from { transform: translateY(20px) scale(0.97); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}

.cf-fbt-modal-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 18px 22px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    background: #f8fafc !important;
}

.cf-fbt-modal-title-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.cf-fbt-modal-badge {
    background: #02563e !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    align-self: flex-start !important;
}

.cf-fbt-modal-title {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
}

.cf-fbt-modal-close {
    background: transparent !important;
    border: none !important;
    font-size: 24px !important;
    color: #64748b !important;
    cursor: pointer !important;
    padding: 4px 8px !important;
    border-radius: 8px !important;
    line-height: 1 !important;
    transition: background 0.15s ease, color 0.15s ease !important;
}

.cf-fbt-modal-close:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

.cf-fbt-modal-body {
    padding: 20px 22px !important;
    overflow-y: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    max-height: 60vh !important;
}

.cf-modal-product-section {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 16px !important;
}

.cf-modal-prod-summary {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.cf-modal-prod-thumb {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 4px !important;
}

.cf-modal-prod-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.cf-modal-prod-name {
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
}

.cf-modal-prod-price {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #02563e !important;
}

.cf-modal-options-label {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #475569 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.cf-modal-simple-notice {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 8px !important;
    padding: 10px 14px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #166534 !important;
    margin-top: 4px !important;
}

.cf-modal-simple-check {
    font-weight: 800 !important;
    color: #02563e !important;
    font-size: 14px !important;
}

.cf-modal-chips-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.cf-modal-chip {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 10px 14px !important;
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-size: 13px !important;
    color: #1e293b !important;
    text-align: left !important;
    transition: all 0.15s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.cf-modal-chip:hover {
    border-color: #02563e !important;
    background: #f0fdf4 !important;
}

.cf-modal-chip.cf-chip-active {
    border-color: #02563e !important;
    background: #ecfdf5 !important;
    box-shadow: 0 0 0 1px #02563e !important;
}

.cf-chip-check-icon {
    font-weight: 800 !important;
    color: #02563e !important;
    margin-right: 8px !important;
}

.cf-chip-text {
    flex: 1 !important;
    font-weight: 600 !important;
    color: #0f172a !important;
}

.cf-chip-price {
    font-weight: 800 !important;
    color: #02563e !important;
    margin-left: 8px !important;
}

.cf-fbt-modal-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 22px !important;
    border-top: 1px solid #f1f5f9 !important;
    background: #f8fafc !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

.cf-fbt-modal-total-box {
    display: flex !important;
    flex-direction: column !important;
}

.cf-modal-total-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
}

.cf-modal-total-val {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #02563e !important;
}

.cf-modal-confirm-btn {
    background: #02563e !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 12px 26px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: 0 4px 10px rgba(2, 86, 62, 0.3) !important;
    transition: background 0.15s ease, transform 0.1s ease !important;
}

.cf-modal-confirm-btn:hover {
    background: #01412e !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 767px) {
    .cf-fbt-modal-dialog {
        max-height: 95vh !important;
        border-radius: 16px 16px 0 0 !important;
        margin-top: auto !important;
        margin-bottom: 0 !important;
    }

    .cf-fbt-modal-backdrop {
        padding: 0 !important;
        align-items: flex-end !important;
    }

    .cf-fbt-modal-footer {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .cf-modal-confirm-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}
/* ==========================================================================
   4. Slide-Over Cart Drawer
   ========================================================================== */
.cf-cart-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    visibility: hidden;
    transition: visibility 0.3s ease;
}

.cf-cart-drawer-overlay.cf-drawer-open {
    visibility: visible;
}

.cf-cart-drawer-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(3px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cf-cart-drawer-overlay.cf-drawer-open .cf-cart-drawer-backdrop {
    opacity: 1;
}

.cf-cart-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 90vw;
    height: 100%;
    background: #ffffff;
    box-shadow: -4px 0 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.cf-cart-drawer-overlay.cf-drawer-open .cf-cart-drawer-panel {
    transform: translateX(0);
}

.cf-drawer-header {
    padding: 16px 20px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
}

.cf-drawer-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cf-drawer-title-wrap h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #0f172a;
}

.cf-drawer-close {
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: background 0.15s ease, color 0.15s ease;
}

.cf-drawer-close:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.cf-drawer-body {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Free Shipping Meter */
.cf-drawer-shipping-meter {
    background: #f8fafc;
    padding: 12px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.cf-shipping-msg {
    font-size: 12px;
    color: #334155;
    margin-bottom: 6px;
}

.cf-shipping-free {
    color: #166534;
}

.cf-progress-track {
    width: 100%;
    height: 6px;
    background: #e2e8f0;
    border-radius: 999px;
    overflow: hidden;
}

.cf-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #16a34a 0%, #02563e 100%);
    border-radius: 999px;
    transition: width 0.3s ease;
}

/* Cart Items */
.cf-drawer-items-list {
    flex: 1;
    padding: 16px 20px;
    overflow-y: auto;
}

.cf-drawer-item {
    display: flex;
    gap: 14px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f1f5f9;
}

.cf-drawer-item-img {
    width: 65px;
    height: 65px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 4px;
    flex-shrink: 0;
}

.cf-drawer-item-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cf-drawer-item-info {
    flex: 1;
}

.cf-drawer-item-title {
    margin: 0 0 4px 0;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.cf-drawer-item-price {
    font-size: 13px;
    font-weight: 800;
    color: #02563e;
    margin-bottom: 8px;
}

.cf-drawer-qty-control {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cf-qty-btn {
    width: 26px;
    height: 26px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.cf-qty-btn:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
}

.cf-qty-val {
    font-size: 13px;
    font-weight: 700;
    min-width: 20px;
    text-align: center;
}

.cf-drawer-remove-btn {
    margin-left: auto;
    background: transparent;
    border: none;
    cursor: pointer;
    opacity: 0.6;
    font-size: 14px;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.cf-drawer-remove-btn:hover {
    opacity: 1;
    transform: scale(1.1);
}

.cf-drawer-empty {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
}

.cf-empty-icon {
    font-size: 44px;
    display: block;
    margin-bottom: 12px;
}

.cf-btn-shop {
    background: #02563e !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    margin-top: 10px !important;
}

/* Drawer Footer */
.cf-drawer-footer {
    padding: 16px 20px;
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.cf-drawer-subtotal-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 14px;
}

.cf-drawer-subtotal-row strong {
    font-size: 18px;
    color: #02563e;
}

.cf-drawer-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cf-btn-checkout {
    background: #02563e !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-align: center;
    display: block;
    box-shadow: 0 2px 6px rgba(2, 86, 62, 0.3) !important;
    transition: background 0.15s ease, transform 0.1s ease !important;
}

.cf-btn-checkout:hover {
    background: #01412e !important;
    transform: translateY(-1px);
}

.cf-btn-view-cart {
    background: #ffffff !important;
    border: 1px solid #cbd5e1 !important;
    color: #334155 !important;
    border-radius: 8px !important;
    padding: 8px 14px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-align: center;
    display: block;
}
