/**
* Theme Name: Ahura Child
* Description: This is a child theme of Ahura, generated by MihanWP.
* Author: MihanWP
* Template: ahura
*/




.custom-product-notice {
    width: 100%;
    padding: 25px;
    background-color: #222128;
    margin-bottom: 20px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.custom-product-notice p {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .custom-product-notice {
        font-size: 16px;
        padding: 18px;
    }
}

/* فقط در صفحات تک محصول ووکامرس */
body.single-product select {
    border: 2px solid #ffffff !important;
    color: #000000; /* متن انتخاب شده داخل Select مشکی */
    background-color: #ffffff; /* پس‌زمینه Select سفید */
}

body.single-product select option {
    color: #000000 !important; /* متن داخل منوی کشویی مشکی */
    background-color: #ffffff; /* پس‌زمینه منوی کشویی سفید */
}

body.single-product option.attached.enabled {
    color: #000000 !important;
}
