.swiper-prev,
.swiper-next {
	@apply h-12 w-12;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-prev svg,
.swiper-next svg {
	@apply h-6;
}

.swiper-button-disabled {
	background-color: transparent !important;
	cursor: unset;
}

/* SVG fill for button with Phillipine Grey color */
.swiper-button-disabled.border-phillipine-grey svg {
	fill: #8c9086;
}

/* Turning off hover effect when button is disabled */
.swiper-button-disabled.border-phillipine-grey:hover {
	border-color: #8c9086;
}

/* SVG fill for button with Spicy Mix color */
.swiper-button-disabled.border-cultured svg {
	fill: #f9f7f3;
}

/* Turning off hover effect when button is disabled */
.swiper-button-disabled.border-cultured:hover {
	border-color: #f9f7f3;
}
