.wc-tabs {
    width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
  }

  .wc-tabs:after {
    border-bottom: none !important;
  }
  
  .tab-nav {
    display: flex;
    border-bottom: 2px solid #218c2c; /* green border */
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  
  .wc-tab-item {
    padding: 12px 24px;
    cursor: pointer;
    border: 2px solid transparent;
    border-bottom: none;
    background: #fff;
    color: #22314b;
    font-weight: 600;
    transition: color 0.2s, border-color 0.2s;
    margin-right: 13px;
  }
  
  .wc-tab-item.active {
    color: #218c2c;
    border: 2px solid #218c2c;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background: #fff;
    margin-bottom: -2px;
    transition: opacity 0.4s ease;
  }
  
  .wc-tab-item:not(.active) {
    border-radius: 0;
    color: #293854;
    position: relative;
    border-color: #D9D9D9;
    border-bottom: none;
  }
  
  .wc-tab-item:not(.active)::after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-radius: 0;
    width: 100%;
    opacity: 1;
  }
  
  .wc-tab-item.active::after {
    display: none;
  }

  .tab-panel {
    display: none;
    border-top: none;
    border-radius: 0;
    background: #fff;
    border-bottom: none;
  }
  
  .tab-panel.active {
    display: block;
  }
  
  .wc-tab-item {
    cursor: pointer;
    padding: 12px 24px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
  }

  #wctab2 .swiper-slide {
    margin-right: 12px;
  }

  .popup-added-to-cart {
    margin-top: 25px;
  }

  .sidebar-slider {
    margin-top: 12px;
  }

  .sidebar-slider .swiper-entry .swiper-custom-left,
  .sidebar-slider .swiper-entry .swiper-custom-right {
    top: 40% !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition-delay: .5s;
  }

  div.popup-added-to-cart .cross-sell-products .swiper-button-next,
  div.popup-added-to-cart .upsell-products .swiper-button-next,
  div.popup-added-to-cart .cross-sell-products .swiper-button-prev,
  div.popup-added-to-cart .upsell-products .swiper-button-prev {
    right: -4% !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 50%;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .1));
    height: 50px !important;
    width: 50px !important;
    z-index: 20 !important;
  }

  div.popup-added-to-cart .cross-sell-products .swiper-button-prev,
  div.popup-added-to-cart .upsell-products .swiper-button-prev {
    left: -4% !important;
  }

  div.popup-added-to-cart .cross-sell-products .swiper-button-next,
  div.popup-added-to-cart .upsell-products .swiper-button-next {
    right: -4% !important;
  }

  .swiper-entry .swiper-button-next:before,
  .swiper-entry .swiper-button-prev:before {
    height: 24px !important;
    width: 24px !important;
  }

  .popup-added-to-cart .product-section-03 {
    margin-top: 25px !important;
  }

  .swiper-entry:hover .swiper-custom-left, .swiper-entry:hover .swiper-custom-right
 {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

div.swiper-entry .swiper-button-disabled.swiper-custom-left,
div.swiper-entry .swiper-button-disabled.swiper-custom-right {
  opacity: .2 !important;
  pointer-events: auto !important;
}

#wctab2 .sidebar-slider h2.product-title {
  padding-right: 0;
  text-align: center;
  margin: 0 auto;
  height: 55px;
}
#wctab2 .sidebar-slider .product-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: normal; /* Ensure wrapping */
  color: inherit;
  text-decoration: none;
  padding-right: 0;
  transition: color 0.3s ease;
}

#tab-et_custom_tab_02 .xstore-wishlist-icon {
  position: absolute;
  right: 5px !important;
  top: 5px !important;
}

#tab-et_custom_tab_02 .et-icon.et-heart {
  height: 20px;
  display: block;
  padding: 0;
}

#tab-et_custom_tab_02 .et-icon.et-heart:before{
  font-size: 0;
  background: url('/wp-content/themes/xstore-child/dist/_/assets/img/icons/icon-wishlist-header.svg') center/contain no-repeat;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

#tab-et_custom_tab_02 *[data-action="remove"] .et-icon.et-heart-o {
  height: 20px;
  display: block;
}

#tab-et_custom_tab_02 *[data-action="remove"] .et-icon.et-heart-o:before {
  font-size: 0;
  background: url('/wp-content/themes/xstore-child/dist/_/assets/img/icons/icon-wishlist-header-green.svg') center/contain no-repeat;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
}

#tab-et_custom_tab_02 *[data-action="remove"]:hover .et-icon.et-heart-o {
  height: 20px;
  display: block;
}

#tab-et_custom_tab_02 *[data-action="remove"]:hover .et-icon.et-heart-o:before {
  font-size: 0;
  background: url('/wp-content/themes/xstore-child/dist/_/assets/img/icons/icon-wishlist-header-green.svg') center/contain no-repeat;
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  margin: auto;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .woocommerce-tabs.horizontal .wc-tabs .et-woocommerce-tab {
    margin: 0 !important;
  }

  div.popup-added-to-cart .swiper-container {
    overflow-x: auto;
  }

  .wc-tab-item {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
}

@media (max-width: 375px) {
  .single-product-builder #tab-et_custom_tab_02 .products-grid .type-product {
    width: 100% !important;
  }
}