html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
sub,
sup,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

/* Pseudo-elements */
html::before,
html::after,
body::before,
body::after,
div::before,
div::after,
span::before,
span::after,
object::before,
object::after,
iframe::before,
iframe::after,
h1::before,
h1::after,
h2::before,
h2::after,
h3::before,
h3::after,
h4::before,
h4::after,
h5::before,
h5::after,
h6::before,
h6::after,
p::before,
p::after,
blockquote::before,
blockquote::after,
pre::before,
pre::after,
abbr::before,
abbr::after,
address::before,
address::after,
cite::before,
cite::after,
code::before,
code::after,
del::before,
del::after,
dfn::before,
dfn::after,
em::before,
em::after,
img::before,
img::after,
ins::before,
ins::after,
kbd::before,
kbd::after,
q::before,
q::after,
samp::before,
samp::after,
small::before,
small::after,
strong::before,
strong::after,
var::before,
var::after,
b::before,
b::after,
i::before,
i::after,
dl::before,
dl::after,
dt::before,
dt::after,
dd::before,
dd::after,
ol::before,
ol::after,
ul::before,
ul::after,
li::before,
li::after,
fieldset::before,
fieldset::after,
form::before,
form::after,
label::before,
label::after,
legend::before,
legend::after,
article::before,
article::after,
aside::before,
aside::after,
canvas::before,
canvas::after,
details::before,
details::after,
figcaption::before,
figcaption::after,
figure::before,
figure::after,
footer::before,
footer::after,
header::before,
header::after,
hgroup::before,
hgroup::after,
menu::before,
menu::after,
nav::before,
nav::after,
section::before,
section::after,
summary::before,
summary::after,
time::before,
time::after,
mark::before,
mark::after,
audio::before,
audio::after,
video::before,
video::after,
button::before,
button::after,
sub::before,
sub::after,
sup::before,
sup::after,
a::before,
a::after {
	box-sizing: border-box;
}

/* HTML5 elements */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* Lists */
ol,
ul,
li {
	list-style: none;
}

/* Quotes */
blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: none;
}

/* Focus */
:focus {
	outline: 0;
}

/* Forms and input fields */
input[type="text"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
}

input[type="text"]::-ms-clear,
textarea::-ms-clear {
	display: none;
}

/* Placeholders */
input::placeholder,
textarea::placeholder {
	color: rgba(0, 0, 0, 0.4);
}

input:focus::placeholder,
textarea:focus::placeholder {
	color: rgba(0, 0, 0, 0);
}

/* Textarea */
textarea {
	resize: none;
	overflow: auto;
}

/* Text elements */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global base styles */
* {
	box-sizing: border-box;
	word-wrap: break-word;
}

/* Buttons */
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
	background: transparent;
	border: none;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/* Fieldset и Legend */
fieldset {
	padding: 0.35rem 0.75rem 0.625rem;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/* Progress */
progress {
	vertical-align: baseline;
}

/* Checkbox and Radio */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/* Number fields */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
	-webkit-appearance: none;
  margin: 0;
}

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

/* Search */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* File upload */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Details and Summary */
details {
	display: block;
}

summary {
	display: list-item;
}

/* Template and Hidden */
template,
[hidden] {
	display: none;
}

@font-face{
	font-family:"HelveticaNeue";
	src:url("../fonts/HelveticaNeue-Regular.woff2") format("woff2"),url("../fonts/HelveticaNeue-Regular.woff") format("woff");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"HelveticaNeue";
	src:url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"),url("../fonts/HelveticaNeue-Bold.woff") format("woff");
	font-weight:700;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Roboto";
	src:url("../fonts/Roboto-Light.woff2") format("woff2"),url("../fonts/Roboto-Light.woff") format("woff");
	font-weight:300;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Roboto";
	src:url("../fonts/Roboto-Regular.woff2") format("woff2"),url("../fonts/Roboto-Regular.woff") format("woff");
	font-weight:400;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Roboto";
	src:url("../fonts/Roboto-Italic.woff2") format("woff2"),url("../fonts/Roboto-Italic.woff") format("woff");
	font-weight:400;
	font-style:italic;
	font-display:swap
}
@font-face{
	font-family:"Roboto";
	src:url("../fonts/Roboto-Medium.woff2") format("woff2"),url("../fonts/Roboto-Medium.woff") format("woff");
	font-weight:500;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Roboto";
	src:url("../fonts/Roboto-SemiBold.woff2") format("woff2"),url("../fonts/Roboto-SemiBold.woff") format("woff");
	font-weight:600;
	font-style:normal;
	font-display:swap
}
@font-face{
	font-family:"Roboto";
	src:url("../fonts/Roboto-Bold.woff2") format("woff2"),url("../fonts/Roboto-Bold.woff") format("woff");
	font-weight:700;
	font-style:normal;
	font-display:swap
}

/* CSS variables */
:root {
	--height-header: 4.5rem;
	--height-footer: 65px;
}

/* Main base styles */
html {
	scroll-behavior: smooth;
	font-size: 16px;
}

body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: HelveticaNeue, sans-serif;
	font-size: 1.125rem;
	line-height: 1.2;
	font-weight: 400;
	color: #202421;
}

body.lock {
	overflow: hidden;
}

/* Image */
img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.woocommerce-product-details__short-description img {
    height: auto;
    width: auto;
    object-fit: initial;
}
/* Link */
a {
	color: #202421;
	text-decoration: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

/* Form elements */
button,
input,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* Wrappers */
.wrapper {
	display: flex;
	min-height: 100%;
	flex-direction: column;
}

main {
	flex: 1 1 auto;
}

.container {
	max-width: -webkit-calc(85rem + 2.5rem * 2);
	max-width: calc(85rem + 2.5rem * 2);
	padding-inline: 1.5rem;
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

@media (max-width: 991.98px) {
	.container {
		padding-inline: 1rem;
	}
}

/*wpcf7 styles*/
div.wpcf7-response-output {
	border: none !important;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.grecaptcha-badge {
	opacity: 0 !important;
	visibility: hidden !important;
}

/*Global styles*/

a[aria-current="page"]{text-decoration: underline;}


.header {
	/* position: fixed;
	top: 0;
	left: 0; */
	z-index: 105;

	width: 100%;

	backdrop-filter: blur(8px);
	border-bottom: 1px solid #F4EFEC;

	transition: all 0.3s ease-in-out;	

	/* margin-bottom: 2.5rem; */
}

.header a {
	color: #000;
	text-transform: uppercase;
	font-size: 0.75rem;
}

.header.header--hide {
	transform: translateY(calc(var(--height-header) * -1));
}

.header__container {
	height: 100%;
}

.header__inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-block: 1.25rem;
	gap: 1rem;
}

.custom-logo-link {
	display: inline-flex;
	width: 5rem;

	transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 991.98px) {
	.custom-logo-link {
		width: 3rem;
		height: 3rem;
	}
}

.custom-logo-link:hover {
	transform: scale(.95);
}

.custom-logo-link svg,.custom-logo-link img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header__list {
	display: flex;
	align-items: center;
	gap: 0.875rem;
}

.header__right {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.header__phone {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	white-space: nowrap;
}

.header__right-icon {
	display: inline-flex;
	width: 1.25rem;
}

.header__cart {
	position: relative;
}

.header__cart-badge {
	position: absolute;
	top: -0.25rem;
	right: -0.5rem;

	min-width: 0.875rem;
	height: 0.875rem;

	background: #FF2C00;
	border-radius: 50%;

	color: #fff;
	font-size: 10px;
	font-weight: 700;

	display: flex;
	justify-content: center;
	align-items: center;
}

/*HERO*/

.hero {
	position: relative;
	margin-bottom: 3rem;
}

.hero__bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.hero__inner {
	min-height: 46.875rem;
	display: flex;
	flex-direction: column;
	justify-content: end;

	gap: 1.25rem;

	padding-bottom: 2.5rem;
}

.hero__inner h1 {
	color: #fff;
	font-weight: 700;
	font-size: 3.5rem;
}

@media (max-width: 991.98px) {
	.hero__inner h1 {
		font-size: 2.5rem;
	}
}

.hero__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.875rem;
}

.btn {
	min-height: 4rem;
	padding: 1.25rem;
	font-weight: 400;
	color: #fff;
	background: #000;
	transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	font-family: "HelveticaNeue", sans-serif;
	cursor: pointer;
	line-height: 1;
	text-transform: uppercase;
}

.btn.btn--primary_mod {
	font-weight: 400;
	color: #000;
	background: #fff;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	font-family: 'Montserrat', sans-serif;
	cursor: pointer;
	line-height: 1;
	text-transform: uppercase;
}
.btn.btn--primary_mod[type='submit'] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
.btn.btn--primary_mod:hover,
.btn.btn--primary_mod:focus {
	text-decoration: none;
}
.btn.btn--primary_mod[disabled] {
	opacity: 0.7;
	cursor: not-allowed;
}
.btn.btn--primary_mod[disabled]:hover,
.btn.btn--primary_mod[disabled]:focus {
	opacity: 0.7;
}
.btn.btn--primary_mod:hover,
.btn.btn--primary_mod:focus {
	filter: invert(15%);
}
@media (min-width: 767.98px) {
	.btn.btn--primary_mod {
		min-height: 4rem;
		padding: 1.25rem;
	}
}
@media (max-width: 767.98px) {
	.btn.btn--primary_mod {
		min-height: 3.125rem;
		padding: 1rem 1.5rem;
		font-size: 0.875rem;
	}
}
@media (min-width: 767.98px) {
	.btn.btn--primary_mod {
		min-width: 13.125rem;
	}
}
@media (max-width: 767.98px) {
	.btn.btn--primary_mod {
		min-width: 9.8125rem;
	}
}
.btn.btn--primary_mod.btn--text-icon {
	gap: 0.75rem;
	border: 1px solid #000;
}
.btn.btn--primary_mod.btn--text-icon:hover,
.btn.btn--primary_mod.btn--text-icon:focus {
	filter: invert(0%);
}
@media (min-width: 767.98px) {
	.btn.btn--primary_mod.btn--text-icon {
		min-width: 13.125rem;
	}
}
@media (min-width: 575.98px) and (max-width: 767.98px) {
	.btn.btn--primary_mod.btn--text-icon {
		min-width: 9.8125rem;
	}
}
@media (max-width: 575.98px) {
	.btn.btn--primary_mod.btn--text-icon {
		min-width: auto;
		width: 100%;
		padding-inline: 0.75rem;
	}
}
.btn.btn--primary_mod.btn--text-icon .icon {
	width: 0.75rem;
}

@media (max-width: 991.98px) {
	.btn {
		font-size: 0.875rem;
		min-height: 3rem;
	}
}

.btn[disabled]{
	background: #b3b3b3;
	cursor: not-allowed;
}

.btn--w_full_mod {
	width: 100%;
}

.product-list {
	display: grid;
}

@media (min-width: 991.98px) {
	.product-list {
		grid-template-columns: repeat(4, 1fr);
		gap: 1.5rem;
	}
}

@media (max-width: 991.98px) {
	.product-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.25rem;
	}
}

@media (max-width: 767.98px) {
	.product-list {
		grid-template-columns: repeat(2, 1fr);
		gap: .5rem;
	}
}

.product-card {
	position: relative;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
	gap: 1rem;
}

.product-card__list {
	display: flex;
	gap: 0.5rem;
}

.product-card__top {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.product-card__title {
	font-weight: 500;
	font-size: 1.125rem;
}

.product-card__thumb-wrap {
	display: flex;
	aspect-ratio: 1/1;
	overflow: hidden;
}

.product-card__thumb-wrap img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-card__bottom a{
	margin-top: 0.875rem;
	padding: 1.25rem;
	width: 100%;
	color: #fff;
	background: #000000;
	transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	font-family: "HelveticaNeue", sans-serif;
	cursor: pointer;
	line-height: 1;
	text-transform: uppercase;
}

@media (min-width: 991.98px) {
	.product-card__bottom a{
		min-height: 4rem;		
	}
}

@media (max-width: 991.98px) {
	.product-card__bottom a{
		font-size: 0.875rem;
		min-height: 3rem;
	}
}

.add_to_cart_button.added {
	display: none;
}

.price {
	font-size: 1rem;
	color: #222221;
	display: flex;
	gap: 0.875rem;
	align-items: center;
}

.product__info .price {
	font-size: 2rem;
}

.price del {
	display: inline-flex;
	color: #b4b4b4;
	text-decoration: line-through;
	font-size: 1.125rem;
	order: 1;
}

.price ins {
	display: inline-flex;
	color: rgb(255, 44, 0);
}

.product-card__bottom .price {
	font-size: 1.25rem;
}

.product-card__bottom .price del {
	font-size: 1rem;
}

.product-card__size-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: .5rem ;
}

.product-card__size {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	padding: 0.5rem;
	border: 1px solid #000;
}

.summary .price{
	align-items: end;
	margin-bottom: 2.5rem;
}

.summary .price ins {
	font-size: 1.375rem;
}

.summary .price del {
	font-size: 1rem;
}

.woocommerce-breadcrumbs {
	margin-block: 2rem;
}

.product__meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.25rem;

	font-size: 1rem;
	color: #565353;
}

.mini-cart .wp-block-woocommerce-mini-cart-contents {
	box-sizing: border-box;
	justify-content: center;
	padding: 0;
	position: relative
}

.mini-cart .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices {
	margin: 16px 48px -16px 16px;
	margin-bottom: unset
}

.mini-cart .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices .wc-block-components-notices__notice {
	margin-bottom: unset
}

.mini-cart .wp-block-woocommerce-mini-cart-contents .wc-block-components-notices:empty {
	display: none
}

:root {
	--drawer-width: 34.375rem;
	--neg-drawer-width: calc(var(--drawer-width)*-1)
}

@media (max-width: 767.98px) {
	:root {
		--drawer-width: 100%;
	}
}

@keyframes fadein {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}


.mini-cart__overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;

	background-color: rgba(95,95,95,.35);

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .3s;
	
	animation-duration: .3s;
	animation-name: fadein
}

.mini-cart__overlay.modal--open {
	opacity: 1;
	visibility: visible; 
  pointer-events: auto;
}

.mini-cart {
	position: fixed;
	left: 100%;
	right: 0;
	top: 0;

	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	width: var(--drawer-width);
	max-width: 100%;

	font-size: 1rem;

	background: #fff;

	transform: translateX(100%);
	transition: transform .3s ease-in-out;
}

.mini-cart__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.25rem 1.5rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #e0e1e7;
}

.mini-cart__top .title{
	margin-bottom: 0;
}

.mini-cart__body {
	display: flex;
	flex-direction: column;
	padding-inline: 1.5rem;
	height: 100%;

	overflow-y: auto;
}

@media (max-width: 767.98px) {
	.mini-cart__top,.mini-cart__body {
		padding-inline: 1rem;
	}
}

.widget_shopping_cart_content {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.mini-cart__bottom {
	display: flex;
	flex-direction: column;
	padding: 1.25rem 1.5rem;
	margin-top: auto;
}

.woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1.5rem;
	column-gap: 1.25rem;
	row-gap: .75rem;
	font-size: 1.25rem;
	text-transform: uppercase;
}

.mini-cart__actions {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.mini-cart__overlay.modal--open .mini-cart {
	transform: translateX(calc(var(--drawer-width) * -1));
}

.mini-cart:after {
	border-style: solid;
	border-width: 0 0 0 1px;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0
}

.mini-cart__overlay .mini-cart {
  transition: transform .3s;
}

.mini-cart__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	overflow-y: auto;
}

.mini-cart-item {
	position: relative;
	display: flex;
	align-items: start;
	gap: 1rem;
	justify-content: space-between;

	padding-bottom: 1.25rem;
	border-bottom: 1px solid #999;
}

.mini-cart-item__details {
	display: flex;
	align-items: start;
	gap: 1.25rem;
}

.mini-cart-item__details .variation{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.25rem;
}

.mini-cart-item__thumb {
	position: relative;

	width: 7.5rem;
	height: 7.5rem;
	flex-shrink: 0;
}

.mini-cart-item__thumb img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.mini-cart-item__info {
	display: flex;
	align-items: start;
	flex-direction: column;
	gap: .625rem;
}

.mini-cart-item__title {
	font-size: 1.25rem;
}

.mini-cart-item__price {
	display: flex;
	gap: 0.875rem;
	align-items: end;
	
	font-size: 1.5rem;
}

.mini-cart-item__price ins {
	display: inline-flex;
	color: rgb(255, 44, 0);
}

.mini-cart-item__price del {
	display: inline-flex;
	color: #b4b4b4;
	text-decoration: line-through;
	font-size: 0.75rem;
	order: 1;
}

@media screen and (prefers-reduced-motion:reduce) {
	.mini-cart,.mini-cart__overlay {
		animation-name: none!important;
		transition: none!important
	}
}
.body-no-scroll {
    overflow: hidden;
}

.footer {
	padding: 2.5rem 0;
	margin: 5rem 0 0;

	background: #f8f8f8;
}

.footer__inner {
	display: flex;
	justify-content: space-between;
	gap: 1.5rem;
}

.footer__column {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}
.footer__subtitle{
    font-size: 1.375rem;
    font-weight: 600;
}
.footer__menu{
    display: flex;
    flex-direction: column;
    align-self: start;
    gap: 0.875rem;
}
.footer__list {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

@media (max-width: 767.98px) {
	.footer__inner {
		flex-direction: column;
		gap: 0.875rem;
	}

	.footer__column {
		flex-direction: column-reverse;
		gap: 0.875rem;
	}
}

.breadcrumbs__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.breadcrumbs__item a {
	color: #8a8a8a;

	transition: color 0.2s ease-in-out;
}

.breadcrumbs__item a:hover {
	color: #000;
}

.title {
	font-weight: 600;
	font-size: 2.5rem;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

/* CATALOG */
.filter--active {
	display: block !important;
}
.filter--hidden {
	display: none !important;
}

.catalog {
    display: flex;
    gap: 2.75rem; 
}

.catalog__content {
	display: flex;
	flex-direction: column;
}

.catalog-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
	row-gap: 0.625rem;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
	.catalog-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
	.catalog-list {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 991.98px) {
	.catalog {
    flex-direction: column-reverse;
	}
}
@media (max-width: 767.98px) {
	.catalog-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 559.98px) {
	.catalog-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.catalog-sort {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.catalog-sort__btns{
	display: flex;
	gap: 0.75rem;
}

.catalog-sort .woocommerce-result-count {
	font-size: 0.75rem;
	color: #81869b;
}

@media (max-width: 767.98px) {
	.catalog-sort {
		flex-direction: column;
		align-items: start;
	}
}

@media (max-width: 767.98px) {
	.catalog-sort__btns {
		width: 100%;
	}
}

.catalog__sidebar {
  flex: 1 0 0;
	
	font-size: 0.8125rem;
}

.catalog__sidebar .wpc-filters-range-values-wrapper {
	display: none !important;
}

.catalog__sidebar .wpc-filters-range-min-column{
	margin-right: 0;
}

@media (min-width: 991.98px) {
	.catalog-sort__btns .btn--filters{
		display: none !important;
	}
}

@media (max-width: 991.98px) {
	.catalog__sidebar {
		display: none;
	}

	.catalog__sidebar .wpc-filters-range-wrapper{
		justify-content: start;
		gap: 3%;
	}
}

@media (max-width: 559.98px) {
	.catalog-sort__btns{
		flex-direction: column;
	}
}

.catalog__content {
  flex: 3.35 0 0;
}

/* LOADER */

.card-loader {
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;
	width: 100%;
	height: 100%;

	background: rgba(255, 255, 255, 0.7);
}

.loader {
  color: #000;
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translate(-50%, -50%);
	display: inline-block;
	top: 50%;
	left: 50%;
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* PAGINATION */

.pagination__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	margin-top: 1.5rem;
	font-size: 1.25rem;
}

.pagination-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	border: 1px solid #000;
}

.pagination__item:not(.pagination__item--active-mod) a{
	color: #8b8b8b;

	transition: color 0.2s ease-in-out;
}

.pagination__item:not(.pagination__item--active-mod) a:hover{
	color: #000;
}

/* PRODUCT */

.product__info {
	gap: 1.25rem;
	margin-bottom: 3.75rem;
}
@media (min-width: 991.98px) {
	.product__info {
		display: grid;
		align-items: start;
		grid-template-columns: 1.65fr 1fr;
	}
}
@media (max-width: 991.98px) {
	.product__info {
		display: flex;
		flex-direction: column;
	}
}

.product__info .product_title, .product-grid__title{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

.product__info .summary{
	height: 100%;
	display: flex;
	flex-direction: column;
}

.product__info form {
	margin-bottom: 2.5rem;
}

.product__info form .variations {
	margin-bottom: 1.5rem;
}

.product__info form .variations th{
	margin-bottom: 0.875rem;

	font-weight: 400;
	font-size: 1rem;
}

.product__info form button{
	min-height: 4rem;
	padding: 1.25rem;
	width: 100%;
	color: #fff;
	background: #000;
	transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	font-family: "HelveticaNeue", sans-serif;
	cursor: pointer;
	line-height: 1;
	text-transform: uppercase;
}

.product__info form .added_to_cart.wc-forward{
	min-height: 4rem;
	padding: 1.25rem;
	width: 100%;
	margin: 0.75rem 0 0 0;
	border: 1px solid #000;
	transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	font-family: "HelveticaNeue", sans-serif;
	cursor: pointer;
	line-height: 1;
	text-transform: uppercase;
}

/* PRODUCT GALLERY */
.product-gallery {
	gap: 1.25rem;
	overflow: hidden;
}
@media (min-width: 991.98px) {
	.product-gallery {
		display: grid;
		grid-template-columns: 5.9375rem 1fr;
	}
}
@media (max-width: 991.98px) {
	.product-gallery {
		gap: 4rem;
		display: flex;
	}
}
.product-gallery .product-gallery__pagination {
	position: relative;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}
@media (min-width: 991.98px) {
	.product-gallery .product-gallery__pagination {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.product-gallery .product-gallery__pagination {
		display: flex;
	}
}
.product-gallery .product-gallery__pagination .swiper-pagination-bullet {
	display: flex;
	border: 1px solid #000;
	width: 0.75rem;
	height: 0.75rem;
	cursor: pointer;
}
.product-gallery .product-gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #000;
}
.product-gallery__thumbs {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	height: 34.6875rem;
	flex-shrink: 0;
	overflow: hidden;
}
@media (min-width: 991.98px) {
	.product-gallery__thumbs {
		display: flex;
	}
}
@media (max-width: 991.98px) {
	.product-gallery__thumbs {
		display: none;
	}
}
.product-gallery__thumbs .product-gallery__slide {
	width: auto !important;
	height: auto !important;
	aspect-ratio: 1/1;
	flex-shrink: 0;
	border: 1px solid rgb(129, 129, 129);
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s ease;
	overflow: hidden;
}
.product-gallery__thumbs .product-gallery__slide.swiper-slide-thumb-active {
	border-color: #161616;
	opacity: 1;
}
.product-gallery__thumbs .product-gallery__slide:hover {
	opacity: 1;
}
.product-gallery__thumbs .product-gallery__img-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product-gallery__thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-gallery__main {
	position: relative;
}
@media (max-width: 991.98px) {
	.product-gallery__main {
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
	}
}
.product-gallery__main .product-gallery__slide {
	position: relative;
	width: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width: 991.98px) {
	.product-gallery__main .product-gallery__slide {
		border: 1px solid #e0e1e7;
	}
}
.product-gallery__main .product-gallery__slide .btn--icon-heart {
	position: absolute;
	z-index: 2;
	top: 1.125rem;
	right: 1.125rem;
}
@media (min-width: 991.98px) {
	.product-gallery__main .product-gallery__slide .btn--icon-heart {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.product-gallery__main .product-gallery__slide .btn--icon-heart {
		display: flex;
	}
}
.product-gallery__main .product-gallery__img-wrap {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	background: #fff;
	overflow: hidden;
}
@media (min-width: 575.98px) {
	.product-gallery__main .product-gallery__img-wrap {
		aspect-ratio: 670/628;
	}
}
@media (max-width: 575.98px) {
	.product-gallery__main .product-gallery__img-wrap {
		aspect-ratio: 343/500;
	}
}
.product-gallery__main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-gallery__nav {
	position: absolute;
	top: 50%;
	z-index: 5;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.125rem;
	height: 3.125rem;

	background: #fff;
	border: 1px solid #000;

	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.product-gallery__nav[disabled] {
	border: 1px solid #b3b3b3;
	color: #b3b3b3;

	cursor: not-allowed;
}

.product-gallery__nav--prev {
	left: 1rem;
	transform: scale(1) translate(0,-50%);
}

.product-gallery__nav--next {
	right: 1rem;
	transform: scale(1) translate(0,-50%);
}

@media (min-width: 991.98px) {
	.product-gallery__nav {
		opacity: 0;
	}
	.product-gallery:hover .product-gallery__nav{
		transform: scale(1) translate(0,-50%);
		opacity: 1;
	}
	.product-gallery__nav--prev {
		transform: scale(0) translate(-3.125rem,-50%);
	}
	.product-gallery__nav--next {
		transform: scale(0) translate(3.125rem,-50%);
	}
}

/* PRODUCT RELATED */

.product-related__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.product-related__title {
	font-size: 1.5rem;
	font-weight: 500;
}

.product-related__nav-wrap {
	display: flex;
	align-items: center;
	gap: .75rem;
}

.product-related__nav {
	z-index: 10;

	display: flex;
	justify-content: center;
	align-items: center;
	width: 3.125rem;
	height: 3.125rem;

	background: #fff;
	border: 1px solid #000;

	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.product-related__nav[disabled] {
	border: 1px solid #b3b3b3;
	color: #b3b3b3;

	cursor: not-allowed;
}

.woocommerce-product-details__short-description h3 {
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.woocommerce-product-details__short-description ul {
	margin-left: 1.5625rem;
	list-style: disc;
}

.woocommerce-product-details__short-description ol {
	margin-left: 1.5625rem;
	list-style: decimal;
}

.woocommerce-product-details__short-description li {
	list-style: inherit;
}

/* CART PAGE */

.cart-body {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.cart-body__inner {
	gap: 1.25rem;
	width: 100%;
}
@media (min-width: 991.98px) {
	.cart-body__inner {
		display: grid;
		align-items: start;
		justify-content: space-between;
		grid-template-columns: 0.463fr 0.463fr;
	}
}
@media (max-width: 991.98px) {
	.cart-body__inner {
		display: flex;
		flex-direction: column;
	}
}
.cart-body__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
.cart-product {
	display: flex;
	align-items: start;
}
@media (min-width: 767.98px) {
	.cart-product {
		gap: 1.5rem;
		padding-bottom: 2rem;
		border-bottom: 1px solid #e0e1e7;
	}
}
@media (max-width: 767.98px) {
	.cart-product {
		gap: 0.75rem;
	}
}
.cart-product__brief {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.625rem;
}
.cart-product__availability {
	text-align: center;
	color: #2d2d2d;
	font-size: 0.625rem;
}
.cart-product__thumb-wrap {
	position: relative;
	width: 8.75rem;
	height: 8.75rem;
	flex-shrink: 0;
	border: 1px solid #e0e1e7;
}
.cart-product__thumb-wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cart-product__content {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 0.75rem;
}
.cart-product__top {
	/* display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem; */
}
.cart-product__remove .icon {
	width: 1.5rem;
}
.cart-product__remove a {
	stroke: transparent;
	color: #272d01;
	transition: filter 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-product__remove a:hover {
	filter: invert(15%);
}
.cart-product__title {
	font-weight: 600;
	text-transform: uppercase;
}
.cart-product__attribute-list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}
.cart-product__attribute-item {
	font-size: 0.625rem;
}
.cart-product__attribute-label {
	color: #81869b;
}
.cart-product__bottom {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 767.98px) {
	.cart-product__bottom {
		align-items: center;
		gap: 0.625rem;
	}
}
@media (max-width: 767.98px) {
	.cart-product__bottom {
		flex-direction: column;
		align-self: start;
		gap: 0.75rem;
	}
}
@media (max-width: 767.98px) {
	.cart-product__bottom .form_quantity {
		order: 1;
	}
}
.cart-product__price {
	font-weight: 500;
	text-transform: uppercase;
}
.cart-details {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
.cart-details__title {
	text-transform: uppercase;
	font-weight: 400;
}
@media (min-width: 991.98px) {
	.cart-details__title {
		font-size: 1.5rem;
	}
}
@media (max-width: 991.98px) {
	.cart-details__title {
		font-size: 1rem;
		text-align: center;
	}
}
.cart-details__content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	background: #fbfbfd;
}
@media (min-width: 767.98px) {
	.cart-details__content {
		padding: 4rem;
	}
}
@media (max-width: 767.98px) {
	.cart-details__content {
		padding: 1.5rem 1rem;
	}
}
.cart-details__subtotal {
	display: flex;
	justify-content: space-between;
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: uppercase;
}
.cart-details__total {
	display: flex;
	justify-content: space-between;
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
}

.cart-details__deliver {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.form_quantity {
	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: inset 0 0 0 1px #3c3c3c;
	border: none;
	background-clip: padding-box;
	will-change: box-shadow;
}

.form_quantity__btn {
	position: relative;

	padding: 1rem;
	height: 100%;

	cursor: pointer;
}

.form_quantity__value {
	width: 3.125rem;

	font-size: 1rem;
	text-align: center;

	user-select: none;
}

.form_quantity__input {
	position: absolute;
	pointer-events: none;
	border: 0;
	opacity: 0;
	height: 0;
}

/* CHECKOUT PAGE */

.checkout-page__title {
	font-size: 1.5rem;
	font-weight: 500;
}

.checkout-page .zen-ui-select__value-text {
	white-space: normal !important;
}

.checkout-page .woocommerce-billing-fields {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.checkout-page .woocommerce-additional-fields {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.checkout-page .woocommerce-additional-fields h3{
	display: none;
}

.checkout-page .woocommerce-additional-fields label{
	display: inline-flex;
	font-size: .875rem;
	font-weight: 400;
}

.checkout-page .woocommerce-additional-fields #order_comments_field{
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.checkout-page #wcus-billing-fields h3{
	margin-bottom: 0.875rem;
	display: inline-flex;
	font-size: .875rem;
	font-weight: 400;
}

.checkout-page #wcus-billing-fields p{
	margin-bottom: 0.875rem;
}

.checkout-page__details {
	width: 100%;
}
#billing_country_field {
	display: none;
}

@media (min-width: 991.98px) {
	.checkout-page {
		display: grid;
		align-items: start;
		justify-content: space-between;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
}
@media (max-width: 991.98px) {
	.checkout-page {
		display: flex;
		flex-direction: column;
		align-items: start;
		row-gap: 2rem;
	}
}

.order-review {
	display: flex;
	flex-direction: column;
}

.order-review__inner {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.order-review__wrap {
	background: #fbfbfd;
	padding: 2rem;
}

.order-review__wrap .btn {
	margin-top: 1.5rem;
}

.order-review__card, .order-review__top {
	/* display: grid;
	grid-template-columns: repeat(2, 1fr); */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order-review__card {
	padding-block: 0.75rem;
	border-bottom: 1px solid #5e5b5a;
}

.order-review__bottom {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

/* CHECKOUT INPUTS */

.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.woocommerce-billing-fields__field-wrapper label{
	display: inline-flex;
	font-size: .875rem;
	margin: 0 0 0.375rem;
}

.woocommerce-billing-fields input,.woocommerce-additional-fields__field-wrapper textarea {
	min-height: 3rem;
	width: 100%;
	border: 0.0625rem solid #d6dde4;
	padding: 1rem;
	font-size: 0.875rem;
}

.woocommerce-additional-fields__field-wrapper textarea {
	min-height: 10rem;
}

/* FORM CHECKBOX */

.form-checkbox {
	position: relative;
}

.form-checkbox .form-checkbox__el,
.form-checkbox input[type='checkbox'] {
	position: absolute;

	width: 1px;
	height: 1px;
	margin: 0;

	opacity: 0;
	clip-path: inset(50%);
	appearance: none;
}

.form-checkbox__label {
	position: relative;

	display: inline-block;
	padding-left: 1.8rem;

	cursor: pointer;
}

.form-checkbox__label:before,
.form-checkbox__label:after {
	position: absolute;

	border-radius: 50%;

	cursor: pointer;
	content: '';
}

.form-checkbox__label:before {
	top: 0;
	left: 0;

	background: transparent;
	box-shadow: inset 0 0 0 .0625rem #3c3c3c;

	transition: box-shadow 0.15s linear;

	width: 1.25rem;
	height: 1.25rem;
	
}

.form-checkbox:has(input:focus) .form-checkbox__label:before,
.form-checkbox:has(input:hover) .form-checkbox__label:before {
	/* box-shadow: inset 0 0 0 1px blue; */
}

.form-checkbox__label:after {
	top: 0.3125rem;
	left: 0.3125rem;

	background: #3c3c3c;

	transform: scale(0);
	transition: transform 0.15s linear;

	width: 0.625rem;
	height: 0.625rem;
	
}

.form-checkbox:has(input:checked) .form-checkbox__label:after {
	transform: scale(1);
}

/* PAYMENT METHODS */

.wc_payment_methods {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.wc_payment_methods .payment_box {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.3;
	font-style: italic;
	color: #81869b;
}

.woocommerce-message {
	margin-bottom: 1.5rem;
	padding: 1rem 1.5rem;
	background: #fff04a;
	width: fit-content;
}

.woocommerce-notices-wrapper a{
	text-decoration: underline;
}

.page-id-8 .woocommerce .cart-empty{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

.page-id-8 .woocommerce .return-to-shop a{
	font-size: 1rem;
	color: #565353;
}

.page-id-8 .woocommerce .return-to-shop::before{
	content: "←";
	margin-right: 0.5rem;
}

/* THANK YOU PAGE */

.thank_page {
	margin-top: 4.5625rem;
	display: flex;
	flex-direction: column;
	align-items: start;
	width: fit-content;
	margin-inline: auto;
}

.thank_page > *{
	margin: 0;
}

.thank_page > *:not(:last-child){
	margin-bottom: 1.25rem;
}

.thank_page .woocommerce-thankyou-order-received, .thank_page h2{
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 400;
}

.thank_page .woocommerce-thankyou-order-details{
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 0.5rem;
}

.thank_page .woocommerce-thankyou-order-details li{
	color: #565353;
}

.thank_page .woocommerce-thankyou-order-details li strong{
	color: #202421;
	font-size: 1.25rem;
	font-weight: 400;
}

.thank_page .woocommerce-customer-details address{
	line-height: 1.4;
	font-size: 1.125rem;
	font-style: normal;
}

/*SEARCH*/

.header-search__input {
	width: 0;
	padding: 0;

	outline: none;
	background-color: transparent;
	border: none;

	transition: width 0s ease-in-out;
}

.header-search__btn {
	display: flex;

	cursor: pointer;
	/* @include icon-hover;

	@include respond('min', 'lg') {
		color: $black_2;
	}

	@include respond('max', 'lg') {
		color: $white;
	} */
}

.header-search {
	position: relative;

	display: flex;
	align-items: center;

	border: none;

	transition: all 0s ease-in-out;
}

.header-search--active .header-search {
	width: 100%;
	min-height: 100%;
	gap: 0.5rem;

	transition: width 1s ease-in-out;
}

.header-search--active .header-search__input {
	width: 100%;
	min-height: 100%;

	transition: width 0.5s ease-in-out;
	font-size: 0.75rem;
}

.header-actions__icon-wrap {
	display: flex;
	gap: 0.75rem;

	cursor: pointer;
}

.header-actions__icon {
	width: 1.5rem;
	height: 1.5rem;
}

@media (max-width: 991.98px) {
	.header-search--active .header__icons--left {
		width: 100%;
	}
}

/* TOM SELECT */
.ts-wrapper {
	display: flex;
	height: 100%;
}
.ts-wrapper.dropdown-active .ts-dropdown {
	margin-top: 0.75rem;
	border: 2px solid #000;
	animation: fadeIn 0.3s ease-in-out;
}
@media (min-width: 559.98px) {
	.ts-wrapper.dropdown-active .ts-dropdown {
		min-width: 15.75rem;
	}
}
.ts-wrapper.dropdown-active .ts-control::after {
	transform: rotateX(-180deg) translateY(50%);
}
.ts-wrapper .ts-control {
	position: relative;
}
.ts-wrapper .ts-control::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjg3MjggNC45Nzk4MkMxMy4wNjggNC43ODQ2MyAxMy4zODQ1IDQuNzg0NzcgMTMuNTc5OCA0Ljk3OTgyQzEzLjc3NTEgNS4xNzUwOCAxMy43NzUxIDUuNDkxNTkgMTMuNTc5OCA1LjY4Njg1TDkuMjMzMTIgMTAuMDMzNUM4LjUyNDUxIDEwLjc0MTkgNy4zNjg0IDEwLjc0MiA2LjY1OTg3IDEwLjAzMzVMMi4zMTMxOSA1LjY4Njg1QzIuMTE3OTMgNS40OTE1OSAyLjExNzkzIDUuMTc1MDggMi4zMTMxOSA0Ljk3OTgyQzIuNTA4NDYgNC43ODQ1NiAyLjgyNDk2IDQuNzg0NTYgMy4wMjAyMyA0Ljk3OTgyTDcuMzY2OTEgOS4zMjY1QzcuNjg0OSA5LjY0NDQ4IDguMjA4IDkuNjQ0MzQgOC41MjYwOSA5LjMyNjVMMTIuODcyOCA0Ljk3OTgyWiIgZmlsbD0iY3VycmVudENvbG9yIi8+Cjwvc3ZnPgo=");
	transform-origin: center;
	transition: transform 0.3s ease;
}
.ts-wrapper .ts-control input::-webkit-input-placeholder {
	color: #999;
}
.ts-wrapper .ts-control input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.ts-wrapper .ts-control input:-ms-input-placeholder {
	color: #999;
}
.ts-wrapper .option {
	transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.ts-wrapper .option.selected,
.ts-wrapper .option.selected.active {
	filter: invert(15%);
}
.ts-wrapper .option.active:not(.selected) {
	filter: invert(15%);
}
.ts-wrapper .item {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.orderby .ts-control {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.875rem;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid #000;
	background: #fff;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
	cursor: pointer;
}
.tabs .orderby .ts-control {
	font-size: inherit;
}
@media (min-width: 991.98px) {
	.orderby .ts-control {
		--ts-pr-min: 2.75rem;
		padding: 0.6875rem 1.25rem;
	}
}
@media (max-width: 991.98px) {
	.orderby .ts-control {
		--ts-pr-min: 2.5rem;
		padding: 1rem 0.9375rem;
		min-width: 13.125rem;
	}
}
.orderby .ts-control input:not(.tabs .orderby .ts-control input) {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
}
.tabs .orderby .ts-control input {
	height: 100%;
	font-size: inherit;
	caret-color: rgba(0, 0, 0, 0);
}
.orderby .ts-control::after {
	width: 0.75rem;
	height: 0.75rem;
}
.orderby .ts-dropdown-content {
	max-height: 24rem;
}
.orderby .option {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.01em;
	text-align: left;
	color: #000;
}
.orderby .option[data-value=''] {
	display: none;
}
@media (min-width: 991.98px) {
	.orderby .option {
		padding: 0.6875rem 1.25rem;
		font-size: 0.75rem;
	}
}
@media (max-width: 991.98px) {
	.orderby .option {
		padding: 1rem 0.9375rem;
		font-size: 0.8125rem;
	}
}
.orderby.ts-wrapper .ts-control .item[data-value=''] {
	color: #000;
}

/* Контейнер товаров */
.woocommerce-order-items {
  margin-bottom: 30px;
}


/* Блок итогов */
.woocommerce-order-summary {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
}

/* Список итогов */
.woocommerce-order-totals__list {
  margin: 20px 0;
}

.woocommerce-order-total-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}

.woocommerce-order-total-item:last-child {
  border-bottom: none;
}

.woocommerce-order-total-item__label {
  font-weight: 500;
}

.woocommerce-order-total-item__value {
  font-weight: 600;
	text-align: end;
}

/* Выделение финального итога */
.woocommerce-order-total-item--order_total .woocommerce-order-total-item__label,
.woocommerce-order-total-item--order_total .woocommerce-order-total-item__value {
  font-size: 18px;
  color: #2c3e50;
}

/* Кнопки действий */
.woocommerce-order-actions {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e0e0e0;
}

.woocommerce-order-actions__list {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.woocommerce-order-actions__list .button {
  padding: 10px 20px;
  border-radius: 4px;
}

/* Примечание */
.woocommerce-order-note {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

.woocommerce-order-note__title {
  margin: 0 0 10px 0;
  font-size: 16px;
}

.woocommerce-order-note__text {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.woocommerce-order-items-link-wrap {
	font-weight: 600;
	text-transform: uppercase;
}
.woocommerce-order-items-link:hover {
	text-decoration: underline;
}

.woocommerce-order-details .woocommerce-order-items {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.wc-item-meta .wc-item-meta-label{
	font-weight: 400;
}
.wc-item-meta p{
	display: inline;
}

.wpc-filter-set-widget-title {
	margin-bottom: 1.25rem;

	font-weight: 600;
	font-size: 2rem;
	text-transform: uppercase;
}

.wpc-filters-section .wpc-filter-header {
	position: relative;

	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;

	font-weight: 600;
	font-size: 1.25rem;
	text-transform: uppercase;
	user-select: none;
	margin-bottom: 0.75rem;
}

.wpc-filters-section .wpc-filter-header::after {
	content: "";
	width: 0.625rem;
	height: 0.625rem;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	/* transform-origin: center center; */
	transform: rotate(45deg);
}

.wpc-filters-section.filter-close .wpc-filter-header::after {
	transform: translateY(50%) rotate(-135deg);
}

.wpc-filter-header .widget-title {
	margin-bottom: 0 !important;
}

.wpc-filters-range-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem;
}

.wpc-filters-section.filter-close .wpc-filter-content {
	display: none !important;
}

.catalog__sidebar .wpc-filters-range-wrapper {
	align-items: center;
	gap: 0.75rem;
}

.catalog__sidebar .wpc-posts-found {
	display: none;
}
.static-page {
    margin-block: 48px;
}
.static-page h1{
    font-size: 2rem;
    margin-bottom: 1.125rem;
}
.static-page h3{
    font-size: 22px;
    margin-bottom: 12px;
}
.static-page p, .static-page ul, .static-page ol,.static-page li, .static-page dl, .static-page table {
    margin-bottom: 12px;
}
.static-page ol {
    list-style: decimal;
    padding-left: 1.5rem;
}
.static-page ul {
    list-style: disc;
    padding-left: 1.5rem;
}
.static-page li {
    position: relative;
    list-style: inherit;
}
@media (max-width: 991.98px) {
	.static-page h1{
        font-size: 1.5rem;
    }
}
