.bokai_hot_products_main {
  padding: var(--section-padding) 0;
  background-color: var(--bg-color, #f2fdf6);
  background-image: url('https://okki-shop.oss-cn-hangzhou.aliyuncs.com/templates/shop-default/30159a03-d12d-420c-9d95-1edc239ecb37-webp%202.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bokai_hot_products_main .bokai_hot_products_container {
}

.bokai_hot_products_main .bokai_hot_products_header {
  margin-bottom: 5rem;
}

.bokai_hot_products_main .bokai_hot_products_title {
  font-family: var(--title-font-family, Gabarito);
  font-weight: 700;
  font-size: var(--font-size-h1);
  line-height: 1.125;
  color: var(--title-text-color, #1e3f2a);
  margin: 0 0 1.25rem;
}

.bokai_hot_products_main .bokai_hot_products_description {
  font-family: var(--font-family, Gabarito);
  font-weight: 400;
  font-size: var(--font-size-h4);
  line-height: 1.25;
  color: var(--text-color-second, #9b9b9b);
  margin: 0;
}

.bokai_hot_products_main .bokai_hot_products_grid {
  overflow: hidden;
}

.bokai_hot_products_main .bokai_hot_products_grid .swiper-wrapper {
  display: flex;
  gap: 0px;
}

.bokai_hot_products_main .bokai_hot_products_card {
  width: 19.6875rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  height: auto;
  margin-right: 3.125rem;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.bokai_hot_products_main .bokai_hot_products_card_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 2px solid var(--color-primary, #36be6a);
  border-radius: 40px;
  overflow: hidden;
  padding-bottom: 10px;
}

.bokai_hot_products_main .bokai_hot_products_card_image_wrap {
  width: 100%;
  aspect-ratio: 1;
  background: #f8f8f8;
  aspect-ratio: 315 / 363;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bokai_hot_products_main .bokai_hot_products_card_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.bokai_hot_products_main
  .bokai_hot_products_card:hover
  .bokai_hot_products_card_img {
  transform: scale(1.05);
}

.bokai_hot_products_main .bokai_hot_products_card_title {
  font-family: var(--font-family, Gabarito);
  font-weight: 400;
  font-size: var(--font-size-h4);
  line-height: 1.25;
  color: var(--text-color-second, #9b9b9b);
  margin: 0;
  padding: 0px 1.875rem;
  padding-top: 10px;
  text-align: center;
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bokai_hot_products_main .bokai_hot_products_card_btn_wrap {
  display: flex;
  justify-content: center;
}

.bokai_hot_products_main .bokai_hot_products_card_btn {
  padding: 1rem 2.5rem !important;
  line-height: 1.17 !important;
  font-family: var(--font-family, Gabarito);
  font-weight: 700;
  font-size: var(--font-size-md);
  color: #ffffff;
  width: 100%;
  margin-top: 1.875rem;
}

@media screen and (max-width: 1024px) {
  .bokai_hot_products_main .bokai_hot_products_header {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 576px) {
}
