.col-md-12 {
  flex: 1;
  max-width: 100%;
}

.entry-product-content-section {
  display: none;
}

.potential-gifts {
  margin-top: 48px;
  border-radius: 16px;
}

.potential-gifts h3,
.col-woo-single-content .description h3 {
  color: var(--text-color);
  font-size: var(--heading-xxs);
  font-weight: 700;
  margin-bottom: 24px;
}

.col-woo-single-content .description {
  color: var(--text-color);
  font-size: var(--text-lg);
  font-weight: 400;
  line-height: 1.5;
}

.gifts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 24px;
}

.gift-item {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  text-align: center;
  transition: transform 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.gift-item-index,
.gift-ratio {
  color: var(--secondary-color);
  font-size: var(--text-lg);
  font-weight: 700;
}

.gift-item-name {
  color: var(--secondary-color);
  font-size: var(--text-xxs);
  font-weight: 800;
  line-height: 1.5;
  width: 80%;
  margin-bottom: auto;
}

.gift-image {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.gift-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* 响应式布局 */
@media (max-width: 768px) {
  .gifts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gifts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 12px;
  }

  .gift-item-name {
    width: 100%;
  }
}

.entry-product-page-content {
  background: linear-gradient(0deg, #fdf3fc 0%, #fff 100%);
}

.related.products {
  background: #fdf3fc;
  padding-bottom: 110px;
  position: relative;
}

.related.products .entry-product-section-heading {
  font-size: var(--heading-xxl);
}

.related.products .entry-product-section-heading-btn.desktop {
  display: flex;
  z-index: 10;
}

.related.products .entry-product-section-heading-btn.mobile {
  display: none;
}

.product-info-body.mobile {
  display: none;
}

@media (max-width: 767px) {
  .related.products .entry-product-section-heading-btn.desktop {
    display: none;
  }

  .related.products .entry-product-section-heading-btn.mobile {
    display: flex;
    margin: auto;
  }

  .product-info-body.mobile {
    display: block;
  }

  .product-info-body.desktop {
    display: none;
  }

  .related.products .entry-product-section-heading-wrapper {
    justify-content: center !important;
  }
}

.stock-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-color);
  font-size: var(--text-lg);
  font-weight: 700;
}

.entry-product-quantity-wrapper .quantity-button-wrapper {
  width: 100%;
  margin: 24px 0 48px 0;
}

.entry-product-quantity-wrapper div.quantity {
  width: 100%;
}

.entry-product-quantity-wrapper div.quantity input.qty {
  width: 50%;
  height: 56px;
  margin-left: 25%;
  border-radius: 34px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #121212;
  font-size: 20px;
  font-weight: 700;
}

.entry-product-quantity-wrapper
  .quantity-button-wrapper:not(.quantity-input-hidden)
  label {
  display: none;
}

.entry-product-quantity-wrapper {
  margin-top: 20px;
}

.product-popup-links,
.entry-product-meta-shipping {
  display: none;
}

.product-info-body {
  border-radius: 8px;
  border: 1px solid #ffbcbc;
  padding: 24px;
  background: #fff;
}

.single_add_to_cart_button.button-buy-now {
  margin-bottom: 16px;
}

.single_add_to_cart_button.button-2 {
  order: 1;
  margin-bottom: 0;
}

.related.products .entry-product-section-heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.related.products .entry-product-section-heading-wrapper h2 {
  margin-bottom: 0;
}

.single-product .woo-single-gallery .swiper {
  overflow: visible;
  width: calc(150% + 60px); /* Extend container width */
  margin-left: -30px; /* Create left offset */
  padding: 0 30px;
}

.single-product
  .woo-single-gallery
  .tm-swiper.pagination-style-08
  .swiper-alt-arrow-button {
  display: none;
}

.tm-swiper
  .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  border: none;
  width: 16px;
  height: 16px;
  background: var(--secondary-color);
}

.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet:before,
.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet:hover:before {
  width: 16px;
  height: 16px;
  background: #fad8f6;
}

.single-product .woo-single-gallery .swiper-slide {
  margin-right: 24px;
}

.page-title-bar {
  padding-top: var(--spacing-section);
}

.single-product .page-title-bar {
  margin-bottom: var(--spacing-xxl) !important;
}

.single-product .insight_core_breadcrumb {
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .single-product .insight_core_breadcrumb {
    justify-content: center;
  }

  .entry-product-page-content {
    background: linear-gradient(0deg, #fdf3fc 0%, #fdf3fc 98%, #fff 100%);
  }
}

.insight_core_breadcrumb a,
.insight_core_breadcrumb li {
  font-size: var(--text-md);
  font-weight: 500;
}

.insight_core_breadcrumb li:not(:last-child) {
  color: var(--text-color);
  opacity: 0.5;
}

.insight_core_breadcrumb li:last-child {
  color: var(--text-color);
}

.single-product .col-woo-single-images {
  padding-bottom: var(--spacing-section);
}

.single-product .entry-title {
  font-size: var(--heading-sm);
}

.single-product .col-woo-single-content > div > .price {
  display: flex;
  align-items: center;
  gap: 3px;
  background-color: #fff;
  padding: 7px;
  width: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: var(--spacing-xl);
  margin-top: var(--spacing-xl);
}

.single-product .col-woo-single-content .price .woocommerce-Price-amount {
  font-size: var(--text-lg);
  font-weight: 700;
}

.single-product .product-info-footer {
  padding: var(--spacing-xxl) 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product .entry-product-stock,
.single-product .entry-product-badges {
  display: none;
}