/* =========================================================
   NEXTGEN BD — ABSOLUTE GLOBAL BRAND LOCK
   Loaded LAST on every page. Do not let page-specific/theme CSS
   alter the store name typography or colors.
   ========================================================= */
.site-header .logo-text,
.site-header .logo-name,
.site-header .logo-name .brand-name-first,
.site-header .logo-name .brand-name-second,
.site-header .logo-subtitle {
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  filter: none !important;
  -webkit-text-fill-color: initial !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.site-header .logo-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 0 !important;
  line-height: 1 !important;
}

.site-header .logo-name {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0.20em !important;
  white-space: nowrap !important;
  overflow: visible !important;
  font-size: 22px !important;
  line-height: 23px !important;
  font-weight: 900 !important;
  letter-spacing: -0.55px !important;
  color: #ffffff !important;
}

.site-header .logo-name .brand-name-first {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 22px !important;
  line-height: 23px !important;
  font-weight: 900 !important;
  letter-spacing: -0.55px !important;
  color: #ffffff !important;
}

.site-header .logo-name .brand-name-second {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 22px !important;
  line-height: 23px !important;
  font-weight: 900 !important;
  letter-spacing: -0.55px !important;
  color: #00d99a !important;
}

.site-header .logo-name .brand-name-first::before,
.site-header .logo-name .brand-name-first::after,
.site-header .logo-name .brand-name-second::before,
.site-header .logo-name .brand-name-second::after {
  content: none !important;
  display: none !important;
}

.site-header .logo-subtitle {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  font-size: 8px !important;
  line-height: 9px !important;
  font-weight: 900 !important;
  letter-spacing: 2.7px !important;
  color: #00aeea !important;
}

/* Remove old decorative line/glow under the brand. */
.site-header .logo-text::after {
  content: none !important;
  display: none !important;
}

/* =========================================================
   NEW PRODUCTS — PURE BLACK SECTION
   Removes the large green/cyan wash behind the entire section.
   Product cards, product data and slider behavior are untouched.
   ========================================================= */
.new-products-section,
section.product-section:has(#new-products) {
  background: #020303 !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.new-products-section::before,
.new-products-section::after,
section.product-section:has(#new-products)::before,
section.product-section:has(#new-products)::after {
  content: none !important;
  display: none !important;
  background: none !important;
  box-shadow: none !important;
}

.new-products-section .product-section-header,
.new-products-section .product-slider-wrapper,
.new-products-section #new-products {
  background: transparent !important;
  background-image: none !important;
}

@media (max-width: 700px) {
  .site-header .logo-name,
  .site-header .logo-name .brand-name-first,
  .site-header .logo-name .brand-name-second {
    font-size: 22px !important;
    line-height: 23px !important;
    letter-spacing: -0.55px !important;
  }
  .site-header .logo-subtitle {
    font-size: 8px !important;
    line-height: 9px !important;
    letter-spacing: 2.7px !important;
    margin-top: 3px !important;
  }
}

@media (max-width: 390px) {
  .site-header .logo-name,
  .site-header .logo-name .brand-name-first,
  .site-header .logo-name .brand-name-second {
    font-size: 21px !important;
    line-height: 22px !important;
  }
  .site-header .logo-subtitle {
    font-size: 7.5px !important;
    letter-spacing: 2.45px !important;
  }
}
