/** Shopify CDN: Minification failed

Line 745:8 Expected identifier but found whitespace
Line 745:9 Unexpected "var("

**/
/* ==========================================================================
   Limelight.pk Custom Header Stylesheet for Shopify Dawn (Refactored Layout)
   ========================================================================== */

/* Full width header wrapper & header container */
.header-wrapper,
.header,
.limelight-header-wrapper,
.limelight-header {
  max-width: 100% !important;
  width: 100% !important;
  background-color: #000000 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  position: relative;
  z-index: 20;
  display: block !important;
  text-align: center !important;
}

.header__top-row,
.header__nav-row {
  max-width: 100% !important;
  width: 100% !important;
  background-color: #000000 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: block !important;
  text-align: center !important;
}

.header__top-row *,
.header__nav-row * {
  color: #ffffff;
}

body:has(details#Details-menu-drawer-container[open]) .header__top-row,
body:has(details#Details-menu-drawer-container[open]) .header__top-left,
body:has(details#Details-menu-drawer-container[open]) .header__top-center,
body:has(details#Details-menu-drawer-container[open]) .header__top-right {
  z-index: 1 !important;
}

body:has(details#Details-menu-drawer-container[open]) .header__nav-row,
body:has(details#Details-menu-drawer-container[open]) .header__nav-hamburger,
body:has(details#Details-menu-drawer-container[open]) header-drawer {
  z-index: 99999999 !important;
}

/* Row 1: Top Utility & Branding Bar (3-Column Grid) */
.header__top-row,
.limelight-header__row-top {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 6px 40px !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3) !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
}

.header__top-left,
.limelight-header__top-left {
  display: flex !important;
  align-items: center !important;
  gap: 18px !important;
  justify-content: flex-start !important;
  justify-self: start !important;
}

.header__top-center,
.limelight-header__top-center {
  display: flex !important;
  justify-content: center !important;
  justify-self: center !important;
  align-items: center !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.header__top-center .header__heading,
.header__top-center .header__heading-link {
  justify-self: center !important;
  text-align: center !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.header__top-right,
.limelight-header__top-right {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  justify-content: flex-end !important;
  justify-self: end !important;
}

/* Standardized Icon Sizing (22px for utilities, 26px for Cart/Bag icon) */
.header__top-right svg,
.header__top-left svg,
.header__top-right .svg-wrapper,
.header__top-left .svg-wrapper,
.header__top-right .header__icon svg,
.header__top-left .header__icon-link svg {
  width: 22px !important;
  height: 22px !important;
  color: #ffffff !important;
  fill: currentColor;
}

.header__top-right .header__icon,
.header__top-left .header__icon-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease !important;
  margin: 0 !important;
}

.header__top-right .header__icon:hover,
.header__top-left .header__icon-link:hover {
  opacity: 0.8 !important;
}

/* Enhanced Shopping Bag / Cart Icon Sizing */
.header__icon--cart,
#cart-icon-bubble,
#cart-icon-bubble-mobile {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  position: relative !important;
}

.header__icon--cart .svg-wrapper,
.header__icon--cart svg,
.icon-cart,
.icon-cart-empty,
#cart-icon-bubble svg,
#cart-icon-bubble-mobile svg,
.header__icon--cart path,
.icon-cart path,
.icon-cart-empty path,
#cart-icon-bubble path,
#cart-icon-bubble-mobile path {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  color: #ffffff !important;
  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.8 !important;
}

/* WhatsApp Icon - Clean White Styling Matching Header */
.header__icon-link--whatsapp,
.limelight-icon--whatsapp {
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  color: #ffffff !important;
}

.header__icon-link--whatsapp svg,
.limelight-icon--whatsapp svg {
  width: 22px !important;
  height: 22px !important;
  fill: #ffffff !important;
  color: #ffffff !important;
}

.header__icon-link--whatsapp:hover,
.limelight-icon--whatsapp:hover {
  opacity: 0.8 !important;
  transform: none !important;
}

/* Phone Icon */
.header__icon-link--phone svg,
.limelight-icon--phone svg {
  stroke: #ffffff !important;
  fill: none !important;
  stroke-width: 1.8 !important;
}

/* Logo Styling */
.header .header__heading {
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.header .header__heading-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  margin: 0 auto !important;
}

.header .header__heading-logo {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Row 2: Navigation Bar */
.header__nav-row,
.limelight-header__row-bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 4px 40px !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
}

/* Hamburger Menu Trigger (Left Positioned) */
.header__nav-hamburger,
.limelight-header__bottom-left {
  position: absolute !important;
  left: 40px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  color: #ffffff !important;
  z-index: 2;
}

.header__nav-hamburger header-drawer,
.limelight-header__bottom-left header-drawer {
  display: flex !important;
}

.header__nav-hamburger .header__icon,
.limelight-header__bottom-left .header__icon {
  color: #ffffff !important;
  min-width: 32px !important;
  min-height: 32px !important;
  height: 32px !important;
  width: 32px !important;
}

.header__nav-hamburger svg,
.limelight-header__bottom-left svg {
  width: 22px !important;
  height: 22px !important;
  color: #ffffff !important;
  fill: currentColor !important;
}

/* Navigation Links & Centered Horizontal Layout (Desktop Only) */
@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .header__inline-menu ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 32px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .header__inline-menu li {
    display: flex !important;
    align-items: center !important;
  }

  .header__inline-menu li a,
  .header__inline-menu summary,
  .header__inline-menu span,
  .header__menu-item {
    white-space: nowrap !important;
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    text-decoration: none !important;
    padding: 3px 0 !important;
    transition: opacity 0.2s ease !important;
  }

  .header__mobile-capsules-grid,
  .large-up-hide {
    display: none !important;
  }
}

/* Hide down caret arrows on main navigation menu items */
.header__inline-menu summary .icon-caret,
.header__inline-menu summary svg,
.header__menu-item .icon-caret,
.header__menu-item svg.icon-caret,
.limelight-header-menu summary svg {
  display: none !important;
}

/* SALE Menu Item Highlight - Red (#FF0000) */
.menu-item--sale,
.menu-item--sale a,
.menu-item--sale span,
.header__inline-menu .menu-item--sale,
.header__inline-menu .menu-item--sale span,
.header__inline-menu a.menu-item--sale,
.header__inline-menu a.menu-item--sale span {
  color: #FF0000 !important;
  font-weight: 700 !important;
}

/* NEW IN Menu Item Highlight - Hex #00AFEF */
.menu-item--new-in,
.menu-item--new-in a,
.menu-item--new-in span,
.header__inline-menu .menu-item--new-in,
.header__inline-menu .menu-item--new-in span,
.header__inline-menu a.menu-item--new-in,
.header__inline-menu a.menu-item--new-in span,
.limelight-mega-menu__column-title--new-in,
.limelight-mega-menu__column-title--new-in span,
.limelight-mega-menu__link--new-in {
  color: #00AFEF !important;
  font-weight: 700 !important;
}

/* Hero Menus Hover Color (#F58634) on Cursor Hover */
.header__inline-menu li a:hover,
.header__inline-menu summary:hover,
.header__inline-menu .header__menu-item:hover,
.header__inline-menu .header__menu-item:hover span,
.header__inline-menu summary:hover span,
.header__inline-menu li a:hover span,
.header__menu-item:hover,
.limelight-header-menu summary:hover,
.header__inline-menu details[open] > summary,
.header__inline-menu details[open] > summary span,
.header__inline-menu details[open] > .header__menu-item,
.menu-item--new-in:hover,
.menu-item--new-in:hover span,
.menu-item--new-in a:hover,
.menu-item--new-in a:hover span,
.menu-item--sale:hover,
.menu-item--sale:hover span,
.menu-item--sale a:hover,
.menu-item--sale a:hover span {
  color: #F58634 !important;
  opacity: 1 !important;
  transition: color 0.2s ease !important;
}

/* Mobile Header Layout (< 990px) */
.header__mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}

.header__mobile-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__mobile-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__mobile-right svg,
.header__mobile-left svg {
  width: 22px !important;
  height: 22px !important;
  color: #ffffff !important;
}

@media screen and (max-width: 989px) {
  .header__top-row,
  .header__nav-row,
  .limelight-header__desktop {
    display: none !important;
  }

  .header__mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 990px) {
  .header__mobile {
    display: none !important;
  }
}

/* Dynamic Cart Badge Count */
.header .cart-count-bubble {
  background-color: #ffffff !important;
  color: #000000 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 50% !important;
  position: absolute !important;
  top: -2px !important;
  right: -4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.header .cart-count-bubble span {
  color: #000000 !important;
}

/* ==========================================================================
   Limelight Mega Menu Styling (Luxury Professional Multi-Column Dropdown)
   ========================================================================== */

.section-header,
.header-wrapper {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: visible !important;
}

.header,
.limelight-header,
.header__nav-row,
.header__inline-menu,
.header__inline-menu ul,
.header__menu-item-wrapper,
.limelight-header-menu,
header-menu,
details,
details.mega-menu,
.mega-menu {
  position: static !important;
}

@media screen and (min-width: 990px) {
  .mega-menu__content,
  .limelight-mega-menu,
  .mega-menu__content.limelight-mega-menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
    border-top: 1px solid #EAEAEA !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    z-index: 1000 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s ease !important;
  }

  /* Hover & Open States */
  .limelight-header-menu:hover .limelight-mega-menu,
  .limelight-header-menu:hover details[open] .limelight-mega-menu,
  details[open] > .limelight-mega-menu,
  details[open] > .mega-menu__content {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
    display: block !important;
  }
}

/* Inner Container & Padding (Aligned with Header Left Edge) */
.limelight-mega-menu__inner,
.mega-menu__content .page-width {
  max-width: 100% !important;
  width: 100% !important;
  padding: 26px 60px 30px 60px !important;
  box-sizing: border-box !important;
  background-color: #FFFFFF !important;
  text-align: left !important;
}

/* Multi-Column Layout (CSS Flex) */
.mega-menu__list,
.limelight-mega-menu__grid,
.header--top-center .mega-menu__list,
.mega-menu .mega-menu__list--condensed {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 75px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: left !important;
}

.mega-menu__column,
.limelight-mega-menu__column,
.header--top-center .mega-menu__list > li,
.mega-menu__list > li {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  min-width: 145px !important;
  width: auto !important;
  padding-right: 0 !important;
  border-bottom: none !important;
}

/* Level 2: Column Title (Category Heading with Dark Underline) */
.limelight-mega-menu__column-title,
.mega-menu__link--level-2 {
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  color: #000000 !important;
  text-decoration: none !important;
  text-align: left !important;
  padding-bottom: 5px !important;
  margin-bottom: 12px !important;
  border-bottom: 2.5px solid #000000 !important;
  min-width: 60px !important;
  width: auto !important;
  max-width: max-content !important;
  transition: opacity 0.2s ease !important;
}

.limelight-mega-menu__column-title span {
  color: #000000 !important;
  font-weight: 700 !important;
  text-align: left !important;
}

.limelight-mega-menu__column-title--sale {
  color: #E50010 !important;
  border-bottom-color: #E50010 !important;
}

.limelight-mega-menu__column-title--sale span {
  color: #E50010 !important;
}

.limelight-mega-menu__column-title:hover {
  opacity: 0.75 !important;
}

/* Level 3: Vertical Child Link List */
.limelight-mega-menu__list,
.mega-menu__column ul,
.mega-menu__column .list-unstyled,
.mega-menu__list > li > ul {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
  gap: 4px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.limelight-mega-menu__item,
.mega-menu__column li {
  display: block !important;
  text-align: left !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.limelight-mega-menu__link,
.mega-menu__column li a,
.mega-menu__link {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #555555 !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  text-align: left !important;
  display: inline-block !important;
  line-height: 1.3 !important;
  padding: 2px 0 !important;
  margin: 0 !important;
  transition: color 0.2s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.limelight-mega-menu__link--sale {
  color: #E50010 !important;
  font-weight: 600 !important;
}

.limelight-mega-menu__link:hover,
.mega-menu__column li a:hover,
.mega-menu__link:hover {
  color: #000000 !important;
  transform: translateX(4px) !important;
}

.limelight-mega-menu__link--sale:hover {
  color: #E50010 !important;
}

/* Featured Luxury Promo Card Column */
.limelight-mega-menu__promo {
  margin-left: auto !important;
  min-width: 230px !important;
  width: 230px !important;
}

.limelight-mega-menu__promo-card {
  background-color: #000000 !important;
  color: #ffffff !important;
  padding: 24px !important;
  border-radius: 4px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12) !important;
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
}

.limelight-mega-menu__promo-tag {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
  color: #25D366 !important;
  text-transform: uppercase !important;
  margin-bottom: 8px !important;
  display: block !important;
}

.limelight-mega-menu__promo-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 8px 0 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.limelight-mega-menu__promo-text {
  font-size: 12px !important;
  color: #bbbbbb !important;
  margin: 0 0 16px 0 !important;
  line-height: 1.45 !important;
}

.limelight-mega-menu__promo-btn {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  text-decoration: none !important;
  border-bottom: 2px solid #25D366 !important;
  padding-bottom: 2px !important;
  display: inline-block !important;
  align-self: flex-start !important;
  transition: color 0.2s ease, border-color 0.2s ease !important;
}

.limelight-mega-menu__promo-btn:hover {
  color: #25D366 !important;
}
  color: var(--mega-menu-link-color, #4a4a4a) !important;
  text-decoration: none !important;
  text-transform: capitalize !important;
  transition: color 0.2s ease, text-decoration 0.2s ease !important;
  display: inline-block !important;
  line-height: 1.4 !important;
}

.limelight-mega-menu__link:hover {
  color: var(--mega-menu-link-hover-color, #000000) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.header .mega-menu__content a,
.mega-menu__content a,
.mega-menu__content span {
  color: #555555 !important;
}

.header .mega-menu__content a.limelight-mega-menu__column-title,
.mega-menu__content a.limelight-mega-menu__column-title,
.mega-menu__content a.mega-menu__link--level-2,
.mega-menu__content .limelight-mega-menu__column-title span {
  color: #000000 !important;
}

.header .mega-menu__content a:hover,
.mega-menu__content a:hover {
  color: #000000 !important;
}

.header .mega-menu__content a.limelight-mega-menu__link--sale,
.header .mega-menu__content a.limelight-mega-menu__column-title--sale,
.mega-menu__content .limelight-mega-menu__column-title--sale span {
  color: #E50010 !important;
}

.limelight-mega-menu__promo-card a {
  color: #ffffff !important;
}

/* ==========================================================================
   Limelight 2-Row Header Layout (Mobile & Tablet < 990px)
   ========================================================================== */

@media screen and (max-width: 989px) {
  /* Main header container */
  .header-wrapper,
  .header,
  .limelight-header-wrapper,
  .limelight-header {
    background-color: #000000 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 100 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .limelight-header__container {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Row 1: Top Utility & Branding Bar (3-Column Grid) */
  .header__top-row,
  .limelight-header__row-top {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 8px 12px !important;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.42) !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
  }

  .header__top-left,
  .limelight-header__top-left {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    justify-content: flex-start !important;
  }

  .header__top-left .header__icon-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #ffffff !important;
  }

  .header__top-left .header__icon-link--whatsapp,
  .header__top-left .limelight-icon--whatsapp {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .header__top-left .header__icon-link--whatsapp svg,
  .header__top-left .limelight-icon--whatsapp svg {
    width: 22px !important;
    height: 22px !important;
    fill: #ffffff !important;
    color: #ffffff !important;
  }

  .header__top-left .header__icon-link--phone svg,
  .header__top-left .limelight-icon--phone svg {
    width: 18px !important;
    height: 18px !important;
    stroke: #ffffff !important;
    fill: none !important;
  }

  /* Fix Logo Visibility (Row 1) */
  .header__heading,
  .header__heading-link,
  .header__heading-link span,
  .header__heading-link .h2,
  .header__top-center .header__heading,
  .header__top-center .header__heading-link,
  .header__top-center .header__heading-link span,
  .header__top-center .header__heading-link .h2 {
    color: #ffffff !important;
    fill: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    text-shadow: none !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .header__top-center .header__heading-logo,
  .header__heading-logo {
    object-fit: contain !important;
  }

  .header__top-right,
  .limelight-header__top-right {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    justify-content: flex-end !important;
  }

  .header__top-right .header__icon,
  .header__top-right .header__search {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #ffffff !important;
  }

  .header__top-right svg,
  .header__top-right .svg-wrapper {
    width: 19px !important;
    height: 19px !important;
    color: #ffffff !important;
  }

  /* Secondary Nav Container */
  .header__mobile-bottom-row,
  .header__nav-row,
  .limelight-header__row-bottom {
    display: flex !important;
    align-items: center !important;
    padding: 6px 18px !important;
    background-color: #000000 !important;
    gap: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    border-bottom: none !important;
    position: relative !important;
  }

  /* STRICTLY HIDE Desktop Navigation / Mega Menu on Mobile */
  .header__inline-menu,
  .limelight-header__bottom-center,
  .small-hide,
  .medium-hide,
  .mega-menu__content,
  .limelight-mega-menu {
    display: none !important;
  }

  /* 4-Square Category Menu Trigger */
  .header__mobile-category-toggle,
  .header__nav-hamburger,
  .limelight-header__bottom-left {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    background-color: #1a1a1a !important;
    border: 0.8px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: 7px !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2 !important;
    box-sizing: border-box !important;
  }

  .header__mobile-category-toggle header-drawer,
  .header__mobile-category-toggle .menu-drawer-container,
  .header__mobile-category-toggle .header__icon--menu,
  .header__nav-hamburger header-drawer,
  .header__nav-hamburger .menu-drawer-container,
  .header__nav-hamburger .header__icon--menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    cursor: pointer !important;
  }

  .header__mobile-category-toggle svg,
  .header__nav-hamburger svg,
  .icon-grid-menu,
  .icon-hamburger {
    color: #ffffff !important;
    width: 24px !important;
    height: 24px !important;
    display: block !important;
  }

  /* Justified 4-Column x 2-Row Capsule Grid (Expanded horizontal length for end capsules) */
  .header__mobile-capsules-grid {
    flex: 1 !important;
    min-width: 0 !important;
    display: grid !important;
    grid-template-columns: 0.9fr 1.3fr 1.25fr 0.85fr !important;
    grid-template-rows: repeat(2, auto) !important;
    gap: 4px 3px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
  }

  /* Individual Capsule Pill */
  .header__capsule-item {
    min-width: 0 !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .header__capsule-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 25px !important;
    padding: 0 3px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important; /* First letter capital, rest lowercase */
    letter-spacing: 0 !important;
    color: #ffffff !important;
    background-color: #1a1a1a !important;
    border: 0.8px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    transition: all 0.2s ease !important;
  }

  .header__capsule-link--wide {
    font-size: 11px !important;
    letter-spacing: -0.01em !important;
    padding: 0 4px !important;
  }

  /* Active & Highlight States */
  .header__capsule-link:active {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  .header__capsule-link--new {
    border-color: #00d084 !important;
    color: #00d084 !important;
  }

  .header__capsule-link--sale {
    border-color: #e50000 !important;
    color: #e50000 !important;
  }

  /* Hide mega menu dropdown on mobile */
  .mega-menu__content,
  .limelight-mega-menu {
    display: none !important;
  }
}

/* ==========================================================================
   Desktop Sticky Header Configuration:
   - All Subpages: Entire Header (Logo Row + Categories Row) remains sticky on top
   - Main Landing Page: When scrolling down, categories row smoothly collapses away and ONLY the Upper Logo Row remains on top
   ========================================================================== */

/* Global Sticky Header on Desktop */
@media screen and (min-width: 990px) {
  .shopify-section-group-header-group,
  .section-header,
  .limelight-header-wrapper,
  .header-wrapper,
  sticky-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
  }

  /* Transition for smooth folding of categories portion on homepage */
  .limelight-header__row-bottom,
  .header__nav-row {
    transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.22s ease, padding 0.22s ease, border 0.22s ease !important;
    max-height: 70px;
    opacity: 1;
    overflow: visible;
  }

  /* When scrolled on Homepage: collapse the categories portion */
  body.template-index .is-homepage-scrolled .limelight-header__row-bottom,
  body.template-index .is-homepage-scrolled .header__nav-row {
    max-height: 0 !important;
    opacity: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: none !important;
    border-bottom: none !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  /* Upper Logo Part remains locked on top with solid background and shadow */
  body.template-index .is-homepage-scrolled .limelight-header__row-top,
  body.template-index .is-homepage-scrolled .header__top-row {
    background-color: #000000 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35) !important;
  }
}

/* Mobile: Header remains sticky on top */
@media screen and (max-width: 989px) {
  .shopify-section-group-header-group,
  .section-header,
  .limelight-header-wrapper,
  .header-wrapper,
  sticky-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
  }
}

/* ==========================================================================
   Professional Moderate-Size Search Bar (Desktop & Mobile)
   ========================================================================== */

/* Search Modal Base & Backdrop */
.search-modal {
  background: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  border-bottom: 1px solid #e8e8e8 !important;
  padding: 14px 20px !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  z-index: 99999 !important;
}

details[open] > .search-modal {
  animation: searchModalSlideDown 0.24s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

@keyframes searchModalSlideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

details[open] .modal-overlay::after {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

/* Centered Moderate-Width Search Content Container */
.search-modal__content {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  max-width: 560px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  gap: 10px !important;
  position: relative !important;
  height: auto !important;
  box-sizing: border-box !important;
}

.search-modal__form {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  position: relative !important;
}

/* Moderate-Sized Elegant Input Box */
.search-modal form.search {
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
}

.search-modal .field {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  position: relative !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  border: 1.5px solid #222222 !important;
  height: 42px !important;
  min-height: 42px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.2s ease !important;
}

.search-modal .field:focus-within {
  border-color: #000000 !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
}

.search-modal .field:after,
.search-modal .field:before {
  display: none !important;
}

.search-modal input.search__input,
.search-modal .field__input {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 45px 0 14px !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  color: #121212 !important;
  letter-spacing: 0.02em !important;
}

.search-modal .field__label {
  display: none !important;
}

.search-modal input.search__input::placeholder,
.search-modal .field__input::placeholder {
  color: #888888 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* Search Button Icon Inside Field */
.search-modal .search__button,
.search-modal .field__button {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  height: 100% !important;
  width: 42px !important;
  background: transparent !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #222222 !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.search-modal .search__button svg {
  width: 18px !important;
  height: 18px !important;
  color: #222222 !important;
  fill: currentColor !important;
  stroke: none !important;
}

.search-modal .reset__button {
  right: 38px !important;
  top: 0 !important;
  height: 100% !important;
  width: 30px !important;
  color: #888888 !important;
}

.search-modal .reset__button:after {
  display: none !important;
}

/* Round Close Button Sitting Beside Search Box */
.search-modal .search-modal__close-button,
.search-modal .modal__close-button {
  position: static !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  border-radius: 50% !important;
  background: #f4f4f4 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #333333 !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  transition: all 0.2s ease !important;
}

.search-modal .search-modal__close-button:hover,
.search-modal .modal__close-button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

.search-modal .search-modal__close-button svg,
.search-modal .modal__close-button svg {
  width: 15px !important;
  height: 15px !important;
  stroke: currentColor !important;
  fill: none !important;
}

/* Predictive Search Results Dropdown Styling (Deep Black Limelight.pk Inverted Contrast) */
.search-modal .predictive-search {
  top: calc(100% + 8px) !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background-color: #0b0b0b !important;
  border-radius: 6px !important;
  border: 1px solid #222222 !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6) !important;
  max-height: 70vh !important;
  overflow-y: auto !important;
}

/* Mobile Search Optimization */
@media screen and (max-width: 749px) {
  .search-modal {
    padding: 10px 12px !important;
  }

  .search-modal__content {
    max-width: 100% !important;
    gap: 8px !important;
  }

  .search-modal .field {
    height: 38px !important;
    min-height: 38px !important;
  }

  .search-modal input.search__input,
  .search-modal .field__input {
    font-size: 12.5px !important;
    padding: 0 38px 0 12px !important;
  }

  .search-modal .search-modal__close-button,
  .search-modal .modal__close-button {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
  }
}

