.elementor-kit-12{--e-global-color-primary:#F9CBD3;--e-global-color-secondary:#BDE3C1;--e-global-color-text:#333333;--e-global-color-accent:#D4AF37;--e-global-color-abd7ff4:#FFFFFF;--e-global-color-5a8f838:#555555;--e-global-color-cc303e7:#E74C3C;--e-global-typography-primary-font-family:"IRANSansWeb_Bold";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"IRANSansWeb_Medium";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"IRANSansWeb_Bold";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
==============================================
CSS سفارشی برای صفحه محصول تکی (Single Product)
طراحی شده توسط Master of Webcraft
نسخه 1.0
==============================================
*/

/* --- بخش عمومی و چیدمان اصلی --- */
.single-product div.product {
    display: flex; /* فعال کردن Flexbox برای چیدمان دو ستونه */
    flex-wrap: wrap; /* اجازه شکستن ستون‌ها در صفحه کوچک */
    gap: 40px; /* فاصله بین ستون تصویر و ستون اطلاعات */
    margin-top: 30px;
}

/* ستون گالری تصاویر */
.single-product .woocommerce-product-gallery {
    flex: 1 1 55%; /* 55% عرض در دسکتاپ */
    position: sticky; /* چسبیدن گالری هنگام اسکرول */
    top: 40px; /* فاصله از بالای صفحه هنگام چسبیدن */
    align-self: flex-start; /* تراز شدن از بالا */
    border: 1px solid #eaeaea;
    border-radius: 12px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

/* ستون اطلاعات محصول (عنوان، قیمت، دکمه) */
.single-product .summary.entry-summary {
    flex: 1 1 40%; /* 40% عرض در دسکتاپ */
}

/* --- بخش عنوان، قیمت و توضیحات کوتاه --- */
h1.product_title.entry-title {
    font-size: 2.8rem; /* فونت بسیار بزرگ برای جلب توجه */
    font-weight: 800; /* بسیار ضخیم */
    line-height: 1.2;
    margin-bottom: 20px;
    color: #2c3e50; /* رنگ تیره و خوانا */
}

p.price {
    font-size: 2.2rem; /* فونت بزرگ برای قیمت */
    font-weight: 700;
    color: #1abc9c; /* رنگ سبز جذاب برای قیمت */
    margin-bottom: 25px !important;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 25px;
}

.woocommerce-product-details__short-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

/* --- بخش افزودن به سبد خرید --- */
form.cart {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-bottom: 25px;
}

/* استایل دکمه افزودن به سبد خرید */
.single_add_to_cart_button {
    width: 100%;
    padding: 18px 20px !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #3498db !important; /* رنگ اصلی دکمه */
    color: #ffffff !important;
    border-radius: 8px !important;
    border: none !important;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.single_add_to_cart_button:hover {
    background-color: #2980b9 !important; /* رنگ هاور دکمه */
    transform: translateY(-2px); /* افکت شناور شدن */
}

/* استایل فیلد تعداد محصول */
.quantity .qty {
    border-radius: 8px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    width: 70px;
    height: auto !important;
    text-align: center;
}

/* --- بخش متادیتا (دسته، برچسب) --- */
.product_meta {
    font-size: 0.95rem;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.product_meta > span {
    display: block; /* هر آیتم در یک خط */
    margin-bottom: 8px;
}
.product_meta a {
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
}
.product_meta a:hover {
    text-decoration: underline;
}

/* --- بخش تب‌ها (توضیحات، نظرات) --- */
.woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #e0e0e0;
    padding-left: 0 !important;
    margin-bottom: 30px !important;
}

.woocommerce-tabs ul.tabs li {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-right: 30px !important;
}

.woocommerce-tabs ul.tabs li a {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: #888 !important;
    padding: 15px 5px !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s ease;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #2c3e50 !important;
    border-bottom-color: #3498db !important;
}

.woocommerce-tabs .panel {
    padding: 20px 0 !important;
    font-size: 1.1rem;
    line-height: 1.8;
}

/*
==============================================
واکنش‌گرایی برای تبلت و لپ‌تاپ‌های کوچک
==============================================
*/
@media (max-width: 1024px) {
    .single-product .woocommerce-product-gallery {
        flex: 1 1 50%;
        position: static; /* غیرفعال کردن چسبندگی در تبلت */
    }

    .single-product .summary.entry-summary {
        flex: 1 1 45%;
    }

    h1.product_title.entry-title {
        font-size: 2.4rem;
    }

    p.price {
        font-size: 2rem;
    }
}

/*
==============================================
واکنش‌گرایی برای موبایل
==============================================
*/
@media (max-width: 768px) {
    .single-product div.product {
        flex-direction: column; /* چیدمان عمودی */
        gap: 25px; /* کاهش فاصله */
    }
    
    .single-product .woocommerce-product-gallery {
        position: static; /* اطمینان از عدم چسبندگی */
    }
    
    h1.product_title.entry-title {
        font-size: 1.8rem; /* فونت مناسب موبایل */
        margin-bottom: 15px;
    }

    p.price {
        font-size: 1.6rem;
        margin-bottom: 20px !important;
        padding-bottom: 20px;
    }

    .woocommerce-product-details__short-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    form.cart {
        padding: 20px;
    }

    .single_add_to_cart_button {
        padding: 16px 20px !important;
        font-size: 1.1rem !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IRANSansWeb_Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.eot');
	src: url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
		url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.woff2') format('woff2'),
		url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.woff') format('woff'),
		url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANSansWeb_Bold';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'IRANSansWeb_Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.eot');
	src: url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
		url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.woff2') format('woff2'),
		url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.woff') format('woff'),
		url('https://razghonche.com/wp-content/uploads/2025/10/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'IRANSansWeb_Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: ;
}
/* End Custom Fonts CSS */