.elementor-kit-12{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-b0d8d99:#3F4F23;--e-global-color-fd83f73:#E8D2AD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#DEC7A9;}.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-kit-12{background-image:url("https://cafezonemenu.ir/wp-content/uploads/2026/02/IMG_20260201_005049_090.jpg");background-position:top center;background-repeat:no-repeat;background-size:contain;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ❌ حذف دکمه "همه" */
.filter-menu .filter-btn[data-filter="all"] {
    display: none !important;
}

/* 🎨 پس‌زمینه بخش فیلتر دسته‌بندی */
.search-and-filter-section {
    background-color: #DEC7A9 !important;
}

/* 🎨 پس‌زمینه کارت‌های محصولات */
.product-cards {
    background-color: #DEC7A9 !important;
}

/* 🌿 رنگ متن دکمه‌های فیلتر */
.filter-menu .filter-btn {
    color: #445525 !important;
}

/* 🌿 رنگ متن آیتم‌های منو */
.product-cards,
.product-cards * {
    color: #445525 !important;
}

/* پس‌زمینه کل بخش دسته‌بندی */
.search-and-filter-section,
.search-and-filter-section * {
    background-color: #DEC7A9 !important;
}

/* پس‌زمینه کارت‌های محصول */
.product-cards,
.product-cards * {
    background-color: #DEC7A9 !important;
}
/* تغییر کادر داخلی کارت‌ها به سبز و ضخیم‌تر */
.product-cards .product-card {
    border: 3px solid #445525 !important; /* سبز و ضخیم */
    border-radius: 8px !important; /* گوشه‌ها گرد */
}

/* پس‌زمینه بخش دسته‌بندی‌ها - شیری روشن */
.search-and-filter-section .filter-menu {
    background-color: #F5EBDD !important; /* شیری روشن‌تر */
    border-radius: 8px; /* گوشه‌ها گرد */
    padding: 5px; /* فاصله کمی داخل دسته‌بندی‌ها */
}

/* دکمه‌های مشاهده جزئیات / افزودنی‌ها */
button[data-popup-id],
a[data-popup-id] {
    background-color: #445525 !important; /* سبز */
    color: #DEC7A9 !important; /* متن کرم داخل دکمه */
    border: none;
    border-radius: 6px;
    padding: 6px 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease; /* هاور نرم */
}

/* افکت هاور */
button[data-popup-id]:hover,
a[data-popup-id]:hover {
    background-color: #556f2c !important; /* سبز تیره‌تر */
    color: #F5EBDD !important; /* متن روشن روی هاور */
}

/* تب‌های دسته‌بندی (دونه‌دونه) */
.search-and-filter-section .filter-menu button,
.search-and-filter-section .filter-menu a {
    background-color: transparent !important; /* حذف پس‌زمینه کرم */
    color: #445525 !important; /* متن سبز */
    border: none;
    border-radius: 8px;
    padding: 6px 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* هاور روی تب‌ها */
.search-and-filter-section .filter-menu button:hover,
.search-and-filter-section .filter-menu a:hover {
    background-color: #445525 !important; /* سبز */
    color: #DEC7A9 !important; /* متن روشن روی هاور */
}

/* دسته‌بندی فعال */
.search-and-filter-section .filter-menu button.active,
.search-and-filter-section .filter-menu a.active {
    background-color: #445525 !important; /* سبز */
    color: #DEC7A9 !important; /* متن روشن */
}/* End custom CSS */