.s-block--bundle-premium-hero,
.s-block--bundle-premium-products-section,
.s-block--bundle-scroll-zoom-story,
.s-block--bundle-comparison-matrix,
.s-block--bundle-before-after-comparison,
.s-block--bundle-product-feature-showcase {
  margin-top: 0 !important;
}
.s-user-menu-login-btn,
.header-btn__icon.icon.sicon-shopping-bag{
  border: none !important;
}
.s-cart-summary-count{
background-color: black !important;
}
.top-navbar{
  display: none !important;
}
.store-header #mainnav {
  background: rgba(255, 255, 255, 0.38) !important;
  backdrop-filter: blur(24px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(24px) saturate(180%) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34) !important;
  box-shadow: none !important;
}

#mainnav {
  background: transparent !important;
}

.store-header #mainnav {
  position: relative;
}

.store-header #mainnav::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.55),
    rgba(255, 255, 255, 0.16)
  );
  z-index: -1;
}

.store-header #mainnav > * {
  position: relative;
  z-index: 1;
}