/*
Theme Name: Lebasino Child
Theme URI: https://rtl-theme.com/?p=11020
Author: Jamal Ghaffari
Author URI: https://www.rtl-theme.com/user-profile/jamal_ghaffari/
Description: قالب فرزند Lebasino برای شخصی‌سازی و افزودن تغییرات بدون دست‌کاری در فایل‌های اصلی قالب والد. با استفاده از Lebasino Child می‌توانید استایل‌ها، توابع و فایل‌های سفارشی خود را به راحتی اضافه و مدیریت کنید.
Version: 1.0.0
Template: lebasino
Text Domain: lebasino-child
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: child-theme, lebasino, customization, woocommerce, elementor
*/
/* استایل شیک‌تر برای توضیحات دسته‌بندی */
.category-description-bottom {
    margin-top: 40px;
    padding: 35px 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 16px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    clear: both;
    transition: all 0.3s ease;
}

.category-description-bottom:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.10);
}

.category-description-bottom .term-description {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
}

.category-description-bottom .term-description p:last-child {
    margin-bottom: 0;
}

.category-description-bottom .term-description img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

.category-description-bottom .term-description h2,
.category-description-bottom .term-description h3,
.category-description-bottom .term-description h4 {
    color: #1a1a1a;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.category-description-bottom .term-description ul,
.category-description-bottom .term-description ol {
    padding-right: 20px;
    margin: 10px 0;
}

.category-description-bottom .term-description li {
    margin-bottom: 5px;
}

/* برای نمایش در موبایل */
@media (max-width: 768px) {
    .category-description-bottom {
        padding: 20px 18px;
        margin-top: 25px;
        border-radius: 12px;
    }
}

.product-card .product-card-top .product-image img{
	aspect-ratio:1/1
}
.woocommerce .product .product_meta > span{
	display:block 
}