.epw-product-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.epw-product-nav.is-full-width {
	width: 100%;
}

.epw-product-nav.is-auto-width {
	display: inline-flex;
}

.epw-product-nav__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0;
	width: 44px;
	height: 44px;
	text-decoration: none;
	color: #1a1a1a;
	background-color: #f2f2f2;
	border: 1px solid transparent;
	transition: all 0.2s ease;
}

.epw-product-nav.has-text .epw-product-nav__btn {
	width: auto;
	height: auto;
	min-height: 44px;
	padding: 10px 14px;
}

.epw-product-nav__btn:hover,
.epw-product-nav__btn:focus {
	outline: none;
	color: #ffffff;
	background-color: #1a1a1a;
}

.epw-product-nav__btn.is-disabled {
	opacity: 0.45;
	cursor: default;
	pointer-events: none;
}

.epw-product-nav__text {
	display: inline-block;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	color: inherit;
}

.epw-product-nav__icon,
.epw-product-nav__btn svg {
	width: 18px;
	height: 18px;
}

.epw-product-nav__btn svg {
	display: block;
}

@media (max-width: 767px) {
	.epw-product-nav {
		gap: 10px;
	}

	.epw-product-nav__btn {
		width: 40px;
		height: 40px;
	}
}
