@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: 50px;
    padding-bottom: 30px;
  }
  section .wrapper-div {
    min-height: 100svh;
    width: 96%;
  }
  section .wrapper-div .product-info {
    margin-top: 40px;
  }
  section .wrapper-div .product-info .purchase-details .product-info-section {
    font-size: 16px;
  }
  section .wrapper-div .product-info .purchase-details .refund-section {
    font-size: 16px;
  }
  section .wrapper-div .product-info .purchase-details .shipping-section {
    font-size: 16px;
  }
  footer {
    min-height: 94svh;
  }
}
@media screen and (max-width: 590px) {
  section {
    padding-top: 40px;
    padding-bottom: 0;
  }
  section .wrapper-div {
    width: 84%;
  }
  section .wrapper-div .product-info {
    margin-top: 30px;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(300px, 120vw) 1fr;
    row-gap: 30px;
  }
  section .wrapper-div .product-info .purchase-details {
    width: 100%;
    grid-template-rows: 70px 52px 280px 1fr 70px 70px 70px;
  }
  section .wrapper-div .product-info .purchase-details .product-code-container .mobile-code {
    display: unset;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 20px;
  }
  section .wrapper-div .product-info .purchase-details .product-code-container .product-name {
    margin-top: 10px;
  }
  section .wrapper-div .product-info .purchase-details .product-code-container .product-code {
    display: none;
  }
  section .wrapper-div .product-info .purchase-details .mobile-details {
    display: unset;
    font-size: 15px;
    font-weight: 200;
  }
  section .wrapper-div .product-description {
    display: none;
  }
}
@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%;
  }
  footer form {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=large-mobile-product-page.css.map */