.elementor-5933 .elementor-element.elementor-element-1c1c094{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6b8a96a */.tab-container {
  overflow-x: auto;
  background: #fff;
  padding: 10px 0;
}

.tab-scroll {
  display: flex;
  gap: 8px;
  padding: 0 10px;
}

.tab-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border: 1.5px solid #ccc;
  border-radius: 20px;
  background: transparent;
  font-size: 13px;
  color: #333;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tab-btn.active {
  border-color: #e53935;
  color: #e53935;
}

.tab-btn img {
  width: 14px;
  height: 14px;
}

/* Product Boxes */
.tab-content {
  padding: 15px;
}

.product-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin-bottom: 12px;
  padding: 10px;
}

.product-box img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
} .product-box h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.product-box p {
  margin: 2px 0;
  font-size: 13px;
  color: #666;
}

.product-box span {
  font-size: 11px;
  color: #aaa;
}/* End custom CSS */