.variation-description-title {
    font-family: "ایران سنس", "IRANSans", sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    color: #00606c;

}

/* استایل باکس توضیحات واریانت */
.my-variation-description-box {
    padding: 15px;
    background: #fff;
    font-family: "ایران سنس", "IRANSans", sans-serif;
    border: 1px solid #d1d5db;
    border-radius: 15px;
    transition: all 0.3s ease;
    font-size: 14px;
}

.my-variation-description-box .variation-description-content p {
    margin-bottom: 0 !important;
}

/* استایل محتوای داخلی */
.my-variation-description-box .variation-description-content {
    color: #00606c;
}

.woocommerce-variation-price .price {
    display: flex;
    flex-direction: column;
    /* چیدمان عمودی */
    align-items: flex-start;
    gap: 6px;
}

.woocommerce-variation-description {
    display: none;
}

/* قیمت اصلی (خط خورده) */
.woocommerce-variation-price del {
    font-size: 0.85em;
    /* کوچک‌تر */
    opacity: 0.7;
    text-decoration: line-through;
    /* فقط یک خط ساده */
}

/* حذف هر استایل اضافی احتمالی */
.woocommerce-variation-price del::after {
    display: none !important;
}

/* قیمت تخفیف خورده */
.woocommerce-variation-price ins {
    text-decoration: none;
    font-size: 1em;
    /* اندازه عادی */
}

/* فاصله اضافی حذف شود */
.woocommerce-variation .woocommerce-variation-price {
    margin-top: 0 !important;
}

.custom-wc-variable-form {
    background: #ffffff;
    border-radius: 14px;
    padding: 10px;
    max-width: 700px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    font-family: "ایران سنس", Sans-serif;
}

.woocommerce table.variations tbody tr:nth-child(odd) td,
.woocommerce table.variations tbody tr:nth-child(odd) th {
    background-color: transparent !important;
}

.woocommerce table.variations tbody tr:hover td,
.woocommerce table.variations tbody tr:hover th {
    background-color: transparent !important;
}

.custom-wc-variable-form .variations tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.woocommerce table.variations td.label {
    padding: 0 !important;
}

.custom-wc-variable-form .variations tr {
    display: flex;
    flex-direction: column;
}

.custom-wc-variable-form .variations .label label {
    font-weight: 600;
    font-size: 14px;
    color: #00606c;
}

.custom-wc-variable-form select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    background-color: #fff;
    transition: all 0.25s ease;
    cursor: pointer;
}

.custom-wc-variable-form select:focus {
    outline: none;
    border-color: #F9C606;

}

.custom-wc-variable-form .single_variation_wrap {
    border-top: 1px dashed #e5e7eb;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 15px;
}

.custom-wc-variable-form .woocommerce-variation-price {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #00606c !important;
}

.woocommerce-variation-price .price,
.woocommerce-variation-price .woocommerce-Price-amount,
.woocommerce-variation-price .woocommerce-Price-amount bdi {
    color: #00606c !important;
}

.custom-wc-variable-form .woocommerce-variation-availability {
    font-size: 13px;
    color: #374151;
}

.custom-wc-variable-form .single_add_to_cart_button {
    width: 100%;
    height: 50px;
    border-radius: 10px !important;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 400 !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: "ایران سنس", Sans-serif;
    background-color: #00606c !important;
}

.custom-wc-variable-form .single_add_to_cart_button:hover {
    transform: translateY(-3px);
}

.custom-wc-variable-form .single_add_to_cart_button:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    box-shadow: none;
}

.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}

.custom-wc-variable-form.multi-variation .variations tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.custom-wc-variable-form.single-variation .variations tbody {
    display: block;
    /* تک ستون */
}