body:has(.block-products-submenu-header) {
  --sub-header--height: 80px;
  padding-top: 230px !important;
}
@media screen and (max-width: 768px) {
  body:has(.block-products-submenu-header) {
    padding-top: 180px !important;
  }
}

body:has(.block-products-submenu-header).is-scroll header, body:has(.block-products-submenu-header).is-scroll div.block-products-submenu-header {
  transform: translate(0px, -80px) !important;
}

div.block-products-submenu-header {
  padding: var(--wp--preset--spacing--m) 0px;
  position: fixed;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 80px);
  z-index: 998;
  background-color: white;
  width: 100vw;
  max-width: 100vw;
  left: 0px;
  height: 150px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  div.block-products-submenu-header {
    height: 100px;
  }
}
div.block-products-submenu-header * {
  box-sizing: border-box;
}
div.block-products-submenu-header ul.products-submenu-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
div.block-products-submenu-header ul.products-submenu-header li .thumbnail {
  width: 180px;
  height: 85px;
  margin-bottom: var(--wp--preset--spacing--m);
}
@media (max-width: 768px) {
  div.block-products-submenu-header ul.products-submenu-header li .thumbnail {
    width: 90px;
    height: 40px;
  }
}
div.block-products-submenu-header ul.products-submenu-header li .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
div.block-products-submenu-header ul.products-submenu-header li .title {
  padding: 0px;
  font-size: 21px;
  color: #001023;
  text-align: center;
  font-weight: 400;
  font-family: var(--wp--preset--font-family--title);
}
@media (max-width: 768px) {
  div.block-products-submenu-header ul.products-submenu-header li .title {
    font-size: 16px;
  }
}