/*
Theme Name: Asali
Theme URI: https://3asaly.site
Description: Landing page Asali
Author: Asali
Version: 1.0
Template: storefront
*/

/* Produit indisponible */
.product-unavailable {
    position: relative;
}

.product-unavailable .product-image-wrapper {
    position: relative;
}

.product-unavailable img {
    filter: grayscale(35%);
    opacity: 0.8;
}

.unavailable-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #8b6f3d;
    color: #fff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
}

.unavailable-text {
    color: #8b6f3d;
    font-weight: 700;
    margin: 15px 0;
}

.btn-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}