/* Bokai Index Product Section */
.bokai_index_product_main {
  /* background-color: var(--bg-color, #ffffff); */
  padding: var(--section-padding) 0px;
}

.bokai_index_product_main .bokai_index_product_container {
}

.bokai_index_product_main .bokai_index_product_content {
  display: flex;
  gap: 5rem;
}

/* Left Section */
.bokai_index_product_main .bokai_index_product_left {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  /* flex: 0 0 40rem; */
}

.bokai_index_product_main .bokai_index_product_title_section {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Label */
.bokai_index_product_main .bokai_index_product_label {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.bokai_index_product_main .bokai_index_product_label_line {
  width: 4.25rem;
  height: 4px;
  background-color: var(--color-primary, #36be6a);
  border-radius: 2px;
}

.bokai_index_product_main .bokai_index_product_label_text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--font-size-md);
  line-height: 1.5;
  color: var(--text-color-second, #9b9b9b);
}

/* Main Title */
.bokai_index_product_main .bokai_index_product_main_title {
  font-family: var(--title-font-family);
  font-weight: 700;
  font-size: var(--font-size-h1);
  line-height: 1.125;
  color: var(--title-text-color, #1e3f2a);
  margin: 0;
}

/* Description */
.bokai_index_product_main .bokai_index_product_description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-h4);
  line-height: 1.25;
  color: #9b9b9b;
  margin: 0;
}

/* Category Buttons */
.bokai_index_product_main .bokai_index_product_categories {
  display: flex;
  gap: 1.25rem;
}

.bokai_index_product_main .bokai_index_product_category_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0.85rem 1.25rem;
  border-radius: 200px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-md);
  color: #9b9b9b;
  line-height: 1.17;
  width: max-content;
  background-color: #fff;
  border: 4px solid #f8f8f8;
  min-width: 17.5rem;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.bokai_index_product_main .bokai_index_product_category_btn.active {
  background: var(--color-primary, #36be6a);
  color: #ffffff;
  border-color: var(--color-primary, #36be6a);
}

.bokai_index_product_main
  .bokai_index_product_category_btn.active
  .category_icon
  svg {
  stroke: #ffffff;
}

.bokai_index_product_main .bokai_index_product_category_btn .category_icon {
  display: none;
  align-items: center;
  justify-content: center;
}

.bokai_index_product_main
  .bokai_index_product_category_btn.active
  .category_icon {
  display: flex;
}

.bokai_index_product_main .bokai_index_product_category_btn .category_icon svg {
  width: 24px;
  height: 24px;
}

/* Right Section */
.bokai_index_product_main .bokai_index_product_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Featured Product */
.bokai_index_product_main .bokai_index_product_featured {
  position: relative;
  width: 45rem;
  max-height: 524px;
  flex-shrink: 0;
  /* height: 360px; */
  border-radius: 16px;
  border: 4px solid #f8f8f8;
  overflow: hidden;
  background-color: #ffffff;
}

.bokai_index_product_main .bokai_index_product_featured_bg {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bokai_index_product_main .bokai_index_product_featured_bg::after {
  content: '';
  position: absolute;
  right: -3.6875rem;
  bottom: -11.25rem;
  border-radius: 50%;
  background: linear-gradient(164deg, #d9d9d9 -33.02%, #fff 35.64%);
  width: 22.125rem;
  height: 22.125rem;
  aspect-ratio: 1/1;
  z-index: 1;
}

.bokai_index_product_main
  .bokai_index_product_featured
  .featured_product_image {
  width: 100%;
  /* height: 100%; */
  height: 80%;
  z-index: 2;
  object-fit: contain;
  position: relative;
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.bokai_index_product_main .bokai_index_product_featured_title {
  position: absolute;
  z-index: 2;
  bottom: 2.5rem;
  right: 2.5rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-h4);
  line-height: 1.25;
  color: var(--text-color, #1e3f2a);
  margin: 0;
  text-align: right;
}

/* Product Grid - Swiper */
.bokai_index_product_main .bokai_index_product_grid {
  width: 100%;
  padding: 2.5rem 0;
  overflow: hidden;
}

.bokai_index_product_main .bokai_index_product_grid .swiper-wrapper {
  display: flex;
}

.bokai_index_product_main .bokai_index_product_grid .swiper-slide {
  height: auto;
}

.bokai_index_product_main .bokai_index_product_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: 16px;
  border: 4px solid transparent;
  margin-right: 1.25rem;
  /* max-height: 16.625rem; */
  max-width: 10.125rem;
  min-width: 140px;
  box-sizing: border-box;
  background: #f8f8f8;
  cursor: pointer;
  transition:
    border-color 0.3s ease,
    background 0.3s ease;
}

.bokai_index_product_main
  .bokai_index_product_card:hover
  .bokai_index_product_card_image
  img,
.bokai_index_product_main
  .bokai_index_product_card.active
  .bokai_index_product_card_image
  img {
  transform: scale(1.15);
  transition: transform 0.3s;
}

.bokai_index_product_main .bokai_index_product_card.active {
  border-color: var(--color-primary);
  background: rgba(121, 232, 163, 0.1);
}

.bokai_index_product_main .bokai_index_product_card_image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
}

.bokai_index_product_main .bokai_index_product_card .product_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.bokai_index_product_main .bokai_index_product_card_title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: var(--font-size-sm);
  line-height: 1.4;
  color: var(--text-color);
  margin: 0;
  text-align: center;
}

/* Bottom Button */
.bokai_index_product_main .bokai_index_product_bottom_btn {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.bokai_index_product_main .bokai_index_product_btn {
  display: inline-flex;
  align-items: center;
  padding: 1.25rem 4rem;
  background-color: var(--color-primary, #36be6a);
  color: #ffffff;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: var(--font-size-md);
  line-height: 1.17;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .bokai_index_product_main .bokai_index_product_content {
    flex-direction: column;
    gap: 2rem;
  }

  .bokai_index_product_main .bokai_index_product_left {
    flex: 0 0 auto;
    gap: 2rem;
  }

  .bokai_index_product_main .bokai_index_product_featured {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 768px) {
  .bokai_index_product_main .bokai_index_product_category_btn {
    padding: 1rem 1.5rem;
  }
  .bokai_index_product_main .bokai_index_product_featured_bg::after {
    display: none;
  }
  .bokai_index_product_main .bokai_index_product_categories {
    flex-direction: column;
  }
}
