@media screen and (max-width: 970px) {
  main {
    animation: none;
  }
  header {
    height: 170px;
  }
  header nav {
    padding: 10px 10px 0 30px;
  }
  header nav .desktop-nav {
    display: none;
  }
  header nav .social-media-logos {
    margin-left: 0;
  }
  header nav .login-and-cart .login-text {
    display: none;
  }
  header nav .login-and-cart .fa-bars {
    display: unset;
  }
  header .lower-side {
    font-size: 14px;
  }
  header .lower-side a img {
    width: 170px;
  }
  .floating-comment {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 15px;
    right: 15px;
  }
  section .big-text {
    font-size: 50px;
  }
  section .product-quantity {
    font-size: 14px;
  }
  section .product-grid-container {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(280px, 50vw);
    gap: 20px;
  }
}/*# sourceMappingURL=men_tablet.css.map */