.single {
  background: #f9f9f9;
}

.woocommerce-breadcrumb {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
}
h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 41px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-number {
  font-weight: 500;
  font-size: 12.69px;
  line-height: 20px;
  color: #00000080;
}
.product-pack {
  font-weight: 500;
  font-size: 15.41px;
  line-height: 25.5px;
  color: #00000080;
}
.summary .price {
  margin-top: 10px;
  margin-bottom: 20px;
}
.summary .price,
.summary .price span,
.summary .price bdi {
  font-weight: 700;
  font-size: 34.06px;
  line-height: 35.54px;
}
#page .summary .woocommerce-Price-currencySymbol {
  font-weight: 400;
  font-size: 24.77px;
  line-height: 35.54px;
  text-transform: uppercase;
}
.price-w-pdv {
  font-weight: 400;
  font-size: 12px;
  display: block;
  color: #707070;
  margin-top: 10px;

  line-height: 11.62px;
}
.tab-item > a {
  display: block;
  padding: 25px 0 !important;
  width: 100%;
  border-top: 1px solid #e5e7eb;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  line-height: 25.5px;
}
.tab-item:last-of-type > a {
  border-bottom: 1px solid #e5e7eb !important;
}
.custom-product-tabs .tab-item {
  margin-bottom: 0 !important;
}
#page .custom-product-tabs {
  margin-bottom: 40px;
}
.tab-item > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background: #000;
}
.tab-item > a::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  background: #000;
}
.tab-item.active > a:after {
  opacity: 0;
}
.tab-content p {
  font-size: 14px;
  padding-bottom: 30px;
}
.product-meta-below li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.flex-control-nav.flex-control-thumbs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding: 10px 0;
  margin: 0;
  gap: 10px;
  cursor: grab;
  /* user-select: none; */
}

.flex-control-nav.flex-control-thumbs:active {
  cursor: grabbing;
}

.flex-control-nav.flex-control-thumbs li {
  flex: 0 0 auto;
  list-style: none;
  transition: transform 0.2s;
}

.flex-control-nav.flex-control-thumbs img {
  display: block;
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 4px;
  /* pointer-events: none; */
}
.related-products-section {
  margin-top: 55px;
  position: relative;
  padding-top: 55px;
}
.woocommerce-product-gallery__wrapper a {
  display: flex;
  width: 100%;
}

.woocommerce-product-gallery__wrapper a img {
  width: 100%;
}
.flex-control-thumbs {
  margin-top: 30px;
}
.single-product
  div.product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.woocommerce-product-gallery__wrapper {
  position: relative;
}

.custom-dots-container {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
}

.custom-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e5e7eb;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-dot.active {
  background-color: #9ca3af;
}
.type-product {
  overflow-x: hidden;
}
.related-products-section::after {
  position: absolute;
  content: "";
  top: 0;
  width: 200vw;
  transform: translateX(-50%);
  background: #e5e7eb;
  height: 1px;
  left: 0;
}
ul.products li.product {
  float: unset !important;
}
.related-products-section > h2 {
  font-weight: 500;
  max-width: 558px;
  font-size: 35.55px;
  line-height: 45.84px;
  margin-bottom: clamp(10px, 3.5947712418vw, 35px);
}
.related-products-section .products {
  display: flex;
  gap: 17px;
}
.related-products-section .products li {
  width: calc(25% - 16px);
  /* padding: 0; */
  background: white;
  margin-right: 0 !important;
}
.related.products > h2 {
  display: none !important;
}
ul.products li.product img {
  object-fit: cover;
  aspect-ratio: 1/1;
}
.product {
  background: #f9f9f9;
}
.quantity input {
  background: transparent;
}

.mini-cart-holder .woocommerce-Price-currencySymbol {
  font-size: 17px !important;
}
.quantity-input {
  background: #fff !important;
  -moz-appearance: textfield !important;
  appearance: none !important;
  -moz-appearance: textfield;
  -webkit-appearance: none !important;
}
.related .price {
  font-weight: 700;
  font-size: 17.46px;
  line-height: 18.21px;
}
.woocommerce-loop-product__title {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .related-products-section > h2 {
    line-height: 1.1;
    font-size: 28px;
  }
  h1 {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 575px) {
  .product {
    padding: 15px 0;
  }
  .related-products-section .products {
    display: block !important;
    gap: 0 !important;
  }
  .related .slick-track {
    display: flex !important;
  }
  .related li {
    margin-left: 10px !important;
  }
  .related .slick-list {
    margin-left: -10px !important;
  }
  .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 1;
  }
  .related-products-section .products li {
    padding: 15px !important;
  }
  .product-pack {
    line-height: 1;
    font-size: 12px;
  }
  .related .price {
    line-height: 1;
    font-size: 14px;
  }
}
