@media screen and (max-width: 1199px) {
  .product-info {
    width: 100%;
  }
}


@media screen and (min-width: 400px) {
  .category {
    background-size: 75%;
  }
}


@media screen and (min-width: 640px) {
  .category {
    background-size: 50%;
  }
}


@media screen and (min-width: 1024px) {
  .product-gallery-info-container > * {
    width: calc(50% - 10px);
  }
}


@media screen and (max-width: 1023px) {

  .filter-container {
    max-height: calc(100dvh - 216px);
  }

  .logo {
    margin-right: auto;
  }

  .search-form {
    margin-right: 0;
  }

  .product-info {
    max-width: 100%;
  }

  .filters-screen {
    align-items: flex-end;
  }

  .filters-form {
    width: 100vw;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .mobile-whitespace {
    height: var(--mobile-nav-height);
  }

  .body-product .mobile-whitespace {
    height: var(--mobile-nav-height-product);
  }

  .header-right {
    display: none;
  }

  .container {
    padding: 1.5em 1em;
    gap: 1em;
  }

  .mobile-menu {
    display: block;
  }

  .trending-container > * {
    width: calc(25% - 12px) !important;
  }

}


@media screen and (max-width: 699px) {

  .gallery {
    gap: 20px;
  }

  .gallery-btn {
    width: 80px;
    height: 80px;
  }
  
  .trending-container > * {
    width: calc(50% - 8px) !important;
  }

}


@media screen and (max-width: 599px) {

  .gallery-btn {
    display: none;
  }

}

@media screen and (max-width: 399px) {

  .category-name {
    width: 100% !important;
    padding: 0 !important;
    padding-top: 1em !important;
    text-align: center;
  }

  .gallery-images-container {
    width: 100%;
  }

  .gallery-image {
    min-width: 100%;
    max-width: 100%;
  }

}


@media screen and (max-width: 299px) {

  .category-name {
    font-size: 16px;
  }

  .search-form input[type=submit] {
    display: none;
  }

  .gallery-images-container {
    width: 100%;
  }

  .gallery-image {
    min-width: 100%;
    max-width: 100%;
  }

}