.elementor-6426 .elementor-element.elementor-element-d0d0c31{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-6426 .elementor-element.elementor-element-d0d0c31.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-6426 .elementor-element.elementor-element-8bb609b{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-6426 .elementor-element.elementor-element-8bb609b.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-6426 .elementor-element.elementor-element-d0d0c31{--width:100%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6426 .elementor-element.elementor-element-d0d0c31.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-6426 .elementor-element.elementor-element-8bb609b{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-8bb609b */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Vazirmatn:wght@300;400;500;600;700&display=swap');

.ayoubi-header {
    font-family: 'Vazirmatn', 'Poppins', sans-serif !important;
    direction: rtl !important;
    background: #ffffff !important;
    box-shadow: 0 5px 20px rgba(120, 98, 79, 0.05) !important;
    position: relative !important;
    z-index: 1000 !important;
    width: 100% !important;
}

.ayoubi-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    width: 100% !important;
}

/* ===== نوار بالایی - دسکتاپ ===== */
.ayoubi-top-bar {
    background: linear-gradient(135deg, #fefcf9, #ffffff) !important;
    border-bottom: 1px solid rgba(184, 115, 51, 0.1) !important;
    padding: 8px 0 !important;
    width: 100% !important;
}

.ayoubi-top-bar-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.ayoubi-social-icons {
    display: flex !important;
    gap: 12px !important;
}

.ayoubi-social-icon {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(184, 115, 51, 0.1) !important;
    color: #b87333 !important;
    border-radius: 12px 5px 12px 5px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    border: 1px solid rgba(184, 115, 51, 0.1) !important;
    font-size: 16px !important;
    text-decoration: none !important;
}

.ayoubi-social-icon:hover {
    background: #b87333 !important;
    color: white !important;
    transform: translateY(-3px) rotate(5deg) !important;
    box-shadow: 0 8px 16px rgba(184, 115, 51, 0.3) !important;
    border-color: transparent !important;
}

.ayoubi-top-links {
    display: flex !important;
    gap: 25px !important;
}

.ayoubi-top-link {
    color: #5a4a3a !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
    position: relative !important;
}

.ayoubi-top-link:hover {
    color: #b87333 !important;
}

.ayoubi-top-link::after {
    content: '' !important;
    position: absolute !important;
    bottom: -8px !important;
    left: 0 !important;
    width: 0 !important;
    height: 2px !important;
    background: linear-gradient(90deg, #b87333, #40E0D0) !important;
    transition: width 0.3s ease !important;
    border-radius: 2px !important;
}

.ayoubi-top-link:hover::after {
    width: 100% !important;
}

/* ===== هدر اصلی - دسکتاپ ===== */
.ayoubi-main-header {
    padding: 20px 0 !important;
    background: #ffffff !important;
    width: 100% !important;
}

.ayoubi-header-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    width: 100% !important;
}

/* بخش راست - خوش‌آمدگویی */
.ayoubi-header-right {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    flex: 1 !important;
}

.ayoubi-welcome-box-inner {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: linear-gradient(145deg, rgba(184, 115, 51, 0.03), rgba(184, 115, 51, 0.01)) !important;
    padding: 8px 18px !important;
    border-radius: 40px 10px 40px 10px !important;
    border: 1px solid rgba(184, 115, 51, 0.1) !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    white-space: nowrap !important;
}

.ayoubi-welcome-box-inner:hover {
    border-color: #b87333 !important;
    box-shadow: 0 8px 16px rgba(184, 115, 51, 0.05) !important;
    transform: translateY(-2px) !important;
}

.ayoubi-welcome-icon {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b87333 !important;
    color: white !important;
    border-radius: 12px 5px 12px 5px !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
    border: none !important;
}

.ayoubi-welcome-box-inner:hover .ayoubi-welcome-icon {
    background: #40E0D0 !important;
    color: white !important;
    transform: rotate(5deg) !important;
    box-shadow: 0 6px 15px rgba(64, 224, 208, 0.4) !important;
}

.ayoubi-welcome-text {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 14px !important;
    color: #5a4a3a !important;
    white-space: nowrap !important;
}

.ayoubi-welcome-text strong {
    color: #b87333 !important;
    font-weight: 600 !important;
}

.ayoubi-welcome-text a {
    color: inherit !important;
    text-decoration: none !important;
}

.ayoubi-welcome-text a:hover {
    color: #b87333 !important;
}

.ayoubi-free-shipping {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: linear-gradient(145deg, rgba(64, 224, 208, 0.03), rgba(64, 224, 208, 0.01)) !important;
    padding: 8px 18px !important;
    border-radius: 10px 40px 10px 40px !important;
    border: 1px solid rgba(64, 224, 208, 0.15) !important;
    transition: all 0.3s ease !important;
}

.ayoubi-free-shipping:hover {
    border-color: #40E0D0 !important;
    box-shadow: 0 8px 16px rgba(64, 224, 208, 0.1) !important;
    transform: translateY(-2px) !important;
}

.ayoubi-shipping-icon {
    width: 35px !important;
    height: 35px !important;
    transition: transform 0.3s ease !important;
}

.ayoubi-free-shipping:hover .ayoubi-shipping-icon {
    transform: rotate(5deg) scale(1.1) !important;
}

.ayoubi-shipping-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.ayoubi-shipping-text {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #40E0D0 !important;
    background: rgba(64, 224, 208, 0.1) !important;
    padding: 4px 12px !important;
    border-radius: 30px 5px 30px 5px !important;
    white-space: nowrap !important;
}

/* ===== لوگو ===== */
.ayoubi-logo-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

.ayoubi-logo-decoration {
    display: flex !important;
    gap: 5px !important;
}

.decoration-item {
    font-size: 24px !important;
    color: #b87333 !important;
    opacity: 0.2 !important;
    transition: all 0.3s ease !important;
    animation: float 3s ease-in-out infinite !important;
}

.decoration-item:nth-child(1) { animation-delay: 0s !important; }
.decoration-item:nth-child(2) { animation-delay: 0.2s !important; color: #40E0D0 !important; }
.decoration-item:nth-child(3) { animation-delay: 0.4s !important; color: #78624f !important; }

.ayoubi-logo-wrapper:hover .decoration-item {
    opacity: 0.6 !important;
    transform: rotate(10deg) scale(1.2) !important;
}

.ayoubi-logo {
    position: relative !important;
    padding: 10px 20px !important;
    background: linear-gradient(145deg, #ffffff, #fefcf9) !important;
    border-radius: 40px 10px 40px 10px !important;
    border: 1px solid rgba(184, 115, 51, 0.15) !important;
    box-shadow: 0 10px 25px -10px rgba(184, 115, 51, 0.2) !important;
    transition: all 0.3s ease !important;
}

.ayoubi-logo::before {
    content: '' !important;
    position: absolute !important;
    top: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    left: -3px !important;
    background: linear-gradient(135deg, #b87333, #40E0D0, #78624f) !important;
    border-radius: 45px 15px 45px 15px !important;
    z-index: -1 !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.ayoubi-logo:hover::before {
    opacity: 0.3 !important;
}

.ayoubi-logo:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 30px -10px rgba(184, 115, 51, 0.3) !important;
    border-color: transparent !important;
}

.ayoubi-logo img {
    max-width: 160px !important;
    height: auto !important;
    transition: transform 0.3s ease !important;
    position: relative !important;
    z-index: 2 !important;
}

.ayoubi-logo:hover img {
    transform: scale(1.02) !important;
}

/* بخش چپ */
.ayoubi-header-left {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex: 1 !important;
    justify-content: flex-end !important;
}

/* ===== استایل جستجو ===== */
.ayoubi-search-box {
    position: relative !important;
}

.ayoubi-search-toggle {
    width: 48px !important;
    height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b87333 !important;
    color: white !important;
    border: none !important;
    border-radius: 12px 5px 12px 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
}

.ayoubi-search-toggle:hover {
    background: #40E0D0 !important;
    color: white !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px rgba(64, 224, 208, 0.4) !important;
}

.ayoubi-search-modal {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 320px !important;
    background: #ffffff !important;
    border-radius: 24px !important;
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(184, 115, 51, 0.1) !important;
    padding: 20px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) !important;
    transition: all 0.3s ease !important;
    z-index: 9999 !important;
    margin-top: 10px !important;
}

.ayoubi-search-modal.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.ayoubi-search-close {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b87333 !important;
    color: white !important;
    border: none !important;
    border-radius: 12px 5px 12px 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
}

.ayoubi-search-close:hover {
    background: #40E0D0 !important;
    transform: rotate(90deg) scale(1.1) !important;
    box-shadow: 0 6px 15px rgba(64, 224, 208, 0.4) !important;
}

.ayoubi-search-modal form {
    display: flex !important;
    gap: 10px !important;
    margin-top: 15px !important;
}

.ayoubi-search-modal input {
    flex: 1 !important;
    padding: 14px 18px !important;
    background: #fefcf9 !important;
    border: 1px solid rgba(184, 115, 51, 0.15) !important;
    border-radius: 40px 10px 40px 10px !important;
    font-family: 'Vazirmatn', 'Poppins', sans-serif !important;
    font-size: 15px !important;
    color: #3a2e26 !important;
    transition: all 0.3s ease !important;
}

.ayoubi-search-modal input:focus {
    outline: none !important;
    border-color: #b87333 !important;
    box-shadow: 0 0 0 3px rgba(184, 115, 51, 0.1) !important;
}

.ayoubi-search-modal button[type="submit"] {
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b87333 !important;
    color: white !important;
    border: none !important;
    border-radius: 10px 40px 10px 40px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
}

.ayoubi-search-modal button[type="submit"]:hover {
    background: #40E0D0 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 6px 15px rgba(64, 224, 208, 0.4) !important;
}

/* ===== استایل سبد خرید المنتور ===== */
.elementor-element-d10d084 {
    margin: 0 !important;
    cursor: pointer !important;
}

.elementor-element-d10d084 .elementor-menu-cart__wrapper {
    position: relative !important;
    cursor: pointer !important;
}

.elementor-element-d10d084 .elementor-menu-cart__toggle {
    display: inline-block !important;
    cursor: pointer !important;
}

.elementor-element-d10d084 .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #b87333 !important;
    border: none !important;
    border-radius: 40px 10px 40px 10px !important;
    padding: 8px 18px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
}

.elementor-element-d10d084 .elementor-button:hover {
    background: #40E0D0 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px rgba(64, 224, 208, 0.4) !important;
}

.elementor-element-d10d084 .elementor-button-text {
    font-family: 'Vazirmatn', 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: white !important;
    transition: color 0.3s ease !important;
}

.elementor-element-d10d084 .elementor-button:hover .elementor-button-text {
    color: white !important;
}

.elementor-element-d10d084 .elementor-button-icon {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-element-d10d084 .elementor-button-icon svg {
    width: 22px !important;
    height: 22px !important;
    fill: white !important;
    transition: fill 0.3s ease !important;
}

.elementor-element-d10d084 .elementor-button:hover .elementor-button-icon svg {
    fill: white !important;
}

.elementor-element-d10d084 .elementor-button-icon-qty {
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    background: #40E0D0 !important;
    color: white !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    line-height: 1 !important;
    box-shadow: 0 2px 5px rgba(64, 224, 208, 0.4) !important;
}

.elementor-element-d10d084 .elementor-button:hover .elementor-button-icon-qty {
    background: white !important;
    color: #b87333 !important;
}

.elementor-element-d10d084 .elementor-menu-cart__container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
}

.elementor-element-d10d084 .elementor-menu-cart__container.elementor-lightbox--show {
    opacity: 1 !important;
    visibility: visible !important;
}

.elementor-element-d10d084 .elementor-menu-cart__main {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 400px !important;
    height: 100% !important;
    background: #ffffff !important;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1) !important;
    transform: translateX(100%) !important;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    overflow-y: auto !important;
    padding: 25px !important;
}

.elementor-element-d10d084 .elementor-menu-cart__container.elementor-lightbox--show .elementor-menu-cart__main {
    transform: translateX(0) !important;
}

.elementor-element-d10d084 .elementor-menu-cart__close-button {
    width: 36px !important;
    height: 36px !important;
    position: relative !important;
    margin-right: auto !important;
    margin-bottom: 20px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    background: #b87333 !important;
    border-radius: 12px 5px 12px 5px !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
}

.elementor-element-d10d084 .elementor-menu-cart__close-button::before,
.elementor-element-d10d084 .elementor-menu-cart__close-button::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 18px !important;
    height: 2px !important;
    background: white !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
}

.elementor-element-d10d084 .elementor-menu-cart__close-button::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
}

.elementor-element-d10d084 .elementor-menu-cart__close-button::after {
    transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.elementor-element-d10d084 .elementor-menu-cart__close-button:hover {
    background: #40E0D0 !important;
    transform: rotate(90deg) !important;
    box-shadow: 0 6px 15px rgba(64, 224, 208, 0.4) !important;
}

/* ===== منوی اصلی - دسکتاپ ===== */
.ayoubi-navbar {
    background: linear-gradient(135deg, #fefcf9, #ffffff) !important;
    border-top: 1px solid rgba(184, 115, 51, 0.1) !important;
    border-bottom: 1px solid rgba(184, 115, 51, 0.1) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 999 !important;
    width: 100% !important;
}

.ayoubi-nav-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.ayoubi-nav-menu {
    flex: 1 !important;
}

.ayoubi-menu {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 5px !important;
}

.ayoubi-menu-item {
    position: relative !important;
}

.ayoubi-menu-link {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 16px 22px !important;
    color: #5a4a3a !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border-radius: 0 !important;
    position: relative !important;
}

.ayoubi-menu-link i {
    font-size: 14px !important;
    transition: transform 0.3s ease !important;
}

.ayoubi-menu-item:hover .ayoubi-menu-link i {
    transform: rotate(180deg) !important;
}

.ayoubi-menu-link:hover,
.ayoubi-menu-item:hover .ayoubi-menu-link {
    color: #b87333 !important;
    background: rgba(184, 115, 51, 0.05) !important;
}

.ayoubi-menu-link.active {
    color: #b87333 !important;
    position: relative !important;
}

.ayoubi-menu-link.active::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 20% !important;
    width: 60% !important;
    height: 3px !important;
    background: linear-gradient(90deg, #b87333, #40E0D0) !important;
    border-radius: 3px 3px 0 0 !important;
}

/* مگا منو */
.ayoubi-mega-menu {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    width: 800px !important;
    background: #ffffff !important;
    border-radius: 0 0 32px 32px !important;
    box-shadow: 0 20px 30px -12px rgba(120, 98, 79, 0.2) !important;
    border: 1px solid rgba(184, 115, 51, 0.1) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(20px) !important;
    transition: all 0.4s ease !important;
    z-index: 1000 !important;
}

.ayoubi-menu-item-has-children:hover .ayoubi-mega-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

.ayoubi-mega-menu-content {
    display: flex !important;
    padding: 25px !important;
    gap: 25px !important;
}

.ayoubi-mega-tabs {
    width: 200px !important;
    border-left: 1px solid rgba(184, 115, 51, 0.1) !important;
    padding-left: 15px !important;
}

.ayoubi-mega-tab {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 15px !important;
    color: #5a4a3a !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 40px 10px 40px 10px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    margin-bottom: 5px !important;
    border: 1px solid transparent !important;
}

.ayoubi-mega-tab i {
    font-size: 14px !important;
    opacity: 0 !important;
    transition: all 0.3s ease !important;
}

.ayoubi-mega-tab:hover {
    color: #b87333 !important;
    background: rgba(184, 115, 51, 0.05) !important;
    border-color: rgba(184, 115, 51, 0.15) !important;
    transform: translateX(-5px) !important;
}

.ayoubi-mega-tab:hover i {
    opacity: 1 !important;
}

.ayoubi-mega-tab.active {
    background: linear-gradient(145deg, #b87333, #c8904a) !important;
    color: white !important;
    border-color: transparent !important;
    box-shadow: 0 8px 16px rgba(184, 115, 51, 0.3) !important;
}

.ayoubi-mega-tab.active i {
    opacity: 1 !important;
    color: white !important;
}

.ayoubi-mega-panels {
    flex: 1 !important;
}

.ayoubi-mega-panel {
    display: none !important;
}

.ayoubi-mega-panel.active {
    display: block !important;
    animation: fadeIn 0.4s ease !important;
}

.ayoubi-mega-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.ayoubi-mega-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.ayoubi-mega-link {
    color: #5a4a3a !important;
    text-decoration: none !important;
    font-size: 14px !important;
    padding: 6px 0 !important;
    transition: all 0.3s ease !important;
    border-bottom: 1px dashed transparent !important;
    position: relative !important;
    padding-right: 15px !important;
}

.ayoubi-mega-link::before {
    content: '•' !important;
    color: #b87333 !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 18px !important;
    opacity: 0.5 !important;
    transition: opacity 0.3s ease !important;
}

.ayoubi-mega-link:hover {
    color: #b87333 !important;
    padding-right: 20px !important;
    border-bottom-color: rgba(184, 115, 51, 0.2) !important;
}

.ayoubi-mega-link:hover::before {
    opacity: 1 !important;
}

/* باکس پشتیبانی */
.ayoubi-support-box {
    background: linear-gradient(145deg, #ffffff, #fefcf9) !important;
    border-radius: 40px 10px 40px 10px !important;
    padding: 5px 20px !important;
    border: 1px solid rgba(184, 115, 51, 0.15) !important;
    transition: all 0.3s ease !important;
}

.ayoubi-support-box:hover {
    border-color: #b87333 !important;
    box-shadow: 0 8px 16px rgba(184, 115, 51, 0.1) !important;
    transform: translateY(-2px) !important;
}

.ayoubi-support-link {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #b87333 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 8px 0 !important;
    transition: all 0.3s ease !important;
}

.ayoubi-support-link i {
    font-size: 16px !important;
    transition: color 0.3s ease !important;
}

.ayoubi-support-link:hover {
    color: #40E0D0 !important;
}

.ayoubi-support-link:hover i {
    color: #40E0D0 !important;
}

/* ===== هدر موبایل ===== */
.ayoubi-mobile-header {
    display: none !important;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(184, 115, 51, 0.1) !important;
    padding: 12px 15px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03) !important;
    width: 100% !important;
    position: relative !important;
    z-index: 1001 !important;
}

.ayoubi-mobile-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.ayoubi-mobile-menu-toggle {
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b87333 !important;
    color: white !important;
    border: none !important;
    border-radius: 12px 5px 12px 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 20px !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
}

.ayoubi-mobile-menu-toggle:hover {
    background: #40E0D0 !important;
    transform: rotate(5deg) !important;
    box-shadow: 0 6px 15px rgba(64, 224, 208, 0.4) !important;
}

.ayoubi-mobile-logo img {
    max-width: 100px !important;
    height: auto !important;
}

.ayoubi-mobile-actions {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.ayoubi-mobile-search-toggle {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b87333 !important;
    color: white !important;
    border: none !important;
    border-radius: 12px 5px 12px 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
}

.ayoubi-mobile-search-toggle:hover {
    background: #40E0D0 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 6px 15px rgba(64, 224, 208, 0.4) !important;
}

.ayoubi-mobile-cart {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b87333 !important;
    color: white !important;
    border: none !important;
    border-radius: 12px 5px 12px 5px !important;
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
}

.ayoubi-mobile-cart:hover {
    background: #40E0D0 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 6px 15px rgba(64, 224, 208, 0.4) !important;
}

.ayoubi-mobile-cart-count {
    position: absolute !important;
    top: -5px !important;
    right: -5px !important;
    background: #40E0D0 !important;
    color: white !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    min-width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 5px rgba(64, 224, 208, 0.4) !important;
}

.ayoubi-mobile-cart:hover .ayoubi-mobile-cart-count {
    background: white !important;
    color: #b87333 !important;
}

/* ===== منوی موبایل (آف‌کنواس) ===== */
.ayoubi-mobile-menu-overlay {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all 0.3s ease !important;
}

.ayoubi-mobile-menu-overlay.active {
    opacity: 1 !important;
    visibility: visible !important;
}

.ayoubi-mobile-menu-panel {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 320px !important;
    height: 100% !important;
    background: #ffffff !important;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1) !important;
    transform: translateX(100%) !important;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    overflow-y: auto !important;
    padding: 0 0 30px 0 !important;
}

.ayoubi-mobile-menu-overlay.active .ayoubi-mobile-menu-panel {
    transform: translateX(0) !important;
}

.ayoubi-mobile-menu-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px !important;
    border-bottom: 1px solid rgba(184, 115, 51, 0.1) !important;
    background: linear-gradient(145deg, #ffffff, #fefcf9) !important;
}

.ayoubi-mobile-menu-logo img {
    max-width: 100px !important;
    height: auto !important;
}

.ayoubi-mobile-menu-close {
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b87333 !important;
    color: white !important;
    border: none !important;
    border-radius: 12px 5px 12px 5px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 20px !important;
    box-shadow: 0 4px 10px rgba(184, 115, 51, 0.3) !important;
}

.ayoubi-mobile-menu-close:hover {
    background: #40E0D0 !important;
    transform: rotate(90deg) !important;
    box-shadow: 0 6px 15px rgba(64, 224, 208, 0.4) !important;
}

.ayoubi-mobile-menu-divider {
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(184, 115, 51, 0.2), transparent) !important;
    margin: 5px 0 !important;
}

.ayoubi-mobile-nav {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ayoubi-mobile-nav-item {
    border-bottom: 1px solid rgba(184, 115, 51, 0.1) !important;
}

.ayoubi-mobile-nav-link {
    display: block !important;
    padding: 16px 20px !important;
    color: #3a2e26 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.ayoubi-mobile-nav-link.active {
    color: #b87333 !important;
    background: rgba(184, 115, 51, 0.05) !important;
    border-right: 4px solid #b87333 !important;
}

.ayoubi-mobile-nav-link:hover {
    color: #b87333 !important;
    background: rgba(184, 115, 51, 0.05) !important;
}

.ayoubi-mobile-has-children > .ayoubi-mobile-nav-link-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 5px !important;
}

.ayoubi-mobile-has-children > .ayoubi-mobile-nav-link-wrapper .ayoubi-mobile-nav-link {
    flex: 1 !important;
    padding-left: 5px !important;
}

.ayoubi-mobile-submenu-toggle {
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #b87333 !important;
    color: white !important;
    border: none !important;
    border-radius: 8px 3px 8px 3px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 14px !important;
    margin-left: 10px !important;
    box-shadow: 0 4px 8px rgba(184, 115, 51, 0.3) !important;
}

.ayoubi-mobile-submenu-toggle.level-2 {
    width: 32px !important;
    height: 32px !important;
    background: #40E0D0 !important;
    box-shadow: 0 4px 8px rgba(64, 224, 208, 0.3) !important;
}

.ayoubi-mobile-submenu-toggle i {
    transition: transform 0.3s ease !important;
}

.ayoubi-mobile-submenu-toggle[aria-expanded="true"] i {
    transform: rotate(180deg) !important;
}

.ayoubi-mobile-submenu-toggle:hover {
    transform: scale(1.1) !important;
    filter: brightness(1.1) !important;
}

.ayoubi-mobile-submenu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    background: rgba(184, 115, 51, 0.02) !important;
    display: none !important;
    border-top: 1px solid rgba(184, 115, 51, 0.1) !important;
}

.ayoubi-mobile-submenu.level-2 {
    background: rgba(64, 224, 208, 0.02) !important;
    padding-right: 20px !important;
}

.ayoubi-mobile-submenu.active {
    display: block !important;
    animation: slideDown 0.3s ease !important;
}

.ayoubi-mobile-submenu-item {
    border-bottom: 1px solid rgba(184, 115, 51, 0.05) !important;
}

.ayoubi-mobile-submenu-item:last-child {
    border-bottom: none !important;
}

.ayoubi-mobile-submenu-link {
    display: block !important;
    padding: 14px 20px !important;
    color: #5a4a3a !important;
    text-decoration: none !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    position: relative !important;
    padding-right: 35px !important;
}

.ayoubi-mobile-submenu-link::before {
    content: '' !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 6px !important;
    height: 6px !important;
    background: #40E0D0 !important;
    border-radius: 50% !important;
    opacity: 0.5 !important;
    transition: all 0.3s ease !important;
}

.ayoubi-mobile-submenu-link:hover {
    color: #b87333 !important;
    background: rgba(184, 115, 51, 0.05) !important;
    padding-right: 40px !important;
}

.ayoubi-mobile-submenu-link:hover::before {
    opacity: 1 !important;
    background: #b87333 !important;
    transform: translateY(-50%) scale(1.2) !important;
}

.ayoubi-mobile-submenu-item a {
    display: block !important;
    padding: 12px 25px !important;
    color: #5a4a3a !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    padding-right: 35px !important;
}

.ayoubi-mobile-submenu-item a::before {
    content: '' !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 4px !important;
    height: 4px !important;
    background: #b87333 !important;
    border-radius: 50% !important;
    opacity: 0.3 !important;
    transition: all 0.3s ease !important;
}

.ayoubi-mobile-submenu-item a:hover {
    color: #b87333 !important;
    background: rgba(184, 115, 51, 0.05) !important;
    padding-right: 40px !important;
}

.ayoubi-mobile-submenu-item a:hover::before {
    opacity: 1 !important;
    background: #b87333 !important;
    transform: translateY(-50%) scale(1.5) !important;
}

.ayoubi-mobile-submenu-link-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 5px !important;
}

.ayoubi-mobile-submenu-link-wrapper .ayoubi-mobile-submenu-link {
    flex: 1 !important;
    padding-left: 5px !important;
}

/* آیتم‌های پایانی منو */
.cart-menu-item,
.account-menu-item {
    border-top: 1px solid rgba(184, 115, 51, 0.15) !important;
    margin-top: 5px !important;
}

.cart-link,
.account-link {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.cart-icon,
.account-icon {
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px 5px 12px 5px !important;
    transition: all 0.3s ease !important;
}

.cart-icon {
    background: linear-gradient(145deg, #b87333, #c8904a) !important;
    color: white !important;
    box-shadow: 0 5px 12px rgba(184, 115, 51, 0.2) !important;
}

.cart-link:hover .cart-icon {
    background: linear-gradient(145deg, #40E0D0, #2fb8aa) !important;
    transform: rotate(5deg) scale(1.1) !important;
}

.account-icon {
    background: linear-gradient(145deg, #40E0D0, #2fb8aa) !important;
    color: white !important;
    box-shadow: 0 5px 12px rgba(64, 224, 208, 0.2) !important;
}

.account-link:hover .account-icon {
    background: linear-gradient(145deg, #b87333, #c8904a) !important;
    transform: rotate(-5deg) scale(1.1) !important;
}

.cart-text,
.account-text {
    flex: 1 !important;
    font-weight: 600 !important;
    color: #3a2e26 !important;
}

.cart-link:hover .cart-text,
.account-link:hover .account-text {
    color: #b87333 !important;
}

/* شبکه‌های اجتماعی در منوی موبایل */
.ayoubi-mobile-social {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
    padding: 25px 20px 15px !important;
    border-top: 1px solid rgba(184, 115, 51, 0.1) !important;
    margin-top: 20px !important;
}

.ayoubi-mobile-social-icon {
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(184, 115, 51, 0.1) !important;
    color: #b87333 !important;
    border-radius: 12px 5px 12px 5px !important;
    transition: all 0.3s ease !important;
    font-size: 18px !important;
    text-decoration: none !important;
}

.ayoubi-mobile-social-icon:hover {
    background: #b87333 !important;
    color: white !important;
    transform: translateY(-3px) !important;
}

/* ===== انیمیشن‌ها ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* ===== ریسپانسیو ===== */
@media (max-width: 992px) {
    .ayoubi-top-bar,
    .ayoubi-main-header,
    .ayoubi-navbar {
        display: none !important;
    }

    .ayoubi-mobile-header {
        display: block !important;
    }
    
    .ayoubi-search-modal {
        position: fixed !important;
        top: 60px !important;
        left: 10px !important;
        right: 10px !important;
        width: auto !important;
        max-width: 400px !important;
        margin: 0 auto !important;
        z-index: 10000 !important;
    }
}

@media (min-width: 993px) {
    .ayoubi-mobile-header,
    .ayoubi-mobile-menu-overlay {
        display: none !important;
    }
}

/* اسکرول‌بار منوی موبایل */
.ayoubi-mobile-menu-panel::-webkit-scrollbar {
    width: 5px !important;
}

.ayoubi-mobile-menu-panel::-webkit-scrollbar-track {
    background: rgba(184, 115, 51, 0.05) !important;
}

.ayoubi-mobile-menu-panel::-webkit-scrollbar-thumb {
    background: #b87333 !important;
    border-radius: 5px !important;
}

.ayoubi-mobile-menu-panel::-webkit-scrollbar-thumb:hover {
    background: #9e5a29 !important;
}/* End custom CSS */