.elementor-17294 .elementor-element.elementor-element-3538de4 .woocommerce-breadcrumb{text-align:start;}.elementor-17294 .elementor-element.elementor-element-630579f .cart button, .elementor-17294 .elementor-element.elementor-element-630579f .cart .button{transition:all 0.2s;}.elementor-17294 .elementor-element.elementor-element-630579f .quantity .qty{transition:all 0.2s;}.elementor-17294 .elementor-element.elementor-element-252daf6{width:auto;max-width:auto;}.elementor-17294 .elementor-element.elementor-element-252daf6 > .elementor-widget-container{margin:0px 0px 0px 20px;padding:0px 0px 0px 20px;}.elementor-17294 .elementor-element.elementor-element-51b322d u{background-color:var( --e-global-color-primary );border-style:solid;border-color:#9669F6;}.elementor-17294 .elementor-element.elementor-element-51b322d > .elementor-widget-container{background-color:#D8F6FE;border-radius:10px 10px 10px 10px;}.elementor-17294 .elementor-element.elementor-element-b6c5112.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-17294 .elementor-element.elementor-element-b6c5112.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(min-width:768px){.elementor-17294 .elementor-element.elementor-element-1c3e737{width:34.608%;}.elementor-17294 .elementor-element.elementor-element-8cc3fd3{width:65.392%;}.elementor-17294 .elementor-element.elementor-element-1f1e405{width:88.117%;}.elementor-17294 .elementor-element.elementor-element-f3ada29{width:11.161%;}}@media(max-width:1024px){.elementor-17294 .elementor-element.elementor-element-b6c5112.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-17294 .elementor-element.elementor-element-b6c5112.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for html, class: .elementor-element-f4b9f7a */.attributes-wrapper {
    direction: rtl;
    margin-top: 20px;
    font-family: IRANYekan, Vazirmatn, sans-serif;
}

.attributes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
}

.attribute-item {
    background: #f6f7f9;
    border-radius: 18px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: none;
    border: 0;
    transition: background 0.2s ease;
}

.attribute-item:hover {
    background: #eef1f4;
}

.attribute-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2f343a;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.attribute-icon {
    display: inline-flex;
    color: #2f343a;
    flex: 0 0 auto;
}

.attribute-value {
    color: #2f343a;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .attributes-grid {
        grid-template-columns: 1fr;
    }

    .attribute-item {
        padding: 12px 14px;
    }
}/* End custom CSS */
/* Start custom CSS for woocommerce-product-data-tabs, class: .elementor-element-252daf6 *//* Force site font on tabs */
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    font-family: inherit !important;
}
/* =========================
   WooCommerce Tabs - Card Style
   ========================= */

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    list-style: none;
    direction: rtl;
    align-items: end;
}

/* هر تب */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

/* لینک تب */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    min-height: 56px;
    background: #e6e6e6;
    color: #444;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px 12px 0 0;
    text-decoration: none !important;
    border: 0 !important;
    position: relative;
    transition: all 0.25s ease;
}

/* حذف آیکون اگر توسط قالب/المنتور اضافه شده باشد */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a i,
.woocommerce div.product .woocommerce-tabs ul.tabs li a svg {
    display: none !important;
}

/* تب فعال */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #fff;
    color: #222;
    z-index: 2;
}

/* نوار قرمز بالای تب فعال */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #e21b1b;
    border-radius: 12px 12px 0 0;
}

/* حالت hover */
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    background: #f3f3f3;
    color: #111;
}

/* باکس محتوای تب‌ها */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    background: #fff;
    border: 0;
    padding: 25px;
    margin-top: 0 !important;
    border-radius: 0 12px 12px 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}

/* حذف خط بالای محتوای تب */
.woocommerce div.product .woocommerce-tabs {
    border: 0 !important;
}

/* موبایل */
@media (max-width: 767px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        gap: 4px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 4px !important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 12px 18px;
        font-size: 14px;
        min-height: 50px;
        white-space: nowrap;
    }

    .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 18px;
    }
}
 /* Fix product description images */
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel img {
    max-width: 800px;   /* حداکثر عرض تصویر */
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0 20px auto; /* راست‌چین */
}/* End custom CSS */
/* Start custom CSS for wd_text_block, class: .elementor-element-51b322d *//* کادر راهنمای خرید */
.shop-guide-box {
    background: #e0f5f9;          /* شبیه تصویر */
    border-radius: 16px;
    padding: 24px 24px;
    color: #006070;
    direction: rtl;
    text-align: right;
}

/* خود لیست */
.shop-guide-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* هر آیتم لیست */
.shop-guide-box ul li {
    position: relative;
    padding-right: 30px;          /* فاصله متن از آیکن */
    margin-bottom: 8px;
    line-height: 1.9;
    font-size: 14px;
}

/* آیکن‌ها (بولت سفارشی) */
.shop-guide-box ul li::before {
    position: absolute;
    right: 0;
    top: 0;
    color: #006070;
    font-weight: bold;
    line-height: 1.9;
}

/* آیتم اول = آیکن اطلاعات */
.shop-guide-box ul li:first-child::before {
    content: "ⓘ";
    font-size: 16px;
}

/* بقیه آیتم‌ها = فلش */
.shop-guide-box ul li:not(:first-child)::before {
    content: "›";
    font-size: 18px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-294593b */.attributes-wrapper {
    direction: rtl;
    margin-top: 20px;
    font-family: IRANYekan, Vazirmatn, sans-serif;
}

.attributes-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
}

.attribute-item {
    background: #f6f7f9;
    border-radius: 18px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    box-shadow: none;
    border: 0;
    transition: background 0.2s ease;
}

.attribute-item:hover {
    background: #eef1f4;
}

.attribute-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2f343a;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.attribute-icon {
    display: inline-flex;
    color: #2f343a;
    flex: 0 0 auto;
}

.attribute-value {
    color: #2f343a;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .attributes-grid {
        grid-template-columns: 1fr;
    }

    .attribute-item {
        padding: 12px 14px;
    }
}/* End custom CSS */