/*
Generated time: August 27, 2025 04:28
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
/* Force equal height for product images */
.wpbingo-section--product-tabs-2 .product-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.wpbingo-section--product-tabs-2 .product-card__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* or cover depending on your preference */
}

.wpbingo-section--product-tabs-2 .product-tabs__nav{margin-bottom:20px;overflow-x:auto;overflow-y:hidden}.wpbingo-section--product-tabs-2 .product-tabs__nav ul{display:flex;justify-content:center;position:relative;white-space:nowrap}.wpbingo-section--product-tabs-2 .product-tabs__nav ul li{display:inline-block;white-space:nowrap;margin:0 3.5px;padding-bottom:10px;flex:1}.wpbingo-section--product-tabs-2 .product-tabs__nav ul li:first-child{margin-left:0}.wpbingo-section--product-tabs-2 .product-tabs__nav ul li:last-child{margin-right:0}.wpbingo-section--product-tabs-2 .product-tabs__nav ul li a{display:block;position:relative;text-align:center}.wpbingo-section--product-tabs-2 .product-tabs__nav ul li a.active::before{position:absolute;content:"";width:10px;height:10px;background:#bd0028;bottom:-3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);left:calc(50% - 5px)}.wpbingo-section--product-tabs-2 .slick-arrow{box-shadow:unset}@media (max-width:545px){.wpbingo-section--product-tabs-2 .product-tabs__nav ul{flex-wrap:nowrap;overflow-x:scroll;width:100%;justify-content:inherit}}