
/* ADO Widgets v1.9.11 — Native Woo product-page cleanup fallback.
   Elementor remains the preferred product-page visual owner. */

.single-product .product_meta{display:none!important}
.single-product .woocommerce-variation-description{display:none!important}

/* Restore/show the main Woo gallery cleanly when a theme/plugin leaves it collapsed. */
.single-product div.product .woocommerce-product-gallery{
  opacity:1!important;
  visibility:visible!important;
}
.single-product div.product .woocommerce-product-gallery__wrapper{
  margin:0!important;
}
.single-product div.product .woocommerce-product-gallery__image{
  display:block!important;
  width:100%!important;
}
.single-product div.product .woocommerce-product-gallery__image img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:3/4;
  object-fit:contain;
  object-position:center;
  display:block!important;
  background:#fbf8f1;
}
.single-product .flex-control-thumbs{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:10px 0 0!important;
  padding:0!important;
  list-style:none!important;
}
.single-product .flex-control-thumbs li{
  width:auto!important;
  float:none!important;
  margin:0!important;
}
.single-product .flex-control-thumbs img{
  width:100%!important;
  aspect-ratio:1/1;
  object-fit:cover;
  border:1px solid #e7dfd2;
  border-radius:4px;
}

/* Product summary */
.single-product .summary .price,
.single-product .woocommerce-variation-price .price{
  color:#9b7700!important;
}
.single-product .woocommerce-product-details__short-description ul{
  padding-left:18px;
  margin:16px 0;
}
.single-product .woocommerce-product-details__short-description li{
  margin:4px 0;
}
.single-product .single_add_to_cart_button.button,
.single-product .single_add_to_cart_button.button.alt,
.single-product .related.products a.button{
  background:#063D34!important;
  color:#fff!important;
  border:1px solid #063D34!important;
  border-radius:4px!important;
  min-height:42px;
  padding:11px 18px!important;
  font-weight:700!important;
  letter-spacing:.02em;
}
.single-product .single_add_to_cart_button.button:hover,
.single-product .single_add_to_cart_button.button.alt:hover,
.single-product .related.products a.button:hover{
  background:#C89B45!important;
  border-color:#C89B45!important;
  color:#063D34!important;
}

/* Clean tabs: Description is renamed Care when using the cleaned catalogue data. */
.single-product .woocommerce-tabs{
  margin-top:42px;
}
.single-product .woocommerce-tabs ul.tabs{
  border-bottom:1px solid #e7dfd2!important;
  padding:0!important;
}
.single-product .woocommerce-tabs ul.tabs li{
  border:0!important;
  background:transparent!important;
  margin:0 20px 0 0!important;
  padding:0!important;
}
.single-product .woocommerce-tabs ul.tabs li a{
  padding:12px 0!important;
  color:#41534d!important;
}
.single-product .woocommerce-tabs ul.tabs li.active a{
  color:#063D34!important;
  border-bottom:2px solid #C89B45;
}
.single-product .woocommerce-tabs .panel h2:first-child{
  font-family:Georgia,serif;
  color:#063D34;
  font-size:28px;
  font-weight:500;
}

/* Native Woo video fallback */
.ado-native-product-videos{
  width:100%;
  background:#fbf8f1;
  margin:48px 0 20px;
  padding:48px 24px;
  clear:both;
}
.ado-native-product-videos-inner{
  max-width:1240px;
  margin:0 auto;
}
.ado-native-video-kicker{
  display:block;
  color:#C89B45;
  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  margin-bottom:7px;
}
.ado-native-product-videos h2{
  margin:0 0 22px;
  color:#063D34;
  font-family:Georgia,serif;
  font-size:34px;
  font-weight:500;
}
.ado-native-product-video-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.ado-native-product-video-grid.ado-native-video-count-1{
  grid-template-columns:minmax(0,620px);
}
.ado-native-product-video{
  margin:0;
  background:#000;
  border-radius:8px;
  overflow:hidden;
}
.ado-native-product-video video,
.ado-native-product-video iframe{
  width:100%!important;
  aspect-ratio:9/16;
  max-height:720px;
  object-fit:cover;
  display:block;
}

/* Related products */
.single-product .related.products{
  max-width:1240px;
  margin:44px auto 0!important;
}
.single-product .related.products>h2{
  color:#063D34;
  font-family:Georgia,serif;
  font-size:32px;
  font-weight:500;
}
.single-product .related.products ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after{display:none!important}
.single-product .related.products ul.products li.product{
  width:auto!important;
  float:none!important;
  margin:0!important;
}
.single-product .related.products ul.products li.product>a>img,
.single-product .related.products ul.products li.product img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:3/4;
  object-fit:cover;
  display:block!important;
  margin:0 0 12px!important;
  background:#fbf8f1;
}
.single-product .related.products .woocommerce-loop-product__title{
  color:#17231f!important;
  font-size:15px!important;
  line-height:1.35;
}

@media(max-width:1024px){
  .single-product .related.products ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:767px){
  .single-product div.product .woocommerce-product-gallery__image img{
    aspect-ratio:4/5;
  }
  .single-product .flex-control-thumbs{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .ado-native-product-videos{
    padding:30px 16px;
    margin-top:32px;
  }
  .ado-native-product-videos h2{font-size:27px}
  .ado-native-product-video-grid{
    grid-template-columns:1fr!important;
  }
  .ado-native-product-video video,
  .ado-native-product-video iframe{
    max-height:none;
  }
  .single-product .related.products ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
}
