@keyframes drawline-animation {
  from {
    background-size: 0% 1px;
  }
  to {
    background-size: 100% 1px;
  }
}

:root {
  --ob-color-bg-desktop-dialog: #FFFFFF;
  --ob-color-bg: #F3F3F5;
  --ob-color-text-submenu-title: #757575;
  --ob-color-text-submenu-item: #141414;
}

.products-in-row__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, calc(0.875rem + 0vw), 0.875rem);
  line-height: 140%;
  letter-spacing: 0;
  margin: 16px 0;
}

.products-in-row__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.products-in-row .menu-product {
  grid-column: span 1 / span 1;
}

.products-in-row .menu-product .form-add-to-cart {
  display: none;
}
