@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 {
    padding-top: 60px;
  }
  section .header {
    font-size: 40px;
    margin-bottom: 40px;
  }
  section .text-container {
    padding: 0px 12% 70px 12%;
  }
  section .text-container .subtitle {
    font-size: 34px;
  }
  section .text-container .mini-subtitle {
    margin-bottom: 20px;
  }
  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 {
    padding-top: 40px;
  }
  section .header {
    font-size: 32px;
    margin-bottom: 30px;
  }
  section .text-container .subtitle {
    font-size: 28px;
  }
  section .text-container .mini-subtitle {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  section .text-container .margin-class {
    margin-top: 30px;
  }
  section .text-container .second {
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=large_mobile_store_policies.css.map */