.woocommerce-breadcrumb {
	justify-content: flex-start;
}
/* Product Page - Start */
section.product-box {
	padding: 0px 0 70px 0;
	overflow: visible;
}

section.product-box .onsale {
	display: none;
}

/* Product Gallery - Start */
section.product-box .product-gallery {
	position: relative;
	top: 0;
	display: flex;
	gap: 0;
	padding-right: 0;
}

section.product-box .swiper-wrapper {
	height: fit-content !important;
}

section.product-box .gallery-top {
	width: calc(100% - 120px);
	height: fit-content;
}

section.product-box .gallery-top .swiper-slide img {
	width: 100%;
	height: calc(100dvh - var(--header-height) - 30px - 30px);
	max-height: calc(100vh - var(--header-height) - 30px - 30px);
	object-fit: cover;
	border-radius: var(--border-radius-5);
	cursor: zoom-in;
	transition: all 0.3s ease;
}

section.product-box .gallery-thumbs {
	width: calc(100px + 3px);
	height: fit-content;
	max-height: calc(100vh - var(--header-height) - 30px - 30px - 30px);
	overflow: auto !important;
	padding-right: 3px !important;
}

@media (pointer: fine) {
	section.product-box .gallery-thumbs::-webkit-scrollbar {
		width: 3px;
	}
}

section.product-box .gallery-thumbs .swiper-slide {
	height: fit-content !important;
	margin-bottom: 10px !important;
}

section.product-box .gallery-thumbs .swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	cursor: pointer;
}

section.product-box .gallery-top .swiper-button-prev,
section.product-box .gallery-top .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 55px;
	background: transparent;
	border-radius: var(--border-radius-5);
	transition: all 0.3s ease;
}

section.product-box .gallery-top .swiper-button-prev {
	left: 20px;
}

section.product-box .gallery-top .swiper-button-next {
	right: 20px;
}

section.product-box .gallery-top .swiper-button-prev::after,
section.product-box .gallery-top .swiper-button-next::after {
	font-size: 32px;
	font-weight: 500;
	color: var(--black);
	transition: all 0.3s ease;
}

section.product-box .gallery-top .swiper-button-prev:hover::after,
section.product-box .gallery-top .swiper-button-next:hover::after {
	color: var(--primary);
}

@media (min-width: 1280px) {
	section.product-box .gallery-thumbs .swiper-wrapper {
		transform: translate3d(0px, 0px, 0px) !important;
	}
}

@media (min-width: 769px) and (max-width: 1279px) {
	section.product-box .gallery-thumbs .swiper-wrapper {
		overflow-y: auto !important;
	}
}

@media (max-width: 768px) {
	section.product-box .gallery-top .swiper-slide img {
		height: calc(100vw - var(--container-indent));
	}

	section.product-box .product-gallery {
		position: relative;
		top: 0;
		display: flex;
		gap: 10px;
		padding-right: 0;
		flex-direction: column-reverse;
	}

	section.product-box .gallery-thumbs {
		width: 100%;
		height: auto;
	}

	section.product-box .gallery-top {
		width: 100%;
		height: auto;
	}

	section.product-box .gallery-top .swiper-button-prev,
	section.product-box .gallery-top .swiper-button-next {
		width: 38px;
		height: 38px;
	}

	section.product-box .gallery-top .swiper-button-prev::after,
	section.product-box .gallery-top .swiper-button-next::after {
		font-size: 36px;
	}

	section.product-box .gallery-top .swiper-button-prev {
		left: 10px;
	}

	section.product-box .gallery-top .swiper-button-next {
		right: 10px;
	}
}
.product-gallery .gallery-top1 {
	width: 100%;
	padding-right: 20px;
}
.product-gallery .gallery-top1 .swiper-wrapper1 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 2px;
}
.product-gallery .gallery-top1 .swiper-wrapper1 .swiper-slide1 {
	display: flex;
	width: calc(50% - 1px);
}
.product-gallery .gallery-top1 .swiper-wrapper1 .swiper-slide1 img {
	width: 100%;
	height: 100%;
	cursor: zoom-in;
}
/* Product Gallery - End */

/* Product Base - Start */
.col-50.product-details {
	padding-right: 20px;
}
section.product-box .product-details h1.product_title {
	font-family: var(--font-family-1);
	font-size: 48px;
	line-height: 48px;
	max-width: calc(100% - 40px);
	margin-top: 20px;
	margin-bottom: 20px;
}

section.product-box .stock-status {
	display: flex;
	gap: 5px;
	position: absolute;
	top: 80px;
	right: 20px;
	font-size: 14px;
	line-height: 14px;
}

section.product-box .woocommerce-product-rating,
section.product-box .product-details form.cart,
section.product-box .product-details .quantity,
section.product-box .product-details .compare-btn,
section.product-box .product-details .product_meta,
section.product-box .product-details .woocommerce-product-details__short-description {
	display: none;
}
.short-desc.text-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	line-height: 20px;
}
.short-desc.text-box p + ul {
	margin-top: -10px;
}
@media (min-width: 1280px) {
	#main > .woocommerce-breadcrumb {
		display: none;
	}
}
@media (max-width: 1480px) {
	section.product-box .product-details h1.product_title {
		font-size: 26px;
		line-height: 32px;
	}
}

@media (max-width: 1279px) {
	section.product-box .product-details h1.product_title {
		font-size: 24px;
		line-height: 28px;
		max-width: calc(100% - 0px);
		margin-bottom: 10px;
	}
	.product-gallery .gallery-top1 {
		padding-right: 0px;
	}
	section.product-box .buy-group .price {
		position: relative;
		display: flex;
		width: fit-content;
		margin-bottom: 25px;
		font-family: var(--font-family-1);
		font-size: 30px;
		line-height: 30px;
	}
	section.product-box .col-50 {
		position: relative;
		width: calc(100% - 0px);
	}
	section.product-box .col-50.product-details {
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	section.product-box .col-50.product-details  .woocommerce-breadcrumb {
		display: none;
	}

	section.product-box .stock-status {
		position: absolute;
		top: 20px;
		right: 20px;
		margin-bottom: 0;
	}
}
/* Product Base - End */

/* Product Options - Start */
section.product-box .variation-group {
	display: flex;
	flex-wrap: wrap;
	gap: var(--blocks-indent);
	margin-top: 30px;
}

section.product-box .variation-group .option-block {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-bottom: 0;
	width: 100%;
}

section.product-box .variation-group .option-block .option-head {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
}

/* Universal Option - Start */
section.product-box .variation-group .option-block .option-value {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0px;
	font-size: 16px;
	line-height: 16px;
	height: var(--btn-height);
	background: transparent;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}

section.product-box .variation-group .option-block .option-value.selected {
	border-bottom: 1px solid var(--primary);
}
section.product-box .variation-group .option-block .option-value:hover {
	border-bottom: 1px solid var(--primary);
}
.option-block.pa_size-options > .option-head {
	order: 0;
}
.option-block.pa_size-options > .dvospalne {
	order: 1;
}
.option-block.pa_size-options > .dytyache {
	order: 2;
}
.option-block.pa_size-options > .polutor {
	order: 3;
}
.option-block.pa_size-options > .yevro {
	order: 4;
}
.option-block.pa_size-options > .simeynyy {
	order: 5;
}
.option-block.pa_size-options > .king-size {
	order: 6;
}
.option-block.pa_size-options > .vkazaty-sviy-rozmir {
	order: 7;
}

/* Custom Size Field - Start */
section.product-box .variation-group .option-block .option-value.custom-size-option {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 200px;
	margin-right: 50%;
	margin-top: 30px;
	margin-bottom: 15px;
	order: 100;
}
section.product-box .variation-group .option-block .option-value.custom-size-option small {
	font-size: 16px;
	font-weight: 500;
}
.custom-size-input-wrapper {
	width: 100%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid var(--border);
}

.custom-size-input-wrapper .custom-size-input {
	width: 100%;
	background: #f8f8f8;
	border: 1px solid transparent;
	padding: 12px 15px;
	font-size: 14px;
	line-height: 17px;
	transition: all 0.3s ease;
}

.custom-size-input-wrapper .custom-size-input:focus {
	border-color: var(--primary);
	background: var(--white);
}

.custom-size-input-wrapper .custom-field-hint {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	line-height: 16px;
	color: var(--gray);
}

@media (max-width: 1480px) {
	.custom-size-input-wrapper {
		margin-top: 12px;
		padding-top: 12px;
	}
}

@media (max-width: 1279px) {
	section.product-box .variation-group .option-block .option-value.custom-size-option {
		width: 100%;
		margin-right: 0;
	}
	.custom-size-input-wrapper {
		margin-top: 10px;
		padding-top: 10px;
	}

	.custom-size-input-wrapper .custom-size-input {
		font-size: 14px;
		padding: 10px 12px;
	}

	.custom-size-input-wrapper .custom-field-hint {
		font-size: 11px;
		line-height: 14px;
	}

}
/* Custom Size Field - End */

/* Universal Option - End */

/* Color - Start */

section.product-box .variation-group .color-option {
	position: relative;
	display: flex;
	width: 26px;
	height: 26px;
	min-width: 26px;
	background: red;
	border-radius: 0;
	cursor: pointer;
	border: 1px solid rgb(0 0 0 / 10%);
	transition: all 0.3s ease;
}

section.product-box .variation-group .color-option.selected {
	border: 1px solid var(--black);
}
section.product-box .variation-group .option-block.pa_color-options {
	gap: 15px 10px;
}
section.product-box .variation-group .color-name {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 7px;
	border-radius: 0;
	background: var(--accent);
	box-shadow: 0 0 4px rgb(0 0 0 / 10%);
	font-family: var(--font-family-2);
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: var(--black);
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	section.product-box .variation-group .color-option:hover .color-name {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
	}
}
.op-alternative-products + .variation-group .option-block.pa_color-options {
	display: none !important;
}
/* Color - End */
/* Product Options - End */

/* Buy Group - Start */
section.product-box .buy-group {
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 30px;
}

section.product-box .buy-group .col-left {
	display: flex;
	flex-direction: column;
	width: 80%;
}

section.product-box .buy-group .price {
	position: relative;
	display: flex;
	width: fit-content;
	margin-bottom: 30px;
	font-family: var(--font-family-1);
	font-size: 48px;
	line-height: 48px;
}

section.product-box .buy-group .price ins {
	text-decoration: none;
}

section.product-box .buy-group .price del {
	display: flex;
	align-items: center;
	color: #d3d3d3;
	font-size: 20px;
	line-height: 31px;
	font-weight: 600;
	text-decoration-line: line-through;
	margin-right: 10px;
}

section.product-box .buy-group .price .per-product {
	margin-left: 5px;
}

section.product-box .buy-group .col-left .btn-group {
	gap: 10px;
}

section.product-box .buy-group .col-left .btn-group .btn-primary {
	width: 20vw;
}

section.product-box .buy-group .col-right {
	display: flex;
	flex-direction: column;
	width: 20%;
}

section.product-box .buy-group .col-right .btn-group {
	justify-content: flex-end;
	gap: 16px;
	padding-top: 31px;
}

section.product-box .buy-group .col-right .btn-group > div {
	display: flex;
	align-items: center;
	gap: 10px;
}

section.product-box .buy-group .col-right .btn-group .btn {
	width: 38px;
	height: 38px;
	padding: 8px;
	border-radius: var(--border-radius-5);
}

section.product-box .buy-group .col-right .btn-group .btn img {
	height: 22px;
}

section.product-box .buy-group .col-right .btn-group .btn img + img {
	position: absolute;
	opacity: 0;
	transition: all 0.3s ease;
}

section.product-box .buy-group .col-right .btn-group .added .btn img + img {
	opacity: 1;
}

section.product-box p.stock {
	display: none;
}

section.product-box .custom-quantity-input {
	display: flex;
	align-items: center;
	border: 1px solid var(--primary);
	overflow: hidden;
}

section.product-box .quantity-btn {
	background: transparent;
	border: none;
	color: var(--black);
	font-size: 18px;
	padding: 11px 5px;
	width: 40px;
	height: 54px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

section.product-box .quantity-display {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	display: flex;
	width: 20px;
	padding-left: 0;
	padding-right: 0;
	border: none;
	outline: none;
	background: transparent;
}

.buy-group .wishlist-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: fit-content;
	background: transparent;
	margin-left: 6px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.buy-group button.wishlist-btn:before {
	content: "" !important;
	display: flex !important;
	width: 28px !important;
	height: 28px !important;
	margin-right: 0px !important;
	background: url(/wp-content/themes/shop/img/icons/wishlist.svg) !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	transition: all 0.3s ease;
	filter: var(--primary-filter);
}
.buy-group button.wishlist-btn.in-wishlist-already:before {
	background: url(/wp-content/themes/shop/img/icons/wishlist-full.svg) !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}


@media (max-width: 1279px) {
	section.product-box .buy-group {
		flex-direction: column;
		justify-content: flex-start;
	}

	section.product-box .buy-group .col-left {
		width: 100%;
	}

	section.product-box .buy-group .col-right {
		width: 100%;
	}

	section.product-box .buy-group .col-right .btn-group {
		padding-top: 25px;
	}

	section.product-box .btn-group {
		gap: 15px;
	}

	section.product-box .btn-group .btn {
		width: 100%!important;
	}

	section.product-box .buy-group .col-right .btn-group {
		flex-direction: row;
	}

	section.product-box .buy-group .col-right .btn-group > div {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 50%;
	}

	section.product-box .buy-group .col-right .btn-group > div {
		justify-content: center;
		padding: 5px 0;
		border: 1px solid var(--primary);
	}

	section.product-box .buy-group .col-right .btn-group .btn.btn-primary {
		background: transparent;
	}

	section.product-box .buy-group .col-right .btn-group .btn.btn-primary:hover {
		background: transparent;
	}
	.buy-group .wishlist-btn {
		position: absolute;
		top: 10px;
		right: 0;
		margin-left: 0px;
	}
	section.product-box .custom-quantity-input {
		min-width: fit-content;
	}
	section.product-box .quantity-btn {
		width: 40px;
		min-width: 40px;
	}
	section.product-box .quantity-display {
		width: 20px;
		min-width: 20px;
	}
}
/* Buy Group - End */

/* Scroll Price - Start */
section.product-box .mob.scroll-price {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fafbff;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	align-items: center;
	box-shadow: 0px 0px 24px 0px #8e8e8e33;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s ease-in-out;
	z-index: 99999;
}

section.product-box .mob.scroll-price.active {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}

section.product-box .mob.scroll-price .price {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-top: 3px;
}

section.product-box .mob.scroll-price .btn {
	min-width: 50%;
}

@media (max-width: 1279px) {
	body.product-template-default #scrollToTopBtn,
	body.single #scrollToTopBtn,
	body.single-product #scrollToTopBtn {
		display: none !important;
	}
}
/* Scroll Price - End */

/* Product Tabs - Start */
section.product-box .product-tabs {
	margin-top: 35px;
}

section.product-box .product-tabs .tab {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 17px 0;
	border-bottom: 1px solid var(--gray);
	cursor: pointer;
}



section.product-box .product-tabs .tab .tab-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: var(--font-family-2);
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	font-weight: 300;
}

section.product-box .product-tabs .tab .tab-title::after {
	content: "";
	display: flex;
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/shop/img/icons/arrow-right.svg) no-repeat center center;
	background-size: contain;
	transform: rotate(90deg);
	transition: all 0.3s ease-in-out;
}

section.product-box .product-tabs .tab.active .tab-title::after {
	transform: rotate(270deg);
}

section.product-box .product-tabs .tab .tab-content {
	padding-top: 20px;
}

section.product-box .product-tabs .tab .tab-content table {
	display: flex;
	width: 100%;
}

/* Product description - Start */
section.product-box #tab-description {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

section.product-box #tab-description div {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

section.product-box .product-tabs .tab-content *:empty {
	display: none !important;
}

section.product-box #tab-description * {
	margin: 0 !important;
	padding: 0 !important;
}

section.product-box #tab-description h2,
section.product-box #tab-description h2 *,
section.product-box #tab-description h3,
section.product-box #tab-description h3 * {
	font-size: 20px !important;
	line-height: 26px !important;
}

section.product-box #tab-description ul,
section.product-box #tab-description ol {
	display: flex;
	flex-direction: column;
	gap: 5px;
	list-style: none !important;
	margin: 0 !important;
	margin-left: 5px !important;
	padding: 0 !important;
}

section.product-box #tab-description ul li,
section.product-box #tab-description ol li {
	display: flex;
	list-style: none !important;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}

section.product-box #tab-description ul li:before {
	content: "";
	display: flex;
	width: 6px;
	min-width: 6px;
	height: 6px;
	background: var(--black);
	border-radius: var(--border-radius-100);
	margin-top: 4px !important;
	margin-right: 5px !important;
}

section.product-box #tab-description ol li {
	counter-increment: list-counter;
}

section.product-box #tab-description ol li:before {
	content: counter(list-counter) ". ";
	display: flex;
	border-radius: var(--border-radius-100);
	margin-right: 3px !important;
}

section.product-box #tab-shipping,
section.product-box #tab-payment {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
/* Product description - End */

/* Product attributes - Start */
#tab-additional_information {
	width: 100%;
}
section.product-box .woocommerce-product-attributes tbody {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	width: 100%;
}

section.product-box .woocommerce-product-attributes tbody tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: calc(50% - var(--blocks-indent));
	padding: 20px 0;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

section.product-box .woocommerce-product-attributes tbody tr:nth-child(4n + 3),
section.product-box .woocommerce-product-attributes tbody tr:nth-child(4n + 4) {
	background: var(--white);
}

section.product-box .woocommerce-product-attributes tbody tr th {
	color: var(--black);
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	min-width: fit-content;
}

section.product-box .woocommerce-product-attributes tbody tr td p {
	font-size: 14px;
	line-height: 21px;
	color: var(--black);
	text-align: right;
}

@media (max-width: 1279px) {
	section.product-box .woocommerce-product-attributes tbody tr {
		width: calc(100% - 0px);
	}

	section.product-box .woocommerce-product-attributes tbody tr:nth-child(4n + 3),
	section.product-box .woocommerce-product-attributes tbody tr:nth-child(4n + 4) {
		background: #f0f0f3;
	}

	section.product-box .woocommerce-product-attributes tbody tr:nth-child(2n) {
		background: var(--white);
	}
}
/* Product attributes - End */

#tab-delivery {
	display: flex;
	flex-direction: column;
	gap: var(--blocks-indent);
}
#tab-delivery h4.section-subtitle {
	font-family: var(--font-family-2)!important;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

#tab-payment {
	display: flex;
	flex-direction: column;
	gap: var(--blocks-indent);
}
#tab-care {
	display: flex;
	flex-direction: column;
	gap: var(--blocks-indent);
}
/* Product Tabs - End */

/* Product Reviews - Start */
section.product-box .review-block {
	margin-top: 50px;
}

section.product-box #reviews {
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
}

section.product-box #tab-title-reviews {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.product-box #tab-title-reviews .h3 {
	font-size: 30px;
	line-height: 36px;
}

section.product-box .woocommerce-Reviews-title,
section.product-box .clear {
	display: none;
}

section.product-box #tab-reviews {
	margin-top: 28px;
}

section.product-box #tab-reviews ol.commentlist {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

section.product-box #tab-reviews ol.commentlist > li {
	display: flex;
	padding: 25px;
	background: #f8f9fb;
	border-radius: var(--border-radius-5);
}

section.product-box #tab-reviews ol.commentlist > li .comment_container {
	display: flex;
	gap: 10px;
	width: 100%;
}

section.product-box #tab-reviews ol.commentlist > li img.avatar {
	border-radius: var(--border-radius-100);
	width: 43px;
	height: 43px;
}

section.product-box #tab-reviews ol.commentlist > li .comment-text {
	display: flex;
	flex-direction: column;
	width: 100%;
}

section.product-box #tab-reviews ol.commentlist > li .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	order: 1;
}

section.product-box #tab-reviews ol.commentlist > li .meta > * {
	display: flex;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}

section.product-box #tab-reviews ol.commentlist > li .meta > span {
	display: none;
}

section.product-box #tab-reviews ol.commentlist > li .meta > time {
	margin-left: auto;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}

section.product-box #tab-reviews ol.commentlist > li .star-rating {
	display: flex;
	gap: 5px;
	order: 2;
	margin-top: 10px;
	font-size: 20px;
}

section.product-box #tab-reviews ol.commentlist > li .description {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	order: 3;
}

section.product-box #review_form_wrapper {
	display: none;
}

section.product-box #review_form .comment-reply-title {
	display: flex;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

section.product-box form#commentform {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

section.product-box .comment-form .stars > span {
	display: flex;
	gap: 6px;
}

section.product-box .comment-form .stars > span a {
	display: flex;
	padding-top: 3px;
	background: var(--gray);
	border-radius: var(--border-radius-5);
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

section.product-box .comment-form .stars > span a.active,
section.product-box .comment-form .stars > span a:hover {
	background: var(--primary);
}

section.product-box .comment-form .comment-form-comment {
	display: flex;
	flex-direction: column;
}

section.product-box .comment-form #comment {
	width: 100%;
	color: var(--black);
	padding: 12px 12px 12px 10px;
	outline: none;
	border: 1px solid #e2e2e2;
}

section.product-box .comment-form input#submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: min-content;
	width: fit-content;
	padding: 15px 24px;
	background: var(--primary);
	color: var(--black);
	margin: 0;
	border: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	border-radius: var(--border-radius-5);
	cursor: pointer;
}
/* Product Reviews - End */

/* Related Products Sections - Start */
section.same-category-products,
section.upsell-products,
section.related-products,
section.recently-viewed-products {
	padding-bottom: 70px;
}

section.same-category-products .container,
section.upsell-products .container,
section.related-products .container,
section.recently-viewed-products .container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

section.same-category-products .container .btn {
	margin: 0 auto;
}

section.product-box .product-card .product-badge:not(:has(.onsale)) {
	display: none;
}
/* Related Products Sections - End */

/* Upsell Tab Right - Start */
section.product-box .upsell-tab {
	display: none !important;
}
/* Upsell Tab Right - End */

@media (max-width: 1480px) {
	section.product-box .product-list .product-card:nth-child(6) {
		display: none;
	}
}

@media (max-width: 1279px) {
	section.product-box .product-list .product-card:nth-child(5) {
		display: none;
	}
}

@media (max-width: 1024px) {
	section.product-box .product-list .product-card:nth-child(4) {
		display: none;
	}
}

@media (max-width: 768px) {
	section.product-box .product-list .product-card:nth-child(3) {
		display: none;
	}
}
/* Product Page - End */


/* Product Reviews - Start */
section.product-box .review-block.tab.active .tab-content {
	display: block;
}

section.product-box #tab-title-reviews {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

section.product-box #tab-title-reviews .reviews-count {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 53px;
	height: 30px;
	padding: 0 10px;
	background: var(--primary);
	color: var(--primary-match);
	border-radius: var(--border-radius-50);
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
	margin-left: 20px;
}

section.product-box #tab-title-reviews .review-form-call {
	margin-left: auto;
	margin-right: 25px;
	height: 50px;
	padding: 0 30px;
}

/* Слайдер відгуків - Start */
section.product-box .reviews-slider-wrapper {
	position: relative;
	margin-top: 20px;
	overflow: hidden;
}

section.product-box .reviews-slider {
	width: 100%;
	overflow: visible;
}

section.product-box .reviews-slider .swiper-slide {
	height: auto;
}

section.product-box .review-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 25px;
	background: var(--light-gray);
	border-radius: var(--border-radius-20);
}

section.product-box .review-header {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

section.product-box .review-header img {
	width: 35px;
	height: 35px;
	min-width: 35px;
	object-fit: contain;
}

section.product-box .review-meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

section.product-box .review-author {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: var(--black);
}

section.product-box .review-date {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 14px;
	line-height: 18px;
	color: var(--gray);
}

section.product-box .review-content {
	flex-grow: 1;
	margin-bottom: 15px;
}

section.product-box .review-text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}

section.product-box .read-more-review {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
}

section.product-box .read-more-review:hover {
	color: var(--accent);
}
section.product-box .review-card .star-rating {
	display: flex;
	gap: 4px;
	font-size: 28px;
	line-height: 25px;
	margin-top: auto;
}

section.product-box .review-card .star-rating .star {
	color: #E0E0E0;
}

section.product-box .review-card .star-rating .star.filled {
	color: var(--primary);
}

/* Кнопки слайдера - Start */
section.product-box .reviews-slider-wrapper .swiper-buttons {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

section.product-box .reviews-slider-wrapper .swiper-buttons .custom-swiper-button-prev,
section.product-box .reviews-slider-wrapper .swiper-buttons .custom-swiper-button-next {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: 0;
}
/* Кнопки слайдера - End */

/* Футер відгуків - Start */
section.product-box .reviews-footer {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

/* Футер відгуків - End */

/* Пусті відгуки - Start */
section.product-box .woocommerce-noreviews {
	text-align: center;
	color: var(--gray);
	padding: 40px 0;
	font-size: 16px;
}
/* Пусті відгуки - End */

/* Інформер повного тексту - Start */
.informer-wrapper.review-full-text .informer-section {
	max-width: 600px;
}

.review-full-header {
	display: flex;
	gap: 15px;
	margin-bottom: 20px;
}

.review-full-avatar img {
	width: 50px;
	height: 50px;
	border-radius: var(--border-radius-100);
}

.review-full-meta {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.review-full-date {
	font-size: 14px;
	color: var(--gray);
}

.review-full-content {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	max-height: 400px;
	overflow: auto;
}

.review-full-rating {
	display: flex;
	gap: 5px;
	font-size: 20px;
}

.review-full-rating .star {
	color: #E0E0E0;
}

.review-full-rating .star.filled {
	color: var(--primary);
}
/* Інформер повного тексту - End */

/* Форма відгуку в лайтбоксі - Start */
.form-lightbox-wrapper.review-form .lightbox-section {
	width: 720px;
}

.form-lightbox-wrapper.review-form .form-head {
	margin-bottom: 30px;
	text-align: center;
}

.form-lightbox-wrapper.review-form .form-head .h2 {
	font-size: 32px;
	line-height: 38px;
}

.review-form-fields {
	gap: 20px;
}

.review-form-fields textarea {
	resize: vertical;
	min-height: 120px;
}

/* Рейтинг зірочки - Start */
.rating-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rating-section label {
	font-size: 14px;
	line-height: 18px;
	color: var(--black);
}

.stars-rating {
	display: flex;
	gap: 10px;
	font-size: 48px;
	line-height: 48px;
}

.stars-rating .star {
	color: #E0E0E0;
	cursor: pointer;
	transition: all 0.2s ease;
}

.stars-rating .star:hover,
.stars-rating .star.active {
	color: var(--primary);
}

.stars-rating .star.hover {
	color: var(--primary);
}

.stars-rating + .stars {
	display: none;
}
/* Рейтинг зірочки - End */

/* Повідомлення про успішну відправку - Start */
.review-success-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 60px 20px;
	gap: 20px;
}

.review-success-message .h2 {
	color: var(--black);
	margin-bottom: 10px;
}

.review-success-message p {
	font-size: 16px;
	line-height: 24px;
	color: var(--gray);
	max-width: 400px;
	margin-bottom: 20px;
}

.review-success-message .btn {
	min-width: 200px;
}
/* Повідомлення про успішну відправку - End */
/* Форма відгуку в лайтбоксі - End */

@media (max-width: 1279px) {
	section.product-box #tab-title-reviews {
		flex-wrap: wrap;
		gap: 15px;
	}

	section.product-box #tab-title-reviews .review-form-call {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
	}

	section.product-box .review-card {
		padding: 20px;
	}

	section.product-box .review-header img {
		width: 50px;
		height: 50px;
		min-width: 50px;
	}

	section.product-box .review-author {
		font-size: 16px;
		line-height: 20px;
	}

	section.product-box .review-text {
		font-size: 14px;
		line-height: 20px;
	}

	.form-lightbox-wrapper.review-form .form-head .h2 {
		font-size: 24px;
		line-height: 28px;
		max-width: 180px;
		font-weight: 500;
	}

	.stars-rating {
		font-size: 36px;
		line-height: 36px;
		gap: 5px;
	}

	.review-success-message {
		padding: 40px 20px;
	}

	.review-success-message .h2 {
		font-size: 24px;
		line-height: 28px;
	}
	section.product-box #tab-title-reviews .reviews-count {
		margin-left: 0;
		margin-right: auto;
	}
	#tab-title-reviews + .swiper-buttons.outside.mob {
		position: absolute;
		top: 35px;
		right: 0;
	}
	section.product-box .reviews-footer {
		margin-top: 30px;
	}
	.btn.btn-primary.btn-full.review-form-call.mob {
		margin-top: 30px;
	}
	.form-lightbox-wrapper.review-form .form-head {
		margin-bottom: 0;
	}

	.form-lightbox-wrapper.review-form button.btn.btn-primary {
		width: 100%;
	}

}

@media (max-width: 768px) {
	section.product-box .reviews-slider-wrapper .swiper-buttons {
		position: relative;
		margin-top: 20px;
		justify-content: center;
	}
}
/* Product Reviews - End */


/* Cross-sell Products Section - Start */
section.cross-sell-products {
	padding-top: 120px;
	padding-bottom: 120px;
}

section.cross-sell-products .container-cross-sell {
	position: relative;
}

section.cross-sell-products .h2 {
	text-align: center;
	margin-bottom: 60px;
}

/* Слайдер и обертка */
section.cross-sell-products .cross-sell-wrapper {
	width: 100%;
}

section.cross-sell-products .cross-sell-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

section.cross-sell-products .cross-sell-item {
	width: calc(50% - 20px);
}

/* Карточка товара */
section.cross-sell-products .cross-sell-card {
	background: var(--white);
	border: 1px solid var(--border);
	overflow: hidden;
}

section.cross-sell-products .cross-sell-card .col-50 {
	height: 100%;
}

/* Левая часть - изображение */
section.cross-sell-products .cross-sell-image {
	position: relative;
	overflow: hidden;
}

section.cross-sell-products .cross-sell-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 400px;
}

section.cross-sell-products .product-tags-or-badges {
	position: absolute;
	top: 20px;
	left: 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

section.cross-sell-products .action-items {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* Правая часть - информация */
section.cross-sell-products .cross-sell-info {
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

section.cross-sell-products .cross-sell-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

section.cross-sell-products .cross-sell-title {
	flex: 1;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

section.cross-sell-products .cross-sell-title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

section.cross-sell-products .cross-sell-price {
	font-family: var(--font-family-1);
	font-size: 24px;
	line-height: 24px;
	white-space: nowrap;
}

/* Вариации */
section.cross-sell-products .variation-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

section.cross-sell-products .option-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

section.cross-sell-products .option-head {
	font-size: 14px;
	line-height: 14px;
	min-width: 60px;
}

section.cross-sell-products .option-value,
section.cross-sell-products .color-option {
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	height: 26px;
	min-width: 26px;
}

section.cross-sell-products .color-option {
	width: 26px;
}

/* Кнопки и количество */
section.cross-sell-products .buy-group {
	margin-top: auto;
}

section.cross-sell-products .btn-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

section.cross-sell-products .btn-primary {
	flex: 1;
	height: 48px;
}

section.cross-sell-products .custom-quantity-input {
	display: flex;
	align-items: center;
	border: 1px solid var(--primary);
	height: 48px;
}

section.cross-sell-products .quantity-btn {
	width: 36px;
	height: 46px;
	padding: 0;
}

section.cross-sell-products .quantity-display {
	width: 30px;
	text-align: center;
	font-size: 14px;
}

/* Кнопки слайдера */
section.cross-sell-products .swiper-buttons {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

/* Custom size field в cross-sell */
section.cross-sell-products .custom-size-option {
	width: 100%;
	height: auto;
	padding: 10px;
	background: var(--light-gray);
	border: 1px solid var(--border);
	margin-top: 5px;
}

section.cross-sell-products .custom-size-option .custom-size-input {
	width: 100%;
	margin-top: 5px;
	padding: 8px 10px;
	font-size: 14px;
}

@media (max-width: 1480px) {
	section.cross-sell-products {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	section.cross-sell-products .h2 {
		margin-bottom: 50px;
	}

	section.cross-sell-products .cross-sell-info {
		padding: 25px;
	}

	section.cross-sell-products .cross-sell-image img {
		min-height: 350px;
	}
}

@media (max-width: 1279px) {
	section.cross-sell-products {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	section.cross-sell-products .h2 {
		margin-bottom: 40px;
	}

	/* На мобильных товары идут друг под другом */
	section.cross-sell-products .cross-sell-list {
		flex-direction: column;
		gap: 30px;
	}

	section.cross-sell-products .cross-sell-item {
		width: 100%;
	}

	/* Карточка становится вертикальной */
	section.cross-sell-products .cross-sell-card {
		flex-direction: column;
	}

	section.cross-sell-products .cross-sell-card .col-50 {
		width: 100%;
	}

	section.cross-sell-products .cross-sell-image img {
		min-height: 300px;
		max-height: 400px;
	}

	section.cross-sell-products .cross-sell-info {
		padding: 20px;
	}

	section.cross-sell-products .cross-sell-header {
		flex-direction: column;
		gap: 10px;
	}

	section.cross-sell-products .cross-sell-price {
		font-size: 20px;
	}

	/* Кнопки навигации скрыты на мобильных */
	section.cross-sell-products .swiper-buttons {
		display: none;
	}
}
/* Cross-sell Products Section - End */

section.cross-sell-products {
	display: none;
}



















/* Upsell Bundle Block - Start */
.upsell-bundle-block {
	margin-top: 30px;
	background: var(--light-gray);
}

/* Header - аккордеон */
.upsell-bundle-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 25px;
	cursor: pointer;
}

.upsell-bundle-title {
	font-family: var(--font-family-2);
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.upsell-bundle-toggle {
	width: 18px;
	height: 18px;
	background: url(/wp-content/themes/shop/img/icons/arrow-right.svg) no-repeat center;
	background-size: contain;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
}

.upsell-bundle-block.active .upsell-bundle-toggle {
	transform: rotate(-90deg);
}

/* Content */
.upsell-bundle-content {
	display: none;
	border-top: 1px solid #c8c7c1;
}

.upsell-bundle-block.active .upsell-bundle-content {
	display: block;
}

/* Select All Row */
.upsell-select-all {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
	border-bottom: 1px solid #c8c7c1;
}

.upsell-total-price {
	font-family: var(--font-family-2);
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
}

/* Custom Checkbox */
.upsell-checkbox {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.upsell-checkbox input {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.upsell-checkbox-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	min-width: 24px;
	border: 1px solid var(--primary);
	transition: all 0.2s ease;
}

.upsell-checkbox-box img {
	width: 12px;
	height: 12px;
	opacity: 0;
	transition: opacity 0.2s ease;
}

.upsell-checkbox input:checked + .upsell-checkbox-box img {
	opacity: 1;
}

.upsell-checkbox-label {
	font-size: 16px;
	line-height: 20px;
}

/* Products List */
.upsell-products-list {
	display: flex;
	flex-direction: column;
}

/* Single Product Item */
.upsell-product-item {
	display: flex;
	flex-direction: column;
	padding: 20px 25px;
	border-bottom: 1px solid #c8c7c1;
}

.upsell-product-item:last-child {
	border-bottom: none;
}

/* Product Header Row: checkbox + name + price */
.upsell-product-header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.upsell-product-name {
	flex: 1;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	font-family: var(--font-family-2);
}

.upsell-product-name a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.upsell-product-price {
	font-family: var(--font-family-2);
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
	font-weight: 500;
}

/* Product Body: image + options */
.upsell-product-body {
	position: relative;
	display: flex;
	gap: 20px;
}

/* Product Image */
.upsell-product-image {
	width: 100px;
	min-width: 100px;
	height: auto;
}

.upsell-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Product Options Area */
.upsell-product-options {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* Variations - вертикальная структура */
.upsell-product-variations {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.upsell-option-block {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.upsell-option-label {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}

.upsell-option-values {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

/* Color Option */
.upsell-color-option {
	width: 24px;
	height: 24px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: all 0.3s ease;
}

.upsell-color-option.selected {
	border-color: var(--black);
}

.upsell-color-option:hover {
	border-color: var(--black);
}

/* Size Option */
.upsell-size-option {
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	transition: all 0.3s ease;
}

.upsell-size-option.selected {
	border-bottom-color: var(--primary);
}

.upsell-size-option:hover {
	border-bottom-color: var(--primary);
}

/* Quantity - справа внизу */
.upsell-product-quantity {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.upsell-product-quantity .custom-quantity-input {
	display: flex;
	align-items: center;
	border: 1px solid var(--primary);
	height: 56px;
}

.upsell-product-quantity .upsell-qty-btn {
	width: 32px;
	height: 56px;
	padding: 0;
	background: transparent;
	border: none;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.upsell-product-quantity .upsell-qty-input {
	width: 30px;
	text-align: center;
	font-size: 14px;
	border: none;
	outline: none;
	background: transparent;
	padding: 0;
}

/* Footer Button */
.upsell-bundle-footer {
	padding: 20px 25px;
	border-top: 1px solid #c8c7c1;
}

.upsell-bundle-footer .btn {
	width: 100%;
}

/* Unchecked state */
.upsell-product-item.unchecked .upsell-product-body {
	opacity: 0.5;
}

/* Loading state */
.upsell-bundle-footer .btn.loading {
	pointer-events: none;
	opacity: 0.7;
}

/* Responsive */
@media (max-width: 1279px) {
	.upsell-bundle-header {
		padding: 15px 20px;
	}

	.upsell-select-all {
		padding: 12px 20px;
	}

	.upsell-product-item {
		padding: 15px 20px;
	}

	.upsell-product-body {
		flex-wrap: wrap;
	}

	.upsell-product-image {
		width: 80px;
		min-width: 80px;
		height: 80px;
	}

	.upsell-product-options {
		width: calc(100% - 100px);
	}

	.upsell-bundle-footer {
		padding: 15px 20px;
	}
}

@media (max-width: 480px) {
	.upsell-product-header {
		flex-wrap: wrap;
	}

	.upsell-product-name {
		width: calc(100% - 35px);
		order: 1;
	}

	.upsell-product-price {
		width: 100%;
		order: 2;
		margin-left: 35px;
	}

	.upsell-product-image {
		width: 70px;
		min-width: 70px;
		height: 70px;
	}

	.upsell-product-options {
		width: calc(100% - 90px);
	}
}
/* Out of Stock State */
.upsell-product-item.out-of-stock {
	opacity: 0.6;
}

.upsell-product-item.out-of-stock .upsell-checkbox-box {
	border-color: #999;
	background: #eee;
}

.upsell-product-item.out-of-stock .upsell-checkbox {
	cursor: not-allowed;
}

.upsell-out-of-stock-label {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: #c00;
	margin-top: 4px;
}
/* Upsell Bundle Block - End */

/* Тимчасово приховано: Вага і Розміри в табі характеристик */
.woocommerce-product-attributes-item--weight,
.woocommerce-product-attributes-item--dimensions {
	display: none !important;
}
