body.single-product .woocommerce-breadcrumb {
	padding-bottom: 20px !important;
}
.product-box {
	padding: 0px 0 70px 0;
	overflow: visible;
}
.product-box .onsale {
	display: none;
}

/* Product Gallery - Start */
.swiper-wrapper {
	height: fit-content !important;
}
.product-gallery {
	position: sticky;
	top: calc(var(--header-height) - 10px);
	display: flex;
	gap: 0px;
	padding-right: 0px;
}
.gallery-top {
	width: calc(100% - 150px - 0px);
	height: fit-content;
}
.gallery-top .swiper-slide {
	padding: 20px;
}
.gallery-top .swiper-slide img {
	width: 100%;
	height: calc(100dvh - var(--header-height) - 40px - 0px);
	max-height: calc(100vh - var(--header-height) - 40px - 0px);
	object-fit: cover;
	border-radius: 10px;
	cursor: zoom-in;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
.gallery-thumbs {
	width: calc(150px + 3px);
	height: fit-content;
	max-height: calc(100vh - var(--header-height) - 30px - 30px - 30px);
	overflow: auto !important;
	padding: 20px 10px 10px 10px !important;
}
@media (pointer: fine) {
	.gallery-thumbs::-webkit-scrollbar {
		width: 3px;
	}
}
.gallery-thumbs .swiper-slide {
	height: fit-content !important;
	margin-bottom: 20px !important;
}
.gallery-thumbs .swiper-slide img {
	width: 100%;
	height: auto;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.gallery-top .swiper-button-prev,
.gallery-top .swiper-button-next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 55px;
	background: transparent;
	border-radius: 5px;
	transition: all 0.3s ease;
}
.gallery-top .swiper-button-prev {
	left: 40px;
}
.gallery-top .swiper-button-next {
	right: 40px;
}
.gallery-top .swiper-button-prev::after,
.gallery-top .swiper-button-next::after {
	font-size: 32px;
	font-weight: 500;
	color: #1a2b4c;
	transition: all 0.3s ease;
}
.gallery-top .swiper-button-prev:hover::after,
.gallery-top .swiper-button-next:hover::after {
	color: var(--primary);
}
@media (min-width: 1280px) {
	.gallery-thumbs .swiper-wrapper {
		transform: translate3d(0px, 0px, 0px) !important;
	}
}
@media (min-width: 769px) and (max-width: 1279px) {
	.gallery-thumbs .swiper-wrapper {
		overflow-y: auto !important;
	}
}
@media (max-width: 768px) {
	.gallery-top .swiper-slide {
		padding: 5px;
	}
	.gallery-top .swiper-slide img {
		height: calc(100vw - var(--container-indent));
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
	}
	.product-gallery {
		position: relative;
		top: 0;
		display: flex;
		gap: 10px;
		padding-right: 0;
		flex-direction: column-reverse;
	}
	.gallery-thumbs {
		width: 100%;
		height: auto;
		padding: 5px 5px 5px 5px !important;
	}
	.gallery-thumbs .swiper-slide img {
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
	}
	.gallery-top {
		width: 100%;
		height: auto;
	}
	.gallery-top .swiper-button-prev,
	.gallery-top .swiper-button-next {
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius: 4px;
	}
	.gallery-top .swiper-button-prev::after,
	.gallery-top .swiper-button-next::after {
		font-size: 20px;
		font-weight: 600;
	}
	.gallery-top .swiper-button-prev {
		left: 10px;
	}
	.gallery-top .swiper-button-next {
		right: 10px;
	}
}
/* Product Gallery - End */

/* Product Base - Start */
span.sku {
	color: #A7A7A7;
	margin-top: 30px;
	margin-bottom: 25px;
}
.product-details h1.product_title {
	font-family: var(--font-family-1);
	font-size: 32px;
	line-height: 34px;
	font-weight: 800;
	color: var(--black);
	max-width: calc(70%);
	margin-bottom: 20px;
}
span.short-desc.text-box {
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: #737373;
	max-width: 740px;
}
.stock-status {
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 16px;
	line-height: 16px;
	display: none;
}
.stock-status.in-stock {
	color: #1c9737;
}
.stock-status.out-of-stock {
	color: #ff0000;
}
.stock-status.on-order {
	color: #ffed00;
}
.stock-status.no-status {
	color: #2759ff;
}
.woocommerce-product-rating,
.product-details form.cart,
.product-details .quantity,
.product-details .compare-btn,
.product-details .wishlist-btn,
.product-details .product_meta,
.product-details .woocommerce-product-details__short-description {
	display: none;
}
@media (max-width: 1480px) {
	.product-details h1.product_title {
		max-width: calc(90%);
	}
}
@media (max-width: 1279px) {
	span.sku {
		margin-top: 0;
		font-size: 14px;
	}
	.product-details h1.product_title {
		font-size: 24px;
		line-height: 28px;
		max-width: calc(100% - 140px);
	}
	.stock-status {
		right: 15px;
		font-size: 14px;
		line-height: 14px;
	}
}
@media (max-width: 768px) {
	.product-details h1.product_title {
		max-width: calc(100% - 0px);
	}
	.col-50 {
		position: relative;
		width: calc(100% - 0px);
	}
	.stock-status {
		position: relative;
		right: initial;
		margin-bottom: 20px;
	}
}
/* Product Base - End */

/* Product Options - Start */
.variation-group {
	display: flex;
	flex-wrap: wrap;
	gap: var(--blocks-indent);
	margin-top: 30px;
	margin-bottom: 30px;
}
.alt-block + .variation-group  {
	margin-top: 0px;
	margin-bottom: 0;
}
.alt-block .variation-group .option-block {
	margin-bottom: 20px;
}
.variation-group .pa_pakuvannya-options .option-head:after {
	content:":"
}
.alt-block + .variation-group .pa_smak-options {
	display: none!important;
}
.variation-group .option-block {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
}
.variation-group .option-block .option-head {
	width: 100%;
}
.variation-group .option-block .option-value.u-pachkah {
	order: 1;
}
.variation-group .option-block .option-value.nasypom {
	order: 2;
}
/* Univelsat Option - Start */
.variation-group .option-block .option-value {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 24px;
	height: 40px;
	font-size: 14px;
	font-weight: 600;
	background: transparent;
	border: 1px solid var(--border);
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.variation-group .option-block .option-value.selected,
.variation-group .option-block .option-value:hover {
	background: var(--border);
}

/* Галочка для вибраної опції */
.variation-group .option-block .option-value::after,
.variation-group .option-block .color-option::after {
	content: "";
	position: absolute;
	top: -6px;
	right: -6px;
	width: 20px;
	height: 20px;
	background: url('/wp-content/themes/shop/img/icons/check-circle.svg') no-repeat center center;
	background-size: contain;
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s ease;
}

.variation-group .option-block .option-value.selected::after,
.variation-group .option-block .color-option.selected::after {
	opacity: 1;
	transform: scale(1);
}

/* Додаткові стилі для опцій з зображеннями смаку */
.variation-group .pa_smak-options .option-value img.smak-image {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	object-fit: contain;
}
/* Univelsat Option - End */

/* Color - Start */
.variation-group .color-option {
	position: relative;
	display: flex;
	width: 45px;
	height: 45px;
	background: red;
	border-radius: 100%;
	cursor: pointer;
	border: 2px solid #e7e3e3;
	transition: all 0.3s ease;
}

.variation-group .color-option.selected {
	border: 2px solid #2e2e2e;
}
.variation-group .color-option:before {
	content: "не додано";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	padding: 10px;
	border-radius: 5px;
	background: #f0f0f3;
	box-shadow: 0 0 8px rgb(0 0 0 / 15%);
	font-family: var(--font-family-1);
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: #0a121f;
	position: absolute;
	top: 48px;
	left: -10px;
	margin: 0 auto;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s ease;
}
.color-option.gold:before {
	content: "Золото";
}
.color-option.black:before {
	content: "Чорний";
}
.color-option.silver:before {
	content: "Срібло";
}
.color-option.blue:before {
	content: "Синій";
}
.variation-group span.color-option:hover:before {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
/* Color - End */

/* Size - Start */

/* Size - End */

/* Product Options - End */

/* Buy Group - Start */
.buy-group {
	position: relative;
	display: flex;
	width: 100%;
}
.buy-group .col-left {
	display: flex;
	flex-direction: column;
	width: 80%;
}
.buy-group .price {
	position: relative;
	display: flex;
	width: fit-content;
	font-family: var(--font-family-1);
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	color: var(--black);
}
.buy-group #main-price {
	margin-bottom: 30px;
}
.buy-group .price ins {
	text-decoration: none;
}
.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;
}
.buy-group .price .per-product {
	margin-left: 5px;
}
.buy-group .col-left .btn-group {
	gap: 15px;
}
.buy-group .col-left .btn-group .btn {
	height: 45px;
}
.buy-group .col-right {
	display: flex;
	flex-direction: column;
	width: 20%;
}
.buy-group .col-right .btn-group {
	justify-content: flex-end;
	gap: 16px;
	padding-top: 31px;
}
.buy-group .col-right .btn-group > div {
	display: flex;
	align-items: center;
	gap: 10px;
}
.buy-group .col-right .btn-group .btn {
	width: 38px;
	height: 38px;
	padding: 8px;
	border-radius: 5px;
}
.buy-group .col-right .btn-group .btn img {
	height: 22px;
}
.buy-group .col-right .btn-group .btn img + img {
	position: absolute;
	opacity: 0;
	transition: all 0.3s ease;
}
.buy-group .col-right .btn-group .added .btn img + img {
	opacity: 1;
}
p.stock {
	display: none;
}
.custom-quantity-input {
	display: flex;
	align-items: center;
	border: 1px solid #dcdcdc;
	border-radius: 50px;
	overflow: hidden;
}
.quantity-btn {
	background: transparent;
	border: none;
	color: #333;
	font-size: 18px;
	padding: 11px 5px;
	width: 45px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-sizing: border-box;
}
.quantity-btn:hover {
	background: var(--primary);
}
.quantity-display {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	width: 25px;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	border: none;
	outline: none;
}
@media (max-width: 1279px) {
	.buy-group {
		flex-direction: column;
		justify-content: flex-start;
	}
	.buy-group .col-left {
		width: 100%;
	}
	.buy-group .col-right {
		width: 100%;
	}
	.buy-group .col-right .btn-group {
		padding-top: 25px;
	}
	.buy-group .price {
		font-size: 32px;
		line-height: 35px;
	}
	.buy-group #main-price {
		margin-bottom: 20px;
	}
	.alt-block .variation-group .option-block {
		margin-bottom: 0;
	}
}
@media (max-width: 1279px) {
	.product-box .btn-group {
		flex-direction: column;
		gap: 15px;
	}
	.buy-group .col-left .btn-group {
		flex-direction: row;
		gap: 10px;
	}
	.product-box .btn-group .btn {
		flex-grow: 1;
	}
	.buy-group .col-left .btn-group .btn {
		padding: 0 10px;
	}
	.product-box .buy-group .col-right .btn-group {
		flex-direction: row;
	}
	.buy-group .col-right .btn-group > div {
		display: flex;
		align-items: center;
		gap: 10px;
		width: 50%;
	}
	.buy-group .col-right .btn-group > div {
		justify-content: center;
		padding: 5px 0;
		border: 1px solid var(--yellow);
	}
	.buy-group .col-right .btn-group .btn.btn-yellow {
		background: transparent;
	}
	.buy-group .col-right .btn-group .btn.btn-yellow:hover {
		background: transparent;
	}
}
/* Buy Group - End */

/* Scroll Price - Start */
.mob.scroll-price {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fafbff;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	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;
	display: none;
}
.mob.scroll-price.active {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}
.mob.scroll-price .price {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding-top: 3px;
}
.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 */
.product-tabs {
	margin-top: 35px;
}
.product-tabs .tab {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 17px 0;
	cursor: pointer;
}
.product-tabs .tab .tab-title {
	display: flex;
	align-items: center;
	font-size: 20px;
	line-height: 18px;
	height: 20px;
	font-weight: 800;
	gap: 12px;
}
.product-tabs .tab .tab-title::before {
	content: "";
	display: flex;
	width: 30px;
	height: 30px;
	background: url(/wp-content/themes/shop/img/icons/arrow-product-faq.svg) no-repeat center center;
	background-size: contain;
	transform: rotate(0deg);
	transition: all 0.3s ease-in-out;
}
.product-tabs .tab.active .tab-title::before {
	transform: rotate(180deg);
}
.product-tabs .tab .tab-content {
	padding-top: 20px;
}
.product-tabs .tab .tab-content table {
	display: flex;
	width: 100%;
}
#tab-sklad {
	display: flex;
	flex-direction: column;
	gap: 16px;
	color: #737373;
}
#tab-title-description,
#tab-description {
	display: none!important;
}
/* Product description */
#tab-description {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
#tab-description div {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.product-tabs .tab-content *:empty:not(img) {
	display: none!important;
}
.wp-block-gallery {
	display: flex;
}
#tab-description * {
	margin: 0 !important;
	padding: 0 !important;
	color: #737373;
}
#tab-description h2,
#tab-description h2 *,
#tab-description h3,
#tab-description h3 * {
	font-size: 20px !important;
	line-height: 26px !important;
}
#tab-description ul,
#tab-description ol {
	display: flex;
	flex-direction: column;
	gap: 5px;
	list-style: none !important;
	margin: 0 !important;
	margin-left: 5px !important;
	padding: 0 !important;
}
#tab-description ul li,
#tab-description ol li {
	display: flex;
	list-style: none !important;
	margin: 0 0 0 0 !important;
	padding: 0 !important;
}
#tab-description ul li:before {
	content: "";
	display: flex;
	width: 6px;
	min-width: 6px;
	height: 6px;
	background: #000;
	border-radius: 100%;
	margin-top: 4px !important;
	margin-right: 5px !important;
}
#tab-description ol li {
	counter-increment: list-counter;
}
#tab-description ol li:before {
	content: counter(list-counter) ". ";
	display: flex;
	border-radius: 100%;
	margin-right: 3px !important;
}
#tab-shipping,
#tab-payment {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
/* Product attributes */
.woocommerce-product-attributes tbody {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 10px;
	width: 100%;
}
.woocommerce-product-attributes tbody tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: calc(50% - 5px);
	padding: 10px;
	background: #F9F9F9;
	border-radius: 10px;
}
.woocommerce-product-attributes tbody tr th {
	color: #0a121f;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	min-width: fit-content;
}
.woocommerce-product-attributes tbody tr th:after {
	content: ":"
}
.woocommerce-product-attributes tbody tr td p {
	font-size: 14px;
	line-height: 21px;
	color: #0a121f;
	text-align: right;
}
@media (max-width: 1279px) {
	.woocommerce-product-attributes tbody tr {
		width: calc(100% - 0px);
	}
}
/* Product Tabs - End */

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

/* Product Reviews - Start */
.review-block {
	margin-top: 50px;
}
#reviews {
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
}
#tab-title-reviews {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#tab-title-reviews .h3 {
	font-size: 30px;
	line-height: 36px;
}
.woocommerce-Reviews-title,
.clear {
	display: none;
}
#tab-reviews {
	margin-top: 28px;
}
#tab-reviews ol.commentlist {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
#tab-reviews ol.commentlist > li {
	display: flex;
	padding: 25px;
	background: #f8f9fb;
	border-radius: 5px;
}
#tab-reviews ol.commentlist > li .comment_container {
	display: flex;
	gap: 10px;
	width: 100%;
}
#tab-reviews ol.commentlist > li img.avatar {
	border-radius: 100%;
	width: 43px;
	height: 43px;
}
#tab-reviews ol.commentlist > li .comment-text {
	display: flex;
	flex-direction: column;
	width: 100%;
}
#tab-reviews ol.commentlist > li .meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	order: 1;
}
#tab-reviews ol.commentlist > li .meta > * {
	display: flex;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
}
#tab-reviews ol.commentlist > li .meta > span {
	display: none;
}
#tab-reviews ol.commentlist > li .meta > time {
	margin-left: auto;
	font-size: 14px;
	line-height: 14px;
	font-weight: 400;
}
#tab-reviews ol.commentlist > li .star-rating {
	display: flex;
	gap: 5px;
	order: 2;
	margin-top: 10px;
	font-size: 20px;
}
#tab-reviews ol.commentlist > li .description {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	order: 3;
}
#review_form_wrapper {
	display: none;
}
#review_form .comment-reply-title {
	display: flex;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
form#commentform {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.comment-form .stars > span {
	display: flex;
	gap: 6px;
}
.comment-form .stars > span a {
	display: flex;
	padding-top: 3px;
	background: var(--gray);
	border-radius: 5px;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.comment-form .stars > span a.active,
.comment-form .stars > span a:hover {
	background: var(--primary);
}
.comment-form .comment-form-comment {
	display: flex;
	flex-direction: column;
}
.comment-form #comment {
	width: 100%;
	color: var(--black);
	padding: 12px 12px 12px 10px;
	outline: none;
	border: none;
	border: 1px solid #e2e2e2;
}

.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: 4px;
	cursor: pointer;
}
/* Product Reviews - End */

/* Consultation Block - Start */
.consultation-block {
	margin: 20px 0 60px 0;
}

.consultation-wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background: #f9f9f9;
	border-radius: var(--border-radius);
	padding: 30px 40px;
}

.consultation-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.consultation-content h3 {
	margin-bottom: 0;
}

.consultation-content p {
	color: var(--dark-gray);
	max-width: 500px;
}

.consultation-action {
	flex-shrink: 0;
}
@media (max-width: 1480px) {
	.consultation-wrapper {
		padding: 20px 20px;
	}
}
@media (max-width: 768px) {
	.consultation-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		padding: 25px;
	}

	.consultation-content {
		width: 100%;
	}
	.consultation-content .h4 {
		font-weight: 800;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.consultation-action {
		width: 100%;
	}

	.consultation-action .btn {
		width: 100%;
		justify-content: center;
	}
	.form-lightbox-wrapper.call-back .form-data-group {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 360px) {
	.consultation-wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		padding: 20px 15px;
		font-size: 15px;
	}
	.consultation-action .btn {
		padding: 0 5px;
	}
}
/* Consultation Block - End */

/* Блок відгуків на сторінці товару - Start */
.review-block {
	margin-top: 50px;
}
.reviews-head {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
}
.reviews-head .h3 {
	margin: 0;
}
.reviews-count {
	font-size: 14px;
	color: var(--gray);
}
.reviews-head .btn {
	margin-left: auto;
}
.review-block .reviews-slider-wrapper {
	position: relative;
}
.review-card.review-card-slider {
	background: var(--light-gray);
	border-radius: var(--border-radius-small);
	padding: 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.review-card-slider .review-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}
.review-card-slider .review-avatar {
	width: 40px;
	height: 40px;
	min-width: 40px;
	border-radius: 50%;
	background: var(--border);
	display: flex;
	align-items: center;
	justify-content: center;
}
.review-card-slider .review-avatar img {
	width: 22px;
	height: 22px;
}
.review-card-slider .review-meta {
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.review-card-slider .review-author {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
.review-card-slider .star-rating {
	display: flex;
	gap: 2px;
	font-size: 16px;
	line-height: 1;
}
.review-card-slider .star {
	color: var(--border);
}
.review-card-slider .star.filled {
	color: var(--primary);
}
.review-card-slider .review-content {
	flex: 1;
}
.review-card-slider .review-text {
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.review-card-slider .read-more-review {
	font-size: 14px;
	font-weight: 600;
	color: var(--accent);
	text-decoration: underline;
}
.review-card-slider .review-photos {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 10px;
}
.review-card-slider .review-photo-thumb {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	overflow: hidden;
}
.review-card-slider .review-photo-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.review-card-slider .review-youtube {
	aspect-ratio: 16/9;
	border-radius: 8px;
	overflow: hidden;
	max-width: 280px;
	margin-top: 5px;
}
.review-card-slider .review-youtube iframe {
	width: 100%;
	height: 100%;
	display: block;
}
.review-card-slider .review-date {
	font-size: 13px;
	color: var(--gray);
	margin-top: auto;
	display: block;
	padding-top: 10px;
}
.reviews-footer {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.product-reviews-view-all {
	margin: 0 auto;
}
@media (max-width: 768px) {
	.reviews-head {
		flex-wrap: wrap;
	}
	.review-card-slider .review-text {
		-webkit-line-clamp: 4;
	}
}
/* Форма відгуку про товар - Start */
.product-review-form .form-fields {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.product-review-form .form-data-group {
	display: flex;
	gap: 15px;
}
.product-review-form .col-50 {
	flex: 1;
}
.product-review-form .rating-section label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}
.product-review-form .stars-rating {
	display: flex;
	gap: 5px;
}
.product-review-form .stars-rating .star {
	font-size: 28px;
	color: var(--border);
	cursor: pointer;
	transition: color 0.15s;
	line-height: 1;
}
.product-review-form .stars-rating .star.active,
.product-review-form .stars-rating .star.hovered {
	color: var(--primary);
}
.product-review-form .photo-upload-section {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.product-review-form .photo-upload-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin-left: 50px;
}
.product-review-form .btn.btn-border span {
	color: var(--accent);
}
.product-review-form .photo-info {
	font-size: 13px;
	color: var(--gray);
}
.product-review-form .photo-preview-container {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	width: 100%;
}
.product-review-form .photo-preview {
	width: 60px;
	height: 60px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.product-review-form .photo-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-review-form .photo-preview .remove-product-photo {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 18px;
	height: 18px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	padding: 0;
}
.review-success-message {
	text-align: center;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.review-success-message p {
	color: var(--gray);
	margin: 0;
}
.product-review-form .youtube-upload-section {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.product-review-form .youtube-upload-label {
	font-size: 14px;
	font-weight: 600;
}
.product-review-form .youtube-preview-container.active {
	margin-top: 8px;
}
.product-review-form .youtube-preview-item {
	position: relative;
	display: inline-block;
}
.product-review-form .youtube-preview-item img {
	width: 200px;
	height: auto;
	border-radius: 6px;
}
.product-review-form .remove-product-youtube {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	cursor: pointer;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
@media (max-width: 576px) {
	.product-review-form .form-data-group {
		flex-direction: column;
	}
}
/* Форма відгуку про товар - End */

/* Блок відгуків на сторінці товару - End */

/* Same Category Products - Start */
.same-category-products {
	padding-bottom: 70px;
}
.same-category-products .container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.same-category-products .container .btn {
	margin: 0 auto;
}
.product-card .product-badge:not(:has(.onsale)) {
	display: none;
}
/* Same Category Products - End */

/* Upsell Products - Start */
.upsell-products {
	padding-bottom: 70px;
}
.upsell-products .container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
/* Upsell Products - End */

/* Related Products - Start */
.related-products {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #F9F9F9;
}
.related-products .container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
/* Related Products - End */

/* Recently Viewed Products - Start */
.recently-viewed-products {
	padding-top: 70px;
	padding-bottom: 70px;
}
.recently-viewed-products .container {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
/* Recently Viewed Products - End */

@media (max-width: 1480px) {
	.product-list .product-card:nth-child(6) {
		display: none;
	}
}
@media (max-width: 1279px) {
	.product-list .product-card:nth-child(5) {
		display: none;
	}
}
@media (max-width: 1024px) {
	.product-list .product-card:nth-child(4) {
		display: none;
	}
}
@media (max-width: 768px) {
	.product-list .product-card:nth-child(3) {
		display: none;
	}
	.product-box {
		padding: 0px 0 50px 0;
	}
	.related-products {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.recently-viewed-products {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
