.novelties {
	margin-top: 90px;
	margin-bottom: 65px;
	font-family: Arial, Helvetica, sans-serif;
}
@media all and (max-width: 575px) {
	.novelties {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
.novelties .h2 {
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.novelties-swiper,
.novelties-swiper.swiper {
	margin: -15px -9px;
	padding: 15px 9px;
	user-select: none;
}
.novelties-swiper-wrap {
	position: relative;
	margin-right: -50px;
	margin-left: -50px;
	margin-top: 55px;
	padding-left: 50px;
	padding-right: 50px;
}
@media all and (max-width: 1255px) {
	.novelties-swiper-wrap {
		margin-right: 0;
		margin-left: 0;
	}
}
@media all and (max-width: 1023px) {
	.novelties-swiper-wrap {
		margin-top: 30px;
		padding: 0;
	}
}
@media all and (min-width: 1024px) {
	.novelties-swiper__pagination {
		display: none !important;
	}
}
.novelties-swiper-wrap .goods .goods__content-buy-info .product-tip__wrap {
	top: -10px;
	left: unset;
	right: 0;
	-webkit-transform: translate(10px, -100%);
		-ms-transform: translate(10px, -100%);
			transform: translate(10px, -100%);
  }
  
  .novelties-swiper-wrap .goods .goods__content-buy-info .product-tip__wrap .product-tip__inner {
	white-space: normal;
  }
  
  .novelties-swiper-wrap .goods .goods__content-buy-info .product-tip__wrap .product-tip__inner::before {
	top: unset;
	left: unset;
	right: 5px;
	bottom: -6px;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
  }
.novelties-swiper__navigation {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}
@media all and (max-width: 1023px) {
	.novelties-swiper__navigation {
		display: none;
	}
}
.novelties-swiper__btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 40px;
	cursor: pointer;
}
.novelties-swiper__btn:hover::before, .novelties-swiper__btn:hover::after {
	background-color: #ec0101;
}
.novelties-swiper__btn-next {
	transform: rotate(180deg);
}
.novelties-swiper__btn::before, .novelties-swiper__btn::after {
	content: "";
	position: absolute;
	right: 0;
	width: 28px;
	height: 1px;
	background-color: #ccc;
	border-radius: 200px;
	transition: background-color 0.3s;
}
.novelties-swiper__btn::before {
	top: 0;
	transform: rotate(-45deg);
	transform-origin: right top;
}
.novelties-swiper__btn::after {
	bottom: 0;
	transform: rotate(45deg);
	transform-origin: right bottom;
}