/* WildDragon shared shop/header polish for home and category pages. */

body.home,
body.front-page,
body.tax-product_cat {
  --wd-shop-ink: #171421;
  --wd-shop-muted: #726c7e;
  --wd-shop-border: #ded6ea;
  --wd-shop-purple: #7c35e8;
  --wd-shop-purple-dark: #6424c8;
  --wd-shop-surface: #ffffff;
  --wd-shop-surface-soft: #fbfaff;
  --wd-shop-shadow: 0 12px 32px rgba(27, 20, 43, 0.08);
  color: var(--wd-shop-ink);
}

/* Final shared header layer: home, category, and product pages. */
:is(body.home, body.front-page, body.tax-product_cat, body.single-product) {
  --wd-shop-ink: #171421;
  --wd-shop-muted: #726c7e;
  --wd-shop-border: #ded6ea;
  --wd-shop-purple: #7c35e8;
  --wd-shop-purple-dark: #6424c8;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content.site-header.nasa-header-sticky-wrap {
  z-index: 10050 !important;
  overflow: visible !important;
  border-bottom: 1px solid rgba(124, 53, 232, 0.1) !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 14px 38px rgba(27, 20, 43, 0.07) !important;
  -webkit-backdrop-filter: saturate(150%) blur(18px) !important;
  backdrop-filter: saturate(150%) blur(18px) !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .sticky-wrapper,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .fixed-already {
  z-index: 10050 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 12px 30px rgba(27, 20, 43, 0.08) !important;
  -webkit-backdrop-filter: saturate(150%) blur(18px) !important;
  backdrop-filter: saturate(150%) blur(18px) !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content #masthead {
  border-bottom: 0 !important;
  background: transparent !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content #top-bar {
  height: 38px !important;
  border-bottom: 1px solid rgba(124, 53, 232, 0.1) !important;
  background: linear-gradient(90deg, #fbfaff 0%, #ffffff 42%, #f8f3ff 100%) !important;
  color: #4e465d !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-header-flex {
  min-height: 68px !important;
  gap: clamp(18px, 3vw, 46px) !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nav-wrapper .root-item > a,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content #site-navigation .root-item > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  color: #201b2c !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nav-wrapper .root-item > a::after,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content #site-navigation .root-item > a::after {
  display: none !important;
  content: none !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nav-wrapper .root-item:hover > a,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nav-wrapper .root-item.current-menu-item > a,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nav-wrapper .root-item.current-menu-parent > a,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nav-wrapper .root-item.current_page_item > a {
  background: #f4edff !important;
  color: var(--wd-shop-purple-dark) !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .header-icons {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .header-icons > li,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .header-icons > li > a {
  position: relative !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .header-icons > li > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(124, 53, 232, 0.14) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #211b2d !important;
  box-shadow: 0 10px 24px rgba(27, 20, 43, 0.07) !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .header-icons > li > a:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(124, 53, 232, 0.34) !important;
  color: var(--wd-shop-purple-dark) !important;
  box-shadow: 0 16px 34px rgba(27, 20, 43, 0.12) !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .header-icons .icon-wrap {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 0 !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .header-icons svg {
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  color: currentColor !important;
  box-shadow: none !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-mini-number {
  top: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 17px !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  background: var(--wd-shop-purple) !important;
  box-shadow: 0 6px 14px rgba(100, 36, 200, 0.28) !important;
  transform: translate(38%, -38%) !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-show-search-form.nasa-over-hide,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-show-search-form.nasa-modern-layout,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-search-space .nasa-show-search-form.nasa-over-hide {
  z-index: 10090 !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-tranparent,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-tranparent-filter {
  z-index: 10070 !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #gender-tabs-container {
  z-index: 20 !important;
}

@media (min-width: 1025px) {
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content #masthead {
    min-height: 96px !important;
    padding: 14px 0 !important;
  }
}

@media (max-width: 1024px) {
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content.site-header.nasa-header-sticky-wrap,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .sticky-wrapper,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .fixed-already {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 10px 28px rgba(27, 20, 43, 0.1) !important;
  }

  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content #masthead,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-header-mobile-layout #masthead {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 68px !important;
    height: 68px !important;
    padding-left: max(14px, env(safe-area-inset-left)) !important;
    padding-right: max(14px, env(safe-area-inset-right)) !important;
    background: transparent !important;
  }

  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-header-mobile-layout .elements-wrapper.left-icons,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-header-mobile-layout .elements-wrapper.right-icons {
    width: 88px !important;
    min-width: 88px !important;
    flex: 0 0 88px !important;
  }

  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-header-mobile-layout .elements-wrapper.logo-wrapper {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-header-mobile-layout .logo .header_logo,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .nasa-header-mobile-layout .logo .logo_mobile {
    max-width: 132px !important;
    max-height: 48px !important;
    object-fit: contain !important;
  }
}

body.home .header-wrapper,
body.home .site-header,
body.home #masthead,
body.home .nasa-header-sticky-wrap,
body.home .fixed-already #masthead,
body.front-page .header-wrapper,
body.front-page .site-header,
body.front-page #masthead,
body.front-page .nasa-header-sticky-wrap,
body.front-page .fixed-already #masthead,
body.tax-product_cat .header-wrapper,
body.tax-product_cat .site-header,
body.tax-product_cat #masthead,
body.tax-product_cat .nasa-header-sticky-wrap,
body.tax-product_cat .fixed-already #masthead {
  background: #ffffff !important;
}

body.home #masthead,
body.front-page #masthead,
body.tax-product_cat #masthead {
  border-bottom: 1px solid rgba(124, 53, 232, 0.08) !important;
  box-shadow: 0 8px 24px rgba(27, 20, 43, 0.035) !important;
}

body.home .nasa-header-sticky-wrap,
body.front-page .nasa-header-sticky-wrap,
body.tax-product_cat .nasa-header-sticky-wrap {
  z-index: 399 !important;
}

body.home .large-12.columns.header-container,
body.front-page .large-12.columns.header-container,
body.tax-product_cat .large-12.columns.header-container {
  float: none !important;
  width: min(100%, 1480px) !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(16px, 3vw, 32px) !important;
  padding-right: clamp(16px, 3vw, 32px) !important;
}

body.home .nasa-header-sticky .fixed-already,
body.front-page .nasa-header-sticky .fixed-already,
body.tax-product_cat .nasa-header-sticky .fixed-already {
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(27, 20, 43, 0.08) !important;
}

body.home #header-content.site-header.nasa-header-sticky-wrap,
body.front-page #header-content.site-header.nasa-header-sticky-wrap,
body.tax-product_cat #header-content.site-header.nasa-header-sticky-wrap {
  border-bottom: 1px solid rgba(124, 53, 232, 0.1) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 14px 38px rgba(27, 20, 43, 0.07) !important;
  -webkit-backdrop-filter: saturate(150%) blur(18px) !important;
  backdrop-filter: saturate(150%) blur(18px) !important;
}

body.home #header-content #top-bar,
body.front-page #header-content #top-bar,
body.tax-product_cat #header-content #top-bar {
  height: 38px !important;
  border-bottom: 1px solid rgba(124, 53, 232, 0.1) !important;
  background: linear-gradient(90deg, #fbfaff 0%, #ffffff 42%, #f8f3ff 100%) !important;
  color: #4e465d !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body.home #header-content #masthead,
body.front-page #header-content #masthead,
body.tax-product_cat #header-content #masthead {
  min-height: 96px !important;
  padding: 14px 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home #header-content .nasa-header-flex,
body.front-page #header-content .nasa-header-flex,
body.tax-product_cat #header-content .nasa-header-flex {
  min-height: 68px !important;
  gap: clamp(18px, 3vw, 46px) !important;
}

body.home #header-content .nav-wrapper .root-item > a,
body.home #header-content #site-navigation .root-item > a,
body.front-page #header-content .nav-wrapper .root-item > a,
body.front-page #header-content #site-navigation .root-item > a,
body.tax-product_cat #header-content .nav-wrapper .root-item > a,
body.tax-product_cat #header-content #site-navigation .root-item > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 42px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  color: #201b2c !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease !important;
}

body.home #header-content .nav-wrapper .root-item > a::after,
body.home #header-content #site-navigation .root-item > a::after,
body.front-page #header-content .nav-wrapper .root-item > a::after,
body.front-page #header-content #site-navigation .root-item > a::after,
body.tax-product_cat #header-content .nav-wrapper .root-item > a::after,
body.tax-product_cat #header-content #site-navigation .root-item > a::after {
  display: none !important;
  content: none !important;
}

body.home #header-content .nav-wrapper .root-item:hover > a,
body.home #header-content .nav-wrapper .root-item.current-menu-item > a,
body.home #header-content .nav-wrapper .root-item.current-menu-parent > a,
body.home #header-content .nav-wrapper .root-item.current_page_item > a,
body.front-page #header-content .nav-wrapper .root-item:hover > a,
body.front-page #header-content .nav-wrapper .root-item.current-menu-item > a,
body.front-page #header-content .nav-wrapper .root-item.current-menu-parent > a,
body.front-page #header-content .nav-wrapper .root-item.current_page_item > a,
body.tax-product_cat #header-content .nav-wrapper .root-item:hover > a,
body.tax-product_cat #header-content .nav-wrapper .root-item.current-menu-item > a,
body.tax-product_cat #header-content .nav-wrapper .root-item.current-menu-parent > a,
body.tax-product_cat #header-content .nav-wrapper .root-item.current_page_item > a {
  background: #f4edff !important;
  color: var(--wd-shop-purple-dark) !important;
}

body.home #header-content .header-icons,
body.front-page #header-content .header-icons,
body.tax-product_cat #header-content .header-icons {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

body.home #header-content .header-icons > li > a,
body.front-page #header-content .header-icons > li > a,
body.tax-product_cat #header-content .header-icons > li > a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  border: 1px solid rgba(124, 53, 232, 0.14) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #211b2d !important;
  box-shadow: 0 10px 24px rgba(27, 20, 43, 0.07) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, border-color 180ms ease !important;
}

body.home #header-content .header-icons > li > a:hover,
body.front-page #header-content .header-icons > li > a:hover,
body.tax-product_cat #header-content .header-icons > li > a:hover {
  transform: translateY(-1px) !important;
  border-color: rgba(124, 53, 232, 0.34) !important;
  color: var(--wd-shop-purple-dark) !important;
  box-shadow: 0 16px 34px rgba(27, 20, 43, 0.12) !important;
}

body.home #header-content .header-icons > li,
body.front-page #header-content .header-icons > li,
body.tax-product_cat #header-content .header-icons > li {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

body.home #header-content .header-icons .icon-wrap,
body.front-page #header-content .header-icons .icon-wrap,
body.tax-product_cat #header-content .header-icons .icon-wrap {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  height: 28px !important;
  line-height: 0 !important;
}

body.home #header-content .header-icons svg,
body.front-page #header-content .header-icons svg,
body.tax-product_cat #header-content .header-icons svg {
  display: block !important;
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  color: currentColor !important;
  box-shadow: none !important;
}

body.home #header-content .nasa-mini-number,
body.front-page #header-content .nasa-mini-number,
body.tax-product_cat #header-content .nasa-mini-number {
  top: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 17px !important;
  border: 2px solid #ffffff !important;
  border-radius: 999px !important;
  background: var(--wd-shop-purple) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  transform: translate(42%, -42%) !important;
  box-shadow: 0 6px 14px rgba(100, 36, 200, 0.28) !important;
}

body.home #header-content .fixed-already #masthead,
body.front-page #header-content .fixed-already #masthead,
body.tax-product_cat #header-content .fixed-already #masthead {
  min-height: 76px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

body.home .logo .header_logo,
body.home .logo .logo_mobile,
body.front-page .logo .header_logo,
body.front-page .logo .logo_mobile,
body.tax-product_cat .logo .header_logo,
body.tax-product_cat .logo .logo_mobile {
  width: auto !important;
  max-height: 95px !important;
  object-fit: contain !important;
}

body.home .nasa-bottom-bar.nasa-transition.nasa-active,
body.home .nasa-bottom-bar.nasa-active,
body.front-page .nasa-bottom-bar.nasa-transition.nasa-active,
body.front-page .nasa-bottom-bar.nasa-active,
body.tax-product_cat .nasa-bottom-bar.nasa-transition.nasa-active,
body.tax-product_cat .nasa-bottom-bar.nasa-active {
  left: max(10px, env(safe-area-inset-left)) !important;
  right: max(10px, env(safe-area-inset-right)) !important;
  bottom: max(10px, env(safe-area-inset-bottom)) !important;
  width: auto !important;
  padding: 8px 10px !important;
  border: 1px solid rgba(124, 53, 232, 0.14) !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 44px rgba(27, 20, 43, 0.16) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  backdrop-filter: blur(16px) !important;
}

body.home .nasa-bottom-bar .nasa-bottom-bar-icons,
body.front-page .nasa-bottom-bar .nasa-bottom-bar-icons,
body.tax-product_cat .nasa-bottom-bar .nasa-bottom-bar-icons {
  align-items: center !important;
  gap: 4px !important;
}

body.home .nasa-bottom-bar .nasa-bot-icons,
body.front-page .nasa-bottom-bar .nasa-bot-icons,
body.tax-product_cat .nasa-bottom-bar .nasa-bot-icons {
  min-height: 54px !important;
  justify-content: center !important;
  border-radius: 14px !important;
  color: #30313a !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
}

body.home .nasa-bottom-bar .nasa-bot-icons:hover,
body.front-page .nasa-bottom-bar .nasa-bot-icons:hover,
body.tax-product_cat .nasa-bottom-bar .nasa-bot-icons:hover {
  background: #f5efff !important;
  color: var(--wd-shop-purple-dark) !important;
}

body.home .nasa-bottom-bar .nasa-icon,
body.home .nasa-bottom-bar svg,
body.front-page .nasa-bottom-bar .nasa-icon,
body.front-page .nasa-bottom-bar svg,
body.tax-product_cat .nasa-bottom-bar .nasa-icon,
body.tax-product_cat .nasa-bottom-bar svg {
  width: 24px !important;
  height: 24px !important;
  filter: none !important;
}

.pc-homepage-carousel-section--product_carousel {
  --wd-grid-ink: #171421;
  --wd-grid-muted: #767184;
  --wd-grid-soft: #f7f6fa;
  --wd-grid-border: #e8e2f2;
  --wd-grid-purple: #6f2de2;
  --wd-grid-green: #168a09;
  --wd-grid-radius: 10px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pc-homepage-carousel-section--product_carousel .pc-carousel-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
}

.pc-homepage-carousel-section--product_carousel .pc-carousel-container {
  align-items: flex-start !important;
}

.pc-homepage-carousel-section--product_carousel .product-item {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.pc-homepage-carousel-section--product_carousel .product-img-wrap {
  position: relative !important;
  width: 100% !important;
  padding-top: 0 !important;
  aspect-ratio: 3 / 4 !important;
  overflow: hidden !important;
  border-radius: var(--wd-grid-radius) !important;
  background: var(--wd-grid-soft) !important;
}

.pc-homepage-carousel-section--product_carousel .product-link,
.pc-homepage-carousel-section--product_carousel .product-img,
.pc-homepage-carousel-section--product_carousel .product-img-wrap img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
}

.pc-homepage-carousel-section--product_carousel .product-img,
.pc-homepage-carousel-section--product_carousel .product-img-wrap img {
  position: static !important;
  object-fit: cover !important;
  object-position: center top !important;
  border-radius: var(--wd-grid-radius) !important;
  transform: none !important;
  transition: transform 320ms ease !important;
}

.pc-homepage-carousel-section--product_carousel .product-item:hover .product-img,
.pc-homepage-carousel-section--product_carousel .product-item:hover .product-img-wrap img {
  transform: scale(1.025) !important;
}

.pc-homepage-carousel-section--product_carousel .pc-product-fit-badge {
  top: 12px !important;
  left: 12px !important;
  z-index: 4 !important;
  min-height: 0 !important;
  max-width: calc(100% - 24px) !important;
  padding: 5px 9px !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #404753 !important;
  box-shadow: 0 6px 16px rgba(23, 20, 33, 0.1) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.pc-homepage-carousel-section--product_carousel .rating-badge {
  position: absolute !important;
  bottom: 12px !important;
  left: 12px !important;
  z-index: 4 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.pc-homepage-carousel-section--product_carousel .rating-inner {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 0 !important;
  background: transparent !important;
}

.pc-homepage-carousel-section--product_carousel .star-wrapper {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-height: 32px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #171421 !important;
  box-shadow: 0 10px 22px rgba(23, 20, 33, 0.14) !important;
}

.pc-homepage-carousel-section--product_carousel .star-icon {
  color: #ffd232 !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.pc-homepage-carousel-section--product_carousel .rating-value {
  color: #171421 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

.pc-homepage-carousel-section--product_carousel .rating-tag {
  display: none !important;
}

.pc-homepage-carousel-section--product_carousel .product-info {
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pc-homepage-carousel-section--product_carousel .product-info-container {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
  height: auto !important;
  margin: 0 !important;
  padding: 14px 0 0 !important;
}

.pc-homepage-carousel-section--product_carousel .brand-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 38px !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.pc-homepage-carousel-section--product_carousel .brand-name,
.pc-homepage-carousel-section--product_carousel .brand-row .brand-name,
.pc-homepage-carousel-section--product_carousel .brand-row a:not(.wishlist-btn) {
  min-width: 0 !important;
  overflow: hidden !important;
  color: var(--wd-grid-ink) !important;
  font-size: 15px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  text-overflow: ellipsis !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.pc-homepage-carousel-section--product_carousel .wishlist-btn {
  position: relative !important;
  justify-self: end !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
  min-width: 38px !important;
  padding: 0 !important;
  border: 1px solid var(--wd-grid-border) !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--wd-grid-ink) !important;
  box-shadow: 0 8px 20px rgba(23, 20, 33, 0.08) !important;
  overflow: hidden !important;
}

.pc-homepage-carousel-section--product_carousel .wishlist-btn .nasa-icon {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 18px !important;
  height: 18px !important;
  transform: translate(-50%, -50%) !important;
}

.pc-homepage-carousel-section--product_carousel .wishlist-btn .ns-filled {
  display: none !important;
}

.pc-homepage-carousel-section--product_carousel .wishlist-btn.added .ns-stroke,
.pc-homepage-carousel-section--product_carousel .wishlist-btn.nasa-added .ns-stroke,
.pc-homepage-carousel-section--product_carousel .wishlist-btn.nasa-active .ns-stroke {
  display: none !important;
}

.pc-homepage-carousel-section--product_carousel .wishlist-btn.added .ns-filled,
.pc-homepage-carousel-section--product_carousel .wishlist-btn.nasa-added .ns-filled,
.pc-homepage-carousel-section--product_carousel .wishlist-btn.nasa-active .ns-filled {
  display: block !important;
}

.pc-homepage-carousel-section--product_carousel .product-title {
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--wd-grid-muted) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.28 !important;
}

.pc-homepage-carousel-section--product_carousel .product-title a {
  display: -webkit-box !important;
  overflow: hidden !important;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.pc-homepage-carousel-section--product_carousel .price-container,
.pc-homepage-carousel-section--product_carousel .product-card_product_price_container__Ek01t {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 4px 8px !important;
  min-width: 0 !important;
  margin: 0 !important;
  line-height: 1.05 !important;
}

.pc-homepage-carousel-section--product_carousel .current-price,
.pc-homepage-carousel-section--product_carousel .product-card_product_price_container__Ek01t .ebfUYh,
.pc-homepage-carousel-section--product_carousel .product-card_product_price_container__Ek01t .ePCma-D {
  color: var(--wd-grid-ink) !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
}

.pc-homepage-carousel-section--product_carousel .original-price,
.pc-homepage-carousel-section--product_carousel .product-card_product_price_container__Ek01t .iSDJgw {
  color: #9aa2b2 !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
}

.pc-homepage-carousel-section--product_carousel .discount,
.pc-homepage-carousel-section--product_carousel .product-card_product_price_container__Ek01t .jrDIFo {
  color: var(--wd-grid-green) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

.pc-homepage-carousel-section--product_carousel .product-info .top-badge,
.pc-homepage-carousel-section--product_carousel .product-info .wd-offer-badge--loop.top-badge,
.pc-homepage-carousel-section--product_carousel .product-info .pc-offer-line {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  justify-self: start !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--wd-grid-green) !important;
  box-shadow: none !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.15 !important;
  text-transform: none !important;
}

.pc-homepage-carousel-section--product_carousel .fabric-tag {
  width: fit-content !important;
  margin: 0 !important;
  padding: 6px 10px !important;
  border: 1px solid #d9dce5 !important;
  border-radius: 8px !important;
  background: #fbfbfd !important;
  color: #767184 !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.pc-homepage-carousel-section--product_carousel .pc-carousel-prev,
.pc-homepage-carousel-section--product_carousel .pc-carousel-next {
  width: 56px !important;
  height: 56px !important;
  border: 1px solid rgba(124, 53, 232, 0.12) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #171421 !important;
  box-shadow: 0 18px 38px rgba(23, 20, 33, 0.16) !important;
}

.pc-homepage-carousel-section--product_carousel .pc-carousel-prev:hover,
.pc-homepage-carousel-section--product_carousel .pc-carousel-next:hover {
  background: #ffffff !important;
  color: var(--wd-grid-purple) !important;
  box-shadow: 0 22px 46px rgba(23, 20, 33, 0.2) !important;
}

@media (max-width: 1024px) {
  body.home .site-header.nasa-header-sticky-wrap,
  body.front-page .site-header.nasa-header-sticky-wrap,
  body.tax-product_cat .site-header.nasa-header-sticky-wrap {
    position: sticky !important;
    top: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 6px 18px rgba(27, 20, 43, 0.08) !important;
  }

  body.home #masthead,
  body.front-page #masthead,
  body.tax-product_cat #masthead {
    min-height: 54px !important;
    height: 54px !important;
    padding: 0 8px !important;
    border: 0 !important;
  }

  body.home .large-12.columns.header-container,
  body.front-page .large-12.columns.header-container,
  body.tax-product_cat .large-12.columns.header-container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  body.home .nasa-header-mobile-layout .elements-wrapper.left-icons,
  body.home .nasa-header-mobile-layout .elements-wrapper.right-icons,
  body.front-page .nasa-header-mobile-layout .elements-wrapper.left-icons,
  body.front-page .nasa-header-mobile-layout .elements-wrapper.right-icons,
  body.tax-product_cat .nasa-header-mobile-layout .elements-wrapper.left-icons,
  body.tax-product_cat .nasa-header-mobile-layout .elements-wrapper.right-icons {
    width: 72px !important;
    min-width: 72px !important;
    flex: 0 0 72px !important;
  }

  body.home .nasa-header-mobile-layout .elements-wrapper.logo-wrapper,
  body.front-page .nasa-header-mobile-layout .elements-wrapper.logo-wrapper,
  body.tax-product_cat .nasa-header-mobile-layout .elements-wrapper.logo-wrapper {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  body.home .nasa-header-mobile-layout .logo .header_logo,
  body.front-page .nasa-header-mobile-layout .logo .header_logo,
  body.tax-product_cat .nasa-header-mobile-layout .logo .header_logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    max-width: 118px !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  body.home .nasa-header-mobile-layout .logo .logo_mobile,
  body.front-page .nasa-header-mobile-layout .logo .logo_mobile,
  body.tax-product_cat .nasa-header-mobile-layout .logo .logo_mobile {
    display: none !important;
  }

  body.home .nasa-header-mobile-layout .logo.nasa-has-mobile-logo .header_logo,
  body.front-page .nasa-header-mobile-layout .logo.nasa-has-mobile-logo .header_logo,
  body.tax-product_cat .nasa-header-mobile-layout .logo.nasa-has-mobile-logo .header_logo {
    display: none !important;
  }

  body.home .nasa-header-mobile-layout .logo.nasa-has-mobile-logo .logo_mobile,
  body.front-page .nasa-header-mobile-layout .logo.nasa-has-mobile-logo .logo_mobile,
  body.tax-product_cat .nasa-header-mobile-layout .logo.nasa-has-mobile-logo .logo_mobile {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: auto !important;
    max-width: 118px !important;
    max-height: 42px !important;
    object-fit: contain !important;
  }

  body.home #header-content.site-header.nasa-header-sticky-wrap,
  body.front-page #header-content.site-header.nasa-header-sticky-wrap,
  body.tax-product_cat #header-content.site-header.nasa-header-sticky-wrap {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(124, 53, 232, 0.12) !important;
    box-shadow: 0 10px 28px rgba(27, 20, 43, 0.1) !important;
  }

  body.home #header-content.site-header.nasa-header-sticky-wrap .sticky-wrapper,
  body.home #header-content.site-header.nasa-header-sticky-wrap .fixed-already,
  body.front-page #header-content.site-header.nasa-header-sticky-wrap .sticky-wrapper,
  body.front-page #header-content.site-header.nasa-header-sticky-wrap .fixed-already,
  body.tax-product_cat #header-content.site-header.nasa-header-sticky-wrap .sticky-wrapper,
  body.tax-product_cat #header-content.site-header.nasa-header-sticky-wrap .fixed-already {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: rgba(255, 255, 255, 0.96) !important;
  }

  body.home #header-content #masthead,
  body.front-page #header-content #masthead,
  body.tax-product_cat #header-content #masthead {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 68px !important;
    height: 68px !important;
    padding: 0 max(14px, env(safe-area-inset-left)) !important;
  }

  body.home #header-content .nasa-header-mobile-layout .elements-wrapper.left-icons,
  body.home #header-content .nasa-header-mobile-layout .elements-wrapper.right-icons,
  body.front-page #header-content .nasa-header-mobile-layout .elements-wrapper.left-icons,
  body.front-page #header-content .nasa-header-mobile-layout .elements-wrapper.right-icons,
  body.tax-product_cat #header-content .nasa-header-mobile-layout .elements-wrapper.left-icons,
  body.tax-product_cat #header-content .nasa-header-mobile-layout .elements-wrapper.right-icons {
    width: 88px !important;
    min-width: 88px !important;
    flex: 0 0 88px !important;
  }

  body.home #header-content .nasa-header-mobile-layout .elements-wrapper.left-icons,
  body.front-page #header-content .nasa-header-mobile-layout .elements-wrapper.left-icons,
  body.tax-product_cat #header-content .nasa-header-mobile-layout .elements-wrapper.left-icons {
    justify-content: flex-start !important;
  }

  body.home #header-content .nasa-header-mobile-layout .elements-wrapper.right-icons,
  body.front-page #header-content .nasa-header-mobile-layout .elements-wrapper.right-icons,
  body.tax-product_cat #header-content .nasa-header-mobile-layout .elements-wrapper.right-icons {
    justify-content: flex-end !important;
  }

  body.home #header-content .nasa-header-mobile-layout .elements-wrapper .nasa-icon,
  body.home #header-content .nasa-header-mobile-layout .elements-wrapper .mobile-search,
  body.front-page #header-content .nasa-header-mobile-layout .elements-wrapper .nasa-icon,
  body.front-page #header-content .nasa-header-mobile-layout .elements-wrapper .mobile-search,
  body.tax-product_cat #header-content .nasa-header-mobile-layout .elements-wrapper .nasa-icon,
  body.tax-product_cat #header-content .nasa-header-mobile-layout .elements-wrapper .mobile-search {
    width: auto !important;
    height: auto !important;
    border-radius: 999px !important;
    color: #171421 !important;
  }

  body.home #header-content .nasa-header-mobile-layout .logo .header_logo,
  body.home #header-content .nasa-header-mobile-layout .logo .logo_mobile,
  body.front-page #header-content .nasa-header-mobile-layout .logo .header_logo,
  body.front-page #header-content .nasa-header-mobile-layout .logo .logo_mobile,
  body.tax-product_cat #header-content .nasa-header-mobile-layout .logo .header_logo,
  body.tax-product_cat #header-content .nasa-header-mobile-layout .logo .logo_mobile {
    max-width: 130px !important;
    max-height: 48px !important;
  }

  body.home #header-content .header-icons,
  body.front-page #header-content .header-icons,
  body.tax-product_cat #header-content .header-icons {
    gap: 8px !important;
  }

  body.home #header-content .header-icons > li > a,
  body.front-page #header-content .header-icons > li > a,
  body.tax-product_cat #header-content .header-icons > li > a {
    width: 42px !important;
    height: 42px !important;
    border-color: rgba(124, 53, 232, 0.12) !important;
    box-shadow: none !important;
  }

  body.home #header-content .header-icons svg,
  body.front-page #header-content .header-icons svg,
  body.tax-product_cat #header-content .header-icons svg {
    width: 25px !important;
    height: 25px !important;
    max-width: 25px !important;
    max-height: 25px !important;
  }

  body.home #header-content .nasa-mini-number,
  body.front-page #header-content .nasa-mini-number,
  body.tax-product_cat #header-content .nasa-mini-number {
    width: 19px !important;
    height: 19px !important;
    line-height: 16px !important;
    font-size: 11px !important;
    transform: translate(36%, -36%) !important;
  }
}

@media (max-width: 767px) {
  .pc-homepage-carousel-section--product_carousel .pc-carousel-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pc-homepage-carousel-section--product_carousel .product-img-wrap {
    aspect-ratio: 4 / 5 !important;
  }

  .pc-homepage-carousel-section--product_carousel .pc-product-fit-badge {
    top: 8px !important;
    left: 8px !important;
    max-width: calc(100% - 16px) !important;
    padding: 4px 7px !important;
    font-size: 10px !important;
  }

  .pc-homepage-carousel-section--product_carousel .rating-badge {
    bottom: 8px !important;
    left: 8px !important;
  }

  .pc-homepage-carousel-section--product_carousel .star-wrapper {
    min-height: 28px !important;
    padding: 0 8px !important;
  }

  .pc-homepage-carousel-section--product_carousel .rating-value {
    font-size: 12px !important;
  }

  .pc-homepage-carousel-section--product_carousel .product-info-container {
    gap: 5px !important;
    padding: 8px 0 0 !important;
  }

  .pc-homepage-carousel-section--product_carousel .brand-row {
    grid-template-columns: minmax(0, 1fr) 32px !important;
    gap: 6px !important;
  }

  .pc-homepage-carousel-section--product_carousel .brand-name,
  .pc-homepage-carousel-section--product_carousel .brand-row .brand-name,
  .pc-homepage-carousel-section--product_carousel .brand-row a:not(.wishlist-btn) {
    font-size: clamp(13px, 3.4vw, 15px) !important;
    line-height: 1.14 !important;
  }

  .pc-homepage-carousel-section--product_carousel .wishlist-btn {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
    min-width: 32px !important;
  }

  .pc-homepage-carousel-section--product_carousel .wishlist-btn .nasa-icon {
    width: 16px !important;
    height: 16px !important;
  }

  .pc-homepage-carousel-section--product_carousel .product-title {
    font-size: clamp(12px, 3.2vw, 14px) !important;
    line-height: 1.22 !important;
  }

  .pc-homepage-carousel-section--product_carousel .current-price,
  .pc-homepage-carousel-section--product_carousel .product-card_product_price_container__Ek01t .ebfUYh,
  .pc-homepage-carousel-section--product_carousel .product-card_product_price_container__Ek01t .ePCma-D {
    font-size: clamp(16px, 4.4vw, 20px) !important;
  }

  .pc-homepage-carousel-section--product_carousel .original-price,
  .pc-homepage-carousel-section--product_carousel .discount,
  .pc-homepage-carousel-section--product_carousel .product-card_product_price_container__Ek01t .iSDJgw,
  .pc-homepage-carousel-section--product_carousel .product-card_product_price_container__Ek01t .jrDIFo {
    font-size: clamp(12px, 3.2vw, 14px) !important;
  }

  .pc-homepage-carousel-section--product_carousel .product-info .top-badge,
  .pc-homepage-carousel-section--product_carousel .product-info .wd-offer-badge--loop.top-badge,
  .pc-homepage-carousel-section--product_carousel .product-info .pc-offer-line {
    min-height: 20px !important;
    font-size: clamp(12px, 3.2vw, 14px) !important;
  }

  .pc-homepage-carousel-section--product_carousel .fabric-tag {
    padding: 5px 8px !important;
    font-size: 10px !important;
  }
}

/* Header/search/bottom-bar rescue layer. Keep this last so legacy theme CSS cannot cover it. */
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content.site-header.nasa-header-sticky-wrap,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .sticky-wrapper,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .fixed-already,
html body.single-product.nasa-in-mobile.nasa-mobile-app #wrapper .product-header {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible !important;
  z-index: 100500 !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-search-space,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .search-dropdown,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .warpper-mobile-search {
  z-index: 100800 !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-show-search-form,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-show-search-form.nasa-modern-layout,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-show-search-form.nasa-over-hide,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-modern-layout.nasa-show,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .warpper-mobile-search.nasa-active {
  z-index: 100900 !important;
}

html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #gender-tabs-container,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .wd-style-tabs.wd-style-tabs--managed,
html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .large-12.columns.ns-before-archive-products {
  position: relative !important;
  z-index: 5 !important;
}

@media (max-width: 1024px) {
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content.site-header.nasa-header-sticky-wrap,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .sticky-wrapper,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .fixed-already,
  html body.single-product.nasa-in-mobile.nasa-mobile-app #wrapper .product-header,
  html body.single-product.nasa-in-mobile.nasa-mobile-app #wrapper .product-header.fixed-already {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 1px solid rgba(124, 53, 232, 0.12) !important;
    box-shadow: 0 10px 28px rgba(27, 20, 43, 0.1) !important;
    -webkit-backdrop-filter: saturate(150%) blur(18px) !important;
    backdrop-filter: saturate(150%) blur(18px) !important;
  }

  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content #masthead,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) #header-content .large-12.columns.header-container,
  html body.single-product.nasa-in-mobile.nasa-mobile-app #wrapper .product-header #masthead {
    width: 100% !important;
    max-width: none !important;
    height: 68px !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding-left: max(12px, env(safe-area-inset-left)) !important;
    padding-right: max(12px, env(safe-area-inset-right)) !important;
    box-sizing: border-box !important;
    background: transparent !important;
  }

  html body.single-product.nasa-in-mobile.nasa-mobile-app #wrapper .product-header .logo {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (max-width: 767px) {
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-bottom-bar.nasa-transition.nasa-active,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-bottom-bar.nasa-active,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-bottom-bar.wd-bottom-bar-footer-placed {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    max-height: 56px !important;
    margin: 0 !important;
    padding: 4px max(8px, env(safe-area-inset-left)) max(4px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right)) !important;
    border: 0 !important;
    border-top: 1px solid rgba(124, 53, 232, 0.12) !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 -5px 18px rgba(27, 20, 43, 0.08) !important;
    transform: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-bottom-bar .nasa-bottom-bar-icons {
    min-height: 0 !important;
    align-items: center !important;
    margin: 0 !important;
  }

  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-bottom-bar .nasa-bot-icons {
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.05 !important;
  }

  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-bottom-bar .nasa-icon,
  html :is(body.home, body.front-page, body.tax-product_cat, body.single-product) .nasa-bottom-bar svg {
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 2px !important;
  }
}
