@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;
  }
  .section1 {
    height: 37.5svh;
    background-position: 50% 40%;
    background-attachment: scroll;
    display: block;
  }
  .section1 .banner-info {
    display: none;
  }
  .mobile-section1 {
    height: 46svh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 0;
  }
  .section2 {
    min-height: 80svh;
    gap: 0;
    flex-direction: column;
  }
  .section2 div {
    width: 100%;
    height: 250px;
    background-position: top;
  }
  .section2 div:nth-child(1) {
    background-position: top;
  }
  .section2 div:nth-child(3) {
    background-position: top;
  }
  .section2 div a {
    font-size: 26px;
  }
  .section3 {
    height: 59.1svh;
    background-attachment: scroll;
    background-position: 10% center;
  }
  .section3 div {
    width: 420px;
  }
  .section3 div p:first-child {
    font-size: 28px;
  }
  .section3 div p:nth-child(2) {
    font-size: 28px;
  }
  .section3 div p:nth-child(3) {
    font-size: 14px;
    line-height: 24px;
  }
  .section4 {
    min-height: 54svh;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .section4 .grid-logo-container {
    grid-template-columns: 1fr;
  }
  .section5 {
    min-height: 60svh;
    padding-top: 35px;
  }
  .section5 h1 {
    font-size: 32px;
    margin-bottom: 55px;
  }
  .section5 .product-grid-container {
    grid-template-columns: 15px 1fr 1fr 15px;
    grid-auto-rows: minmax(280px, 70vw);
  }
  .section5 .product-grid-container .product-card:nth-child(4) {
    display: none;
  }
  .section6 {
    height: 32svh;
  }
  .section6 a:first-child {
    font-size: 32px;
  }
  .section6 a:nth-child(2) {
    text-align: center;
    font-size: 24px;
    width: 200px;
  }
  .section7 {
    padding-bottom: 20px;
  }
  .section7 .s7-image-container {
    min-height: 70svh;
    width: 92%;
    gap: 10px;
  }
  .section7 .s7-image-container .s7-image:nth-child(7) {
    display: unset;
  }
  .section7 .s7-image-container .s7-image:nth-child(8) {
    display: unset;
  }
  .section7 .s7-image-container .s7-image:nth-child(9) {
    display: unset;
  }
  .section7 .s7-image-container .s7-image:nth-child(10) {
    display: unset;
  }
  .section7 .s7-image-container .s7-image:nth-child(11) {
    display: unset;
  }
  .section7 .s7-image-container .s7-image:nth-child(12) {
    display: unset;
  }
  .section7 .s7-image-container .s7-image a {
    font-size: 12px;
  }
  .section7 .darkening-btn {
    display: none;
  }
  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%;
  }
  .section1 {
    height: 80svh;
    background-position: center;
  }
  .section1 .banner-info {
    display: none;
  }
  .mobile-section1 {
    height: 100svh;
  }
  .section3 {
    height: 100svh;
  }
  .section5 {
    padding-bottom: 20px;
  }
  .section5 h1 {
    margin-bottom: 20px;
  }
  .section6 {
    height: 60svh;
  }
  footer form {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style_large_mobile.css.map */