/**
 * Theme Name:     Ecomus Child
 * Author:         Drfuri
 * Template:       ecomus
 * Text Domain:	   ecomus-child
 * Description:    Multipurpose WooCommerce WordPress Theme. BoxInCoded
 */

.ecomus-mini-products-recommended {
  position: relative;
  padding: 14px 16px 16px;
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}
.ecomus-mini-products-recommended .products-recommended-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 10px;
  position: relative;
}
.ecomus-mini-products-recommended .products-recommended-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: linear-gradient(90deg, #ffd24a 0%, rgba(255, 210, 74, 0) 60%);
  opacity: 0.6;
  border-radius: 2px;
}
.ecomus-mini-products-recommended .recommendation-heading {
  margin: 0;
  font-weight: 800;
  line-height: 1.15;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.ecomus-mini-products-recommended .recommendation-heading::after {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffb400" d="M12 2l2.6 6.2 6.7.5-5.1 4 1.6 6.3L12 16.6 6.2 19l1.6-6.3-5.1-4 6.7-.5L12 2z"/></svg>')
    center/contain no-repeat;
  margin-left: 0.25rem;
}
.ecomus-mini-products-recommended
  .products-recommended-header
  .swiper-pagination {
  margin-left: auto;
}
.ecomus-mini-products-recommended .swiper-pagination-bullet {
  opacity: 0.35;
}
.ecomus-mini-products-recommended .swiper-pagination-bullet-active {
  opacity: 0.85;
}
@media (max-width: 480px) {
  .ecomus-mini-products-recommended .products-recommended-header {
    flex-wrap: wrap;
    row-gap: 0.35rem;
  }
  .ecomus-mini-products-recommended .recommendation-heading {
    white-space: normal;
  }
  .ecomus-mini-products-recommended .products-recommended-header::after {
    display: none;
  }
}

.woocommerce-product-details__short-description {
  overflow: hidden;
}

.woocommerce-product-details__short-description.expanded {
  overflow: visible;
}

.bic-stock-txt {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
}

.bic-stock-txt.in {
  color: #16a34a;
}

.bic-stock-txt.out {
  color: #dc2626;
}

#tab-additional_information {
  display: none;
}

.onsale.woocommerce-badge {
  font-size: 20px;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
}

.onsale.woocommerce-badge::after {
  font-size: 20px;
  font-weight: 700;
}
