/*

 Theme Name:   Carbon Bateries Child

 Description:  Carbon Bateries Child Theme

 Author:       skgenius team

 Author URI:   https://skgenius.com/

 Template:     windoor

 Version:      1.0.0

 Text Domain:  windoor-child

*/


.woocommerce ul.products:not(.product-thumb-bg-image) li.product .product-thumb a.image > div[class*="image"] img {
    position: relative;
    width: auto !important;
    height: 200px;
    margin: auto 0;
    text-align: center;
    object-fit: fill;
    object-position: center;
}


.single-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
}
.product-gallery {
  flex: 1 1 45%;
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 12px;
}
.product-info {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.product-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.product-price {
  font-size: 1.5rem;
  color: #2c7a7b;
  font-weight: 600;
}
.product-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.add-to-cart {
  margin-top: 1.5rem;
}
.single-product-wrapper .product-info .product_meta a:hover,
.shop-products ul.products li.product a:hover {
    color : #8ec641;
}