@media only screen and (max-width: 690px) {
  html,
  body {
    overflow-x: hidden;
  }

  #ajax-content-wrap .product-all .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
  }

  #ajax-content-wrap .product-all .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
  }

  #ajax-content-wrap .product-all .owl-carousel .carousel-item {
    display: flex;
    min-height: 430px;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
  }

  #ajax-content-wrap .product-all .owl-carousel .carousel-item > .img-with-aniamtion-wrap {
    width: min(62vw, 230px) !important;
    max-width: 230px !important;
    margin: 0 auto 20px !important;
  }

  #ajax-content-wrap .product-all .owl-carousel .carousel-item .img-with-aniamtion-wrap .inner,
  #ajax-content-wrap .product-all .owl-carousel .carousel-item .hover-wrap,
  #ajax-content-wrap .product-all .owl-carousel .carousel-item .hover-wrap-inner {
    display: flex !important;
    width: 100% !important;
    height: clamp(300px, 82vw, 360px);
    max-width: none !important;
    align-items: flex-end;
    justify-content: center;
  }

  #ajax-content-wrap .product-all .owl-carousel .carousel-item img {
    display: block;
    width: auto !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  #ajax-content-wrap .product-all .owl-carousel .carousel-item h1 {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: 0.95 !important;
    white-space: normal;
  }

  #ajax-content-wrap .pouch-m .nectar-3d-transparent-button,
  #ajax-content-wrap .nectar-3d-transparent-button {
    width: min(86vw, 280px) !important;
    height: 48px !important;
    line-height: 48px !important;
    visibility: visible !important;
  }

  #ajax-content-wrap .nectar-3d-transparent-button a,
  #ajax-content-wrap .nectar-3d-transparent-button .inner-wrap,
  #ajax-content-wrap .nectar-3d-transparent-button .front-3d,
  #ajax-content-wrap .nectar-3d-transparent-button .back-3d,
  #ajax-content-wrap .nectar-3d-transparent-button svg {
    width: 100% !important;
    height: 100% !important;
  }

  #ajax-content-wrap .nectar-3d-transparent-button .button-text {
    font-size: 10.5px !important;
    letter-spacing: 0 !important;
  }

  #ajax-content-wrap .sec_footer #menu-footer > li > a,
  #ajax-content-wrap input[type="submit"],
  #ajax-content-wrap button[type="submit"] {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 360px) {
  #ajax-content-wrap .nectar-3d-transparent-button .button-text {
    font-size: 9.5px !important;
  }
}
