.flexBlock {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* 輪播圖樣式 Start */
.ProductsVertImg {
  width: 100%;
  margin-bottom: 10px;
}

.ProductsVertImgList {
  width: 100%;
  margin-bottom: 10px;
  font-size: 0px;
}

.ProductsVertImgList li {
  width: 25%;
  display: inline-block;
}

.ProductsVertImgList li a {
  display: block;
  padding: 5px;
  width: 100%;
  opacity: .7;
}

.ProductsVertImgList .slick-current li a {
  opacity: 1;
}

.ProductsVertImgList .slick-prev {
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.ProductsVertImgList .slick-next {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.ProductsVertImgList .slick-prev:before,
.ProductsVertImgList .slick-next:before {
  content: '\f077';
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: #868583;
  display: block;
}

.ProductsVertImgList .slick-next:before {
  transform: rotate(180deg);
}

@media only screen and (max-width: 992px) {
  .ProductsVertImgList .slick-prev {
    top: 50%;
    transform: translateX(0);
    transform: translateY(-50%);
    left: 5px;
  }

  .ProductsVertImgList .slick-prev:before {
    transform: rotate(-90deg);
  }

  .ProductsVertImgList .slick-next:before {
    transform: rotate(90deg);
  }

  .ProductsVertImgList .slick-next {
    top: 50%;
    left: auto;
    transform: translateX(0);
    transform: translateY(-50%);
    right: 5px;
  }
}

.ProductsSqImg li a {
  width: 440px;
  height: 440px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
  /* margin: 0 auto; */
}

.ProductsSqImgList a div {
  width: 100px;
  height: 100px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
  margin: 0 auto;
}

.ProductsRectImg li a {
  width: 400px;
  height: 540px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
  /* margin: 0 auto; */
}

.ProductsRectImgList a div {
  width: 90px;
  height: 120px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 991.98px) {
  .ProductsSqImg li a,
  .ProductsRectImg li a {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .wrap-pd {
    padding: 0 1rem;
  }

  .ProductsSqImg li a {
    height: 100%;
  }

  .ProductsSqImg li a,
  .ProductsRectImg li a {
    width: 100%;
    padding-top: 100%;
    /* background-size: contain !important; */
  }

  .ProductsSqImgList a div {
    width: 80px;
    height: 80px;
  }

  .ProductsRectImgList a div {
    width: 60px;
    height: 80px;
  }
}

/* 輪播圖樣式 End */


/* 產品資訊 Start */
.product-details {
  font-family: "KeepCalm";
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-details .title-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-details .title {
  margin: 0;
  text-align: start;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.product-details .pre-order {
  padding: 3px 10px;
  background-color: #eee;
  font-size: 14px;
  font-weight: bold;
}

.product-details .price p {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #DD2A2A;
}

.product-details .price strong {
  font-size: 20px;
  letter-spacing: 1px;
}

.lbProd {
  font-size: 15px;
  color: #515151;
}

.prodSel {
  display: inline-block;
}

.prodSel input[type="radio"] {
  opacity: 0;
  position: absolute;
  appearance: none;
}

.prodSel label {
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #C8C7C7;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.prodSel input[type="radio"]:checked+label {
  background-color: #747474;
  border-color: #747474;
  color: #fff;
}

.prodSel label:hover {
  background-color: #eee;
}

.prodSel.prodSelImg label {
  padding: 0;
  height: auto;
  line-height: 1;
}

.prodSel.prodSelImg input[type="radio"]:checked + label {
  border: 3px solid #C8C7C7;
}

.prodSel.soldout label {
  position: relative;
  opacity: 0.4;
  overflow: hidden;
  cursor: not-allowed;
}

.prodSel.soldout label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom left, transparent calc(50% - 1px), gray 50%, transparent calc(50% + 1px));
}

.customSel {
  padding: 0 30px 0 10px;
  border: 0;
  border-bottom: 1px solid #D6D6D6;
  outline: none;
  font-size: 15px;
  color: #504F51;
}

.customSel1 {
  padding: 0 0 0 10px;
  border: 0;
  border-bottom: 1px solid #D6D6D6;
  outline: none;
  font-size: 15px;
  color: #504F51;
  line-height: 1.2;
}

.qty {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #CFCFCF;
  border-radius: 0.5rem;
}

.qty a {
  padding: 8px 15px;
  display: inline-block;
  color: #626262;
  font-size: 12px;
}

.qty input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
}

.cart-btn-group {
  display: flex;
  justify-content: space-between;
}

.cart-btn-group input {
  width: 50%;
  padding: 8px 15px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 1000;
}

.cart-btn-group input:first-child {
  margin-right: 20px;
}

@media (max-width: 575.98px) { 
  .product-inner {
    padding-bottom: 60px;
  }

  .cart-btn-group {
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: #fff;
  }
}

.gray-btn {
  background-color: #888888;
  color: #fff;
  border-radius: 0.5rem;
  border: 1px solid #888888;
}

.gray-btn:hover {
  background-color: #fff;
  color: #515151;
}

.gray-btn-light {
  background-color: #E1E1E1;
  border-radius: 0.5rem;
  color: #515151;
  border: 1px solid #E1E1E1;
}

.gray-btn-light:hover {
  background-color: #fff;
  border-color: #888888;
}

/* 產品資訊 End */


/* 關鍵字搜尋 Start */
.keyword-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.keyword-tags-gray a {
  padding: 2px 10px;
  border: 1px solid #608292;
  border-radius: 0.5rem;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}

.keyword-tags-gray a:hover {
  color: #fff;
  background-color: #608292;
}

/* 關鍵字搜尋 End */


/* 產品說明 Start */
.tab-body {
  padding: 10px 30px;
}

.tab-body thead,.tab-body tbody,.tab-body tfoot,.tab-body tr,.tab-body td,.tab-body th {
  border-width: 1px;
}

a {
  color: #000;
}

.tab-body img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.border-style.tab-view {
  border: 1px solid #eee;
}

.border-style .tab-head {
  display: flex;
  background-color: #eee;
}

.border-style .tab-head a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
}

.border-style .tab-head a.active {
  background-color: #fff;
  font-weight: bold;
}

.normal-style .tab-head {
  display: flex;
  border-bottom: 1px solid #eee;
}

.normal-style .tab-head a {
  display: block;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 15px;
}

.normal-style .tab-head a.active {
  background-color: #fff;
  font-weight: bold;
}

.normal-style .tab-head a.active span::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #507789;
}

/* 產品說明 End */