@import url('../fonts/Lato/stylesheet.css');
:root {
	--color-white: #ffffff;
	--color-black: #000000;
	--color-bg: #ffffff;
	--color-hover: #080808;
	
	--container-width: 1820px;
    --container-padding: 15px;

	--font-f: "Lato", sans-serif;

	--logo-width: 12.5rem; 
	--logo-height: 2.8125rem; 

	--transition: all .3s ease-in-out;
}

body {
	margin: 0;
	font-family: var(--font-f);
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	color: var(--color-black);
	background-color: var(--color-bg);
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	scroll-behavior: smooth;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	padding: 0;
	border: none;
	font: inherit;
	color: inherit;
	background-color: transparent;
	cursor: pointer;
	outline: none !important;
	transition: var(--transition);
}
input {
	outline: none !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

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

a {
	text-decoration: none !important;
	color: inherit;
	display: inline-block;
	position: relative;
	outline: none !important;
	transition: all 0.2s linear;
	transition: var(--transition);
}

section {
	position: relative;
}

strong, b {
	font-weight: 700;
}

.container {
	width: 100%;
	max-width: calc(var(--container-width) + var(--container-padding) + var(--container-padding));
	margin: 0 auto;
	padding: 0 var(--container-padding);
	position: relative;
	z-index: 2;
}

h1 {	
	font-family: var(--font-f);
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.2;
	color: #080808;
}

h2 {
	font-family: var(--font-f);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #080808;
}

h3 {
	font-family: var(--font-f);
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.16;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #080808;
}

h4 {
	font-family: var(--font-f);
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #080808;
}

h5 {
	font-family: var(--font-f);
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.2;
	color: #080808;
}

h6 {
	font-family: var(--font-f);
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2;
	color: #080808;
}

p {
	font-family: var(--font-f);
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	display: block;
	color: #080808;
}

.img_cont img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.img_cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

header {
	/*position: relative;*/
	position: sticky;
	top: -42px;
	z-index: 4;
	box-shadow: 0 10px 13px 0 #08080809;
}
.header_top {
	background: #F2F2F2;
}
.header_top_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_top_menu > ul {
	display: flex;
	align-items: center;
}	
.header_top_menu > ul > li:not(:last-child) {
	margin-right: 1.25rem;
}
.header_top_menu > ul > li a,
.header_top_menu > ul > li span {
	font-family: var(--font-f);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #454545;
	padding: 0.6875rem 0;
}
.header_top_menu > ul > li span,
.header_top_menu > ul > li.current_page_item > * {
	color: #080808;
	text-decoration-line: underline !important;
	text-underline-offset: 3px;
}
.site-main {
	flex: 1;
}
.header_top_right {
	display: flex;
	align-items: center;
}
.header_switcher:not(:last-child) {
	border-right: 1px solid rgba(8, 8, 8, 0.3);
	padding-right: 0.3125rem;
	margin-right: 0.3125rem;
}
.header_switcher ul {
	display: flex;
	align-items: center;
}
.header_switcher ul li {
	margin: 0 5px;
}
.header_switcher ul li > * {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.6;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #080808;
	text-transform: uppercase;
}
.woo-multi-currency.wmc-shortcode .wmc-currency.wmc-active, .woo-multi-currency.wmc-shortcode .wmc-current-currency {
	background-color: transparent;
}
.woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
	background-color: transparent;
	padding: 0;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.6;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #080808;
	text-transform: uppercase;
	margin: 0 5px;
}
.header_switcher ul li > span {
	font-weight: 400;
	text-decoration-line: underline;
	text-underline-offset: 3px;
}
.header_bottom {
	background: #FFFFFF;

}
.header_bottom_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_bottom_wrapper > div {
	flex: 1;
}
.dropdown {
	position: relative;
}
.dropdown button {
	padding: 0.9375rem 0.5625rem;
	display: flex;
	align-items: center;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 2.3px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none; 
	text-transform: uppercase;
	color: #080808;
}
.dropdown button span {
	display: flex;
	align-items: center;
	margin-right: 0.5rem;
	border: 1px solid #F2F2F2;
	padding: 1.125rem;
	transition: var(--transition);
	border-radius: 50%;
	width: 3.75rem;
	min-width: 3.75rem;
	height: 3.75rem;
}
.dropdown button span svg {
	width: 100%;
	height: 100%;
	transition: var(--transition);
	fill: transparent;
}
.dropdown_wrapper {
	position: absolute;
	left: 0;
	top: 100%;
	border-top: 1px solid #EAE3DF4D;
	background: #FFFFFF;
	backdrop-filter: blur(17.4px);
	box-shadow: 0 36.2px 13px 0 #08080809;
	padding: 20px 10px;
	max-width: 337px;
	width: 100%;
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
}
.dropdown button.active {
	background: #F9F9F9;
}
.dropdown button.active svg {
	transform: rotate(90deg);
}
.dropdown button.active span {
	border-color: #DEDEDE;
}
.dropdown button.active + .dropdown_wrapper {
	opacity: 1;
	visibility: visible;
}
.dropdown_wrapper > ul > li > a,
.dropdown_wrapper > ul > li > span {
	padding: 10px;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #454545;
	width: 100%;
}
.header_logo_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropdown_wrapper > ul > li > ul {
	padding: 10px;
}
.dropdown_wrapper > ul > li > ul > li > a,
.dropdown_wrapper > ul > li > ul > li > span {
	padding: 6px 10px;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0;
	color: #454545;
}
.dropdown_wrapper > ul .current-menu-item > a,
.dropdown_wrapper > ul .current-menu-item > span {
	color: #080808;
}
.header_logo,
.footer_logo {
	height: var(--logo-height);
	width: var(--logo-width);
}
.header_links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.header_links > * {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	min-width: 3.75rem;
	height: 3.75rem;
	padding: 1.125rem;
	color: #080808;
	border-radius: 50%;
	border: 1px solid transparent;
}
.header_links svg {
	width: 100%;
	height: 100%;
	fill: transparent;
}
.header_links > * span {
	position: absolute;
	top: 0.75rem;
	right: 0.5625rem;
	aspect-ratio: 1/1;
	min-width: 0.75rem;
	border-radius: 50%;
	padding: 2px;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: .8;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #FFFFFF;
	background: #DEDEDE;
	transition: var(--transition);
}
.intro_slider_item {
	aspect-ratio: 1920/700;
	display: flex !important;
	align-items: flex-end;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 66px 0;
}
.intro_slider_content {
	max-width: 445px;
	width: 100%;
}
.intro_slider_title {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 2.299999952316284px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #080808;
	text-transform: uppercase;
}
.underline {
	width: fit-content;
	padding-bottom: 15px;
	position: relative;
}
.underline::after {
	content: '';
	width: calc(100% + 20px);
	min-width: 100px;
	height: 1px;
	background-color: #DEDEDE;
	position: absolute;
	bottom: 0;
	left: 0;
}
.intro_slider_text {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.20000000298023224px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #6B6B6B;
	margin-top: 15px;
}
.btn {
	width: fit-content;
	padding: 18px 25px;
	gap: 10px;
	border: 1px solid #454545;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 2.200000047683716px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #454545;
	text-transform: uppercase;
}
.btn_black {
	background-color: #080808;
	border-color: #080808;
	color: #FFFFFF;
}
.intro_slider_content .btn {
	margin-top: 45px;
}
.front_menu_wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid #F2F2F2;
}
.front_menu_item {
	display: flex;
	flex-direction: column;
	padding: 50px;
	transition: var(--transition);
}
.front_menu_item:not(:last-child) {
	border-right: 1px solid #F2F2F2;
}
.front_menu_item_img {
	aspect-ratio: 505/450;
	margin-bottom: 10px;
	overflow: hidden;
}
.front_menu_item_title {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 2.23px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #080808;
}
.front_menu_item_text {
	font-size: 11px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.2px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	color: #6B6B6B;	
}
svg {
	fill: transparent;
}
.front_menu_btn {
	margin-top: 35px;
	text-transform: uppercase;
}
.btn svg {
	width: 6px;
	height: 9px;
	margin-left: 35px;
}
.btn_small {
	padding: 15px 20px;
}
.front_menu_item_bottom {
	flex: 1;
	display: flex;
	align-items: flex-end;
}
.front_list {
	margin-top: 100px;
}
.title_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.title {
	font-weight: 400;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 5.18px;
	color: #454545;
	text-transform: uppercase;	
	padding-bottom: 12px;
	position: relative;
}
.title::after {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #DEDEDE;
	position: absolute;
	bottom: 0;
	left: 0;
}
.btn_transp {
	border-color: transparent;
}
.btn_transp svg {
	margin-left: 15px;
}
.front_list_products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2px;
}
.product_teaser {
	width: 100% !important;
	float: none !important;
	display: flex;
	flex-direction: column;
	margin: 0 !important;
}
.product_teaser_img {
	width: 100%;
	aspect-ratio: 453/477;
	position: relative;
	overflow: hidden;
}
.product_teaser_info {
	display: flex;
	flex-direction: column;
	padding: 15px;
	flex: 1;
}
.product_teaser_title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 2.3px;
	color: #080808;
	font-family: var(--font-f);
	text-transform: uppercase;
	position: relative;
	width: fit-content;
}
.product_teaser_title:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: var(--transition);
	background-color: #080808;
}
.product_teaser_body {
	margin-top: 2px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 0.2px;
	color: #6B6B6B;
}
.product_teaser_price_wrapper {
	margin-top: auto;
}
.product_teaser_price_wrapper .product_teaser_price {
	margin-top: 10px;
}
.product_teaser_price {
	font-weight: 400;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 1.9px;
	color: #454545;
}
.teaser_btn svg {
	width: 18px;
	height: 18px;
}
.btn_list_mob {
	margin-top: 10px;
	background-color: #F2F2F2;
	color: #454545;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.7;
	letter-spacing: 1.8px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border-color: #F2F2F2;
	max-width: 235px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	gap: 5px;
}
.add_to_cart_button,
.product_type_variable {
	background-color: #080808;
	border-color: #080808;
	color: #FFFFFF;
	gap: 10px;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 2.200000047683716px;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	text-transform: uppercase;
}
.teaser_btn,
.add_to_cart_button,
.product_type_variable {
	padding: 15px 30px;
	width: calc(100% - 20px);
	justify-content: space-between;
	display: flex;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: var(--transition);
	position: absolute !important;
	bottom: 12px;
	right: 10px;
	left: 10px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12L12.5401 11.455C14.5865 11.2845 15.0458 10.8375 15.2726 8.79667L15.75 4.5' stroke='white' stroke-width='0.75' stroke-linecap='round'/%3E%3Cpath d='M4.5 4.5H16.5' stroke='white' stroke-width='0.75' stroke-linecap='round'/%3E%3Cpath d='M4.5 16.5C5.32843 16.5 6 15.8284 6 15C6 14.1716 5.32843 13.5 4.5 13.5C3.67157 13.5 3 14.1716 3 15C3 15.8284 3.67157 16.5 4.5 16.5Z' stroke='white' stroke-width='0.75'/%3E%3Cpath d='M12.75 16.5C13.5784 16.5 14.25 15.8284 14.25 15C14.25 14.1716 13.5784 13.5 12.75 13.5C11.9216 13.5 11.25 14.1716 11.25 15C11.25 15.8284 11.9216 16.5 12.75 16.5Z' stroke='white' stroke-width='0.75'/%3E%3Cpath d='M6 15H11.25' stroke='white' stroke-width='0.75' stroke-linecap='round'/%3E%3Cpath d='M1.5 1.5H2.2245C2.93301 1.5 3.55061 1.96844 3.72245 2.6362L5.95389 11.3074C6.06665 11.7456 5.97015 12.2098 5.69118 12.5712L4.9741 13.5' stroke='white' stroke-width='0.75' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: calc(100% - 30px) 50%;
}
.product_teaser_info_top {
	position: relative;
	display: flex;
}
.front_advantages {
	margin-top: 100px;
	background-color: #F2F2F2;
	padding: 30px 0;
}
.front_advantages_wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.front_advantage {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 22px 10px;
}
.front_advantage_icon {
	width: 36px;
	height: 36px;
	margin-bottom: 8px;
}
.front_advantage_icon svg {
	width: 100%;
	height: 100%;
}
.front_advantage_title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-transform: uppercase;	
	color: #080808;
	text-align: center;
}
.front_advantage_body {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 0.2px;
	text-align: center;
	color: #6B6B6B;
	max-width: 350px;
}
.front_advantage:nth-of-type(2) {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
footer {
	margin-top: 100px;
	padding-bottom: 30px;
}
.footer_top {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.footer_menu ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 20px;
}
.footer_menu ul li > * {
	padding: 6px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.8;
	color: #454545;
}
.footer_menu ul > li > span {
	color: #080808;
	text-decoration-line: underline;
	text-underline-offset: 3px;
}
.footer_menu,
.footer_top_right {
	flex: 1;
}
.footer_top_center {
	flex: .5;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer_socials {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	gap: 10px 40px;
}
.footer_socials li > * {
	font-weight: 300;
	font-size: 12px;
	line-height: 1.5;
	color: #373838;
	text-transform: uppercase;	
}
.footer_bottom {
	margin-top: 50px;
	padding: 10px 0;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	display: flex;
	align-items: center;
}
.footer_bottom > * {
	flex: 1;
}
.copyright {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #080808;
}
.footer_bottom_icons {
	display: flex;
	justify-content: center;
	gap: 5px 22px;
}
.footer_bottom_icons svg {
	width: 40px;
	height: 40px;
}
.footer_bottom_menu ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0 22px;
}
.footer_bottom_menu ul li > * {
	padding: 4px 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.8;
	color: #6B6B6B;
}
.footer_bottom_menu ul > li > span {
	color: #080808;
	text-decoration-line: underline;
	text-underline-offset: 3px;
}
.front_news {
	margin-top: 100px;
}
.product_page {
	padding-top: 35px;
}
.product_wrapper {
	display: flex;
	justify-content: space-between;
}
.product_photo_wrapper {
	width: 55%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: fit-content;
	position: sticky;
	top: 0;
}
.product_slider_nav {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-left: 9px;
}
.product_photo {
	max-width: 600px;
	width: 100%;
	height: fit-content;
	position: relative;
}
.product_photo img,
.product_photo video {
	aspect-ratio: 600/750;
	object-fit: cover;
	/*object-position: center;*/
}
.product_info_wrapper {
	width: 43%;
}
.product_info {
	max-width: 480px;
	width: 100%;
}
.back_btn {
	border: none;
	border-bottom: 1px solid #DEDEDE;
	padding: 9px 8px 9px 0;
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 0.65);
	margin-bottom: 50px;
}
.back_btn svg {
	width: 6px;
	height: 9px;
	margin-left: 0;
	margin-right: 20px;
}
.product_info_main {
	padding: 10px 0;
}
.product_sku {
	font-weight: 300;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #979797;
	margin-bottom: 15px;
}
.product_title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
	margin-bottom: 24px;
	padding-bottom: 20px;
}
.product_teaser_text,
.product_teaser_text * {
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #6B6B6B;
}
.product_info_main .product_price {
	margin-top: 24px;
	margin-bottom: 15px;
}
.product_price {
	font-weight: 400;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 1.9px;
	text-transform: uppercase;
	color: #080808;
}
table.shop_table_responsive tr td::before {
	content: none !important;
}
.slick-dots {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	border-radius: 50px;
	padding: 8px 12px;
	background: #BFBFBF70;
	background-blend-mode: color-dodge;
	backdrop-filter: blur(40px);
}
.slick-dots li:not(:last-child) {
	margin-right: 8px;
}
.slick-dots li {
	width: 8px;
	min-width: 8px;
	height: 8px;
	display: flex;
}
.slick-dots li button {
	width: 8px;
	min-width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #000000;
	font-size: 0;
	opacity: 0.3;
}
.slick-dots li.slick-active button {
	opacity: 1;
}
.slider_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	min-width: 39px;
	height: 39px;
	border: 1px solid #080808;
	background-color: #080808;
	color: #F2F2F2;
}
.slider_arrow svg {
	width: 6px;
	height: 9px;
}
.intro_slider .slick-dots {
	bottom: 70px;
}
.intro_slider_nav_wrapper {
	position: absolute;
	bottom: 100px;
	width: 100%;
}
.slider_arrow_prev {
	color: #080808;
	background-color: transparent;
}
.intro_slider_nav {
	width: min-content;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-self: flex-end;
}
.intro_slider_nav .slider_arrow_prev {
	grid-column: 1/2;
	grid-row: 2/3;
}
.intro_slider_nav .slider_arrow_next {
	grid-column: 2/3;
	grid-row: 1/2;
	margin-bottom: -1px;
	margin-left: -1px;
}
.product_actions {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	gap: 10px;
}
.add_btn {
	flex: 1;
	padding: 20px 30px;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.add_btn svg {
	width: 18px;
	min-width: 18px;
	height: 18px;
}
.fav_btn {
	border-color: #DEDEDE;
	padding: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fav_btn svg {
	width: 24px;
	min-width: 24px;
	height: 24px;
	margin: 0;
}
.product_accordion {
	border-top: 1px solid #F2F2F2;
}
.product_accordion:not(:last-child) {
	margin-bottom: 10px;
}
.product_accordion_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 2.16px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #454545;
	padding: 15px 10px;
	cursor: pointer;
	transition: var(--transition);
}
.product_accordion_title.active {
	color: #080808;
}
.product_accordion_title.active svg {
	transform: scale(1, -1);
}
.product_accordion_title svg {
	transition: var(--transition);
	width: 25px;
	min-width: 25px;
	height: 25px;
	margin-left: 15px;
}
.product_accordion_body {
	padding: 20px 10px 15px;
	border-top: 1px solid #F2F2F2;
	display: none;
}
.product_accordion_body_title {
	font-weight: 500;
	font-size: 10px;
	line-height: 21px;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #6B6B6B;
	margin-bottom: 4px;
}
.product_accordion_body_cont {
	font-weight: 600;
	font-size: 10px;
	line-height: 21px;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.product_accordion_body p {
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0.01em;
	color: #080808;
}
.product_accordion_body_item:not(:last-child) {
	margin-bottom: 12px;
}
.tags_wrapper {
	position: absolute;
	top: 16px;
	left: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.product_list_item_tag {
	padding: 3px 5px;
	font-weight: 400;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 1.8px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.65);
	background-color: #FFFFFF;
}
.product_list_item_tag.presale {
	background-color: #080808;
	color: #FFFFFF;
}
.cart_page {
	--container-width: 1504px;
	margin-top: 35px;
}
.cart_page .container,
.checkout_page .container {
	position: static;
}
.cart_page table {
	width: 100%;
}
.cart_page thead {
	border-bottom: 1px solid #F2F2F2;
}
.cart_page thead th {
	font-weight: 400;
	font-size: 9px !important;
	line-height: 15px;
	letter-spacing: 1.62px !important;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 0.65) !important;
	text-align: center !important;
	padding: 10px 10px 20px 10px;
}
.cart_page tbody {
	border-bottom: 1px solid #F2F2F2;
}
.cart_page tbody td {
	vertical-align: middle;
	padding: 12px 10px;
}
.cart_page .remove {
	font-weight: 400;
	font-size: 9px;
	line-height: 15px;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: underline !important;
	color: rgba(69, 69, 69, 0.65);
	text-align: center;
	padding: 20px;
	text-underline-offset: 2px;
}
.cart_page .product-thumbnail img {
	object-fit: cover;
	aspect-ratio: 1/1;
	width: 75px;
	height: auto;
}
.cart_page .product-thumbnail {
	padding-right: 0;
}
th.product-remove {
	width: 103px;
}
.cart_page .product-name {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.cart_page .product-price,
.cart_page .product-subtotal {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	text-align: center;
	color: #454545;
}
.under_cart {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.cart_subtotal {
	background-color: #F2F2F2;
	padding: 10px;
	max-width: 593px;
	width: 100%;
}
#coupon_code {
	padding: 12px 20px;
	border: none;
	border-bottom: 1px solid #9A9A9A;
	font-weight: 400;
	font-size: 9px;
	line-height: 1.3;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #080808;
	max-width: 308px;
	width: 100%;
	appearance: none;
}
.under_cart .coupon {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	flex-wrap: wrap;
}
.coupon_wrapper {
	width: 100%;
}
.cart_subtotal table tbody {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.cart_subtotal table tbody tr > * {
	padding-top: 10px;
}
.cart_subtotal table tbody tr:last-child > * {
	padding-bottom: 10px;
}
.cart_subtotal tbody td {
	padding: 0;
	text-align: right !important;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #454545;
}
.cart_totals_title {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #080808;
	text-align: center;
	margin-bottom: 10px;
}
.wc-proceed-to-checkout {
	margin-top: 10px;
}
.wc-proceed-to-checkout .btn {
	width: 100%;
	text-align: center;
}
.cart_subtotal .footer_bottom_icons {
	margin-top: 10px;
}
.checkout_page {
	--container-width: 1504px;
}
.checkout_wrapper {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	grid-gap: 40px;
	margin-top: 35px;
}
.checkout_left {
	padding: 10px;
}
.checkout_right {
	padding: 10px;
	height: fit-content;
	background-color: #F4F4F5;
}
.checkout_title {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 25px;
}
.checkout_title::after {
	content: '';
	width: 80px;
	height: 1px;
	background-color: #F2F2F2;
	position: absolute;
	bottom: 0;
	left: 0;
}
.wcus-checkout-fields {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #F2F2F2;
}
.fields_wrapper,
#mrkv_ua_shipping_nova-poshta-shipping-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 20px;
}
.wcus-checkout-fields > div > div {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 10px));
	grid-gap: 30px 20px;
	margin-top: 30px;
}
.zen-ui-select__value-text {
	text-overflow: ellipsis;
}
#mrkv_ua_shipping_nova-poshta_city_label_field,
#mrkv_ua_shipping_nova-poshta_city_ref_field,
#mrkv_ua_shipping_nova-poshta_area_name_field,
#mrkv_ua_shipping_nova-poshta_warehouse_ref_field,
#mrkv_ua_shipping_nova-poshta_warehouse_number_field {
	display: none;
}
.fields_wrapper > * {
	width: 100% !important;
	margin: 0 !important;
	position: relative;
}
.fields_wrapper input,
.wcus-checkout-fields input {
	font-family: var(--font-f);
	border-radius: 0;
	border: none;
	padding: 13px 20px;
	background-color: #F2F2F2;
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 1);
	width: 100%;
	height: 41px;
}
.form-row.woocommerce-validated input.input-text {
	box-shadow: none !important;
}
.required {
	color: #AB2400 !important;
}
.fields_wrapper label {
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, .65);
	padding: 13px 20px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 41px;
	transition: var(--transition);
	display: flex;
	align-items: center;
}
.fields_wrapper .form-row:focus-within label,
.fields_wrapper .form-row.woocommerce-validated label,
.wcus-checkout-fields .form-row:focus-within label,
.wcus-checkout-fields .form-row.woocommerce-validated label,
#shipping_state_field label,
#shipping_country label {
	padding: 0;
	transform: translateY(-100%);
	height: fit-content;
}
.wcus-checkout-fields label {
	display: none;
}
.col-1 {
	padding-bottom: 25px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 25px;
}
.checkout_right_title {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #454545;
}
.checkout_right_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 13px;
	border-bottom: 1px solid #FFFFFF;
}
.checkout_right_title_wrapper {
	display: flex;
	align-items: center;
}
.checkout_right_top_icon {
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-right: 14px;
	border: 1px solid #DEDEDE;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 17px;
}
.checkout_right_top_icon svg {
	width: 100%;
	height: 100%;
}
.cart_btn {
	padding: 9px 8px;
	background-color: #DEDEDE;
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 0.65);
	border-color: #DEDEDE;
	display: flex;
	align-items: center;
	gap: 0;
}
.cart_btn svg {
	margin-right: 20px;
	margin-left: 0;
}
.hidden {
	display: none !important;
}
.checkout_left .woocommerce-checkout-payment {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.woocommerce-checkout-payment ul {
	display: flex;
	align-items: center;
	gap: 10px 30px;
}
.woocommerce-shipping-methods {
	display: flex;
	align-items: center;
	gap: 10px 30px;
}
.woocommerce-shipping-methods li,
.woocommerce-checkout-payment li {
	display: flex;
	align-items: center;
}
.woocommerce-shipping-methods label,
.woocommerce-checkout-payment label {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.woocommerce-shipping-methods input,
.woocommerce-checkout-payment input {
	margin-top: 0;
	margin-right: 11px;
	accent-color: #080808;
}
#order_comments_field label {
	display: none;
}
#order_comments_field textarea {
	width: 100%;
	min-height: 44px;
	padding: 13px 20px;
	background-color: #F2F2F2;
	color: rgba(69, 69, 69, 1);
	font-family: var(--font-f);
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	border: none;
	resize: none;
	outline: none !important;
	margin-top: 25px;
}
#place_order {
	width: 100%;
}
.checkout_right .payment_methods {
	display: none;
}
.woocommerce-privacy-policy-text p,
.woocommerce-terms-and-conditions-wrapper label {
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0;
	color: #373838;
	margin-bottom: 10px;
	margin-top: 10px;
}
.woocommerce-terms-and-conditions-wrapper label {
	display: flex;
	align-items: center;
}
.woocommerce-privacy-policy-text p a,
.woocommerce-terms-and-conditions-wrapper label a {
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	text-transform: uppercase;
}
.place-order {
	width: 100%;
}
.col-2 .place-order {
	display: none;
}
.shipping_method_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 25px;
}
.shipping_method_wrapper svg {
	width: 128px;
	height: 37px;
}
.checkout_warning {
	padding: 12px;
	box-shadow: 0px 2px 6.5px 0px #0000001A;
	display: flex;
	align-items: center;
	width: fit-content;
	margin-bottom: 25px;
}
.checkout_warning_wrap {
	display: flex;
	align-items: center;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #FFF6EE;
}
.checkout_warning_wrap svg {
	width: 18px;
	min-width: 18px;
	height: 18px;
	color: #AB2400;
	margin-right: 4px;
}
.checkout_warning_title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.checkout_warning_text {
	font-weight: 400;
	font-size: 13px;
	line-height: 142%;
	letter-spacing: 0;
	color: #373838;
}
#mrkv_ua_shipping_nova-poshta-shipping-info {
	padding-bottom: 25px;
	border-bottom: 1px solid #F2F2F2;
	margin-bottom: 25px;
}
#mrkv_ua_shipping_nova-poshta-shipping-info label {
	display: none;
}
body .select2-container--default .select2-selection--single {
	border-radius: 0;
	height: 41px;
	background-color: #F2F2F2;
	border: none;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 7px 20px;
	height: 41px;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 1);
}
body .select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 0.65);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 20px;
	top: 50%;
	right: 20px;
	width: 20px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5996 8.19995L9.99961 11.8L6.39961 8.19995' stroke='%23080808' stroke-width='0.8'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none !important;
}
.woocommerce-form-coupon-toggle {
	display: none;
}
.shop_table {
	padding-top: 10px;
}
.shop_table_item {
	display: grid;
	grid-template-columns: 60px 86px 1fr;
	grid-gap: 10px;
	margin-bottom: 10px;
}
.shop_table_qty {
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #080808;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid rgba(120, 120, 128, 0.16);
}
.shop_table_photo {
	aspect-ratio: 1/1;
}
.shop_table_info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}
.shop_table_title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.shop_table_price {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #454545;
}
.shop_table_prod_info {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	letter-spacing: 0;
	vertical-align: middle;
	color: #1A1A1A;
}
.woocommerce-checkout-review-order-table {
	max-width: 100%;
}
.woocommerce-checkout-review-order-table table {
	width: 100%;
}
.checkout_right .footer_bottom_icons {
	display: none;
}
body.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
	border: 1px solid #F2F2F2;
	border-radius: 0;
	box-shadow: none;
}
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	height: 40px;
	margin: 2px;
	padding: 12px;
	width: fit-content;
}
body.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
	padding: 0;
	font-weight: 300;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: 0;
}
body.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
body.woo-variation-swatches.wvs-show-label .variations td label,
body.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
body.woo-variation-swatches.wvs-show-label .variations th label {
	margin: 0;
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 0.65);
}
body.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
body.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
	font-weight: 600;
	color: #080808;
}
body.woo-variation-swatches.wvs-show-label .variations th {
	margin-bottom: 10px;
}
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
	background-color: #080808;
	color: #FFFFFF;
}
.reset_variations {
	display: none !important;
}
body.woo-variation-swatches .color-variable-items-wrapper .variable-item:not(.radio-variable-item) {
	height: 40px;
	margin: 2px;
	padding: 5px;
	width: 40px;
}
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	content: none;
}
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock),
body.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) {
	border-color: #080808;
}
.variations tr {
	display: block;
	margin-bottom: 25px;
}
.product_info_wrapper .quantity,
.sidebar_prod .quantity {
	display: none !important;
}
.woocommerce-variation-price {
	font-weight: 400;
	font-size: 10px;
	line-height: 1.8;
	letter-spacing: 1.9px;
	text-transform: uppercase;
	color: #080808;
}
.catalog {
	padding-top: 35px;
}
.catalog .title {
	margin-bottom: 20px;
}
.catalog .front_list_products {
	margin-top: 20px;
}
.custom-pagination {
	padding: 15px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	margin-top: 20px;
	gap: 4px;
}
.pagination_arrow > * {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	min-width: 39px;
	height: 39px;
	border: 1px solid #080808;
	background-color: #080808;
	color: #F2F2F2;
}
.pagination-prev > * {
	color: #080808;
	background-color: transparent;
}
.pagination_arrow svg {
	width: 6px;
	height: 9px;
}
.pagination_arrow .disabled {
	opacity: .3;
}
.pagination-numbers {
	display: flex;
	align-items: center;
	gap: 4px;
}
.pagination-numbers > * {
	height: 30px;
	min-width: 30px;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: .03em;
	text-align: center;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #080808;
}
.pagination-numbers .current {
	background-color: #080808;
	color: #F2F2F2;
}
.catalog_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
.filter_btn {
	padding: 6px 14px;
	background-color: #F2F2F2;
	display: flex;
	align-items: center;
	width: fit-content;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 2.16px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #454545;
}
.filter_btn svg {
	margin-right: 4px;
	width: 24px;
	min-width: 24px;
	height: 24px;
}
.widget_wpc_sorting_widget {
	display: flex;
	align-items: center;
}
.widget-title {
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 2.16px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #454545;
	margin-right: 25px;
}
.sidebar {
	max-width: 400px;
	width: 100%;
	position: fixed;
	top: 0;
	left: -100%;
	bottom: 0;
	height: 100dvh;
	background-color: #FFFFFF;
	z-index: 100;
	transition: var(--transition);
	display: flex;
	flex-direction: column;
}
.sidebar.active {
	left: 0;
}
.sidebar_right {
	left: auto;
	right: -100%;
}
.sidebar_right.active {
	left: auto;
	right: 0;
}
.sidebar_top {
	padding: 23px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #F2F2F2;
}
.sidebar_title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.sidebar_close {
	width: 24px;
	min-width: 24px;
	height: 24px;
	color: #080808;
}
.sidebar_close svg {
	width: 100%;
	height: 100%;
}
.sidebar_menu {
	display: flex;
	flex-direction: column;
	margin: 15px 0;
}
.sidebar_menu > li:not(:last-child) {
	margin-bottom: 5px;
}
.sidebar_menu li > * {
	font-weight: 400;
	font-size: 14px;
	leading-trim: Cap height;
	line-height: 142%;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #080808;
	padding: 10px;
	width: fit-content;
}
.sidebar_menu li.active > * {
	color: #F2F2F2;
	background-color: #080808;
}
.wpc-filters-section {
	border-top: 1px solid #F2F2F2;
	padding: 15px 10px;
	margin-bottom: 0 !important;
}
body .wpc-filter-title {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 12px;
	leading-trim: Cap height;
	line-height: 1;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #454545;
	margin-right: 0;
}
.wpc-wrap-icons {
	text-transform: uppercase;
}
.wpc-filter-content {
	margin-top: 20px;
}
.wpc-filter-selected-values {
	display: none;
}
body .wpc-filters-main-wrap input[type=checkbox],
body .wpc-filters-main-wrap input[type=radio] {
	width: 15px;
	height: 15px;
	border: 1px solid #080808;
	border-radius: 5px;
	min-width: 15px;
}
body .wpc-filters-main-wrap li.wpc-term-item label {
	padding-left: 11px;
	font-weight: 400;
	font-size: 14px;
	line-height: 142%;
	letter-spacing: 0;
	color: #373838;
}
.wpc-filters-main-wrap ul.wpc-filters-ul-list {
	padding: 0 !important;
}
body .wpc-filters-main-wrap input[type=checkbox]:after {
	left: 5px;
	top: 2px;
	width: 2px;
	height: 6px;
	border-color: #080808;
}
body .wpc-filters-main-wrap input[type=radio]:checked,
body .wpc-filters-main-wrap input[type=checkbox]:checked {
	border-color: #080808;
}
body .wpc-filter-layout-submit-button {
	border: none;
	padding: 10px;
	background-color: #FFFFFF;
	position: sticky;
	bottom: 0;
}
html body .sidebar a.wpc-filters-submit-button,
html body .sidebar a.wpc-filters-reset-button {
	padding: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	font-weight: 500;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #080808 !important;
	border-radius: 0;
	border: none !important;
}
html body .sidebar a.wpc-filters-reset-button {
	color: #080808 !important;
	background-color: transparent !important;
}
.wpc-filters-main-wrap input[type=radio]:hover, .wpc-filters-main-wrap input[type=checkbox]:hover {
	border-color: #080808 !important;
}
body.overlay_show {
	overflow: hidden;
}
.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.65);
	transition: var(--transition);
	z-index: 5;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}
body.overlay_show .overlay {
	opacity: 1;
	visibility: visible;
}
.added_to_cart {
	display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #080808 !important;
	font-family: var(--font-f);
}
.wpc-edit-filter-set {
	display: none;
}
.wpc-filter-terms-count-0 li {
	color: #6B6B6B !important;
}
.sidebar_body {
	overflow: auto;
	flex: 1;
}
body .wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
body .wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
body .wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,
body .wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
	width: 25px;
	min-width: 25px;
	height: 25px;
	border: none;
	transform: none !important;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.25L5.5 5.75L1 1.25' stroke='%23454545'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	transition: var(--transition);
}
body .wpc-filter-collapsible-reverse.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
body .wpc-filter-collapsible.wpc-opened .wpc-filter-title .wpc-open-icon,
body .wpc-filter-has-selected .wpc-filter-title .wpc-open-icon {
	 transform: scale(1, -1) !important;
}
.custom-quantity-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-quantity-wrapper button {
	width: 28px;
	min-width: 28px;
	height: 28px;
	color: #080808;
}
.custom-quantity-wrapper button svg {
	width: 100%;
	height: 100%;
}
.custom-quantity-wrapper input {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	color: #1A1A1A;
	border: none;
	padding: 0;
	width: 40px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup {
	position: fixed;
	top: 45px;
	right: 20px;
	z-index: 9999;
	max-width: 90%;
	width: 400px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	pointer-events: none;
}
body .woocommerce-message,
body .woocommerce-error,
body .woocommerce-info {
	animation: toastFade 0.3s ease, toastSlide 0.4s ease;
	padding: 18px 5px 18px 70px;
	font-size: 14px;
	pointer-events: auto;
	font-weight: 500;
	background-color: #080808;
	border: none;
	color: #FFFFFF;
	border-left: 4px solid #080808;
	background-repeat: no-repeat;
	background-position: 14px center;
	background-size: 45px 45px;
}
body .woocommerce-message a:hover,
body .woocommerce-error a:hover,
body .woocommerce-info a:hover {
	color: #FFFFFF;
}
body .woocommerce-message {
	border-color: #08A835;
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='45' rx='22' fill='url(%23paint0_linear_1206_7032)' fill-opacity='0.1'/%3E%3Cpath opacity='0.5' d='M32 22.5C32 28.2529 27.5228 32.9166 22 32.9166C16.4772 32.9166 12 28.2529 12 22.5C12 16.747 16.4772 12.0833 22 12.0833C27.5228 12.0833 32 16.747 32 22.5Z' fill='%2353EB0C'/%3E%3Cpath d='M26.0303 19.3434C26.3232 19.6485 26.3232 20.1431 26.0303 20.4482L21.0303 25.6566C20.7374 25.9617 20.2626 25.9617 19.9697 25.6566L17.9697 23.5732C17.6768 23.2681 17.6768 22.7735 17.9697 22.4684C18.2626 22.1633 18.7374 22.1633 19.0303 22.4684L20.5 23.9993L22.7348 21.6713L24.9697 19.3434C25.2626 19.0383 25.7374 19.0383 26.0303 19.3434Z' fill='%2353EB0C'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1206_7032' x1='-4.78261' y1='22.5' x2='30.939' y2='13.8267' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDFDFD' stop-opacity='0.21'/%3E%3Cstop offset='1' stop-color='%23FDFDFD' stop-opacity='0.56'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
body .woocommerce-error {
	border-color: #AB2400;
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='45' rx='22' fill='url(%23paint0_linear_1206_7085)' fill-opacity='0.1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 6.59961C20.2097 6.59961 18.8091 7.66753 17.4294 9.4062C16.0608 11.131 14.5774 13.6917 12.6582 17.0045L12.6233 17.0648L12.5884 17.1251L12.5884 17.1251C10.6606 20.4529 9.17061 23.0248 8.35196 25.078C7.52692 27.1473 7.29678 28.8993 8.19325 30.4546C9.08972 32.01 10.721 32.6891 12.9252 33.0125C15.1122 33.3333 18.0845 33.3333 21.9304 33.3333H21.9304H22H22.0697H22.0697C25.9156 33.3333 28.8879 33.3333 31.0749 33.0125C33.279 32.6891 34.9104 32.01 35.8068 30.4546C36.7033 28.8993 36.4732 27.1473 35.6481 25.078C34.8295 23.0248 33.3395 20.4528 31.4117 17.1251L31.3768 17.0648L31.3419 17.0045C29.4227 13.6917 27.9393 11.131 26.5707 9.4062C25.191 7.66753 23.7904 6.59961 22 6.59961Z' fill='%23C10000'/%3E%3Cpath d='M22 21.7083V16.875' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cellipse cx='22' cy='25.3333' rx='1.25' ry='1.20833' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1206_7085' x1='-4.78261' y1='22.5' x2='30.939' y2='13.8267' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDFDFD' stop-opacity='0.21'/%3E%3Cstop offset='1' stop-color='%23FDFDFD' stop-opacity='0.56'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
body .woocommerce-info {
	border-color: #AB2400;
	background-image: url("data:image/svg+xml,%3Csvg width='44' height='45' viewBox='0 0 44 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='44' height='45' rx='22' fill='url(%23paint0_linear_1206_7032)' fill-opacity='0.1'/%3E%3Cpath opacity='0.5' d='M32 22.5C32 28.2529 27.5228 32.9166 22 32.9166C16.4772 32.9166 12 28.2529 12 22.5C12 16.747 16.4772 12.0833 22 12.0833C27.5228 12.0833 32 16.747 32 22.5Z' fill='%2353EB0C'/%3E%3Cpath d='M26.0303 19.3434C26.3232 19.6485 26.3232 20.1431 26.0303 20.4482L21.0303 25.6566C20.7374 25.9617 20.2626 25.9617 19.9697 25.6566L17.9697 23.5732C17.6768 23.2681 17.6768 22.7735 17.9697 22.4684C18.2626 22.1633 18.7374 22.1633 19.0303 22.4684L20.5 23.9993L22.7348 21.6713L24.9697 19.3434C25.2626 19.0383 25.7374 19.0383 26.0303 19.3434Z' fill='%2353EB0C'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1206_7032' x1='-4.78261' y1='22.5' x2='30.939' y2='13.8267' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FDFDFD' stop-opacity='0.21'/%3E%3Cstop offset='1' stop-color='%23FDFDFD' stop-opacity='0.56'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
@keyframes toastFade {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes toastSlide {
	from { transform: translateY(-10px); }
	to { transform: translateY(0); }
}
.toast-close {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	color: #FFFFFF;
	width: 20px;
	height: 20px;
}
.toast-close svg {
	width: 100%;
	height: 100%;
}
.form-row.woocommerce-invalid .select2-selection--single {
	box-shadow: inset 2px 0 0 #AB2400;
}
.coupon-error-notice {
	width: 100%;
	color: #AB2400;
	font-size: 12px;
	font-weight: 700;
}
.footer_top_right {
	display: flex;
	justify-content: flex-end;
	gap: 15px 80px;
}
.footer_top_right_title {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: 2.16px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #B0B0B0;
	margin-bottom: 10px;
	text-align: right;
}
.footer_top_right_item ul {
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer_top_right_item ul a,
.footer_top_right_item ul span {
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #080808;
}
.footer_top_right_item ul a {
	opacity: 0.3;
	font-weight: 300;
}
.footer_top_right_item .woocommerce-multi-currency.wmc-shortcode.plain-horizontal {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}
.footer_top_right_item .woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
	font-weight: 300;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin: 0;
	color: #080808;
}
.footer_top_right_item .woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency a {
	opacity: 0.3;
}
.footer_top_right_item .woocommerce-multi-currency.wmc-shortcode .wmc-currency a:hover,
.footer_top_right_item .woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency.wmc-active a,
.footer_top_right_item .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover,
.footer_top_right_item .woocommerce-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency.wmc-active a {
	font-weight: 400;
	text-decoration-line: none !important;
	opacity: 1;
}
.woocommerce-variation-price {
	display: none;
}
.header_cart .fill {
	opacity: 0;
	transition: var(--transition);
}
.header_cart.empty {
	pointer-events: none;
}
.woocommerce-cart .fill,
.woocommerce-checkout .fill {
	opacity: 1;
}
#cart-count.active {
	background-color: #FF3B30;
}
.content_page {
	margin-top: 35px;
}
.content_page_wrapper {
	display: grid;
	grid-template-columns: 750px auto;
	grid-gap: 50px;
}
.content {
	margin-top: 13px;
	max-width: 677px;
}
.seo_text_wrapper {
	max-width: 100%;
}
.content p,
.content li {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.7;
	letter-spacing: 0.2px;
	color: #6B6B6B;
	margin-bottom: 10px;
}

.lang_switcher {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #080808;
	height: fit-content;
	padding: 6px 0;
}
.lang_switcher svg {
	width: 9px;
	height: 5px;
	margin-left: 10px;
}
.lang_switcher i {
	width: 1px;
	height: 10px;
	margin: auto 10px;
	background-color: #080808;
	opacity: .3;
	display: block;
}
.sidebar_body_item {
	border-bottom: 1px solid #DEDEDE;
	padding: 20px 10px;
}
.sidebar_body_item ul {
	display: flex;
	flex-direction: column;
}
.sidebar_body_item ul li > * {
	padding: 10px;
	font-weight: 400;
	font-size: 10px;
	line-height: 2;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #454545;
	display: inline-block;
}
.sidebar_body_item ul.lang_list li a {
	color: rgba(8, 8, 8, 0.3);
}
.sidebar_body_item .woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency {
	padding: 10px;
	font-weight: 400 !important;
	font-size: 10px;
	line-height: 2;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: rgba(8, 8, 8, 0.3);
	display: inline-block;
	margin: 0;
}
.woocommerce-multi-currency.wmc-shortcode.plain-horizontal {
	display: flex;
	flex-direction: column;
}
.woocommerce-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency.wmc-active a {
	color: #454545;
	font-weight: 400;
}
.content_page_img {
	height: fit-content;
	position: sticky;
	top: 0;
}
.content ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 10px;
}
.content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 10px;
}
.product-name dt {
	font-weight: 400;
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 0.65);
	display: inline-block;
}
.product-name .variation {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0;
	margin-top: 10px;
}
.product-name dd {
	margin-right: 15px;
}
.product-name dd,
.product-name dd p {
	font-size: 9px;
	line-height: 1.2;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 600;
	color: #080808;
	display: inline-block;
}
.woocommerce-shipping-fields__field-wrapper {
	margin-bottom: 30px;
}
.shipping_address .select2-container {
	width: 100% !important;
}
.iti {
	width: 100%;
}
.sidebar_prod_price {
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 2.3px;
	color: #454545;
	margin-top: 15px;
}
.sidebar_prod {
	padding: 20px 10px;
}
.sidebar_prod_wrapper {
	display: grid;
	grid-template-columns: 100px auto;
	grid-gap: 10px;
	margin-bottom: 10px;
}
.sidebar_prod_img {
	display: flex;
	aspect-ratio: 1/1;
}
.sidebar_prod_title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.9;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.sidebar_prod .product_teaser_text {
	margin-top: 15px;
}
.sidebar_prod .product_actions {
	margin-top: 15px;
	margin-bottom: 0;
}
.toast-notification {
	animation: fadeInUp 0.4s ease;
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	background: #FFFFFF;
	padding: 0 10px;
	max-width: 450px;
	width: 100%;
	box-shadow: 0 -10px 13px 0 #08080809;
}
.toast-notification_icon {
	width: 24px;
	min-width: 24px;
	height: 24px;
	color: #1D9974;
}
.toast-notification-content {
	display: flex;
	flex-direction: column;
	min-width: 250px;
	flex: 1;
}
.toast-notification svg {
	width: 100%;
	height: 100%;
}
.toast-notification_img {
	width: 90px;
	min-width: 90px;
	aspect-ratio: 1/1;
}
.toast_title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.toast_subtitle {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0.2px;
	margin-top: 15px;
	color: #080808;
}
.toasts-close {
	width: 40px;
	min-width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 50%;
	background-color: #F2F2F2;
	color: #000000;
	cursor: pointer;
}

@keyframes fadeInUp {
	from { opacity: 0; transform: translateY(20px); }
	to { opacity: 1; transform: translateY(0); }
}

.header_mobile_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.header_mobile_wrapper > * {
	flex: 1;
}
.mobile_footer_top {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.mobile_footer_bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10px;
	gap: 22px;
}
#toast-notifications {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 9999;
}
.woocommerce-order-received .checkout_page {
	--container-width: 1095px;
}
.thankyou-page {
	display: grid;
	grid-template-columns: 421px auto;
	grid-gap: 40px;
	margin-top: 37px;
}
.thankyou_text {
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0;
	color: #373838;
	margin-top: 25px;
}
.thankyou_btn {
	padding: 15px 40px;
	margin-top: 12px;
}
.thankyou-page .title {
	font-weight: 300;
	color: #080808;
	letter-spacing: 2.5px;
}
.thankyou_right {
	padding: 10px;
	background-color: #F4F4F5;
}
.checkout_right_title strong {
	font-size: 12px;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.thankyou_right_top {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 13px;
	border-bottom: 1px solid #FFFFFF;
}
.thankyou_right .woocommerce-checkout-review-order-table {
	border-bottom: 1px solid #FFFFFF;
}
.thankyou_right .checkout_title {
	margin-bottom: 10px;
}
.thankyou_right .checkout_title:after {
	background-color: #CECECE;
}
.customer_info,
.shipping_info {
	margin-top: 10px;
	border-bottom: 1px solid #FFFFFF;
}
.customer_item {
	margin-bottom: 10px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.customer_item > div:first-child {
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	letter-spacing: 0.01em;
	color: #868686;
}
.customer_item > div:last-child {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
	text-align: right;
}
.payment-info {
	margin-top: 10px;
}
.checkout_title_wrapper {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.payment-info_value {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.75;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.checkout_title_wrapper .checkout_title {
	margin-bottom: 0;
}
.payment-info .checkout_title_wrapper {
	margin-bottom: 0;
}
.content_page_about .content_page_text {
	max-width: 677px;
	margin: auto;
}
.wcus-checkout-fields h3 {
	display: none;
}
body .zen-ui-select__value {
	background: #F2F2F2;
	border: 1px solid transparent;
}
body .zen-ui-select__value>svg {
	fill: #080808;
}
body .zen-ui-select__value:hover {
	background: #F2F2F2;
}
.stock.in-stock {
	display: none;
}
.product_teaser.outofstock {
	order: 9999;
	opacity: .7;
}
.product_teaser.outofstock .add_to_cart_button {
	display: none;
}
#billing_phone_field:after {
	width: 100%;
	margin-top: 4px;
	display: block;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 0;
	color: #373838;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 9C16.5 4.85786 13.1421 1.5 9 1.5C4.85786 1.5 1.5 4.85786 1.5 9C1.5 13.1421 4.85786 16.5 9 16.5C13.1421 16.5 16.5 13.1421 16.5 9Z' stroke='%23AB2400'/%3E%3Cpath d='M9.18164 12.75V9C9.18164 8.64645 9.18164 8.46968 9.07177 8.3598C8.96197 8.25 8.78519 8.25 8.43164 8.25' stroke='%23AB2400' stroke-width='1.125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.99414 6H9.00089' stroke='%23AB2400' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding: 8px 16px 8px 22px;
}
.seo_text {
	margin-top: 90px;
}
.seo_text h2 {
	text-transform: uppercase;
}
.seo_text p {
	margin-bottom: 10px;
}
.woosb-wrap .woosb-text {
	display: none !important;
}
.gift_product .qty-minus,
.gift_product .qty-plus {
	display: none;
}
.gift_product .product-remove {
	padding: 5px 10px;
}
.gift_product .product-price,
.gift_product .product-subtotal {
	color: #AB2400;
}
.product-remove img {
	height: 64px;
	width: 100%;
	object-fit: contain;
}
.gift_badge {
	font-weight: 400;
	font-size: 12px;
	leading-trim: Cap height;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #F2F2F2;
	border-radius: 4px;
	box-shadow: 0 4px 4px 0 #52120140;
	background-color: #AB2400;
	padding: 7px;
	display: block;
	width: fit-content;
	margin-bottom: 10px;
}
.checkout_warning_text b {
	color: #080808;
}
.checkout_warning.prize {
	margin-bottom: 0;
	width: 100%;
	justify-content: center;
}
.gift_qty {
	font-weight: 400;
	font-size: 9px;
	line-height: 1.1;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 0.65);
}
.product-quantity_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_mobile_right {
	gap: 10px;
}
.account_page {
	--container-width: 1500px;
	margin-top: 35px;
}
.customer_login_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
}
.customer_login_col {
	padding: 55px 80px;
	border: 1px solid #F2F2F2;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.customer_login_title {
	font-family: var(--font-f);
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.15em;
	text-align: center;
	text-transform: uppercase;
	padding: 0 7px 12px;
	border-bottom: 1px solid #080808;
	width: fit-content;
	margin-bottom: 12px;
	min-width: 149px;
}
.customer_login_text {
	font-family: var(--font-f);
	font-weight: 400;
	font-size: 12px;
	line-height: 142%;
	letter-spacing: 0;
	text-align: center;
	color: #373838;
	margin-bottom: 12px;
}
.customer_login_wrapper .fields_wrapper {
	grid-template-columns: 1fr;
	grid-gap: 12px;
	margin-bottom: 12px;
}
.woocommerce-form-login {
	max-width: 254px;
	width: 100%;
}
.customer_login_wrapper .btn {
	width: 100%;
}
.lost_password {
	margin: 12px auto 0;
	text-align: center;
}
.lost_password a {
	font-family: var(--font-f);
	font-weight: 400;
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: underline !important;
}
.woocommerce-form-register .fields_wrapper {
	max-width: 254px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.password_set_text {
	font-weight: 500;
	font-size: 14px;
	line-height: 142%;
	letter-spacing: 0;
	color: #000000;
	text-align: center;
}
.woocommerce-privacy-policy-text p {
	font-weight: 400;
	font-size: 13px;
	line-height: 142%;
	letter-spacing: 0;
	text-align: center;
	color: rgba(0, 0, 0, 0.7);
}
.woocommerce-form-register .btn {
	width: fit-content;
	padding: 15px 40px;
	margin: auto;
	display: flex;
	justify-content: center;
}
.acc_wrapper {
	max-width: 1240px;
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-gap: 40px;
}
.acc_wrapper_side {
	padding: 25px;
	background: #F5F5F5;
}
.acc_wrapper_side_top {
	display: flex;
	align-items: center;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
	margin-bottom: 12px;
	width: fit-content;
}
.acc_wrapper_side_icon {
	margin-right: 14px;
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	padding: 18px;
}
.acc_wrapper_side_icon svg {
	width: 100%;
	height: 100%;
}
.acc_wrapper_side_hello {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.25px;
	vertical-align: middle;
	color: #454545;
	margin-bottom: 8px;
}
.acc_wrapper_side_info_nick {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0;
	color: #080808;
}
.woocommerce-MyAccount-navigation ul li {
	padding: 18px 0;
	width: fit-content;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
	padding: 4px 0;
	margin-top: 12px;
}
.woocommerce-MyAccount-navigation ul li > * {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #585858;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout > * {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0.25px;
	vertical-align: middle;
	text-decoration: underline !important;
	text-transform: none;
	color: #080808;
}
.show-password-input {
	width: 20px;
	min-width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.8665 12.8658C17.637 12.101 18.2319 11.3409 18.6207 10.7958C18.874 10.4405 19.0007 10.2629 19.0007 9.99996C19.0007 9.73704 18.874 9.55938 18.6207 9.20413C17.4822 7.60783 14.575 4.16663 10.6673 4.16663C9.91082 4.16663 9.19182 4.29559 8.51588 4.51518M6.29017 5.62281C4.60997 6.75596 3.36911 8.28551 2.71402 9.20413C2.46066 9.55938 2.33398 9.73704 2.33398 9.99996C2.33398 10.2629 2.46066 10.4405 2.71402 10.7958C3.8524 12.3921 6.75963 15.8333 10.6673 15.8333C12.3263 15.8333 13.8049 15.213 15.0445 14.3771' stroke='%23080808' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.88285 8.33337C8.44116 8.77504 8.16797 9.38529 8.16797 10.0593C8.16797 11.4073 9.26072 12.5 10.6087 12.5C11.2827 12.5 11.893 12.2269 12.3346 11.7851' stroke='%23080808' stroke-linecap='round'/%3E%3Cpath d='M3.16797 2.5L18.168 17.5' stroke='%23080808' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
}
.acc_title {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #454545;
	padding-bottom: 12px;
	position: relative;
	margin-bottom: 25px;
}
.acc_title:after {
	content: '';
	width: 80px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #DEDEDE;
}
.acc_info_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 20px;
}
.acc_info_item {
	padding: 12px 20px;
}
.acc_info_item_title {
	font-weight: 400;
	font-size: 9px;
	line-height: 14px;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 0.65);
	margin-bottom: 4px;
}
.acc_info_item_value {
	font-weight: 400;
	font-size: 14px;
	line-height: 142%;
	letter-spacing: 0;
	color: #080808;
}
.acc_info_item_value.empty {
	color: rgba(69, 69, 69, 0.8);
}
.woocommerce-MyAccount-navigation ul li.is-active {
	border-bottom: 2px solid #080808;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #080808;
}
.acc_info_wrapper .row_2 {
	grid-column: 1/3;
}
.edit_btn {
	margin-top: 30px;
	width: fit-content !important;
}
.acc_title span {
	font-weight: 400;
	font-size: 13px;
	line-height: 142%;
	letter-spacing: 0;
	color: #373838;
	margin-top: 12px;
	display: block;
	text-transform: none;
}
.acc_title_password {
	margin-top: 25px;
}
.woocommerce-password-hint {
	display: none;
}
.woocommerce-password-strength {
	text-align: left !important;
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 12px;
}
.account_page,
.account_page .container {
	position: static;
}
.password_reset_wrapper {
	grid-template-columns: 1fr;
	max-width: 500px;
	margin: auto;
}
.password_reset_wrapper .btn {
	width: 100% !important;
}
.order_list_item_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order_list_item_top > div {
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.25px;
	vertical-align: middle;
	color: #0D0D0D;
	display: flex;
	align-items: center;
}
.order_list_item_top > div > span:last-child {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid rgba(217, 217, 217, 0.5);
}
.order_list_item_status_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 4px;
}
.order_list_item_title {
	font-weight: 300;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.25px;
	vertical-align: middle;
	color: #0D0D0D;
}
.order_list_item_status {
	padding: 6px 10px;
	display: flex;
	align-items: center;
	border-radius: 4px;
	font-weight: 700;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0.8px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #0D0D0D;
}
.order_list_item_status.completed {
	background-color: transparent;
	color: #08A835;
}
.order_list_item_status.cancelled {
	background-color: transparent;
	color: #C60C0C;
}
.order_list_item_status svg {
	width: 14px;
	min-width: 14px;
	height: 14px;
	margin-left: 4px;
}
.order_list_item {
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
	margin-bottom: 15px;
}
.order_list_item_trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	cursor: pointer;
}
.order_list_item_trigger > div {
	font-weight: 400;
	font-size: 12px;
	leading-trim: Cap height;
	line-height: 14.67px;
	letter-spacing: 0.02em;
	vertical-align: middle;
	color: #585858;
	transition: var(--transition);
}
.order_list_item_trigger > span {
	width: 25px;
	min-width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #B5B5B5;
	color: #080808;
	padding: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: var(--transition);
}
.order_list_item_trigger > span svg {
	width: 100%;
	height: 100%;
}
.order_list_item_content {
	display: none;
}
.order_list_item_trigger.active > div {
	color: #080808;
}
.order_list_item_trigger.active > span {
	transform: scale(1, -1);
}
.customer_item > div:last-child {
	text-align: right;
}
.fav_btn svg {
	transition: var(--transition);
}
.fav_btn.favorited svg {
	fill: #FF3B30;
	color: #FF3B30;
}
.acc_wrapper_main .front_list_products {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6px;
}
.teaser_fav_btn {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
}
.favorite_top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.remove_favorites {
	font-weight: 400;
	font-size: 12px;
	line-height: 145%;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #373838;
	border: 1px solid #DEDEDE;
	padding: 8px 14px;
}
.favorite_top .acc_title {
	margin-bottom: 0;
}
.header_links svg {
	transition: var(--transition);
}
.header_links > *:after {
	content: '';
	width: 6px;
	min-width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 16px;
	right: 14px;
	background-color: #FF3B30;
	opacity: 0;
	transition: var(--transition);
}
.header_links .has-favorites:after {
	opacity: 1;
}
body.woocommerce-account .account_btn {
	border-color: #080808;
}
body.woocommerce-account .account_btn svg {
	fill: #080808;
}
.product_teaser.outofstock .button.product_type_simple {
	display: none;
}
.woosb-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.woosb-product {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.woosb-thumb {
	width: 100px;
	min-width: 100px;
}
.woosb-disabled {
	opacity: .5 !important;
	pointer-events: none !important;
	cursor: not-allowed !important;
}
.woosb-product .label {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 9px;
	line-height: 14.85px;
	letter-spacing: 1.62px;
	vertical-align: middle;
	text-transform: uppercase;
	color: rgba(69, 69, 69, 0.65);
}
.woosb-title-inner {
	font-weight: 500;
	font-size: 10px;
	line-height: 21.4px;
	letter-spacing: 2.3px;
	text-transform: uppercase;
	color: #080808;
}
.woocommerce-form__label-for-checkbox {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.woocommerce-form__label-for-checkbox input {
	margin-top: 0;
	margin-right: 11px;
	accent-color: #080808;
}
.postid-1459 .product_photo img,
.postid-1606 .product_photo img {
	object-fit: contain;
	aspect-ratio: auto;
	object-position: center;
}
/*.postid-1459 .slick-track,*/
/*.postid-1606 .slick-track {*/
/*	display: flex;*/
/*	align-items: center;*/
/*}*/