@media screen and (max-width: 1200px) and (min-width: 810px) {
  /* pages product listing */
  .section-product {
    padding: 0 32px;
  }
  .product-list,
  .product-list-grid-item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .product-list-item #img-product,
  .product-card #img-product {
    height: auto;
  }
  .product-listing-banner-title h1 {
    font-size: 24px;
  }
  .product-listing-banner-title p {
    font-size: 14px;
  }
  /* category */
  .product-list-category.swiper {
    margin: 24px auto 27px;
    max-width: calc(100% - 50px);
    width: calc(100% - 50px);
  }
  .product-list-category .swiper-slide {
    flex: 0 0 auto !important;
  }
  .product-list-category-img {
    width: -webkit-fill-available;
  }
  .swiper-button-prev {
    left: -8% !important;
    transform: translateX(0);
  }
  .swiper-button-next {
    right: -8% !important;
    transform: translateX(0);
  }
  /* product detail  */
  .section-product-detail-content {
    padding: 0;
  }
  .product-card-title,
  .product-detail-breadcrumb {
    padding: 16px 0 !important;
    align-items: start;
  }
  .product-detail-prototype-right {
    width: -webkit-fill-available;
    padding: 0 32px;
  }
  /* prototype */
  .product-card-prototype,
  .product-detail-prototype {
    flex-direction: column;
  }
  .product-detail-title {
    font-size: 20px;
  }
  .product-detail-favorite-btn button {
    font-size: 16px;
  }
  /* service */
  .product-detail-service-title p {
    font-size: var(--fs-14);
    line-height: 24px;
  }
  .product-detail-service-title span {
    font-size: 12px;
  }
  /* pages card */
  #section-product-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  /* modal tu van ngay */
  .consult-modal__body {
    min-width: 0;
  }
  .consult-modal.show {
    padding: 0 44px;
  }
  .consult-modal__left {
    flex: 0.6;
  }
  .consult-modal__right {
    padding: 24px 16px;
    flex: 0.4;
  }
  .consult-modal__right form {
    gap: 12px;
  }
  #consult-modal__right-form-button {
    margin-top: 12px;
  }
  .consult-modal__right-title {
    font-size: var(--fs-20);
    line-height: 32px;
  }
  /* modal card */
  .consult-modal-card-loading__dialog,
  .consult-modal-card__dialog {
    max-width: -webkit-fill-available;
  }
  .consult-modal-card-loading__dialog,
  .consult-modal-card__dialog {
    min-width: 0;
  }
  .consult-modal__close {
    right: 16px;
  }
}
