@media screen and (max-width: 768px) {
  header {
    height: 140px;
  }
  header nav {
    height: 25%;
  }
  header .lower-side {
    height: 75%;
  }
  header .lower-side a img {
    width: 77px;
  }
  .floating-comment {
    width: 50px;
    height: 50px;
    bottom: 12px;
    right: 12px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
  }
  .opened-comment {
    border-radius: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100dvh;
  }
  .opened-comment .upper-side {
    height: 13%;
  }
  .opened-comment .middle-side {
    height: 77%;
  }
  .opened-comment .lower-side {
    height: 10%;
  }
  .opened-comment .fa-face-smile {
    display: none;
  }
  main {
    animation: none;
  }
  section {
    min-height: 200svh;
  }
  section .product-grid-container {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(280px, 70vw);
    row-gap: 30px;
  }
  section .product-grid-container .product-card .im-product-text {
    margin-top: 5px;
  }
  footer {
    min-height: 94svh;
  }
}
@media screen and (max-height: 400px) and (orientation: landscape) {
  header nav .login-and-cart .cart-sidebar {
    width: 100%;
  }
  header nav .login-and-cart .cart-sidebar p {
    margin-top: 100px;
  }
  .opened-comment {
    height: 100svh;
  }
  .opened-comment .upper-side {
    height: 25%;
  }
  .opened-comment .middle-side {
    height: 55%;
  }
  .opened-comment .lower-side {
    height: 20%;
  }
  section .product-grid-container {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(100px, 50vw);
  }
  section .big-text {
    margin-bottom: 30px;
  }
  footer form {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=large_mobile_sale.css.map */