@media (min-width: 850px) {
	.product-main .product-gallery {
		order: 3;
	}
}

#complect-products-title {
	margin-top: 27px;
	text-align: center;
}

.recommended-items__item {
	position: relative;
	padding: 0 32px;
	border-radius: 14px;
	background-color: #F4F6F5;
}

.recommended-items__slider {
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
	padding: 10px 0 14px;
}

.recommended-items__slider .swiper-slide {
	height: auto;
}

.recommended-items__title {
	margin-bottom: 0;
	text-align: center;
}

/* @media (max-width: 768px) {
	.recommended-items__title {
		text-align: center;
	}
} */


.recommended-items__slider-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 8px;
	position: absolute;
	top: 50%;
	right: 4px;
	width: calc(100% - 8px);
	z-index: 10;


}

.recommended-items__slider-pag {
	display: none;
	margin: 14px 0 4px;
}

.recommended-items__slider-pag .swiper-pagination-bullet {
	background: #104139;
	width: 9px;
	height: 2px;
	border-radius: 7px;
	margin: 0 3px !important;
	opacity: 0.1;
}

.recommended-items__slider-pag .swiper-pagination-bullet-active {
	background: #104139;
	opacity: 0.6;
}

@media (max-width: 768px) {

	.recommended-items__item {
		/* padding: 0; */
	}

	.recommended-items__slider-nav {
		/* display: none; */
	}

	.recommended-items__slider {
		padding: 6px 0px 10px;
	}


	.recommended-items__slider-pag {
		display: flex;
		justify-content: center;
	}
}

.recommended-items__head {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 4px;
}



.slider-ss-btn {
	border-radius: 50%;
	border: 1px solid #104139;
	flex: 0 0 24px;
	height: 24px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	min-height: auto;
	transition: all 0.3s ease 0s;

}

.slider-ss-btn:hover {
	background-color: #104139;
}

.slider-ss-btn svg path {
	transition: all 0.3s ease 0s;
	fill: #104139;
}

.slider-ss-btn:hover svg path {
	fill: #fff;
}

.slider-ss-btn__prev svg {
	rotate: 180deg;
}

.slider-ss-btn svg {
	width: 10px !important;
	height: 10px !important;
}


.rec-product {
	background-color: #fff;
	border-radius: 8px;
	padding: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
}

.rec-product__image {
	margin-bottom: 8px;
	/* width: 100%; */
	width: 80%;
	aspect-ratio: 1 / 1;
}

.rec-product__image img {
	border-radius: 6px;
}

.rec-product__name {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 4px;
/* 	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; */
}

.rec-product__price {
	margin-top: auto;
	font-size: 16px;
	margin-bottom: 4px;
}

.rec-product__price bdi {
	/* color: #dd3333; */
	color: #000;
	opacity: 0.6;
}

.rec-product__add-to-cart * {
	color: #104139;
}

.rec-product__add-to-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #F2F5EE;
	border-radius: 6px;
	width: 100%;
	padding: 1px 6px;
	transition: all 0.3s ease 0s;
	overflow: hidden;
}

.rec-product__add-to-cart::after {
	content: '+';
	font-size: 22px;
	position: absolute;
	pointer-events: none;
	transition: all 0.2s ease 0s;
	opacity: 0.5;
	font-weight: 700;
	/* will-change: transform; */
	z-index: 1;
}

.rec-product__add-to-cart:hover::after {
	/* transform: scale(1.1); */
	opacity: 1;
}

.complect-qty {
	min-height: auto;
	border: none !important;
	outline: none !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1;
	height: 100% !important;
	background: none !important;
	box-shadow: none !important;
	transform: translateY(12px);
	opacity: 0;
	transition: opacity 0s ease 0s, transform 0.3s ease 0s !important;
	max-width: 38px !important;
}

.rec-product__add-to-cart .complect-checkbox {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	cursor: pointer;
	margin: 0 !important;
	z-index: 2;
}

.rec-product__add-to-cart input[type="number"]::-webkit-outer-spin-button,
.rec-product__add-to-cart input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	appearance: none !important;
	margin: 0 !important;
}

.rec-product__add-to-cart input[type="number"] {
	-moz-appearance: textfield !important;
}

.rec-product__add-to-cart input[type="number"]:hover,
.rec-product__add-to-cart input[type="number"]:focus {
	-moz-appearance: number-input !important;
}



.rec-product__add-to-cart.just-added {
	background-color: #BAEC67;

}

.rec-product__add-to-cart.just-added::after {
	display: none;
}

.rec-product__add-to-cart.just-added .complect-checkbox {
	pointer-events: none;
}

.rec-product__add-to-cart.just-added .rec-product__qty-btn-minus {
	transform: translateX(0%);
	left: 0;
	opacity: 1;
}

.rec-product__add-to-cart.just-added .rec-product__qty-btn-plus {
	transform: translateX(0%);
	right: 0;
	opacity: 1;
}

.rec-product__add-to-cart.just-added .complect-qty {
	transform: translateY(0%);
	opacity: 1;
}

.rec-product__qty-btn {
	width: 24px;
	/* flex: 0 0 32px; */
	height: auto;
	aspect-ratio: 1/1;
	margin: 0;
	padding: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: auto;
	line-height: 1;
	position: relative;
	transition: all 0.3s ease 0s;
	opacity: 0;
}

.rec-product__qty-btn-minus {
	left: 50%;
	transform: translateX(-50%);
}

.rec-product__qty-btn-plus {
	right: 50%;
	transform: translateX(50%);
}


@media (max-width: 850px) {
	.single-product .product-main .product-info.summary {
		width: 100%;
		flex: 0 0 100%;
		max-width: none;
	}
}

#complect-products__btn-open-more {
	font-weight: 700;
	min-width: 150px;
	margin: 0 auto 32px;
	background: #fff;
	color: #104139;
	border: 1px solid #104139;
	display: block;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 34px;
	min-height: auto;
	font-size: 15px;
	transition: all 0.3s ease 0s;

}

#complect-products__btn-open-more:hover {
	background: #104139;
	color: #fff;
}

#complect-products__btn-open-more:hover i::before {
	color: #fff;
}

#complect-products__btn-open-more i {
	transition: all 0.3s ease 0s !important;
	position: relative;
	top: 1px;
}

#complect-products__btn-open-more span {
	line-height: 1;
	margin: 0;
	padding: 0;
}

#complect-products__btn-open-more.open i {
	rotate: 180deg;
}

#complect-products__list {
	overflow: hidden;
	transition: height 0.3s ease 0s;
}

#complect-products-result {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	margin: 0 0 20px;

}

#complect-products-result .amount {
	font-weight: 700;
	color: #104139;
	/* opacity: 0.6; */
}

#complect-products-result+form {
	justify-content: center;
	text-align: center;
}


/* ----------------------------------- VARIABLE ------------------------------------ */

.variable-item.button-variable-item.disabled {
	pointer-events: none;
	cursor: no-drop;
}

.woocommerce-variation {
	opacity: 0;
}

.variable-item-contents:before {
	opacity: 0;
}

#complect-products-result .woocommerce-Price-amount {
	display: flex;
	gap: 12px;
	align-items: center;
}

.rec-product__price {
	display: flex;
	flex-direction: row-reverse;
	gap: 6px;
}

.r-rev {
	display: flex;
	flex-direction: row-reverse;
	gap: 2px;
}

.old-together {
	opacity: 0.4;
	text-decoration: line-through;
	display: none;
}

.woocommerce-Price-amount.is-sale .old-together {
	display: flex;
}

.woocommerce-Price-amount.is-sale .together {
	color: #dd3333;
	font-weight: 700;
}