.swiper-wrapper {
  flex-wrap: nowrap;
}
.swiper-slide {
  flex-shrink: 0;
}

/*intro home*/
.intro-home {
  padding: 0 var(--section);
}
.intro-home .sec-container {
  padding: 2.75rem 2.75rem 0;
}
.intro-home .grid-cols-3 {
  display: grid;
  grid-template-columns: 22rem 23.375rem 1fr;
}
.intro-home .col-1 .box-review .icon-box {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 1rem;
}
.intro-home .col-1 .box-review .icon-box img {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  object-fit: cover;
}
.intro-home .col-1 .box-review .icon-box .box-text {
  padding: 0;
}
.intro-home .col-1 .box-review .icon-box .box-text .name {
  color: #eedabc;
  font-size: 1.125rem;
  font-weight: 500;
}
.intro-home .col-1 .box-review .content {
  color: #c6e5e3;
  text-align: justify;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.intro-home .col-1 .box-num {
  border-radius: 0.5rem;
  background-image: url("/wp-content/uploads/2025/08/bg_num.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.5rem;
  overflow: hidden;
  margin-top: 3.6rem;
}
.intro-home .col-1 .box-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
}
.intro-home .col-1 .box-img img {
  flex-shrink: 0;
  height: 2.09075rem;
  object-fit: contain;
  width: auto;
}
.intro-home .col-1 .box-img .number-run {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.313rem;
  height: 3.375rem;
  overflow: hidden;
}
.intro-home .col-1 .box-img .number-run .odometer {
  color: #fff;
  font-size: 3.375rem;
  font-weight: 700;
}

.intro-home .col-1 .box-img .number-run .charter {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.45rem;
  margin-bottom: 1.5rem;
}
.intro-home .col-1 .box-num .desc {
  margin-top: 3rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  max-width: 11rem;
}
.intro-home .col-2 {
  padding-left: 0.8rem;
}
.intro-home .col-2 .image-cover {
  padding-top: 0;
  height: 27.3125rem;
}
.intro-home .col-3 {
  padding-left: 3.75rem;
}
.intro-home .col-3 .box-item {
  display: flex;
  column-gap: 1.4rem;
}
.intro-home .col-3 .box-item:nth-child(n + 2) {
  margin-top: 2.56rem;
}
.intro-home .col-3 .box-item .icon-box {
  width: 4.6875rem;
  height: 4.6875rem;
  flex-shrink: 0;
  border-radius: 99rem;
  border: 1px solid #eedabc;
  padding: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #02322f;
}
.intro-home .col-3 .box-item .icon-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.intro-home .col-3 .box-item .box-text {
  padding: 0;
}
.intro-home .col-3 .box-item .box-text .title {
  color: #eedabc;
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.55rem;
  line-height: normal;
}
.intro-home .col-3 .box-item .box-text .desc {
  color: #c6e5e3;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .intro-home {
    padding: 0;
  }
  .intro-home .sec-container {
    padding: 1rem 1rem 0;
  }
  .intro-home .grid-cols-3 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 3.5rem;
  }
  .intro-home .col-2 {
    padding: 0;
    order: 1;
  }
  .intro-home .col-2 .image-cover {
    height: 21rem;
    width: 85%;
    margin: auto;
  }
  .intro-home .col-3 {
    padding-left: 0;
  }
  .intro-home .col-3 .box-item .icon-box {
    width: 3.5rem;
    height: 3.5rem;
    padding: 1rem;
  }
  .intro-home .col-3 .box-item .box-text .title {
    font-size: 1rem;
  }
  .intro-home .col-3 .box-item .box-text .desc {
    font-size: 0.875rem;
  }
}

/* product-hot */
.product-hot {
  padding: 4.25rem var(--section) 2.5rem;
}
.product-hot .sec-container .grid-cols-2 {
  display: grid;
  grid-template-columns: 25.4375rem 1fr;
  column-gap: 1.25rem;
}
.product-hot .sec-container .grid-cols-2 .col-1 .image-cover {
  padding-top: 0;
  height: 33.5rem;
}
.product-hot .sec-container .product-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
}
.products-vertical .product-small .box-text .ux-swatches {
  display: flex;
  column-gap: 0.5rem;
  margin-left: 1px;
  margin-top: 1rem;
  margin-bottom: 0rem;
}
.products-vertical .ux-swatches-in-loop .ux-swatch.selected {
  box-shadow: none;
}
.products-vertical .product-small .box-text .ux-swatches .ux-swatch--color {
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
}
.products-vertical .product-small .box-text .price-wrapper {
  margin: 1rem 0 1.5rem;
}
.products-vertical .swiper-slide {
  height: auto;
}
.products-vertical .product-small.col {
  background: #faf8f4;
  height: 100%;
}
.products-vertical .product-small.col .col-inner {
  height: 100%;
}
.products-vertical .product-small .product-small.box {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  height: 100%;
}
.products-vertical .product-small .product-small.box .box-image {
  margin: 0;
  width: 100%;
  order: 1;
  height: 100%;
}
.products-vertical
  .product-small
  .product-small.box
  .box-image
  .image-fade_in_back,
.products-vertical
  .product-small
  .product-small.box
  .box-image
  .image-fade_in_back
  a {
  height: 100%;
}
.products-vertical .product-small .product-small.box .box-image img {
  height: 100%;
  object-fit: cover;
}
.products-vertical .product-small .product-small.box .box-text {
  padding: 2.25rem 1rem 2.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-vertical .product-small .product-small.box .box-text .title-wrapper {
  order: -2;
}
.products-vertical .product-small .box-text .box-excerpt {
  display: block;
  order: -1;
  color: #575757;
  font-size: 0.875rem;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: normal;
}
.products-vertical .product-small .box-text .button.btn__primary {
  display: flex;
  height: 1.75rem;
  font-size: 0.875rem;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .product-hot {
    padding: 2.75rem var(--section) 2rem;
  }
  .product-hot .sec-container .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.75rem;
  }
  .product-hot .sec-container .grid-cols-2 .col-1 {
    order: 1;
  }
  .product-hot .sec-container .product-content {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.75rem;
  }
  .products-vertical .product-small .product-small.box .box-image {
    order: -1;
  }
  .product-small .onsale-percent {
    left: 0.5rem;
    right: auto;
  }
  .products-vertical .product-small .product-small.box .box-text {
    padding: 1rem;
  }
  .product-hot .sec-container .grid-cols-2 .col-1 .image-cover {
    height: 27rem;
  }
}
/* product-home */
.product-home {
  padding: 4.25rem var(--section) 0;
}
.product-home .product-home__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem 1.25rem;
}
.product-home .product-home__list .product-small .box-image {
  background: #faf8f4;
}
.product-home
  .product-home__list
  .product-small
  .box-text
  .button.btn__primary {
  display: none;
}
@media (max-width: 767.98px) {
  .product-home {
    padding: 2.75rem var(--section) 2rem;
  }
  .product-home .product-home__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem 0.5rem;
  }
}
/* review-home */
.review-home {
  padding: 6.5rem var(--section) 2.5rem;
  position: relative;
}
.review-home::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24.375rem;
  height: 29.625rem;
  clip-path: polygon(95% 0, 100% 4%, 100% 100%, 0 100%, 0% 60%, 0 0);
  background: linear-gradient(306deg, #af936e 1.6%, #e4cfb0 99.29%);
}

.review-home .grid-cols-2 {
  display: grid;
  grid-template-columns: 1fr 69rem;
  column-gap: 1rem;
}
.review-home .grid-cols-2 .col-1 {
  position: relative;
}
.review-home .title-main {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(39%) rotate(-90deg);
  transform-origin: left top;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.review-home .title-main h2 {
  font-size: 5rem;
  font-weight: 400;
  margin-bottom: 0;
}
.review-home .video-fit {
  padding-top: 0 !important;
  height: 24.6875rem;
}
.review-home .video-fit .youtube-video {
  height: 100%;
}
.review-home .video-fit .youtube-video .bg-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .review-home {
    padding: 2.75rem 0 1rem var(--section);
  }
  .review-home .grid-cols-2 {
    grid-template-columns: minmax(0, 1fr);
  }
  .review-home .title-main {
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    transform-origin: unset;
    display: inline-block;
    height: 100%;
    width: 100%;
  }
  .review-home .title-main h2 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  .review-home::before {
    width: 100%;
    height: 100%;
  }
}
