footer {
	background: var(--primary);
}
footer .footer-section {
	border: 1px solid #fff;
}
/* Product Page - Start */
section.product-box {
	padding: 0px 0 70px 0;
	overflow: visible;
}
section.product-box .onsale {
	display: none;
}
.op-alternative-products {
	margin: 20px 0;
	width: 100%;
}
.op-alternative-products-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.op-alternative-products-grid > a {
    display: flex;
	flex-direction: column;
	gap: 10px;
	width: 120px;
}
.op-alternative-product img {
    width: 120px;
    height: 120px;
	object-fit: contain;
    border-radius: 4px;
}
.op-alternative-product .op-alternative-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}

.op-alternative-products {
	margin: 0 0 20px 0;
}
.aternative-group .option-head {
	margin-bottom: 15px;
	font-weight: 600;
}
.op-alternative-products-grid {
	gap: 8px;
}
.op-alternative-products-grid > a {
	width: 100px;
	align-items: center;
	padding: 5px;
	background: #fff;
	border: 1px solid #f3f3f3;
	border-radius: 15px;
	overflow: hidden;
}
.op-alternative-product img {
	width: 100px;
	height: auto;
}
.op-alternative-product .op-alternative-title {
	padding: 0 10px;
	display: none;
}
@media (max-width: 1279px) {
	.op-alternative-products-grid {
		gap: 5px;
	}
	.op-alternative-products-grid > a {
		padding-top: 10px;
		width: calc(33.33% - 5px * 2 / 3);
		border-radius: 6px;
	}
	.op-alternative-product .op-alternative-title {
		padding: 0 6px;
		font-size: 12px;
		line-height: 15px;
	}
}
/* Product Gallery - Start */
section.product-box .product-gallery {
	position: sticky;
	top: calc(var(--header-height) + 30px);
	display: flex;
	gap: 15px;
	padding-right: 10px;
}

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-20);
	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: var(--border-radius-15);
	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 - End */

/* Product Base - Start */
section.product-box .product-details h1.product_title {
	font-family: var(--font-family-1);
	font-size: 42px;
	line-height: 46px;
	font-weight: 400;
	color: var(--black);
	margin-bottom: 30px;
}

/* Изменённые стили для артикула и наличия */
span.status-round {
	display: flex;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #edbd29;
}
section.product-box .stock-status {
	font-family: var(--font-family-2);
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 8px;
}

section.product-box .stock-status span {
	font-weight: 500;
}
section.product-box .stock-status.in-stock .status-round {
	background: #edbd29;
}
section.product-box .stock-status.out-of-stock .status-round {
	background: var(--red);
}
section.product-box .stock-status.on-order .status-round {
	background: #ffed00;
}
section.product-box .stock-status.no-status .status-round {
	background: #2759ff;
}

section.product-box .sku {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-family: var(--font-family-2);
	font-size: 16px;
	line-height: 18px;
}

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 .wishlist-btn,
section.product-box .product-details .product_meta,
section.product-box .product-details .woocommerce-product-details__short-description {
	display: none;
}
span.short-desc.text-box {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.jayjoy-description {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@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;
	}

	section.product-box .stock-status {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 768px) {
	section.product-box .col-50 {
		position: relative;
		width: calc(100% - 0px);
	}
}
/* Product Base - End */

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

section.product-box .variation-group .option-block {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 8px;
	margin-bottom: 10px;
}

section.product-box .variation-group .option-block .option-head {
	width: 100%;
}

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

section.product-box .variation-group .option-block .option-value.selected,
section.product-box .variation-group .option-block .option-value:hover {
	background: var(--black);
	color: #fff;
}

/* Universal Option - End */

/* Color - Start */
section.product-box .variation-group .color-option {
	position: relative;
	display: flex;
	width: 30px;
	height: 30px;
	background: red;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #e7e3e3;
	transition: all 0.3s ease;
}

section.product-box .variation-group .color-option.selected {
	border: 1px solid var(--black);
}

section.product-box .variation-group .color-name {
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	padding: 10px;
	border-radius: var(--border-radius-5);
	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: var(--black);
	position: absolute;
	top: 48px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s ease;
}

section.product-box .variation-group span.color-option:hover .color-name {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
/* Color - End */
/* Product Options - End */

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

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: 25px;
	font-family: var(--font-family-1);
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
	color: var(--black);
}

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: 15px;
}

section.product-box .buy-group .col-left .btn-group .btn {
	height: var(--btn-height);
	padding: 0 60px;
}

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;
	margin-top: auto;
}

/* Стили для кнопки избранного */
section.product-box .buy-group .wishlist-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.product-box .buy-group .btn-circle {
	width: 64px;
	height: 64px;
	padding: 0;
	background: var(--white);
	border: 2px solid var(--black);
	border-radius: var(--border-radius-100);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

section.product-box .buy-group .btn-circle:hover {
	background: var(--primary);
	border: 2px solid var(--primary);
}

section.product-box .buy-group .btn-circle img {
	width: 24px;
	height: 24px;
}

section.product-box .buy-group .btn-circle:hover img {
	filter: var(--primary-filter-match);
}

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

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

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

section.product-box .custom-quantity-input {
	display: flex;
	align-items: center;
	background: var(--white);
	border: 1px solid var(--primary);
	border-radius: var(--border-radius-100);
	overflow: hidden;
	padding: 8px 20px;
}

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

section.product-box .quantity-btn:hover {
	color: var(--primary);
}

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

@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;
		justify-content: flex-start;
	}

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

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

	section.product-box .buy-group .col-left .btn-group {
		flex-direction: row;
	}
	.wishlist-box.mob {
		position: absolute;
		top: 0;
		right: 0;
	}
	section.product-box .buy-group .btn-circle {
		width: 40px;
		height: 40px;
		border: 1px solid var(--black);
	}
	section.product-box .buy-group .btn-circle img {
		width: 18px;
		height: 18px;
	}
}
/* Buy Group - End */

/* Scroll Price - Start */
section.product-box .mob.scroll-price {
	position: fixed;
	bottom: 0;
	left: 0;
	background: var(--light-gray);
	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 #234b5a;
	cursor: pointer;
}

section.product-box .product-tabs .tab:nth-child(1) {
	border-top: 1px solid #234b5a;
}

section.product-box .product-tabs .tab .tab-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	height: 15px;
	font-weight: 600;
}

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,
section.product-box #tab-sklad {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

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

section.product-box #tab-description *,
section.product-box #tab-sklad * {
	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,
section.product-box #tab-sklad ul,
section.product-box #tab-sklad 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,
section.product-box #tab-sklad ul li,
section.product-box #tab-sklad 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,
section.product-box #tab-sklad 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,
section.product-box #tab-sklad ol li {
	counter-increment: list-counter;
}

section.product-box #tab-description ol li:before,
section.product-box #tab-sklad 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;
}
section.product-box #tab-shipping *,
section.product-box #tab-payment * {
	font-size: 16px;
	line-height: 24px;
}
section.product-box #tab-shipping p,
section.product-box #tab-payment p {
	font-weight: 400;
}
.delivery-box,
.payment-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
/* Product description - End */

/* Product attributes - Start */
section.product-box .woocommerce-product-attributes tbody {
	display: flex;
	flex-direction: column;
	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: fit-content;
	padding: 10px;
}

section.product-box .woocommerce-product-attributes tbody tr th {
	color: var(--black);
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	min-width: fit-content;
}
section.product-box .woocommerce-product-attributes tbody tr th:after {
	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) {
}
/* Product attributes - End */

/* Product Tabs - End */

/* Upsell Products Slider - Start */
section.upsell-products-slider {
	padding-top: 40px;
	padding-bottom: 70px;
	background: var(--primary);
}

.upsell-products-slider .header-container {
	margin-bottom: 60px;
	align-items: flex-end;
}

.upsell-products-slider .header-container .h2 {
	margin-bottom: 0;
	max-width: 590px;
}

.upsell-products-slider .header-container .btn-border {
	margin-left: auto;
}

/* Swiper with Scrollbar - Start */
.upsell-products-slider .products-container {
	position: relative;
}

.upsell-swiper {
	padding-bottom: 30px;
}

.upsell-scrollbar {
	position: relative !important;
	width: calc(100% - 20px) !important;
	height: 6px !important;
	background: #fff !important;
	border-radius: 100px !important;
	margin: 40px auto 0 auto;
	left: 0 !important;
	bottom: 0 !important;
	top: 0 !important;
}

.upsell-scrollbar .swiper-scrollbar-drag {
	background: #6abfee !important;
	border-radius: 100px !important;
	cursor: grab !important;
}

.upsell-scrollbar .swiper-scrollbar-drag:active {
	cursor: grabbing !important;
}

/* Swiper with Scrollbar - End */
.upsell-products-slider .product-card img {
	height: 250px;
	border-radius: 25px;
}
.upsell-products-slider .swiper-initialized .product-card {
	width: auto;
}
@media (max-width: 1480px) {
	section.upsell-products-slider .product-card {
		width: auto;
	}
}

@media (max-width: 1279px) {
	section.upsell-products-slider {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.upsell-products-slider .header-container {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 25px;
	}

	.upsell-products-slider img.drag-icon.mob {
		margin-top: 10px;
		margin-left: 10px;
		width: 30px;
	}
}
/* Upsell Products Slider - End */

/* Review Banner - Start */
section.review-banner {
	padding-top: 100px;
	padding-bottom: 100px;
	background: var(--accent);
	overflow: hidden;
}

.review-container {
	position: relative;
	text-align: center;
}

.review-content {
	position: relative;
	z-index: 2;
}

.review-content .h2 {
	color: var(--white);
	margin-bottom: 30px;
}

.review-content p {
	color: var(--white);
	margin-bottom: 40px;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.review-content .btn {
	background: var(--white);
	color: var(--black);
}

.review-content .btn span {
	color: var(--black);
}

.review-content .btn:hover {
	background: var(--primary);
}

.review-content .btn:hover span {
	color: var(--primary-match);
}

.review-banner .hedgehog-1 {
	position: absolute;
	bottom: -50px;
	left: -50px;
	width: 300px;
	height: auto;
	z-index: 1;
}

.review-banner .hedgehog-2 {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 280px;
	height: auto;
	z-index: 1;
}

@media (max-width: 1279px) {
	section.review-banner {
		padding-top: 60px;
	}

	.review-content .h2 {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.review-content p {
		margin-bottom: 30px;
	}

	.review-banner .hedgehog-1 {
		width: 200px;
		bottom: -30px;
		left: -30px;
	}

	.review-banner .hedgehog-2 {
		width: 180px;
		top: -30px;
		right: -30px;
	}
}

@media (max-width: 768px) {
	.review-banner .hedgehog-1,
	.review-banner .hedgehog-2 {
		display: none;
	}
}
/* Review Banner - End */

/* Big Products Slider - используем стили с главной страницы */
/* ... */

/* Product Benefits - Start */
section.product-benefits {
	padding-top: 260px;
	padding-bottom: 220px;
}
.product-benefits::after {
	content: "";
	display: flex;
	width: 100%;
	height: 200px;
	z-index: 2;
	position: absolute;
	bottom: 0;
	background: url(/wp-content/themes/shop/img/bg-blue.svg) no-repeat center;
	background-size: cover;
	background-position: 50% 0%;
}
.benefit-item {
	display: flex;
	align-items: center;
	gap: 30px;
}
.benefit-icon {
	width: 100px;
	height: 100px;
	object-fit: contain;
}
.benefits-right {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
img.jay-joy-image {
	position: absolute;
	bottom: -12vw;
	left: 18vw;
	z-index: 3;
}
@media (max-width: 1480px) {
	section.product-benefits {
		padding-top: 140px;
	}
	img.jay-joy-image {
		bottom: -12vw;
		left: 21vw;
		max-width: 350px;
	}
}

@media (max-width: 1279px) {
	section.product-benefits {
		padding-top: 30px;
		padding-bottom: 180px;
	}
	.product-benefits::after {
		height: 130px;
	}
	.benefit-icon {
		width: 140px;
		height: 140px;
	}
	img.jay-joy-image {
		bottom: -45vw;
		left: 1vw;
		max-width: 210px;
	}
	.benefits-right {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.benefit-item {
		display: flex;
		align-items: center;
		gap: 15px;
		max-width: 170px;
		margin-left: auto;
	}
	.benefits-right .benefit-item:nth-child(1) {
		margin-left: 0;
	}
}

@media (max-width: 768px) {
	.benefit-icon {
		width: 48px;
		height: 48px;
	}
	.benefit-item .h4 {
		font-size: 16px;
		line-height: 20px;
	}
}
/* Product Benefits - End */

/* Category Products Slider - Start */
section.category-products-slider {
	padding-bottom: 80px;
	background: var(--primary);
}

.category-products-slider .header-container {
	margin-bottom: 60px;
}

.category-products-slider .header-container .h2 {
	margin-bottom: 0;
}
.category-products-swiper {
	overflow: hidden;
}

.category-products-slider .swiper-buttons {
	margin-top: 30px;
}

.category-footer {
	align-items: flex-end;
}

.category-products-slider .product-card {
	width: auto;
}
@media (max-width: 1279px) {
	section.category-products-slider {
		padding-bottom: 60px;
	}

	.category-products-slider .header-container {
		margin-bottom: 40px;
	}
}
/* Category Products Slider - End */

/* Product Page - End */

/* Big Products Slider - Start */
section.big-products-slider {
	padding-top: 100px;
}

.big-products-head .h2 {
	text-align: center;
	margin-bottom: 20px;
}
.big-products-head p {
	max-width: 900px;
	text-align: center;
	margin: 0 auto 60px auto;
}
.big-products-container {
	position: relative;
}

.big-products-swiper {
	overflow: visible;
	padding: 40px 0;
}
.big-products-swiper .swiper-wrapper {
	align-items: center;
}
.big-product-slide {
	width: 39vw !important;
	padding-bottom: 60px;
}
.big-product-slide .slide-background {
	height: 32vw !important;
}
.swiper-slide.big-product-slide.swiper-slide-active {
	width: 48vw !important;
}
.swiper-slide.big-product-slide.swiper-slide-active > * {
	height: 39vw !important;
}

.slide-background {
	position: relative;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: var(--border-radius-20);
	display: flex;
	align-items: flex-end;
	padding: 30px;
}

.big-product-card {
	background: var(--white);
	border-radius: var(--border-radius-15);
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.big-product-card .product-image {
	width: 80px;
	height: 80px;
	min-width: 80px;
	border-radius: var(--border-radius-10);
	overflow: hidden;
}

.big-product-card .product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.big-product-card .product-info {
	flex: 1;
}

.big-product-card .product-title {
	font-family: var(--font-family-1);
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: var(--black);
	margin-bottom: 8px;
}

.big-product-card .product-price {
	font-family: var(--font-family-1);
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: var(--primary);
}

.big-products-container .swiper-buttons {
	margin-top: 40px;
	justify-content: center;
}

.big-products-container .hero-product-card {
	bottom: -61px;
}

@media (max-width: 1480px) {
	section.big-products-slider {
		padding-top: 60px;
		padding-bottom: 0px;
	}
	.big-products-slider::before {
		height: 150px;
	}
	.big-products-head p {
		max-width: 650px;
		margin: 0 auto 30px auto;
	}
}

@media (max-width: 1279px) {
	section.big-products-slider {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.big-products-slider::before {
		height: 60px;
	}
	.big-products-head .h2 {
		text-align: center;
		margin-bottom: 20px;
	}
	.big-products-head p {
		max-width: 900px;
		text-align: center;
		margin: 0 auto 60px auto;
	}
	.big-products-container {
		position: relative;
	}

	.big-products-swiper {
		overflow: visible;
		padding: 40px 0;
	}
	.big-products-swiper .swiper-wrapper {
		align-items: center;
	}
	.big-product-slide {
		width: 85vw !important;
		padding-bottom: 60px;
	}
	.big-product-slide .slide-background {
		height: 52vw !important;
		transition: all 1s ease;
	}
	.swiper-slide.big-product-slide.swiper-slide-active {
		width: 85vw !important;
	}
	.swiper-slide.big-product-slide.swiper-slide-active > * {
		height: 60vw !important;
	}

	.slide-background {
		position: relative;
		width: 100%;
		height: 500px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: var(--border-radius-20);
		display: flex;
		align-items: flex-end;
		padding: 30px;
	}

	.big-product-card {
		background: var(--white);
		border-radius: var(--border-radius-15);
		padding: 20px;
		display: flex;
		align-items: center;
		gap: 20px;
		width: 100%;
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	}

	.big-product-card .product-image {
		width: 80px;
		height: 80px;
		min-width: 80px;
		border-radius: var(--border-radius-10);
		overflow: hidden;
	}

	.big-product-card .product-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.swiper-buttons.outside > * > img {
		width: 48px !important;
		height: 48px !important;
		object-fit: contain;
	}
	.big-products-container .swiper-buttons {
		margin-top: 60px;
		justify-content: center;
	}
}
/* Big Products Slider - End */

/* Upsell Products Slider в правой колонке - Start */
.product-details .upsell-products-slider {
	margin-top: 40px;
	margin-bottom: 40px;
}

.product-details .upsell-products-slider .slider-header {
	margin-bottom: 20px;
}

.product-details .upsell-products-slider .slider-header .h3 {
	font-size: 20px;
	line-height: 24px;
}

.product-details .upsell-swiper {
	padding-bottom: 20px;
}

.product-details .upsell-scrollbar {
	position: relative !important;
	width: calc(100% - 0px) !important;
	height: 4px !important;
	background: #e5e5e5 !important;
	border-radius: 100px !important;
	margin: 20px auto 0 auto;
}

.product-details .upsell-scrollbar .swiper-scrollbar-drag {
	background: var(--primary) !important;
}
/* Upsell Products Slider в правой колонке - End */

/* Product Tabs с иконками плюс/минус - Start */
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: 16px;
	line-height: 16px;
	height: auto;
	font-weight: 500;
}

section.product-box .product-tabs .tab .tab-title::after {
	display: none; /* Убираем стрелку */
}

section.product-box .product-tabs .tab .tab-title i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: var(--black);
	border-radius: 100%;
}

section.product-box .product-tabs .tab .tab-title i img {
	position: absolute;
	width: 14px;
	height: 14px;
	object-fit: contain;
	filter: var(--primary-filter-match);
	opacity: 1;
	transition: all 0.5s ease;
}

section.product-box .product-tabs .tab .tab-title i img + img {
	position: absolute;
	filter: var(--primary-filter-match);
	opacity: 0;
	transition: all 0.5s ease;
}

section.product-box .product-tabs .tab.active .tab-title i img {
	opacity: 0;
}

section.product-box .product-tabs .tab.active .tab-title i img + img {
	opacity: 1;
}

@media (max-width: 1279px) {
	section.product-box .product-tabs .tab .tab-title i {
		width: 36px;
		height: 36px;
	}
}
/* Product Tabs с иконками плюс/минус - End */

/* Review Banner в правой колонке - Start */
.product-details .review-banner-wrapper {
	position: relative;
	padding: 24px;
	background: var(--accent);
	border-radius: var(--border-radius-20);
	margin-top: 40px;
	overflow: hidden;
}

.product-details .review-content {
	position: relative;
	z-index: 2;
}

.product-details .review-content .h3 {
	color: var(--white);
	margin-bottom: 20px;
}

.product-details .review-content p {
	color: var(--white);
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	max-width: 300px;
}

.product-details .review-banner-wrapper .hedgehog {
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 220px;
	height: auto;
	z-index: 3;
}
.product-details .review-banner-wrapper .btn {
	width: calc(100% - 200px);
}
@media (max-width: 1480px) {
	.product-details .review-banner-wrapper .hedgehog {
		width: 180px;
	}
}
@media (max-width: 1279px) {
	.product-details .review-banner-wrapper {
		padding: 30px;
		margin-top: 30px;
	}

	.product-details .review-banner-wrapper .hedgehog-1,
	.product-details .review-banner-wrapper .hedgehog-2 {
		display: none;
	}
}
/* Review Banner в правой колонке - End */

/* Исправление количества товаров - как на главной - Start */
section.product-box .custom-quantity-input {
	display: flex;
	align-items: center;
	border: 1px solid #234b5a;
	border-radius: 60px;
	overflow: visible;
	padding: 0;
	background: transparent;
}

section.product-box .quantity-btn {
	background: transparent;
	border: none;
	color: var(--black);
	font-size: 18px;
	font-weight: 400;
	padding: 11px 5px;
	width: 50px;
	height: 64px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.product-box .quantity-btn:hover {
	color: var(--primary);
}

section.product-box .quantity-display {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 64px;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}

@media (max-width: 1279px) {
	section.product-box .quantity-btn {
		width: 35px;
		height: 44px;
		font-size: 16px;
	}

	section.product-box .quantity-display {
		width: 15px;
		height: 44px;
		font-size: 14px;
	}
}
/* Исправление количества товаров - End */

/* Функционал чехлов для телефонов - Start */
.phone-case-design-selector {
	margin-bottom: 30px;
}

.phone-case-design-selector h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--text-color, #333);
}

.design-options {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 15px;
}
.option-head.h5 {
	font-size: 16px;
	line-height: 20px;
	font-family: var(--font-family-2);
}
.design-option {
	position: relative;
	border: 2px solid transparent;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.design-option:hover {
	border-color: var(--black, #ddd);
	transform: translateY(-2px);
}

.design-option.current-design {
	border-color: var(--black);
	pointer-events: none;
	opacity: 0.85;
}

.design-option.current-design::after {
	content: "✓";
	position: absolute;
	top: -8px;
	right: -8px;
	background: var(--black);
	color: white;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
}

.design-option img {
	width: 90px;
	height: auto;
	object-fit: contain;
	display: block;
}

.phone-case-phone-selector {
	margin-bottom: 20px;
}

.custom-phone-model-field {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--border-color, #e5e5e5);
}

.custom-phone-model-field label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--text-color, #333);
}

.custom-phone-model-field input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid var(--border-color, #ddd);
	border-radius: 4px;
	font-size: 14px;
	transition: border-color 0.3s;
	box-sizing: border-box;
}

.custom-phone-model-field input:focus {
	outline: none;
	border-color: var(--primary, #333);
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.custom-phone-model-field small {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	color: var(--text-muted, #666);
	line-height: 1.4;
}
.phone-case-selectors {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
/* Мобильная адаптация */
@media (max-width: 768px) {
	.design-option img {
		width: 80px;
	}
}
/* Функционал чехлов для телефонов - End */

/* Скрываем только оригинальные опции модели телефона */
.pa_model-telefonu-options {
	display: none !important;
}
/* Бренд телефона остается видимым для WooCommerce вариаций */

/* Кастомный селект для модели - точно как на фото */
.custom-select-wrapper {
	position: relative;
	user-select: none;
	width: 260px;
}

.custom-select {
	position: relative;
	display: flex;
	flex-direction: column;
}

.custom-select-trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	color: var(--black);
	padding: 12px 12px 12px 4px;
	outline: none;
	border: none;
	background: transparent;
	border-bottom: 1px solid #234b5a;
	border-radius: 0;
	font-family: var(--font-family-2);
	font-size: 14px;
	line-height: 18px;
}

.custom-select-trigger:hover {
	border-bottom-color: #2a5885;
}

.custom-select.open .custom-select-trigger {
	border-bottom-color: #2a5885;
}

.custom-select-trigger .arrow {
	color: #234b5a;
	transition: transform 0.3s ease;
	width: 12px;
	height: 12px;
}

.custom-select.open .arrow {
	transform: rotate(180deg);
}

.custom-options {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 2px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: #fff;
	max-height: 320px;
	overflow-y: auto;
	z-index: 1000;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.custom-select.open .custom-options {
	display: block;
}

.custom-option {
	position: relative;
	display: block;
	padding: 14px 20px;
	font-size: 17px;
	color: #333;
	cursor: pointer;
	transition: all 0.2s ease;
	border-bottom: 1px solid #f0f0f0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.custom-option:last-child {
	border-bottom: none;
}

.custom-option:hover {
	background-color: #f5f8fa;
	color: #2a5885;
}

.custom-option.selected {
	color: #2a5885;
	background-color: #e8f0f7;
	font-weight: 500;
}

.custom-option.disabled {
	color: #999;
	cursor: not-allowed;
	background-color: #fafafa;
}

.custom-option.disabled:hover {
	background-color: #fafafa;
	color: #999;
}

/* Скроллбар для опций */
.custom-options::-webkit-scrollbar {
	width: 6px;
}

.custom-options::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.custom-options::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 10px;
}

.custom-options::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

/* Отключенное состояние селекта */
.custom-select.disabled .custom-select-trigger {
	color: #999;
	cursor: not-allowed;
	opacity: 0.7;
}

.custom-select.disabled .custom-select-trigger:hover {
	border-bottom-color: #d1d1d1;
}

.phone-case-design-selector {
	margin-bottom: 20px;
}
input#custom_phone_model {
	width: 420px;
	max-width: 100%;
}

@media (max-width: 768px) {
	.custom-select-wrapper {
		width: 100%;
	}
	input#custom_phone_model {
		width: 100%;
		max-width: 100%;
	}
}
