:root {
	--bg-color: #f2f3f3;
	--primary-color: #29254b;
	--primary-color-hover: #353064;
	--white-color: #fff;
	--black-color: #000;
	--light-grey-color: #f8f8f8;
	--border-color: #e9e9e9;
	--danger-color: #ef262c;
	--text-color: #545454;
	--shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	--rounded-xl: 12px;
	--transition: cubic-bezier(0, 0, 0.44, 1.18)
}

/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* For Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

* {
	padding: 0;
	margin: 0;
	border: 0
}

*,
*::after,
*::before {
	box-sizing: border-box
}

*::after,
*::before {
	display: inline-block
}

:active,
:focus {
	outline: 0
}

a:active,
a:focus {
	outline: 0
}

.single_variation_wrap {
	.woocommerce-variation.single_variation {
		position: absolute;
		opacity: 0;
		pointer-events: hidden;
		visibility: hidden;
		/* display: none !important; */
	}
}

body,
html {
	height: 100%;
	min-width: 320px;
	scroll-behavior: smooth
}

body {
	color: #000;
	line-height: 1;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--bg-color)
}

button,
input,
textarea {
	font-family: Poppins, sans-serif;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
	width: 100%
}

label {
	display: inline-block
}

button,
option,
select {
	cursor: pointer
}

a {
	display: inline-block;
	color: inherit;
	text-decoration: none
}

ul li {
	list-style: none
}

img,
svg {
	max-width: 100%;
	height: auto
}

img {
	vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit
}

.menu__list {
	display: flex;
	align-items: center;
	gap: 4px
}

.menu__list a {
	font-weight: 600;
	font-size: 14px;
	padding: 6px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: .2s ease-in-out
}

.icon-menu {
	display: none
}

.ibg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.ibg--top {
	-o-object-position: top;
	object-position: top
}

.ibg--bottom {
	-o-object-position: bottom;
	object-position: bottom
}

.ibg--left {
	-o-object-position: left;
	object-position: left
}

.ibg--right {
	-o-object-position: right;
	object-position: right
}

.ibg--contain {
	-o-object-fit: contain;
	object-fit: contain
}

.lock body {
	overflow: hidden;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none
}

.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden
}

@supports (overflow:clip) {
	.wrapper {
		overflow: clip
	}
}

.wrapper>main {
	flex: 1 1 auto
}

.wrapper>* {
	min-width: 0
}

.woocommerce-breadcrumb {
	margin: 20px 0;
	font-size: 14px;
	color: #888;

	a {
		opacity: 1;
		font-weight: 600;
		color: var(--primary-color);

	}

	.current-item {
		opacity: 0.5;
		font-weight: 400;
	}
}

.wrap_content2 {
	h1 {
		font-size: 24px;
		margin-bottom: 20px;
		font-weight: 600;
		text-transform: uppercase;
	}
}

.woocommerce-NoticeGroup {
	/* grid-column: span 2; */
}

.woocommerce-order {
	p {
		line-height: 1.4;
	}

	.woocommerce-notice {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 20px;
	}

	.woocommerce-customer-details,
	.woocommerce-order-details,
	.woocommerce-order-overview {
		padding: 10px;
		background-color: var(--white-color);
		border: 1px solid var(--border-color);
	}

	.woocommerce-customer-details {
		address {
			line-height: 1.5;
			border: none !important;

			p {
				line-height: 1.5;
			}
		}
	}

	.woocommerce-customer-details,
	.woocommerce-order-details {
		margin-top: 20px;

		h2 {
			font-size: 20px;
			margin-bottom: 1em;
			font-weight: 600;
			text-transform: uppercase;
		}
	}
}

.breadcrumbs {
	margin: 20px 0;
	font-size: 14px;
	color: var(--primary-color);
	font-weight: 600;
	display: flex;
	align-items: center;
	overflow-x: auto;
	gap: 5px;
	white-space: nowrap;
	line-height: 1.2;
	overflow-y: hidden;

	&::-webkit-scrollbar {
		opacity: 0;
	}

	.current-item {
		opacity: 0.5;
		font-weight: 400;
	}
}

.content-area,
.conteiner,
.container {
	max-width: 77rem;
	margin: 0 auto;
	padding: 0 1rem;
	width: 100%;
}

.content {
	margin-bottom: 80px;
}

.woocommerce-MyAccount-navigation {
	float: left;
	width: 300px;

	ul {
		border: 1px solid var(--border-color);

		li {
			border-bottom: 1px solid var(--border-color);

			&:last-child {
				border: none;
			}
		}
	}

	a {
		padding: 14px 16px;
		font-size: 14px;
		font-weight: 600;
		display: block;
		background-color: var(--white-color);
	}
}

.wp-block-woocommerce-customer-account {
	a {
		display: flex !important;
		flex-direction: column !important;
		text-align: center !important;
		align-items: center !important;
		gap: 0 !important;
		text-decoration: none !important;

		svg {
			width: 28px !important;
			height: 28px !important;
			color: var(--primary-color);
		}

		.label {
			font-size: 12px;
			color: var(--primary-color);
		}
	}
}

.post_page {
	max-width: 900px;
	margin-inline: auto;
	line-height: 1.4;

	.head {
		text-align: center;
	}

	a {
		width: 100%;
	}

	p {
		margin: 0.5em 0;
	}

	&>img {
		width: 100%;
		aspect-ratio: 780/600;
		object-fit: cover;
	}
}

.woocommerce-Addresses {
	margin-top: 20px;

	.woocommerce-Address-title {
		margin-bottom: 20px;

		address {
			font-size: 14px;
		}
	}

	a {
		background-color: var(--primary-color);
		white-space: nowrap;
		font-weight: 500;
		border: 1px solid var(--primary-color);
		padding: 12px 24px;
		font-size: 16px !important;
		transition: .2s ease-in-out;
		text-align: center;
		color: var(--white-color);

		&:hover {
			background-color: var(--primary-color-hover);
		}
	}
}

.woocommerce-MyAccount-content {
	width: calc(100% - 320px);
	float: right;
	padding: 20px;
	background-color: var(--white-color);
	border: 1px solid var(--border-color);

	em {
		font-size: 14px;
	}

	p {
		line-height: 1.4;
	}

	h2 {
		font-size: 20px;
		font-weight: 600;
		margin-bottom: 20px;
	}
}

.site-main {
	margin-bottom: 80px;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	align-items: center;

	.woocommerce-no-products-found,
	.woocommerce-products-header,
	.woocommerce-breadcrumb {
		grid-column: span 2;
	}


	.woocommerce-ordering {
		margin-left: auto;
	}

	.woocommerce-notices-wrapper,
	.brand-categories-grid {
		grid-column: span 2;
	}

	.brand-categories-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 15px;
	}

	.products {
		grid-column: span 2;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;

		.product {
			.yith-add-to-wishlist-button-block {
				flex: 1;
			}

			.onsale {
				right: 16px !important;
				position: absolute !important;
				top: 16px !important;
			}
		}
	}

	h1 {
		font-weight: 600;
		font-size: 24px;
	}
}

[class*="--gc"] {
	display: grid;
	min-width: 0;
	grid-template-columns: 1rem 1fr minmax(auto, 75rem) 1fr 1rem
}

[class*="--gc"]>* {
	min-width: 0;
	grid-column: 3/4
}

.best-catalog {
	padding: 40px 0;
	background-color: #fff;
}

.about,
.best-catalog,
.brand,
.contact,
.feedback,
.partners,
.reviews,
.section-margin {
	margin: 80px 0
}

.woocommerce-cart-form {}

.button {
	display: inline-flex !important;
	align-items: center;
}

.button,
.wc-backward,
.woocommerce-form-login__submit,
.woocommerce-form-register__submit {
	background-color: var(--primary-color) !important;
	white-space: nowrap !important;
	font-weight: 500 !important;
	border: 1px solid var(--primary-color) !important;
	padding: 2px 24px !important;
	transition: .2s ease-in-out !important;
	text-align: center !important;
	min-height: 38px;
	color: var(--white-color) !important;

	&:hover {
		background-color: var(--primary-color-hover) !important;
	}
}

.woocommerce table.shop_table td.product-remove {
	padding: 10px;
}

.woocommerce table.shop_table td.product-thumbnail {
	width: 70px;
	height: 70px;
	padding: 10px;
}

.woocommerce-shipping-destination,
.woocommerce-shipping-calculator a,
.woocommerce-shipping-methods {
	font-size: 14px;
}

.woocommerce-checkout-payment {
	color: var(--white-color) !important;
	background-color: rgba(41, 37, 75, 0.57) !important;
}

.payment_box.payment_method_cod {
	background-color: var(--primary-color-hover) !important;
	color: var(--white-color) !important;
}

.woocommerce-privacy-policy-text {
	line-height: 1.3;
}

.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--primary-color-hover) !important;
}

.woocommerce-checkout {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	grid-template-rows: auto 1fr;

	#customer_details {
		grid-row: span 2;
		display: flex;
		flex-direction: column;

		.col-2,
		.col-1 {
			width: 100%;

		}

		.col-2 {
			.woocommerce-shipping-fields {
				padding: 3px;
			}
		}
	}
}

.checkbox {
	input {
		width: auto;
	}
}

.woocommerce-input-wrapper {
	textarea {
		min-height: 130px;
		resize: none;
	}
}

.woocommerce-billing-fields h3,
#order_review_heading {
	font-size: 20px;
	font-weight: 600;
}

.woocommerce-cart-form {
	width: 59%;
	float: left;

	.coupon {
		input {
			font-size: 14px !important;
			width: 150px !important;
			height: 42px;
			background-color: var(--white-color);
			padding: 12px;
			border: 1px solid var(--border-color);
		}
	}

	.product-name {
		text-transform: uppercase;
	}
}

.cart-collaterals {
	.cart_totals {
		width: 39% !important;
		margin-top: -44px;

		h2 {
			text-transform: uppercase;
			font-size: 24px;
			font-weight: 600;
			margin-bottom: 20px;
		}
	}

	/* width: 48% !important; */
}

.btn {
	background-color: var(--primary-color);
	white-space: nowrap;
	font-weight: 500;
	border: 1px solid var(--primary-color);
	padding: 12px 24px;
	transition: .2s ease-in-out;
	text-align: center;
	color: var(--white-color)
}

.btn--secondary {
	border-color: var(--light-grey-color);
	background: var(--light-grey-color);
	color: var(--black-color)
}

.title {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	text-transform: uppercase
}

.field label {
	padding: 0 12px 6px;
	display: block;
	font-size: 14px;
	font-weight: 500
}



.hero {
	margin: 0;
}

.field input {
	height: 50px;
	background-color: var(--white-color);
	padding: 12px
}

.head {
	margin-bottom: 20px;
}

.header__top {
	border-bottom: 1px solid var(--border-color);
	background-color: var(--white-color)
}

.header__bottom {
	position: relative
}

.header .menu__list {
	flex-direction: column;
	align-items: flex-end
}

.header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px
}

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

.header-top__left>* {
	border-left: 1px solid var(--border-color)
}

.header-top__left>*:last-child {
	border-right: 1px solid var(--border-color)
}

.header-top__link {
	font-size: 12px;
	line-height: 40px;
	padding-inline: 10px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: color .2s ease-in-out
}

.header-top__right>* {
	border-left: 1px solid var(--border-color)
}

.header-top__right>*:last-child {
	border-right: 1px solid var(--border-color)
}

.header-language__btn {
	font-size: 12px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	line-height: 40px;
	padding-inline: 10px
}

.header-language__btn i {
	font-size: 8px
}

.header-bottom {
	height: 92px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.header-bottom__actions {
	display: flex;
	align-items: center;
	gap: 20px;

	li {
		list-style: none;
	}
}

.whishlist-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	width: 26px;
}

.header-bottom__link {
	color: var(--primary-color);
	transition: color .2s ease-in-out;
	font-size: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px
}

.header-bottom__link svg {
	width: 26px;
	height: 26px
}

.header-bottom__link-top {
	position: relative
}

.left_cont {
	flex: 1;
}

.wc-block-components-product-name {
	font-weight: 600 !important;
}

.wc-block-components-quantity-selector {

	border-radius: 0 !important;
	background-color: var(--white-color);

	input {
		border-left: 1px solid var(--border-color);
		border-right: 1px solid var(--border-color);
	}
}

.wc-block-components-product-price__regular {
	font-weight: 400;
	text-decoration: line-through;
	opacity: 0.5;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
	background-color: var(--primary-color) !important;
	white-space: nowrap;
	font-weight: 500;
	border: 1px solid var(--primary-color) !important;
	padding: 12px 24px;
	transition: .2s ease-in-out;
	text-align: center;
	cursor: pointer;
	color: var(--white-color) !important;

	&:hover {
		background-color: var(--primary-color-hover);
	}
}

.wc-block-components-product-price__value.is-discounted {
	color: var(--danger-color);
}

.wc-block-components-quantity-selector:after {
	border-radius: 0 !important;
	border-color: var(--border-color) !important;

}

.wc-block-components-product-badge {
	padding: 8px 10px !important;
	background-color: var(--white-color);
	border-color: var(--border-color) !important;
	border-radius: 0 !important;
}

.basket-btn__counter,
.header-bottom__link-counter {
	position: absolute;
	top: 0;
	right: 0;
	translate: 25% -25%;
	font-size: 10px;
	border-radius: 50%;
	background-color: var(--primary-color);
	color: var(--white-color);
	aspect-ratio: 1;
	width: 18px;
	display: flex;
	align-items: center;
	justify-content: center
}

.header-footer {
	grid-template-columns: 300px 1fr;
	display: grid;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;

	.menu__list {
		flex-direction: row;
	}
}

.logo {
	max-width: 230px
}

.logo img {
	width: 100%
}

.header-search {
	max-width: 50%;
	width: 100%
}

.header-search__icon {
	display: none
}

.header-search__item {
	display: flex;
	border: 1px solid var(--border-color)
}

.header-search__input {
	width: 100%;
	background-color: var(--white-color);
	border-right: none;
	padding: 8px 12px
}

.header-search__input:focus {
	border-color: rgba(53, 48, 100, .4)
}

.header-search__submit {
	padding: 8px 18px;
	background-color: var(--primary-color);
	transition: background-color .2s ease-in-out;
	color: var(--white-color)
}

.wr_page {
	display: flex;
	align-items: flex-start;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;

}

.hero__top {
	/* grid-template-columns: 300px 1fr; */
	/* display: grid; */
	/* -moz-column-gap: 10px; */
	/* -webkit-column-gap: 10px; */
	/* column-gap: 10px */
}

.hero__categories {
	grid-row: span 2
}

.hero__slider {
	min-width: 0;
	margin: 20px 0;
	/* grid-column: 2 / -1; */
}

.subcategories {
	display: flex;
	gap: 8px
}

.subcategories-link {
	display: flex;
	flex-direction: column;
	padding: 6px;
	flex: 1;
	text-align: center;
	font-size: 18px;
	gap: 5px;
	font-weight: 600;
	transition: .2s ease-in-out
}

.subcategories-link__img {
	transition: .2s ease-in-out;
	border-radius: 12px;
	height: 200px;
	overflow: hidden;
	background-color: var(--white-color)
}

.subcategories-link__img img {
	transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 800px;
	perspective: 800px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.categories__head {
	background-color: var(--primary-color);
	color: var(--white-color);
	height: 44px;
	padding-inline: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 15px
}

.categories__list {
	border: 1px solid var(--border-color);

	.sub-menu {
		width: calc(100% + 30px);

		a {
			padding-left: 32px;
		}
	}
}


.categories__list a {
	padding: 14px 16px;
	font-size: 14px;
	font-weight: 600;
	display: block;
	background-color: var(--white-color);

}

.hero-slide {
	display: grid;
	grid-template-columns: .8fr 1fr;
	align-items: center;
	background-color: #fafafa;
	background-position: center right;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: var(--rounded-xl);
	padding: 20px;
	/* aspect-ratio: 890/456; */
	height: 456px;
}

.hero-slide__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	opacity: 0;
	gap: 20px
}

.hero-slide__title {
	font-family: Roboto, sans-serif;
	font-weight: 500;
	font-size: 34px;
	line-height: 1.2
}

.hero-slide__text {
	font-size: 15px;
	line-height: 1.4
}

.hero-slide__img {
	opacity: 0;
}

.hero-slide__img img {
	max-height: 416px;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.best-catalog__head {
	margin-bottom: 20px
}

.best-swiper {
	padding: 20px;
	margin: -20px
}

.card {
	border-radius: var(--rounded-xl);
	background-color: var(--white-color);
	padding: 10px;
	transition: .2s ease-in-out;
	display: flex;
	flex-direction: column;
	gap: 10px
}

.card__top {
	position: relative
}

.card__img {
	aspect-ratio: 1;
	display: block;
	overflow: hidden;
	width: 100%;
	border-radius: var(--rounded-xl)
}

.card__img img {
	transition: .5s cubic-bezier(0, 0, .44, 1.18)
}

.card__favorite {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 10px;
	right: 10px
}

.card__title {
	transition: .2s ease-in-out;
	font-size: 15px;
	font-weight: 500
}

.card__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px
}

.card__price {
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 600
}

.card__price-new {
	color: var(--danger-color)
}

.card__price-old {
	font-size: 14px;
	text-decoration: line-through;
	opacity: .5;
	font-weight: 400
}

.card__cart {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	padding: 10px;
	width: 36px;
	height: 36px;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: var(--primary-color);
	transition: .2s ease-in-out
}

.card__cart svg {
	width: 100%;
	height: 100%
}

.special__head {
	padding: 14px 8px;
	background-color: var(--primary-color);
	margin-bottom: 20px
}

.special__title {
	font-size: 20px;
	font-family: Roboto, sans-serif;
	font-weight: 500;
	color: var(--white-color)
}

.special__body {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
}

.special-card {
	color: var(--white-color);
	display: flex;
	min-height: 200px;
	align-items: center;
	padding: 32px;
	overflow: hidden;
	position: relative;
	overflow: hidden;
	border-radius: var(--rounded-xl)
}

.special-card__img {
	position: absolute;
	inset: 0;
	z-index: -1;
	transition: -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18);
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18), -webkit-transform .5s cubic-bezier(0, 0, .44, 1.18)
}

.special-card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.special-card__title {
	font-size: 24px;
	font-weight: 600;
	max-width: 70%;
	width: 70%;
	line-height: 1.25;
	text-transform: uppercase
}

.brand__head {
	margin-bottom: 20px
}

.brand__title {
	text-align: center
}

.brand__items {
	max-width: 800px;
	margin-inline: auto;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr)
}

.brand-card__top {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	border-radius: var(--rounded-xl);
	overflow: hidden
}

.brand-card__img {
	aspect-ratio: 1;
	width: 70%;
	overflow: hidden;
	border-radius: 50%;
	border: 4px solid var(--white-color)
}

.brand-card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.brand-card__body {
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 8px;
	font-family: Roboto, sans-serif
}

.brand-card__title {
	font-size: 14px;
	font-weight: 500
}

.brand-card__text {
	font-size: 12px
}

.about__inner {
	display: grid;
	gap: 20px;
	grid-template-columns: 400px 1fr
}

.about__content {
	display: flex;
	flex-direction: column;
	padding: 16px;
	gap: 16px;
	border: 1px solid var(--border-color);
	background-color: var(--white-color);
	border-radius: var(--rounded-xl);
	align-items: flex-start
}

.about__content .btn {
	margin-top: auto
}

.about__text {
	line-height: 1.8;
	font-size: 14px;
	color: var(--text-color)
}

.about__text p:not(:last-child) {
	margin-bottom: 1em
}

.about__img {
	aspect-ratio: 760/380;
	border-radius: var(--rounded-xl);
	overflow: hidden;
	min-height: 200px;
	width: 100%
}

.about__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.blog__head {
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 1px solid var(--border-color)
}

.blog__items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px
}

.blog-card__img {
	overflow: hidden;
	height: 250px;
	border-radius: var(--rounded-xl);
	width: 100%
}

.blog-card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: -webkit-transform .5s var(--transition);
	transition: transform .5s var(--transition);
	transition: transform .5s var(--transition), -webkit-transform .5s var(--transition)
}

.blog-card__body {
	padding: 16px 0;
	display: flex;
	flex-direction: column;
	gap: 16px
}

.blog-card__title {
	font-size: 20px;
	font-weight: 600;
	transition: .2s ease-in-out
}

.blog-card__text {
	line-height: 1.8;
	font-size: 14px;
	color: var(--text-color)
}

.blog-card__link {
	line-height: 1.8;
	font-size: 14px;
	transition: .2s ease-in-out;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 8px
}

.blog-card__link img,
.blog-card__link svg {
	width: 16px;
	height: 16px
}

.feedback {
	background: rgba(41, 37, 75, .7)
}

.feedback__inner {
	padding: 48px 0;
	display: grid;
	gap: 20px;
	align-items: center;
	grid-template-columns: repeat(2, 1fr)
}

.feedback__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: var(--white-color)
}

.feedback__form {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.reviews__head {
	margin-bottom: 20px;
	text-align: center
}

.reviews-swiper {
	padding: 20px;
	margin: -20px
}

.review-card {
	background-color: var(--white-color);
	transition: .2s ease-in-out;
	border-radius: var(--rounded-xl);
	overflow: hidden;
}

.review-card__img {
	background: #e7e5e2;
	aspect-ratio: 1;
	width: 100%
}

.review-card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.review-card__body {
	padding: 15px 15px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 12px
}

.review-card__title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase
}

.review-card__text {
	transition: .2s ease-in-out;
	font-size: 14px;
	line-height: 1.8;
	color: var(--text-color)
}

.contact__inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px
}

.contact__map {
	width: 100%;
	height: 100%;
	min-height: 400px;
	overflow: hidden;
	border-radius: var(--rounded-xl);
}

.contact__map iframe {
	width: 100%;
	height: 100%
}

.contact__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: space-between
}

.contact__content .title {
	margin-bottom: 20px;
	margin-top: auto
}

.contact__data {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.contact__data .contacting {
	line-height: 1.5;
	transition: .2s ease-in-out
}

.contact__form {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.partners__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

.footer {
	background-color: var(--white-color);
	border-top: var(--border-color)
}

.footer__top {
	padding: 64px 0;
	display: flex;
	gap: 20px;
	border-bottom: 1px solid var(--border-color)
}

.footer__left {
	flex: 0 0 auto;
	width: 260px;
	font-size: 14px;
	line-height: 1.8;
	color: var(--text-color);
	display: flex;
	flex-direction: column;
	gap: 20px
}

.footer__left a {
	transition: .2s ease-in-out
}

.footer__logo {
	width: 105px
}

.footer__bottom {
	padding: 32px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px
}

.footer__copy {
	font-size: 14px;
	line-height: 1.8;
	color: var(--text-color);
	text-align: center
}

.footer__pays {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px
}

.footer__pay {
	height: 28px
}

.footer__pay img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.footer-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1
}

.footer-block__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25
}

.footer-block__list {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.footer-block__list a {
	font-size: 14px;
	line-height: 1.8;
	transition: .2s ease-in-out
}

.swiper {
	overflow: hidden
}

.swiper-initialized {
	touch-action: pan-y
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	box-sizing: content-box;
	display: flex;
	position: relative
}

.swiper-vertical .swiper-wrapper {
	flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start
}

.swiper-initialized .swiper-slide {
	flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
	display: none !important
}

.categories {
	position: relative;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
	.yith-wcwl-add-to-wishlist-button__label {
		display: none;
	}
}

.child-cats-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 15px;
	margin-bottom: 20px;
}

.brand-cat-card,
.child-cat-card {
	min-height: 30px;
	font-size: 12px;
	align-items: center;
	appearance: none;
	background: var(--wc-product-filter-removable-chips-background, transparent);
	border: 1px solid var(--wc-product-filter-removable-chips-border,
			color-mix(in srgb, currentColor 20%, transparent));
	border-radius: 2px;
	display: inline-flex;
	gap: 8px;
	justify-content: space-between;
	padding: .25em .75em;
}

.categories__body {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 0;
	transition: height 0.2s ease-in-out;
	z-index: 999;
	overflow: hidden;



	/* &.categories__body.main_slide_nav {
		height: auto;
	} */

	.categories__list {
		border-bottom: none;

		li {}

		&>li {
			border-bottom: 1px solid var(--border-color);

			&:hover {
				background-color: var(--light-grey-color);
			}

			&>sub-menu {
				height: 100%;
				max-height: 0;
				overflow: hidden;
				border: 1px solid var(--border-color);
				transition: 0.2s ease-in-out;

			}

			&.menu-item-has-children {
				/* padding-right: 30px; */
				/* position: relative; */
				background-color: #fff;
				display: flex;
				flex-wrap: wrap;

				&>a {
					flex: 1;
				}

				.submenu-toggle {
					/* position: absolute; */
					/* pointer-events: none; */
					right: 0;
					top: 0;
					z-index: 2;
					width: 40px;
					height: 40px;
					display: flex;
					align-items: center;
					justify-content: center;
					background-color: transparent;
					/* background-color: var(--white-color); */
					transition: 0.2s ease-in-out;

					&:hover {
						background-color: var(--light-grey-color);
					}
				}
			}

			&.active {
				&>sub-menu {
					max-height: 150vh;
				}
			}
		}
	}
}

.sub-menu {

	li {
		padding-right: 0;
		border-top: 1px solid var(--border-color);


	}
}

.gt_float_switcher .gt_options a,
.gt_float_switcher .gt-selected .gt-current-lang {
	font-size: 12px !important;
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	line-height: 40px;
	font-weight: 400 !important;
	padding: 0 10px !important;
}

.gt_float_switcher .gt_options a {
	width: max-content;
}

.header-language {
	position: relative;
}

.gt_float_switcher {
	box-shadow: none !important;
	background: transparent !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	width: 10px !important;
	height: 8px !important;
	background-size: 10px !important;
}

.gt_float_switcher img {
	width: 16px !important;
	margin: 0 0 -3px 0 !important;
	border-radius: 0 !important;
}

.gt_float_wrapper {
	position: relative;
}

.wcspc-count {
	background: var(--primary-color) !important;
	border-radius: 50% !important;
	left: auto !important;
	right: 40px !important;
}

.wcspc-area::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(41, 37, 75, 0.97) 100%) !important;
}

.gt_float_switcher .gt_options {
	position: absolute !important;
	right: 0;
	top: 100%;
	background-color: #fff;
	border: 1px solid var(--border-color);
}

.woocommerce-form-login__rememberme {
	input {
		width: auto !important;
	}
}

.woocommerce-form-register {
	p {

		font-size: 14px;
		line-height: 1.3;
		margin: 1em 0;
		font-weight: 300;
	}
}

.best-catalog {

	ul.products li.product {

		background-color: var(--bg-color);
	}
}

ul.products li.product {
	border-radius: var(--rounded-xl);
	background-color: var(--white-color);
	padding: 10px !important;
	transition: .2s ease-in-out;
	display: flex;
	flex-direction: column;

	.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon {
		color: var(--primary-color-hover) !important;
	}

	a {
		img {
			border-radius: var(--rounded-xl);
			margin-bottom: 10px !important;
		}
	}

	.woocommerce-loop-product__title {
		transition: .2s ease-in-out;
		font-size: 15px;
		font-weight: 500;
	}





	.add_to_cart_button {
		display: flex !important;
		align-items: center;
		justify-content: center;
		color: var(--white-color);
		padding: 10px !important;
		width: 36px;
		height: 36px;
		font-size: 0;
		flex: 0 0 auto;
		border-radius: 50%;
		background-color: var(--primary-color);
		transition: .2s ease-in-out;
		position: absolute;
		right: 10px;
		bottom: 10px;

		&::before {
			content: "";
			display: inline-block;
			width: 16px;
			flex: 0 0 auto;
			height: 16px;
			background-color: var(--white-color);
			-webkit-mask: no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M384 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z"/><path d="M1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z"/><path d="M1024 512v-384h-768c0-35.346-28.654-64-64-64h-192v64h128l48.074 412.054c-29.294 23.458-48.074 59.5-48.074 99.946 0 70.696 57.308 128 128 128h768v-64h-768c-35.346 0-64-28.654-64-64 0-0.218 0.014-0.436 0.016-0.656l831.984-127.344z"/></svg>');
			mask: no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"><path d="M384 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z"/><path d="M1024 928c0 53.019-42.981 96-96 96s-96-42.981-96-96c0-53.019 42.981-96 96-96s96 42.981 96 96z"/><path d="M1024 512v-384h-768c0-35.346-28.654-64-64-64h-192v64h128l48.074 412.054c-29.294 23.458-48.074 59.5-48.074 99.946 0 70.696 57.308 128 128 128h768v-64h-768c-35.346 0-64-28.654-64-64 0-0.218 0.014-0.436 0.016-0.656l831.984-127.344z"/></svg>');



		}



		&:hover {
			background-color: var(--primary-color-hover);

		}
	}
}

.onsale {
	min-height: auto !important;
	min-width: auto !important;
	font-size: 0 !important;
	height: 32px !important;
	width: 32px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	right: 10px !important;
	top: 10px !important;
	padding: 0 !important;
	background: transparent !important;

	&::before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23E04F5F" d="M512 256.792l-67.2-54.224 43.2-74.96-91.2-7.968-8-87.728L312 68.6 259.2.008l-49.6 70.176-80-41.472-4.8 90.912-89.6 4.784 33.6 86.128L0 252.008l70.4 52.64-35.2 74.96 88 9.568 4.8 89.328 81.6-38.288 54.4 71.776 48-71.776 75.2 36.688 6.4-89.328 88-1.6-32-73.376L512 256.792z"/><path fill="%23FFFFFF" d="M146.336 303.256c6.448.896 15.888.752 24.576-2.304 9.376-3.28 12.976-8.896 10.912-14.784-1.968-5.632-7.376-7.344-19.584-7.424-16.816.016-29.504-4.864-34.096-17.984-5.392-15.408 3.328-31.664 24.624-39.12 10.176-3.568 18.416-4.032 24.624-3.504l1.216 18.064c-4.24-.464-11.552-.784-20.384 2.32s-11.696 8.624-10.064 13.296c2 5.76 8 6.512 21.184 6.88 17.984.304 28.384 5.984 32.848 18.704 5.28 15.12-1.872 32.064-26.624 40.736-10.32 3.616-21.424 4.464-27.504 3.456l-1.232-18.36zM262.928 286.04l-3.488-6.144-.4.144c-2.448 6.72-8.16 11.888-15.92 14.592-13.264 4.64-24.544-2.24-28.208-12.672-5.936-17.008 6.464-30.528 29.68-38.48l-.336-.96c-1.216-3.472-4.832-7.76-14.88-4.256-6.704 2.336-12.992 7.088-16.336 11.28l-8.336-11.808c3.664-4.144 11.52-10.48 23.424-14.656 21.84-7.648 33.296 2.768 38.688 18.176l7.968 22.768c2.192 6.288 4.56 12.224 6.496 15.6l-18.352 6.416zM249.712 255.96c-10.752 3.616-18.176 9.04-15.408 16.96 1.824 5.216 6.208 6.56 10.768 4.976 5.072-1.776 8.064-6.576 7.936-11.2-.096-1.168-.384-2.416-.816-3.632l-2.48-7.104zM263.152 179.272l20.336-7.12 33.264 95.04-20.336 7.12-33.264-95.04zM339.744 229.704c3.616 8.224 13.328 9.312 22.832 5.984 6.976-2.432 12.256-5.344 17.12-9.008l7.52 12.864c-5.76 5.024-13.456 9.232-22.304 12.336-22.224 7.76-39.44-.64-46.592-21.12-5.808-16.592-1.936-38.544 20.832-46.496 21.136-7.408 34.96 6.256 40.624 22.432 1.216 3.488 1.888 6.704 2.144 8.288l-42.276 13.72zM358.816 207.416c-1.712-4.976-6.768-12.512-16.16-9.232-8.56 3.008-9.328 11.984-7.936 17.664l24.096-8.432z"/></svg>');

	}
}

.related.products {
	margin: 0;
	float: right;
	width: 100%;

	&>h2 {
		font-weight: 600;
		font-size: 24px;
		line-height: 1.25;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
}

.woocommerce {

	.single-product {
		span.onsale {
			left: 10px !important;
			width: 48px !important;
			height: 48px !important;
		}
	}
}

.price {
	display: flex !important;
	align-items: center;
	gap: 6px;
	font-weight: 600 !important;
	margin: 0 !important;
	flex-wrap: wrap;
	min-height: 36px;
	padding-right: 40px;

	.woocommerce-Price-amount.amount dbi {
		font-weight: 600 !important;
		font-size: 16px !important;
	}
}

del {
	text-decoration: none;
}

del .woocommerce-Price-amount.amount {
	font-size: 14px !important;
	text-decoration: line-through;
	opacity: .5 !important;
	font-weight: 400 !important;
}

ins {
	text-decoration: none !important;

}

ins .woocommerce-Price-amount.amount {

	color: var(--danger-color) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
}

.product_meta {
	display: flex;
	flex-direction: column;
	gap: 10px;

	a {
		text-decoration: underline;

		&:hover {
			text-decoration: none;
		}
	}

	.posted_in {

		display: none;

	}
}

.wcspc-item-title {
	margin-inline: 2px;
}

.brand-card {
	border-radius: var(--rounded-xl);
	overflow: hidden;
}

.prm-brands-list__image,
.brand-card {
	background: #fff !important;
	border: 1px solid #f2f2f2;

	transition: 0.2s ease-in-out;

	&:hover {
		border-color: #d5d5d5;

		.brand-card__name {
			background: #d5d5d5;
		}
	}
}

.prm-brands-list__title,
.brand-card__name {
	background: #d9d9d9;
	text-align: center;
	padding: 8px 15px;
	display: block;
	transition: 0.2s ease-in-out;
}

.brand-card__image {
	display: block;
	padding: 20px;
}

.wc-block-product-filter-checkbox-list__item .wc-block-product-filter-checkbox-list__label {
	background: var(--white-color);
	width: 100%;
	border: 1px solid var(--border-color);
	padding: 8px 10px;
	margin-bottom: 5px !important;
}

.wc-block-product-filter-price-slider .text input[type=text] {
	max-width: none !important;
	border: 1px solid var(--border-color) !important;
	background-color: var(--white-color) !important;
	width: 100% !important;
}

.side_bar {
	flex: 0 0 auto;
	width: 300px;

	.wp-block-heading {
		font-weight: 600;
		padding: 8px 10px;
		background-color: var(--primary-color);
		color: var(--white-color);
	}

	li {
		list-style: none;
	}

	.wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item {
		font-size: 12px;
	}
}

.single_add_to_cart_button {
	background: var(--primary-color) !important;
	height: 38px;

	&:hover {
		background: var(--primary-color-hover) !important;
	}
}

.single-product {
	.woocommerce-variation-price {
		/* display: none !important; */
	}

	.reset_variations {
		display: none !important;
	}

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

		&:hover {
			.variable-item-contents {

				color: var(--white-color) !important;
				background-color: var(--primary-color-hover);
			}
		}
	}

	ul.variable-items-wrapper {
		display: flex;
		align-items: center;
		gap: 10px;
		flex-wrap: wrap;
	}

	.variable-item-contents {
		cursor: pointer;
		color: var(--black-color) !important;
		border: 1px solid var(--primary-color);
		white-space: nowrap !important;
		font-weight: 500 !important;
		border: 1px solid var(--primary-color) !important;
		padding: 6px 24px !important;
		transition: .2s ease-in-out !important;
		text-align: center !important;

		border-radius: 3px;
		width: fit-content;
		margin-bottom: 10px;
		line-height: 1.2;
		font-size: 14px;
	}

	.variations th.label {
		text-align: left;
		width: 104px;
		padding-right: 4px;
	}

	.yith-add-to-wishlist-button-block {

		position: absolute;
		right: 58%;
		top: 21px;
		margin: 0;

		.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
			color: var(--primary-color-hover) !important;
			width: 26px;
			height: 26px;
		}
	}

	div.product .woocommerce-tabs {
		float: right;
		width: 48%;
		clear: none;
	}

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

.entry-summary {
	position: relative;


	.quantity {

		input {

			height: 38px;
			background-color: var(--white-color);
			padding: 12px;
			border: 1px solid var(--border-color);
			width: 100px !important;
		}
	}
}

.woocommerce .woocommerce-result-count {
	margin-top: 0.5em;
}

.woocommerce-result-count {
	font-size: 14px;

}

.orderby {
	border: 1px solid var(--border-color) !important;
	padding: 8px 10px;
}

.content {
	margin-top: 0;
}

/* 
.categories__list {
	li {
		.sub-menu {
			left: 100%;
			top: -1px;
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			position: absolute;
			min-width: 200px;
			height: auto !important;
			overflow: visible !important;
			transition: 0.2s ease-in-out;
		}
	}
} */

.woocommerce-Tabs-panel {
	line-height: 1.4;

	p {
		margin: 1em 0;
	}

	h2 {
		margin-bottom: 1em;
		font-weight: 600;
		font-size: 20px;
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	color: #000 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background-color: var(--primary-color) !important;
	color: var(--white-color) !important;



	&.active {
		a {

			color: var(--white-color) !important;
		}

		&:hover {
			a {
				color: var(--white-color) !important;
			}
		}
	}

	&:hover {
		background-color: var(--primary-color-hover);
	}
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {

	box-shadow: 2px 2px 0 var(--primary-color);
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow: -2px 2px 0 var(--primary-color);
	display: none !important;
}

.woocommerce table.my_account_orders .button {
	line-height: 34px;
}

.button.wc-backward {
	display: inline-flex !important;
	align-items: center;
}

.wishlist_table .product-add-to-cart a {
	background-color: var(--primary-color);
	white-space: nowrap;
	font-weight: 500;
	border: 1px solid var(--primary-color);
	padding: 2px 24px !important;
	transition: .2s ease-in-out;
	text-align: center;
	min-height: 38px;
	line-height: 34px;
	color: var(--white-color);
}

.prm-brands-list__item {
	border-radius: var(--rounded-xl);
	overflow: hidden;
}

@media(min-width:1024px) {
	.categories__body {
		&.main_slide_nav {
			height: auto;
			overflow: inherit;
		}

		& .categories__list {
			&>li {
				&.menu-item-has-children {
					padding-right: 0;

					&>.sub-menu {
						left: 100%;
						top: 0;
						width: calc(1200px - 300px);
						max-width: calc(100vw - 346px);
						height: auto !important;
						position: absolute;
						opacity: 0;
						visibility: hidden;
						pointer-events: none;
						border: 1px solid var(--border-color);
						background-color: var(--white-color);
						display: grid;
						border-bottom: none;
						grid-template-columns: repeat(4, 1fr);
						align-items: center;
						margin-left: -1px;
						transition: 0.2s ease-in-out;

						&::after {
							position: absolute;
							content: '';
							border-bottom: 1px solid var(--border-color);
							bottom: 0;
							left: 0;
							width: 100%;
							height: 1px;
						}

						li {
							border-top: none;
							border-bottom: 1px solid var(--border-color);
						}

						a {
							display: flex;
							align-items: center;
							padding: 4px 10px;
							min-height: 42px;
						}
					}

					&:hover {
						background: var(--light-grey-color);

						&>.sub-menu {
							opacity: 1;
							visibility: visible;
							pointer-events: all;
						}
					}

					&>a {
						background: transparent;

						&:hover {
							background: transparent;
						}
					}

					.submenu-toggle {
						pointer-events: none;
						background-color: transparent;
					}

				}
			}
		}

		&.show {
			overflow: inherit;
		}
	}
}

@media (min-width:768px) {
	.mobile {
		display: none !important
	}


}

@media (max-width:1023.98px) {
	.site-main {
		.products {
			grid-template-columns: repeat(3, 1fr);
		}
	}

	.side_bar {
		width: 250px;
	}

	.header-footer,
	.hero__top {
		grid-template-columns: 250px 1fr
	}

	.subcategories {
		display: grid;
		grid-template-columns: repeat(3, 1fr)
	}

	.hero-slide {
		grid-template-columns: auto;
		aspect-ratio: auto;
		gap: 20px;
	}

	.hero-slide__img img {
		max-height: 300px;
		width: 100%;
	}
}

@media (max-width:767.98px) {
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		padding-left: 5px;

		li {
			a {
				font-size: 14px;
			}
		}

	}

	.hero-slide {
		height: 300px;
	}

	.related.products {
		display: flex;
		flex-direction: column;
	}

	.single-product {
		ul.variable-items-wrapper {
			flex-wrap: nowrap;
		}
	}

	.categories__body {

		.categories__list {
			.sub-menu {
				overflow-y: auto;
				max-height: 60vh;
			}
		}

		&.show {
			.categories__list {
				.sub-menu {
					overflow-y: auto !important;
				}
			}
		}
	}

	.wr_page {
		flex-direction: column;

		.left_cont {
			width: 100%;
		}
	}

	.woocommerce-MyAccount-content,
	.woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
	}

	.woocommerce-MyAccount-navigation {
		margin-bottom: 20px;
	}



	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		/* margin-bottom: 20px; */
		margin: 0;
		width: 100%;
	}

	.products {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(2, 1fr);

		&::before {
			display: none !important;
		}
	}

	.cart-collaterals {
		.cart_totals {
			width: 100% !important;
			float: none !important;
			margin: 0;
		}
	}

	.woocommerce-checkout {
		display: flex;
		flex-direction: column;

	}

	.woocommerce form .form-row-first,
	.woocommerce-page form .form-row-first {
		float: none;
		width: 100%;
	}

	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce-page form .form-row-first,
	.woocommerce-page form .form-row-last {
		width: 100%;
		float: none;
	}

	.woocommerce ul.order_details {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;

		&::before {
			display: none !important;
		}

		li {
			margin-right: 0;
			padding-right: 0;

			&:nth-child(even) {
				border: none;
			}
		}
	}

	.woocommerce-cart-form {
		width: 100%;
		float: none;
	}

	.single-product {
		div.product .woocommerce-tabs {
			width: 100%;
			float: none;
		}
	}

	.woocommerce .woocommerce-result-count {
		margin-top: 0.8em;
	}

	.side_bar {
		margin: 20px 0;
	}

	.site-main {
		display: flex;
		flex-direction: column;
		align-items: flex-start;

		.products {
			grid-template-columns: repeat(2, 1fr);
		}
	}

	.site-main {
		.woocommerce-ordering {
			margin-left: 0;
		}
	}

	.icon-menu {
		display: block;
		position: relative;
		width: 30px;
		height: 18px;
		z-index: 25
	}

	.header__footer {
		margin-bottom: 20px;
	}

	.wp-block-woocommerce-customer-account {
		.label {
			display: none;
		}
	}

	.icon-menu span,
	.icon-menu::after,
	.icon-menu::before {
		content: "";
		transition: all .3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #000
	}

	.icon-menu::before {
		top: 0
	}

	.icon-menu::after {
		bottom: 0
	}

	.header-bottom {
		.mobile {
			order: 1;
		}

		.header-bottom__actions {
			order: 2;
		}

		.menu.mobile {
			order: inherit;
		}
	}

	.icon-menu span {
		top: calc(50% - 1px)
	}

	.menu-open .icon-menu span {
		width: 0
	}

	.menu-open .icon-menu::before {
		top: calc(50% - 1px);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.menu-open .icon-menu::after {
		bottom: calc(50% - 1px);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}

	.logo {
		height: 40px;
		width: 40px;
	}

	.logo img {
		max-height: 100%
	}

	.desktop {
		display: none !important
	}

	.header__top {
		display: none
	}

	.header__logo {
		position: absolute;
		left: 50%;
		top: 50%;
		translate: -50% -50%;
		z-index: 1
	}

	.header .menu__body {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: var(--white-color);
		z-index: 21;
		left: -100%;
		top: 0;
		overflow: auto;
		padding: 50px 15px 15px 30px;
		transition: left .3s
	}

	.header .menu__body::before {
		content: "";
		position: fixed;
		width: 100%;
		height: 70px;
		left: -100%;
		top: 0;
		transition: left .3s;
		z-index: 2
	}

	.menu-open .header .menu__body {
		left: 0
	}

	.menu-open .header .menu__body::before {
		left: 0
	}

	.header-bottom {
		height: 70px
	}

	.header-bottom__link>span {
		display: none
	}

	.header-search {
		width: -moz-fit-content;
		width: -webkit-fit-content;
		width: fit-content;
		margin: 0
	}

	.header-search__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px
	}

	.header-search__item {
		position: fixed;
		left: 50%;
		top: 0;
		z-index: 30;
		width: 100%;
		padding: 20px 16px;
		translate: -50% 0;
		border: none;
		background-color: rgba(0, 0, 0, .3);
		translate: -50% -100%;
		transition: .2s ease-in-out
	}

	.header-search__item.active {
		translate: -50% 0
	}

	.wr_page {
		flex-direction: column;
	}

	.side_bar {
		width: 100%;
	}

	.header-footer {
		grid-template-columns: auto
	}

	.hero__top {
		display: block;
	}

	.hero__menu {
		display: none
	}

	.subcategories {
		grid-template-columns: repeat(2, 1fr)
	}

	.subcategories-link {
		font-size: 14px
	}

	.subcategories-link__img {
		height: 80px
	}

	.categories__body {
		overflow: hidden;
		height: 0;
		transition: height .3s ease-in-out;



	}

	.special__body {
		grid-template-columns: auto
	}

	.brand__items {
		grid-template-columns: repeat(2, 1fr)
	}

	.about__inner {
		grid-template-columns: auto
	}

	.blog__items {
		grid-template-columns: auto
	}

	.feedback__inner {
		grid-template-columns: auto
	}

	.contact__inner {
		grid-template-columns: auto
	}

	.contact__content {
		gap: 32px
	}

	.contact__content .title {
		margin-bottom: 0
	}

	.partners__items {
		grid-template-columns: repeat(2, 1fr)
	}

	.footer__top {
		flex-direction: column;
		padding: 36px 0
	}
}

@media (max-width:767.98px)and (any-hover:none) {
	.icon-menu {
		cursor: default
	}
}

@media (any-hover:hover) {
	.categories__list {
		li {
			&:hover {
				.sub-menu {
					opacity: 1;
					pointer-events: all;
					visibility: visible;
				}
			}
		}
	}

	.menu__list a:hover {
		color: var(--primary-color-hover)
	}

	.btn:hover {
		background-color: var(--primary-color-hover)
	}

	.btn--secondary:hover {
		color: var(--white-color)
	}

	.header-top__link:hover {
		color: var(--primary-color)
	}

	.header-bottom__link:hover {
		color: var(--primary-color-hover)
	}

	.header-search__submit:hover {
		background-color: var(--primary-color-hover)
	}

	.subcategories-link:hover {
		color: var(--primary-color-hover)
	}

	.subcategories-link:hover .subcategories-link__img {
		box-shadow: var(--shadow)
	}

	.subcategories-link:hover img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	.categories__list a:hover {
		background-color: var(--light-grey-color)
	}

	.card__cart:hover {
		background-color: var(--primary-color-hover)
	}

	.card:hover {
		box-shadow: var(--shadow)
	}

	.card:hover .card__title {
		color: var(--primary-color-hover)
	}

	.card:hover .card__img img {
		scale: 1.3
	}

	.special-card:hover .special-card__img {
		-webkit-transform: scale(1.09);
		transform: scale(1.09)
	}

	.blog-card__title:hover {
		color: var(--primary-color-hover)
	}

	.blog-card__link:hover {
		color: var(--primary-color-hover)
	}

	.blog-card:hover .blog-card__img img {
		-webkit-transform: scale(1.09);
		transform: scale(1.09)
	}

	.review-card:hover {
		box-shadow: var(--shadow);
		background-color: var(--primary-color);
		color: var(--white-color)
	}

	.review-card:hover .review-card__text {
		color: var(--white-color)
	}

	.contact__data .contacting:hover {
		color: var(--primary-color-hover)
	}

	.footer__left a:hover {
		color: var(--primary-color-hover)
	}

	.footer-block__list a:hover {
		color: var(--primary-color-hover)
	}
}