/* ===== ESTILOS DEL CARRITO ===== */

.cart-btn {
    position: relative;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
}

#cart-count {
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    padding: 2px 6px;
}