@charset "utf-8";
/* ==========================================================================
   Professional Store Header — consolidated header, navigation and mobile CSS
   ========================================================================== */
:root {
  --header-accent: #e0e0e0;
  --header-accent-dark: #cbcbcb;
  --header-accent-soft: #e0e0e0;
  --header-text: #243044;
  --header-muted: #8490a3;
  --header-line: #e9edf2;
  --header-surface: #ffffff;
  --header-soft-surface: #f8fafc;
  --header-shadow: 0 10px 30px rgba(15, 23, 42, .07);
}

/* Header shell */
.shop-header { position: relative; z-index: 1000; width: 100%; margin-bottom: 12px;   }
.shop-header *, .shop-header *::before, .shop-header *::after { box-sizing: border-box; }
.shop-header a { text-decoration: none !important; text-align: center}
.shop-header__utility { color: #333;   }
.shop-header__utility-inner { display: flex; min-height: 30px; align-items: center; justify-content: space-between; gap: 16px; padding-top: 4px; padding-bottom: 4px; }
.shop-header__utility-note {   font-size: 11px;
  opacity: .94;
  display: block;
  text-align: center;
  margin: 0 auto; }
.shop-header__support { display: inline-flex; align-items: center; gap: 5px; color: #fff !important; font-size: 11px; white-space: nowrap; }
.shop-header__support i { font-size: 13px; }
.shop-header__main-row { display: grid; min-height: 82px; grid-template-columns: minmax(145px, 190px) minmax(250px, 1fr) auto; align-items: center; gap: 24px; padding: 12px 0; }
.shop-header__mobile-menu-space { display: none; }
.shop-header__logo { display: inline-flex; min-width: 0; align-items: center; }
.shop-header__logo img { display: block; width: auto; max-width: 100%; max-height: 40px; object-fit: contain; }

/* Search */
.shop-header__search { width: 100%; margin: 0 !important; }
.shop-header__search-box { position: relative; width: 100%; }
.shop-header__search-box input { width: 100% !important; height: 48px !important; margin: 0 !important; padding: 0 47px 0 92px !important; color: #344054 !important; font-size: 12px !important; background: #f7f8fa !important; border: 1px solid #edf0f4 !important; border-radius: 14px !important; box-shadow: none !important; outline: 0 !important; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease !important; }
.shop-header__search-box input:focus { background: #fff !important; border-color: rgba(239, 57, 78, .35) !important; box-shadow: 0 0 0 4px rgba(239, 57, 78, .07) !important; }
.shop-header__search-icon { position: absolute; top: 50%; right: 17px; z-index: 999; color: #98a2b3; font-size: 16px; transform: translateY(-50%); }
.shop-header__search-button { position: absolute !important; top: 6px !important; bottom: 6px !important; left: 6px !important; right: auto !important; z-index: 3; width: auto !important; height: auto !important; padding: 0 16px !important; color: #fff !important; font-family: inherit; font-size: 11px !important; font-weight: 700; line-height: normal !important; background: linear-gradient(135deg, var(--header-accent) 0%, var(--header-accent-dark) 100%) !important; border: 0 !important; border-radius: 10px !important; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease !important; }
.shop-header__search-button:hover, .shop-header__search-button:focus { box-shadow: 0 7px 16px rgba(217, 38, 71, .2); transform: translateY(-1px); outline: 0; }
.shop-header__mobile-search { display: none; }

/* Account & cart actions */
.shop-header__actions, .modern-header-actions { display: inline-flex; width: auto; max-width: 100%; align-items: center; justify-content: flex-end;
  gap: 3px; margin: 0; padding: 4px; list-style: none;  ;  ; border-radius: 17px; ; }
.modern-header-actions__item { display: block; margin: 0; padding: 0; }
.modern-header-action { position: relative; display: inline-flex; min-height: 48px; align-items: center; gap: 9px; padding: 5px 9px; overflow: visible; color: #374151 !important; text-decoration: none !important; background: transparent; border: 0 !important; border-radius: 13px; transition: color .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease; }
.modern-header-action:hover, .modern-header-action:focus {
; transform: translateY(-1px); outline: none; }
.modern-header-action__icon img{
  width: 23px; height: 23px;
}
.modern-header-action__icon { position: relative; display: inline-flex; width: 25px; height: 25px;
  flex: 0 0 35px; align-items: center; justify-content: center; color: #4b5563; font-size: 20px;  ;
  transition: color .22s ease, background .22s ease, border-color .22s ease; }
.modern-header-action:hover .modern-header-action__icon, .modern-header-action:focus .modern-header-action__icon {   }
.modern-header-action__badge, .modern-mobile-nav__badge { position: absolute; display: inline-flex;
  align-items: center; justify-content: center; color: #fff; font-weight: 500;
  color: #fff; background: #333;
  border-radius: 999px;  }
.modern-header-action__badge { top: -7px; left: -7px; min-width: 18px; height: 18px; padding: 0 4px; font-size: 10px; line-height: 18px; }
.modern-header-action:hover .modern-header-action__badge, .modern-header-action:focus .modern-header-action__badge {   }
.modern-header-action__text { display: flex; min-width: 82px; flex-direction: column; justify-content: center; line-height: 1.55; }
.modern-header-action__text strong { color: #374151; font-size: 12px; font-weight: 700; white-space: nowrap; transition: color .22s ease; }
.modern-header-action__text small { max-width: 105px; overflow: hidden; color: #98a2b3; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; transition: color .22s ease; }
.modern-header-action:hover .modern-header-action__text strong, .modern-header-action:focus .modern-header-action__text strong { color:  var(--header-accent-dark); }
.modern-header-action:hover .modern-header-action__text small, .modern-header-action:focus .modern-header-action__text small { color:  var(--header-accent-dark); }

.tracking .modern-header-action{
  background: #28d66c !important;
}
.tracking   .modern-header-action__text strong{
  color: #fff !important;
}
/* Desktop category navigation */
.shop-header__nav-shell { position: relative;  }
.shop-header__nav-placeholder { display: none; }
.shop-header__nav-placeholder.is-visible { display: block; }
.center-vertical { display: flex !important; align-items: center !important; }
.fixedli { display: none !important; }
.fixed .fixedli { display: inline-block !important; }
.header_area { position: relative; }
.headerfix.fixed { position: fixed; top: 0; right: 0; z-index: 999999; width: 100%; padding: 0 18px; background: rgba(255, 255, 255, .97); box-shadow: 0 8px 24px rgba(15, 23, 42, .08); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.navigation { position: relative; display: table; width: 100%; font-family: inherit; background: transparent; }
.navigation *, .navigation *::before, .navigation *::after { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
.align-to-right { float: right; }
.nav-header { float: left; }
.nav-toggle { display: none; }
.shop-menu-toggle { align-items: center; justify-content: center; flex-direction: column; gap: 4px; }
.shop-menu-toggle__line { display: block; width: 19px; height: 2px; flex: 0 0 2px; background: #475467; border-radius: 999px; transition: background-color .2s ease, transform .2s ease, opacity .2s ease; }
.nav-menu { margin: 0; padding: 5px 0; list-style: none; font-size: 0; line-height: normal; }
.nav-menu > li { position: relative; display: inline-block; float: right; padding: 0 1px; text-align: right; }
.nav-menu > li > a { display: inline-flex; min-height: 36px; align-items: center; padding: 5px 11px; color: #344054 !important; font-size: 12px; font-weight: 500; text-decoration: none; border-radius: 10px; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.nav-menu > li:hover > a, .nav-menu > li.active > a, .nav-menu > li.focus > a { color: #fff !important; background: linear-gradient(135deg, var(--header-accent) 0%, var(--header-accent-dark) 100%); box-shadow: 0 6px 13px rgba(217, 38, 71, .14); }
.fixedli > a { padding: 4px 8px !important; background: transparent !important; box-shadow: none !important; }
.fixedli img { display: block; width: auto; max-width: 90px; height: 24px; object-fit: contain; }
.submenu-indicator { float: left; margin-top: 5px; margin-right: 7px; transition: transform .2s ease; }
.submenu-indicator-chevron { display: block; width: 6px; height: 6px; border-style: solid; border-width: 0 1px 1px 0; border-color: transparent #98a2b3 #98a2b3 transparent; transform: rotate(45deg); transition: border-color .2s ease; }
.nav-menu > li:hover > a .submenu-indicator-chevron, .nav-menu > .active > a .submenu-indicator-chevron, .nav-menu > .focus > a .submenu-indicator-chevron { border-color: transparent #fff #fff transparent; }
.nav-dropdown { position: absolute; z-index: 98; display: none; min-width: 205px; margin: 0; padding: 7px; list-style: none; white-space: nowrap; background: #fff; border: 1px solid #edf0f4; border-radius: 14px; box-shadow: var(--header-shadow); }
.nav-menu > li > .nav-dropdown { top: calc(100% ); right: 0; }
.nav-dropdown .nav-dropdown { top: -7px; right: calc(100% + 7px); }
.nav-dropdown > li { position: relative; width: 100%; clear: both; float: right; text-align: right; }
.nav-dropdown > li > a { display: block; width: 100%; padding: 9px 11px; color: #475467 !important; font-size: 12px; text-decoration: none; border-radius: 8px; transition: color .2s ease, background .2s ease, padding-right .2s ease; }
.nav-dropdown > li:hover > a, .nav-dropdown > li.focus > a { padding-right: 15px; color: var(--header-accent-dark) !important; background: var(--header-accent-soft); }
.nav-dropdown .submenu-indicator { position: absolute; top: 11px; left: 12px; margin: 0; }
.nav-dropdown .submenu-indicator-chevron { transform: rotate(130deg); }
.megamenu-panel { position: absolute; right: 0; z-index: 98; display: none; width: 100%; min-width: min(900px, 92vw); padding: 18px; color: inherit; font-size: 13px; text-align: right; background: #fff; border: 1px solid #edf0f4; border-radius: 0 0 16px 16px; box-shadow: var(--header-shadow); }
.megamenu-lists { display: table; width: 100%; }
.megamenu-list { display: inline-block; float: right; width: 100%; margin: 0; padding: 5px 8px; list-style: none; vertical-align: top; }
.navigation-landscape .list-col-2 { width: 50%; }
.navigation-landscape .list-col-3 { width: 33.333%; }
.navigation-landscape .list-col-4 { width: 25%; }
.navigation-landscape .list-col-5 { width: 20%; }
.megamenu-list > li > a { display: block; width: 100%; padding: 5px 4px; color: #667085 !important; font-size: 12px; transition: color .2s ease, padding-right .2s ease; }
.megamenu-list > li > a:hover { padding-right: 8px; color: var(--header-accent-dark) !important; }
.megamenu-list > li.megamenu-list-title > a { margin-bottom: 5px; color: #253044 !important; font-size: 13px; font-weight: 700; }
.megamenu-list > li.megamenu-list-title > a::before { display: inline-block; width: 5px; height: 5px; margin-left: 6px; content: ''; vertical-align: middle; background: var(--header-accent); border-radius: 50%; }
.mobile-menu-head, .mobile-menu-search { display: none; }
.nav-overlay-panel { position: fixed; top: 0; left: 0; z-index: 19999; display: none; width: 100%; height: 100%; background: rgba(15, 23, 42, .38); -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
.no-scroll { width: 100%; height: 100%; overflow: hidden; }

/* Floating mobile bottom navigation — compact / minimal */
.fixed2 { position: fixed !important; right: 0; bottom: 0 !important; z-index: 222222; width: 100%; }
.displayblock800 { display: none !important; }
.modern-mobile-nav-wrap { padding: 0 10px calc(6px + env(safe-area-inset-bottom)); background: transparent !important; pointer-events: none; }
.modern-mobile-nav { position: relative; display: flex; width: 100%; max-width: 500px; min-height: 56px; align-items: center; justify-content: space-around; gap: 0; margin: 0 auto; padding: 3px 4px; pointer-events: auto; background: rgba(255, 255, 255, .97); border: 1px solid rgba(232, 235, 240, .9); border-radius: 16px; box-shadow: 0 -2px 12px rgba(15, 23, 42, .09); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.modern-mobile-nav__item { position: relative; display: flex; min-width: 0; flex: 1 1 0; flex-direction: column; align-items: center; justify-content: center; gap: 2px; padding: 4px 1px; color: #7b8492 !important; font-size: 8.5px; font-weight: 600; text-align: center; border-radius: 9px; transition: color .18s ease; }
.modern-mobile-nav__item:hover, .modern-mobile-nav__item:focus { color: #f78655 !important; background: transparent; transform: none; outline: 0; }
.modern-mobile-nav__icon { display: inline-flex; width: 26px; height: 21px; align-items: center; justify-content: center; font-size: 18px; line-height: 1; }
.modern-mobile-nav__item--cart { margin-top: -10px; color: #f78655 !important; }
.modern-mobile-nav__cart-icon { position: relative; display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; color: #fff; font-size: 20px; background: #f78655; border: 3px solid #fff; border-radius: 14px; box-shadow: 0 5px 12px rgba(247, 134, 85, .24); }
.modern-mobile-nav__badge { top: -6px; left: -6px; min-width: 14px; height: 14px; padding: 0 3px; font-size: 8px; line-height: 14px; background: #f78655; }

/* Responsive drawer & compact mobile header */
@media (max-width: 991px) {

  body { padding-bottom: 68px; }
  .shop-header { margin-bottom: 7px; }
  .shop-header__utility { display: none; }
  .shop-header__main-row {
    display: grid;

    grid-template-columns: 1fr auto 1fr;
    grid-template-areas: "right center left";

    min-height: 82px;
    align-items: center;

    gap: 24px;
    padding: 12px 0;
  }


  /* منو سمت راست */
  .shop-header__mobile-menu-space {
    grid-area: right;
    justify-self: start;
  }


  /* لوگو دقیق وسط */
  .shop-header__logo {
    grid-area: center;
    justify-self: center;
  }


  /* آیکن‌ها سمت چپ */
  .shop-header__actions {
    grid-area: left;
    justify-self: end;

    display: flex;
    align-items: center;
  }
  .shop-header__mobile-menu-space { display: block; width: 44px; }
  .shop-header__logo { justify-content: center;    left: 60% !important; }
  .shop-header__logo img {      max-height: 34px !important;; }
  .shop-header__search { display: none; }
  .shop-header__mobile-search { position: relative; display: flex; align-items: center; gap: 8px; padding: 0 0 9px; }
  .shop-header__mobile-search i { position: absolute; right: 13px; color: #98a2b3; font-size: 15px; }
  .shop-header__mobile-search input { width: 100%; height: 40px; padding: 0 38px 0 69px; color: #344054; font-family: inherit; font-size: 11px; background: #f7f8fa; border: 1px solid #edf0f4; border-radius: 12px; outline: 0; }
  .shop-header__mobile-search input:focus { background: #fff; border-color: rgba(239, 57, 78, .35); box-shadow: 0 0 0 3px rgba(239, 57, 78, .07); }
  .shop-header__mobile-search button { position: absolute; left: 5px; height: 30px; padding: 0 12px; color: #fff; font-family: inherit; font-size: 10px; font-weight: 700; background: linear-gradient(135deg, var(--header-accent) 0%, var(--header-accent-dark) 100%); border: 0; border-radius: 9px; }
  .shop-header__actions, .modern-header-actions { gap: 2px; padding: 0; background: transparent; border-color: transparent; box-shadow: none; }
  .modern-header-action { min-height: 39px; gap: 0; padding: 2px;    font-size: 10px; }
  .modern-header-action__icon { width: 36px; height: 36px; flex-basis: 36px; font-size: 20px; }
  .modern-header-action__text { display: none; }
  .tracking  .modern-header-action__text { display: inline-block !important; }
  .tracking  .modern-header-action__icon { display: none !important; }
  .shop-header__nav-shell { height: 0; border: 0; }
  .navigation { position: static; display: block; }
  .navigation-portrait .nav-header { display: block; }
  .header_area .nav-toggle, .navigation-portrait .nav-toggle { position: absolute; top: -108px; right: 2px; z-index: 9999; display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; flex-direction: column; gap: 4px; padding: 0; cursor: pointer; background: #fff; border: 1px solid #edf0f4; border-radius: 12px; box-shadow: 0 3px 10px rgba(15, 23, 42, .05); }
  .header_area .nav-toggle::before, .header_area .nav-toggle::after { display: none !important; content: none !important; }
  .header_area .shop-menu-toggle__line { display: block !important; width: 19px !important; height: 2px !important; min-height: 2px; background: #475467 !important; border-radius: 999px; box-shadow: none !important; opacity: 1 !important; }
  .header_area .nav-toggle:hover .shop-menu-toggle__line, .header_area .nav-toggle:focus .shop-menu-toggle__line { background: var(--header-accent) !important; }
  .navigation-portrait .nav-menus-wrapper { position: fixed; top: 0; right: -370px; z-index: 222222; width: min(88vw, 350px); height: 100%; overflow-y: auto; background: #fff; box-shadow: -12px 0 30px rgba(15, 23, 42, .12); -webkit-overflow-scrolling: touch; transition: right .25s ease; }
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right { right: -370px; left: auto; }
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open { right: 0; left: auto; }
  .nav-menus-wrapper-close-button { position: absolute; top: 9px; left: 10px; z-index: 4; display: none; width: 34px; height: 34px; margin: 0; color: #667085; font-size: 25px; line-height: 32px; text-align: center; cursor: pointer; background: #f8fafc; border-radius: 10px; }
  .navigation-portrait .nav-menus-wrapper-close-button { display: inline-block; }
  .mobile-menu-head { display: flex; min-height: 67px; align-items: center; justify-content: space-between; gap: 8px; padding: 12px 13px 10px 51px; background: linear-gradient(135deg, #fff 0%, #fff6f7 100%); border-bottom: 1px solid #f0f2f5; }
  .mobile-menu-head__logo img { display: block; max-width: 102px; max-height: 38px; object-fit: contain; }
  .mobile-menu-head__account { display: inline-flex; max-width: 125px; align-items: center; gap: 5px; overflow: hidden; color: var(--header-accent-dark) !important; font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-menu-head__account i { font-size: 18px; }
  .mobile-menu-search { position: relative; display: block; padding: 10px 12px; border-bottom: 1px solid #f0f2f5; }
  .mobile-menu-search i { position: absolute; top: 50%; right: 25px; color: #98a2b3; font-size: 14px; transform: translateY(-50%); }
  .mobile-menu-search input { width: 100%; height: 38px; padding: 0 37px 0 10px; color: #475467; font-family: inherit; font-size: 11px; background: #f8fafc; border: 1px solid #edf0f4; border-radius: 11px; outline: 0; }
  .navigation-portrait .nav-menu { width: 100%; padding: 8px;     padding-bottom: 150px;}
  .navigation-portrait .nav-menu > li { position: relative; width: 100%; padding: 1px 0; border: 0; }
  .navigation-portrait .nav-menu > li > a { display: flex; width: 100%; min-height: 43px; align-items: center; padding: 9px 12px 9px 50px; color: #344054 !important; font-size: 12px; border-radius: 10px; }
  .navigation-portrait .nav-menu > li:hover > a, .navigation-portrait .nav-menu > li.focus > a, .navigation-portrait .nav-menu > li.active > a { color: var(--header-accent-dark) !important; background: var(--header-accent-soft); box-shadow: none; }
  .navigation-portrait .submenu-indicator { position: absolute; top: 0; left: 0; z-index: 3; width: 48px; height: 43px; margin: 0; text-align: center; }
  .navigation-portrait .submenu-indicator-chevron { position: absolute; top: 17px; left: 21px; border-color: transparent #98a2b3 #98a2b3 transparent; }
  .navigation-portrait .submenu-indicator.submenu-indicator-up { transform: rotate(-180deg); }
  .navigation-portrait .nav-dropdown { position: static; width: 100%; min-width: 0; padding: 2px 8px 5px; background: #fbfcfd; border: 0; border-radius: 10px; box-shadow: none; white-space: normal; }
  .navigation-portrait .nav-dropdown > li > a { padding: 8px 10px 8px 42px; font-size: 11px; background: transparent; }
  .navigation-portrait .nav-dropdown .nav-dropdown { margin-top: 2px; background: #fff; }
  .navigation-portrait .megamenu-panel { position: static; display: block; width: 100%; min-width: 0; padding: 6px 9px; background: #fbfcfd; border: 0; border-radius: 10px; box-shadow: none; }
  .navigation-portrait .megamenu-list { display: block; float: none; width: 100% !important; margin: 0; padding: 5px; }
  .navigation-portrait .megamenu-list > li > a { padding: 5px 6px; font-size: 11px; }
  .navigation-portrait .megamenu-list > li.megamenu-list-title > a { color: var(--header-accent-dark) !important; font-size: 12px; }
  .fixedli { display: none !important; }
  .displayblock800 { display: block !important; }
}

@media (max-width: 480px) {
  .shop-header__main-row { grid-template-columns: 42px minmax(74px, 1fr) auto; }
  .shop-header__logo img { max-width: 125px; max-height: 39px; }
  .modern-header-action__icon { width: 34px; height: 34px; flex-basis: 34px; font-size: 19px; }
  .header_area .nav-toggle, .navigation-portrait .nav-toggle { top: -53px; width: 38px; height: 38px; }
  .modern-mobile-nav { min-height: 54px; padding-right: 2px; padding-left: 2px; }
  .modern-mobile-nav__item { font-size: 8.2px; }
}
.shop-header__main-row {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 82px;
  padding: 12px 0;
}


/* لوگو دقیقاً وسط صفحه */
.shop-header__logo {
  position: absolute !important;

  left: 50% ;
  top: 50% !important;

  transform: translate(-50%, -50%) !important;

  margin: 0 !important;

  z-index: 2;
}


/* منو سمت راست */
.shop-header__mobile-menu-space {
  margin-right: 0;

  display: flex;
  align-items: center;

  z-index: 3;
}


/* سرچ + سبد + یوزر سمت چپ */
.shop-header__actions {
  margin-right: auto !important;
  margin-left: 0 !important;

  display: flex;
  align-items: center;

  z-index: 3;
}

/* ==========================================================================
   Mobile category drawer — left-side Woodmart-like menu
   ========================================================================== */
.mobile-category-trigger,
.mobile-category-backdrop,
.mobile-category-drawer {
  display: flex;
}

@media (max-width: 2000px) {
  .shop-header__mobile-menu-space {
    display: flex !important;
    width: auto !important;
    align-items: center;
    justify-content: flex-start;
  }

  .mobile-category-trigger {
    display: inline-flex;
    min-width: 44px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 3px 6px;
    color: #374151 !important;
    text-decoration: none !important;
    border-radius: 12px;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-category-trigger .wd-tools-icon {
    display: inline-flex;
    width: 30px;
    height: 26px;
    align-items: center;
    justify-content: center;
  }

  .mobile-category-trigger .wd-custom-icon {
    display: block;
    width: 22px !important;
    height: 22px !important;
    max-width: 22px;
    object-fit: contain;
  }

  .mobile-category-trigger .wd-tools-text {
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }

  .mobile-category-trigger:hover,
  .mobile-category-trigger:focus {
    color: var(--header-accent-dark) !important;
    background: var(--header-accent-soft);
    outline: 0;
  }

  /* منوی موبایل قبلی دیگر دکمه همبرگری یا Drawer جداگانه نسازد. */
  .header_area .nav-toggle,
  .navigation-portrait .nav-toggle {
    display: none !important;
  }

  .navigation-portrait .nav-menus-wrapper,
  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    display: none !important;
  }

  .mobile-category-backdrop {
    position: fixed;
    inset: 0;
    z-index: 999990;
    display: block;
    visibility: hidden;
    background: rgba(0, 0, 0, .13);
    opacity: 0;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    transition: opacity .45s cubic-bezier(.19, 1, .22, 1), visibility 0s linear .45s;
  }

  .mobile-category-backdrop.is-open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }

  .mobile-category-drawer {
    position: fixed;
    top: 20px;
    bottom: auto;
    left: 20px;
    z-index: 999991;
    display: flex;
    width: min(88vw, 370px);
    max-width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    height: calc(100dvh - 40px);
    flex-direction: column;
    overflow: hidden;
    direction: rtl;
    color: #344054;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(19px);
    backdrop-filter: blur(19px);
    transform: translateX(calc(-100% - 40px));
    transition: transform .45s cubic-bezier(.19, 1, .22, 1);
    overscroll-behavior: contain;
  }

  .mobile-category-drawer.is-open {
    transform: translateX(0);
  }

  .mobile-category-drawer__head {
    display: flex;
    min-height: 56px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 14px;
    border-bottom: 1px solid rgba(229, 231, 235, .92);
  }

  .mobile-category-drawer__head strong {
    color: #374151;
    font-size: 13px;
    font-weight: 700;
  }

  .mobile-category-drawer__close {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #667085;
    font-family: Arial, sans-serif;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    background: rgba(248, 250, 252, .9);
    border: 1px solid #eef1f4;
    border-radius: 11px;
  }

  .mobile-category-drawer__search {
    flex: 0 0 auto;
    padding: 12px;
    border-bottom: 1px solid rgba(229, 231, 235, .92);
  }

  .mobile-category-drawer__search form {
    margin: 0;
  }

  .mobile-category-drawer__search-field {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
  }

  .mobile-category-drawer__search-field > i {
    position: absolute;
    right: 14px;
    z-index: 2;
    color: #98a2b3;
    font-size: 16px;
    pointer-events: none;
  }

  .mobile-category-drawer__search-field input {
    width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 40px 0 76px !important;
    color: #344054 !important;
    font-family: inherit !important;
    font-size: 11px !important;
    background: rgba(248, 250, 252, .92) !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  .mobile-category-drawer__search-field input:focus {
    background: #fff !important;
    border-color: #d7dce3 !important;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, .04) !important;
  }

  .mobile-category-drawer__search-field button {
    position: absolute;
    left: 5px;
    z-index: 2;
    height: 34px;
    padding: 0 13px;
    color: #374151;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 9px;
  }

  .mobile-category-drawer__scroll {
    min-height: 0;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
  }

  .mobile-category-list {
    margin: 0;
    padding: 0 0 18px;
    list-style: none;
  }

  .mobile-category-list__item {
    margin: 0;
    padding: 0;
  }

  .mobile-category-list__link {
    display: flex;
    width: 100%;
    min-height: 68px;
    align-items: center;
    gap: 8px;
    padding: 5px 15px;
    color: #344054 !important;
    text-align: right !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(229, 231, 235, .92);
    transition: background .2s ease, color .2s ease;
  }

  .mobile-category-list__link:hover,
  .mobile-category-list__link:focus {
    color: #111827 !important;
    background: rgba(248, 250, 252, .82);
    outline: 0;
  }

  .mobile-category-list__image,
  .mobile-category-list__fallback {
    display: inline-flex;
    width: 50px !important;
    height: 50px !important;
    min-width: 50px;
    flex: 0 0 50px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    object-fit: cover;
    background: #f4f5f7;
    border: 1px solid #edf0f4;
    border-radius: 10px;
  }

  .mobile-category-list__fallback {
    color: #7b8492;
    font-size: 23px;
  }

  .mobile-category-list__text {
    min-width: 0;
    flex: 1 1 auto;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
  }

  body.mobile-category-menu-open {
    overflow: hidden !important;
    touch-action: none;
  }
}

@media (max-width: 480px) {
  .mobile-category-drawer {
    top: 14px;
    left: 14px;
    width: min(90vw, 360px);
    max-width: calc(100vw - 28px);
    height: calc(100vh - 28px);
    height: calc(100dvh - 28px);
    border-radius: 18px;
    transform: translateX(calc(-100% - 28px));
  }

  .mobile-category-drawer.is-open {
    transform: translateX(0);
  }
}

