/* 
Theme Name: Gallery Maryam Ahi
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Gallery Maryam Ahi is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Pastille SOLD OUT pour produits WooCommerce */
.sold-out-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    width: fit-content;
    background: linear-gradient(135deg, #FE2400, #FE2400);
    color: white;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(254, 36, 0, 0.3);
    z-index: 10;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.woocommerce-product-gallery .sold-out-badge {
    left: 15px;
}

/* S'assurer que le conteneur d'image est en position relative */
.woocommerce-loop-product__link,
.woocommerce div.product .woocommerce-product-gallery__image,
.woocommerce div.product .woocommerce-product-gallery__wrapper {
    position: relative;
    display: block;
}

/* Ajustements pour la page single produit */
.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    position: relative;
}

/* Responsive design */
@media (max-width: 768px) {
    .sold-out-badge {
        top: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 11px;
    }
}
