.wcp-price-wrapper { 
    display: inline-flex !important; 
    flex-direction: row !important; 
    align-items: center !important;
    gap: 12px !important; 
    margin: 5px 0 !important;
    padding: 5px 10px !important;
    background: #f8f9fa !important;
    border-radius: 5px !important;
    position: relative !important;
    z-index: 100 !important;
}

.wcp-public-price { 
    color: #666 !important; 
    text-decoration: none !important;
    font-size: 1em !important; 
    display: inline-block !important;
    font-weight: 400 !important;
    padding-right: 12px !important;
    border-right: 2px solid #ddd !important; /* ✅ Barre verticale */
}

.wcp-club-price { 
    color: #d90429 !important; /* 🔴 Rouge */
    font-weight: 700 !important; 
    font-size: 1.1em !important; 
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding-left: 5px !important;
}
span.wcp-club-price {
    border: 1px solid red;
    padding: 4px;
    border-radius: 4px;
}

.wcp-club-price .woocommerce-Price-amount{
	  color: #d90429 !important; /* 🔴 Rouge */
}

.wcp-club-badge { 
    background: #d90429 !important; 
    color: #fff !important; 
    padding: 3px 8px !important; 
    border-radius: 3px !important; 
    font-size: 0.7em !important; 
    text-transform: uppercase !important;
    margin-left: 5px !important;
    display: inline-block !important;
    font-weight: 600 !important;
}

/* Woodmart/Elementor compatibility */
.woodmart-product-grid-item .wcp-price-wrapper,
.elementor-widget-woocommerce-products .wcp-price-wrapper {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .wcp-price-wrapper {
        flex-direction: row !important;
        font-size: 0.9em;
        gap: 8px !important;
    }
    
    .wcp-public-price {
        padding-right: 8px !important;
        border-right: 1px solid #ddd !important;
    }
}
/* ==================== PANIER ==================== */
.wcp-cart-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px; /* ✅ Plus d'espace entre les prix */
    font-size: 0.95em;
    margin: 5px 0;
}

.wcp-cart-public {
    color: #666;
    text-decoration: none;
    font-weight: 400;
    display: block;
}

.wcp-cart-club {
    color: #d90429 !important;
    font-weight: 700; /* ✅ Plus gras */
    font-size: 1em;
    display: block;
}

.wcp-cart-club small {
    display: inline-block;
    font-size: 0.8em;
    color: #d90429;
    font-weight: 400;
    margin-left: 5px;
    background: #d90429;
    color: #fff !important;
    padding: 2px 6px;
    border-radius: 3px;
    text-transform: uppercase;
}

/* Colonne Prix du panier - plus d'espace */
.woocommerce-cart-form .product-price {
    padding: 10px 0 !important;
}

.woocommerce-cart-form .product-price .wcp-cart-price-wrapper {
    font-size: 0.95em;
    line-height: 1.6;
}

/* Sous-total - PAS de modification */
.woocommerce-cart-form .product-subtotal .wcp-cart-price-wrapper {
    display: none !important; /* ✅ Cache prix Club dans sous-total */
}

.woocommerce-cart-form .product-subtotal {
    font-weight: 600;
    color: #000;
}

/* Mini-panier badge - à afficher seulement dans widget */
.wcp-mini-cart-badge {
    display: none !important; /* ✅ Désactivé pour éviter dans le nom */
}

/* Responsive */
@media (max-width: 768px) {
    .wcp-cart-price-wrapper {
        font-size: 0.85em;
        gap: 4px;
    }
}

/* Mini-panier badge */
.wcp-mini-cart-badge {
    display: block;
    font-size: 0.75em;
    color: #d90429;
    font-weight: 600;
    margin-top: 2px;
}

/* Table du panier WooCommerce */
.woocommerce-cart-form .product-price .wcp-cart-price-wrapper {
    font-size: 0.9em;
}

/* Responsive */
@media (max-width: 768px) {
    .wcp-cart-price-wrapper {
        font-size: 0.85em;
    }
}
/* ==================== MINI-PANIER ==================== */
.wcp-mini-cart-price {
    display: flex;
    flex-direction: column;
    gap: 3px;
    line-height: 1.4;
}

.wcp-mini-public {
    color: #666;
    font-weight: 400;
}

.wcp-mini-club {
    color: #d90429 !important;
    font-weight: 700;
    font-size: 0.95em;
}

.wcp-mini-club small {
    display: inline-block;
    font-size: 0.75em;
    background: #d90429;
    color: #fff !important;
    padding: 1px 5px;
    border-radius: 2px;
    margin-left: 4px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Woodmart mini-cart specific */
.widget_shopping_cart .wcp-mini-cart-price,
.woodmart-widget-cart .wcp-mini-cart-price {
    font-size: 0.9em;
}

/* Responsive */
@media (max-width: 768px) {
    .wcp-mini-cart-price {
        font-size: 0.85em;
    }
}
/* ==================== CART SIDEBAR WIDGET ==================== */
.wcp-sidebar-widget {
    margin-bottom: 30px !important;
    font-family: inherit !important;
    border: 3px solid #d90429 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
}

.wcp-sidebar-red-block {
    background-color: #ffffff !important;
    color: #333333 !important;
    padding: 30px 25px !important;
    text-align: center !important;
}

.wcp-sidebar-logo {
    font-size: 28px !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    margin-bottom: 15px !important;
    color: #d90429 !important;
    text-transform: uppercase !important;
}

.wcp-sidebar-subtitle {
    font-size: 16px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
    color: #000000 !important;
}

.wcp-sidebar-savings {
    font-size: 42px !important;
    font-weight: 900 !important;
    margin-bottom: 25px !important;
    color: #d90429 !important;
}

.wcp-sidebar-savings .woocommerce-Price-amount {
    color: #d90429 !important;
}

.wcp-add-membership-btn {
    background-color: #d90429 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    padding: 18px 20px !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.wcp-add-membership-btn:hover {
    background-color: #b00320 !important;
    color: #ffffff !important;
}

.wcp-sidebar-benefits {
    background-color: #f8f9fa !important;
    color: #333333 !important;
    padding: 20px 15px !important;
    border-radius: 8px !important;
    border: 1px dashed #cccccc !important;
}

.wcp-benefits-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    color: #555555 !important;
}

.wcp-sidebar-icons {
    display: flex !important;
    justify-content: center !important;
}

.wcp-icon-box {
    text-align: center !important;
    width: 100% !important;
}

.wcp-icon-box span {
    font-size: 26px !important;
    font-weight: 900 !important;
    display: block !important;
    line-height: 1.2 !important;
    color: #d90429 !important;
}

.wcp-icon-box small {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #666666 !important;
}

.wcp-sidebar-gold-block {
    background-color: #f8f9fa !important;
    color: #333333 !important;
    padding: 25px 20px !important;
    text-align: center !important;
    border-top: 2px solid #eeeeee !important;
}

.wcp-sidebar-gold-block h4 {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
}

.wcp-login-btn {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    border-radius: 8px !important;
    padding: 15px 20px !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    display: block !important;
    width: 100% !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
}

.wcp-login-btn:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}
