/* AvlixBD Phase 9.2.3 — clean floating cart after legacy inline-theme removal */
html body .cpf-cart__fab {
    right: 20px !important;
    top: auto !important;
    bottom: 22px !important;
    transform: none !important;
    min-width: 118px !important;
    width: auto !important;
    height: 52px !important;
    padding: 6px 12px 6px 7px !important;
    gap: 9px !important;
    border: 1px solid #e2e5ea !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #172033 !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .14) !important;
    filter: none !important;
}
html body .cpf-cart__fab:hover {
    transform: translateY(-2px) !important;
    border-color: #8b5cf6 !important;
    background: #ffffff !important;
    background-image: none !important;
    box-shadow: 0 14px 30px rgba(91, 33, 182, .17) !important;
}
html body .cpf-cart__fab-icon {
    width: 38px !important; height: 38px !important; flex: 0 0 38px !important;
    display: grid !important; place-items: center !important;
    border-radius: 10px !important;
    background: #5b21b6 !important; background-image: none !important; color: #fff !important;
}
html body .cpf-cart__fab-icon svg { width: 20px !important; height: 20px !important; fill: none !important; stroke: currentColor !important; }
html body .cpf-cart__fab-copy { display: grid !important; text-align: left !important; line-height: 1.05 !important; }
html body .cpf-cart__fab-copy small { color: #667085 !important; opacity: 1 !important; font-size: 10px !important; font-weight: 650 !important; }
html body .cpf-cart__fab-copy strong { margin-top: 4px !important; color: #172033 !important; font-size: 14px !important; font-weight: 850 !important; }
html body .cpf-cart__badge {
    right: -6px !important; top: -7px !important; min-width: 21px !important; height: 21px !important;
    padding: 0 5px !important; border: 2px solid #fff !important; border-radius: 999px !important;
    background: #f97316 !important; background-image: none !important; color: #fff !important;
    font-size: 10px !important; font-weight: 850 !important;
}
html body .cpf-cart__drawer { width: min(420px, 100vw) !important; border-radius: 16px 0 0 16px !important; background: #fff !important; box-shadow: -18px 0 52px rgba(15,23,42,.17) !important; }
html body .cpf-cart__header { background: #fff !important; background-image: none !important; color: #172033 !important; border-bottom: 1px solid #e5e7eb !important; }
html body .cpf-cart__header strong { color: #172033 !important; }
html body .cpf-cart__header small { color: #667085 !important; }
html body .cpf-cart__close { border: 1px solid #e5e7eb !important; border-radius: 9px !important; background: #fff !important; color: #475467 !important; }
html body .cpf-cart__body { background: #f8fafc !important; }
html body .cpf-cart__item { background: #fff !important; border: 1px solid #e5e7eb !important; border-radius: 12px !important; box-shadow: none !important; }
html body .cpf-cart__coupon button { background: #ede9fe !important; background-image: none !important; color: #5b21b6 !important; }
html body .cpf-cart__checkout-row > a { background: #5b21b6 !important; background-image: none !important; color: #fff !important; }
html body .cpf-cart__grand { background: #f3f0ff !important; background-image: none !important; color: #172033 !important; }

/* Sidebar starts directly with useful filters after removing the promo card. */
html body .cpsc-sidebar .cpsc-filter-panel { padding-top: 4px !important; }

@media (max-width: 767px) {
    html body .cpf-cart__fab {
        display: flex !important; right: 12px !important; bottom: 76px !important;
        width: 50px !important; min-width: 50px !important; height: 50px !important;
        padding: 6px !important; border-radius: 14px !important;
    }
    html body .cpf-cart__fab-icon { width: 36px !important; height: 36px !important; flex-basis: 36px !important; }
    html body .cpf-cart__fab-copy { display: none !important; }
    html body .cpf-cart__drawer { top: auto !important; bottom: 0 !important; width: 100vw !important; height: min(90dvh, 760px) !important; border-radius: 20px 20px 0 0 !important; }
}
