/* ==========================================================================
   Free Gifts for WooCommerce – custom styling
   Cart/checkout styling for free gift items. The gift chooser itself is a
   custom modal (see gift-wizard.css).
   ========================================================================== */

/* Cart / CheckoutWC free gift item classes:
   - .bbdepot-free-gift-item       → entire cart row
   - .bbdepot-free-gift-item-data → cfw-cart-item-data wrapper + variation list
   - .bbdepot-free-gift-badge      → styled "Gratis cadeau" label
*/

.bbdepot-free-gift-badge {
    display: inline-block;
    margin: 0;
    padding: 3px 10px;
    color: #15803d;
    background: #ecfdf5;
    border: 1px solid #86efac;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.bbdepot-free-gift-item-data dd {
    margin: 0;
}

.bbdepot-free-gift-item-data dt {
    display: none;
}

/* hide FGF notifications */
#fgf-checkout-gift-notices-wrapper {
    display: none!important;
}
.fgf-success-message  {
    display: none!important;
}

[class*=ct-woocommerce] .shop_table .product-mobile-actions {
    font-size: 0px;
}

.bbdepot-free-gift-item-data + .ct-product-actions {
    display: none!important;
}

/* Hide FGF's own inline gift table / popup remnants on the cart page —
   gift selection happens through the custom modal. */
#fgf_gift_products_wrapper,
.fgf-popup-gift-products-wrapper {
    display: none !important;
}
