:root {
	--cubold: #23262F;
	--cbold: #353945;
	--clight: #747B8D;
	--culight: #B1B5C3;
	--cdarkgrey: #E6E8EC;
	--cbackground: #F4F5F6;
	--clightgrey: #FCFCFD;
	--cwhite: #FFFFFF;
	--caccent: #3B71FE;
	--cgreen: #58C27D;
	--cpurple: #92A5EF;
	--cred: #FF7878;
	--cheader: #1D2939;
	--ctext: #667085;
	--radius: 28px;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

img {
	max-width: 100%;
}

body {
	color: var(--ctext);
	padding-top: 84px;
	overflow-x: hidden;
	position: relative;
}

.container {
	max-width: 1202px;
	margin: auto;
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 1320px) {
	.container {
		padding-left: 0;
		padding-right: 0;
	}
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}



html {

	font-size: 16px;
	font-family: "Inter", sans-serif;
}

/* Typography */

h1, .h1 {
	font-size: 3.5rem;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.162rem;
	color: var(--cheader);
}

h2, .h2 {
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	color: var(--cheader);
}

h3, .h3 {
	font-size: 2.25rem;
	line-height: 1.22;
	font-weight: 600;
	letter-spacing: -0.045rem;
	color: var(--cubold);
}

h4, .h4 {
	font-size: 1.875rem;
	line-height: 1.4;
	font-weight: 600;
	color: var(--cheader);
}

h5, .h5 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: -0.031rem;
	color: var(--cheader);
}

h6, .h6 {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -0.045rem;
	color: var(--clight);
}

p {
	font-size: 1rem;
	line-height: 1.625;
	letter-spacing: -0.02rem;
}

.p1 {
	font-size: 1.125rem;
	line-height: 1.278;
}

.p2 {
	font-size: 1rem;
	line-height: 1.625;
	letter-spacing: -0.02rem;
	color: var(--clight);
}

.p3, .top-menu a, .language-switcher .current-language span, .support-link {
	font-size: 0.875rem;
	line-height: 1.214;
}

.container {
	max-width: 1280px;
	padding: 0 80px;
	width: 90%;
}

.container.np {
	padding: 0;
}

body>header {
	position: fixed;
	left: 0;
	width: 100%;
	padding-top: 19px;
	background: var(--cwhite);
	padding-bottom: 19px;
	top: 0;
	z-index: 6;
}

.mobile {
	display: none;
}

a.logo {
	display: block;
}

header .container {
	display: flex;
	align-items: center;
}

header .right-menu {
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-bottom: 6px;
}

.top-menu ul {
	display: flex;
	list-style: none;
	border-left: 1px solid var(--cdarkgrey);
	margin-left: 39px;
	padding-left: 23px;
}

.top-menu>ul>li {
	position: relative;
	margin-right: 48px;
}

@media (max-width: 1135px) {
	.top-menu>ul>li {
		margin-right: 24px;
	}
}

.top-menu a {
	display: block;
	color: var(--clight);
	text-decoration: none;
	transition: 0.2s;
	padding-top: 12px;
	padding-bottom: 17px;
	white-space: nowrap;
}


.top-menu a:hover {
	color: var(--cubold);
}

.top-menu ul.sub-menu {
	border-left: 0;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	margin-left: 0;
	background: var(--cwhite);
	box-shadow: 0 4px 10px 0px #d6d6d6;
	border-radius: 20px;
	padding: 16px;
	width: 292px;
}

.language-drowdown {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	border-left: 0;
	position: absolute;
	display: none;
	background: var(--cwhite);
	box-shadow: 0 4px 10px 0px #d6d6d6;
	border-radius: 16px;
	padding: 16px 16px;
	gap: 8px;
}

.top-menu .menu-item-has-children:after {
	background: url(../images/arrow.svg);
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 14px;
	width: 17px;
	height: 15px;
	background-position: center;
}

.top-menu .menu-item-has-children {
	padding-right: 24px;
	cursor: pointer;
}

a.mini-cart {
	padding: 5px 11px;
	margin-left: 20px;
	padding-bottom: 0;
	position: relative;
}

.language-switcher {margin-left: 50px;position: relative;}

.current-language {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.current-language span {
	margin-left: 9px;
	color: var(--clight);
	transition: 0.2s;
}

a.support-link {
	text-decoration: none;
	color: var(--clight);
	transition: 0.2s;
	white-space: nowrap;
}

a.support-link img {
	margin-right: 7px;
	position: relative;
	top: 3px;
}

.current-language img {
	position: relative;
	top: 2px;
}

a.support-link:hover {
	color: var(--cubold);
}

a.support-link svg {
	margin-right: 7px;
	position: relative;
	top: 3px;
	transition: 0.2s;
}

a.support-link svg path {
	transition: 0.2s;
}

a.support-link:hover svg path {
	stroke: var(--cubold);
}

a.mini-cart svg path {
	transition: 0.2s;
}

a.mini-cart:hover svg path {
	stroke: var(--cubold);
}

.top-menu .menu-item-has-children:hover .sub-menu {
	display: block;
}

.top-menu ul.sub-menu a {
	padding: 12px 24px;
	border-radius: 13px;
	transition: 0.3s;
	background: white;
	position: relative;
	padding-left: 46px;
	margin-bottom: 9px;
}

.current-language:hover span, .language-switcher.active .current-language span {
	color: var(--cubold);
}

.current-language:hover svg path, .language-switcher.active .current-language svg path {
	stroke: var(--cubold);
}

.top-menu .menu-item-has-children:hover:after {
	background-image: url(../images/arrow_bold.svg);
}

.language-switcher.active .current-language span {}

.language-drowdown>a {
	display: block;
	border-radius: 8px;
	padding: 12px 20px;
	text-decoration: none;
	color: var(--clight);
	min-width: 86px;
	font-size: 0.875rem;
	line-height: 16px;
}

.language-drowdown>a.active, .language-drowdown>a:hover {
	background: var(--cbackground);
}

.language-drowdown>a.active span {
	color: var(--cubold);
}

.language-drowdown>a small {
	color: var(--culight);
	font-size: 0.75rem;
	margin-top: -1px;
	display: block;
}


.hero {
	text-align: center;
	background: url(../images/hero-background.svg);
	background-position: bottom;
	background-size: contain;
	background-repeat: repeat-x;
	margin-bottom: 160px;
}

.hero .container {
	position: relative;
	padding-top: 201px;
}

.hero .hero-1 {
	position: absolute;
	top: 100px;
}
.hero .hero-2 {
	position: absolute;
	top: 0;
	right: 0;
}
.hero .hero-3 {
	position: absolute;
	bottom: 6px;
	left: 105px;
}
.hero .hero-4 {
	position: absolute;
	left: 42%;
	bottom: 134px;
}
.hero .hero-5 {
	position: absolute;
	right: 68px;
	bottom: 122px;
}
.hero .hero-6 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 336px;
}

.hero h1 {
	max-width: 525px;
	display: inline-block;
	margin-bottom: 17px;
}


.hero h6 {
	font-weight: 400;
	letter-spacing: 0rem;
	margin-bottom: 23px;
}

.btn {
	display: inline-block;
	padding: 14px 24px;
	/* padding-bottom: 14px; */
	background: var(--caccent);
	color: var(--clightgrey);
	text-decoration: none;
	border-radius: 12px;
	transition: 0.2s;
}

.hero .container>img {
	display: block;
}

.brands-slider img {
	/*height: 40px!important;*/
	width: auto!important;
	max-width: 999px!important;
}

.brands-slider {
	text-align: center;
	margin-top: 160px;
	margin-bottom: 160px;
}

.brands-slider p {
	margin-bottom: 25px;
}

.brands-slider-wrap {
	position: relative;
}

.brands-slider-wrap:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 400px;
	bottom: 0;
	top: 0;
	background: linear-gradient(90deg, white, transparent);
	z-index: 4;
	border-left: 50px;
	box-sizing: border-box;
}

.brands-slider-wrap:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	width: 400px;
	bottom: 0;
	top: 0;
	background: linear-gradient(-90deg, white, transparent);
	z-index: 4;
	border-left: 50px;
	box-sizing: border-box;
}

.brands-slider .owl-carousel .owl-stage {
	display: flex;
	align-items: center;
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	display: flex;
	align-items: center;
}

.categories-grid .categories-grid-item:nth-child(6n+1) {
	width: 65.8%;
}

.categories-grid .categories-grid-item:nth-child(6n+2) {
	width: 32%;
}

.categories-grid .categories-grid-item:nth-child(6n+3) {
	width: 48.9%;
}

.categories-grid .categories-grid-item:nth-child(6n+4) {
	width: 48.9%;
}

.categories-grid .categories-grid-item:nth-child(6n+5) {
	width: 32%;
}

.categories-grid .categories-grid-item:nth-child(6n) {
	width: 65.8%;
}

@media (max-width: 1135px) {
	.categories-grid .categories-grid-item:nth-child(6n+1) {
		width: 65%;
	}

	.categories-grid .categories-grid-item:nth-child(6n+2) {
		width: 32%;
	}

	.categories-grid .categories-grid-item:nth-child(6n+3) {
		width: 48%;
	}

	.categories-grid .categories-grid-item:nth-child(6n+4) {
		width: 48%;
	}

	.categories-grid .categories-grid-item:nth-child(6n+5) {
		width: 32%;
	}

	.categories-grid .categories-grid-item:nth-child(6n) {
		width: 65%;
	}

}

.categories-grid {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 160px;
}

.categories-grid-item img {
	position: absolute;
}

.categories-grid-item {
	position: relative;
	background: var(--cbackground);
	padding: 32px;
	border-radius: var(--radius);
	box-sizing: border-box;
	overflow: hidden;
}

.categories-grid .categories-grid-item:nth-child(6n+1) img {right: 0;top: 0;max-width: 51%;}

.categories-grid .categories-grid-item:nth-child(6n+2) img {right: 0;top: 0;max-width: 49%;}

.categories-grid .categories-grid-item:nth-child(6n+3) img {right: 0;top: 0;max-width: 50%;}

.categories-grid .categories-grid-item:nth-child(6n+4) img {right: 0;top: 0;max-width: 35%;}

.categories-grid .categories-grid-item:nth-child(6n+5) img {top: 0;right: 0;max-width: 53%;}

.categories-grid .categories-grid-item:nth-child(6n) img {right: 0;top: 0;max-width: 44%;}

.categories-grid .categories-grid-item:nth-child(6n+1) h3 {margin-top: 112px;}

.categories-grid .categories-grid-item:nth-child(6n+2) h3 {margin-top: 112px;}

.categories-grid .categories-grid-item:nth-child(6n+3) h3 {margin-top: 40px;}

.categories-grid .categories-grid-item:nth-child(6n+4) h3 {margin-top: 40px;}

.categories-grid .categories-grid-item:nth-child(6n+5) h3 {margin-top: 114px;}

.categories-grid .categories-grid-item:nth-child(6n) h3 {margin-top: 114px;}

.categories-grid .categories-grid-item:nth-child(6n+1) p {max-width: 45%;}

.categories-grid .categories-grid-item:nth-child(6n+2) p {
}

.categories-grid .categories-grid-item:nth-child(6n+3) p {max-width: 52%;}

.categories-grid .categories-grid-item:nth-child(6n+4) p {max-width: 65%;}

.categories-grid .categories-grid-item:nth-child(6n+5) p {
}

.categories-grid .categories-grid-item:nth-child(6n) p {max-width: 50%;}


.categories-grid-item h3 {
	margin-bottom: 16px;
}

.categories-grid-item p {
	margin-bottom: 24px;
}

.categories-grid-item a, .bestseller-header a, .blog-header a {
	text-decoration: none;
	border-bottom: 1px solid transparent;
	color: var(--cubold);
	letter-spacing: -0.02rem;
}

.categories-grid-item a:hover, .bestseller-header a:hover, .blog-header a:hover {
	color: var(--cubold);
	text-decoration: underline;
}

.active .language-drowdown {
	display: flex;
}

.categories-grid-item a svg, .bestseller-header a svg, .blog-header a svg {
	left: 0;
	transition: 0.2s;
	position: relative;
}

.categories-grid-item a:hover svg, .bestseller-header a:hover svg, .blog-header a:hover svg {
	left: 5px;
}

.bestseller-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 23px;
}

li.product {
	list-style: none;
}

li.product .woocommerce-LoopProduct-link {
	position: relative;
	text-decoration: none;
	display: block;
}

li.product .woocommerce-LoopProduct-link .onsale, .woocommerce li.product .woocommerce-LoopProduct-link .onsale {
	color: var(--clightgrey);
	position: absolute;
	z-index: 2;
	left: 16px!important;
	top: 16px!important;
	background: var(--cred);
	padding: 5px 11px;
	display: block;
	border-radius: 22px;
	text-transform: uppercase;
	font-size: 0.875rem;
	margin: 0!important;
	right: auto!important;
	min-width: 0;
	min-height: 0;
	font-weight: normal;
	line-height: normal;
}


li.product .woocommerce-LoopProduct-link img {
	height: auto;
	transition: 0.2s;
}

h2.woocommerce-loop-product__title {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: -0.02rem;
	min-height: 52px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: var(--cubold);
}

li.product .add_to_cart_button {
	position: absolute;
	right: 0;
	bottom: 0px;
	background: var(--cubold) !important;
	padding: 12px 14px !important;
	line-height: 1.2 !important;
	border-radius: 8px !important;
	color: var(--clightgrey);
	font-size: 0.875rem;
	text-decoration: none;
	font-weight: normal;
	opacity: 0;
	transition: 0.2s;
}

.button.added::after {
	font-family: WooCommerce;
	content: "\e017";
	display: block;
	position: absolute;
	margin-left: .53em;
	vertical-align: bottom;
}

.button.loading::after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	animation: spin 2s linear infinite;
}

.bestsellers {
	margin-bottom: 160px;
}

.product-excerpt {
	color: var(--clight);
	margin-bottom: 38px;
}

.product a .price {
	display: flex!important;
	flex-wrap: wrap;
	text-decoration: none;
	font-size: 1rem!important;
	line-height: 1;
	letter-spacing: -0.02rem;
	font-weight: bold!important;
	color: var(--cubold)!important;
	margin-bottom: 0!important;
}

.product .price del {
	order: 3;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1;
	letter-spacing: -0.02rem;
	color: var(--culight)!important;
	opacity: 1!important;
}

.product .price ins {
	text-decoration: none;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: -0.02rem;
	font-weight: bold;
	color: var(--cubold);
}

.product bdi {
	text-decoration: none;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: -0.02rem;
	font-weight: bold;
	color: var(--cubold);
}

.product span.woocommerce-Price-amount.amount+span.woocommerce-Price-amount.amount {
	margin-left: 3px;
}

.product .price del bdi {
	font-weight: 400;
	margin-top: 4px;
	display: block;
	color: var(--culight);
	font-size: 0.9rem;
}

a.mini-cart span {
	position: absolute;
	font-size: 10px;
	width: 16px;
	height: 16px;
	color: white;
	background: var(--cubold);
	text-align: center;
	border-radius: 50%;
	line-height: 16px;
}

footer {
	border-top: 1px solid var(--cdarkgrey);
	font-weight: bold;
	margin-bottom: 49px;
}


.image-and-text .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iat-left .iat-images {
	width: 47.5%;
}

.iat-left .iat-text {
	width: 41.3%;
	margin-right: 5%;
}

.iat-images {
	position: relative;
}

.iat-left .iat-images .mark {
	position: absolute;
	z-index: 2;
	top: -92px;
	left: -72px;
}

.image-and-text {margin-top: 160px;margin-bottom: 160px;}

.iat-images .mark {
	/* animation: 5s ease-in-out 0s infinite alternate spin; */
	width: 180px;
	height: 180px;
	/* background: url(../images/icons/Ellipse1.svg), url(../images/icons/Star1.svg); */
	/* background-position: center; */
	/* background-repeat: no-repeat; */
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.iat-banners {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
}

.iat-text p {
	font-size: 1.15rem;
	margin-bottom: 45px;
	line-height: 1.275;
	color: var(--clight);
}

.iat-text h2 {
	margin-bottom: 16px;
	line-height: 1.2;
	color: var(--cubold);
}

.iat-text ul {
	list-style: none;
	margin-bottom: 46px;
}


.iat-text ul li {
	padding-left: 33px;
	position: relative;
	font-size: 0.88rem;
	margin-bottom: 26px;
	color: var(--clight);
}

.iat-text ul li img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.iat-text a.btn {
	/* border-radius: 15px; */
	/* margin-top: 15px; */
}

.btn svg {
	margin-right: 11px;
	vertical-align: middle;
	margin-top: -6px;
}

.btn:hover {
	opacity: 0.85;
}

.emoji {
	position: static!important;
}


.reviews h3 {
	text-align: center;
	margin-bottom: 15px;
}

.reviews h6 {
	text-align: center;
	max-width: 671px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0;
}

.reviews-mobile {
	display: none;
}

.reviews-desktop {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	padding-top: 62px;
	justify-content: space-between;
	margin-bottom: 157px;
}

.rd-1, .rd-2, .rd-3 {
	width: calc(33% - 16px);
	max-width: calc(33% - 16px);
}

.rd-item {
	border: 1px solid var(--cbackground);
	padding: 24px;
	border-radius: var(--radius);
	margin-bottom: 24px;
}

.rd-head {
	display: flex;
}

.rd-image {
	width: 50px;
	margin-right: 11px;
}

.rd-name {
	font-size: 1.1rem;
	color: var(--cubold);
}

span.nick, span.nick a {
	color: var(--caccent);
	font-size: 1rem;
	letter-spacing: -0.02rem;
	display: block;
	padding-top: 3px;
	text-decoration: none;
}

.rd-text.p2 {
	margin-top: 11px;
	color: var(--clight);
}

.iat-right .container.np {
	border-radius: var(--radius);
	flex-direction: row-reverse;
	align-items: unset;
	background: var(--cubold);
	border-top-left-radius: var(--radius);
	border-bottom-left-radius: var(--radius);
	/* padding: 80px; */
	box-sizing: border-box;
}

.iat-right .mark {
	position: absolute;
	right: -45px;
	top: -99px;
	transform: rotate(35deg);
}

.iat-right .iat-image img {border-top-right-radius: var(--radius);border-bottom-right-radius: var(--radius);opacity: 0;}

.iat-right .iat-text {
	padding: 60px 80px;
	max-width: 491px;
	color: var(--clightgrey);
	width: 38.4%;
}

.iat-right .iat-text h2 {
	color: var(--clightgrey);
}

.iat-right .iat-text a.btn {
	border: 1px solid var(--caccent);
}

.features h3 {
	text-align: center;
	margin-bottom: 16px;
}

.features h6 {
	text-align: center;
	letter-spacing: 0;
}

.features-wrap {
	display: flex;
	justify-content: space-between;
	padding-top: 75px;
}

.features-item {
	text-align: center;
	width: 23%;
}

.fi-image {
	background: var(--cbackground);
	display: inline-block;
	padding: 30px;
	border-radius: var(--radius);
	margin-bottom: 5px;
	width: 38px;
	height: 38px;
	margin-bottom: 24px;
}

.features-item h6 {
	letter-spacing: 0.02rem;
	margin-bottom: 6px;
	color: var(--cubold);
	font-weight: 700;
}

.features {
	margin-bottom: 160px;
}

.join-us {
	text-align: center;
	background: url(../images/content_images/join-background.webp);
	background-position: top center;
	margin-bottom: 160px;
}

.white-gradient {
	background: linear-gradient(0deg, white, #ffffff4a);
	padding-top: 330px;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 21%, rgba(255,255,255,0) 100%);
}

.join-us h3 {
	margin-bottom: 16px;
}

.join-us h6 {
	max-width: 512px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0;
	margin-bottom: 25px;
}


.blog-grid {
	margin-top: 160px;
	background: var(--cbackground);
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.blog-grid h3 {
	margin-bottom: 8px;
}

.blog-grid .p1 {
	letter-spacing: 0rem;
}

.blog-posts {
	margin-top: 33px;
}

.bp-image img {
	border-radius: var(--radius);
	height: 256px!important;
	object-fit: cover;
}

.blog-post {
	background: white;
	border-radius: var(--radius);
}

.bp-content {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 26px;
}

.bpc-meta .date {
	font-size: 0.7rem;
	margin-right: 16px;
}

.bpc-meta .terms {
	padding: 10px 12px;
	display: inline-block;
	background: var(--cbackground);
	border-radius: var(--radius);
	font-size: 0.7rem;
	letter-spacing: 0.03rem;
}

.bp-content h6 a {
	color: var(--cubold);
	text-decoration: none;
	margin-top: 9px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bp-content p.p2 {
	font-size: 0.9rem;
	letter-spacing: 0;
	line-height: 1.2;
	margin-bottom: 34px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--clight);
}

.bp-content h6 {
	margin-bottom: 16px;
	font-size: 1.13rem;
	line-height: 1.3;
}

.author img {
	width: 40px!important;
	border-radius: 50%;
	margin-right: 11px;
}

.author {
	display: flex;
}

.author-name {
	font-weight: bold;
	color: var(--cubold);
}

.author-name .p2 {
	font-weight: normal;
	color: var(--clight);
}

footer .container {
	display: flex;
	align-items: flex-start;
	padding-top: 79px;
}

.col-1 {
	margin-right: 5.7%;
	width: 23%;
}

.social-links a {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: var(--cbackground);
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin-right: 10px;
	box-sizing: border-box;
	/* padding-right: 2px; */
}

footer a.logo {
	margin-bottom: 19px;
	max-width: 149px;
}

.bottom-menu ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	flex-direction: column;
}

.bottom-menu ul li {
	/* width: 26%; */
	margin-bottom: 13px;
}

footer .col-2 {
	width: 15%;
	margin-right: 11%;
}

.bottom-menu ul a {
	color: var(--clight);
	text-decoration: none;
	font-size: 0.878rem;
	font-weight: 400;
}

footer .col-3 {
	width: 19.3%;
	font-size: 0.9rem;
	color: var(--cubold);
}

footer .col-3>span {
	font-size: 0.878rem;
	display: block;
	text-transform: uppercase;
	margin-bottom: 15px;
}

footer a.btn {
	padding: 7px 13px;
	margin-top: 14px;
	margin-bottom: 31px;
	font-weight: normal;
}

footer.footer-copyright {
	text-align: center;
	font-size: 0.75rem;
	padding-top: 0;
	padding-bottom: 27px;
	margin-bottom: 0;
	font-weight: 400;
	border-top: 0;
}


li.product:not(.link-product):hover a {
	opacity: 0.75;
}

.mark>div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
}

.mark-1 {
	background-image: url(../images/icons/m1.svg);
	z-index: 2;
	animation: spin;
	animation: 5s ease-in-out 0s infinite alternate spin;
	top: 0px!important;
	left: -1px!important;
}

.mark-2 {
	background-image: url(../images/icons/m2.svg);
	z-index: 4;
}

.mark-3 {
	background-image: url(../images/icons/m3.svg);
	z-index: 5;
}

.mark-4 {
	background-image: url(../images/icons/m4.svg);
	z-index: 1;
}

.rd-image img {
	border-radius: 50%;
	object-fit: cover;
	aspect-ratio: 1/1;
}


a.menu-image-title-before.menu-image-hovered {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
}

span.menu-image-title-before.menu-image-title {
	order: 2;
}

span.menu-image-hover-wrapper {
	padding: 0!important;
}

span.menu-image-hover-wrapper img {
	width: 24px;
	height: 24px;
	transition: 0s!important;
	position: absolute;
	left: 16px;
	top: 9px;
	margin: 0!important;
}

img.hovered-image.menu-image-title-before {
	display: inline-block;
	position: absolute;
	/* left: 40px; */
}

.top-menu ul.sub-menu a:hover {
	background: var(--cubold);
	color: white;
}

.top-menu ul.sub-menu a:hover img.menu-image.menu-image-title-before {
	opacity: 0;
}

.top-menu ul.sub-menu a:hover img.hovered-image.menu-image-title-before {
	/* display: inline-block; */
	opacity: 1;
	margin-left: 0!important;
}


.iat-image img {
	border-radius: var(--radius);
}

.iat-text ul li b {
	color: var(--cubold);
}

.iat-right .iat-text p {
	color: var(--clightgrey);
}

.iat-right .iat-text ul li, .iat-right .iat-text ul li b {
	color: var(--clightgrey);
}

.bottom-menu ul a img {
	display: none;
}

.top-menu ul>li>a>img {
	display: none;
}

.top-menu ul>li>a>span {
	padding-left: 0!important;
}


.bp-image a {
	display: block;
	border-radius: var(--radius);
}

li.product .woocommerce-LoopProduct-link .image-wrap {
	display: block;
	padding: 32px 24px;
	border-radius: var(--radius);
	background: var(--cbackground);
	margin-bottom: 25px;
}

.mark g.animate {
	animation: 20s linear 0s infinite alternate spin;
	transform-origin: center;
}

.categories-grid-item p.p2 {
	color: var(--clight);
}

.iat-image img {
	min-width: 100%;
	min-height: 100%;
}

.iat-right .iat-images {
	/* height: 100%; */
	width: 47%;
}

.iat-right .iat-image {
	border-top-right-radius: var(--radius);
	border-bottom-right-radius: var(--radius);
	background-position: center;
	background-size: cover;
	height: 100%;
}


.bpc-meta {
	color: var(--clight);
}

h1.woocommerce-products-header__title {
	padding-bottom: 16px;
}

.page-description {padding-bottom: 16px;}

.woocommerce-products-header {
	margin-bottom: 32px;
}

.shop-menu ul {
	display: flex;
	flex-wrap: wrap;
}

.shop-menu li {
	list-style: none;
	text-decoration: none;
}

.shop-menu li a {
	display: block;
	text-decoration: none;
	position: relative;
	border: 1px solid #E6E8EC;
	padding: 8px 22px;
	font-size: 1rem;
	line-height: 1.6rem;
	font-variant: full-width;
	border-radius: var(--radius);
	letter-spacing: -0.02rem;
	margin-right: 10px;
	text-transform: capitalize;
	margin-bottom: 11px;
	color: var(--cubold);
	transition: 0.2s;
}

.shop-menu li a.menu-image-title-after {
	padding-left: 31px;
	padding-right: 17px;
}

.shop-menu li a.menu-image-title-after img.menu-image, .shop-menu span.menu-image-hover-wrapper img {
	width: 18px;
	height: 18px;
	top: 11px;
	left: 15px;
}

.shop-menu li a:hover, .shop-menu .current-menu-item a {
	background: var(--cubold);
	color: white;
	border-color: var(--cubold);
}

.menu-item:hover img.hovered-image {
	opacity: 0;
}

a.menu-image-hovered:hover img.hovered-image, .current-menu-item a.menu-image-hovered img.hovered-image {
	opacity: 1;
}

header .menu-item:hover .sub-menu .menu-item:hover .menu-image-hover-wrapper img.menu-image {
	opacity: 1!important;
}

header .menu-item:hover .sub-menu .menu-item:hover .menu-image-hover-wrapper img.hovered-image {
	opacity: 0!important;
}

header .menu-item:hover .sub-menu .menu-item.current-menu-item .menu-image-hover-wrapper img.menu-image {
	opacity: 0!important;
}

header .menu-item:hover .sub-menu .menu-item.current-menu-item .menu-image-hover-wrapper img.hovered-image {
	opacity: 1!important;
}

header .menu-item:hover .sub-menu .menu-item.current-menu-item a {
	background: var(--cubold);
	color:white;
}

.top-menu ul.sub-menu .current-menu-item a:hover .menu-image-title {
	left: 0;
}

header .menu-item:hover .sub-menu .menu-item:not(.current-menu-item) a {
	background: white;
	color: var(--cbold);
}

header .menu-item:hover .sub-menu .menu-item:not(.current-menu-item) a:hover {
	background: var(--cbackground);
	color: var(--cbold);
}

.woocommerce ul.products li.product .onsale+.onsale {
	left: auto!important;
	right: 15px!important;
}

.shop-menu {
	margin-bottom: 32px;
}

.woocommerce li.product .woocommerce-LoopProduct-link .onsale, .woocommerce li.product .woocommerce-LoopProduct-link .onsale {
	left: 16px!important;
	padding: 5px 11px!important;
	letter-spacing: 0px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	float: none;
	margin: 0;
	width: calc(25% - 18px);
	/* margin-right: 24px; */
}

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	/* gap: 24px; */
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 14px;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	order: 99;
	height: 1px;
	width: calc(25% - 18px);
}

.woocommerce ul.products li.product a img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	padding: 0;
	font-size: 1rem;
	margin-bottom: 10px;
}

.woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button {
	/* display: none; */
}

.woocommerce ul.products li.product {margin-bottom: 62px;}

.woocommerce ul.products li.product .button {
	/* display: none; */
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	border: 2px solid var(--cbackground);
	border-radius: 8px;
	background: var(--cbackground);
	font-size: 0.875rem;
	line-height: 1.2;
	color: var(--cubold);
}

.woocommerce nav.woocommerce-pagination ul li a {
	border: 2px solid white;
	border-radius: 8px;
	background: white;
	margin-right: 10px;
	display: inline-block;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	font-size: 0.875rem!important;
	line-height: 1.2!important;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	padding: 0;
	line-height: 25px!important;
	color: var(--cubold);
}

.woocommerce nav.woocommerce-pagination {
	padding-bottom: 30px;
	margin-bottom: 160px;
}

.hero.light .container {
	padding-top: 160px;
	padding-bottom: 160px;
	z-index: 2;
}

.hero.light {
	background-size: 1363px auto;
	background-position: center;
	background-image: url(../images/back_c.svg);
	position: relative;
}

.hero p a {
	text-decoration: none;
	color: var(--caccent);
	font-weight: 600;
}

.hero p a:hover {
	text-decoration: underline;
}

.hero.light h4 {
	margin-bottom: 10px;
}

.woocommerce .woocommerce-breadcrumb {
	/* margin-top: 25px!important; */
	font-size: 1rem;
	letter-spacing: -0.02rem;
	margin-bottom: 29px;
}

.woocommerce .woocommerce-breadcrumb a {
	margin: 0px 12px;
	text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:first-of-type {
	margin-left: 0;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

.woocommerce .woocommerce-breadcrumb span {
	margin-left: 12px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 48.6%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .product-gallery {
	width: 48.6%;
	float: none;
}

.woocommerce div.product h1.product_title {
	font-size: 2.23rem;
	letter-spacing: -0.045rem;
	margin-bottom: 3px;
}

h6.product_subtitle {
	font-size: 1.35rem;
	margin-bottom: 30px;
}

.product .summary .price, .product .summary .price span, .product .summary .price bdi {
	font-size: 1.5rem!important;
	font-weight: 500;
	letter-spacing: -0.031rem;
	line-height: 1.5;
}

.quantity .qty {
	border: none;
	background: none;
	-moz-appearance: textfield;
	appearance: none;
	width: 47px!important;
	/* margin-right: -18px; */
	font-size: 1rem;
	vertical-align: middle;
	padding-top: 2px;
	margin-left: -3px;
	-webkit-appearance: none;
}

.quantity .qty::-webkit-inner-spin-button,
.quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product .summary .price {
	margin-bottom: 31px!important;
	display: block;
	margin-top: 30px!important;
}

.woocommerce .button {
	padding: 16px 24px!important;
	line-height: 1.2!important;
	border-radius: 12px!important;
}

.woocommerce .button.alt {
	background: var(--cubold)!important;
	transition: 0.2s;
}

.woocommerce .button.alt:focus, .woocommerce .button.alt:hover, .woocommerce .button.alt:active {
	opacity: 0.85!important;
}

.woocommerce .button.alt.disabled {
	opacity: 0.5!important;
}

.woo-variation-items-wrapper {
	position: relative;
	padding-bottom: 0px!important;
}

.woocommerce div.product form.cart .reset_variations {
	display: none!important;
}

.woocommerce div.product form.cart .variations th {
	order: 2;
	width: 100%!important;
	line-height: 1.4;
}

.woocommerce-page .price {
	transition: none !important;
}

.woocommerce div.product form.cart::before {
	display: none;
}

.quantity .minus {
	border: none;
	background: var(--cbackground);
	width: 24px;
	text-align: center;
	padding: 3px;
	padding-top: 6px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	cursor: pointer;
}

.quantity .plus {
	border: none;
	background: var(--cbackground);
	width: 24px;
	text-align: center;
	padding: 3px;
	padding-top: 6px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	cursor: pointer;
}

.quantity .minus:hover {
	opacity: 0.85;
}

.quantity .plus:hover {
	opacity: 0.85;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
	margin-right: -14px;
}

.woocommerce-variation-add-to-cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: var(--cubold);
}

.woocommerce div.product form.cart .button {
	margin-left: 35px;
}

table.variations {
	margin-top: 27px;
}

.woocommerce-info {
	border-top-color: var(--cubold);
}

.woocommerce-info::before {
	color: var(--cubold);
	top: 1.2em;
}

.woocommerce-info a {
	color: var(--caccent);
	text-decoration: none;
}

.woocommerce-info a:hover {
	text-decoration: underline;
}

span.variable-item-span.variable-item-span-color {
	border-radius: 50%;
	border: 1px solid var(--cubold);
	box-sizing: border-box;
	width: 28px!important;
	height: 28px!important;
}

.color-variable-item {
	border-radius: 50%!important;
	padding: 3px!important;
	height: 40px!important;
	width: 40px!important;
	box-shadow: none!important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	display: none;
}

.color-variable-item.selected {
	box-shadow: 0px 0px 0px 1px var(--cubold)!important;
}

table.variations tr {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px;
}

.woocommerce div.product form.cart .variations th label {
	display: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin-right: 0px;
}

.woocommerce div.product form.cart .variations th .woo-selected-variation-item-name {
	font-size: 0.8rem;
	color: var(--clight);
	line-height: 1;
	padding-left: 10px;
}

.button-variable-item {
	border: 1px solid var(--cubold)!important;
	box-shadow: none!important;
	padding: 6px 24px !important;
	border-radius: 40px !important;
	margin-left: 0!important;
	margin-right: 8px!important;
}

.button-variable-item.selected {
	background-color: var(--cubold)!important;
	color: white!important;
}

.button-variable-item .variable-item-span {
	font-size: 0.875rem;
	line-height: 1.2;
}

.woocommerce div.product form.cart {
	margin-bottom: 0;
}

.short-description {
	font-size: 1rem;
	line-height: 1.6;
	letter-spacing: -0.02rem;
	margin-bottom: 32px;
}

div.type-product:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}

.product_meta {
	margin-bottom: 32px;
}

.accordion-item {
	border-top: 3px solid var(--cbackground);
	padding: 11px 12px;
}

.accordion-title {
	display: flex;
	justify-content: space-between;
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: 700;
	color: var(--cubold);
	align-items: center;
}

.accordion-content {
	border-top: 1px solid var(--cbackground);
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 10px;
	padding: 12px;
	padding-bottom: 0;
	display: none;
}

.accordion-icon {
	height: 18px;
	transition: 0.2s;
}

.accordion-title:hover {
	opacity: 0.85;
	cursor: pointer;
}

.active .accordion-icon {
	transform: rotate(45deg);
}

.product-accordion {
	border-bottom: 3px solid var(--cbackground);
	margin-bottom: 33px;
}

.product-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	padding-left: 16px;
}

.product-icon {
	width: calc(23% - 16px);
}

.product-icon-wrap {
	width: 56px;
	height: 55px;
	border: 3px solid var(--cubold);
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	box-sizing: border-box;
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-icon-wrap img {
	max-width: 24px;
	max-height: 24px;
}

.product-icon-title {
	font-size: 0.875rem;
	color: var(--cubold);
	line-height: 1.3;
}

.woocommerce div.product {
	margin-bottom: 128px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.product-gallery-slide model-viewer {
	height: 544px;
	width: 544px;
	display: inline-block;
}

.product-gallery {
	border-radius: var(--radius);
	position: relative;
	background: var(--cbackground);
	/* padding: 64px; */
	box-sizing: border-box;
}

.product-gallery .product-gallery-slide {
	text-align: center;
	padding: 64px;
}

.product-gallery .owl-nav {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
}

.product-gallery .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-gallery .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background: var(--cubold);
	border-radius: 50%;
	opacity: 0.15;
	margin: 0 3px;
}

.product-gallery .owl-dots .owl-dot.active {
	opacity: 1;
}

.product-gallery .owl-nav button.owl-prev, .product-gallery .owl-nav button.owl-next {
	width: 52px;
	height: 52px;
	transition: 0.2s;
	background: #d5d6d8 !important;
	border-radius: 50%;
	position: absolute;
	box-sizing: border-box;
	padding-top: 4px!important;
}

.product-gallery .owl-nav button.owl-prev {
	left: 25px;
	top: -4px;
	z-index: 5;
	padding-right: 3px!important;
}

.product-gallery .owl-nav button.owl-next {
	right: 25px;
	top: -4px;
	padding-left: 3px!important;
}

.product-gallery-controls {
	position: absolute;
	right: 24px;
	top: 25px;
	z-index: 5;
}

button.product-gallery-control {
	border: none;
	background: white;
	border-radius: 40px;
	padding: 11px 12px;
	font-weight: 700;
	color: var(--cubold);
	font-size: 0.9rem;
	line-height: 1;
	position: relative;
	padding-left: 42px;
	cursor: pointer;
	transition: 0.2s;
}

button.product-gallery-control svg {
	position: absolute;
	left: 15px;
	top: 5px;
}

button.product-gallery-control:hover {
	opacity: 0.85;
}

.product-type-simple form.cart {
	display: flex;
	align-items: center;
	margin-bottom: 27px!important;
	flex-wrap: wrap;
}

.short-description a {
	text-decoration: none;
	color: var(--caccent);
}

.short-description a:hover {
	text-decoration: underline;
}

.woocommerce-message {
	border-top-color: var(--cubold);
}

.woocommerce-message::before {
	color: var(--cubold);
}

a.wc-block-components-product-name {
	color: var(--cublack);
	text-decoration: none;
	font-weight: 600;
	color: var(--cubold);
}

span.wc-block-components-button__text {
	display: inline-block;
	padding: 14px 24px;
	/* padding-bottom: 14px; */
	background: var(--caccent);
	color: var(--cwhite);
	text-decoration: none;
	border-radius: 12px;
	transition: 0.2s;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	text-decoration: none;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
	box-shadow: none!important;
}

.wp-block-woocommerce-cart-totals-block {
	background: var(--cbackground);
	padding-top: 166px;
}

.wp-block-woocommerce-cart-items-block {
	padding-top: 166px;
}

.woocommerce-cart .block-the_content {
	position: relative;
}

.woocommerce-cart .block-the_content:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--cbackground);
	width: calc(50% - 540px);
}

.wc-block-components-spinner:after {
	border-color: var(--cubold)!important;
	border-left-color: transparent!important;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	max-width: 440px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	max-width: 440px;
}

.wc-proceed-to-checkout {
	padding-bottom: 0!important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	margin-bottom: 0;
	border-radius: 10px!important;
}


.checkout .back-button a {
	color: var(--cubold);
	text-decoration: none;
	font-size: 1rem;
	letter-spacing: -0.02rem;
}

.checkout .back-button a svg {
	margin-right: 4px;
	vertical-align: middle;
	margin-bottom: 1px;
}

.checkout .back-button {
	margin-bottom: 28px;
}

.checkout-wrap h3 {
	margin-bottom: 48px;
}

.woocommerce-billing-fields h6 {
	font-weight: 600;
	margin-bottom: 2px;
	color: var(--cubold);
	letter-spacing: 0.01rem;
}

.woocommerce-billing-fields h6+p {
	font-size: 0.875rem;
	letter-spacing: 0;
	margin-bottom: 15px;
	color: var(--clight);
}

.checkout-wrap .checkout-column {
	width: 51.5%;
}

.checkout-wrap .checkout-column:last-child {
	width: 43%;
	box-sizing: border-box;
	padding-left: 5.8%;
}

.woocommerce form .form-row {
	padding: 0;
	margin-bottom: 18px;
}

.woocommerce form .form-row label {
	font-size: 0.9rem;
	color: var(--cubold);
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 48.7%;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	border: 2px solid var(--cbackground);
	border-radius: 12px;
	height: 49px;
	padding: 10px 14px;
	font-size: 0.875rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	/* height: 49px; */
	/* border: 2px solid var(--cbackground); */
	/* border-radius: 12px; */
	line-height: 1.6;
	padding: 0;
}

.select2-container--default .select2-selection--single {
	border: 2px solid var(--cbackground);
	border-radius: 12px;
	height: 49px;
	padding: 10px 14px;
}

span.woocommerce-input-wrapper {
	max-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 12px;
	right: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-color: var(--cubold);
}

.select2-container.select2-container--open .select2-dropdown--below {
	border: 2px solid var(--cubold);
	border-top: 0;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.checkout-wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

h6#order_review_heading {
	font-weight: bold;
	letter-spacing: 0;
	color: var(--cubold);
	margin-bottom: 47px;
	font-weight: 600;
}

#order_review table.shop_table.woocommerce-checkout-review-order-table {}

h6#np_heading {
	margin-top: 66px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #ffffff;
	margin-bottom: 100px;
	position: relative;
	padding-top: 46px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: none;
	position: static;
	padding: 0;
	margin: 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.woocommerce-checkout section.block.block-the_content {
	position: relative;
}

.woocommerce-checkout section.block.block-the_content:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: var(--cbackground);
	bottom: 0;
	width: calc(50% - 80px);
	z-index: 1;
}

.form-row.place-order button {
	width: 100%;
}

input#coupon_code {
	border: 0;
	height: 50px;
}

.monocheckout-wrapper a {
	width: 100%;
}

.monocheckout-wrapper a img {
	width: 100%;
}

.monocheckout-wrapper a:hover {
	opacity: 0.85;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	border: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	background: var(--cbackground);
	width: 100%;
	z-index: 5;
	position: relative;
	border-bottom: 2px solid white;
	margin-bottom: 24px!important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
	margin: 0;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout a {
	text-decoration: none;
	color: var(--cubold);
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout a:hover {
	text-decoration: underline;
}

.woocommerce-order-received section.block.block-the_content:before {
	display: none;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details+p {display: none;}

.woocommerce-order-received .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
	display: none;
}

.woocommerce-no-products-found {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 142px;
}

.woocommerce-no-products-found svg {
	margin-bottom: 11px;
}

.woocommerce-no-products-found h6 {
	letter-spacing: 0;
}

.social-links a svg {
	width: 20px;
	height: 20px;
}

.foot-note.p3 {
	border-top: 1px solid var(--cdarkgrey);
	padding-top: 23px;
	font-weight: 400;
	color: var(--clight);
}

.social-links {
	margin-bottom: 23px;
}

footer .col-2 .p3 {
	text-transform: uppercase;
	margin-bottom: 13px;
	color: var(--cubold);
}

.bottom-menu ul {}

a.footer-btn svg {
	float: left;
	margin-top: 8px;
}

a.footer-btn span {
	display: block;
	padding-left: 41px;
	color: var(--cubold);
	margin-bottom: 4px;
}

a.footer-btn {
	text-decoration: none;
	font-weight: 400;
	display: block;
	margin-bottom: 16px;
}

a.footer-btn span.f2 {
	letter-spacing: -0.01rem;
	color: var(--clight);
}

.woocommerce-page div.product div.summary p.stock {
	display: none;
}

.product-type-simple form.cart .monocheckout-wrapper img, .woocommerce-variation-add-to-cart .monocheckout-wrapper img {
	width: 330px;
	border-radius: 12px;
}

.single_add_to_cart_button svg {
	vertical-align: bottom;
	margin-right: 10px;
}

.product-gallery .product-gallery-slide#d3-gal {
	padding: 0;
}

.product-gallery .owl-nav button.owl-prev:hover, .product-gallery .owl-nav button.owl-next:hover {
	background: var(--cubold)!important;
}

li.product .add_to_cart_button svg {
	vertical-align: bottom;
}

li.product:hover .add_to_cart_button {
	opacity: 1;
}

li.product:hover .add_to_cart_button:hover {
	opacity: 0.75;
	color: white;
}

li.product a .price {
	min-height: 34px;
}

.top-menu ul.sub-menu a:hover .menu-image-title {
	left: 5px;
}

.top-menu ul.sub-menu a .menu-image-title {
	position: relative;
	left: 0;
	transition: 0.2s;
}

.woocommerce-shop nav.woocommerce-breadcrumb {
	display: none;
}

.shop-menu ul li:first-child img {
	display: none;
}

.shop-menu ul li:first-child a {
	padding: 8px 22px;
}

.shop-menu ul li:first-child span {
	padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a:hover {
	border: 2px solid var(--cbackground);
	border-radius: 8px;
	background: var(--cbackground);
	margin-right: 10px;
}

.hero.light:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 27%, rgba(255,255,255,1) 88%);
}

li.product .button:not(.add_to_cart_button) {
	display: none!important;
}

section.related.products {
	/* display: none; */
}

.accordion-content {
	font-size: 1rem;
	line-height: 1.625;
	letter-spacing: -0.02rem;
	color: var(--ctext);
}

footer span.menu-image-title-after.menu-image-title {
	padding-left: 0;
}

.side-cart {
	background: white;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -450px;
	width: 450px;
	padding: 32px;
	z-index: 8;
	box-sizing: border-box;
	transition: 0.2s;
	max-width: 100%;
}

.mc-header {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -0.03rem;
	padding-bottom: 23px;
	color: var(--cbold);
}

.mc-close {
	position: absolute;
	top: 35px;
	right: 30px;
	cursor: pointer;
}

.mini_cart_item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--cdarkgrey);
	padding-bottom: 22px;
	margin-bottom: 24px;
}

.side-cart .mini-cart {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 102px);
	height: 100%;
	opacity: 1;
	transition: 0.2s;
}

.mc-body {
	overflow: auto;
	width: 100%;
	flex-grow: 1;
	height: 100%;
}

.mc-footer p.woocommerce-mini-cart__total.total+p {
	font-size: 0.875rem;
	color: var(--clight);
	line-height: 1.2;
}

.mc-footer .monocheckout-wrapper {
	margin-bottom: 0;
}

.mc-item-image {
	width: 25%;
}

.mc-item-image>a {
	display: block;
	background: var(--cbackground);
	border-radius: 12px;
}

.mc-item-image>a img {
	width: auto;
	height: auto;
	border-radius: 12px;
}

.mc-item-meta {
	width: auto;
	text-align: right;
	/* padding-left: 12px; */
	display: flex;
	padding-right: 3px;
	flex-direction: row;
	justify-content: space-between;
	padding-top: 6px;
}

.mc-item-middle {
	position: relative;
	/* padding-left: 12px; */
	padding-right: 25px;
}

.mc-item-middle a {text-decoration: none;color: var(--cubold);font-size: 1rem;margin-bottom: 3px;display: block;letter-spacing: -0.02em;line-height: 1.6;}

.mc-item-middle .woocommerce-Price-amount {
	font-weight: 600;
	color: var(--cubold);
}

.mc-item-middle del {
	color: var(--clight);
	display: block;
	margin-bottom: 3px;
}

.mc-item-middle del bdi, .mc-item-middle del {
	color: var(--culight);
	font-size: 0.875rem;
	font-weight: 400;
}

.mc-item-middle ins {
	text-decoration: none;
}

.mc-item-meta .quantity {
	white-space: nowrap;
}

.mc-item-meta .quantity input {
	text-align: center;
	margin-right: -11px;
	margin-left: -11px;
}

p.woocommerce-mini-cart__total.total {
	display: flex;
	justify-content: space-between;
}

p.woocommerce-mini-cart__buttons.buttons {
	display: flex;
	flex-direction: column;
	padding-top: 0px;
}

p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward:not(.checkout) {
	display: none;
}

p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
	display: inline-block;
	padding: 13px 24px;
	padding-bottom: 14px;
	font-size: 0.875rem;
	font-weight: 300;
	background: var(--caccent);
	color: var(--cwhite);
	text-decoration: none;
	border-radius: 8px;
	transition: 0.2s;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 10px;
}

.accordion-content ul {
	padding-left: 19px;
}

.woocommerce div.product span.onsale {
	color: var(--clightgrey);
	position: absolute;
	z-index: 2;
	top: 24px !important;
	background: var(--cred);
	display: block;
	border-radius: 22px;
	text-transform: uppercase;
	font-size: 0.875rem;
	margin: 0 !important;
	right: auto !important;
	min-width: 0;
	min-height: 0;
	font-weight: normal;
	line-height: normal;
	left: 24px !important;
	padding: 9px 11px !important;
	padding-bottom: 10px!important;
	letter-spacing: 0px;
}

.brands-slider p {
	color: var(--clight);
}

footer.footer-copyright .container {
	padding-top: 0;
	display: block;
	text-align: left;
}

footer.footer-copyright a {
	display: inline-block;
	margin-left: 4px;
	text-decoration: none;
	color: var(--caccent);
}

footer.footer-copyright .container:before {
	content: "";
	border-top: 1px solid var(--cdarkgrey);
	padding-top: 26px;
	display: block;
	width: 100%;
}

.wp-block-woocommerce-cart-order-summary-shipping-block.wc-block-components-totals-wrapper {
	display: none;
}


.side-cart.active {
	right: 0;
	box-shadow: 3px 0px 7px 0px var(--cbold);
}

.side-cart.loader:after {
	content: "";
	display: block;
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #ffffff85;
}

.woocommerce .side-cart.loader::before {
	z-index: 3;
}

p a {
	text-decoration: none;
	color: var(--caccent);
}

p a:hover {
	text-decoration: underline;
}

a.button.wc-forward {
	color: var(--clightgrey);
	background: var(--cubold);
	transition: 0.2s;
}

a.button.wc-forward:hover {
	color: var(--clightgrey);
	background: var(--cubold);
	opacity: 0.85;
}

.mc-item-meta a.remove {
	align-self: end;
	transition: 0.2s;
}

body.side-cart-active .side-cart-overlay {
	content: "";
	display: block;
	opacity: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.side-cart-overlay {
	content: "";
	display: block;
	position: absolute;
	background: #00000085;
	z-index: 7;
	opacity: 0;
	transition: 0.2s;
}

.woocommerce a.remove:hover {
	background: none;
	opacity: 0.5;
}

a.restore-item {
	text-decoration: none;
	color: var(--caccent);
}

a.restore-item:hover {
	text-decoration: underline;
}


li.product .woocommerce-LoopProduct-link .onsale.onroad {
	background: var(--cubold);
	font-size: 0.625rem;
	padding: 9px 12px !important;
}

li.product .woocommerce-LoopProduct-link .onsale:not(.onroad) {
	background: var(--cred);
	font-size: 0.625rem;
	padding: 9px 12px !important;
}

a.added_to_cart.wc-forward {
	display: none;
}

.button.added svg {
	opacity: 0;
}

.button.added:after {
	position: absolute;
	left: 18px;
	top: 12px;
}

.button.loading svg {
	opacity: 0;
}

.button.loading:after {
	position: absolute;
	left: 25px;
	top: 16px!important;
	width: 19px;
	display: inline-block;
	height: 19px;
}

li.product .button.added:after {
	left: 7px;
}

li.product .button.loading:after {
	height: 15px;
	width: 15px;
	left: 15px;
	top: 13px!important;
}

form.cart .button.added:after {
	top: 16px;
}

.woocommerce-cart .mini-cart {
	display: none;
}

.side-cart .blockUI.blockOverlay {
	background: white!important;
}

.side-cart.transparent>div {
	opacity: 0;
}

#shipping_nova_poshta_for_woocommerce_city_field {
	width: 48.7%;
	float: left;
}

#shipping_nova_poshta_for_woocommerce_warehouse_field {
	width: 48.7%;
	float: right;
	clear: none;
}

textarea#order_comments {
	padding-top: 15px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	justify-content: space-between;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.wc_payment_method p {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 0.875rem;
	letter-spacing: 0;
	overflow: hidden;
	max-height: 42px;
}

h6.payment-header {
	font-weight: 600;
	margin-bottom: 2px;
	color: var(--cubold);
	letter-spacing: 0.01rem;
	margin-top: 65px;
}

.wc_payment_method {
	border: 2px solid var(--cbackground);
	border-radius: 12px;
	padding: 10px 14px;
	font-size: 0.875rem;
	width: 48.7%;
	max-width: 48.7%;
	margin: 0!important;
	cursor: pointer;
	width: calc(50% - 8px);
	box-sizing: border-box;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	display: none;
}

.woocommerce-checkout #payment ul.payment_methods::before, .woocommerce-checkout #payment ul.payment_methods::after {
	display: none;
}

.wc_payment_method input+label:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	background: white;
	border: 3px solid white;
	outline: 2px solid var(--cdarkgrey);
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.wc_payment_method input:checked+label:after {
	background: var(--cdarkgrey);
	background: var(--ctext);
}

.wc_payment_method label {
	position: relative;
	padding-left: 35px;
}

.wc_payment_method img {
	display: none;
}

.payment_method_cod input+label:before {
	content: url(../images/icons/cash.svg);
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 6px;
}


.payment_method_mono_gateway input+label:before, .payment_method_morkva-monopay input+label:before, .payment_method_morkva-monopay-prepay input+label:before {
	content: url(../images/icons/card.svg);
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 6px;
}


.payment_method_morkva-monopay-payparts input+label:before {
	content: url(../images/icons/parts.svg);
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: 3px;
	margin-right: 6px;
}

li.wc_payment_method.payment_method_morkva-monopay-payparts {
	width: 100%;
	max-width: 100%;
	position: relative;
}

.mc-footer {
	color: var(--cbold);
	margin-left: -32px;
	margin-right: -32px;
	padding-left: 32px;
	padding-right: 32px;
	border-top: 1px solid #E6E8EC;
	padding-top: 32px;
}

.mc-body .mini_cart_item:last-child {
	border-bottom: 0;
}

.mc-text {
	color: var(--clight);
	padding-top: 2px;
}


.woocommerce div.product span.onsale.onroad {
	background: var(--cubold);
}

.checkout-item {
	display: flex;
	margin-bottom: 30px;
}

.checkout-item-left {
	position: relative;
	max-width: 125px;
	margin-right: 11px;
}

.checkout-item-left-image {
	width: 94px;
	height: 94px;
	border: 1px solid var(--cdarkgrey);
	border-radius: 16px;
	background: white;
	overflow: hidden;
}

.checkout-item-left .product-quantity {
	position: absolute;
	left: -4px;
	top: -5px;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: var(--cubold);
	color: white;
	font-weight: 400;
	font-size: 0.875rem;
	border-radius: 50%;
}

.checkout-item-center a {
	font-family: Inter;
	font-weight: 400;
	font-size: 1rem;
	line-height: 25.6px;
	letter-spacing: -0.32px;
	text-decoration: none;
	color: var(--cubold);
}

.checkout-item-center {
	flex-grow: 1;
	width: 100%;
}

.checkout-item-right {
	width: 60px;
	text-align: right;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}

.checkout-item-right ins {
	font-family: Inter;
	font-weight: 700;
	font-size: 1rem;
	line-height: 25.6px;
	letter-spacing: -0.32px;
	text-decoration: none;
	color: var(--cubold);
}

.checkout-item-right del {
	font-family: Inter;
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 16.8px;
}

.checkout-total {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.checkout-totals ul#shipping_method {
	margin-bottom: 13px;
	margin-top: -10px;
}

.kl_title {
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 64px;
}

.kl_title .h2 {
	line-height: 1.2;
	letter-spacing: 1px;
	margin-bottom: 19px;
}

.columns-contact {
	gap: 68px;
}

.wpcf7-form-control {
	font-family: Inter;
	font-weight: 400;
	font-size: 1rem;
	line-height: 25.6px;
	letter-spacing: -0.32px;
	color: var(--clight);
	border: none;
	background: var(--cbackground);
	padding: 12px 16px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 12px;
}

form .half {
	width: 49%;
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

form .half input {
	box-sizing: border-box;
	width: 100%;
}

.wpcf7-form-control-wrap {
	width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 233px;
}

.wpcf7-submit {
	background: var(--caccent);
	color: white;
	cursor: pointer;
	transition: 0.2s;
}

.wpcf7-submit:hover {
	opacity: 0.85;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	max-width: 100%;
	margin: 0;
	border-radius: 12px;
	padding: 12px 18px;
	text-align: center;
}

.contacts {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px;
}

.contact-item {
	width: 47.3%;
	margin-bottom: 3px;
}

.contact-text h4 {
	font-family: Inter;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: -0.32px;
	margin-bottom: 6px;
}

.contact-icon {
	margin-bottom: 11px;
}

.contact-text p {
	line-height: 1.2;
	margin-bottom: 17px;
	color: var(--clight);
}

.contact-text>a {
	color: var(--cubold);
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	margin-right: 7px;
}

.contact-text p+p {
	margin-bottom: 0;
}

.pt-wrap {
	background: var(--cbackground);
	margin-bottom: 160px;
}

.pt-wrap .container {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	gap: 10px;
	max-height: 240px;
	transition: 0.2s;
}

.pt-wrap a {
	display: block;
	padding: 15px 20px;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: -0.32px;
	flex-grow: 1;
	text-align: center;
	text-decoration: none;
	color: var(--cubold);
}

.pt-wrap a:hover {
	text-decoration: underline;
}

.pt-wrap .container a:last-child {
	/* padding-right: 0; */
}

.product-content {
	display: flex;
	gap: 44px;
	margin-bottom: 157px;
}

.product-content-bottom {
	gap: 44px;
	flex-direction: column-reverse;
}

.pc-image img {
	border-radius: 28px;
}

.pc-icon {
	display: inline-block;
	border: 1px solid var(--cdarkgrey);
	border-radius: 30px;
	padding: 7px 15px;
	margin-bottom: 17px;
}

.pc-icon img {
	height: 18px;
	vertical-align: text-top;
	margin-right: 4px;
	width: auto!important;
}

.pc-text h2 {
	letter-spacing: 1px;
	margin-bottom: 17px;
	line-height: 1.2;
}

.pc-text p {
	letter-spacing: -0.45px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	color: #747B8D;
}

.product-content-right {
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.pc-text {
	flex-grow: 1;

}

.product-content-left .pc-text, .product-content-right .pc-text {
	width: 50%;
}

.product-content-right .pc-text {
	max-width: 42%;
	max-width: 50%;
	width: 50%;
}

.pc-text ul {
	padding-left: 27px;
	margin-top: 22px;
}

.pc-text ul li {
	margin-bottom: 1px;
	font-size: 1.2rem;
	letter-spacing: -0.5px;
	line-height: 1.2;
}

.product-content-left {
	align-items: center;
}

.product-content-top {
	flex-direction: column;
}

.product-content-top img {
	/* margin-left: auto; */
	/* margin-right: auto; */
	/* display: block; */
	width: 100%;
}

.p-attributes {
	background: var(--cbackground);
	padding-top: 78px;
	padding-bottom: 80px;
	margin-bottom: 139px;
}

.p-attributes h2 {}

.p-attributes h3 {
	margin-bottom: 47px;
	text-align: center;
	letter-spacing: 0.5px;
}

table.woocommerce-product-attributes.shop_attributes td, table.woocommerce-product-attributes.shop_attributes th {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid var(--culight);
	width: 50%;
	text-align: left;
	padding: 8px 18px;
	background: none!important;
	font-style: normal;
	color: var(--cubold);
}

table.woocommerce-product-attributes.shop_attributes {
	border: none;
	border-collapse: collapse;
	max-width: 675px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 47px;
}

table.woocommerce-product-attributes.shop_attributes tr {}

table.woocommerce-product-attributes.shop_attributes td {
	padding-left: 30px;
}

.did-not-find {
	text-align: center;
	font-size: 0.9rem;
	letter-spacing: -0.2px;
}

.did-not-find a {
	display: block;
	text-decoration: none;
	color: var(--caccent);
	transition: 0.2s;
	margin-top: 13px;
	font-weight: 700;
}

.rd-gallery {
	margin-top: 12px;
	display: flex;
	gap: 12px;
}

div#videos h3 {
	text-align: center;
	margin-bottom: 46px;
}

.videos-slider .owl-item.active.center {
	opacity: 1;
}

.videos-slider .owl-item {
	opacity: 0.5;
	transition: 1s;
}

div#videos .owl-carousel .owl-nav.disabled, div#videos .owl-carousel .owl-nav {
	position: absolute;
	top: 46.7%;
	left: 70px;
	right: 70px;
	display: flex;
	justify-content: space-between;
}


div#videos .owl-nav button.owl-prev, div#videos .owl-nav button.owl-next {
	width: 60px;
	height: 60px;
	transition: 0.2s;
	background: #ffffff !important;
	border-radius: 50%;
	position: absolute;
	box-sizing: border-box;
	padding-top: 4px!important;
	box-shadow: 0 4px 4px -4px #0C0C0D0D, 0 16px 32px -4px #0C0C0D1A;
}

div#videos .owl-nav button.owl-prev {
	left: 25px;
	top: -4px;
	z-index: 5;
	padding-right: 3px!important;
}

div#videos .owl-nav button.owl-next {
	right: 25px;
	top: -4px;
	padding-left: 3px!important;
}

div#videos {
	margin-bottom: 160px;
}

section.up-sells.upsells.products {
	margin-bottom: 96px;
}

.pc-image video {
	max-width: 100%;
	border-radius: 28px;
}

div#videos .owl-nav button path {
	stroke: black;
}

.rd-gal img {
	border-radius: 8px;
}

.play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: white;
	border-radius: 50%;
	opacity: 0;
	transition: 0.2s;
}

.video-img {
	position: relative;
	cursor: pointer;
}

.play:before {
	border: 20px solid transparent;
	display: block;
	content: "";
	border-left-color: var(--cubold);
	position: absolute;
	left: 23px;
	top: 15px;
	border-top-width: 15px;
	border-bottom-width: 15px;
}

.video-img:hover .play {
	opacity: 1;
}

.video-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #00000054;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 55;
}

.video-popup iframe {
	width: 80vw;
	height: auto;
	max-width: 800px;
	aspect-ratio: 16 / 9;
	border-radius: 28px;
}

.video-internal {
	position: relative;
}

.video-internal:after {
	content: "×";
	position: absolute;
	right: -30px;
	font-size: 50px;
	top: -50px;
	color: white;
	cursor: pointer;
}

.video-img img {
	border-radius: 28px;
}

.video-img {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	display: flex;
	/* align-items: center; */
}

/* Wide (16:9) */
.video--wide .video-img {
	aspect-ratio: 16 / 9;
}

/* Vertical (9:16) */
.video--vertical .video-img {
	aspect-ratio: 9 / 16;
	max-width: 360px; /* чтобы вертикалка не была как плакат на билборде */
	margin: 0 auto;
}

.video-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


.contact-text p strong {
	color: var(--cubold);
}

.woocommerce form .form-row+small {
	margin-top: -10px;
	display: block;
}

.woo-order-back a {
	text-decoration: none;
	color: var(--cubold);
}

.woo-order-back a svg {
	margin-right: 6px;
}

.woo-order-back {
	margin-top: 27px;
	margin-bottom: 28px;
}

.woo-order-columns {
	display: flex;
	justify-content: space-between;
}

.woo-order-right {
	width: 45.7%;
	padding-top: 4px;
}

.woo-order-left {
	width: 48.6%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--cbackground);
	border-radius: var(--radius);
}

.woo-order-right h2 b {
	color: var(--caccent);
}

.woo-order-right h2 {
	margin-bottom: 15px;
}

.woo-order-right h6 {
	font-size: 1rem;
	margin-bottom: 25px;
}

.woocommerce-order {
	/* margin-bottom: 156px; */
}

.woo-order-products {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.woo-order-product {
	background: var(--cbackground);
	border-radius: 16px;
	position: relative;
	width: 94px;
}

.woo-order-product-quantity {
	position: absolute;
	background: var(--cubold);
	color: var(--clightgrey);
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	top: -4px;
	right: -10px;
}

.woo-order-notes p {
	font-size: 0.875rem;
	margin-bottom: 6px;
	letter-spacing: 0;
}

.woo-order-notes p a {
	font-weight: bold;
}

.woo-order-details {
	border-top: 2px solid var(--cbackground);
	margin-top: 22px;
	padding-top: 25px;
}

.woo-order-details h5 {
	font-weight: bold;
	letter-spacing: 0px;
	margin-bottom: 29px;
}

.woo-order-details table {
	text-align: left;
	width: 100%;
	margin-bottom: 5px;
	border: none;
	border-collapse: collapse;
}

.woo-order-details table th {
	white-space: nowrap;
	width: 50%;
	color: var(--clight);
	font-weight: 400;
	font-size: 0.875rem;
	padding-bottom: 13px;
	vertical-align: top;
}

.woo-order-details table th svg {
	vertical-align: middle;
	margin-right: 8px;
}

.woo-order-details table td {
	font-size: 0.875rem;
	vertical-align: top;
	padding-bottom: 17px;
}

.woo-thanks-content .hero.light {
	display: none;
}

.woo-thanks-content {
	margin-top: 156px;
	margin-bottom: 280px;
}

.single-product .pt-wrap {
	position: sticky;
	top: 80px;
	z-index: 5;
}

span.variation-active {
	display: none;
}

.mini-image img {
	height: 64px;
	border-radius: 16px;
	width: auto;
}

.mini-product {
	background: white;
	transition: .5s;
	max-height: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.mini-image {
	background: var(--cbackground);
	border-radius: 16px;
	padding: 5px;
}

.mini-title {
	margin-right: auto;
	color: var(--clight);
}

.mini-title h6 {
	font-family: Inter;
	font-weight: 500;
	color: var(--cubold);
	font-size: 20px;
	padding-top: 3px;
	line-height: 24px;
	letter-spacing: 0px;
}

.mini-title p {
	font-size: 16px;
}

.pt-wrap .mini-product .container {
	gap: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.mini-price {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: end;
}

.mini-price bdi {
	font-size: 20px;
	line-height: 24px;
	color: var(--cubold);
	font-weight: 500;
}

.mini-product.active {
	max-height: 120px;
}

button#fake-add-to-cart {
	white-space: nowrap;
}

.mini-price del bdi, .mini-price del {
	font-weight: 400;
	margin-top: 4px;
	color: var(--culight);
	font-size: 0.9rem;
	text-align: right;
	vertical-align: text-bottom;
}


#epkb-ml__module-categories-articles #epkb-ml-classic-layout .epkb-category-section {
	position: relative;
	background: #f4f5f6;
	padding: 32px;
	border-radius: var(--radius);
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: none;
}

body .eckb-kb-block-classic-layout #epkb-ml__module-categories-articles #epkb-ml-classic-layout .epkb-category-section__head_title .epkb-category-section__head_title__text, .eckb-kb-block-classic-layout #epkb-ml-cat-article-sidebar .epkb-ml-article-section__head, .eckb-kb-block-featured-articles #epkb-ml__module-articles-list .epkb-ml-articles-list__title span, .eckb-kb-block-featured-articles #epkb-ml__module-articles-list .epkb-ml-article-section__head {
	font-size: 2.25rem;
	line-height: 1.22;
	font-weight: 600!important;
	letter-spacing: -0.045rem;
	color: #23262f;
	font-family: 'Inter'!important;
	text-transform: none;
}

.eckb-kb-block #epkb-ml__module-categories-articles .epkb-layout-container {
	margin-bottom: 64px;
}

#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__input {
	border: 2px solid var(--cbackground);
	border-radius: 12px;
	height: 49px;
	padding: 10px 14px;
	font-size: 0.875rem;
	margin: 0 !important;
	border: none;
}

#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__btn .epkbfa-ml-search-icon {
	color: #23262f;
}

#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box {
	background: none;
	padding: 0!important;
	border: none!important;
	position: relative;
	background-color: transparent!important;
}

#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__btn {
	position: absolute;
	right: -15px;
	top: 50%;
}

.eckb-kb-block-search #epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box, .eckb-kb-block-search #epkb-ml__module-search #epkb-ml-search-classic-layout #epkb-ml-search-form #epkb-ml-search-box {
	padding: 0!important;
}

#epkb-ml__module-search #epkb-ml-search-results {
	background: #f4f5f6;
	border-radius: 12px;
	padding: 0;
	/* background: var(--cubold); */
	top: 110%;
}

#epkb-ml__module-search #epkb-ml-search-results ul li {
	background: none;
	padding: 0 15px;
	color: var(--cubold);
	box-shadow: none;
}

#epkb-ml__module-search #epkb-ml-search-results ul li a {
	color: var(--cubold);
	box-shadow: none;
}

#epkb-ml__module-search #epkb-ml-search-modern-layout #epkb-ml-search-form #epkb-ml-search-box .epkb-ml-search-box__input:focus-visible {
	box-shadow: 0px 0px 0px 2px black inset;
}

#epkb-ml__module-articles-list #epkb-ml-article-list-basic-layout .epkb-ml-article-section {
	padding: 24px;
	border-radius: var(--radius)!important;
	margin-bottom: 24px;
}

.eckb-kb-block-classic-layout #epkb-ml__module-categories-articles #epkb-ml-classic-layout .epkb-category-section {
	border-radius: var(--radius)!important;
	margin-bottom: 24px!important;
}

#eckb-article-page-container-v2 #eckb-article-content {
	padding: 0;
	padding-right: 40px;
}

#eckb-article-page-container-v2 #eckb-article-right-sidebar {
	padding: 0;
}

#eckb-article-page-container-v2 #eckb-article-content {
	padding: 0;
	padding-right: 40px;
}

#eckb-article-page-container-v2 #eckb-article-right-sidebar {
	padding: 0;
}

#eckb-article-page-container-v2 #eckb-article-body {
}

#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-link:after {
	content: "/";
	margin-left: 12px;
}
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-header-v2 #eckb-article-content-breadcrumb-container .eckb-breadcrumb-nav li:last-child .eckb-breadcrumb-link:after {
	display: none;
}


span.eckb-breadcrumb-link {
	margin: 0px 12px;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: -0.02rem;
}

@media only screen and (max-width: 981px) {
	#epkb-ml__module-categories-articles #epkb-ml-classic-layout .epkb-ml__module-categories-articles__row .epkb-category-section {
		width: 90% !important;
		margin: 0 auto 24px auto !important;
		flex-wrap: wrap;
	}
}

#eckb-article-content-body h1.eckb-article-title {
	line-height: 1;
	letter-spacing: -0.045rem;
	margin-bottom: 48px!important;
}

div#eckb-article-content-header-row-1 {
	margin-bottom: 29px;
}

#eckb-article-content-body h2.wp-block-heading {
	letter-spacing: 1px;
	margin-bottom: 48px;
	line-height: 1;
	margin-top: 48px;
}

#eckb-article-content-body a {
	text-decoration: none;
	color: var(--caccent);
}

#eckb-article-content-body a:hover {
	text-decoration: underline;
}

#eckb-article-content-body p {
	margin-bottom: 16px;
}

div#eckb-article-content-body h3, div#eckb-article-content-body h4.wp-block-heading, div#eckb-article-content-body h5.wp-block-heading, div#eckb-article-content-body figure.wp-block-image, div#eckb-article-content-body .wp-block-image {
	margin-top: 36px;
	margin-bottom: 36px;
}

#eckb-article-content-body ul.wp-block-list {
	margin-left: 20px;
	margin-bottom: 16px;
}

#eckb-article-content-body hr.wp-block-separator {
	margin-top: 24px;
	margin-bottom: 24px;
}

#eckb-article-right-sidebar span.eckb-article-title__text {
	color: var(--cubold)!important;
}

#eckb-article-right-sidebar span.eckb-article-title__text:hover {
	text-decoration: underline;
}

#eckb-article-content-body h2.wp-block-heading strong {
	font-weight: 700;
}

div#eckb-article-content-body h3 strong {
	font-weight: 600;
}

#eckb-article-content-body .wp-block-embed {
	width: 100%;
	margin-top: 48px;
	margin-bottom: 48px;
}

#eckb-article-content-body .wp-block-embed iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

h1.eckb-category-archive-title span.eckb-category-archive-title-icon {
	display: none;
}

.eckb-article-list-container.eckb-article-list-container-columns-1 .epkb-article-inner {
	color: var(--cubold)!important;
}

.eckb-article-list-container.eckb-article-list-container-columns-1 .epkb-article-inner:hover span.epkb-article__text {
	text-decoration: underline!important;
}

.eckb-article-list-container.eckb-article-list-container-columns-1 .epkb-article-inner span.epkb-article__text {padding-top: 3px!important;display: inline-block;}

.eckb-article-list-container .eckb-article-body {
	font-size: 1rem!important;
	color: var(--ctext);
}

#eckb-archive-page-container #eckb-archive-body #eckb-archive-content #eckb-archive-content-header #eckb-archive-content-breadcrumb-container .eckb-breadcrumb-link-icon {
	display: none!important;
}

#eckb-archive-page-container #eckb-archive-body #eckb-archive-content #eckb-archive-content-header #eckb-archive-content-breadcrumb-container .eckb-breadcrumb-nav li a span {
	font-size: 1rem;
}

#eckb-archive-page-container #eckb-archive-body #eckb-archive-content #eckb-archive-content-header #eckb-archive-content-breadcrumb-container .eckb-breadcrumb-link span[aria-current=page] {
	font-size: 1rem;
}

#eckb-archive-page-container #eckb-archive-body #eckb-archive-content #eckb-archive-content-header #eckb-archive-content-breadcrumb-container .eckb-breadcrumb-nav li:after {
	content: "/";
	margin-left: 12px;
}

#eckb-archive-page-container #eckb-archive-body #eckb-archive-content #eckb-archive-content-header #eckb-archive-content-breadcrumb-container .eckb-breadcrumb-nav li:last-child:after {
	display: none;
}
.eckb-breadcrumb {
	padding-left: 0 !important;
}

.short-description ul {
	margin-left: 20px;
}

.block-the_content p {
	margin-bottom: 20px;
}

.block-the_content ul, .block-the_content ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

.block-the_content li {
	margin-bottom: 10px;
}

.block-the_content ol {
  counter-reset: item;
}

.block-the_content ol li {
  display: block;
  position: relative;
}

.block-the_content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: relative;
  left: 0;
}

.block-the_content ol ol {
  counter-reset: item;
  margin-top: 5px;
}


.summary .monocheckout-wrapper:after {
	content: "";
	display: block;
	/* position: absolute; */
	bottom: 62px;
	left: 62px;
	width: 40px;
	height: 40px;
	background: url(../images/3.svg);
	z-index: 2;
	filter: invert(1);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.monocheckout-wrapper {
	display: flex;
}

.summary .monocheckout-wrapper a {
	width: calc(100% - 85px);
	margin-right: 5px;
}

.summary .monocheckout-wrapper {
	position: relative;
}

.summary .monocheckout-wrapper:hover:before {
	content: "Доступна Покупка частинами від Monobank";
	position: absolute;
	bottom: -28px;
	font-size: 10px;
	right: 45px;
	border: 1px solid black;
	padding: 3px;
	border-radius: 5px;
}


.product-content-right .pc-image {
	width: 50%;
}

.product-content-left .pc-image, .product-content-right .pc-image {
	width: 50%;
}

.mc-additional-product a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(93.82deg, #674CA2 4.05%, #DC7ED7 96.9%);
	border-radius: 16px;
	padding: 11px 8px;
	margin-bottom: 16px;
	color: white;
	position: relative;
	text-decoration: none;
	font-family: Inter;
	font-weight: 700;
	font-size: 14px;
	line-height: 1rem;
}

.adp-left img {
	max-width: 77px;
	max-height: 77px;
	width: auto;
	height: auto;
}

.mc-additional-product a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/Frame1016.png);
}

.adp-left {
	z-index: 2;
	position: relative;
}

span.adp-price {
	display: block;
	padding-top: 4px;
}

span.adp-price del {
	display: none;
}

span.adp-price ins {
	text-decoration: none;
	font-weight: 400;
}

.adp-right {
	position: relative;
	z-index: 2;
	padding-right: 10px;
}

.adp-center {
	position: relative;
	z-index: 2;
}

.full-width-image {
	height: 503px;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-bottom: 58px;
}

.image-and-text .container.turn {
	flex-direction: row-reverse;
}

 .iat-left .turn .iat-text {
	margin-right: 0;
	margin-left: 5%;
}

.iat-text ul.simple {
	list-style: disc;
}

.iat-text ul.simple li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 5px;
}

.counters {
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.counter-number {
	color: #000;
	text-align: center;

/* h2 */
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}

.items-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: flex-start;
}

.grid-item {
	width: calc(33.3% - 16px);
	border-radius: var(--Corner-Extra-large, 28px);
	background: var(--Background, #F4F5F6);
	padding: 48px 24px 32px;
	text-align: center;
	box-sizing: border-box;
}

.grid-icon {
	margin-bottom: 21px;
}

.grid-title {
	color: var(--cubold);
	text-align: center;

/* h5 */
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px; /* 150% */
	margin-bottom: 24px;
}

.grid-text {
	line-height: 1.6;
}

ul.faq-category-list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1px;
	padding-left: 0;
}

ul.faq-category-list li {
	cursor: pointer;
	display: inline-block;
	list-style: none;
	padding: 7px 16px;
	padding-left: 44px;
	position: relative;
	border-radius: 30px;
	transition: 0.2s;
}

ul.faq-category-list li span {
	position: absolute;
	left: 16px;
	top: 8px;
}

ul.faq-category-list li span.faq-image-active {
	opacity: 0;
}

ul.faq-category-list li:hover span.faq-image-active, ul.faq-category-list li.active span.faq-image-active {
	opacity: 1;
}

ul.faq-category-list li:hover span.faq-image, ul.faq-category-list li.active span.faq-image {
	opacity: 0;
}

ul.faq-category-list li:hover, ul.faq-category-list li.active {
	background: var(--cubold);
	color: white;
}

h3.faq-question {
	padding: 30px 0;
	color: var(--UltraBold, #23262F);

/* p2 */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.6px; /* 160% */
	letter-spacing: -0.32px;
	width: 100%;
	position: relative;
	cursor: pointer;
}

h3.faq-question svg {
	position: absolute;
	right: 0;
	top: 33px;
}

.faq-answer {
	display: none;
	padding-bottom: 30px;
}

.faq-item {
	border-bottom: 1px solid var(--Darkgrey, #E6E8EC);
	background: var(--White-100, #FFF);
}

.faq-list {
	margin-bottom: 160px;
}

.image-and-text.iat-left.grey .iat-text {
	display: flex;
	flex-direction: column;
	align-items: baseline;
	justify-content: center;
	background: var(--cbackground);
	padding: 80px;
	box-sizing: border-box;
	border-radius: var(--radius);
	margin-left: 0;
	width: 50%;
}


span.faq-image img, span.faq-image-active img {
	width: 18px;
	height: 18px;
}


.payment_box.payment_method_morkva-monopay-payparts {
	position: relative;
}

p.mono-number-month {
	position: relative;
	margin-top: 5px;
	color: var(--ctext);
}

select#mrkv_monopay_extend_pro_months {
	border: 2px solid var(--cbackground);
	border-radius: 12px;
	padding: 0px 3px;
	font-size: 0.875rem;
	cursor: pointer;
	box-sizing: border-box;
	height: 35px;
}

p.mrkv_monopay_calc {
	position: static;
	color: var(--ctext);
	font-weight: bold;
}

.ppc-button.button {
	background: #23262f !important;
	font-size: 100%;
	margin: 0;
	line-height: 1;
	padding: 16px 24px !important;
	line-height: 1.2 !important;
	border-radius: 12px !important;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #e9e6ed;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	color: white!important;
	transition: 0.2s;
	padding: 13px 24px !important;
}

.ppc-button.button svg {
	width: 22px;
	height: auto;
	vertical-align: bottom;
}

.woocommerce div.product form.cart button.ppc-button.button {
	margin-left: 0;
	width: 330px;
	margin-top: 15px;
	transition: 0.2s;
}

button.ppc-button.button:hover {
	opacity: 0.5;
}

span.calc-price {
	max-width: 0px;
	transition: auto;
}

.disabled .calc-multiple {
	opacity: 0;
}

.calc-multiple {
	transition: 0.2s;
}

.woocommerce div.product form.cart button.ppc-button.button.disabled {
	opacity: 0.5;
	cursor: no-drop;
}

.mc-footer button.ppc-button.button {
	width: 100%;
}

ul.woocommerce-error {
	padding-left: 50px;
}

.woocommerce-error::before {
	left: 22px;
	top: 18px;
}

.mc-item-middle .remove_from_cart_button {
	position: absolute;
	right: 5px;
	top: 5px;
}

.mc-item-right {
	padding-left: 16px;
	flex-grow: 1;
}

.will-send {
	color: #58C27D;
	font-size: 12px;
}

.will-send svg {
	width: 14px;
	height: auto;
	vertical-align: text-top;
	margin-right: 5px;
}

.checkout-totals span.will-send {
	font-size: 16px;
	margin-top: -5px;
	margin-bottom: 9px;
	display: block;
}

.checkout-totals span.will-send svg {
	display: none;
}

a.woocommerce-remove-coupon:before {
	content: url(../images/trash.svg);
	vertical-align: middle;
}

a.woocommerce-remove-coupon:hover:before {
	content: url(../images/trash_red.svg);
}

.checkout-column .blockOverlay {
	outline: 10px solid #fbfbfb;
}

.coupon-form {
	margin-top: 40px;
	position: relative;
	margin-bottom: 40px;
}

.coupon-form input {
	font-family: inherit;
	font-weight: 400;
	letter-spacing: normal;
	padding: .5em;
	display: block;
	background-color: var(--wc-form-color-background, #fff);
	border: var(--wc-form-border-width) solid var(--wc-form-border-color);
	border-radius: var(--wc-form-border-radius);
	color: var(--wc-form-color-text, #000);
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: normal;
	height: auto;
	border: 2px solid var(--cdarkgrey);
	border-radius: 12px;
	height: 49px;
	padding: 10px 14px;
	font-size: 0.875rem;
	background: url(../images/coupon.svg);
	background-position: 16px center;
	background-repeat: no-repeat;
	background-color: white;
	padding-left: 50px;
}

div#fake-coupon-button {
	position: absolute;
	right: 16px;
	z-index: 2;
	top: 0;
	color: var(--caccent);
	font-weight: bold;
	cursor: pointer;
	transition: 0.2s;
	height: 100%;
	line-height: 47px;
}

div#fake-coupon-button:hover {color: #58c2a0;}

.video-popup iframe.tiktok {
	aspect-ratio: 9 / 16;
	width: auto;
	height: 90vh;
}

.calculator {
	display: flex;
	border-top: 1px solid var(--cdarkgrey);
	position: relative;
}

.calc-left {
	padding: 39px 46px;
	width: 265px;
	box-sizing: border-box;
}

.calc {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 72px;
	border-left: 1px solid var(--cdarkgrey);
	border-right: 1px solid var(--cdarkgrey);
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.calc-right {
	width: 420px;
	background: var(--cbackground);
	padding: 30px;
	box-sizing: border-box;
}

.calc-step:before {
	content: attr(data-step);
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 20px;
	color: var(--culight);
	font-size: 12.8px;
	border: 2px solid var(--culight);
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 6px;
}

.calc-step svg {
	vertical-align: middle;
	margin-right: 2px;
}

.calc-step span {
	vertical-align: middle;
	font-size: 14px;
	color: var(--clight);
}

.calc-step {
	margin-bottom: 29px;
	position: relative;
}

.calc-step:after {
	content: "";
	display: block;
	position: absolute;
	height: 18px;
	width: 1.5px;
	background: var(--culight);
	left: 11px;
	bottom: -24px;
}

.calc-left>div:last-child:after {
	display: none;
}

.calc-left>div:last-child {
	margin-bottom: 0;
}

.calc-buttons {
	margin-top: auto;
	max-width: 1300px;
}

.step-content {
	max-width: 1300px;
	position: relative;
	min-height: calc(100vh - 284px);
	padding-top: 25px;
}

.calc-buttons-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

button#calcBack {
	background: none;
	border: none;
	cursor: pointer;
	width: 96px;
}

button#calcBack svg {
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	transition: 0.2s;
	left: 0;
}

button#calcBack span {
	color: #747B8D;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 25.6px; /* 160% */
	letter-spacing: -0.32px;
	vertical-align: middle;
}

button#calcBack:hover svg {
	left: -3px;
}

button#calcNext {
	border: none;
	border-radius: 12px;
	background: var(--caccent);
	padding: 12px 24px;
	padding-right: 18px;
	color: var(--clightgrey);

/* p2 */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.6px; /* 160% */
	letter-spacing: -0.32px;
	cursor: pointer;
}

button#calcNext svg {
	position: relative;
	left: 0;
	transition: 0.2s;
	vertical-align: middle;
	top: -1px;
}

button#calcNext:hover svg {
	left: 3px;
}

button#calcNext span {
	vertical-align: middle;
	margin-right: 6px;
}

.calc-buttons-help {
	color: var(--clight);

/* p1 */
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 23.4px; /* 130% */
	text-align: center;
}

.calc-buttons-help a {
	color: var(--caccent);
	text-decoration: none;
	font-weight: bold;
}

.steps-counter {
	font-weight: 600;
}

.mark.calc-loader {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff7a;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
}

.step-title {
	color: #23262F;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	line-height: 42px; /* 140% */
	letter-spacing: 0.9px;
	margin-bottom: 11px;
}

.step-subtitle {
	color: var(--Light, #747B8D);
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;

/* h6 */
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 120% */
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.3px;
	margin-bottom: 64px;
}

.calc-led-wrap {
	max-width: 586px;
	margin: 0 auto;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 65px;
}

.calc-led-image {
	width: 152px;
}

.calc-led-products {
	max-width: calc(100% - 184px);
}

.calc-led-image img {
	border-radius: 14px;
	height: 100%;
	width: 110%;
	object-fit: cover;
	object-position: center;
}

.calc-product-box {
	border-radius: 15px;
	border: 2px solid var(--cdarkgrey);
	padding: 24px;
	display: flex;
	flex-direction: column;
}

.calc-product-radio {
	display: none;
}

.calc-product-box-title {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.calc-product-box-title img {
	border-radius: 5px;
	margin-right: 10px;
}

.calc-product-box-title-text {
	color: #23262F;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34.175px; /* 142.395% */
	text-decoration: none;
}

.calc-product-box-title-text svg {
	margin-left: 6px;
	margin-bottom: -3px;
}

input:checked+.calc-product-box .calc-product-checkbox-custom {
	display: block;
}

input:checked+.calc-product-box {
	background: #ECF5FE;
	border-color: var(--caccent);
}

.calc-product-label {
	cursor: pointer;
	margin-bottom: 33px;
	display: block;
}

span.calc-product-checkbox-custom {
	margin-left: auto;
	display: none;
}

.calc-led-products>label:last-child {
	margin-bottom: 0;
}

.led-range {
	text-align: center;
	margin-bottom: 75px;
}

.koala-range-value span {
	color: var(--Accent, #3B71FE);
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px; /* 52.5% */
	margin-right: 0px;
}

.koala-range-value {
	color: var(--Bold, #353945);
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 161.538% */
	margin-bottom: 15px;
}

input:checked+.calc-product-box.product-rgb {
	border: 2px solid transparent;
	background: linear-gradient(#ECF5FE, #ECF5FE) padding-box,    linear-gradient(      90deg,      #ff3b3b,      #ff8a00,      #ffe600,      #2aff00,      #00d4ff,      #7b00ff,      #ff3b3b    ) border-box;
	background-clip: padding-box, border-box;
	position: relative;
}

input:checked+.calc-product-box.product-rgb:before {
	content: "";
	position: absolute;
	inset: 10px; /* how far glow spreads */
	border-radius: 24px; /* a bit larger than box */
	background: linear-gradient(
      90deg,
      #ff3b3b,
      #ff8a00,
      #ffe600,
      #2aff00,
      #00d4ff,
      #7b00ff,
      #ff3b3b
  );
	filter: blur(20px);
	opacity: 0.35; /* control intensity */
	z-index: -1;
	pointer-events: none;
}

/* Base range reset */
.koala-range {
  -webkit-appearance: none;
  appearance: none;
  width: 586px;
  height: 7px;
  background: #F4F5F6;
  border-radius: 5px;
  outline: none;
}

/* Track (Chrome, Edge, Safari) */
.koala-range::-webkit-slider-runnable-track {
  height: 7px;
  background: #F4F5F6;
  border-radius: 5px;
}

/* Thumb (Chrome, Edge, Safari) */
.koala-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 25px;
  height: 15px;
  border-radius: 4px;
  background: #3B71FE;
  cursor: pointer;
  margin-top: -4px; /* vertical alignment */
}

/* Track (Firefox) */
.koala-range::-moz-range-track {
  height: 7px;
  background: #F4F5F6;
  border-radius: 5px;
}

/* Thumb (Firefox) */
.koala-range::-moz-range-thumb {
  width: 25px;
  height: 15px;
  border-radius: 4px;
  background: #3B71FE;
  border: none;
  cursor: pointer;
}

.range-labels {
	max-width: 586px;
	box-sizing: border-box;
	margin: auto;
	padding: 0 21px;
	display: flex;
	justify-content: space-between;
	color: var(--Bold, #353945);
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	margin-top: 12px;
}

.calc-step.active:before {
	border-color: var(--caccent);
	color: var(--caccent);
}

.calc-step.active path {
	/* fill: var(--caccent); */
	stroke: var(--caccent);
}

.calc-step.active span {
	color: var(--caccent);
}

.calc-regular-products {
	max-width: 835px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 32px;
	grid-template-columns: 1fr 1fr;
}

.calc-regular-products>label {
	width: calc(50% - 16px);
	height: auto;
	display: flex;
	min-height: 100%;
	margin: 0;
	flex-grow: 1;
}

.calc-regular-products>label.no-choice {
	width: 100%;
	box-sizing: border-box;
}

.calc-regular-products .calc-product-box {
	width: 100%;
}

.product-box-image {
	border-radius: 10.294px;
	border: 1.5px solid #E6E6E6;
	text-align: center;
	background: white;
	padding: 0px;
	margin-top: 19px;
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 155px;
}

input:checked+.calc-product-box .product-box-image {
	border-color: white;
}

.calc-product-box-description p {
	margin-bottom: 13px;
}

.calc-product-box-description ul {
	margin-left: 25px;
}

label.calc-product-label.no-choice {
	border-radius: 15px;
	border: 2px solid var(--cdarkgrey);
	padding: 24px;
	position: relative;
}

label.calc-product-label.no-choice input.calc-product-radio {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 7.5px;
	background: #F4F5F6;
	box-shadow: 1px 1px 4.8px 0 rgba(0, 0, 0, 0.09) inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: middle;
	margin-right: 26px;
}

label.calc-product-label.no-choice span {
	color: #747B8D;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;

/* h6 */
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 120% */
	vertical-align: middle;
	line-height: 30px;
}

label.calc-product-label.no-choice input.calc-product-radio:checked+span:before {
	content: "";
	display: block;
	background: url(../images/check.svg);
	width: 22px;
	height: 20px;
	position: absolute;
	left: 28px;
	top: 29px;
}

.calc-regular-wrap {
	margin-bottom: 91px;
}

.step-3 .calc-product-box-description li {
	padding-left: 29px;
	list-style: none;
	position: relative;
	background: url(../images/calc/grey_checkmark.svg) no-repeat 2px 4px;
	margin-bottom: 15px;
}

.step-3 .calc-product-box-description ul {
	margin-left: 0;
	margin-top: 20px;
}

.calc-product-box-buttons {
	display: flex;
	justify-content: space-between;


/* p2 */
	 /* 160% */
	margin-top: auto;
	align-items: flex-end;
	padding-top: 6px;
}

.calc-product-box-price {
	color: var(--cubold);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.6px;
	letter-spacing: -0.32px;
	padding: 4px 17px;
	border-radius: 10.212px;
	border: 1.5px solid var(--Accent, #3B71FE);
	display: flex;
	align-items: center;
	border: 1.5px solid #E6E6E6;
}

.fake-button {
	border: none;
	border-radius: 12px;
	background: var(--caccent);
	padding: 12px 24px;
	color: var(--clightgrey);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.6px;
	letter-spacing: -0.32px;
	cursor: pointer;
}

.step-3 .product-box-image {
	flex-grow: 0.8;
	margin-bottom: 23px;
}

.calc-step.completed:before {
	background: var(--caccent);
	border-color: var(--caccent);
	color: white;
}

.calc-step.completed path {
	/* fill: var(--caccent); */
	stroke: var(--caccent);
}

.calc-step.completed span {
	color: var(--caccent);
}

.calc-left .calc-step.active:first-child path, .calc-left .calc-step.completed:first-child path {
	fill: var(--caccent);
	stroke: none;
}

.step-4 .calc-regular-products {max-width: 622px;}

.step-4 .calc-product-box-description {
	margin-top: 11px;
}

.step-4 .calc-product-box-description p {
	line-height: 1;
}

.calc-product-wrap-info {
	border-radius: var(--Corner-Large, 16px);
	background: linear-gradient(90deg, #684CA1 0%, #DE7BDA 100%);
	padding: 26px 60px;
	margin-top: 98px;
	display: flex;
	color: var(--Lightgrey, #FCFCFD);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	align-items: center;
	gap: 19px;
	position: relative;
	margin-bottom: -65px;
}

.calc-product-wrap-info svg {
	width: 36px;
	min-width: 36px;
	position: relative;
	z-index: 2;
}

.calc-product-wrap-info:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	content: "";
	z-index: 1;
	background-image: url(../images/calc/F915.png);
	opacity: 0.05;
	background-position: center;
}


iframe#captcha_challenge_frame {
	display: none!important;
}

.admin-bar iframe#captcha_challenge_frame {
	display: block!important;
}

.calc-grid-wrap {
	border-radius: 15.46px;
	border: 1.627px solid #E6E6E6;
	background: #FFF;
	padding: 25px;
	flex-grow: 1;
	width: calc(50% - 68px);
}

.calc-grid-head {
	display: flex;
	margin-bottom: 10px;
}

.calc-grid-image img {
	width: 67px;
	height: 67px;
	border-radius: 50%;
	object-fit: cover;
	margin-right: 18px;
}

.calc-grid-title {
	flex-grow: 1;
	color: #23262F;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34.175px; /* 142.395% */
}

.calc-grid-title p {
	color: var(--Light, #747B8D);
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 19.529px; /* 122.053% */
	margin-top: 12px;
}

.calc-qty {
	display: flex;
	gap: 10px;
}

.calc-qty button {
	border-radius: 10.212px;
	background: #F2F2F2;
	width: 34px;
	height: 34px;
	border: none;
	cursor: pointer;
	transition: 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.calc-qty-button.minus svg {
	display: inline-block;
}

button.calc-qty-button.minus svg path {
	fill: #B1B5C3;
}

input.calc-qty-input {
	display: flex;
	width: 68px;
	height: 34px;
	padding: 5px 0 6px 0;
	justify-content: center;
	align-items: center;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 10.212px;
	border: 1.5px solid #E6E6E6;
	text-align: center;
	color: #323232;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	height: 34px;
	box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input.calc-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


button.calc-qty-button.plus {
	background: var(--caccent);
}

.step-5 .calc-product-wrap-info {
	max-width: 479px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

button#calcNext.disabled {
	cursor: no-drop;
	background: var(--culight);
}

.calc-right .checkout-item-left-image img {
	width: auto;
	height: auto;
}

.calc-regular-final {
	margin: auto;
	max-width: 404px;
	text-align: center;
}

.calc-regular-final-image {
	background: var(--cbackground);
	border-radius: 16px;
	padding: 114px 93.39px 114.39px 94px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	display: flex;
	margin-bottom: 59px;
}

.calc-regular-final-buttons>a {
	display: inline-block;
	padding: 16px 6px;
	font-size: 16px;
	font-weight: 600;
	background: var(--caccent);
	color: var(--cwhite);
	text-decoration: none;
	border-radius: 12px;
	transition: 0.2s;
	text-align: center;
	margin-bottom: 13px;
	width: 100%;
	box-sizing: border-box;
}

.calc-regular-final-abo {
	position: relative;
	margin-bottom: 17px;
}

.calc-regular-final-abo:before {
	content: "";
	display: block;
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px solid var(--cdarkgrey);
	position: absolute;
}

.calc-regular-final-abo span {
	color: var(--UltraBold, #23262F);

/* p3 */
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16.8px; /* 120% */
	z-index: 2;
	position: relative;
	display: inline-block;
	background: var(--cbackground);
	text-transform: uppercase;
	padding: 0 12px;
}

.calc-regular-final button.ppc-button.button {
	width: 100%;
}

.step-6 .calc-regular-wrap {
	margin-bottom: 0;
}

.step.step-6 {
}

.calc-regular-final-buttons>a:hover {
	opacity: 0.8;
}

.calculator ul#shipping_method, .calculator .coupon-form {
	display: none;
}

@media (max-width: 1350px) {
	.calc-left {
	padding: 25px;
}

.calc {
	padding: 25px;
}

.step-content {
	padding: 0;
}

.calc-right {
	padding: 25px;
	width: 320px;
}

.calc-right {}

.calc-right {
	height: calc(100vh - 83px);
	position: sticky;
	overflow: auto;
	top: 83px;
}
}
.zen-ui-select__value {
	border: 2px solid var(--cbackground);
	border-radius: 12px;
	height: 44px;
	padding: 10px 14px!important;
	font-size: 0.875rem;
	box-sizing: border-box;
}


.step-1 input:checked+.calc-product-box.product-regular {
	border-color: #F8E1CD;
	box-shadow: 0 0 17.6px 0px rgba(255, 186, 122, 0.35);
}

.step-1 input:checked+.calc-product-box.product-regular .calc-product-checkbox-custom path {
	fill: #F8E1CD;
}

.calc-led-image img+img {
	display: none;
}

.calc-led-image.second img {
	display: none;
}

.calc-led-image.second img+img {
	display: block;
}

input:checked+.calc-product-box .calc-product-box-price {
	color: var(--Accent, #3B71FE);
	border: 1.5px solid var(--Accent, #3B71FE);
}

.calc-step.active[data-step="6"]:before {border-color: #FF7878;color: #FF7878;}

.calc-step.active[data-step="6"] path {
	stroke: #FF7878;
}

.calc-step.active[data-step="6"] span {
	color: #FF7878;
}

.header-search {
	margin-left: 35px;
}

.dgwt-wcas-search-icon svg {
	fill: var(--clight);
	transition: 0.2s;
}

.dgwt-wcas-search-icon:hover svg {
	fill: var(--cubold);
}

.current-language svg path {
	transition: 0.2s;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	background: #fff!important;
	outline: none!important;
	padding: 14px;
	border: 2px solid var(--cbackground)!important;
	border-radius: 12px!important;
	height: 49px;
	padding: 10px 14px;
	font-size: 0.875rem;
}

button.dgwt-wcas-search-submit {
	display: none!important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
	/* background: var(--cbackground); */
	border-radius: 12px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

form.dgwt-wcas-search-form {transform: translateX(-30px);}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader {
	margin-right: 0;
}

.link-product {}

.link-product span.image-wrap, .link-product .product-excerpt {
	display: none!important;
}

.link-product {
	display: flex;
}

.link-product {
	border-radius: var(--radius);
	flex-direction: column;
	justify-content: end;
	padding: 26px 23px!important;
	box-sizing: border-box;
}

span.link-product-button {
	padding: 13px 24px;
	padding-bottom: 13px;
	font-size: 0.875rem;
	font-weight: 300;
	background: var(--caccent);
	color: var(--cwhite);
	text-decoration: none;
	border-radius: 8px;
	transition: 0.2s;
	text-align: center;
	margin-top: 24px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-weight: 700;
}

.link-product h2.woocommerce-loop-product__title {
	color: var(--White, #FFF);
	font-feature-settings: 'liga' off, 'clig' off;

/* h6 */
	font-family: Inter;
	font-size: 20px!important;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 120% */
}

.link-product {
	position: relative;
	background-size: cover;
	/* overflow: hidden; */
}

.link-product:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(22, 22, 22, 0.20) 30.79%, #161616 95.44%);
	cursor: pointer;
	border-radius: var(--radius);
}

.link-product:hover {
	box-sha1dow: 0 0 17.6px 0px rgba(255, 186, 122, 1);
}

.link-product:hover:after {
		inset: 10px;
	border-radius: 24px;
	background: linear-gradient(90deg, #ff3b3b, #ff8a00, #ffe600, #2aff00, #00d4ff, #7b00ff, #ff3b3b);
	filter: blur(20px);
	opacity: 0.4;
	z-index: -1;
	pointer-events: none;
	content: "";
	position: absolute;
	transition: 0.2s

}

.free-return-banner {
	position: relative;
	background: linear-gradient(90deg, #684CA1 0%, #DE7BDA 100%);
	border-radius: 16px;
	padding: 17px 23px;
	width: auto;
	display: flex;
	gap: 16px;
	align-items: center;
	margin-bottom: 20px;
}

.free-return-banner:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 16px;
	background: url(../images/Frame1355.png);
	opacity: 0.5;
}

.return-banner-icon {
	position: relative;
	z-index: 2;
}

.return-banner-body {
	position: relative;
	z-index: 2;
	color: white;
}

.return-banner-header {
	font-family: Inter;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.return-banner-text img {
	filter: brightness(0) invert(1);
}

.kl-cyrillic-tooltip {
	display: none;
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.3;
	color: #c0392b;
}

.kl-cyrillic-tooltip.is-visible {
	display: block;
}

.seo-more { margin: 24px 0; }
.seo-more__toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: none;
	border: 1px solid var(--cdarkgrey);
	border-radius: 20px;
	padding: 8px 16px;
	font-family: inherit;
	font-size: 14px;
	color: var(--caccent);
	cursor: pointer;
	transition: background .15s;
}
.seo-more__toggle:hover { background: var(--cbackground); }
.seo-more__toggle svg { transition: transform .2s; }
.seo-more__toggle.active svg { transform: rotate(180deg); }
.seo-more__content { margin-top: 16px; line-height: 1.7; color: var(--ctext); }
.seo-more__content p { margin-bottom: 12px; }

/* ── Business solutions card (Koala AC) ── */
.categories-grid .categories-grid-item.categories-grid-item--business {
	background: #23262F;
}
.categories-grid .categories-grid-item.categories-grid-item--business img {
	right: -32%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 150%;
	filter: brightness(.55);
	z-index: 0;
}
.categories-grid .categories-grid-item.categories-grid-item--business::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(100deg, #23262F 28%, rgba(35,38,47,.35) 70%, rgba(35,38,47,.05) 100%);
	z-index: 1;
}
.categories-grid .categories-grid-item.categories-grid-item--business > a,
.categories-grid .categories-grid-item.categories-grid-item--business > p {
	position: relative;
	z-index: 2;
}
.categories-grid .categories-grid-item.categories-grid-item--business h3 {
	margin-top: 128px;
	color: #FCFCFD;
}
.categories-grid .categories-grid-item.categories-grid-item--business p {
	color: #C4C9D4;
}
.categories-grid .categories-grid-item.categories-grid-item--business a,
.categories-grid .categories-grid-item.categories-grid-item--business a:hover {
	color: #FCFCFD;
}

.confetti-particle {
	position: fixed;
	width: 6px;
	height: 6px;
	border-radius: 1px;
	pointer-events: none;
	z-index: 99999;
	animation: confetti-fly 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@keyframes confetti-fly {
	to {
		transform: translate(var(--tx), var(--ty)) rotate(var(--rot));
		opacity: 0;
	}
}
