.category-wise-product.style-1 .category-wise-product-tab-decoration{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: clamp(20px, 1.8vw, 32px);
}

.category-wise-product.style-1 .category-wise-section-head h3 {
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 0;
}

.category-wise-product.style-1 .tab-nav-outline .nav-item .nav-link {
  font-size: clamp(10px, 1.4vw, 16px);
  padding: clamp(10px, 1.4vw, 16px) clamp(18px, 1.8vw, 32px);
  color: var(--title-color);
  border-radius: 32px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
}
.category-wise-product.style-1  .tab-nav-outline .nav-item .nav-link:hover{
	border-width: 1px;
}

.category-wise-product.style-1 .tab-pane {
padding:0;
}
.category-wise-product.style-1 .tab-nav-outline .nav-item .nav-link.active{
	color: var(--white-color);
}

.category-wise-product.style-1 .tab-content{
background: none !important;
background-color: none !important;
}

@media (max-width: 768px) {
.category-wise-product.style-1 .category-wise-product-tab-decoration{
	flex-direction: column;
	gap: 15px;
		margin-bottom: 17px;

}

}