.m-top {
	margin-top: 120px;
}

.page--product {
	background: #ffffff;
}


.products-archive__description {
	font-size: 20px;
	line-height: 1.3;
	margin: -15px 0 35px;
	text-align: center;
}

.product-card {
	padding: 44px 0 80px;
}

.product-card__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	width: min(100%, 1200px);
	margin: 0 auto;
	gap: 28px;
}

.product-card__gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 570px;
	flex: 0 0 570px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	width: 570px;
	min-width: 0;
	gap: 28px;
}

.product-card__thumbs {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 86px;
	flex: 0 0 86px;
	width: 86px;
	height: 383px;
	margin: 0;
	overflow: hidden;
}

.product-card__thumbs .product-card__thumb:hover {
	background-color: transparent !important;
}

.product-card__thumb {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 86px !important;
	height: 86px !important;
	padding: 0;
	overflow: hidden;
	border: 1px solid transparent !important;
	border-radius: 0;
	background: none !important;
	cursor: pointer;
	-webkit-transition: border-color 0.2s ease, opacity 0.2s ease;
	transition: border-color 0.2s ease, opacity 0.2s ease;
}

.product-card__thumb.swiper-slide-thumb-active {
	border-color: #5b6d8e !important;
}

.product-card__thumb:hover {
	opacity: 0.82;
}

.product-card__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-card__slider {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 456px;
	flex: 0 0 456px;
	width: 456px;
	min-width: 0;
	overflow: hidden;
}

.product-card__slide {
	height: auto;
}

.product-card__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 392px;
	padding-top: 24px;
	background: #ffffff;
	text-decoration: none;
}

.product-card__photo img {
	width: 100%;
	height: 392px;
	-o-object-fit: contain;
	object-fit: contain;
}

.product-card__info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 602px;
	flex: 0 0 602px;
	width: 602px;
	min-width: 0;
	padding-top: 0;
}

.product-card__headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.product-card__price {
	margin: 0;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: 0;
	color: #566480;
}

.product-card__status {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 500;
	color: #a6adb9;
	white-space: nowrap;
}

.product-card__status-icon {
	position: relative;
	width: 18px;
	height: 18px;
	border: 2px solid #8ce04f;
	border-radius: 50%;
}

.product-card__status-icon::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: 7px;
	height: 4px;
	border-left: 2px solid #8ce04f;
	border-bottom: 2px solid #8ce04f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.product-card__section {
	border-bottom: 0;
}

.product-card__section-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #bfc5d0;
}

.product-card__section-title {
	margin: 0;
	font-size: 21px;
	line-height: 1.25;
	font-weight: 600;
	color: #26344f;
}

.product-card__features {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 25px 4px 0;
}

.product-card__feature {
	display: grid;
	grid-template-columns: minmax(250px, 1fr) minmax(230px, 1.05fr);
	gap: 4px;
	padding: 6px 0;
}

.product-card__feature dt,
.product-card__feature dd {
	margin: 0;
	font-size: 15px;
	line-height: 1.25;
}

.product-card__feature dt {
	font-weight: 600;
	color: #8e94a0;
}

.product-card__feature dd {
	font-weight: 700;
	color: #111111;
	text-align: right;
}

.product-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
	margin-top: 40px;
}

.product-card__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 24px;
	border: 2px solid #556686;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-card__button--cart {
	gap: 13px;
	color: #556686;
	background: #ffffff;
}

.product-card__button--request {
	color: #ffffff;
	background: #556686;
}

.product-card__button:hover {
	border-color: #e28519;
	color: #ffffff;
	background: #e28519;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.product-card__button--cart:hover {
	color: #ffffff;
	background: #e28519;
}

.product-card__button--request:hover {
	background: #e28519;
}

@media (max-width: 1240px) {
	.product-card__container {
		width: calc(100% - 32px);
	}
}

@media (max-width: 960px) {
	.product-card {
		padding-top: 34px;
	}

	.product-card__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 34px;
	}

	.product-card__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.product-card__gallery {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		gap: 18px;
	}

	.product-card__thumb {
		width: 72px;
		height: 72px;
	}

	.product-card__thumbs {
		-ms-flex-preferred-size: 72px;
		flex-basis: 72px;
		width: 72px;
		height: 320px;
	}

	.product-card__slider {
		-ms-flex-preferred-size: calc(100% - 90px);
		flex-basis: calc(100% - 90px);
		width: calc(100% - 90px);
	}

	.product-card__photo {
		min-height: 320px;
		padding-top: 0;
	}

	.product-card__photo img {
		height: 340px;
		max-height: 340px;
	}
}

@media (max-width: 620px) {
	.page--product {
		padding-top: 78px;
	}

	.product-card {
		padding-top: 18px;
		padding-bottom: 48px;
	}

	.product-card__container {
		width: calc(100% - 24px);
		gap: 24px;
	}

	.product-card__gallery {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		width: calc(100vw - 24px);
		gap: 14px;
	}

	.product-card__slider {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: calc(100vw - 24px);
		max-width: 100%;
	}

	.product-card__slide {
		height: 240px;
	}

	.product-card__thumbs {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 72px;
		flex: 0 0 72px;
		width: 100%;
		height: 72px;
		overflow: hidden;
	}

	.product-card__thumb img {
		-o-object-fit: scale-down;
		object-fit: scale-down;
	}

	.product-card__photo {
		height: 240px;
		min-height: 0;
	}

	.product-card__photo img {
		width: 100%;
		height: 100%;
		max-height: 240px;
		-o-object-fit: scale-down;
		object-fit: scale-down;
	}

	.product-card__headline {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 22px;
	}

	.product-card__price {
		font-size: 28px;
	}

	.product-card__feature {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 7px 0;
	}

	.product-card__feature dd {
		text-align: left;
	}

	.product-card__actions {
		grid-template-columns: 1fr;
		margin-top: 40px;
	}
}

.page--archive {
	background: #ffffff;
}

.products-archive {
	padding: 4px 0 80px;
}

.products-archive__container {
	width: min(100%, 1200px);
	margin: 0 auto;
}

.products-archive__title {
	margin: 0 0 28px;
	font-size: 34px;
	line-height: 1.2;
	font-weight: 700;
	color: #26344f;
	text-align: center;
}

.products-archive__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 30px;
}

.products-archive__item {
	min-width: 0;
}

.archive-product {
	border: 1px solid transparent;
	background: #ffffff;
}

.archive-product__header {
	padding: 0 0 10px;
}

.archive-product__title {
	margin: 0;
	font-size: 21px;
	line-height: 1.25;
	font-weight: 700;
}

.archive-product__title-link {
	color: #26344f;
	text-decoration: none;
}

.archive-product__title-link:hover {
	color: #556686;
}

.archive-product__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 14px;
}

.archive-product__gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 258px;
	flex: 0 0 258px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 258px;
	min-width: 0;
	gap: 10px;
}

.archive-product__thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42px;
	flex: 0 0 42px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 7px;
}

.archive-product__thumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: 1px solid #edf0f5;
	background: #ffffff;
}

.archive-product__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.archive-product__photo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 206px;
	flex: 0 0 206px;
	width: 206px;
	height: 190px;
	overflow: hidden;
	background: #ffffff;
}

.archive-product__photo {
	width: 100%;
	height: 100%;
	-o-object-fit: scale-down;
	object-fit: scale-down;
}

.archive-product__info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
}

.archive-product__headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 9px;
}

.archive-product__price {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #566480;
}

.archive-product__status {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	margin: 0;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 500;
	color: #a6adb9;
	white-space: nowrap;
}

.archive-product__status-icon {
	position: relative;
	width: 10px;
	height: 10px;
	border: 1.5px solid #8ce04f;
	border-radius: 50%;
}

.archive-product__status-icon::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 2px;
	width: 4px;
	height: 2px;
	border-left: 1.5px solid #8ce04f;
	border-bottom: 1.5px solid #8ce04f;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.archive-product__section-title {
	margin: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #bfc5d0;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 700;
	color: #26344f;
}

.archive-product__features {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 9px 0 0;
}

.archive-product__feature {
	display: grid;
	grid-template-columns: minmax(105px, 1fr) minmax(90px, 1fr);
	gap: 6px;
	padding: 3px 0;
}

.archive-product__feature dt,
.archive-product__feature dd {
	margin: 0;
	font-size: 11px;
	line-height: 1.25;
}

.archive-product__feature dt {
	font-weight: 600;
	color: #8e94a0;
}

.archive-product__feature dd {
	font-weight: 700;
	color: #111111;
	text-align: right;
}

.archive-product__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3px;
	margin-top: 18px;
}

.archive-product__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid #556686;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.archive-product__button--cart {
	gap: 5px;
	color: #556686;
	background: #ffffff;
}

.archive-product__button--cart svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.archive-product__button--request {
	color: #ffffff;
	background: #556686;
}

.archive-product__button:hover {
	border-color: #e28519;
	color: #ffffff;
	background: #e28519;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

@media (max-width: 1240px) {
	.products-archive__container {
		width: calc(100% - 32px);
	}
}

@media (max-width: 1100px) {
	.products-archive__list {
		grid-template-columns: 1fr;
	}

	.archive-product__gallery {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		width: 45%;
	}

	.archive-product__photo-link {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: auto;
	}
}

@media (max-width: 620px) {
	.page--archive {
		padding-top: 78px;
	}

	.products-archive {
		padding-top: 22px;
		padding-bottom: 48px;
	}

	.products-archive__container {
		width: calc(100% - 24px);
	}

	.products-archive__title {
		margin-bottom: 22px;
		font-size: 28px;
	}

	.products-archive__list {
		gap: 28px;
	}

	.archive-product {
		border-color: #edf0f5;
	}

	.archive-product__header {
		padding: 12px 12px 10px;
	}

	.archive-product__body {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 18px;
		padding: 0 12px 14px;
	}

	.archive-product__gallery {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.archive-product__thumbs {
		display: none;
	}

	.archive-product__photo-link {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		height: 240px;
	}

	.archive-product__headline {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 18px;
	}

	.archive-product__info {
		width: 100%;
	}

	.archive-product__title {
		font-size: 22px;
	}

	.archive-product__price {
		font-size: 22px;
	}

	.archive-product__status {
		font-size: 16px;
		gap: 8px;
	}

	.archive-product__status-icon {
		width: 18px;
		height: 18px;
	}

	.archive-product__status-icon::before {
		left: 4px;
		top: 4px;
		width: 7px;
		height: 4px;
	}

	.archive-product__section-title {
		padding-bottom: 14px;
		font-size: 21px;
	}

	.archive-product__features {
		padding-top: 25px;
	}

	.archive-product__feature {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 7px 0;
	}

	.archive-product__feature dt,
	.archive-product__feature dd {
		font-size: 15px;
	}

	.archive-product__feature dd {
		text-align: left;
	}

	.archive-product__actions {
		grid-template-columns: 1fr;
		margin-top: 28px;
	}

	.archive-product__button {
		min-height: 48px;
		font-size: 14px;
	}
}


a.added_to_cart {
	display: none;
}


.archive-product__button--cart {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	overflow: hidden;
	-webkit-transition:
		background-color 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease,
		-webkit-transform 0.2s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease,
		-webkit-transform 0.2s ease,
		-webkit-box-shadow 0.3s ease;
	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease,
		transform 0.2s ease,
		box-shadow 0.3s ease;
	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		border-color 0.3s ease,
		transform 0.2s ease,
		box-shadow 0.3s ease,
		-webkit-transform 0.2s ease,
		-webkit-box-shadow 0.3s ease;
}

.archive-product__button--cart:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.archive-product__button--cart:active {
	-webkit-transform: scale(0.97);
	transform: scale(0.97);
}

/* Загрузка */
.product_type_simple.loading,
.archive-product__button--cart.loading {
	pointer-events: none;
	color: transparent;
}

.product_type_simple.loading::before,
.archive-product__button--cart.loading::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: rgb(85 102 134);
	border-radius: 50%;
	-webkit-animation: cart-button-spin 0.7s linear infinite;
	animation: cart-button-spin 0.7s linear infinite;
}

/* Поскольку текст transparent, задаём цвет отдельно */
.product_type_simple.loading::before,
.archive-product__button--cart.loading::before {
	color: #fff;
}

/* Товар добавлен */
.product_type_simple.added,
.archive-product__button--cart.added {
	background-color: #228b45;
	border-color: #228b45;
	color: #fff;
	-webkit-box-shadow: 0 8px 22px rgba(34, 139, 69, 0.25);
	box-shadow: 0 8px 22px rgba(34, 139, 69, 0.25);
	-webkit-animation: cart-button-added 0.45s ease;
	animation: cart-button-added 0.45s ease;
}

.product_type_simple.added svg,
.archive-product__button--cart.added svg {
	-webkit-animation: cart-icon-hide 0.2s ease forwards;
	animation: cart-icon-hide 0.2s ease forwards;
}

.product_type_simple.added::after,
.archive-product__button--cart.added::after {
	content: "✓";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	font-size: 17px;
	font-weight: 700;
	-webkit-animation: cart-check-show 0.4s ease forwards;
	animation: cart-check-show 0.4s ease forwards;
}

/* Скрываем стандартную ссылку WooCommerce "Просмотр корзины" */
.added_to_cart.wc-forward {
	display: none !important;
}

@-webkit-keyframes cart-button-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes cart-button-spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes cart-button-added {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	45% {
		-webkit-transform: scale(1.07);
		transform: scale(1.07);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes cart-button-added {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	45% {
		-webkit-transform: scale(1.07);
		transform: scale(1.07);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes cart-icon-hide {
	to {
		opacity: 0;
		-webkit-transform: translateX(8px) scale(0.7);
		transform: translateX(8px) scale(0.7);
		width: 0;
		margin-left: -10px;
	}
}

@keyframes cart-icon-hide {
	to {
		opacity: 0;
		-webkit-transform: translateX(8px) scale(0.7);
		transform: translateX(8px) scale(0.7);
		width: 0;
		margin-left: -10px;
	}
}

@-webkit-keyframes cart-check-show {
	from {
		opacity: 0;
		-webkit-transform: scale(0.3) rotate(-30deg);
		transform: scale(0.3) rotate(-30deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@keyframes cart-check-show {
	from {
		opacity: 0;
		-webkit-transform: scale(0.3) rotate(-30deg);
		transform: scale(0.3) rotate(-30deg);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0);
	}
}

@media (prefers-reduced-motion: reduce) {

	.archive-product__button--cart,
	.archive-product__button--cart::before,
	.archive-product__button--cart::after,
	.archive-product__button--cart svg {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}


/*пагинация*/

/* Пагинация WooCommerce */

.woocommerce-pagination ul.page-numbers {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.woocommerce-pagination {
	margin-top: 48px;
}

.woocommerce-pagination ul.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.woocommerce-pagination ul.page-numbers li {
	margin: 0;
	padding: 0;
	border: 0;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 13px;
	border: 1px solid rgba(85, 102, 134, 0.35);
	border-radius: 6px;
	background: #fff;
	color: #556686;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	-webkit-transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		-webkit-transform 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		-webkit-transform 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease;
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease,
		box-shadow 0.2s ease,
		-webkit-transform 0.2s ease,
		-webkit-box-shadow 0.2s ease;
}

.woocommerce-pagination .page-numbers a:hover {
	border-color: #556686;
	background: #556686;
	color: #fff;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 7px 18px rgba(85, 102, 134, 0.22);
	box-shadow: 0 7px 18px rgba(85, 102, 134, 0.22);
}

.woocommerce-pagination .page-numbers .current {
	border-color: #556686;
	background: #556686;
	color: #fff;
	-webkit-box-shadow: 0 7px 18px rgba(85, 102, 134, 0.2);
	box-shadow: 0 7px 18px rgba(85, 102, 134, 0.2);
}

.woocommerce-pagination .page-numbers .dots {
	min-width: auto;
	padding: 0 4px;
	border-color: transparent;
	background: transparent;
	color: #7d879b;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce-pagination .page-numbers .prev,
.woocommerce-pagination .page-numbers .next {
	min-width: 42px;
	font-size: 0;
}

.woocommerce-pagination .page-numbers .prev::before {
	content: "←";
	font-size: 18px;
}

.woocommerce-pagination .page-numbers .next::before {
	content: "→";
	font-size: 18px;
}

.woocommerce-pagination .page-numbers a:focus-visible {
	outline: 3px solid rgba(85, 102, 134, 0.25);
	outline-offset: 3px;
}

@media (max-width: 600px) {
	.woocommerce-pagination {
		margin-top: 32px;
	}

	.woocommerce-pagination ul.page-numbers {
		gap: 6px;
	}

	.woocommerce-pagination .page-numbers a,
	.woocommerce-pagination .page-numbers span {
		min-width: 36px;
		height: 36px;
		padding: 0 10px;
		font-size: 14px;
	}
}



/*select категорий*/

.category-select {
	--category-color: #556686;
	--category-color-dark: #44536f;
	--category-color-light: #eef1f6;
	--category-color-hover: #e3e8f0;
	--category-border: #cdd4df;
	--category-text: #273247;

	position: relative;
	width: min(100%, 520px);
	margin: 0 auto 36px;
	z-index: 5;
}

.category-select__label {
	margin: 0 0 10px;
	color: var(--category-color);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
}

.category-select__control {
	position: relative;
}

.category-select__button {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 18px;
	width: 100%;
	min-height: 52px;
	padding: 13px 16px 13px 20px;
	border: 1px solid var(--category-border);
	border-radius: 8px;
	background: #f3f5f8;
	color: var(--category-color);
	font: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
	-webkit-transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		-webkit-box-shadow 0.2s ease,
		-webkit-transform 0.2s ease;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		-webkit-box-shadow 0.2s ease,
		-webkit-transform 0.2s ease;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease,
		-webkit-box-shadow 0.2s ease,
		-webkit-transform 0.2s ease;
}

.category-select__button:hover {
	border-color: var(--category-color);
	background: #fff;
	-webkit-box-shadow: 0 7px 20px rgba(85, 102, 134, 0.12);
	box-shadow: 0 7px 20px rgba(85, 102, 134, 0.12);
}

.category-select__button:focus-visible {
	outline: 3px solid rgba(85, 102, 134, 0.2);
	outline-offset: 3px;
	border-color: var(--category-color);
}

.category-select.is-open .category-select__button {
	border-color: var(--category-color);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-box-shadow: 0 8px 24px rgba(85, 102, 134, 0.15);
	box-shadow: 0 8px 24px rgba(85, 102, 134, 0.15);
}

.category-select__value {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.category-select__arrow {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	color: var(--category-color);
	-webkit-transition:
		background-color 0.2s ease,
		-webkit-transform 0.25s ease;
	transition:
		background-color 0.2s ease,
		-webkit-transform 0.25s ease;
	transition:
		transform 0.25s ease,
		background-color 0.2s ease;
	transition:
		transform 0.25s ease,
		background-color 0.2s ease,
		-webkit-transform 0.25s ease;
}

.category-select__button:hover .category-select__arrow {
	background: var(--category-color-light);
	border-radius: 50%;
}

.category-select.is-open .category-select__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.category-select__dropdown {
	position: absolute;
	z-index: 50;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	max-height: 320px;
	overflow-y: auto;
	padding: 8px;
	border: 1px solid var(--category-color);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	-webkit-box-shadow: 0 14px 30px rgba(85, 102, 134, 0.18);
	box-shadow: 0 14px 30px rgba(85, 102, 134, 0.18);
	-webkit-transform-origin: top;
	transform-origin: top;
}

.category-select__dropdown:not([hidden]) {
	-webkit-animation: category-dropdown-open 0.22s ease both;
	animation: category-dropdown-open 0.22s ease both;
}

.category-select__option {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	min-height: 44px;
	padding: 11px 13px;
	border-radius: 6px;
	color: var(--category-text);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
	-webkit-transition:
		background-color 0.18s ease,
		color 0.18s ease,
		-webkit-transform 0.18s ease;
	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		-webkit-transform 0.18s ease;
	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease;
	transition:
		background-color 0.18s ease,
		color 0.18s ease,
		transform 0.18s ease,
		-webkit-transform 0.18s ease;
}

.category-select__option:hover,
.category-select__option:focus-visible {
	background: var(--category-color-light);
	color: var(--category-color-dark);
	outline: none;
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
}

.category-select__option.is-active {
	background: var(--category-color);
	color: #fff;
	font-weight: 700;
}

.category-select__option.is-active:hover,
.category-select__option.is-active:focus-visible {
	background: var(--category-color-dark);
	color: #fff;
}

.category-select__option.is-active::before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 0;
	width: 3px;
	border-radius: 0 3px 3px 0;
	background: #fff;
	opacity: 0.85;
}

.category-select__check {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	color: #fff;
}

.category-select__dropdown::-webkit-scrollbar {
	width: 8px;
}

.category-select__dropdown::-webkit-scrollbar-track {
	background: #f1f3f6;
	border-radius: 8px;
}

.category-select__dropdown::-webkit-scrollbar-thumb {
	background: #aab4c6;
	border-radius: 8px;
}

.category-select__dropdown::-webkit-scrollbar-thumb:hover {
	background: var(--category-color);
}

@-webkit-keyframes category-dropdown-open {
	from {
		opacity: 0;
		-webkit-transform: translateY(-6px) scaleY(0.97);
		transform: translateY(-6px) scaleY(0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0) scaleY(1);
		transform: translateY(0) scaleY(1);
	}
}

@keyframes category-dropdown-open {
	from {
		opacity: 0;
		-webkit-transform: translateY(-6px) scaleY(0.97);
		transform: translateY(-6px) scaleY(0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0) scaleY(1);
		transform: translateY(0) scaleY(1);
	}
}

@media (max-width: 600px) {
	.category-select {
		width: 100%;
		margin-bottom: 28px;
	}

	.category-select__label {
		font-size: 18px;
	}

	.category-select__button {
		min-height: 48px;
		padding: 11px 13px 11px 15px;
		font-size: 15px;
	}

	.category-select__dropdown {
		max-height: 270px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.category-select__button,
	.category-select__arrow,
	.category-select__option,
	.category-select__dropdown {
		-webkit-animation: none !important;
		animation: none !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}


/* =========================
   BeRocket Select2 — refined
   ========================= */

.filter_box {
	--filter-primary: #556686;
	--filter-primary-dark: #44536f;
	--filter-primary-soft: #edf1f6;
	--filter-primary-hover: #e3e8f0;
	--filter-border: rgba(85, 102, 134, 0.18);
	--filter-text: #354158;

	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 36px;
	width: 100%;
	margin-bottom: 36px;
	z-index: 1;
	position: relative;
}

.filter_box .berocket_single_filter_widget,
.filter_box .bapf_sfilter,
.filter_box .bapf_body {
	min-width: 0;
	margin: 0;
	padding: 0;
}

.filter_box .bapf_head {
	margin: 0 0 6px;
	padding: 0;
	text-align: center;
}

.filter_box .bapf_head h3 {
	margin: 0;
	color: var(--filter-primary);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
}

.filter_box .select2-container {
	display: block;
	width: 100% !important;
}

/* Закрытое поле */
.filter_box .select2-container--default .select2-selection--single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 42px;
	padding: 0 42px 0 14px;
	border: 1px solid var(--filter-border);
	border-radius: 8px;
	background: #f1f3f7;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	-webkit-transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		-webkit-box-shadow 0.2s ease;
}

.filter_box .select2-container--default .select2-selection--single:hover {
	background: #e9edf3;
	border-color: rgba(85, 102, 134, 0.28);
}

.filter_box .select2-container--default.select2-container--focus .select2-selection--single,
.filter_box .select2-container--default.select2-container--open .select2-selection--single {
	background: #fff;
	border-color: rgba(85, 102, 134, 0.35);
	-webkit-box-shadow: 0 0 0 3px rgba(85, 102, 134, 0.1);
	box-shadow: 0 0 0 3px rgba(85, 102, 134, 0.1);
}

/* Текст */
.filter_box .select2-container--default .select2-selection--single .select2-selection__rendered {
	display: block;
	width: 100%;
	padding: 0;
	color: var(--filter-text);
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.filter_box .select2-container--default .select2-selection--single .select2-selection__rendered[title]:not([title="Всё"]) {
	color: var(--filter-primary-dark);
	font-weight: 700;
}

/* Стрелка */
.filter_box .select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 0;
	right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 100%;
}

.filter_box .select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: static;
	width: 8px;
	height: 8px;
	margin: -4px 0 0;
	border: 0;
	border-right: 2px solid var(--filter-primary);
	border-bottom: 2px solid var(--filter-primary);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.filter_box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	margin-top: 4px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

/* =========================
   Выпадающий список
   ========================= */

.select2-container--open .select2-dropdown {
	margin-top: 6px;
	overflow: hidden;
	border: 1px solid rgba(85, 102, 134, 0.14);
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow:
		0 14px 34px rgba(53, 65, 88, 0.12),
		0 4px 12px rgba(53, 65, 88, 0.06);
	box-shadow:
		0 14px 34px rgba(53, 65, 88, 0.12),
		0 4px 12px rgba(53, 65, 88, 0.06);
}

.select2-container--default .select2-search--dropdown {
	padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: 38px;
	padding: 8px 11px;
	border: 1px solid rgba(85, 102, 134, 0.18);
	border-radius: 7px;
	background: #f7f8fa;
	color: #354158;
	font: inherit;
	outline: none;
	-webkit-transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		-webkit-box-shadow 0.2s ease;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease;
	transition:
		border-color 0.2s ease,
		background-color 0.2s ease,
		box-shadow 0.2s ease,
		-webkit-box-shadow 0.2s ease;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	background: #fff;
	border-color: rgba(85, 102, 134, 0.4);
	-webkit-box-shadow: 0 0 0 3px rgba(85, 102, 134, 0.1);
	box-shadow: 0 0 0 3px rgba(85, 102, 134, 0.1);
}

.select2-container--default .select2-results {
	padding: 6px;
}

.select2-container--default .select2-results__options {
	max-height: 260px;
}

.select2-container--default .select2-results__option {
	margin: 2px 0;
	padding: 10px 12px;
	border-radius: 7px;
	background: transparent;
	color: #354158;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.35;
	-webkit-transition:
		background-color 0.15s ease,
		color 0.15s ease;
	transition:
		background-color 0.15s ease,
		color 0.15s ease;
}

/* Наведение вместо ярко-голубого */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: var(--filter-primary-soft, #edf1f6);
	color: var(--filter-primary-dark, #44536f);
}

/* Активное значение */
.select2-container--default .select2-results__option[aria-selected="true"] {
	background: var(--filter-primary, #556686);
	color: #fff;
	font-weight: 700;
}

/* Когда активный пункт одновременно наведён */
.select2-container--default .select2-results__option[aria-selected="true"].select2-results__option--highlighted {
	background: var(--filter-primary-dark, #44536f);
	color: #fff;
}

/* Скролл */
.select2-results__options::-webkit-scrollbar {
	width: 7px;
}

.select2-results__options::-webkit-scrollbar-track {
	background: transparent;
}

.select2-results__options::-webkit-scrollbar-thumb {
	background: rgba(85, 102, 134, 0.3);
	border-radius: 10px;
}

.select2-results__options::-webkit-scrollbar-thumb:hover {
	background: rgba(85, 102, 134, 0.55);
}

@media (max-width: 900px) {
	.filter_box {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 24px;
	}
}

@media (max-width: 767px) {
	.main_page.m-top {
		margin-top: 0;
	}
}


@media (max-width: 560px) {
	.filter_box {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.filter_box .bapf_head {
		text-align: left;
	}
}

@media (min-width: 900px) {
	.filter_box {
		max-width: 80%;
		margin: 0 auto 36px;
	}
}

.woocommerce img,
.woocommerce-page img {
	height: 100% !important;
	max-width: 100% !important;
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.description_sections {
	margin: 0 0 45px;
}
