@media (min-width: 992px) {
  .pb-lg-160 {
    padding-bottom: 160px;
  }
}

.custom-gap {
  --bs-gutter-x: 60px;
}

.max-880 {
  max-width: 880px;
}

.banner {
  max-width: 412px;
  height: auto;
}

.card-title,
.card-price {
  line-height: 26px;
  font-weight: 600;
}

.card-title {
  font-size: 20px;
}
@media (min-width: 992px) {
  .card-title {
    font-size: 24px;
  }
}

.card-price {
  font-size: 16px;
  color: #a57c58;
}
@media (min-width: 992px) {
  .card-price {
    font-size: 20px;
  }
}

.card-description {
  font-size: 16px;
}
@media (min-width: 992px) {
  .card-description {
    font-size: 20px;
  }
}

.input-number-group {
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 16px;
  margin-bottom: 28px;
}

/* 商品圖片切換樣式 */
.product-thumbnail {
  opacity: 0.6;
  transition: opacity 0.2s;
  cursor: pointer;
}

.product-thumbnail:hover {
  opacity: 0.8;
}

.product-thumbnail.active {
  opacity: 1;
  border-color: #a57c58 !important;
  border-width: 2px !important;
}

.product-description {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 992px) {
  .product-description {
    font-size: 20px;
  }
}

.product-content {
  white-space: pre-line;
  color: #585858;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 28px;
}

@media (min-width: 992px) {
  .product-content {
    font-size: 20px;
  }
}
