/* Final storefront header layer loaded after inline/base styles */

.top-menu{
  display:block !important;
  min-height:36px !important;
  background:#ffffff !important;
  color:#475569 !important;
  border-top:0 !important;
  border-bottom:1px solid #edf1f5 !important;
  box-shadow:none !important;
}

.top-menu::before,
.top-menu::after{
  content:none !important;
}

.top-menu-inner{
  min-height:36px !important;
  gap:18px !important;
}

.top-menu-links{
  gap:8px !important;
}

.top-menu a{
  min-height:28px !important;
  padding:0 11px !important;
  border:1px solid transparent !important;
  border-radius:8px !important;
  color:#475569 !important;
  font-size:12px !important;
  font-weight:800 !important;
}

.top-menu a i{
  color:#f97316 !important;
  font-size:13px !important;
}

.top-menu a:hover{
  background:#fff7ed !important;
  border-color:#fed7aa !important;
  color:#111827 !important;
}

.top-menu-trust{
  gap:10px !important;
  color:#334155 !important;
  font-size:12px !important;
  font-weight:850 !important;
}

.top-menu-trust i{
  color:#f97316 !important;
  margin-right:6px !important;
}

.top-menu-separator{
  width:1px !important;
  height:18px !important;
  background:#d9e0ea !important;
}

.site-header-shell{
  position:sticky !important;
  top:0 !important;
  z-index:2000 !important;
  background:#ffffff !important;
  border-bottom:1px solid #e8edf4 !important;
  box-shadow:0 8px 26px rgba(15,23,42,.05) !important;
}

.site-header-shell::before,
.site-header-shell::after{
  content:none !important;
  display:none !important;
}

.header-main{
  min-height:82px !important;
  padding-top:10px !important;
  padding-bottom:10px !important;
  background:#ffffff !important;
  border-bottom:0 !important;
  backdrop-filter:none !important;
}

.logo-wrapper{
  min-width:148px !important;
  padding:0 !important;
  border-radius:0 !important;
}

.logo-wrapper:hover{
  background:transparent !important;
  transform:none !important;
}

.logo-img{
  height:50px !important;
  width:auto !important;
}

.header-search-area{
  width:min(100%, 610px) !important;
  max-width:610px !important;
}

.search-box{
  min-height:50px !important;
  padding-left:12px !important;
  padding-right:6px !important;
  background:#f8fafc !important;
  border:1px solid #dbe3ee !important;
  border-radius:10px !important;
  box-shadow:none !important;
}

.search-box:focus-within{
  border-color:#0f172a !important;
  box-shadow:0 0 0 4px rgba(15,23,42,.08) !important;
  transform:none !important;
}

.search-leading-icon{
  width:34px !important;
  height:34px !important;
  color:#0f172a !important;
  font-size:17px !important;
}

.search-box input{
  padding:8px 10px !important;
  color:#111827 !important;
  font-size:15px !important;
  font-weight:700 !important;
}

.search-box input::placeholder{
  color:#94a3b8 !important;
}

.search-btn{
  width:42px !important;
  min-width:42px !important;
  height:38px !important;
  min-height:38px !important;
  border-radius:8px !important;
  background:#f97316 !important;
  color:#ffffff !important;
  font-size:15px !important;
  box-shadow:none !important;
}

.header-icons{
  gap:8px !important;
  min-width:0 !important;
}

.header-icons .nav-icon,
.header-icons > a.nav-icon,
.header-icons .mobile-notif-item > a.nav-icon,
.header-icons .dropdown > a.nav-icon.dropdown-toggle{
  min-width:42px !important;
  height:42px !important;
  min-height:42px !important;
  padding:0 12px !important;
  border:1px solid #e2e8f0 !important;
  border-radius:9px !important;
  background:#ffffff !important;
  color:#0f172a !important;
  box-shadow:none !important;
}

.header-icons .dropdown > a.nav-icon.dropdown-toggle{
  min-width:118px !important;
}

.header-icons .nav-icon:hover{
  background:#0f172a !important;
  border-color:#0f172a !important;
  color:#ffffff !important;
  transform:none !important;
}

.header-icons i{
  font-size:17px !important;
}

.account-label{
  margin-left:6px !important;
  font-size:13px !important;
  font-weight:850 !important;
}

.gift-balance-pill{
  min-height:24px !important;
  padding:0 9px !important;
  background:#f97316 !important;
  border-radius:999px !important;
  color:#ffffff !important;
  font-size:11px !important;
  font-weight:900 !important;
  box-shadow:none !important;
}

.header-icons .badge{
  min-width:18px !important;
  height:18px !important;
  padding:0 5px !important;
  background:#f97316 !important;
  color:#ffffff !important;
  font-size:10px !important;
  box-shadow:none !important;
}

.category-bar{
  padding:0 !important;
  background:#ffffff !important;
  border-bottom:1px solid #e8edf4 !important;
  box-shadow:none !important;
}

.category-shell{
  width:min(100% - 24px, var(--container-max)) !important;
  max-width:var(--container-max) !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.category-list{
  min-height:52px !important;
  justify-content:flex-start !important;
  gap:7px !important;
  overflow-x:auto !important;
}

.category-item{
  position:relative !important;
  flex:0 0 auto !important;
}

.category-item + .category-item{
  border-left:0 !important;
}

.category-item > a{
  min-height:34px !important;
  padding:0 12px !important;
  border-radius:8px !important;
  color:#334155 !important;
  font-size:13px !important;
  font-weight:850 !important;
}

.category-item:hover > a{
  background:#f1f5f9 !important;
  color:#0f172a !important;
  transform:none !important;
}

.category-icon{
  margin-right:7px !important;
  color:#64748b !important;
  font-size:14px !important;
}

.category-root-item > a{
  background:#fff7ed !important;
  color:#c2410c !important;
}

.category-root-item .category-icon{
  color:#f97316 !important;
}

.category-all-link{
  min-height:34px !important;
  margin-left:4px !important;
  padding:0 14px !important;
  border-radius:8px !important;
  background:#0f172a !important;
  color:#ffffff !important;
  box-shadow:none !important;
}

.mobile-utility-links{
  display:none !important;
}

@media (max-width:991px){
  .top-menu.desktop{
    display:none !important;
  }

  .mobile-utility-links{
    position:relative !important;
    z-index:1998 !important;
    display:flex !important;
    gap:8px !important;
    overflow-x:auto !important;
    padding:8px 12px !important;
    background:#ffffff !important;
    border-bottom:1px solid #edf1f5 !important;
    scrollbar-width:none !important;
  }

  .mobile-utility-links::-webkit-scrollbar{
    display:none !important;
  }

  .mobile-utility-links a{
    display:inline-flex !important;
    align-items:center !important;
    gap:6px !important;
    min-height:32px !important;
    padding:0 10px !important;
    flex:0 0 auto !important;
    border:1px solid #e2e8f0 !important;
    border-radius:8px !important;
    background:#f8fafc !important;
    color:#334155 !important;
    font-size:12px !important;
    font-weight:850 !important;
    text-decoration:none !important;
  }

  .mobile-utility-links a i{
    color:#f97316 !important;
    font-size:12px !important;
  }

  .header-main{
    min-height:66px !important;
    padding:8px 12px !important;
  }

  .logo-img{
    height:40px !important;
  }

  .mobile-icons{
    gap:5px !important;
  }

  .mobile-icons .nav-icon,
  .mobile-menu-btn{
    width:38px !important;
    min-width:38px !important;
    height:38px !important;
    min-height:38px !important;
    border:1px solid #e2e8f0 !important;
    border-radius:8px !important;
    background:#ffffff !important;
    color:#0f172a !important;
  }

  .mobile-icons .nav-icon i{
    font-size:16px !important;
  }

  .mobile-search-row{
    top:66px !important;
    padding:0 0 10px !important;
    background:#ffffff !important;
    border-bottom:1px solid #edf1f5 !important;
  }

  .mobile-search-row .search-box{
    min-height:46px !important;
    border-radius:9px !important;
  }

  .mobile-search-row .search-btn{
    width:38px !important;
    min-width:38px !important;
    height:36px !important;
    min-height:36px !important;
    border-radius:8px !important;
  }
}

/* Cleaner premium commerce header */
.site-header-shell{
  background:rgba(255,255,255,.98) !important;
  border-bottom:1px solid #e6ebf2 !important;
  box-shadow:0 12px 34px rgba(15,23,42,.07) !important;
}

.header-main{
  min-height:98px !important;
  gap:22px !important;
}

.logo-wrapper{
  position:relative !important;
  width:auto !important;
  min-width:148px !important;
  height:auto !important;
  min-height:calc(var(--site-logo-height, 46px) + 10px) !important;
  overflow:hidden !important;
  justify-content:center !important;
  border:1px solid transparent !important;
  border-radius:10px !important;
  background:linear-gradient(180deg,#ffffff,#fbfcfe) !important;
  transition:background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.logo-wrapper::after{
  content:"" !important;
  position:absolute !important;
  inset:auto 22px 9px !important;
  height:2px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,transparent,#f97316,transparent) !important;
  opacity:0 !important;
  transform:scaleX(.45) !important;
  transition:opacity .2s ease, transform .2s ease !important;
}

.logo-wrapper:hover{
  background:#ffffff !important;
  border-color:#fed7aa !important;
  box-shadow:0 16px 34px rgba(249,115,22,.13) !important;
  transform:translateY(-1px) !important;
}

.logo-wrapper:hover::after{
  opacity:1 !important;
  transform:scaleX(1) !important;
}

.logo-img{
  width:auto !important;
  max-width:none !important;
  height:var(--site-logo-height, 46px) !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  transition:transform .2s ease, filter .2s ease !important;
}

.logo-wrapper:hover .logo-img{
  transform:scale(1.04) !important;
  filter:drop-shadow(0 8px 12px rgba(15,23,42,.12)) !important;
}

.header-search-area{
  width:min(100%, 660px) !important;
  max-width:660px !important;
}

.search-box{
  min-height:54px !important;
  background:#ffffff !important;
  border-color:#d9e1ec !important;
  border-radius:12px !important;
  box-shadow:0 10px 24px rgba(15,23,42,.055) !important;
}

.search-box:focus-within{
  border-color:#f97316 !important;
  box-shadow:0 0 0 4px rgba(249,115,22,.12), 0 14px 28px rgba(15,23,42,.07) !important;
}

.search-btn{
  width:46px !important;
  min-width:46px !important;
  height:42px !important;
  min-height:42px !important;
  background:#111827 !important;
  transition:background .2s ease, transform .2s ease !important;
}

.search-btn:hover{
  background:#f97316 !important;
  transform:translateY(-1px) !important;
}

.header-icons .nav-icon,
.header-icons > a.nav-icon,
.header-icons .mobile-notif-item > a.nav-icon,
.header-icons .dropdown > a.nav-icon.dropdown-toggle{
  border-radius:10px !important;
  transition:background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.header-icons .nav-icon:hover{
  box-shadow:0 12px 24px rgba(15,23,42,.14) !important;
  transform:translateY(-1px) !important;
}

.category-bar{
  padding:10px 0 12px !important;
  background:linear-gradient(180deg,#ffffff,#fafbfe) !important;
}

.category-shell{
  width:min(100% - 32px, var(--container-max)) !important;
}

.category-list{
  min-height:44px !important;
  gap:10px !important;
  overflow:visible !important;
}

.category-item > a{
  min-height:38px !important;
  padding:0 15px !important;
  border:1px solid #e2e8f0 !important;
  border-radius:10px !important;
  background:#ffffff !important;
  color:#253244 !important;
  box-shadow:0 8px 18px rgba(15,23,42,.04) !important;
  transition:background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

.category-item > a::after{
  content:"" !important;
  position:absolute !important;
  left:14px !important;
  right:14px !important;
  bottom:6px !important;
  width:auto !important;
  height:2px !important;
  border-radius:999px !important;
  background:#f97316 !important;
  opacity:0 !important;
  transform:scaleX(.25) !important;
  transition:opacity .2s ease, transform .2s ease !important;
}

.category-item:hover > a{
  background:#fff7ed !important;
  border-color:#fed7aa !important;
  color:#111827 !important;
  box-shadow:0 14px 24px rgba(249,115,22,.12) !important;
  transform:translateY(-1px) !important;
}

.category-item:hover > a::after{
  opacity:1 !important;
  transform:scaleX(1) !important;
}

.category-icon{
  width:20px !important;
  margin-right:8px !important;
  color:#f97316 !important;
}

.category-root-item > a,
.category-all-link{
  border-color:transparent !important;
  background:#111827 !important;
  color:#ffffff !important;
}

.category-root-item > a::after,
.category-all-link::after{
  background:#ffffff !important;
}

.category-root-item .category-icon,
.category-all-link .category-icon{
  color:#f97316 !important;
}

.category-root-item:hover > a,
.category-all-link:hover{
  background:#f97316 !important;
  color:#ffffff !important;
  box-shadow:0 14px 28px rgba(249,115,22,.2) !important;
}

.category-root-item:hover .category-icon,
.category-all-link:hover .category-icon{
  color:#ffffff !important;
}

.mega-menu{
  position:fixed !important;
  left:0 !important;
  right:0 !important;
  top:var(--mega-menu-top, 0px) !important;
  width:100vw !important;
  min-width:0 !important;
  max-width:none !important;
  padding:22px 0 !important;
  border:0 !important;
  border-top:1px solid #e2e8f0 !important;
  border-radius:0 !important;
  background:rgba(255,255,255,.98) !important;
  box-shadow:0 28px 60px rgba(15,23,42,.16) !important;
  backdrop-filter:blur(12px) !important;
  z-index:3000 !important;
  max-height:calc(100vh - var(--mega-menu-top, 0px)) !important;
  min-height:240px !important;
  overflow:auto !important;
}

.mega-inner{
  width:min(100% - 48px, var(--container-max)) !important;
  max-width:var(--container-max) !important;
  margin:0 auto !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:12px !important;
}

.mega-link{
  display:flex !important;
  align-items:center !important;
  min-height:46px !important;
  padding:0 16px !important;
  border-radius:9px !important;
  color:#334155 !important;
  font-size:13px !important;
  font-weight:850 !important;
}

.mega-link:hover{
  background:#fff7ed !important;
  color:#c2410c !important;
}

.mega-link-all{
  margin-bottom:0 !important;
  background:#f8fafc !important;
  color:#111827 !important;
}

.category-click-flyout{
  position:fixed;
  width:min(360px, calc(100vw - 24px));
  min-width:280px;
  padding:12px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#ffffff;
  box-shadow:0 22px 48px rgba(15,23,42,.16);
  z-index:100000;
}

.category-click-flyout a{
  display:flex;
  align-items:center;
  min-height:38px;
  padding:0 12px;
  border-radius:9px;
  color:#334155;
  font-size:13px;
  font-weight:850;
  text-decoration:none;
}

.category-click-flyout a:first-child{
  margin-bottom:4px;
  background:#f8fafc;
  color:#111827;
}

.category-click-flyout a:hover{
  background:#fff7ed;
  color:#c2410c;
}

.category-bar,
.category-shell{
  overflow:visible !important;
}

.category-item{
  position:relative !important;
}

.category-item:hover .mega-menu,
.category-item:focus-within .mega-menu,
.category-item.is-open .mega-menu{
  opacity:1 !important;
  visibility:visible !important;
  transform:translateY(0) !important;
  pointer-events:auto !important;
}

.category-item .mega-menu{
  pointer-events:none !important;
}

@media (max-width:991px){
  .header-main{
    display:flex !important;
    min-height:66px !important;
    gap:8px !important;
    justify-content:space-between !important;
    padding:8px 12px !important;
  }

  .logo-wrapper{
    width:auto !important;
    min-width:90px !important;
    min-height:calc(var(--site-logo-mobile-height, 38px) + 6px) !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .logo-img{
    width:auto !important;
    height:var(--site-logo-mobile-height, 38px) !important;
    transform:none !important;
  }

  .mobile-search-row{
    top:66px !important;
    padding:0 0 8px !important;
  }

  .mobile-icons{
    flex:0 1 auto !important;
    gap:6px !important;
    justify-content:flex-end !important;
    min-width:0 !important;
  }

  .mobile-icons .gift-balance-pill{
    display:none !important;
  }

  .mobile-icons .nav-icon,
  .mobile-menu-btn{
    width:36px !important;
    min-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    padding:0 !important;
    border-radius:10px !important;
    background:#ffffff !important;
    border-color:#dbe3ee !important;
    box-shadow:0 6px 14px rgba(15,23,42,.045) !important;
  }

  .mobile-icons .nav-icon i,
  .mobile-menu-btn i{
    font-size:15px !important;
  }

  .mobile-icons .badge{
    min-width:17px !important;
    height:17px !important;
    padding:0 5px !important;
    font-size:10px !important;
  }

  .mobile-search-row .container{
    width:100% !important;
    padding:0 12px !important;
  }

  .mobile-search-row .search-box{
    min-height:44px !important;
    border-radius:12px !important;
    padding-left:12px !important;
    padding-right:5px !important;
    background:#ffffff !important;
    box-shadow:0 8px 18px rgba(15,23,42,.045) !important;
  }

  .mobile-search-row .search-box input{
    padding:7px 8px !important;
    font-size:13px !important;
    font-weight:750 !important;
  }

  .mobile-search-row .search-btn{
    width:38px !important;
    min-width:38px !important;
    height:36px !important;
    min-height:36px !important;
    border-radius:10px !important;
    background:#111827 !important;
  }
}

@media (max-width:420px){
  .logo-wrapper{
    min-width:82px !important;
  }

  .logo-img{
    width:auto !important;
  }

  .mobile-icons{
    gap:5px !important;
  }

  .mobile-icons .nav-icon,
  .mobile-menu-btn{
    width:34px !important;
    min-width:34px !important;
    height:34px !important;
    min-height:34px !important;
  }
}

/* Category pill bar: matches the requested reference section only */
.category-bar{
  padding:16px 0 18px !important;
  background:#f6f7f9 !important;
  border-top:1px solid #e3e8ef !important;
  border-bottom:1px solid #e3e8ef !important;
  box-shadow:none !important;
}

.category-shell{
  width:min(100% - 96px, var(--container-max)) !important;
  max-width:var(--container-max) !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.category-list{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:14px !important;
  min-height:48px !important;
  padding:0 !important;
  overflow-x:auto !important;
  scrollbar-width:none !important;
}

.category-list::-webkit-scrollbar{
  display:none !important;
}

.category-item{
  position:relative !important;
  flex:0 0 auto !important;
}

.category-item + .category-item{
  border-left:0 !important;
}

.category-item > a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  min-width:120px !important;
  min-height:48px !important;
  padding:0 22px !important;
  border:1px solid #dbe3ee !important;
  border-radius:10px !important;
  background:#ffffff !important;
  color:#0f172a !important;
  box-shadow:none !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-decoration:none !important;
  transition:background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease !important;
}

.category-item > a::after{
  content:none !important;
}

.category-icon{
  display:inline-flex !important;
  width:18px !important;
  min-width:18px !important;
  height:18px !important;
  margin:0 !important;
  align-items:center !important;
  justify-content:center !important;
  color:#ff6a00 !important;
  font-size:16px !important;
}

.category-root-item > a{
  min-width:164px !important;
  border-color:#111827 !important;
  background:#111827 !important;
  color:#ffffff !important;
}

.category-root-item .category-icon{
  color:#ff6a00 !important;
  font-size:18px !important;
}

.category-all-link{
  min-width:174px !important;
  margin-left:4px !important;
  border-color:#dbe3ee !important;
  background:#ffffff !important;
  color:#0f172a !important;
  box-shadow:none !important;
}

.category-all-link .category-icon{
  color:#ff6a00 !important;
}

.category-item:hover > a{
  background:#ffffff !important;
  border-color:#c8d2df !important;
  color:#0f172a !important;
  box-shadow:none !important;
  transform:translateY(-1px) !important;
}

.category-root-item:hover > a{
  background:#111827 !important;
  border-color:#111827 !important;
  color:#ffffff !important;
}

@media (max-width:991px){
  .category-bar.desktop{
    display:none !important;
  }
}

@media (max-width:1200px){
  .category-shell{
    width:min(100% - 32px, var(--container-max)) !important;
  }

  .category-list{
    gap:12px !important;
  }

  .category-item > a{
    min-width:112px !important;
    padding:0 18px !important;
    font-size:14px !important;
  }

  .category-root-item > a{
    min-width:154px !important;
  }

  .category-all-link{
    min-width:160px !important;
  }
}

/* Reference slim header controls: search, account icons, and navbar only */
@media (min-width:992px){
  .header-main{
    gap:28px !important;
  }

  .header-search-area{
    width:min(100%, 560px) !important;
    max-width:560px !important;
    padding:0 !important;
  }

  .search-box{
    height:40px !important;
    min-height:40px !important;
    padding:0 0 0 12px !important;
    overflow:hidden !important;
    border:1px solid #d9dee7 !important;
    border-radius:7px !important;
    background:#ffffff !important;
    box-shadow:none !important;
  }

  .search-box:focus-within{
    border-color:#111827 !important;
    box-shadow:0 0 0 3px rgba(17,24,39,.06) !important;
    transform:none !important;
  }

  .search-leading-icon{
    display:none !important;
  }

  .search-box input{
    height:100% !important;
    padding:0 12px !important;
    color:#111827 !important;
    font-size:12px !important;
    font-weight:500 !important;
  }

  .search-box input::placeholder{
    color:#6b7280 !important;
  }

  .search-btn{
    width:40px !important;
    min-width:40px !important;
    height:40px !important;
    min-height:40px !important;
    border-left:1px solid #d9dee7 !important;
    border-radius:0 !important;
    background:#ffffff !important;
    color:#111111 !important;
    font-size:18px !important;
    box-shadow:none !important;
    transform:none !important;
  }

  .search-btn:hover{
    background:#f7f7f7 !important;
    color:#111111 !important;
    transform:none !important;
  }

  .header-icons{
    gap:26px !important;
    min-width:0 !important;
    justify-content:flex-end !important;
  }

  .header-icons .nav-icon,
  .header-icons > a.nav-icon,
  .header-icons .mobile-notif-item > a.nav-icon,
  .header-icons .dropdown > a.nav-icon.dropdown-toggle{
    width:auto !important;
    min-width:0 !important;
    height:auto !important;
    min-height:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    color:#111111 !important;
    box-shadow:none !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
  }

  .header-icons .dropdown > a.nav-icon.dropdown-toggle{
    min-width:0 !important;
  }

  .header-icons .nav-icon:hover{
    background:transparent !important;
    border-color:transparent !important;
    color:#111111 !important;
    box-shadow:none !important;
    transform:none !important;
    opacity:.72 !important;
  }

  .header-icons i{
    font-size:17px !important;
  }

  .account-label{
    margin-left:8px !important;
    font-size:12px !important;
    font-weight:700 !important;
  }

  .header-icons .dropdown-toggle::after{
    margin-left:7px !important;
    border-top-color:#111111 !important;
  }

  .header-icons a[href*="favorilerim"]::after{
    content:"Favorilerim";
    margin-left:8px;
    color:inherit;
    font-size:12px;
    font-weight:700;
  }

  .header-icons a[href="/sepet/"]::after{
    content:"Sepetim";
    margin-left:8px;
    color:inherit;
    font-size:12px;
    font-weight:700;
  }

  .header-icons .badge{
    top:-9px !important;
    right:-12px !important;
    left:auto !important;
    transform:none !important;
    min-width:16px !important;
    height:16px !important;
    padding:0 5px !important;
    border:0 !important;
    border-radius:999px !important;
    background:#111111 !important;
    color:#ffffff !important;
    font-size:10px !important;
    font-weight:800 !important;
    line-height:16px !important;
    box-shadow:none !important;
  }

  .header-icons .gift-balance-pill{
    display:none !important;
  }

  .category-bar{
    padding:0 !important;
    background:#ffffff !important;
    border-top:0 !important;
    border-bottom:1px solid #dedede !important;
    box-shadow:none !important;
  }

  .category-shell{
    width:min(100% - 64px, 760px) !important;
    max-width:760px !important;
    padding:0 !important;
    margin:0 auto !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .category-list{
    justify-content:center !important;
    gap:46px !important;
    min-height:34px !important;
    padding:0 !important;
    overflow:visible !important;
  }

  .category-item > a,
  .category-root-item > a,
  .category-all-link{
    min-width:0 !important;
    min-height:34px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    color:#111111 !important;
    box-shadow:none !important;
    font-size:12px !important;
    font-weight:700 !important;
    letter-spacing:0 !important;
    text-transform:uppercase !important;
  }

  .category-icon{
    display:none !important;
  }

  .category-item > a::after{
    content:"" !important;
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:2px !important;
    width:auto !important;
    height:1px !important;
    border-radius:0 !important;
    background:#111111 !important;
    opacity:0 !important;
    transform:scaleX(.2) !important;
    transform-origin:center !important;
    transition:opacity .18s ease, transform .18s ease !important;
  }

  .category-item:hover > a,
  .category-root-item:hover > a,
  .category-all-link:hover{
    background:transparent !important;
    border-color:transparent !important;
    color:#111111 !important;
    box-shadow:none !important;
    transform:none !important;
  }

  .category-item:hover > a::after{
    opacity:1 !important;
    transform:scaleX(1) !important;
  }
}
