.shop__header {
	padding: 3rem 5rem;
	font-size: 2rem;
}
.shop__swiper {
	padding: 3rem 2rem;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
}

.shop__swiper .container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 4rem;
	overflow: hidden;
	/* padding-bottom: 2rem; */
	margin-bottom: 2rem;
}

.shop__swiper .slide {
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 2rem;
}

.navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	height: fit-content;
	bottom: 0;
	right: 5rem;
	left: 5rem;
}

.shop__swiper .pagination {
	display: flex;
	height: 50px;
	background-color: #f3f2f7;
	border-radius: 25px;
}

.shop__swiper .button-next,
.shop__swiper .button-prev {
	background-color: #f3f2f7;
	color: #6e6b7b;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	scale: 0.75;
	position: unset;
	background-image: url("../assets/neuth\ icons/black-path.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;
	/* transform: translate(0, 1rem); */
}

.shop__swiper .button-next {
	transform: rotate(90deg);
}

.ar .shop__swiper .button-next {
	transform: rotate(270deg);
}

.shop__swiper .button-prev {
	transform: rotate(-90deg);
}

.ar .shop__swiper .button-prev {
	transform: rotate(-270deg);
}

.best-seller__card {
	width: 22%;
	display: flex;
	height: auto;
	flex-direction: column;
	position: relative;
}

.discount {
	position: absolute;
	background-color: var(--clr--primary);
	padding: 0.5rem 1rem;
	top: 2rem;
	left: 2rem;
    border-radius: 0 20px 20px 0;

}

.discount__text {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	color: #fff;
}

.product__easy-access {
	display: none;
	justify-content: center;
	align-items: center;
	background-color: var(--clr--primary);
	gap: 1.5rem;
	padding: 1.5rem;
	position: absolute;
	width: 100%;
	/* top: 20.175rem; */
	bottom: 4rem;
	left: 50%;
	transform: translateX(-50%);
    border-radius: 16px;
}

.product__icon {
	width: 30px;
	cursor: pointer;
}

.best-seller__card__image {
	width: 100%;
	aspect-ratio: 1;
	object-fit: scale-down;
}

.best-seller__card__content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	gap: 1rem;
}

.best-seller__card__content__title {
	font-size: 1.25rem;
	display: flex;
	justify-content: space-between;
	font-weight: 700;
}

.card__rating {
	font-family: 'Montserrat', sans-serif;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 1rem;
	font-weight: 700;
}

.best-seller__card__content__text {
	font-size: 1.125rem;
	font-weight: 700;
}

.card__price {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #00652E;
	display: flex;
	gap: 2rem;
	margin-top: auto;
}

.old__price {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: var(--font--primary--clr);
	text-decoration: line-through;
}

.card__btn {
	width: 100%;
	text-align: center;
}

.best-seller__card:hover .product__easy-access {
	display: flex;
}

.page {
	display: inline-block;
	font-family: "Montserrat",sans-serif;
	font-size: 1.125rem;
	background-color: #f3f2f7;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	aspect-ratio: 1;
	border-radius: 100%;
	color: #6e6b7b;
	cursor: pointer;
}

.page.active {
	background-color: #00652e;
	color: #fff;
}

@media (max-width: 1600px) {
	.product__easy-access {
		bottom: 4rem;
	}
}

@media (max-width: 1400px) {
	.shop__header {
		padding-inline: 2rem;
	}
	.shop__swiper {
		padding-inline: 2rem;
	}
	.navigation {
		right: 2rem;
	}
}

@media (max-width: 1200px) {
}

@media (max-width: 1000px) {
}

@media (max-width: 800px) {
	:root {
		font-size: 12px;
	}

	.shop__header,
	.shop__swiper {
		padding: 3rem 1rem;
	}

	.best-seller__card {
		width: 45%;
	}

	.product__easy-access {
		padding-inline: 1rem;
		padding-block: 0.75rem;
	}

  .shop__swiper {
    padding-inline: 1rem;
  }

  .shop__swiper .user__comment {
    padding-inline: 2rem;
  }

  .navigation {
    right: 1rem;
    left: 1rem;
  }
}

@media (max-width: 700px) {
}

@media (max-width: 600px) {
}

@media (max-width: 500px) {
  .shop__swiper .button-next,
  .shop__swiper .button-prev {
    flex-shrink: 0;
  }
}

@media (max-width: 460px) {
	.best-seller__card {
		width: 100%;
	}
  .pagination {
    scale: 0.8;
  }
}

@media (max-width: 400px) {
}
