/*
Theme Name: کافیتو (Caffito)
Theme URI: https://caffito.ir
Author: محمدحسین نجف‌پور
Author URI: https://caffito.ir
Description: کافیتو یک قالب وردپرس مدرن و حرفه‌ای مخصوص کافه‌ها، قهوه‌فروشی‌ها و برندهای قهوه است که با هدف نمایش منوی آنلاین، معرفی محصولات، نوشیدنی‌ها و خدمات به شکلی جذاب و کاربرپسند طراحی شده است. این قالب با تمرکز بر تجربه کاربری، سرعت بالا، طراحی واکنش‌گرا و پشتیبانی کامل از زبان فارسی و RTL ساخته شده تا بتوانید فضای گرم و هویت برند کافه خود را به بهترین شکل در وب به نمایش بگذارید. کافیتو به‌طور کامل با صفحه‌ساز المنتور سازگار است و به شما امکان می‌دهد هر بخش از سایت را بدون کدنویسی شخصی‌سازی کنید. بهینه‌سازی عملکرد، طراحی مینیمال و هماهنگی با المنتور باعث شده کافیتو انتخابی ایده‌آل برای راه‌اندازی سایت‌های کافه، فروشگاه قهوه، باریستاها و کسب‌وکارهای مرتبط با دنیای قهوه باشد.
Version: 1.2.0
Text Domain: caffito
Tags: قهوه، کافی‌شاپ، منوی آنلاین، سفارش آنلاین، ریسپانسیو، RTL، تیره و روشن، المنتور، فروشگاهی، رستوران، باریستا

*/


@font-face {
    font-family: 'YekanBakhVF';
    src: url(assets/fonts/YekanBakh-VF.ttf) format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'LibreBarcode39';
    src: url(assets/fonts/LibreBarcode39-Regular.ttf) format('truetype');
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: var(--gray-700);
}

@font-face {
    font-family: 'YekanBakhVF';
    src: url(assets/fonts/YekanBakh-VF.ttf) format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --font-family-base: 'YekanBakhVF', Tahoma, system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
    --border--radius: 20px;
    --padding--: 12px;
    --gap--: 20px;
    --primary--color: #00704A !important;
    --margin--top: 64px !important;
    scrollbar-gutter: stable;
    --green: #00ff00;
    --red: #ff0000;
    --gray-100: #fafafa;
    --gray-150: #f1f1f1;
    --gray-200: #eaeaea;
    --gray-300: #d2d2d2;
    --gray-400: #bfbfbf;
    --gray-500: #acacac;
    --gray-600: #4a4a4a;
    --gray-700: #383838;
    --gray-800: #2a2a2a;
    --gray-900: #1f1f1f;
    --gray-1000: #1a1a1a;
    --font-size-dextop-5xl: 40px;
    --font-size-dextop-4xl: 32px;
    --font-size-dextop-3xl: 24px;
    --font-size-dextop-2xl: 20px;
    --font-size-dextop-xl: 16px;
    --font-size-dextop-l: 14px;
    --font-size-dextop-m: 12px;
    --font-size-dextop-s: 10px;
    --e-p-draggable-color: #009b64 !important;
    --e-p-border-section: #009b64 !important;
    --e-p-border-section-hover: #007c50 !important;
    --e-p-border-con: #009b64 !important;
    --e-p-border-con-hover: #007c50 !important;
    --e-p-border-widget: #009b64 !important;
    --e-p-border-widget-hover: #007c50 !important;
}

::selection {
    background-color: color-mix(in srgb, var(--primary--color) 20%, transparent);
}

.elementor-element {
    padding: 0 !important;
}

.e-con>.e-con-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

body {
    overflow-y: scroll;
    max-width: 792px;
    margin: auto;
    padding: 0 36px;
    font-family: var(--font-family-base);
    font-weight: 300;
    font-size: var(--font-size-dextop-xl);
    color: var(--gray-700);
    background-color: var(--gray-100);
    margin-bottom: 64px;
}

.bestseller-section-container .owl-nav {
    color: #EEEEEE00 !important;
}

.bestseller-section-container .owl-nav button:hover {
    color: #EEEEEE00 !important;
    background-color: #EEEEEE00 !important;
}

.products-section .sort-wrap {
    z-index: 1000 !important;
    position: fixed;
    left: 40px;
    bottom: 40px;
    display: inline-block;
}

.products-section .sort-btn {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    border: 3px solid var(--gray-500);
    border-radius: 50%;
    background: var(--gray-700);
    cursor: pointer;
}

.products-section .sort-btn span {
    display: none;
    opacity: 0;
}

.products-section .sort-btn i {
    font-size: 24px;
    color: var(--gray-200);
}

.products-section .sort-dropdown .sort-opt.active {
    background: rgb(0 0 0 / .08);
    font-weight: 600;
}

.products-section .sort-dropdown {
    display: flex;
    gap: .3rem;
    flex-direction: column;
    position: absolute;
    bottom: calc(100% + .4rem);
    inset-inline-end: 0;
    min-width: 10rem;
    background: #fff;
    border: 1px solid rgb(0 0 0 / .1);
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 6px 20px rgb(0 0 0 / .08);
    z-index: 9;
}

.products-section .sort-dropdown[hidden] {
    display: none;
}

.products-section .sort-dropdown .sort-opt {
    display: block;
    width: 100%;
    text-align: start;
    padding: .5rem .6rem;
    background: #fff0;
    border: 0;
    cursor: pointer;
    border-radius: 12px;
}

.products-section .sort-dropdown .sort-opt:hover {
    background: rgb(0 0 0 / .04);
}

.products-section .sort-dropdown {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
}

.products-section .sort-dropdown:not([hidden]) {
    opacity: 1;
    transform: translateY(0);
}

.nav-pill .menu>li.menu-item-has-children>a {
    position: relative;
    padding-inline-end: 1.25rem;
}

.nav-pill .menu>li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: .35rem;
    width: .45rem;
    height: .45rem;
    border-inline-start: 2px solid currentColor;
    border-block-start: 2px solid currentColor;
    transform: translateY(-50%) rotate(135deg);
    opacity: .75;
    transition: transform .2s ease, opacity .2s ease;
    pointer-events: none;
}

.nav-pill .menu>li.menu-item-has-children:hover>a::after,
.nav-pill .menu>li.menu-item-has-children:focus-within>a::after {
    transform: translateY(-50%) rotate(-45deg);
    opacity: 1;
}

.nav-pill .menu li.menu-item-has-children>a {
    padding-inline-end: 1.1rem;
}

.nav-pill .menu li.menu-item-has-children>a::after {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: .25rem;
    width: .4rem;
    height: .4rem;
    border-inline-start: 2px solid currentColor;
    border-block-start: 2px solid currentColor;
    transform: translateY(-50%) rotate(135deg);
    opacity: .7;
    transition: transform .2s ease, opacity .2s ease;
    pointer-events: none;
    margin-left: 10px;
}

.nav-pill .menu li.menu-item-has-children:hover>a::after,
.nav-pill .menu li.menu-item-has-children:focus-within>a::after {
    transform: translateY(-50%) rotate(-45deg);
    opacity: 1;
}

.nav-pill .menu a {
    display: inline-block;
}

.nav-pill {
    position: fixed;
    top: 64px;
    z-index: 1000;
}

.nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: color-mix(in srgb, var(--gray-300) 50%, transparent);
    border: 2px solid color-mix(in srgb, var(--gray-300) 70%, transparent);
    ;
    -webkit-backdrop-filter: blur(12px) saturate(120%);
    backdrop-filter: blur(12px) saturate(120%);
    box-shadow: 0 4px 15px rgb(0 0 0 / .1);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.nav-toggle:hover {
    background-color: color-mix(in srgb, var(--gray-300) 70%, transparent);
}

.nav-toggle i {
    font-size: 24px;
    color: var(--gray-800);
    transition: opacity 0.3s ease-in-out;
}

.nav-toggle .icon-close {
    opacity: 0;
    position: absolute;
}

.nav-toggle[aria-expanded="true"] .icon-open {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] .icon-close {
    opacity: 1;
}

.nav-menu {
    width: 200px;
    position: absolute;
    top: 48px;
    right: 0;
    background-color: var(--gray-100);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgb(0 0 0 / .15);
    padding: 8px 8px 0 8px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
}

.nav-menu[aria-hidden="false"] {
    max-height: 500px;
    opacity: 95%
}

.nav-menu .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.nav-menu .menu .current-menu-item {
    background-color: var(--gray-300);
    border-radius: 8px;
}

.sub-menu>li>a {
    padding-right: 40px !important;
}

.sub-menu .sub-menu>li>a {
    padding-right: 60px !important;
}

.nav-menu .menu li {
    margin-bottom: 8px;
    position: relative;
}

.nav-menu .menu a {
    text-decoration: none;
    color: #555;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 8px;
    display: block;
    transition: background-color 0.3s ease;
}

.nav-menu .sub-menu li {
    margin-bottom: 0;
}

.nav-menu .menu a:hover {
    background-color: var(--gray-200);
}

.nav-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
}

.nav-menu li:hover>.sub-menu,
.nav-menu li.menu-item-has-children:focus-within>.sub-menu {
    max-height: 500px;
    opacity: 1;
}

.nav-menu .sub-menu li a {
    font-weight: 400;
    font-size: .9em;
    padding: 5px 15px;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: var(--gray-100);
    border-radius: 12px;
}

body::-webkit-scrollbar-thumb {
    background: var(--primary--color);
    border-radius: 12px;
    border: 2px solid var(--gray-100);
}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--primary--color) var(--gray-100);
    }
}

button {
    font-family: var(--font-family-base);
    font-weight: 300;
}

* {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    --flex-wrap: none !important;
}

.container {
    max-width: 792px;
    margin: auto;
    padding: 0 36px;
}

.hero-section {
    margin-top: var(--margin--top);
    height: 172px;
    background-color: var(--gray-800);
    border-radius: var(--border--radius);
    padding: var(--padding--);
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.hero-section-logo {
    padding: 0px !important;
    height: 100%;
    aspect-ratio: 1 / 1 !important;
    background-color: var(--gray-100);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.hero-section-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    color: var(--gray-100);
    padding-top: 4px;
}

.hero-section-details-upper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hero-section-coffee-name {
    font-size: var(--font-size-dextop-3xl);
    font-weight: 600;
}

.hero-section-coffee-caption {
    font-size: var(--font-size-dextop-2xl);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.hero-section-details-lower {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hero-section-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.hero-section-address span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.hero-section-address i {
    font-size: var(--font-size-dextop-2xl);
}

.hero-section-pulsing-dot-order {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.hero-section-pulsing-dot {
    position: relative;
    width: 20px;
    height: 20px;
}

.hero-section-pulsing-dot-big {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 1.5s infinite ease-in-out;
}

.hero-section-pulsing-dot-small {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .6;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: .2;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .6;
    }
}

.hero-section2 {
    margin-top: var(--margin--top);
    height: 280px;
    border-radius: var(--border--radius);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.hero-section2-gradient {
    border: solid 1px var(--gray-300);
    width: 100%;
    height: 100%;
    border-radius: var(--border--radius);
    background: linear-gradient(to bottom, #fff0 0%, rgb(136 136 136 / .05) 60%, rgb(0 0 0 / .4) 80%, rgb(0 0 0 / .85) 100%);
    padding: var(--padding--);
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.hero-section2-right {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.hero-section2-right h1 {
    font-weight: 600;
    font-size: var(--font-size-dextop-2xl);
    color: var(--gray-100);
}

.hero-section2 .hero-section-order {
    color: var(--gray-100);
}

.hero-section2-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 48px;
    width: 100%;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--gray-300) 25%, transparent);
    backdrop-filter: blur(2px);
    padding: 4px 4px 4px 12px;
}

.hero-section2-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gray-100);
    border-radius: 4px;
    padding: 0px !important;
}

.hero-section2-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.search-and-filter-section {
    display: flex;
    flex-direction: row;
    gap: var(--gap--);
}

.search-section {
    justify-content: center;
}

.search-section form {
    display: flex;
    border-radius: var(--border--radius);
    ntent: space-between;
    height: 60px;
    width: 224px !important;
    overflow: hidden;
    background-color: var(--gray-100);
    border: solid 1px var(--gray-200);
}

.search-section input[type="search"] {
    flex: 1;
    padding: 10px 16px;
    border: none;
    font-size: var(--font-size-dextop-xl);
    font-family: var(--font-family-base);
    outline: none;
    direction: rtl;
    width: 100px;
    background-color: var(--gray-100);
}

.search-section-button {
    margin: 8px;
    background-color: var(--primary--color);
    width: 42px;
    height: 42px;
    color: var(--gray-100);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 300ms ease;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
}

.search-section-button:hover {
    scale: 1.05;
}

.search-section-button svg {
    width: 24px;
    height: 24px;
    fill: var(--gray-100);
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.filter-menu {
    width: 100%;
    position: relative;
    height: 60px;
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: var(--border--radius);
    display: flex;
    justify-content: space-between;
    border: solid 1px var(--gray-200);
    background-color: var(--gray-100);
    transition: all 0.2s ease-in-out;
}

.filter-btn {
    font-weight: 600;
    padding: 4px 14px;
    width: 100%;
    margin: 8px;
    border: none;
    background-color: color-mix(in srgb, var(--text-color) 10%, transparent);
    color: var(--text-color);
    cursor: pointer;
    border-radius: 10px;
    font-size: var(--font-size-dextop-xl);
    transition: all 0.2s ease-in-out;
}

.filter-btn.active {
    background-color: var(--gray-200);
}

.filter-btn:hover {
    color: var(--primary--color);
    scale: 1.075;
}

.products-section {
    margin-top: var(--margin--top);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.products-section .outsell {
    cursor: not-allowed;
}

.product-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap--);
}

.product-card {
    background-color: var(--gray-100);
    border: solid 1px var(--gray-200);
    height: 180px;
    border-radius: var(--border--radius);
    display: flex;
    flex-direction: column;
    padding: var(--padding--);
    justify-content: space-between;
}

.product-card-upper {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.product-card-upper img {
    border-radius: 8px !important;
}

.product-image {
    background-color: color-mix(in srgb, var(--gray-700) 10%, transparent);
    border-radius: 8px;
    aspect-ratio: 1 / 1 !important;
    width: 100px;
    height: 100px;
    overflow: clip;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-cards .outsell .product-image img {
    filter: grayscale(100%);
}

.price-caption-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.name-caption-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.name-phrase {
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.caption-phrase {
    color: var(--gray-600);
    line-height: 125%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.price-section {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.number-phrase {
    font-weight: 500;
}

.toman-phrase {
    font-size: var(--font-size-dextop-l);
    color: var(--gray-600);
}

.product-card-button {
    height: 40px;
    border-radius: 8px;
    cursor: pointer;
    background-color: color-mix(in srgb, var(--gray-700) 5%, transparent);
    transition: all 0.2s ease-in-out;
    font-size: var(--font-size-dextop-xl);
}

.product-card-button:hover {
    background-color: color-mix(in srgb, var(--gray-700) 10%, transparent);
}

.outsell .product-card-button:hover {
    cursor: not-allowed;
    background-color: color-mix(in srgb, var(--gray-700) 5%, transparent);
}

.product-card-button:hover {
    font-weight: 500;
}

.outsell .product-card-button:hover {
    font-weight: 300 !important;
}

.footer-section-container {
    margin-top: var(--margin--top);
}

.footer-section {
    background-color: var(--gray-800);
    border-radius: var(--border--radius);
    display: flex;
    flex-direction: row;
    color: var(--gray-100);
}

.footer-section-2 .footer-section-right {
    justify-content: space-between !important;
    gap: 16px !important;
}

.footer-section-2 .footer-social-media-container .footer-social-media-icons a {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--gray-900) 70%, transparent) !important;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.footer-section-2 .footer-social-media-container .footer-social-media-icons a:hover {
    background-color: color-mix(in srgb, var(--gray-900) 90%, transparent) !important;
}

.footer-section-2 .footer-social-media-container .footer-social-media-icons a svg {
    width: 24px;
    height: 24px;
    fill: var(--primary--color) !important;
}

.footer-section-2 .footer-social-media-container .footer-social-media-icons {
    margin-bottom: 0px !important;
}

.footer-section .footer-social-media-container .footer-social-media-icons a {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--gray-800) 70%, transparent);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.footer-section .footer-social-media-container .footer-social-media-icons a:hover {
    background-color: color-mix(in srgb, var(--gray-800) 60%, transparent);
}

.footer-section .footer-social-media-container .footer-social-media-icons a svg {
    width: 24px;
    height: 24px;
    fill: var(--gray-500);
}

.footer-section-2 .footer-section-right-top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-section-right {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: var(--padding--);
    gap: 12px;
    background-color: var(--primary--color);
    border-radius: 0 20px 20px 0;
    border-left: 2px dashed var(--gray-800);
    border-left-width: 6px;
    border-left-style: dashed;
    border-left-color: var(--gray-800);
    border-image: repeating-linear-gradient(to bottom, var(--gray-800) 0, var(--gray-800) 10px, transparent 0, transparent 22px);
    border-image-slice: 1;
    border-width: 0 0 0 6px;
}

.footer-name-logo {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 12px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--gray-100);
    border-radius: 8px;
    padding: 0px !important;
}

.footer-logo img {
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.footer-name {
    font-size: var(--font-size-dextop-2xl);
    font-weight: 600;
}

.footer-caption {
    font-size: var(--font-size-dextop-l);
    line-height: 175%
}

.footer-section-left {
    flex: 1;
    padding: var(--padding--);
    display: flex;
    flex-direction: column;
    gap: var(--gap--);
}

.footer-social-media-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-social-media-title {
    font-weight: 600;
}

.footer-social-media-icons {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.footer-social-media-icons div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    transition: all 0.2s ease-in-out;
    background-color: color-mix(in srgb, var(--gray-500) 40%, transparent);
}

.footer-social-media-icons div:hover {
    background-color: color-mix(in srgb, var(--gray-500) 50%, transparent);
}

.footer-social-media-icons i {
    font-size: var(--font-size-dextop-2xl);
    background: linear-gradient(to bottom, var(--gray-100), var(--gray-400));
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
}

.footer-contact-us {
    display: flex;
    flex-direction: column;
}

.footer-contact-us-title {
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-contact-us-address {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}

.footer-contact-us-address i {
    color: var(--gray-100);
    font-size: var(--font-size-dextop-2xl);
}

.footer-social-media-icons div {
    padding: 4px;
}

.footer-social-media-icons img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.footer-contact-us-phones {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.footer-contact-us-phones i {
    color: var(--gray-100);
    font-size: var(--font-size-dextop-2xl);
}

.map-section-container {
    border-radius: var(--border--radius) 0 0 var(--border--radius);
    width: 100%
}

.footer-section-2 .footer-section-left {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--gap--);
}

#map {
    width: 100%;
    min-height: 220px;
    height: 100%
}

.leaflet-popup-content {
    white-space: nowrap;
}

.leaflet-touch .leaflet-control {
    opacity: 0;
}

.leaflet-control-zoom {
    opacity: 1 !important;
    border: none !important;
}

.leaflet-control-zoom a {
    display: none !important;
}

.leaflet-control-zoom a:hover {
    color: var(--primary--color) !important;
    transition: all 0.3s ease-in-out;
    border: 1.5px solid var(--primary--color) !important;
}

.leaflet-marker-icon {
    background: none !important;
    border: none !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.leaflet-marker-icon i {
    color: var(--primary--color) !important;
    background: none !important;
    font-size: 28px !important;
}

.leaflet-popup-content {
    font-family: var(--font-family-base);
    text-align: center;
    color: var(--gray-800);
}

.leaflet-popup-content-wrapper {
    height: 30px;
    border-radius: 8px !important;
}

.leaflet-popup-content {
    margin: 5px !important;
}

.leaflet-popup-close-button {
    display: none !important;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: color-mix(in srgb, var(--gray-1000) 25%, transparent);
    backdrop-filter: blur(5px);
    z-index: 10000000;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    display: flex;
}

.popup.active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.popup-content {
    border-radius: 10px;
    width: 100%;
    text-align: center;
    position: relative;
    direction: rtl;
}

.popup-container {
    max-height: 600px;
    overflow-y: auto;
    background: var(--gray-100);
    border: solid 1px var(--gray-200);
    border-radius: 20px;
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 16px;
    direction: ltr;
}

.popup-container::-webkit-scrollbar {
    width: 24px;
}

.popup-container::-webkit-scrollbar-track {
    background-color: var(--gray-400);
    border-radius: 0 12px 12px 0;
}

.popup-container::-webkit-scrollbar-thumb {
    background-color: var(--primary--color);
    border: solid 8px var(--gray-200);
    border-radius: 16px;
}

.popup-upper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    direction: rtl;
}

.popup-right {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.popup-right img {
    border-radius: 8px !important;
}

.popup-img {
    width: 100px;
    height: 100px;
    background-color: var(--primary--color);
    border-radius: 8px;
    overflow: clip;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}



.popup-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popup-price-caption-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
}

.popup-name-caption-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: start;
}

.popup-name-phrase {
    font-size: var(--font-size-dextop-2xl);
    font-weight: 600;
}

.popup-caption-phrase {
    text-align: start;
}

.popup-price-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.popup-price-phrase {
    font-weight: 600;
}

.popup-number-toman-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.popup-number-phrase {
    font-weight: 600;
    font-size: var(--font-size-dextop-2xl);
}

.popup-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}

.close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: color-mix(in srgb, var(--gray-700) 10%, transparent);
    border-radius: 8px;
    cursor: pointer;
}

.close-btn i {
    display: ;
    font-size: var(--font-size-dextop-3xl);
}

.confetti {
    position: absolute;
    width: 6px;
    height: 6px;
    opacity: .85;
    border-radius: 2px;
    pointer-events: none;
    z-index: 10;
    animation: confetti-fall 1s forwards;
}

@keyframes confetti-fall {
    0% {
        transform: translate(0, 0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translate(var(--x), var(--y)) rotate(360deg);
        opacity: 0;
    }
}

.popup-mid {
    min-height: 20px;
}



.popup-mid-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.popup-mid-item .popup-item-container {
    flex: 1 1 calc(25% - 10px);
    max-width: calc(25% - 10px);
}

.coffee-size {
    padding: 16px 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.coffee-item {
    border-top: 1px dashed var(--gray-200);
    padding: 16px 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.coffee-ad {
    border-top: 1px dashed var(--gray-200);
    padding: 16px 0;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.coffee-size>span {
    font-weight: 600;
    white-space: nowrap;
}

.coffee-ad>span {
    font-weight: 600;
    white-space: nowrap;
}

.coffee-item>span {
    font-weight: 600;
    white-space: nowrap;
}

.plus-price-name {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.plus-price-name>span {
    font-size: var(--font-size-dextop-s);
    white-space: nowrap;
}

.plus-price {
    height: 20px;
}

.plus-price span {
    white-space: nowrap;
}

.coffee-item .plus-price-name>span {
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
    margin-left: -24px !important;
    min-width: 64px !important;
    text-align: center;
}

.coffee-item .popup-item-container:hover .plus-price-name>span {
    margin-left: 0px !important;
    text-align: start;
}

.coffee-item .popup-item-container:hover .plus-price-name>span {
    min-width: auto !important;
}

.coffee-item .popup-item-container:hover .plus-price-name>span {
    margin-left: 1px;
}

.popup-container .icon {
    flex: 0 0 44px;
    overflow: hidden;
    aspect-ratio: 1 / 1 !important;
    width: 44px !important;
    height: 44px !important;
    display: grid !important;
    place-items: center !important;
}

.popup-mid-items {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
}

.coffee-item .popup-item-container {
    position: relative;
    cursor: help;
}

.coffee-item .popup-item-container .plus-price,
.coffee-item .popup-item-container .hover-popup-mid-container-toman {
    display: flex;
    opacity: 0;
    transform: translateY(8px);
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s ease, transform .5s ease, max-height .5s ease, visibility 0s linear .5s;
    will-change: opacity, transform;
}

.coffee-item .popup-item-container:hover .plus-price,
.coffee-item .popup-item-container:hover .hover-popup-mid-container-toman {
    opacity: 1;
    transform: translateY(0);
    max-height: 400px;
    visibility: visible;
    pointer-events: auto;
    transition: opacity .5s ease, transform .5s ease, max-height .5s ease, visibility 0s;
}

.coffee-item .popup-item-container .plus-price-name>span {
    font-size: var(--font-size-dextop-l) !important;
    transition: font-size .5s ease;
    margin-left: -20px !important;
}

.coffee-item .popup-item-container:hover .plus-price-name>span {
    font-size: var(--font-size-dextop-s) !important;
}

.coffee-item .hover-popup-mid-container {
    padding-right: unset !important;
    margin-left: unset !important;
}

@media (prefers-reduced-motion:reduce) {

    .coffee-item .popup-item-container .plus-price,
    .coffee-item .popup-item-container .hover-popup-mid-container-toman,
    .coffee-item .popup-item-container .plus-price-name>span {
        transition: none !important;
        transform: none !important;
        max-height: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }
}

.coffee-item .popup-item-container {
    height: 48px;
    background-color: var(--gray-150);
    border: 2px solid var(--gray-200);
    border-radius: 1000px;
    padding: 4px 10px 4px 10px !important;
    display: flex;
    padding-right: unset;
    margin-left: unset;
    font-weight: 600;
    margin-left: 0;
    ;
    align-items: center;
    justify-content: center;
}

.popup-mid-container {
    cursor: help;
    align-items: center;
    max-width: 48px;
    height: 48px;
    overflow: hidden;
    padding: 0px !important;
    display: flex;
    gap: 2px;
    flex-direction: row;
    background-color: var(--gray-150);
    border: 2px solid var(--gray-200);
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
}

.popup-mid-container:hover {
    max-width: 160px;
    height: 48px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    background-color: var(--gray-150);
    border: 2px solid var(--gray-200);
    border-radius: 100px;
    transition: all 0.2s ease-in-out;
}

.hover-popup-mid-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 12px;
    font-weight: 600;
    margin-left: -4px;
}

.hover-popup-mid-container-toman {
    rotate: -90deG;
    font-size: var(--font-size-dextop-s);
    font-weight: 600;
    color: var(--primary--color);
}

.coffee-percent {
    border-top: 1px dashed var(--gray-200);
    display: flex;
    flex-direction: row;
    align-items: center;
    direction: rtl;
    justify-content: space-between;
    padding: 12px 0;
}

.coffee-percent>span {
    font-weight: 600;
    font-size: var(--font-size-dextop-xl);
    white-space: nowrap;
}

.coffee-percent,
.coffee-percent *:not(input):not(textarea):not([contenteditable="true"]) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.slider-container {
    width: 70%;
    max-width: 500px;
    margin: 0;
    position: relative;
    padding: 20px 10px;
    margin-top: 8px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 14px;
    align-items: start;
}

.slider-container-2 {
    width: 100%
}

.slider-container-price-toman {
    width: 48px !important;
    height: 48px !important;
    background-color: var(--gray-150);
    border: 2px solid var(--gray-200);
    border-radius: 1000px;
    aspect-ratio: 1 / 1 !important;
    font-size: 12px;
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.slider-container-toman {
    margin-top: -8px;
    color: var(--primary--color);
}

.slider-container-price-price {
    font-size: 16px;
}

.slider-track {
    width: calc(100%);
    height: 3px;
    background-color: var(--gray-200);
    border-radius: 0;
    margin: 0 0;
    position: relative;
}

.slider-thumb {
    width: 12px;
    height: 12px;
    background-color: var(--primary--color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: left 0.2s ease-out;
}

.value-display {
    padding: 1px 4px;
    background: var(--gray-200);
    position: absolute;
    color: var(--gray-700);
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    font-weight: 600;
}

.value-display::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid #fff0;
    border-right: 5px solid #fff0;
    border-top: 8px solid var(--gray-200);
}

.labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding: 0 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-700);
}

.point {
    position: absolute;
    width: 3px;
    height: 12px;
    background-color: var(--gray-200);
    border-radius: 1.5px;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.point-0 {
    left: 0%
}

.point-30 {
    left: 30%
}

.point-50 {
    left: 50%
}

.point-70 {
    left: 70%
}

.point-100 {
    left: 100%
}

.hiring-section-container {
    margin-top: var(--margin--top);
}

.hiring-section {
    border: solid 1px var(--gray-200);
    border-radius: var(--border--radius);
    width: 100%;
    display: flex;
    flex-direction: row;
    background: linear-gradient(to bottom, var(--gray-100) 0%, var(--gray-100) 70%, #EEE 70%, #EEE 100%);
}

.hiring-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #bbbbbb00 33.3%, var(--primary--color) 33.3%, var(--primary--color) 66.6%, #bbbbbb00 66.6%);
}

.hiring-img img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.hiring-section-left {
    flex: 1;
    padding: var(--padding--);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hiring-section-title {
    font-size: var(--font-size-dextop-2xl);
    font-weight: 600;
}

.hiring-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hiring-list li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}

.hiring-list li i {
    color: var(--primary--color);
}

.hiring-section-contact {
    border-radius: 8px;
    height: 40px;
    background-color: var(--gray-200);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: solid 1px var(--gray-300);
}

.hiring-section-contact:hover {
    transition: all 0.2s ease-in-out;
    background-color: var(--gray-300);
}

.hiring-section-contact span {
    font-weight: 600;
    font-size: var(--font-size-dextop-xl);
}

.bestseller-section-container {
    margin-top: var(--margin--top);
}

.owl-carousel-bestseller .owl-nav .owl-next::before {
    transition: all 0.2s ease-in-out;
    color: var(--gray-800) !important;
    content: "\e138";
    font-family: "Phosphor" !important;
    font-size: var(--font-size-dextop-2xl);
    background-color: var(--gray-200);
    padding: 4px;
    position: absolute;
    top: -55px;
    left: 8px;
    border-radius: 4px;
}

.bestseller-section {
    padding: var(--padding--);
    background-color: var(--gray-150);
    border: solid 1px var(--gray-200);
    border-radius: var(--border--radius);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.owl-carousel-bestseller .product-card {
    background-color: var(--gray-100);
    border-radius: 8px !important;
    height: 180px !important;
    padding: 0px !important;
}

.owl-carousel-bestseller .product-image {
    height: 120px !important;
    width: 120px !important;
    border-radius: 0 8px 0 12px !important;
    background-color: var(--primary--color);
}

.owl-carousel-bestseller .price-caption-section {
    padding: 12px 20px 12px 12px !important;
}

.owl-carousel-bestseller .product-card-button {
    border-radius: 0 0 8px 8px !important;
    background-color: color-mix(in srgb, var(--primary--color) 15%, transparent);
}

.owl-carousel-bestseller .product-card-upper {
    gap: 0px !important;
}

.bestseller-title {
    font-size: var(--font-size-dextop-xl);
    border-radius: 8px;
    background-color: var(--gray-100);
    border: solid 1px var(--gray-200);
    width: 100%;
    padding: 8px;
    font-weight: 600;
    color: var(--primary--color);
}

.owl-carousel-bestseller .owl-nav .owl-prev::before {
    transition: all 0.2s ease-in-out;
    content: "\e13a";
    font-family: "Phosphor" !important;
    padding: 4px;
    font-size: var(--font-size-dextop-2xl);
    position: absolute;
    top: -55px;
    left: 46px;
    border-radius: 4px;
    color: var(--gray-800);
    background-color: var(--gray-200);
}

.owl-carousel-bestseller .owl-nav .owl-prev:hover::before {
    color: var(--gray-800);
    scale: 1.05;
}

.owl-carousel-bestseller .owl-nav .owl-next:hover::before {
    color: var(--gray-800);
    scale: 1.05;
}

.services-section .owl-nav .owl-prev:hover::before {
    color: var(--gray-800);
    scale: 1.05;
}

.services-section .owl-nav .owl-next:hover::before {
    color: var(--gray-800);
    scale: 1.05;
}

.owl-nav {
    margin-top: 0 !important;
    height: 0 !important;
}

.owl-nav .disabled::before {
    color: var(--gray-600) !important;
}

.owl-nav .disabled::before {
    cursor: default;
    opacity: 100% !important;
    background-color: var(--gray-150);
}

.owl-carousel-services .owl-nav .owl-next::before {
    transition: all 0.2s ease-in-out;
    content: "\e138";
    font-family: "Phosphor" !important;
    font-size: var(--font-size-dextop-2xl);
    color: var(--gray-800);
    padding: 4px;
    position: absolute;
    top: -55px;
    left: 8px;
    background-color: var(--gray-200);
    border-radius: 4px;
}

.owl-carousel-services .owl-nav .owl-prev::before {
    transition: all 0.2s ease-in-out;
    content: "\e13a";
    font-family: "Phosphor" !important;
    padding: 4px;
    font-size: var(--font-size-dextop-2xl);
    position: absolute;
    top: -55px;
    left: 46px;
    opacity: 100;
    background-color: var(--gray-200);
    border-radius: 4px;
}

.services-section-container {
    margin-top: var(--margin--top);
}

.services-section {
    padding: var(--padding--);
    background-color: var(--gray-150);
    border: solid 1px var(--gray-200);
    border-radius: var(--border--radius);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.services-section-container .services-upper {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    background-color: var(--gray-100);
    border-radius: 8px;
}

.services-section-container .services-upper i {
    font-size: var(--font-size-dextop-4xl);
    color: var(--primary--color);
}

.services-section-container .services-upper span {
    font-size: var(--font-size-dextop-xl);
    font-weight: 600;
    color: var(--primary--color);
    padding: 8px;
    border-radius: 8px;
    background-color: var(--gray-100);
    border: solid 1px var(--gray-200);
    width: 100%
}

.owl-carousel-services .item {
    height: 150px;
    background-color: var(--gray-100);
    border-radius: 8px;
    border: solid 1px var(--gray-200);
}

.services-section-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.services-section-item img {
    fill: var(--gray-600);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.services-section-icon-container {
    width: 44px;
    height: 44px;
}

.services-section-item span {
    font-size: var(--font-size-dextop-2xl);
}

.ticket-section-container {
    margin-top: var(--margin--top);
}

.ticket-section {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 180px;
    width: 100%;
    background-color: var(--gray-200);
}

.circle-top-right {
    transform: translateX(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    border-right: 10px dotted var(--gray-100);
    border-left: 14px dotted var(--gray-100);
}

.circle-bottom-left {
    border-left: 10px dotted var(--gray-100);
    transform: translateX(-5px);
    flex: 4;
}

.ticket-section::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: var(--gray-100);
    border-radius: 50%
}

.ticket-section::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: var(--gray-100);
    border-radius: 50%
}

.circle-top-right::after {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: var(--gray-100);
    border-radius: 50%
}

.circle-bottom-left::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: var(--gray-100);
    border-radius: 50%
}

.ticket-section-right-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    rotate: -90deg;
    font-size: var(--font-size-dextop-4xl);
    font-weight: 800;
}

.ticket-section-right-texts .Barcode {
    font-family: "LibreBarcode39";
    font-size: var(--font-size-dextop-5xl) !important;
    font-weight: 400 !important;
}

.ticket-section-title {
    font-size: var(--font-size-dextop-3xl);
    color: var(--primary--color);
}

.ticket-section-offer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.ticket-section-off {
    font-weight: 600;
}

.ticket-section-code {
    font-size: var(--font-size-dextop-3xl);
    font-weight: 600;
    color: var(--primary--color);
}

.circle-bottom-left {
    border-left: 10px dotted var(--gray-100);
    transform: translateX(-5px);
    padding: var(--padding--);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 4;
}

.customer-club {
    margin-top: var(--margin--top);
}

.customer-club-container {
    border: solid 1px var(--gray-200);
    border-radius: var(--border--radius);
    width: 100%;
    height: auto;
    background-color: var(--gray-100);
    padding: var(--padding--);
    overflow: hidden;
}

.customer-club-wrapper {
    margin-top: 8px;
    display: flex;
    align-items: center;
    background-color: var(--primary--color);
    border-radius: 999px;
    padding: 4px;
    width: 260px;
    height: 44px;
    direction: rtl;
    overflow: hidden;
}

.customer-club-input {
    flex: 1;
    border: none;
    outline: none;
    height: 100%;
    padding: 0 20px;
    border-radius: 999px;
    font-family: inherit;
    color: var(--gray-600);
    background-color: var(--gray-100);
}

.customer-club-input::placeholder {
    color: var(--gray-500);
    font-size: var(--font-size-dextop-m);
    text-align: center;
}

.customer-club-submit {
    background-color: var(--primary--color);
    color: var(--gray-100);
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.3s ease;
}

.customer-club-container {
    display: flex;
    flex-direction: row;
}

.customer-club-title {
    font-size: var(--font-size-dextop-2xl);
    font-weight: 600;
}

.customer-club-caption {
    font-size: var(--font-size-dextop-l);
}

.customer-club-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-club-left-circle {
    height: 140px;
    aspect-ratio: 1 / 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100000px;
    background-color: var(--gray-200);
    scale: 2;
}

.customer-club-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.customer-club-left-circle-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 100px;
}

.customer-club-left-circle-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.ph-paper-plane-right {
    rotate: 180deg;
}

.customer-club-submit svg {
    transition: all 0.2s ease-in-out;
    rotate: 180deg;
    fill: var(--gray-200);
    width: 24px;
    height: 24px;
}

.customer-club-submit svg:hover {
    scale: 1.1;
}

.popup-mid .activeX {
    border: 2px solid var(--primary--color);
}

.popup-lower .wishlist-cta {
    border-radius: 4px;
    background-color: var(--gray-200);
    padding: 8px;
    border: 2px solid var(--gray-200);
    transition: all 0.2s ease-in-out;


}

.popup-lower .wishlist-cta:hover {
    transition: all 0.2s ease-in-out;

    border: 2px solid var(--gray-400);
}

.popup-lower .wishlist-cta .wishlist-add-btn {
    background-color: #EEEEEE00;
}

.popup-lower .wishlist-cta .wishlist-add-btn span {
    font-size: var(--font-size-dextop-xl);
    font-weight: 500;
}

.popup-lower .wishlist-cta .wishlist-add-btn .wishlist-cta-price-unit {
    font-size: var(--font-size-dextop-l);
}

/* دکمهٔ شناور (می‌تونی تغییرش بدی) */
#caffito-notes-toggle {
    z-index: 1000 !important;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: inline-block;
}

/* دراور و اوورلی */
.notes-drawer {
    position: fixed;
    inset: 0;
    display: none;
}

.notes-drawer.open {
    display: block;
}

.notes-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

/* پنل سمت راست */
.notes-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    max-width: 90vw;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform .25s ease;
    outline: 0;
}

.notes-drawer.open .notes-panel {
    transform: translateX(0);
    border-radius: 16px 0 0 16px;
}

/* اختیاری: هدر پایه */
.notes-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

.notes-title {
    font-weight: 600;
}

.notes-close {
    background: none;
    border: 0;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: var(--gray-200);
    border: 2px solid var(--gray-300);
    border-radius: 50%;
}



/* دکمه‌ی شناور همونی که خودت گفتی */
#caffito-notes-toggle {
    z-index: 100000 !important;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: inline-block;
}

/* لِیِر دراور و اجزاش بالاتر از هرچی تو صفحه است */
.notes-drawer {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
}

/* خاکستری + پنل */
.notes-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483645;
}

/* لایه‌ی خاکستری */
.notes-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2147483647;
}

/* خود پنل سفید */





/* پنل: هدر بالا، فوتر پایین، وسط اسکرول */
.notes-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    /* فقط بدنه اسکرول بگیرد */
}

/* هدر چسبان بالا */
.notes-header {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}

/* بدنه: اسکرول‌ویو شامل لیست و فوتر چسبان */
.notes-body {
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/* بخش اسکرول واقعیِ آیتم‌ها */
.notes-scroll {
    padding: 8px 10px 12px;
}

/* فوتر چسبان پایین داخل همان اسکرول */
.notes-footer {
    position: sticky;
    bottom: 0;
    z-index: 1;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 10px 10px 14px;
}


.notes-list .note-item:last-child .note-sep {
    display: none !important;
}

.note-item {
    padding: 10px 8px;
}

.note-sep {
    border: 0;
    border-top: 1px solid #e5e5e5;
    margin: 10px 0 0 0;
}

.note-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
}

.note-title-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: row-reverse
}

.note-title {
    font-size: 16px;
    font-weight: 500;
}

.note-thumb {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 8px;
    background-color: var(--gray-200)
}

.note-remove {
    background: none;
    border: 0;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.note-base,
.note-total {
    margin: 6px 0;
    font-size: 14px;
}

.note-total b,
.note-base b {
    font-weight: 500;
}

.note-unit {
    opacity: .8;
    font-size: 12px;
    margin-right: 4px;
}

/* خطوط با نقطه‌چین وسط */
.note-lines {
    list-style: none;
    padding: 0;
    margin: 8px 0;
}

.note-line {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 4px 0;
}

.note-line-title {
    white-space: nowrap;
}

.note-dots {
    flex: 1 1 auto;
    height: 1px;
    align-self: center;
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: 6px 1px;
    background-repeat: repeat-x;
    background-position: center;
    opacity: .5;
}

.note-line-price {
    white-space: nowrap;
    direction: ltr
}

.note-row {
    display: flex;
    align-items: baseline;
    gap: .5rem;
}

.note-row-title,
.note-row-price {
    white-space: nowrap;
}

.note-row .note-unit {
    opacity: .8;
    font-weight: 400;
}

/* کنترل‌ها پایین */
.notes-grand {
    font-weight: 500;
    margin-bottom: 10px;
}

.notes-controls {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    width: 100%;
}

.table-label {
    display: none
}

.notes-table-input {
    height: 36px;
    border-radius: 8px;
    width: 90px;
    background-color: var(--gray-200);
    padding: 6px 8px;
    font-size: 10px;
    direction: ltr;
    text-align: center;
    flex-shrink: 0;
    font-family: 'YekanBakhVF';
}

.notes-call {
    height: 36px;
    border-radius: 8px;
    padding: 8px 12px;
    border: 0;
    cursor: pointer;
    border-radius: 8px;
    flex-grow: 1;
    font-weight: 400;
    background-color: var(--gray-200)
}

.notes-call:disabled {
    opacity: .75;
    cursor: not-allowed
}

.note-row note-total {
    font-weight: 500;
}

.notes-empty {
    padding: 16px;
    opacity: .8;
    text-align: center;
}

.notes-status {
    display: none;
    opacity: 0%;
}

.notes-status.activeX {
    display: none;
    opacity: 0%;
}

/* همه اینا فونت ۲۰px و وزن ۴۰۰ می‌شن */
.note-line-title,
.note-row-title,
.note-unit,
.note-row-price b {
    font-size: var(--font-size-dextop-l) !important;
    font-weight: 400 !important;
}

/* افکت موفقیت */
.notes-call.calling {
    animation: notesCallPulse .9s ease-out;
}

@keyframes notesCallPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(34, 197, 94, .45);
    }

    60% {
        transform: scale(1.05);
        box-shadow: 0 0 0 14px rgba(34, 197, 94, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: none;
    }
}

/* افکت خطای ریت‌لیمیت (ضد-اسپم) */
.notes-call.rate-limited {
    animation: notesShake .4s ease;
}

@keyframes notesShake {

    10%,
    90% {
        transform: translateX(-1px);
    }

    20%,
    80% {
        transform: translateX(2px);
    }

    30%,
    50%,
    70% {
        transform: translateX(-4px);
    }

    40%,
    60% {
        transform: translateX(4px);
    }
}

/* شمارنده روی دکمهٔ شناور (دلخواه) */
#caffito-notes-toggle {
    border-radius: 1000px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: var(--gray-700);
    cursor: pointer;
    color: var(--gray-100);
    font-weight: 500;
    font-size: var(--font-size-dextop-xl);
    border: 3px solid var(--gray-500);
}

@media (hover: hover) and (pointer: fine) {
    .popup-img:hover {
        width: 120px;
        height: 120px;
    }
}

@media (max-width:700px) {
    .hiring-section {
        flex-direction: column-reverse;
    }

    .hiring-img {
        padding: var(--padding--);
    }

    .hiring-img {
        background: none !important;
    }

    .search-section form {
        width: 180px !important;
    }

    .product-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .ticket-section-title {
        font-size: var(--font-size-dextop-2xl);
    }

    .customer-club-left-circle {
        border-radius: 0 1000px 1000px 0;
    }

    .customer-club-left {
        justify-content: end;
    }

    .ticket-section-right-texts {
        font-size: var(--font-size-dextop-3xl) !important;
    }

    .circle-top-right {
        width: 140px !important;
    }
}

@media (max-width:600px) {
    .customer-club-left {
        display: none !important;
    }

    .footer-section {
        flex-direction: column;
    }

    .footer-section-right {
        border-radius: var(--border--radius) var(--border--radius) 0 0;
        border-image-slice: 1;
        border-width: 0 0 6px 0;
    }

    .map-section-container {
        border-radius: 0 0 var(--border--radius) var(--border--radius) !important;
        width: 100%;
        height: 200px !important;
    }
}

@media (max-width:500px) {
    .products-section .sort-wrap {
        left: 20px !important;
        bottom: 20px !important;
    }


    #caffito-notes-toggle {

        right: 20px !important;
        bottom: 20px !important;
    }

    .container {
        padding: 0 0;
    }

    .nav-pill {
        top: 64px;
    }

    :root {
        --border--radius: 20px;
        --padding--: 12px;
        --margin--top: 32px;
        --gap--: 16px;
        --font-size-dextop-5xl: 32px;
        --font-size-dextop-4xl: 24px;
        --font-size-dextop-3xl: 20px;
        --font-size-dextop-2xl: 16px;
        --font-size-dextop-xl: 14px;
        --font-size-dextop-l: 12px;
        --font-size-dextop-m: 10px;
        --font-size-dextop-s: 8px;
    }

    .search-and-filter-section {
        display: flex;
        flex-direction: column;
    }

    .search-section form {
        width: 100% !important;
    }

    .ticket-section-right-texts {
        rotate: 0deg !important;
    }

    .ticket-section-container {
        margin-top: var(--margin--top);
    }

    .ticket-section {
        position: relative;
        display: flex;
        flex-direction: column;
        min-height: 180px;
        width: 100%
    }

    .circle-top-right {
        border-top: 10px dotted var(--gray-100);
        border-bottom: 14px dotted var(--gray-100);
        transform: translateY(-5px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        border-right: none;
        border-left: none;
        width: 100% !important;
        padding: 20px;
    }

    .circle-bottom-left {
        border-bottom: 10px dotted var(--gray-100);
        border-left: none;
        transform: translateY(5px);
        align-items: center;
        text-align: center;
    }

    .ticket-section::before {
        content: "";
        position: absolute;
        width: 56px;
        height: 56px;
        border-radius: 50%
    }

    .ticket-section::after {
        content: "";
        position: absolute;
        width: 56px;
        height: 56px;
        border-radius: 50%
    }

    body {
        padding: 0 20px !important;
    }

    .hero-section2-gradient {
        padding: 0;
    }

    .hero-section2-box {
        background-color: color-mix(in srgb, var(--gray-900) 50%, transparent);
        height: auto !important;
        backdrop-filter: none;
        padding: 10px 10px 10px 12px;
        border-radius: 0 0 20px 20px;
    }

    .hero-section2-right {
        gap: 8px;
    }

    .hero-section2-right h1 {
        font-weight: 600;
        font-size: var(--font-size-dextop-2xl);
    }

    .hero-section2-img {
        border-radius: 10px;
    }

    .owl-carousel-bestseller .owl-nav .owl-next::before {
        top: -43px;
    }

    .owl-carousel-bestseller .owl-nav .owl-prev::before {
        top: -43px;
        left: 40px !important;
    }

    .owl-carousel-services .owl-nav .owl-next::before {
        top: -43px;
    }

    .owl-carousel-services .owl-nav .owl-prev::before {
        top: -43px;
        left: 40px !important;
    }

    .product-card {
        height: 162px;
    }

    .product-image {
        width: 84px;
        height: 84px;
    }

    .bestseller-section .product-image {
        width: 100px !important;
        height: 100px !important;
    }

    .owl-carousel-bestseller .price-caption-section {
        padding: 8px 20px 4px 8px !important;
    }

    .owl-carousel-bestseller .product-card {
        height: 163px !important;
    }

    .hero-section {
        margin-top: var(--margin--top);
        height: auto;
        border-radius: var(--border--radius);
        padding: var(--padding--);
        display: flex;
        flex-direction: row;
        gap: 20px;
    }

    .hero-section-logo {
        width: 84px;
        height: 84px;
        aspect-ratio: 1 / 1 !important;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: var(--padding--);
    }

    .hero-section-details {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding-top: 4px;
        gap: 12px;
    }

    .hero-section-details-upper {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .hero-section-details-lower {
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-right: -100px;
        right: 10px;
    }

    .hero-section-coffee-caption {
        height: 50px;
        -webkit-line-clamp: 2;
    }

    .search-section form {
        height: 48px;
    }

    .search-section-button {
        margin: 0;
        background-color: var(--primary--color);
        width: 46px;
        height: 46px;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 300ms ease;
        border-radius: 0;
    }

    .search-section-button svg {
        width: 20px;
        height: 20px;
    }

    .filter-btn {
        font-weight: 600;
        padding: 0 14px;
        width: 100%;
        margin: 4px;
        border: none;
        cursor: pointer;
        border-radius: 16px;
        font-size: var(--font-size-dextop-xl);
    }

    .filter-menu {
        width: 100%;
        position: relative;
        height: 48px;
        white-space: nowrap;
        overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        border-radius: var(--border--radius);
        display: flex;
        justify-content: space-between;
        transition: all 0.2s ease-in-out;
    }

    .services-section {
        gap: 12px;
    }

    .bestseller-section {
        gap: 12px;
    }

    .ticket-section::before {
        content: "";
        position: absolute;
        top: -20px;
        left: -20px;
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .ticket-section::after {
        content: "";
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .circle-top-right::after {
        content: "";
        position: absolute;
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .circle-bottom-left::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: -20px;
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .footer-section-2 .footer-social-media-icons i {
        -webkit-background-clip: text;
        -webkit-text-fill-color: #fff0;
    }

    .footer-social-media-icons i {
        margin: 8px !important;
    }

    .customer-club-right {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .customer-club-right span {
        text-align: center;
    }

    .hero-section2 {
        height: 200px;
    }

    .circle-bottom-left {
        padding: 40px 20px;
    }

    .footer-social-media-icons div {
        padding: 8px !important;
    }

    .customer-club-submit svg {
        width: 20px;
        height: 20px;
    }

    .popup-container {
        max-height: 600px;
        overflow-y: auto;
        border-radius: 20px;
        width: 90%;
        margin: auto;
        display: flex;
        flex-direction: column;
        padding: 12px !important;
        direction: ltr;
    }

    .popup-right {
        gap: 10px;
    }

    .popup-img {
        width: 100px;
        height: 100px;
    }

    .close-btn {
        width: 32px;
        height: 32px;
    }

    .footer-section-right {
        border-bottom: 2px dashed var(--gray-800) !important;
        border-bottom-width: 6px !important;
        border-bottom-style: dashed !important;
        border-bottom-color: var(--gray-800) !important;
        border-image: repeating-linear-gradient(to right, var(--gray-800) 0, var(--gray-800) 10px, transparent 0, transparent 22px);
        border-image-slice: 1 !important;
        border-width: 0 0 6px 0 !important;
    }

    .slider-container {
        width: 80%;
        max-width: 500px;
        margin: 0;
        position: relative;
        padding: 20px 20px;
        margin-top: 8px;
    }
}

.coffee-item .plus-price-name>span {
    transition: all 0.5s ease-in-out;
    white-space: nowrap;
    margin-left: -24px !important;
    text-align: center;
}
}