.elementor-widget-woocommerce-product-meta .product_meta .detail-container:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-771 .elementor-element.elementor-element-7d748be .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:28px;font-weight:600;color:#000000;}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.woocommerce .elementor-771 .elementor-element.elementor-element-055d2f6 .price{font-family:"Asul", Sans-serif;font-size:29px;font-weight:600;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-771 .elementor-element.elementor-element-3ec05e1 .cart button, .elementor-771 .elementor-element.elementor-element-3ec05e1 .cart .button{border-radius:21px 21px 21px 21px;background-color:#FF592A;transition:all 0.2s;}.elementor-771 .elementor-element.elementor-element-3ec05e1 .cart button:hover, .elementor-771 .elementor-element.elementor-element-3ec05e1 .cart .button:hover{background-color:#FA5424;}.elementor-771 .elementor-element.elementor-element-3ec05e1 .quantity .qty{transition:all 0.2s;}/* Start custom CSS for woocommerce-product-meta, class: .elementor-element-49e9090 *//* CONTAINER GLOBAL */
.product_meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    font-family: 'Inter', 'Poppins', sans-serif;
}

/* STRUCTURE COMMUNE */
.product_meta .detail-container {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1f1f2e, #2a2a40);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    color: #fff;
    font-size: 14px;
}

/* LABEL (SKU / Categories) */
.product_meta .detail-label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #9aa0ff;
}

/* SKU BADGE */
.product_meta .sku {
    background: linear-gradient(135deg, #ff4ecd, #6a5cff);
    padding: 6px 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    box-shadow: 0 4px 14px rgba(255,78,205,0.4);
}

/* CATEGORIES */
.product_meta .detail-content {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

/* TAGS CATEGORIES */
.product_meta .detail-content a {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.15);
}

/* HOVER TAG */
.product_meta .detail-content a:hover {
    background: linear-gradient(135deg, #00f2ff, #6a5cff);
    box-shadow: 0 0 18px rgba(0,242,255,0.5);
    transform: translateY(-2px) scale(1.05);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .product_meta {
        flex-direction: column;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-17e8bea */.details-produit-table {
    background: linear-gradient(180deg, #ffffff, #fafafa);
    border-radius: 20px;
    padding: 26px 26px;
    margin-top: 32px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0,0,0,0.04);
    font-family: 'Inter', 'Helvetica Neue', sans-serif;
}

/* Titre */
.details-produit-table h2 {
    font-size: 19px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
}

/* Ligne fine sous le titre */
.details-produit-table h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #d6c2a2;
    border-radius: 2px;
    margin-top: 8px;
}

/* Table */
.details-produit-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

/* Lignes */
.details-produit-table tr {
    transition: background 0.2s ease;
}

/* Séparateurs élégants */
.details-produit-table tr:not(:last-child) td,
.details-produit-table tr:not(:last-child) th {
    border-bottom: 1px solid #ededed;
}

/* Cellules */
.details-produit-table th,
.details-produit-table td {
    padding: 14px 8px;
    font-size: 14px;
}

/* Libellés */
.details-produit-table th {
    text-align: left;
    font-weight: 500;
    color: #8a8a8a;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 12px;
}

/* Valeurs */
.details-produit-table td {
    text-align: right;
    font-weight: 600;
    color: #1a1a1a;
}

/* Hover ultra subtil */
.details-produit-table tr:hover {
    background: rgba(0, 0, 0, 0.015);
}

/* Mobile */
@media (max-width: 600px) {
    .details-produit-table {
        padding: 20px;
    }

    .details-produit-table th,
    .details-produit-table td {
        padding: 12px 4px;
    }
}/* End custom CSS */