.single-product .woocommerce-breadcrumb.breadcrumbs {
  text-transform: none;
}
.single-product .product-title {
  color: var(--fs-color-primary); 
}
.single-product .wb_cptb_title,
.single-product .wb_cptb_content,
.single-product .wb_cptb_content p,
.single-product .related-tours h2 {
  color: #000;
}
.single-product .price-wrapper {
  font-size: 14px;
}
.single-product .price span {
  color: var(--fs-color-secondary);
}
.single-product .box-image {
  aspect-ratio: 1;
  object-fit: cover;
}
.single-product .product-images img {
  aspect-ratio: 1;
  object-fit: cover;
}

.single-product .product-container {
  display: flex;
  flex-direction: column-reverse;
}

.single-product .product-section {
  border-top: 2px solid var(--fs-color-secondary);
}

.variations .label {
  display: block;
  width: 100%;
}
.variations .value {
  display: block;
}

.variations_form.cart label {
  font-size: 14px;
}

#booking_date {
  outline: none;
}

#package-type {
  height: 38px;
  font-size: 15px;
}

#booking_time {
  width: 100%;
  height: 38px;
  outline: none;
  box-shadow: none;
}

.product-short-description p {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* Số dòng tối đa */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-page-sections .product-section .large-2 {
  display: none;
}

.product-page-sections .product-section:last-child {
  display: none;
}

/* Product Hero Section */
.product-hero-section {
  position: relative;
  height: 60vh;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .product-hero-section {
    height: 50vh;
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  .product-hero-section {
    height: 40vh;
    min-height: 250px;
  }
}

.page-title.shop-page-title.product-page-title {
    display: none;
}

.product-hero-slogan {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: var(--fs-color-secondary);
}

.product-hero-slogan h2 {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.tours-highlight-list {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.product-hero-tours-highlight .product-title {
  text-align: center;
  margin: 20px 0;
}

.tours-highlight-item {
  padding: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex: 1;
}

.tours-highlight-item {
  justify-content: start;
}

.tours-highlight-item:nth-child(2) {
  justify-content: center;
}

.tours-highlight-item:last-child {
  justify-content: end;
}

.tours-highlight-item p {
  font-size: 1rem;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
}

.tours-highlight-item img {
  width: 30px;
  height: auto;
}