/* Foot Rescue - שיפור אזור בחירת ניחוח ותיאור וריאציה */

/* הסתרת "נקה" רק בתבנית הזו */
.product-foot-rescue .reset_variations {
    display: none !important;
}

/* הצמדת אזור הווריאציה לבחירה */
.product-foot-rescue .single_variation_wrap {
    margin-top: 2px !important;
}

/* ריווח עדין ונקי לתיאור הריח */
.product-foot-rescue .woocommerce-variation-description {
    margin-top: 2px !important;
    margin-bottom: 10px !important;
}

/* עיצוב שורת התיאור */
.product-foot-rescue .woocommerce-variation-description p {
    margin: 0 !important;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* הוספת אייקון לפני הטקסט */
.product-foot-rescue .woocommerce-variation-description p::before {
    content: "✓";
    font-size: 12px;
    line-height: 1;
    color: #5bc0c3;
    display: inline-block;
    transform: translateY(-1px);
}

/* התאמות מובייל */
@media (max-width: 767px) {

    .product-foot-rescue .single_variation_wrap {
        margin-top: 0 !important;
    }

    .product-foot-rescue .woocommerce-variation-description {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
    }

    .product-foot-rescue .woocommerce-variation-description p {
        font-size: 12px !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    .product-foot-rescue .woocommerce-variation-description p::before {
        font-size: 11px !important;
    }
}