@charset "UTF-8";
#productDetailMain .product-detail-body-wrap {
  max-width: 1140px;
}
@media (min-width: 992px) {
  #productDetailMain .product-detail-sidebar #cart-control-panel {
    position: sticky;
    top: 20px;
  }
}
#productDetailMain .quantity-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*background-color: #f8f9fa; !* 淺灰色背景 *!*/
  margin-top: 5px;
  transition: opacity 0.3s ease; /* 平滑過渡效果 */
  border: black solid 1px;
  border-radius: 50rem;
}
#productDetailMain .quantity-cart-section .pill {
  border-radius: 50rem; /* 膠囊形狀 */
  background-color: #f8f9fa;
  width: 100%;
  margin-right: 20px;
}
#productDetailMain .quantity-controls .btn {
  color: #6c757d; /* 次要文字顏色 */
  font-size: 1.5rem; /* 放大加減符號 */
  padding: 0 0.5rem; /* 調整按鈕內距 */
}
#productDetailMain .quantity-alert {
  border-radius: 30px;
  color: #ff0000;
  font-size: 0.875rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7411764706);
  padding: 5px 10px;
}

#productDetailSection .container {
  max-width: 1200px;
}
#productDetailSection .productDetailSwiper {
  height: 600px;
}
#productDetailSection .productDetailSwiper .swiper {
  height: 600px;
}
#productDetailSection .productDetailSwiper .swiper-slide {
  height: 600px;
}
#productDetailSection .productDetailSwiper .swiper-slide img.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
@media (max-width: 767.98px) {
  #productDetailSection .productDetailSwiper,
  #productDetailSection .productDetailSwiper .swiper,
  #productDetailSection .productDetailSwiper .swiper-slide {
    height: 300px;
  }
}

#productDetailMain .productThumbsSwiper {
  width: 100%;
  /*height: 160px;*/
  overflow: hidden;
}
#productDetailMain .productThumbsSwiper .swiper-slide {
  /*height: 160px*/
}
#productDetailMain .productThumbsSwiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 300/200;
  border-radius: 10px;
  opacity: 0.5;
}
#productDetailMain .productThumbsSwiper .swiper-slide-thumb-active img {
  opacity: 1;
}

#productDetailSectionBody .cover {
  width: 100%;
  aspect-ratio: 300/80;
  margin-bottom: 2rem;
}
#productDetailSectionBody .container {
  max-width: 1200px;
}

#productDetailSectionTable .container {
  max-width: 1200px;
}
#productDetailSectionTable .table {
  border: white;
}
#productDetailSectionTable .table th {
  width: 10.4166666667vw;
}
#productDetailSectionTable .table th, #productDetailSectionTable .table td {
  padding: 2rem;
  text-align: left;
  border-bottom: 1px solid #000;
}
#productDetailSectionTable .table tr:last-child th {
  border-bottom: none;
}
#productDetailSectionTable .table tr:last-child td {
  border-bottom: none;
}
#productDetailSectionTable .table th {
  border-right: 1px solid #000;
}
#productDetailSectionTable .PS_qty_control {
  display: flex;
  align-items: center;
  border-radius: 50rem;
  border: black solid 1px;
  padding: 0 10px;
}
#productDetailSectionTable .PS_qty_control button {
  font-size: 1.5rem;
}
#productDetailSectionTable .PS_qty_control input {
  border: unset;
}

/*# sourceMappingURL=style-product-detail.css.map */
