.ivetas-shop-category-nav {
	clear: both;
	width: 100%;
	margin: 0 0 64px;
}

.ivetas-shop-category-nav__list {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: clamp(12px, 1.4vw, 24px);
	width: 100%;
	max-width: 1040px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ivetas-shop-category-nav__item {
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.ivetas-shop-category-nav__link,
.woocommerce .ivetas-shop-category-nav__link {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	min-height: 60px;
	padding: 10px 12px;
	border: 1px solid #d2cfcc;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #8f8b88 !important;
	font-family: Montserrat, Arial, sans-serif;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.17em;
	line-height: 1.3;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	transition:
		background-color 180ms ease,
		border-color 180ms ease,
		box-shadow 180ms ease,
		color 180ms ease;
	-webkit-tap-highlight-color: transparent;
}

.ivetas-shop-category-nav__link:hover,
.woocommerce .ivetas-shop-category-nav__link:hover {
	border-color: #111;
	background: #111;
	color: #fff !important;
	text-decoration: none !important;
}

.ivetas-shop-category-nav__link:focus-visible,
.woocommerce .ivetas-shop-category-nav__link:focus-visible {
	outline: 2px solid #111;
	outline-offset: 3px;
}

.ivetas-shop-category-nav__link.is-active,
.woocommerce .ivetas-shop-category-nav__link.is-active {
	border-color: #111;
	background: #fff;
	box-shadow: inset 0 -2px #111;
	color: #111 !important;
}

.ivetas-shop-category-nav__link.is-active:hover,
.woocommerce .ivetas-shop-category-nav__link.is-active:hover {
	background: #111;
	color: #fff !important;
}

body #page-container .woocommerce .ivetas-shop-category-nav__link:hover,
body #page-container .woocommerce .ivetas-shop-category-nav__link.is-active:hover {
	border-color: #111 !important;
	background: #111 !important;
	color: #fff !important;
}

@media (max-width: 1160px) {
	.ivetas-shop-category-nav__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ivetas-shop-category-nav__link,
	.woocommerce .ivetas-shop-category-nav__link {
		height: 58px;
		min-height: 58px;
	}
}

@media (max-width: 767px) {
	.ivetas-shop-category-nav {
		margin-bottom: 56px;
		overflow: hidden;
	}

	.ivetas-shop-category-nav__list {
		display: flex;
		gap: 12px;
		width: 100%;
		margin: 0 !important;
		padding: 0 18px 4px 0 !important;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.ivetas-shop-category-nav__list::-webkit-scrollbar {
		display: none;
	}

	.ivetas-shop-category-nav__item {
		flex: 0 0 154px;
		scroll-snap-align: start;
	}

	.ivetas-shop-category-nav__link,
	.woocommerce .ivetas-shop-category-nav__link {
		height: 54px;
		min-height: 54px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ivetas-shop-category-nav__link,
	.woocommerce .ivetas-shop-category-nav__link {
		transition: none;
	}
}
