.static-no-checkout a[href*="/cart"],
.static-no-checkout a[href*="/checkout"],
.static-no-checkout cart-icon,
.static-no-checkout cart-drawer-component,
.static-no-checkout cart-items-component,
.static-no-checkout quick-add-dialog,
.static-no-checkout .cart-drawer,
.static-no-checkout .cart-items,
.static-no-checkout .quick-add,
.static-no-checkout .quick-add-modal,
.static-no-checkout .shopify-payment-button,
.static-no-checkout button[name="add"],
.static-no-checkout form[action*="/cart"] button[type="submit"],
.static-no-checkout form[action*="/checkout"] button[type="submit"] {
  display: none !important;
}

.shopify-section-group-header-group,
#header-group {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  background: #fff !important;
}

.shopify-section-group-header-group {
  box-shadow: 0 1px 0 rgba(92, 53, 60, 0.08);
}

.static-no-checkout [class*="chat"],
.static-no-checkout [id*="chat"],
.static-no-checkout iframe[src*="chat"],
.static-no-checkout iframe[title*="chat" i],
.static-no-checkout button[aria-label*="Potrzebujesz" i],
.static-no-checkout a[aria-label*="Potrzebujesz" i],
.static-no-checkout [class*="need-help" i],
.static-no-checkout [class*="support" i],
.static-no-checkout [class*="ecomposer_app_chat" i],
.static-no-checkout [class*="tidio" i],
.static-no-checkout #shopify-chat,
.static-no-checkout .shopify-chat,
.static-no-checkout shopify-inbox {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (min-width: 750px) {
  .static-no-checkout .header__row--bottom,
  .static-no-checkout .header-menu,
  .static-no-checkout .header-menu__inner,
  .static-no-checkout .menu-list,
  .static-no-checkout overflow-list[data-testid="header-menu-overflow-list"],
  .static-no-checkout .menu-list__list-item,
  .static-no-checkout .menu-list__link {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .static-no-checkout .header__row--bottom {
    min-height: 48px !important;
    align-items: center !important;
    justify-content: center !important;
    padding-block: 0 !important;
  }

  .static-no-checkout .header__row--bottom .header__columns,
  .static-no-checkout .header__row--bottom .header__column,
  .static-no-checkout .header__row--bottom .header__column--center {
    width: 100% !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .static-no-checkout .header-menu,
  .static-no-checkout .header-menu__inner,
  .static-no-checkout overflow-list[data-testid="header-menu-overflow-list"] {
    width: 100% !important;
    justify-content: center !important;
  }

  .static-no-checkout .menu-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 28px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .static-no-checkout .menu-list__link {
    align-items: center !important;
    min-height: 40px !important;
    color: #3f3c38 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .static-no-checkout .menu-list__link:hover {
    color: #63313b !important;
  }

  .static-no-checkout .menu-list__list-item[slot="more"],
  .static-no-checkout .menu-drawer-container {
    display: none !important;
  }
}
