@charset "utf-8";
/* ==========================================================================
   Professional Store Header — consolidated header, navigation and mobile CSS
   ========================================================================== */
:root {
  --header-accent: #ef394e;
  --header-accent-dark: #c91d3c;
  --header-accent-soft: #fff3f5;
  --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; background: var(--header-surface); box-shadow: 0 3px 16px rgba(15, 23, 42, .055); }
.shop-header *, .shop-header *::before, .shop-header *::after { box-sizing: border-box; }
.shop-header a { text-decoration: none !important; }
.shop-header__utility { color: #fff; background: linear-gradient(110deg, var(--header-accent) 0%, #dc2945 56%, var(--header-accent-dark) 100%); }
.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; }
.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 { background: #fff; }
.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: 58px; 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; background: var(--header-soft-surface); border: 1px solid #edf0f4; border-radius: 17px; box-shadow: 0 3px 12px rgba(15, 23, 42, .035); }
.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 {
  color:  var(--header-accent-dark) !important;   ; transform: translateY(-1px); outline: none; }
.modern-header-action__icon { position: relative; display: inline-flex; width: 35px; height: 35px; flex: 0 0 35px; align-items: center; justify-content: center; color: #4b5563; font-size: 20px; background: #fff; border: 1px solid #eef1f4; border-radius: 11px; box-shadow: 0 2px 7px rgba(15, 23, 42, .035); 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: 700; background: linear-gradient(135deg, var(--header-accent) 0%, var(--header-accent-dark) 100%); border: 2px solid #fff; border-radius: 999px; box-sizing: content-box; box-shadow: 0 3px 8px rgba(217, 38, 71, .22); }
.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 { color: var(--header-accent-dark); background: #fff; box-shadow: none; }
.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; border-top: 1px solid #f0f2f5; background: rgba(255, 255, 255, .98); }
.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 */
.fixed2 { position: fixed !important; right: 0; bottom: 0 !important; z-index: 222222; width: 100%; }
.displayblock800 { display: none !important; }
.modern-mobile-nav-wrap { padding: 0 8px calc(8px + env(safe-area-inset-bottom)); background: transparent !important; pointer-events: none; }
.modern-mobile-nav { position: relative; display: flex; width: 100%; max-width: 520px; min-height: 64px; align-items: center; justify-content: space-around; gap: 2px; margin: 0 auto; padding: 5px 4px; pointer-events: auto; background: rgba(255, 255, 255, .96); border: 1px solid rgba(232, 235, 240, .95); border-radius: 21px; box-shadow: 0 -3px 22px rgba(15, 23, 42, .13); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.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: 4px; padding: 5px 1px; color: #7b8492 !important; font-size: 9px; font-weight: 600; text-align: center; border-radius: 12px; transition: color .2s ease, background .2s ease, transform .2s ease; }
.modern-mobile-nav__item:hover, .modern-mobile-nav__item:focus, .modern-mobile-nav__item.is-active { color: var(--header-accent-dark) !important; background: var(--header-accent-soft); transform: translateY(-1px); }
.modern-mobile-nav__icon { display: inline-flex; width: 30px; height: 23px; align-items: center; justify-content: center; font-size: 19px; line-height: 1; }
.modern-mobile-nav__item--cart { margin-top: -17px; color: var(--header-accent-dark) !important; }
.modern-mobile-nav__cart-icon { position: relative; display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; color: #fff; font-size: 23px; background: linear-gradient(135deg, var(--header-accent) 0%, var(--header-accent-dark) 100%); border: 4px solid #fff; border-radius: 17px; box-shadow: 0 8px 17px rgba(217, 38, 71, .22); }
.modern-mobile-nav__badge { top: -7px; left: -7px; min-width: 15px; height: 15px; padding: 0 3px; font-size: 9px; line-height: 15px; }

/* Responsive drawer & compact mobile header */
@media (max-width: 991px) {
  body { padding-bottom: 78px; }
  .shop-header { margin-bottom: 7px; }
  .shop-header__utility { display: none; }
  .shop-header__main-row { min-height: 61px; grid-template-columns: 44px minmax(92px, 1fr) auto; gap: 8px; padding: 7px 0 5px; }
  .shop-header__mobile-menu-space { display: block; width: 44px; }
  .shop-header__logo { justify-content: center; }
  .shop-header__logo img { max-width: 150px; max-height: 43px; }
  .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; }
  .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: 61px; padding-right: 2px; padding-left: 2px; }
  .modern-mobile-nav__item { font-size: 8.5px; }
}
