/*!
Theme Name: BookUA PT
Theme URI: http://underscores.me/
Author: Ihor Tryhuk
Author URI: https://tryhuk.pp.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bookua-pt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

BookUA PT is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
	font-family: 'KyivTypeSans';
	src: url('fonts/KyivTypeSans-Bold.woff2') format('woff2'),
		url('fonts/KyivTypeSans-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


:root {
	--container: 1320px;
	--admin-bar: 32px;
	--radius: 8px;
	--gap: 24px;

	--text-size: 16px;
	--text-size-sm: 14px;
	--text-size-esm: 12px;
	--h1-size: 32px;
	--h2-size: 28px;
	--h3-size: 24px;
	--h4-size: 22px;
	--h5-size: 20px;
	--h6-size: 18px;

	--green-primary: #1E4D3D;
	--green-secondary: #2E6B55;
	--beige: #F6F1EA;
	--soft-bg: #FAFAF8;
	--gold: #D4A63D;
	--black: #1A1A1A;
	--grey: #666666;
	--border: #E8E5DF;
	--white: #FFFFFF;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	color: var(--grey);
	background: var(--soft-bg);
}
a {
	color: var(--green-primary);
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transition: .5s;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'KyivTypeSans';
	font-weight: 700;
	color: var(--black);
	margin: var(--gap) 0 calc(var(--gap) / 1.5);
	line-height: 1.1;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 calc(var(--gap) / 2);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / 1.5 / -2) calc(var(--gap) / -1.5);
}
.form-field {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 calc(var(--gap) / 1.5 / 2);
	margin-bottom: calc(var(--gap) / 1.5);
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
::-webkit-input-placeholder {
	color: rgba(36, 36, 36, .6);
}
::-moz-placeholder {
	color: rgba(36, 36, 36, .6);
}
:-ms-input-placeholder {
	color: rgba(36, 36, 36, .6);
}
:-moz-placeholder {
	color: rgba(36, 36, 36, .6);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: 1px solid var(--border);
	color: var(--black);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.5);
	height: 56px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 120px;
	resize: vertical;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url(images/expand-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - var(--gap) / 2.5) center;
    background-size: 20px;
    padding-right: calc(var(--gap) * 1.5);
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: calc(var(--gap) / 6);
}
.wpcf7 form .wpcf7-response-output {
	margin: var(--gap) 0 0;
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.5);
}


.select2-container .select2-selection--single {
	height: 56px;
}
.select2-container--default .select2-selection--single {
	background: var(--white);
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: calc(var(--gap) / 1.5);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--black);
	line-height: 56px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 54px;
}




.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: calc(var(--gap) * 2.5);
	padding-bottom: calc(var(--gap) * 2.5);
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.w-100 {
	width: 100%;
}


.heading {
	margin-bottom: var(--gap);
}
.heading:last-child {
	margin-bottom: 0;
}
.heading.center {
	text-align: center;
}
.heading h2 {
	font-size: var(--h1-size);
	color: var(--green-primary);
	margin-bottom: calc(var(--gap) / 4);
}
.heading h2:last-child {
	margin-bottom: 0;
}



.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Inter', serif;
	font-weight: 500;
	line-height: 1.5;
	border: none;
	padding: calc(var(--gap) / 2) calc(var(--gap) * 1.667);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	outline: none;
	min-height: 56px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
}
.btn-primary {
	background-color: var(--green-primary);
	border-color: var(--green-primary);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--green-secondary);
	border-color: var(--green-secondary);
	color: var(--white);
}
.btn-secondary {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}
.btn-secondary:hover {
	background-color: var(--grey);
	border-color: var(--grey);
	color: var(--white);
}
.btn.btn-link {
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: var(--green-secondary);
	min-height: inherit;
}
.btn.btn-link:hover {
	color: var(--green-primary);
}
.btn.btn-link:after {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    background-color: var(--green-secondary);
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    transition: .5s;
    z-index: 1;
}
.btn.btn-link:hover:after {
	background-color: var(--green-primary);
}

/*
.swiper-pagination {
	position: relative !important;
	bottom: auto !important;
	top: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: calc(var(--gap) * 1.5);
	gap: 8px;
}
.swiper-pagination-bullet {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px !important;
	height: 10px !important;
	background: #E2E5F0 !important;
	margin: 0 !important;
	opacity: 1 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	transform: skew(-25deg);
}
.swiper-pagination.white .swiper-pagination-bullet {
	background: #ffffff !important;
	opacity: .4 !important;
}
.swiper-pagination-bullet-active {
	background: #019658 !important;
}
.swiper-pagination.white .swiper-pagination-bullet-active {
	background: #ffffff !important;
	opacity: 1 !important;
}*/


button.swiper-navigation {
	position: absolute;
	opacity: 0;
	top: 50%;
	width: 36px;
	height: 36px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid var(--border);
	background: var(--soft-bg);
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	padding: 0;
	cursor: pointer;
	transform: translateY(-50%);
	transition: .5s;
	z-index: 9;
}
.swiper:hover button.swiper-navigation,
.products-carousel:hover button.swiper-navigation {
	opacity: 1;
}
button.swiper-navigation:hover {
	border-color: var(--green-primary);
	background: var(--green-secondary);
}
button.swiper-navigation:disabled {
	border-color: var(--border);
	background: var(--soft-bg);
	opacity: .15;
	cursor: no-drop;
}
button.swiper-navigation.prev {
	left: -18px;
}
button.swiper-navigation.next {
	right: -18px;
}
button.swiper-navigation:before {
	content: '';
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/expand-down.svg);
    mask-image: url(images/expand-down.svg);
    background-color: var(--black);
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
    transition: .5s;
    z-index: 1;
}
button.swiper-navigation:hover:before {
	background-color: var(--white);
}
button.swiper-navigation:disabled:before {
	background-color: var(--black);
}
button.swiper-navigation.prev:before {
	transform: rotate(90deg);
}
button.swiper-navigation.next:before {
	transform: rotate(-90deg);
}




.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	max-width: 340px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 60px var(--gap) var(--gap);
	transition: .5s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 15px;
	right: 15px;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	width: 34px;
	height: 34px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--blue);
}
.mobile-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 500;
}
.mobile-menu li {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.mobile-menu > li {
	border-bottom: 1px solid var(--border);
	margin-bottom: calc(var(--gap) / 2);
	padding-bottom: calc(var(--gap) / 2);
}
.mobile-menu > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.mobile-menu li a {
	order: 1;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: var(--black);
	z-index: 1;
}
.mobile-menu li.menu-item-has-children > a {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--red);
}
.mobile-menu-toggle {
	order: 2;
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	background: var(--beige);
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-toggle,
.mobile-menu li.menu-item-has-children.active > .mobile-menu-toggle {
	background-color: var(--gold);
}
.mobile-menu-toggle:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--black);
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	transition: .5s;
}
.mobile-menu li.menu-item-has-children:hover > .mobile-menu-toggle:before {
	background-color: var(--white);
}
.mobile-menu li.menu-item-has-children.active > .mobile-menu-toggle:before {
	background-color: var(--white);
	transform: rotate(180deg);
}
.mobile-menu ul {
	max-height: 0;
	overflow: hidden;
	flex: 0 0 100%;
	max-width: 100%;
	order: 3;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
	text-transform: none;
	font-weight: 400;
	z-index: 9;
}
.mobile-menu li.active > ul {
	max-height: 9999px !important;
	margin: 0 0 10px;
}
.mobile-menu ul li a {
	padding: 6px 0;
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 420px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: var(--white);
	background-clip: padding-box;
	outline: 0;
	padding: calc(var(--gap) * 1.5) var(--gap) var(--gap);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: .7;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h4-size);
	color: var(--black);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: var(--gap);
	text-align: center;
}
.modal-description {
	margin: calc(var(--gap) / -2) 0 var(--gap);
	text-align: center;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: #999999;
	width: 34px;
	height: 34px;
	top: 12px;
	right: 12px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--black);
}



.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: calc(var(--gap) + 2) calc(var(--gap) / -2) 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: calc(var(--gap) * -1);
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-2 .gallery-item > * {
	height: calc((var(--container) - var(--gap)) / 2 / 1.4);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-3 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 2) / 3 / 1.4);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-4 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 3) / 4 / 1.4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-5 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 4) / 5 / 1.4);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-6 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 5) / 6 / 1.4);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 6) / 7 / 1.4);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-8 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 7) / 8 / 1.4);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-columns-9 .gallery-item > * {
	height: calc((var(--container) - var(--gap) * 8) / 9 / 1.4);
}
.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .5s;
}
.gallery-item a:hover img {
	transform: scale(1.08);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: calc(var(--gap) * 1.5);
	margin-bottom: var(--gap);
}
.alignright {
	float: right;
	margin-left: calc(var(--gap) * 1.5);
	margin-bottom: var(--gap);
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--gap);
}



.wrapper {
	position: relative;
	z-index: 1;
}

.topbar {
	position: relative;
	padding: calc(var(--gap) / 3) 0;
	background: var(--green-primary);
	color: var(--soft-bg);
	font-size: var(--text-size-sm);
	z-index: 1;
}
.topbar-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: calc(var(--gap) * 1.333);
}
.topbar-item {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 4);
}
.topbar-item span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
}
.topbar-item span img {
	max-height: 24px;
}


.header {
	position: sticky;
	top: 0;
	padding: var(--gap) 0 0;
	background: var(--soft-bg);
	border-bottom: 1px solid var(--border);
	transition: .5s;
	z-index: 92;
}
.admin-bar .header {
	top: var(--admin-bar);
}
.home .header:not(.fixed) {
	border-bottom-color: transparent;
}
.header-wrap {
	display: flex;
	align-items: center;
	height: 48px;
	gap: calc(var(--gap) * 2);
}
.header-logo img {
	max-height: 48px;
}
.header-search {
	flex: auto;
}
.header-search-button {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
	background-color: var(--green-primary);
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	transition: .5s;
}
.header-search-button.active {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
}
.search-form {
	position: relative;
	width: 100%;
	padding-right: calc(var(--gap) / 8);
	display: flex;
	border: 1px solid var(--border);
	background: var(--white);
	overflow: hidden;
	border-radius: var(--radius);
	z-index: 1;
}
.search-form input {
	position: relative;
	flex: auto;
	max-width: 100%;
	height: 48px;
	background: none;
	border: none;
	padding: 0 calc(var(--gap) / 1.2) 0;
	font-size: var(--text-size);
	font-weight: 400;
	outline: none;
	transition: .5s;
}
.search-form button {
	-webkit-mask-size: 32px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/search.svg);
	mask-image: url(images/search.svg);
	background-color: var(--green-primary);
	flex: 0 0 48px;
	max-width: 48px;
	height: 48px;
	cursor: pointer;
	outline: none;
	border: 0;
	padding: 0;
	transition: .5s;
}
.search-form button:hover {
	background-color: var(--green-secondary);
}
.header-icons {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
	flex: 0 0 auto;
}
.header-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
	z-index: 1;
}
.header-icon-btn,
a.wishlist_products_counter {
	position: relative;
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	background: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	transition: .5s;
	z-index: 3;
}
.header-icon-btn:before,
a.wishlist_products_counter:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--green-primary);
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	transition: .5s;
}
.header-icon-btn:hover:before,
a.wishlist_products_counter:hover:before {
	background-color: var(--green-secondary);
}
.header-icon.cart .header-icon-btn:before {
	-webkit-mask-image: url(images/shopping-bag.svg);
	mask-image: url(images/shopping-bag.svg);
}
.header-icon.account .header-icon-btn:before {
	-webkit-mask-image: url(images/user.svg);
	mask-image: url(images/user.svg);
}
.header-icon.wishlist .header-icon-btn:before,
a.wishlist_products_counter:before {
	-webkit-mask-image: url(images/heart.svg);
	mask-image: url(images/heart.svg);
}
.header-icon.menu .header-icon-btn:before {
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	-webkit-mask-size: 30px;
}
.header-icon-btn span,
.wishlist_products_counter_number {
	position: absolute;
	top: 0;
	right: 0px;
	min-width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: var(--gold);
	color: var(--white);
	font-size: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.main-menu {
	flex: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	font-weight: 500;
}
.main-menu li {
	position: relative;
	padding: calc(var(--gap) / 2) 0;
	z-index: 1;
}
.main-menu li a {
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 2px;
	padding: calc(var(--gap) / 2) 0;
	text-decoration: none;
}
.main-menu li a:hover {
	color: var(--gold);
}
.main-menu li.menu-item-has-children > a:after {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--black);
	transition: .5s;
}
.main-menu li.menu-item-has-children:hover > a:after {
	transform: rotate(180deg);
}
.main-menu li.menu-item-has-children > a:hover:after,
.main-menu li.current-menu-item.menu-item-has-children > a:after {
	background-color: var(--gold);
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: calc(var(--gap) / -1.5);
	margin: 0;
	padding: calc(var(--gap) / 3) 0;
	list-style: none;
	background: var(--white);
	color: var(--black);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	width: max-content;
	min-width: 100%;
	max-width: 280px;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: -99;
}
.main-menu li:hover > ul {
	transform: translateY(0);
	opacity: 1;
	visibility: inherit;
	z-index: 1;
}
.main-menu > li:last-child > ul {
	left: auto;
	right: 0;
}
.main-menu ul li {
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.5);
}
.main-menu ul li:last-child {
	border-bottom: none;
}
.main-menu ul li a {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(--black);
	text-transform: none;
}
.main-menu ul li.menu-item-has-children > a:after,
.main-menu ul li.menu-item-has-children:hover > a:after {
	transform: rotate(-90deg);
}
.main-menu ul ul {
	top: calc(var(--gap) / 1.5);
	left: 100%;
}
.main-menu li.is-catalog > a {
	color: var(--white);
    padding-left: calc(var(--gap) / 2);
    padding-right: calc(var(--gap) / 2);
    background: var(--green-secondary);
    border-radius: var(--radius);
}
.main-menu li.is-catalog > a:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/darhboard.svg);
	mask-image: url(images/darhboard.svg);
	background-color: var(--white);
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: calc(var(--gap) / 4);
}
.main-menu li.is-catalog > a:after {
	background-color: var(--white) !important;
}
.main-menu li.is-catalog > ul {
	left: 0;
	width: var(--container);
	max-width: inherit;
	-moz-column-count: 4;
	column-count: 4;
	-moz-column-gap: calc(var(--gap) * 2);
	column-gap: calc(var(--gap) * 2);
	padding: calc(var(--gap) / 2) var(--gap);
}
.main-menu li.is-catalog > ul:before {
	content: '';
	border: 1px solid var(--border);
	border-top: 0;
	border-bottom: 0;
	position: absolute;
	width: 50%;
	height: calc(100% - var(--gap) * 2);
	left: 25%;
	top: var(--gap);
	z-index: -1;
}
.main-menu li.is-catalog > ul:after {
	content: '';
	background: var(--border);
	position: absolute;
	width: 1px;
	height: calc(100% - var(--gap) * 2);
	left: 50%;
	top: var(--gap);
	z-index: -1;
}
.main-menu li.is-catalog > ul > li {
	padding: calc(var(--gap) / 2) 0;
	page-break-inside: avoid;
	break-inside: avoid;
}
.main-menu li.is-catalog > ul > li > a {
	display: inline-flex;
	gap: calc(var(--gap) / 4);
}
.main-menu li.is-catalog > ul > li > a:before {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	width: 16px;
	height: 16px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/expand-down.svg);
	mask-image: url(images/expand-down.svg);
	background-color: var(--gold);
	transform: rotate(-90deg);
	transition: .5s;
}




.main {
	position: relative;
	z-index: 2;
}





.footer {
	position: relative;
	background: var(--black);
	color: rgba(250, 250, 248, .6);
	padding: calc(var(--gap) * 2.5) 0 var(--gap);
	z-index: 1;
}
.footer a {
	color: rgba(250, 250, 248, .6);
	text-decoration: none;
}
.footer a:hover {
	color: var(--gold);
	opacity: 1;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	gap: calc(var(--gap) * 2);
}
.footer-widget {
	position: relative;
}
.footer-widget-title {
	font-size: var(--h6-size);
	font-weight: 500;
	color: var(--white);
	margin-bottom: calc(var(--gap) / 1.5);
}
.footer-logo {
	display: inline-block;
	padding: calc(var(--gap) / 2);
	margin-bottom: calc(var(--gap) / 1.5);
	background: var(--soft-bg);
	border-radius: var(--radius);
}
.footer-logo img {
	max-height: 46px;
}
.footer-info {
	margin-bottom: calc(var(--gap) / 1.5);
}
.footer-contacts {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 3);
}
.footer-contacts li {
	display: flex;
	gap: calc(var(--gap) / 4);
}
.footer-contacts li:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--gold);
}
.footer-contacts li.address:before {
	-webkit-mask-image: url(images/locations.svg);
	mask-image: url(images/locations.svg);
}
.footer-contacts li.e-mail:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 3);
}
.footer-menu ul {
	display: none;
}
.footer-partners {
	max-width: 360px;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 2.4);
}
.footer-partners a {
	flex: 0 0 calc(50% - var(--gap) / 2.4 / 2);
	max-width: calc(50% - var(--gap) / 2.4 / 2);
}
.footer-bottom {
	padding-top: calc(var(--gap) * 2);
	color: var(--grey);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	font-size: var(--text-size-sm);
}
.footer-bottom a {
	color: var(--white);
}
.footer-bottom a:hover {
	color: var(--gold);
}



.page-header {
	position: relative;
	padding: var(--gap) 0;
	z-index: 1;
}
.page-breadcrumbs {
	margin-bottom: calc(var(--gap) / 3);
}
.page-breadcrumbs a {
	color: var(--grey);
	text-decoration: none;
}
.page-breadcrumbs a:hover {
	color: var(--black);
}
.page-title {
	font-size: var(--h1-size);
	font-weight: 700;
	color: var(--green-primary);
	margin: 0;
}
.page-content ul:not(:first-child) {
	margin-top: calc(var(--gap) / -2.5);
}
.page-content ul li::marker {
	color: var(--gold);
}
.page-content hr {
	background: none;
	border: none;
	clear: both;
}


.error-404-number {
	text-align: center;
    font-family: 'KyivTypeSans';
	font-size: calc(var(--h1-size) * 8);
	font-weight: 700;
	line-height: 1.1;
	color: var(--beige);
}
.error-404-button {
	text-align: center;
}





.heroSlider-item {
	position: relative;
	z-index: 1;
}
.heroSlider-item__image {
	position: absolute;
	width: calc(var(--container) * .75 + (100% - var(--container)) / 2);
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}
.heroSlider-item__wrap {
	max-width: 50%;
	padding-left: calc(var(--gap) * 1.5);
	padding-right: calc(calc(var(--gap) * 1.5));
	height: 680px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: var(--gap);
}
.heroSlider-item__wrap:before {
	content: '';
	background: var(--soft-bg);
	position: absolute;
	width: calc(var(--container) * .35);
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.heroSlider-item__wrap:after {
	content: '';
	background: linear-gradient(270deg, rgba(250, 250, 248, 0) 0%, rgba(250, 250, 248, 0.85) 60%, #FAFAF8 100%);
	position: absolute;
	width: calc(var(--container) * .4363);
	height: 100%;
	top: 0;
	left: calc(var(--container) * .35 - 1px);
	z-index: -1;
}
.heroSlider-item__content p:first-child {
	font-size: var(--h6-size);
	font-weight: 500;
	color: var(--gold);
	margin-bottom: calc(var(--gap) / 3);
}
.heroSlider-item__content h1,
.heroSlider-item__content h2 {
	margin: 0 0 var(--gap);
	font-size: calc(var(--h1-size) * 1.5);
	color: var(--green-primary);
}
.swiper-navigation.heroSlider-navigation.prev {
	left: calc((100% - var(--container)) / 2 - 18px);
}
.swiper-navigation.heroSlider-navigation.next {
	right: calc((100% - var(--container)) / 2 - 18px);
}




.products-wrap {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	gap: var(--gap);
}
.products-wrap .heading {
	flex: auto;
	max-width: calc(80% - var(--gap));
	margin: 0;
}
.products-button {
	flex: 0 0 20%;
	max-width: 20%;
	text-align: right;
}
.products-wrapper {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	z-index: 1;
}





.products-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / 1.5 / -2) calc(var(--gap) / -1.5);
}
.products-item {
	margin: 0 0 calc(var(--gap) / 1.5);
	padding: 0 calc(var(--gap) / 1.5 / 2);
}
.swiper-slide.products-item {
	margin: 0;
	padding: 0;
	height: auto;
}
.columns-5 .products-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.columns-4 .products-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.columns-3 .products-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.columns-2 .products-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.columns-1 .products-item {
	flex: 0 0 100%;
	max-width: 100%;
}


.products-item__wrap {
	position: relative;
	height: 100%;
	background: var(--white);
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) / 1.5);
	overflow: hidden;
	z-index: 1;
}
.woocommerce-loop-product__link {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
	color: var(--grey);
	text-decoration: none;
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
	top: calc(var(--gap) / 1.5);
	left: auto;
	right: calc(var(--gap) / 1.5);
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button {
	background: rgba(255, 255, 255, .7);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border);
}
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button img {
	max-height: 24px;
	max-width: 24px;
}
.products-item__image {
	/*flex: 0 0 calc(((var(--container) - var(--gap) / 1.5 * 4) / 5 - var(--gap) / 1.5 * 2) / .92);
	max-height: calc(((var(--container) - var(--gap) / 1.5 * 4) / 5 - var(--gap) / 1.5 * 2) / .92);*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-item__image img {
	object-fit: contain;
	object-position: center;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.08;
}
.products-item.outofstock .products-item__image img {
	opacity: .2;
}
.products-item__labels {
	position: absolute;
	top: calc(var(--gap) / 1.5);
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: calc(var(--gap) / 4);
	width: calc(100% - var(--gap) / 1.5 * 2 - 36px);
	z-index: 1;
}
.products-item__labels span {
	font-size: var(--text-size-sm);
	padding: calc(var(--gap) / 6) calc(var(--gap) / 2);
	-moz-border-radius: 0 calc(var(--radius) * 2) calc(var(--radius) * 2) 0;
	-webkit-border-radius: 0 calc(var(--radius) * 2) calc(var(--radius) * 2) 0;
	border-radius: 0 calc(var(--radius) * 2) calc(var(--radius) * 2) 0;
}
.products-item__labels span.discount {
	background: var(--green-secondary);
	color: var(--white);
}
.products-item__labels span.out-of-stock {
	background: var(--gold);
	color: var(--white);
}
.products-item__info {
	flex: auto;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 3);
}
.products-item__head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: calc(var(--gap) / 4);
}
.products-item__head h3 {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-size: var(--text-size);
	font-weight: 500;
	line-height: 1.25;
	color: var(--black);
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.products-item__head h3:hover {
	color: var(--green-secondary);
}
.products-item__head p {
	font-size: var(--text-size-sm);
	font-weight: 500;
}
.products-item__rating {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
}
.products-item__rating-stars {
	position: relative;
	flex: 0 0 76px;
	max-width: 76px;
	z-index: 1;
}
.products-item__rating-stars::before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--border);
	width: 100%;
	height: 12px;
	display: block;
}
.products-item__rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.products-item__rating-stars span:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--gold);
	width: 76px;
	height: 12px;
	display: block;
}
.products-item__rating-count {
	font-size: var(--text-size-esm);
	line-height: 1;
}
.products-item__price {
	position: relative;
	margin-top: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 36px;
	font-weight: 600;
	color: var(--black);
	z-index: 1;
}
.products-item__price del {
	color: var(--grey);
	font-size: var(--text-size-esm);
	font-weight: 400;
}
.products-item__price ins {
	text-decoration: none;
	color: var(--gold);
}
.products-item__action {
	position: absolute;
	bottom: calc(var(--gap) / 1.5);
	right: calc(var(--gap) / 1.5);
	z-index: 2;
}
.products-item__action a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--green-primary);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-size: 0;
	text-decoration: none;
}
.products-item__action a:hover {
	background: var(--green-secondary);
}
.products-item__action a:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/arrow-right.svg);
	mask-image: url(images/arrow-right.svg);
	background-color: var(--white);
	transition: .5s;
}
.products-item__action a.add_to_cart_button:before {
	-webkit-mask-image: url(images/shopping-bag.svg);
	mask-image: url(images/shopping-bag.svg);
}
.products-item__action a.loading:before {
	-webkit-mask-image: url(images/progress.svg);
	mask-image: url(images/progress.svg);
	animation: rotate 2s linear infinite;
}
.added_to_cart {
	display: none !important;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}




.banner-wrap {
	position: relative;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--gap);
	overflow: hidden;
	z-index: 1;
}
.banner-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.banner-bg:after {
	content: '';
	position: absolute;
	width: 750px;
	height: 750px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .95);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-filter: blur(50px);
	filter: blur(50px);
	z-index: 1;
}
.banner-wrap:hover .banner-bg img {
	transform: scale(1.05);
}
.banner-content {
	max-width: 640px;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.banner-content > * {
	margin: 0;
}
.banner-content strong {
	font-weight: 500;
}


.products-tabs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--gap);
}
.products-tabs .heading {
	flex: 0 0 33%;
	max-width: 33%;
	margin: 0;
}
.tabs-nav {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 2) calc(var(--gap) / 1.5);
	margin: 0;
	padding: 0;
	list-style: none;
}
.products-tabs .tabs-nav {
	flex: 0 0 calc(67% - var(--gap));
	max-width: calc(67% - var(--gap));
	justify-content: flex-end;
}
.tabs-nav li a {
	display: inline-block;
	color: var(--grey);
	text-decoration: none;
	padding: calc(var(--gap) / 3) calc(var(--gap) / 1.5);
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.tabs-nav li a:hover,
.tabs-nav li.active a {
	background: var(--gold);
	border-color: var(--gold);
	color: var(--white);
}
.tabs-content.loading {
	pointer-events: none;
}
.tabs-content.loading::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255,255,255,.7);
	backdrop-filter: blur(2px);
	z-index: 5;
}
.tabs-content.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	margin-left: -21px;
	border: 3px solid #dcdcdc;
	border-top-color: #000;
	border-radius: 50%;
	animation: tabsLoader .7s linear infinite;
	z-index: 6;
}
@keyframes tabsLoader {
	to {
		transform: rotate(360deg);
	}
}



.advantages-section {
	background: var(--beige);
}
.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -2);
}
.advantages-item {
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0 0 calc(var(--gap) * 2);
	padding: 0 var(--gap);
}
.advantages-item__image {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	margin-bottom: calc(var(--gap) / 1.5);
}
.advantages-item__image img {
	max-height: 80px;
}
.advantages-item__title {
	font-weight: 500;
	color: var(--black);
	text-align: center;
	margin-bottom: calc(var(--gap) / 3);
}
.advantages-item__text {
	text-align: center;
	font-size: var(--text-size-sm);
}



.page-body-wrap {
	display: flex;
	gap: var(--gap);
}
.page-body-sidebar {
	flex: 0 0 18.5%;
	max-width: 18.5%;
}
.page-body-main {
	flex: 0 0 calc(100% - 18.5% - var(--gap));
	max-width: calc(100% - 18.5% - var(--gap));
}
.pageShop-top {
	margin-bottom: calc(var(--gap) / 1.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.woocommerce-result-count {
	margin-bottom: 0;
}
.woocommerce-ordering {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
}
.woocommerce-ordering select {
	max-width: 200px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid var(--gold);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	padding-top: calc(var(--gap) / 6);
	padding-bottom: calc(var(--gap) / 6);
	padding-left: 0;
	color: var(--black);
	font-weight: 500;
	height: auto;
	background-position: right center;
}


.woocommerce-pagination,
.navigation.pagination {
	position: relative;
	margin-top: calc(var(--gap) * 1.333);
	z-index: 2;
}
ul.page-numbers,
.nav-links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: calc(var(--gap) / 3);
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.page-numbers li a,
ul.page-numbers li span,
.nav-links .page-numbers {
	min-width: 40px;
	height: 40px;
	font-weight: 400;
	color: var(--grey);
	border: 1px solid var(--border);
	background: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 calc(var(--gap) / 3);
	text-decoration: none;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
ul.page-numbers li a:hover,
ul.page-numbers li span.current,
.nav-links .page-numbers:hover,
.nav-links .page-numbers.current {
	background: var(--green-secondary);
	border-color: var(--green-secondary);
	color: var(--white);
}






.widget,
.berocket_single_filter_widget {
	position: relative;
	margin-bottom: calc(var(--gap) * 1.5);
	z-index: 1;
}
.widget:last-child,
.berocket_single_filter_widget:last-child {
	margin-bottom: 0;
}
.widget-area .widget_product_categories {
	display: none;
}
.bapf_sfilter {
	margin-bottom: 0;
}
.widget-title,
.bapf_head h3 {
	position: relative;
	color: var(--black);
	font-size: var(--h6-size);
	font-weight: 500;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
}
.widget-title:after,
.bapf_head h3:after {
	content: '';
	flex: auto;
	min-width: 40px;
	height: 1px;
	background: var(--border);
}
.widget-title,
.bapf_head {
	margin-bottom: calc(var(--gap) / 1.5);
}
.bapf_body {
	position: relative;
	z-index: 1;
}
.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
	background: rgba(46, 107, 85, .3);
	height: 6px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.bapf_slidr_main.ui-widget-content .ui-slider-range, .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
	background: rgba(46, 107, 85, .6);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius)
}
.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
	font-size: var(--text-size-sm);
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle, 
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle, 
.slide.default .bapf_slidr_main .ui-state-default, 
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default, 
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default, 
.slide.default .berocket_filter_price_slider .ui-state-default, 
.slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default, 
.slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
	background: var(--white);
	border: 3px solid var(--green-primary);
	outline: none !important;
	font-size: 16px;
	top: -6px;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-left: -8px;
}
.bapf_sfilter.bapf_ckbox_sqchck .bapf_body {
	max-height: 324px;
	overflow: auto;
}
.bapf_sfilter.bapf_ckbox_sqchck ul {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 3);
}
.bapf_sfilter.bapf_ckbox_sqchck ul li {
	display: flex;
	gap: calc(var(--gap) / 3);
	margin-bottom: 0 !important;
	color: var(--grey);
	line-height: 1.5;
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox] {
	flex: 0 0 20px;
	max-width: 20px;
	width: 20px;
	height: 20px;
	margin: 2px 0 0 0 !important;
	border: 1px solid var(--border);
	background: var(--white);
	-moz-border-radius: calc(var(--radius) / 2);
	-webkit-border-radius: calc(var(--radius) / 2);
	border-radius: calc(var(--radius) / 2);
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox]:checked {
	border-color: var(--green-secondary);
	background: var(--green-secondary);
}
.bapf_sfilter.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-bottom-color: var(--white);
	border-right-color: var(--white);
	top: 1px;
    left: 5px;
    width: 6px;
    height: 11px;
}

.widgetFeaturedProducts-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
}
.widgetFeaturedProducts-item__wrap {
	position: relative;
	background: var(--white);
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) / 2);
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	text-decoration: none;
	z-index: 1;
}
.widgetFeaturedProducts-item__image {
	flex: 0 0 74px;
	max-width: 74px;
	height: calc(74px / .92);
	display: flex;
	align-items: center;
	justify-content: center;
}
.widgetFeaturedProducts-item__image img {
	max-height: calc(74px / .92);
}
.widgetFeaturedProducts-item__info {
	flex: auto;
}
.widgetFeaturedProducts-item__title {
	font-size: var(--text-size-sm);
	font-weight: 500;
	line-height: 1.25;
	color: var(--black);
	margin-bottom: calc(var(--gap) / 4);
	transition: .5s;
}
.widgetFeaturedProducts-item__title:hover {
	color: var(--green-primary);
}
.widgetFeaturedProducts-item__author {
	font-size: var(--text-size-esm);
	font-weight: 500;
	color: var(--grey);
	margin-bottom: calc(var(--gap) / 3);
}
.widgetFeaturedProducts-item__price {
	font-size: var(--text-size);
	font-weight: 600;
	line-height: 1;
	color: var(--black);
}
.widgetFeaturedProducts-item__price del {
	color: var(--grey);
	font-size: var(--text-size-esm);
	font-weight: 400;
}
.products-item__price ins {
	text-decoration: none;
	color: var(--gold);
}


.archive-description,
.term-description {
	padding-top: calc(var(--gap) * 2.5)
}


.widget_product_categories {
	margin: var(--gap) 0 calc(var(--gap) * 1.333) !important;
}
.widget_product_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 3);
}
.widget_product_categories ul li {

}
.widget_product_categories ul li a {
	display: block;
	background: var(--white);
	border: 1px solid var(--border);
	color: var(--black);
	padding: calc(var(--gap) / 3) calc(var(--gap) / 2);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	text-decoration: none;
}
.widget_product_categories ul li.current-cat > a,
.widget_product_categories ul li a:hover {
	background: var(--green-secondary);
	border-color: var(--green-secondary);
	color: var(--soft-bg);
}
.widget_product_categories ul li .count {
	display: none;
}



.aboutInfo-section {
	background: var(--white);
}
.aboutInfo-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) * -1) calc(var(--gap) * -2);
}
.aboutInfo-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 calc(var(--gap) * 2);
	padding: 0 var(--gap);
}
.aboutInfo-item__wrap {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
}
.aboutInfo-item__title {
	font-size: var(--h5-size);
	font-family: 'KyivTypeSans';
	font-weight: 700;
	color: var(--black);
	margin: 0;
}
.aboutInfo-item__text {
	margin: 0;
}





.singleProduct-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 0 var(--gap);
}
.singleProduct-left {
	position: relative;
	flex: 0 0 calc(44.5% - var(--gap) / 2);
	max-width: calc(44.5% - var(--gap) / 2);
	z-index: 1;
}
.singleProduct-images {
	position: sticky;
	top: 145px;
	background: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: var(--gap);
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	gap: calc(var(--gap) / 2);
	z-index: 1;
}
.admin-bar .singleProduct-images {
	top: calc(145px + var(--admin-bar));
}
.singleProduct-image {
	flex: 0 0 100%;
	max-width: 100%;
	height: calc(((var(--container) * .445 - var(--gap) / 2) - var(--gap) * 2) / .92);
	display: flex;
	align-items: center;
	justify-content: center;
}
.singleProduct-image img {
	max-height: calc(((var(--container) * .445 - var(--gap) / 2) - var(--gap) * 2) / .92);
}
.singleProductImagesMain-swiper {
	flex: 0 0 calc(100% - var(--gap) / 2 - 120px);
	max-width: calc(100% - var(--gap) / 2 - 120px);
}
.singleProductImagesMain-item__image {
	height: calc(120px / .92 * 3 + var(--gap) / 2 * 2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.singleProductImagesMain-item__image img {
	max-height: calc(120px / .92 * 3 + var(--gap) / 2 * 2);
}
.singleProductImagesOther-swiper {
	flex: 0 0 120px;
	max-width: 120px;
	height: calc(120px / .92 * 3 + var(--gap) / 2 * 2);
}
.singleProductImagesOther-swiper .swiper-slide {
	opacity: .6;
	cursor: pointer;
	transition: .5s;
}
.singleProductImagesOther-swiper .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.singleProductImagesOther-item__image {
	height: calc(120px / .92);
	display: flex;
	align-items: center;
	justify-content: center;
}
.singleProductImagesOther-item__image img {
	max-height:  calc(120px / .92);
}
button.singleProductImagesMain-swiper-navigation {
	opacity: 0 !important;
}
.singleProductImagesMain-swiper:hover button.singleProductImagesMain-swiper-navigation {
	opacity: 1 !important;
}
button.singleProductImagesMain-swiper-navigation.prev {
	left: calc(var(--gap) / 2);
}
button.singleProductImagesMain-swiper-navigation.next {
	right: calc(var(--gap) / 2);
}
.singleProduct-labels {
	position: absolute;
	top: calc(var(--gap) / 1.5);
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: calc(var(--gap) / 4);
	z-index: 99;
}
.singleProduct-labels span {
	font-size: var(--text-size-sm);
	padding: calc(var(--gap) / 6) calc(var(--gap) / 2);
	-moz-border-radius: calc(var(--radius) * 2) 0 0 calc(var(--radius) * 2);
	-webkit-border-radius: calc(var(--radius) * 2) 0 0 calc(var(--radius) * 2);
	border-radius: calc(var(--radius) * 2) 0 0 calc(var(--radius) * 2);
}
.singleProduct-labels span.discount {
	background: var(--green-secondary);
	color: var(--white);
}
.singleProduct-labels span.out-of-stock {
	background: var(--gold);
	color: var(--white);
}

.singleProduct-right {
	flex: 0 0 calc(55.5% - var(--gap) / 2);
	max-width: calc(55.5% - var(--gap) / 2);
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.singleProduct-block {
	position: relative;
	background: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: var(--gap);
	z-index: 1;
}
.singleProduct-block-heading {
	font-size: var(--h5-size);
	font-family: 'KyivTypeSans';
	font-weight: 700;
	color: var(--black);
	line-height: 1.1;
	margin-bottom: calc(var(--gap) / 1.5);
}
.singleProduct-block-heading.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.singleProduct-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 var(--gap);
}
.singleProduct-summary .product_title {
	color: var(--green-primary);
	margin-bottom: calc(var(--gap) / 2);
	flex: 0 0 100%;
	max-width: 100%;
}
.singleProduct-meta {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
	flex: 0 0 100%;
	max-width: 100%;
}
.singleProducts-rating {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 3);
	margin-right: auto;
}
.singleProducts-rating-stars {
	position: relative;
	flex: 0 0 96px;
	max-width: 96px;
	z-index: 1;
}
.singleProducts-rating-stars::before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--border);
	width: 100%;
	height: 16px;
	display: block;
}
.singleProducts-rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.singleProducts-rating-stars span:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--gold);
	width: 96px;
	height: 16px;
	display: block;
}
.singleProducts-rating-count {
	font-size: var(--text-size-sm);
	line-height: 1;
	margin-bottom: -2px;
}
.singleProduct-sku {
	font-size: var(--text-size-sm);
}
.singleProduct-sku span {
	font-size: var(--text-size);
	font-weight: 500;
	color: var(--black);
}
.singleProduct-stock {
	font-size: var(--text-size-sm);
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 2px;
}
.singleProduct-stock:before {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}
.singleProduct-stock.in-stock {
	color: var(--green-secondary);
}
.singleProduct-stock.in-stock:before {
	background-color: var(--green-secondary);
	-webkit-mask-image: url(images/done.svg);
	mask-image: url(images/done.svg);
}
.singleProduct-stock.out-of-stock {
	color: red;
}
.singleProduct-stock.out-of-stock:before {
	background-color: red;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
}

.singleProduct-characteristics {
	margin-top: calc(var(--gap) / 2);
	display: flex;
	flex-direction: column;
	gap: 2px;
	flex: 0 0 100%;
	max-width: 100%;
}
.singleProduct-characteristics p {
	margin: 0;
	font-size: var(--text-size-sm);
}
.singleProduct-characteristics p span {
	color: var(--black);
	font-weight: 500;
	font-size: var(--text-size);
}
.singleProduct-price {
	margin: var(--gap) 0 0;
	font-size: var(--h2-size);
	font-weight: 600;
	color: var(--gold);
	line-height: 1;
}
.singleProduct-price del {
	font-size: var(--h6-size);
	font-weight: 400;
	color: var(--grey);
}
.singleProduct-price ins {
	text-decoration: none;
}
.singleProduct-summary form.cart {
	margin-top: var(--gap);
}
.singleProduct-preorder {
	margin-top: calc(var(--gap));
	display: flex;
	gap: var(--gap);
}
.singleProduct-action {
	display: flex;
	gap: var(--gap);
}
.singleProduct-qty {
	flex: 0 0 120px;
	max-width: 120px;
	height: 56px;
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	display: flex;
	margin-right: calc(var(--gap) / -2);
}
.singleProduct-qty span {
	flex: 0 0 40px;
	max-width: 40px;
	font-size: var(--h3-size);
	color: var(--grey);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.singleProduct-qty span:hover {
	color: var(--black);
}
.singleProduct-qty .quantity {
	flex: auto;
}
.singleProduct-qty input {
	width: 100%;
	height: 100%;
	font-size: var(--h3-size);
	line-height: 1.5;
    border: none;
    text-align: center;
    outline: none;
    padding: 10px 0;
    color: var(--black);
    -moz-appearance:textfield;
}
.singleProduct-qty input::-webkit-outer-spin-button,
.singleProduct-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.singleProduct-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
	background: rgba(255, 255, 255, .7);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--border);
	margin: 0;
}
.singleProduct-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img {
	flex: 0 0 32px;
	max-height: 32px;
	max-width: 32px;
	height: 32px;
}


.wc-block-components-notice-banner,
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info,
.woocommerce-error {
	padding: var(--gap);
	background: var(--white);
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	display: flex;
	align-items: center;
	margin-bottom: calc(var(--gap) * 1.5) !important;
	outline: none !important;
	list-style: none;
	overflow: hidden;
}
.woocommerce-message,
.woocommerce-NoticeGroup,
.woocommerce-info,
.woocommerce-error {
	display: block;
}
.woocommerce-NoticeGroup ul,
.woocommerce-NoticeGroup .woocommerce-error {
	padding: 0;
	margin: 0 !important;
}
.woocommerce-NoticeGroup ul li a {
	text-decoration: none;
}
.wc-block-components-notice-banner svg {
	flex: 0 0 36px;
	max-width: 36px;
	margin-right: var(--gap);
}
.wc-block-components-notice-banner__content {
	position: relative;
	overflow: hidden;
	flex: auto;
	max-width: 100%;
}
.wc-block-components-notice-banner__content .button,
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
	float: right;
	margin-left: var(--gap);
	margin-bottom: 0px;
}

.singleProduct-attributes {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 1.5);
}
.singleProduct-attributes p {
	margin: 0;
	display: flex;
	align-items: flex-end;
	gap: calc(var(--gap) / 2);
	color: var(--black);
	line-height: 1.25;
}
.singleProduct-attributes p strong {
	flex: auto;
	max-width: calc(100% - 240px - var(--gap) / 2);
	font-weight: 400;
	color: var(--grey);
	display: flex;
	align-items: baseline;
	gap: calc(var(--gap) / 2);
}
.singleProduct-attributes p strong:after {
	content: '';
	border-bottom: 1px dashed var(--border);
	flex: auto;
	min-width: 40px;
	height: 1px;
}
.singleProduct-attributes p span  {
	flex: 0 0 auto;
	max-width: 240px;
}
.singleProduct-categories {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 3);
}
.singleProduct-categories a {
	display: block;
	background: var(--white);
	border: 1px solid var(--border);
	color: var(--black);
	padding: calc(var(--gap) / 3) calc(var(--gap) / 2);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	text-decoration: none;
}
.singleProduct-categories a:hover {
	background: var(--green-secondary);
	border-color: var(--green-secondary);
	color: var(--soft-bg);
}



.reviews-add-toggle {
	font-size: var(--text-size);
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	color: var(--black);
	display: inline-flex;
	align-items: center;
	gap: 2px;
	background: none;
	border: none;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.reviews-add-toggle:hover {
	color: var(--green-secondary);
}
.reviews-add-toggle:after {
	content: '';
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/plus.svg);
	mask-image: url(images/plus.svg);
	background-color: var(--black);
}
.reviews-add-toggle:hover:after {
	background-color: var(--green-secondary);
}
.reviews-add-toggle.active:after {
	-webkit-mask-image: url(images/minus.svg);
	mask-image: url(images/minus.svg);
}
#review_form_wrapper {
	display: none;
	margin-bottom: var(--gap);
}
#review_form_wrapper.active {
	display: block;
}

.reviewsMain-rating {
	display: flex;
	margin-bottom: calc(var(--gap) / 1.5);
	align-items: center;
	gap: calc(var(--gap) / 1.5);
}
.reviewsMain-rating-value {
	font-size: calc(var(--h1-size) * 1.5);
	font-weight: 600;
	line-height: 1.25;
	color: var(--green-primary);
}
.reviewsMain-rating-info {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 3);
}
.reviewsMain-rating-stars {
	position: relative;
	width: 96px;
	flex: 0 0 16px;
	max-height: 16px;
	z-index: 1;
}
.reviewsMain-rating-stars::before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--border);
	width: 100%;
	height: 16px;
	display: block;
}
.reviewsMain-rating-stars span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.reviewsMain-rating-stars span:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--gold);
	width: 96px;
	height: 16px;
	display: block;
}
.reviewsMain-rating-count {
	font-size: var(--text-size-sm);
	line-height: 1;
}

.commentlist {
	margin: 0 !important;
	padding: 0;
	list-style: none;
}
.commentlist li {
	margin-bottom: calc(var(--gap) / 1.5);
	padding-bottom: calc(var(--gap) / 1.5);
	border-bottom: 1px solid var(--border);
}
.commentlist li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.comment-text {
	display: flex;
	gap: var(--gap);
}
.comment-info {
	flex: 0 0 150px;
	max-width: 150px;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 6);
	font-size: var(--text-size-sm);
}
.woocommerce-review__author {
	color: var(--black);
	font-weight: 500;
}
.comment-info .star-rating {
	position: relative;
	margin: 0;
	width: 96px;
	height: 16px;
	z-index: 1;
}
.comment-info .star-rating::before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--border);
	width: 100%;
	height: 100%;
	display: block;
}
.comment-info .star-rating span {
	position: absolute;
	overflow: hidden;
	font-size: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.comment-info .star-rating span:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/stars.svg);
	mask-image: url(images/stars.svg);
	background-color: var(--gold);
	width: 96px;
	height: 16px;
	display: block;
}
.comment-text .description {
	flex: auto;
	max-width: calc(100% - 150px - var(--gap));
}


.comment-reply-title {
	margin-bottom: calc(var(--gap) / 2);
	display: block;
}
.comment-form-rating .stars span {
	display: inline-flex;
	gap: calc(var(--gap) / 6);
	align-items: center;
}
.comment-form-rating .stars {
	display: flex;
	margin-bottom: 0;
}
.comment-form-rating .stars a {
	flex: 0 0 24px;
	max-width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/star.svg);
	mask-image: url(images/star.svg);
	background-color: var(--border);
	font-size: 0;
}
.comment-form-rating .stars span:hover a {
	background-color: var(--gold);
}
.comment-form-rating .stars a:hover~a {
	background-color: var(--border);
}
.comment-form-rating .stars.selected span a.active {
	background-color: var(--gold);
}
.comment-form-rating .stars.selected a.active~a {
	background-color:var(--border);
}
.comment-form-rating .stars.selected a:not(.active) {
	background-color: var(--gold);
}
.comment-form-rating,
.comment-form-comment,
.comment-form-author,
.comment-form-email {
	margin-bottom: calc(var(--gap) / 1.5);
}
.comment-form-rating label,
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
	font-size: var(--text-size);
	display: block;
	margin-bottom: calc(var(--gap) / 6);
	line-height: 1.25;
}
.comment-form .form-submit {
	margin-bottom: 0;
}

.singleProduct-bottom {
	flex: 0 0 100%;
	max-width: 100%;
}






.cartFixed-miniCart {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 100;
}
.admin-bar .cartFixed-miniCart {
	top: var(--admin-bar);
	height: calc(100% - var(--admin-bar));
}
.cartFixed-miniCart.show {
	opacity: 1;
	visibility: visible;
}
.cartFixed-miniCart-bg {
	position: absolute;
	transition: .5s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .45);
	z-index: -1;
}
.woocommerce-mini-cart__empty-message {
	position: relative;
	padding: var(--gap);
	background: var(--white);
	font-size: var(--h6-size);
	color: var(--black);
	text-align: center;
	font-weight: 500;
	margin: 0;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.cartFixed-miniCart-wrap {
	position: relative;
	width: 100%;
	max-width: 440px;
	height: 100%;
	margin-left: auto;
	background: var(--soft-bg);
	-moz-border-radius: var(--radius) 0 0 var(--radius);
	-webkit-border-radius: var(--radius) 0 0 var(--radius);
	border-radius: var(--radius) 0 0 var(--radius);
	transform: translateX(440px);
	display: flex;
	flex-direction: column;
	transition: .3s;
	z-index: 1;
}
.cartFixed-miniCart.show .cartFixed-miniCart-wrap {
	transform: translateX(0);
}
.cartFixed-miniCart-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	padding: var(--gap);
}
.cartFixed-miniCart-header p {
	font-size: var(--h3-size);
	font-family: 'KyivTypeSans';
	font-weight: 500;
	line-height: 1.2;
	color: var(--black);
	margin: 0;
	position: relative;
	z-index: 1;
}
.cartFixed-miniCart-header p span {
	position: absolute;
	top: -3px;
	left: 100%;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: var(--green-secondary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	color: var(--white);
	z-index: 1;
}
.cartFixed-miniCart-close {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--grey);
	flex: 0 0 36px;
	max-width: 36px;
	width: 36px;
	height: 36px;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	transition: .5s;
}
.cartFixed-miniCart-close:hover {
	background-color: var(--black);
}
.cartFixed-miniCart-body {
	flex: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: var(--gap);
	overflow: auto;
	padding: 0 var(--gap) var(--gap);
	z-index: 1;
}
.woocommerce-mini-cart {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.woocommerce-mini-cart-item__wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: calc(var(--gap) / 1.5);
	gap: calc(var(--gap) / 1.5);
	background: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	z-index: 1;
}
.woocommerce-mini-cart-item__image {
	flex: 0 0 80px;
	max-width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-mini-cart-item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	aspect-ratio: 1 / 1.08;
}
.woocommerce-mini-cart-item__info {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: calc(var(--gap) / 2);
	max-width: calc(100% - 80px - var(--gap) / 1.5);
}
.woocommerce-mini-cart-item__title {
	font-size: var(--text-size);
	font-weight: 500;
	line-height: 1.25;
	color: var(--black);
	margin: 0;
}
.woocommerce-mini-cart-item__title a {
	color: var(--black);
	text-decoration: none;
}
.woocommerce-mini-cart-item__title a:hover {
	color: var(--green-secondary);
}
.woocommerce-mini-cart-item__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: calc(var(--gap) / 2);
}
.miniCart-qty {
	flex: 0 0 98px;
	max-width: 98px;
	height: 44px;
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	display: flex;
}
.miniCart-qty span {
	flex: 0 0 30px;
	max-width: 30px;
	font-size: var(--h5-size);
	color: var(--grey);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.miniCart-qty span:hover {
	color: var(--black);
}
.miniCart-qty .quantity {
	flex: auto;
}
.miniCart-qty input {
	width: 100%;
	height: 100%;
	font-size: var(--h5-size);
	line-height: 1.5;
    border: none;
    text-align: center;
    outline: none;
    padding: 10px 0;
    color: var(--black);
    -moz-appearance:textfield;
}
.miniCart-qty input::-webkit-outer-spin-button,
.miniCart-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.woocommerce-mini-cart-item__price {
	font-size: var(--h5-size);
	font-weight: 600;
	color: var(--gold);
}
.woocommerce-mini-cart-item__wrap a.remove {
	display: block;
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/delete.svg);
	mask-image: url(images/delete.svg);
	background-color: var(--border);
	text-decoration: none;
	font-size: 0;
}
.woocommerce-mini-cart-item__wrap a.remove:hover {
	background-color: var(--grey);
}



.cartFixed-miniCart-footer {
	position: relative;
	background: var(--white);
	padding: var(--gap);
	z-index: 1;
}
.woocommerce-mini-cart__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--gap);
	margin-bottom: calc(var(--gap) / 2);
}
.woocommerce-mini-cart__total strong {
	font-weight: 500;
}
.woocommerce-mini-cart__total span {
	font-weight: 600;
	color: var(--gold);
	font-size: var(--h3-size);
}
.woocommerce-mini-cart__buttons {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}





.pageCart-wrap {
	display: flex;
	gap: var(--gap);
}
.pageCart-left {
	flex: 0 0 calc(100% / 3 * 2 - var(--gap) / 2);
	max-width: calc(100% / 3 * 2 - var(--gap) / 2);
}
.pageCart-right {
	flex: 0 0 calc(100% / 3 - var(--gap) / 2);
	max-width: calc(100% / 3 - var(--gap) / 2);
}
.woocommerce-cart-form table,
.woocommerce-cart-form table tbody,
.woocommerce-cart-form table tr,
.woocommerce-cart-form table th,
.woocommerce-cart-form table td {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.woocommerce-cart-form table tbody {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
}
.woocommerce-cart-form table tr {
	display: flex;
	align-items: center;
	gap: var(--gap);
	padding: var(--gap);
	background: var(--white);
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.woocommerce-cart-form table td.product-thumbnail {
	flex: 0 0 80px;
	max-width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-cart-form table td.product-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	aspect-ratio: 1 / 1.08;
}
.woocommerce-cart-form table td.product-name {
	flex: auto;
	max-width: 100%;
	margin-left: calc(var(--gap) / -2.5);
}
.woocommerce-cart-form table td.product-name a {
	font-size: var(--h6-size);
	font-weight: 500;
	color: var(--black);
	display: inline-block;
	line-height: 1.2;
	text-decoration: none;
}
.woocommerce-cart-form table td.product-name a:hover {
	color: var(--green-secondary);
}
.woocommerce-cart-form table td.product-name .variation {
	margin: calc(var(--gap) / 3) 0 0;
	color: var(--black);
}
.woocommerce-cart-form table td.product-name .variation dt {
	float: left;
	clear: both;
	margin-right: calc(var(--gap) / 3);
}
.woocommerce-cart-form table td.product-name .variation dd {
	margin-left: 0;
}
.pageCartTableProducts-author {
	font-size: var(--text-size-sm);
	margin-top: calc(var(--gap) / 6);
}
.woocommerce-cart-form table td.product-quantity {
	flex: 0 0 120px;
	max-width: 120px;
}
.pageCartTableProducts-qty {
	width: 100%;
	height: 56px;
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	display: flex;
}
.pageCartTableProducts-qty span {
	flex: 0 0 40px;
	max-width: 40px;
	font-size: var(--h3-size);
	color: var(--grey);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	user-select: none;
	transition: .5s;
}
.pageCartTableProducts-qty span:hover {
	color: var(--black);
}
.pageCartTableProducts-qty .quantity {
	flex: auto;
}
.pageCartTableProducts-qty input {
	width: 100%;
	height: 100%;
	font-size: var(--h3-size);
	line-height: 1.5;
	border: none;
	text-align: center;
	outline: none;
	padding: 10px 0;
	color: var(--black);
	-moz-appearance:textfield;
}
.pageCartTableProducts-qty input::-webkit-outer-spin-button,
.pageCartTableProducts-qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.woocommerce-cart-form table td.product-subtotal {
	flex: 0 0 120px;
	max-width: 120px;
	font-size: var(--h4-size);
	font-weight: 600;
	color: var(--gold);
	line-height: 1;
	text-align: center;
}
.woocommerce-cart-form table td.product-remove {
	display: flex;
	align-items: center;
	flex: 0 0 24px;
	max-width: 24px;
}
.woocommerce-cart-form table td.product-remove a {
	display: block;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 24px;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/delete.svg);
	mask-image: url(images/delete.svg);
	background-color: var(--border);
	text-decoration: none;
	font-size: 0;
}
.woocommerce-cart-form table td.product-remove a:hover {
	background-color: var(--grey);
}
.woocommerce-cart-form table tr.pageCartLastRow {
	padding: 0;
	background: none;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.pageCartLastRow .coupon {
	max-width: 553px;
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 4) calc(var(--gap) / 2);
}
.pageCartLastRow .coupon input {
	flex: 0 0 calc(100% - 180px - var(--gap) / 2);
	max-width: calc(100% - 180px - var(--gap) / 2);
}
.pageCartLastRow .coupon button {
	flex: 0 0 180px;
	max-width: 180px;
}
.pageCartLastRow button[name="update_cart"] {
	display: none;
}
.coupon-error-notice {
	color: red;
	font-size: var(--text-size-sm);
}


.cart_totals {
	position: relative;
	background: var(--beige);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: var(--gap);
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	z-index: 1;
}
.cart_totals h2 {
	margin: 0;
	font-size: var(--h5-size);
	line-height: 1.1;
}
.cart_totals table,
.cart_totals table tbody,
.cart_totals table tr,
.cart_totals table th,
.cart_totals table td {
	display: block;
	padding: 0;
}
.cart_totals table tr {
	margin-bottom: calc(var(--gap) / 1.5);
	padding-bottom: calc(var(--gap) / 1.5);
	border-bottom: 1px solid var(--border);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--gap);
	line-height: 1.25;
}
.cart_totals table tr:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.cart_totals table th {
	font-weight: 400;
	color: var(--grey);
}
.cart_totals table td {
	text-align: right;
}
.cart_totals table tr.cart-subtotal td {
	font-weight: 500;
	color: var(--black);
}
.cart_totals table tr.order-total td {
	font-size: var(--h4-size);
	font-weight: 600;
	color: var(--gold);
}
.cart_totals table tr.cart-discount td {
	color: var(--black);
}
.cart_totals table tr.order-total td strong {
	font-weight: 600;
}
.woocommerce-shipping-methods {
	margin: 0 0 calc(var(--gap) / 3);
	padding: 0;
	list-style: none;
	color: var(--black);
	font-weight: 500;
}
.woocommerce-shipping-destination {
	font-size: var(--text-size-sm);
}
.shipping-calculator-form {
	margin-top: calc(var(--gap) / 2);
	text-align: left;
}





.pageCheckout-wrap {
	display: flex;
	gap: var(--gap);
}
.pageCheckout-left {
	flex: 0 0 calc(60% - var(--gap) / 2);
	max-width: calc(60% - var(--gap) / 2);
}
.pageCheckout-right {
	flex: 0 0 calc(40% - var(--gap) / 2);
	max-width: calc(40% - var(--gap) / 2);
	background: var(--beige);
	-moz-border-radius: var(--radius)
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.woocommerce-billing-fields {
	margin-bottom: calc(var(--gap) * 1.25);
}
.woocommerce-billing-fields > h3,
.wcus-checkout-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading,
.woocommerce-checkout-payment > h3,
.pageLogin-left > h2,
.pageLogin-right > h2,
.woocommerce-Address-title > h3,
.woocommerce-MyAccount-content form > h3,
.woocommerce-order-details__title,
.woocommerce-column__title,
.woocommerce-Address-title h2 {
	font-size: var(--h5-size);
	margin-bottom: calc(var(--gap) / 1.5);
}
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: calc(var(--gap) * 1.25);
}
.woocommerce-billing-fields__field-wrapper:last-child {
	margin-bottom: 0;
}
#ukrposhta_shippping_fields > h3 {
	display: none;
}
.form-row {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: calc(var(--gap) / 1.5);
}
.form-row-first,
.form-row-last {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.form-row > label {
	color: var(--grey);
	display: block;
	line-height: 1.5;
	width: 100%;
	margin-bottom: calc(var(--gap) / 4);
}
.form-row > label span.optional {
	display: none;
}
.form-row > label abbr {
	color: red;
}
.checkout-inline-error-message {
	color: red;
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wcus-checkout-fields {
	margin-top: 10px;
}

#order_review_heading {
	padding: var(--gap) var(--gap) 0;
}
.woocommerce-checkout-review-order-table {
	width: 100%;
	border-collapse: collapse;
	display: block;
	margin-bottom: var(--gap);
}
.woocommerce-checkout-review-order-table thead th {
	color: var(--grey);
	font-weight: 400;
	padding: 0 var(--gap) 10px;
	text-align: left;
	border-bottom: 1px solid var(--border);
}
.woocommerce-checkout-review-order-table tbody td {
	padding: calc(var(--gap) / 1.5) var(--gap);
	border-bottom: 1px solid var(--border);
	color: var(--black);
}
.woocommerce-checkout-review-order-table tbody td:first-child {
	width: 65%;
}
.woocommerce-checkout-review-order-table tbody td:last-child {
	font-weight: 500;
}
.woocommerce-checkout-review-order-table tbody td dl {
	margin: calc(var(--gap) / 6) 0 0;
	display: flex;
	flex-wrap: wrap;
	color: var(--grey);
	font-size: var(--text-size-sm);
}
.woocommerce-checkout-review-order-table tbody td dt {
	flex: 0 0 80px;
	max-width: 80px;
	margin-right: 10px;
}
.woocommerce-checkout-review-order-table tbody td dd {
	flex: 0 0 calc(100% - 80px - 10px);
	max-width: calc(100% - 80px - 10px);
	margin-left: 0;
}
.woocommerce-checkout-review-order-table tfoot {
	display: block;
	width: 100%;
}
.woocommerce-checkout-review-order-table tfoot tr {
	display: block;
	width: 100%;
	border-bottom: 1px solid var(--border);
	padding: calc(var(--gap) / 1.5) var(--gap);
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
	border-bottom: none;
}
.woocommerce-checkout-review-order-table tfoot th {
	display: block;
	font-size: var(--text-size-sm);
	font-weight: 400;
	color: var(--grey);
	text-align: left;
	margin-bottom: 6px;
	padding: 0;
}
.woocommerce-checkout-review-order-table tfoot td {
	padding: 0;
	display: block;
	color: var(--black);
}
.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
	font-size: var(--h6-size);
	font-weight: 500;
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	font-size: var(--h4-size);
	font-weight: 600;
	color: var(--gold);
}
.woocommerce-checkout-review-order-table tfoot tr.order-total td strong {
	font-weight: 600;
}

.woocommerce-checkout-payment {
	padding: 0 var(--gap) var(--gap);
}
.wc_payment_methods {
	margin-bottom: var(--gap);
}
.woocommerce-privacy-policy-text,
.checkout-policy {
	color: #999;
	margin-bottom: var(--gap) !important;
	font-size: var(--text-size-sm);
}
.form-row.place-order {
	margin-bottom: 0;
}



.wc_payment_methods {
	position: relative;
	margin: 0 0 var(--gap) !important;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 3);
}
.wc_payment_methods li {
	position: relative;
}
.wc_payment_methods li > input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	z-index: -99;
}
.wc_payment_methods li > label {
	position: relative;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 4);
	min-height: 48px;
	background: var(--white);
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: calc(var(--gap) / 2) calc(var(--gap) / 2) calc(var(--gap) / 2) calc(var(--gap) * 1.5 + 10px);
	font-weight: 500;
	color: var(--black);
	line-height: 1.5;
	cursor: pointer;
	transition: .5s;
	z-index: 1;
}
.wc_payment_methods li > label:hover {
	color: var(--green-secondary);
}
.wc_payment_methods li > input:checked + label {
	background: var(--green-secondary);
	border-color: var(--green-secondary);
	color: var(--white);
}
.list-checkbox {
	position: absolute;
	width: 24px;
	height: 24px;
	top: calc(50% - 12px);
	left: calc(var(--gap) / 2);
	border: 1px solid var(--border);
	-moz-border-radius: calc(var(--radius) / 1.5);
	-webkit-border-radius: calc(var(--radius) / 1.5);
	border-radius: calc(var(--radius) / 1.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
input:checked + label .list-checkbox {
	border-color: var(--white);
}
.list-checkbox:before {
	content: '';
	flex: 0 0 16px;
	max-width: 16px;
	height: 16px;
	background: var(--white);
	opacity: 0;
	-moz-border-radius: calc(var(--radius) / 1.5 - 2px);
	-webkit-border-radius: calc(var(--radius) / 1.5 - 2px);
	border-radius: calc(var(--radius) / 1.5 - 2px);
	transition: .5s;
}
input:checked + label .list-checkbox:before {
	opacity: 1;
}
.wc_payment_methods li label img {
	max-width: 80px;
	max-height: 24px;
}
.payment_box {
	position: relative;
	background: var(--white);
	padding: calc(var(--gap) / 1.5);
	font-size: var(--text-size-sm);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	z-index: 1;
}
.pageCart-follow {
	position: relative;
	background: var(--white);
	border: 1px solid var(--border);
	padding: var(--gap);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	z-index: 1;
}
.pageCart-follow h3 {
	font-size: var(--h6-size);
	margin-bottom: calc(var(--gap) / 3);
}
#gift_wrap_field .woocommerce-input-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 6) calc(var(--gap) / 3);
}
#gift_wrap_field .woocommerce-input-wrapper input {
	margin: 0;
	flex: 0 0 14px;
	max-width: 14px;
}
#gift_wrap_field .woocommerce-input-wrapper label {
	flex: 0 0 calc(100% - 14px - var(--gap) / 3);
	max-width: calc(100% - 14px - var(--gap) / 3);;
}
#gift_wrap_field .woocommerce-input-wrapper .optional {
	display: none;
}










.pageLogin-wrap {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--gap);
	flex-wrap: wrap;
}
.pageLogin-left,
.pageLogin-right {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: var(--gap);
	background: var(--beige);
	border: 1px solid var(--border);
}
.show-password-input {
	display: none;
}



.woocommerce-account .page-content > .woocommerce:after {
	content: '';
	clear: both;
	display: block;
}
.woocommerce-MyAccount-navigation {
	width: 240px;
	float: left;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	position: relative;
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 56px;
	font-weight: 500;
	padding: calc(var(--gap) / 2) var(--gap);
	border: 1px solid var(--border);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	color: var(--black);
	text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a  {
	background: var(--green-secondary);
	border-color: var(--green-secondary);
	color: var(--white);
}
.woocommerce-MyAccount-content {
	float: right;
	width: calc(100% - 240px - var(--gap));
	margin-left: var(--gap);
}



.woocommerce-orders-table,
.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
	border: 1px solid var(--border);
	padding: calc(var(--gap) / 2.4) var(--gap);
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th {
	color: var(--grey);
	font-weight: 400;
	text-align: left;
}
.woocommerce-orders-table td,
.woocommerce-table--order-details td {
	color: var(--black);
}
.woocommerce-table--order-details .wc-item-meta {
	margin: calc(var(--gap) / 6) 0 0;
	padding: 0;
	list-style: none;
	color: var(--grey);
	font-size: var(--text-size-sm);
}
.woocommerce-table--order-details .wc-item-meta li {
	display: flex;
	margin-bottom: 4px;
}
.woocommerce-table--order-details .wc-item-meta li:last-child {
	margin-bottom: 0;
}
.woocommerce-table--order-details .wc-item-meta strong {
	font-weight: 500;
	margin-right: 5px;
}

a.edit {
	color: red;
	display: inline-block;
	margin-bottom: 10px;
}

.woocommerce-order-details {
	margin-bottom: var(--gap);
}

.woocommerce-address-fields__field-wrapper,
.woocommerce-EditAccountForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce-EditAccountForm fieldset {
	flex: 0 0 100%;
	max-width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
.woocommerce-EditAccountForm fieldset legend {
	font-size: var(--h5-size);
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0;
	display: block;
}

.woocommerce-customer-details {
	background: var(--beige);
	border: 1px solid var(--border);
	-moz-border-radius: var(--gap);
	-webkit-border-radius: var(--gap);
	border-radius: var(--gap);
	padding: var(--gap);
}



.woocommerce-thankyou-order-received {
	font-size: var(--h5-size);
	font-weight: 500;
	color: var(--black);
	text-align: center;
	margin-bottom: var(--gap);
}
.woocommerce-thankyou-order-details {
	margin: 0 0 calc(var(--gap) * 1.25);
	padding: var(--gap);
	gap: var(--gap);
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #f9f9f9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.woocommerce-thankyou-order-details li {
	flex: auto;
	max-width: 100%;
	text-align: center;
}
.woocommerce-thankyou-order-details li strong {
	display: block;
	color: var(--black);
	font-weight: 600;
}


.tinv-wishlist table {
	border-collapse: collapse;
}
.tinv-wishlist table.tinvwl-table-manage-list {
	margin-bottom: 0;
}
.tinv-wishlist table td, .tinv-wishlist table th {
	border: 1px solid var(--border);
	padding: calc(var(--gap) / 2.4) calc(var(--gap) / 2);
}
.tinv-wishlist table th {
	font-weight: 400;
	color: var(--grey);
	text-align: left;
}
.tinv-wishlist .product-thumbnail {
	text-align: center;
}
.tinv-wishlist .product-thumbnail img {
	max-height: 80px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.tinv-wishlist .product-name a {
	text-decoration: none;
}
.tinv-wishlist .product-name dl {
	margin-top: calc(var(--gap) / 4);
	font-size: var(--text-size-sm);
	color: var(--grey);
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--gap) / 6);
}
.tinv-wishlist .product-name dt {
	flex: 0 0 80px;
	max-width: 80px;
}
.tinv-wishlist .product-name dd {
	flex: auto;
	max-width: calc(100% - 80px - var(--gap) / 6);
	margin: 0;
}
.tinv-wishlist td.product-price {
	color: var(--black);
	font-size: var(--h6-size);
	line-height: 1.25;
	font-weight: 600;
}
.tinv-wishlist td.product-price del {
	font-size: var(--text-size-sm);
	color: var(--grey);
	display: block;
	font-weight: 400;
}
.tinv-wishlist td.product-price ins {
	text-decoration: none;
}
.tinv-wishlist .product-stock .in-stock {
	color: green;
}
.tinv-wishlist .product-stock i {
	margin-right: calc(var(--gap) / 3);
}
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
	width: 25%;
}
.tinv-wishlist tfoot .tinvwl-input-group .form-control {
	height: 56px;
}
.tinv-wishlist .product-action .button {
	min-width: inherit !important;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--text-size);
	font-family: 'Inter', serif;
	font-weight: 500;
	line-height: 1.5;
	border: none;
	padding: calc(var(--gap) / 2) calc(var(--gap) / 1.667);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	outline: none;
	min-height: 56px;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
	transition: .5s;
	background: var(--green-primary);
	border-color: var(--green-primary);
	color: var(--white);
}
.tinv-wishlist .products-item__action {
	position: relative;
	bottom: 0;
	right: 0;
}

.tinv-wishlist tfoot {
	display: none;
}




@media (max-width: 1399px) {
	:root {
		--container: 1120px;
		--admin-bar: 32px;
		--radius: 8px;
		--gap: 24px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--text-size-esm: 12px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;
	}
}




@media (max-width: 1199px) {
	:root {
		--container: 910px;
		--admin-bar: 32px;
		--radius: 8px;
		--gap: 24px;

		--text-size: 15px;
		--text-size-sm: 13px;
		--text-size-esm: 12px;
		--h1-size: 28px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.btn {
		min-height: 50px;
	}
	#menu-item-30334 {
		display: none;
	}
	.heroSlider-item__wrap {
		max-width: 60%;
	}
	.heroSlider-item__content h1, .heroSlider-item__content h2 {
		font-size: calc(var(--h1-size) * 1.25);
	}
	.columns-5 .products-item {
		flex: 0 0 calc(100% / 4);
		max-width: calc(100% / 4);
	}
	.footer-partners {
		flex-direction: column;
		max-width: 160px;
	}
	.footer-partners a {
		flex: auto;
		max-width: 100%;
	}
	.main-menu li.is-catalog > ul {
		-moz-column-count: 3;
		column-count: 3;
	}
	.main-menu li.is-catalog > ul:before {
		width: calc(100% / 3);
		left: calc(100% / 3);
	}
	.main-menu li.is-catalog > ul:after {
		display: none;
	}
	.main-menu li.is-catalog > ul > li {
		padding: calc(var(--gap) / 4) 0;
	}
	.widget_product_categories ul {
		font-size: var(--text-size-sm);
	}
	.page-body-sidebar {
		flex: 0 0 calc(25% - var(--gap) / 2);
		max-width: calc(25% - var(--gap) / 2);;
	}
	.page-body-main {
		flex: 0 0 calc(75% - var(--gap) / 2);
		max-width: calc(75% - var(--gap) / 2);
	}
	.pageShop-products .columns-4 .products-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.singleProductImagesMain-swiper {
		flex: 0 0 calc(100% - var(--gap) / 2 - 80px);
		max-width: calc(100% - var(--gap) / 2 - 80px);
	}
	.singleProductImagesMain-item__image {
		height: calc(80px / .92 * 3 + var(--gap) / 2 * 2);
	}
	.singleProductImagesMain-item__image img {
		max-height: calc(80px / .92 * 3 + var(--gap) / 2 * 2);
	}
	.singleProductImagesOther-swiper {
		flex: 0 0 80px;
		max-width: 80px;
		height: calc(80px / .92 * 3 + var(--gap) / 2 * 2);
	}
	.singleProductImagesOther-item__image {
		height: calc(80px / .92);
	}
	.singleProductImagesOther-item__image img {
		max-height:  calc(80px / .92);
	}
	.singleProduct-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
		width: 50px;
		height: 50px;
	}
	.singleProduct-summary .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt img {
		flex: 0 0 28px;
		max-width: 28px;
		max-height: 28px;
		height: 28px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		height: 50px;
	}
	textarea {
		height: 120px;
	}
	.search-form input {
		height: 42px;
	}
	.search-form button {
		flex: 0 0 42px;
		max-width: 42px;
		height: 42px;
	}
	.woocommerce-MyAccount-navigation ul li a {
		min-height: 50px;
	}

	.pageCartTableProducts-qty,
	.singleProduct-qty {
		height: 50px;
	}
}




@media (max-width: 991px) {
	:root {
		--container: 690px;
		--admin-bar: 32px;
		--radius: 8px;
		--gap: 16px;

		--text-size: 15px;
		--text-size-sm: 13px;
		--text-size-esm: 12px;
		--h1-size: 26px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		padding: calc(var(--gap) / 2) var(--gap);
	}

	.select2-container .select2-selection--single {
		height: 50px;
	}
	.select2-container .select2-selection--single .select2-selection__rendered {
		padding-left: var(--gap);
	}
	.select2-container--default .select2-selection--single .select2-selection__rendered {
		line-height: 50px;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 48px;
	}
	.topbar {
		font-size: var(--text-size-esm);
	}
	.topbar-items {
		flex-direction: column;
		gap: 2px;
	}
	.topbar-item span {
		flex: 0 0 16px;
		max-width: 16px;
		width: 16px;
		height: 16px;
	}
	.topbar-item span img {
		max-height: 16px;
	}
	.header {
		padding: var(--gap) 0;
	}
	.header-wrap {
		gap: calc(var(--gap) / 1.5);
		height: 36px;
	}
	.header-logo {
		flex: auto;
	}
	.header-logo img {
		max-height: 36px;
	}
	.header-search {
		position: relative;
		flex: 0 0 auto;
		display: flex;
		z-index: 1;
	}
	.header-search-inner {
		position: absolute;
		top: calc(100% + 6px);
		right: calc((4 * 32px + 4 * var(--gap) / 1.5) * -1);
		width: var(--container);
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		visibility: hidden;
		transition:
	        max-height .3s ease,
	        opacity .3s ease,
	        visibility .3s ease;
		z-index: 2;
	}
	.header-search-inner.active {
		max-height: 50px;
		opacity: 1;
		visibility: visible;
	}
	.header-icons {
		gap: calc(var(--gap) / 1.5);
	}
	.main-menu {
		display: none;
	}
	.heroSlider-item__wrap {
		max-width: 100%;
		height: 480px;
	}
	.heroSlider-item__wrap:before,
	.heroSlider-item__wrap:after {
		display: none;
	}
	.heroSlider-item__image {
		width: 100%;
	}
	.heroSlider-item__image:after {
		content: '';
		background: var(--white);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: .9;
		z-index: 1;
	}
	.columns-4 .products-item,
	.columns-5 .products-item {
		flex: 0 0 calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.products-wrap .heading,
	.products-tabs .heading {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.products-button {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		order: 2;
	}
	.products-tabs .tabs-nav {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: flex-start;
	}
	.advantages-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-bottom {
		flex-direction: column-reverse;
		gap: calc(var(--gap) / 2);
		align-items: center;
		text-align: center;
	}
	.widget-area .widget_product_categories {
		display: block;
		margin: var(--gap) 0 calc(var(--gap) * 1.5) !important;
	}
	.page-header .widget_product_categories {
		display: none;
	}
	.page-body-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 2);
	}
	.page-body-sidebar,
	.page-body-main {
		flex: auto;
		max-width: 100%;
	}
	#filter-toggle {
		gap: calc(var(--gap) / 2.5);
	}
	#filter-toggle:before {
		content: '';
		-webkit-mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-image: url(images/filter_alt.svg);
		mask-image: url(images/filter_alt.svg);
		background-color: var(--white);
		flex: 0 0 24px;
		max-width: 24px;
		width: 24px;
		height: 24px;
	}
	#filter-toggle.active:before {
		-webkit-mask-image: url(images/close.svg);
		mask-image: url(images/close.svg);
	}
	.widget-area {
		height: 0;
		overflow: hidden;
		transition: height .3s ease;
	}

	.singleProduct-wrap {
		flex-direction: column;
		gap: 0;
	}
	.singleProduct-left,
	.singleProduct-right {
		flex: auto;
		max-width: 100%;
	}
	.singleProduct-left {
		margin-bottom: var(--gap);
	}
	.wc-block-components-notice-banner__content .button, .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
		float: none;
		margin: calc(var(--gap) / 2) 0 0;
		display: block;
		width: max-content;
		max-width: 100%;
	}
	.pageCart-wrap,
	.pageCheckout-wrap {
		flex-direction: column;
		gap: calc(var(--gap) * 2);
	}
	.pageCart-left,
	.pageCart-right,
	.pageCheckout-left,
	.pageCheckout-right {
		flex: auto;
		max-width: 100%;
	}
	.woocommerce-thankyou-order-details li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
		float: none;
	}
	.woocommerce-MyAccount-navigation ul {
		display: flex;
		flex-wrap: wrap;
		gap: calc(var(--gap) / 2);
	}
	.woocommerce-MyAccount-navigation ul li {
		flex: 0 0 calc(50% - var(--gap) / 4);
		max-width: calc(50% - var(--gap) / 4);
		margin-bottom: 0;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		float: none;
		margin: calc(var(--gap) * 2) 0 0;
	}

	.singleProduct-image {
		height: calc(80px / .92 * 3 + var(--gap) / 2 * 2);
	}
	.singleProduct-image img {
		max-height: calc(80px / .92 * 3 + var(--gap) / 2 * 2);
	}

	.aboutInfo-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.pageLogin-wrap {
		flex-direction: column;
		align-items: normal;
		gap: calc(var(--gap) * 2);
	}
	.pageLogin-left,
	.pageLogin-right {
		flex: auto;
		max-width: 100%;
	}
}




@media (max-width: 767px) {
	:root {
		--container: 510px;
		--admin-bar: 46px;
		--radius: 8px;
		--gap: 16px;

		--text-size: 15px;
		--text-size-sm: 13px;
		--text-size-esm: 12px;
		--h1-size: 26px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.columns-3 .products-item, .columns-4 .products-item, .columns-5 .products-item, .pageShop-products .columns-4 .products-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.woocommerce-result-count {
		display: none !important;
	}
	.pageShop-top {
		margin-bottom: calc(var(--gap));
	}
	.woocommerce-ordering {
		max-width: 100%;
	}
	.singleProduct-price,
	.singleProduct-summary form.cart {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-action .btn {
		flex: auto;
	}
	.heroSlider-item__button .btn,
	.comment-form .form-submit .btn {
		width: 100%;
	}
	.singleProduct-meta {
		flex-wrap: wrap;
	}
	.singleProducts-rating {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.alignleft,
	.aligncenter,
	.alignright {
		float: none;
		display: block;
		margin: 0 0 var(--gap);
	}

	.woocommerce-cart-form table tr {
		flex-wrap: wrap;
	}
	.woocommerce-cart-form table td.product-name {
		flex: 0 0 calc(100% - var(--gap) - 80px);
		max-width: calc(100% - var(--gap) - 80px);
	}
	.woocommerce-cart-form table td.product-remove {
		margin-left: auto;
	}
	.form-row-first, .form-row-last {
		flex: 0 0 100%;
		max-width: 100%;
	}




	.pageCartTableProducts,
	.woocommerce-orders-table {
		display: block;
		width: 100%;
	}
	.pageCartTableProducts thead,
	.woocommerce-orders-table thead {
		display: none;
	}
	.pageCartTableProducts tbody,
	.woocommerce-orders-table tbody {
		display: block;
		width: 100%;
	} 
	.pageCartTableProducts tbody tr,
	.woocommerce-orders-table tbody tr {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		border: 1px solid var(--border);
		padding: var(--gap);
		border-radius: 10px;
		margin-bottom: var(--gap);
	}
	.pageCartTableProducts tbody td,
	.woocommerce-orders-table tbody td {
		flex: 0 0 100%;
		max-width: 100%;
		display: block;
		padding: 0;
		border: none;
		background: none;
	}
	.woocommerce-orders-table tbody td {
		margin-bottom: 5px;
	}
	.woocommerce-orders-table tbody td:last-child {
		margin-bottom: 0;
	}
	.woocommerce-orders-table tbody td:before {
		content: attr(data-title) ":";
		font-weight: 600;
	}
	.woocommerce-orders-table__cell-order-actions:before {
		display: none;
	}

	.pageCartLastRow .coupon input,
	.pageCartLastRow .coupon .btn {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.tinv-wishlist .product-thumbnail {
		max-width: 100%;
	}
	.tinv-wishlist .product-thumbnail img {
		max-height: 100px;
	}
	.tinvwl-table-manage-list thead {
		display: none;
	}
	.wishlist_item {
		margin-bottom: var(--gap);
		display: block;
	}
	.tinv-wishlist .product-name dl {
		margin-bottom: 0;
	}
	.tinv-wishlist .product-name dt,
	.tinv-wishlist .product-name dd {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tinv-wishlist .product-name dt {
		color: var(--black);
	}
	.banner-content br {
		display: none;
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 6);
	}
	button.swiper-navigation {
		opacity: 1;
	}
}




@media (max-width: 575px) {
	:root {
		--container: calc(100vw - var(--gap) * 2);
		--admin-bar: 0px;
		--radius: 8px;
		--gap: 16px;

		--text-size: 15px;
		--text-size-sm: 13px;
		--text-size-esm: 12px;
		--h1-size: 26px;
		--h2-size: 24px;
		--h3-size: 22px;
		--h4-size: 20px;
		--h5-size: 18px;
		--h6-size: 16px;
	}
	.heroSlider-item__content h1, .heroSlider-item__content h2 {
		font-size: var(--h1-size);
	}
	.modal-dialog {
		max-width: var(--container);
	}
	.modal-description br {
		display: none;
	}
	.tabs-nav li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.tabs-nav li a {
		width: 100%;
		text-align: center;
	}
	.singleProduct-attributes p {
		flex-direction: column;
		align-items: normal;
		gap: 2px;
	}
	.singleProduct-attributes p strong:after {
		display: none;
	}
	.singleProduct-attributes p strong,
	.singleProduct-attributes p span {
		flex: auto;
		max-width: 100%;
	}
	.singleProduct-summary .product_title {
		font-size: var(--h2-size);
	}
	.page-breadcrumbs {
		font-size: var(--text-size-esm);
	}
	.singleProduct-action {
		flex-wrap: wrap;
	}
	.singleProduct-qty {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.singleProduct-action .btn {
		max-width: calc(100% - 50px - var(--gap));
	}
	.error-404-number {
		font-size: calc(var(--h1-size) * 5);
	}
}