.woocommerce-product-gallery{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 32px;
}
.woocommerce-product-gallery .flex-viewport{
  width: calc(100% - 60px);
}
.flex-control-thumbs{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
}
.flex-control-thumbs li{
  width: 100% !important;
}
.summary div.product_title{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  gap: 10px;
  margin-bottom: 40px;
}
.summary .product_title span.product_sku{
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #BABABA;
  text-align: right;
}
.summary .product_title h1.product_title{
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  color: #36B0AE;
  letter-spacing: 0.28px;
  margin: 0;
}
.summary .cart{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.summary .cart .quantity{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.summary .cart .input-quantity{
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #F0F0F0;
  height: 56px;
}
.summary .cart .input-quantity input{
  color: #000;
  border: none;
  padding: 16px;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}
.summary .cart .input-quantity button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: none;
  padding: 0; 
  margin: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  height: 56px;
  width: 45px;
}
.summary .cart .single_add_to_cart_button{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  padding: 16px;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  background-color: #36B0AE !important;
}
.summary .cart .single_add_to_cart_button::before{
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
.summary .price{
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #36B0AE !important;
  letter-spacing: 0.6%;
  margin-bottom: 47px;
}
.summary .price del{
  color: #BABABA;
  margin-right: 15px;
}
.summary .price ins{
  text-decoration: none;
}

/* Related Products Slider */
.related.products {
  border-top: 2px solid #F2F2F2;
  padding-top: 107px;
  margin-bottom: 150px;
}

.related.products h2 {
  margin-bottom: 41px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.28px;
  text-align: center;
}

.related-products-slider {
  position: relative;
  padding: 0 40px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 49px;
  height: 77px;
  background-color: #fff;
  color: #000;
}

.swiper-button-prev{
  left: -15px;
}

.swiper-button-next{
  right: -15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

/* Product Card in Slider */
.related-products-slider .product-item {
  margin: 0;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: center;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.related-products-slider .product-item .product-item-image {
  width: 100%;
  height: 233px;
  object-fit: cover;
  padding: 0;
  margin: 0;
  background-color: #F4F4F4;
}

.related-products-slider .product-item .onsale{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  background-color: #FF6F91;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 11px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 4px 4px 0;
  min-width: auto;
  min-height: auto;
}

.related-products-slider .product-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 25px;
}

.related-products-slider .product-item .woocommerce-loop-product__link{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 100%;
  margin-bottom: 22px;
  text-align: center;
  flex-grow: 1;
}

.related-products-slider .product-item h2 {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin-bottom: 18px;
  margin-top: 0px;
}

.related-products-slider a .price {
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.related-products-slider a .price del{
  margin-left: 5px;
}

.related-products-slider a .price ins{
  text-decoration: none;
}

.related-products-slider a.add_to_cart_button{
  display: inline-flex;
  align-items: center;
  padding: 10px 21px;
  background-color: #36B0AE !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: auto;
}

.related-products-slider a.add_to_cart_button:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .related-products-slider {
      padding: 0px;
  }
  
  .related.products h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}