.section-header.shopify-section-header-sticky .transparent,
.section-header.shopify-section-header-sticky .transparent-mobile,
.section-header.shopify-section-header-sticky .header {
  background-color: rgba(255, 255, 255, 0.75) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  backdrop-filter: blur(14px) !important;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}

.section-header.shopify-section-header-sticky .transparent .header-color,
.section-header.shopify-section-header-sticky .transparent-mobile .header-color,
.section-header.shopify-section-header-sticky header-inner .button-localization {
  color: var(--color-heading) !important;
}

.section-header.shopify-section-header-sticky .transparent .level0 > menu-item > a {
  --color-heading: initial;
}
