/* ============================================================
   PRODUCT GUARANTEE BAR
   ============================================================ */
.product-guarantee-bar {
  display: flex;
  align-items: stretch;
  gap: 12px;
  padding: 0 0 15px;
  margin-bottom: 20px;
}
.product-guarantee-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efe4d5;
  padding: 12px 16px;
  border-radius: 6px;
  text-align: center;
}
.product-guarantee-item span {
  font-size: 16px;
  font-weight: 700;
  color: var(--fs-color-primary, #224e40);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .product-guarantee-bar {
    gap: 8px;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  .product-guarantee-item {
    padding: 10px 10px;
  }
  .product-guarantee-item span {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .product-guarantee-bar {
    gap: 6px;
  }
  .product-guarantee-item {
    padding: 8px 6px;
  }
  .product-guarantee-item span {
    font-size: 11px;
    letter-spacing: 0;
  }
}
/* ============================================================
   BRAND PRODUCTS SLIDER
   ============================================================ */
.brand-products-slider-section {
  margin: 0 0 30px 0;
  padding: 25px 0;
  background: linear-gradient(135deg, #f8faf9 0%, #eef5f2 100%);
  border-radius: 12px;
  border: 1px solid #e0ebe6;
}
.brand-slider-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  border-bottom: 2px solid var(--fs-color-primary, #224e40);
  margin: 0 20px 20px;
  gap: 15px;
  flex-wrap: wrap;
}
.brand-products-slider-section .slick-track {
  display: flex;
}
.brand-slider-title {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin: 0;
  line-height: 1.3;
}
.brand-slider-title span {
  color: var(--fs-color-primary, #224e40);
}
.brand-slider-viewall {
  flex-shrink: 0;
  color: var(--fs-color-primary, #224e40);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 18px;
  border: 1px solid var(--fs-color-primary, #224e40);
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.brand-slider-viewall:hover {
  background: var(--fs-color-primary, #224e40);
  color: #fff;
}
.brand-products-slick {
  padding: 0 20px;
}
.brand-products-slick .slick-list {
  margin: 0 -8px;
}
.brand-products-slick .slick-slide {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: auto;
}
.brand-products-slick .brand-product-slide > div {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.brand-products-slick .col-inner,
.brand-products-slick .product-small.box {
  height: 100%;
}
.brand-products-slick .brand-slick-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: all 0.3s ease;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  color: #333;
}

.brand-products-slick .slick-prev:before,
.brand-products-slick .slick-next:before {
  content: none;
}

.brand-products-slick .brand-slick-arrow:hover {
  background: var(--fs-color-primary, #224e40);
  border-color: var(--fs-color-primary, #224e40);
  color: #fff;
}

.brand-products-slick .slick-prev.brand-slick-arrow {
  left: -15px;
}

.brand-products-slick .slick-next.brand-slick-arrow {
  right: -15px;
}

.brand-products-slick .slick-dots {
  bottom: -35px;
}

.brand-products-slider-section {
  padding-bottom: 50px;
}

.brand-product-slide .add-to-cart-button a {
  margin-right: 0 !important;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .brand-slider-header {
    padding: 0 0 15px;
    margin: 0 15px 15px;
  }

  .brand-slider-title {
    font-size: 20px;
  }

  .brand-products-slick {
    padding: 0 15px;
  }

  .brand-products-slider-section {
    margin: 0 0 20px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 480px) {
  .brand-slider-viewall {
    padding: 6px 14px;
  }

  .brand-product-title {
    font-size: 13px;
    min-height: 36px;
  }

  .brand-product-price {
    font-size: 14px;
  }

  .brand-product-info {
    padding: 10px 10px 14px;
  }

  .brand-product-slide
    .add-to-cart-button
    a.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    padding: 0 12px;
  }
}
.brand-sliders-active .products.row.row-small {
  display: none !important;
}
.brand-sliders-active .woocommerce-result-count,
.brand-sliders-active .woocommerce-ordering,
.brand-sliders-active .woo-sorting,
.brand-sliders-active .shop-sorting,
.brand-sliders-active .woocommerce-pagination,
.brand-sliders-active .woocommerce-info,
.brand-sliders-active nav.woocommerce-pagination {
  display: none !important;
}
