:root {
	--white: #ffffff;
	--black: #383838;
	--gray: #737373;
	--red: #ff0000;
	--red-hover: #dd1212;
	--light-gray: #f9f9f9;
	--dark-gray: #5b5b5b;
	--primary: #FFC400;
	--primary-match: var(--accent);
	--accent: #491D16;
	--accent-match: var(--white);
	--border: #EFEFEF;
	--header-height: 110px;
	--top-bar-height: 40px;
	--container-indent: 60px;
	--blocks-indent: 15px;
	--products-in-col: 4;
	--products-indent-h: 30px;
	--products-indent-w: 20px;
	--scroll-bar: 6px;
	--font-family-1: "Open Sans";
	--font-family-2: "Open Sans";
	--btn-height: 55px;
	--btn-height-small: 40px;
	--btn-padding: 0 36px;
	--border-radius: 20px;
	--border-radius-big: 80px;
	--border-radius-small: 10px;
}
@media (max-width: 1480px) {
	:root {
		--products-in-col: 4;
		--header-height: 100px;
		--top-bar-height: 40px;
	}
}
@media (max-width: 1279px) {
	:root {
		--header-height: 80px;
		--top-bar-height: 30px;
		--container-indent: 20px;
		--blocks-indent: 15px;
		--products-in-col: 3;
	}
}
@media (max-width: 1024px) {
	:root {
		--products-in-col: 2;
	}
}
@media (max-width: 768px) {
	:root {
		--products-indent-h: 30px;
		--products-indent-w: 10px;
		--products-in-col: 1;
	}
}
@font-face {
	font-family: "Open Sans";
	font-weight: 400;
	font-display: swap;
	src: url(/wp-content/themes/shop/fonts/open-sans/open-sans-400.woff2) format("woff2");
}
@font-face {
	font-family: "Open Sans";
	font-weight: 600;
	font-display: swap;
	src: url(/wp-content/themes/shop/fonts/open-sans/open-sans-600.woff2) format("woff2");
}
@font-face {
	font-family: "Open Sans";
	font-weight: 700;
	font-display: swap;
	src: url(/wp-content/themes/shop/fonts/open-sans/open-sans-700.woff2) format("woff2");
}
@font-face {
	font-family: "Open Sans";
	font-weight: 800;
	font-display: swap;
	src: url(/wp-content/themes/shop/fonts/open-sans/open-sans-800.woff2) format("woff2");
}
@media (pointer: fine) {
	::-webkit-scrollbar {
		width: var(--scroll-bar);
	}
	::-webkit-scrollbar-track {
		background-color: var(--white);
	}
	::-webkit-scrollbar-thumb {
		background: var(--primary);
		border-radius: 20px;
		border: 0px;
		transition: scrollbar-color 0.5s ease-out;
	}
	::-webkit-scrollbar-thumb:hover {
		background: var(--primary);
	}
	body *::-webkit-scrollbar {
		height: 3px;
		width: 3px;
	}
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: var(--white);
	color: var(--black);
	font-family: var(--font-family-1);
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	box-sizing: border-box;
	-webkit-locale: auto;
	-webkit-text-size-adjust: none !important;
	-webkit-tap-highlight-color: transparent;
	cursor: default;
}
main {
	position: relative;
	top: var(--header-height);
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
section {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.container {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: calc(100% - var(--container-indent));
	width: calc(100% - var(--container-indent));
	margin: 0 (var(--container-indent) / 2);
}
.container-full {
	max-width: calc(100% - 0px);
	width: calc(100% - 0px);
	margin: 0 0;
}
.col-100 {
	width: 100%;
}
.col-80 {
	display: flex;
	flex-direction: column;
	width: calc(80% - var(--blocks-indent) / 2);
}
.col-75 {
	display: flex;
	flex-direction: column;
	width: calc(75% - var(--blocks-indent) / 2);
}
.col-66 {
	display: flex;
	flex-direction: column;
	width: calc(66.66% - var(--blocks-indent) / 2);
}
.col-60 {
	display: flex;
	flex-direction: column;
	width: calc(60% - var(--blocks-indent) / 2);
}
.col-50 {
	display: flex;
	flex-direction: column;
	width: calc(50% - var(--blocks-indent) / 2);
}
.col-40 {
	display: flex;
	flex-direction: column;
	width: calc(40% - var(--blocks-indent) / 2);
}
.col-40.c3 {
	width: calc(40% - var(--blocks-indent) * 2 / 3);
}
.col-40.c4 {
	width: calc(40% - var(--blocks-indent) * 3 / 4);
}
.col-33 {
	display: flex;
	flex-direction: column;
	width: calc(33.33% - var(--blocks-indent) * 2 / 3);
}
.col-33.c2 {
	width: calc(33.33% - var(--blocks-indent) / 2);
}
.col-25 {
	display: flex;
	flex-direction: column;
	width: calc(25% - var(--blocks-indent) * 3 / 4);
}
.col-25.c2 {
	width: calc(25% - var(--blocks-indent) / 2);
}
.col-25.c3 {
	width: calc(25% - var(--blocks-indent) 2 / 3);
}
.col-20 {
	display: flex;
	flex-direction: column;
	width: calc(20% - var(--blocks-indent) * 4 / 5);
}
.col-20.c2 {
	width: calc(20% - var(--blocks-indent) / 2);
}
.col-20.c3 {
	width: calc(20% - var(--blocks-indent) * 2 / 3);
}
.col-20.c4 {
	width: calc(20% - var(--blocks-indent) * 3 / 4);
}
@media (max-width: 1279px) {
	.col-25 {
		width: calc(50% - var(--blocks-indent) / 2);
	}
	.col-25.c2,
	.col-25.c3 {
		width: 100%;
	}
	.col-80,
	.col-75,
	.col-66,
	.col-50,
	.col-33,
	.col-40.c3,
	.col-33.c2,
	.col-20,
	.col-20.c3 {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.col-25 {
		width: 100%;
	}
}
.block-with-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: var(--blocks-indent);
}
.vetical-center {
	align-items: center;
}
.flex-start {
	justify-content: flex-start;
}
.no-wrap,
.block-with-cols.no-wrap {
	flex-wrap: nowrap !important;
}
/* Gutenberg - Start */
.wp-block-group__inner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
}
.one-column {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
}
/* Gutenberg - End */

/* Размеры текстов - Start */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
wp-block-heading {
	font-family: var(--font-family-1);
	font-weight: 800;
	margin: 0;
}
.h1 {
	font-size: 132px;
	line-height: 132px;
}
h2,
.h2 {
	font-size: 42px;
	line-height: 48px;
}
h3,
.h3 {
	font-size: 32px;
	line-height: 37px;
}
h4,
.h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
h5,
.h5 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
p {
	font-family: var(--font-family-1);
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	margin: 0;
}
p a {
	word-break: break-all;
}
small {
	font-family: var(--font-family-1);
	font-size: 14px;
	line-height: 16px;
}
@media (max-width: 1480px) {
	.h1 {
		font-size: 100px;
		line-height: 100px;
	}
	h2,
	.h2 {
		font-size: 36px;
		line-height: 40px;
	}
	h3,
	.h3 {
		font-size: 30px;
		line-height: 34px;
	}
	h4,
	.h4 {
		font-size: 20px;
		line-height: 24px;
	}
	p {
		font-size: 14px;
		line-height: 22px;
	}
	small {
		font-size: 14px;
		line-height: 17px;
	}
}
@media (max-width: 1279px) {
	h1,
	.h1 {
		font-size: 24px;
		line-height: 28px;
	}
	h2,
	.h2 {
		font-size: 24px;
		line-height: 28px;
	}
	h3,
	.h3 {
		font-size: 20px;
		line-height: 24px;
	}
	h4,
	.h4 {
		font-size: 22px;
		line-height: 28px;
	}
	p {
		font-size: 16px;
		line-height: 19px;
	}
	small {
		font-size: 14px;
		line-height: 16px;
	}
}
@media (max-width: 768px) {
	h1,
	.h1 {
		font-size: 45px;
		line-height: 45px;
	}
	h2,
	.h2 {
		font-size: 24px;
		line-height: 26px;
	}
	h3,
	.h3 {
		font-size: 24px;
		line-height: 26px;
	}
	h4,
	.h4 {
		font-size: 16px;
		line-height: 18px;
	}
	p {
		font-size: 14px;
		line-height: 17px;
	}
	small {
		font-size: 14px;
		line-height: 16px;
	}
}
/* Размеры текстов - End */

ul.menu {
	display: flex;
	gap: 30px;
	list-style: none;
	font-family: var(--font-family-2);
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}
@media (max-width: 1550px) {
	ul.menu {
		gap: 20px;
	}
	header .btn.btn-primary {
		height: 42px;
		padding: 0 28px;
	}
	header .btn.btn-circle {
		height: 40px!important;
		width: 40px!important;
	}
	header .btn.btn-circle img {
		height: 17px!important;
		width: 17px!important;
		object-fit: contain!important;
	}
}


@media (max-width: 1400px) {
	ul.menu {
		font-size: 14px;
		line-height: 14px;
		gap: 15px;
	}
	header .btn.btn-primary {
		font-size: 16px;
		line-height: 16px;
	}
	header .btn.btn-primary span {
		height: 16px;
	}
}
a,
a p {
	color: inherit;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.link {
	transition: all 0.3s ease;
}
.link:hover {
	color: var(--black);
}
.hover-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}
.overlay > * {
	z-index: 1;
}
.overlay.overlay-dark:before {
	background: rgb(0 0 0 / 20%);
}
.underline {
	text-decoration: underline;
}
del {
	color: #d3d3d3;
}
ins {
	text-decoration: none;
}
figure.wp-block-image {
	max-width: 100%;
}
img {
	display: block;
	max-width: 100%;
	object-fit: cover;
	height: auto;
}
iframe {
	max-width: 100%;
}
.primary {
	color: var(--primary);
}
.gray {
	color: var(--gray);
}
.light-gray {
	color: var(--light-gray);
}
.dark-gray {
	color: var(--dark-gray);
}
.black {
	color: var(--black);
}
.white {
	color: var(--white);
}

/* List - Start */
.text-box ul,
.text-box ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.text-box ol {
	counter-reset: item;
}
.text-box ul li,
.text-box ol li {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
}
.text-box ul > li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 4px;
	background: var(--primary);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-box ol > li:before {
	counter-increment: item;
	content: counter(item) "."; 
	position: absolute;
	left: 2px;
	top: 0;
	color: var(--primary);
	font-weight: 600;
}
.text-box ol > li:nth-child(1):before {
	left: 3px;
}
.text-box ol > li:nth-child(n+10):before {
	left: -3px;
}
/* List - End */

@media (min-width: 1280px) {
	.mob {
		display: none !important;
	}
}
@media (max-width: 1279px) {
	.pc {
		display: none !important;
	}
	.mob-fixed {
		overflow:hidden !important;
	}
	.text-box ul li,
	.text-box ol li {
		font-size: 14px;
		line-height: 18px;
	}
}
/* КНОПКИ */
.btn-group {
	display: flex;
	align-items: center;
	gap: var(--blocks-indent);
	z-index: 1;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: var(--btn-height);
	width: fit-content;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	transition: all 0.3s ease;
	border-radius: 50px;
	cursor: pointer;
}
.btn span {
	font-family: var(--font-family-1);
	font-weight: 600;
	height: 19px;
	transition: all 0.3s ease;
}
.btn img {
	height: 14px;
	object-fit: contain;
	transition: filter 0.3s;
}
.btn-full {
	width: 100%;
}

/* Primary - Start */
.btn.btn-primary {
	background: var(--primary);
	padding: var(--btn-padding);
}
.btn.btn-primary span {
	color: var(--primary-match);
}
.btn.btn-primary:hover,
.btn.btn-primary.active {
	background: #FFE500;
}
.btn.btn-primary:hover span,
.btn.btn-primary.active span {
	color: var(--primary-match);
}
.btn.btn-primary img {
	filter: initial;
}
/* Primary - End */

/* Dark - Start */
.btn.btn-dark {
	background: var(--black);
	padding: var(--btn-padding);
}
.btn.btn-dark span {
	color: var(--white);
}
.btn.btn-dark:hover,
.btn.btn-dark.active {
	background: var(--white);
}
.btn.btn-dark:hover span,
.btn.btn-dark.active span {
	color: var(--black);
}
.btn.btn-dark img {
	filter: brightness(0) invert(1);
}
.btn.btn-dark:hover > img,
.btn.btn-dark.active > img {
	filter: brightness(1) invert(0);
}
/* Dark - End */

/* White - Start */
.btn.btn-white {
	background: var(--white);
	padding: var(--btn-padding);
}
.btn.btn-white span {
	color: var(--black);
}
.btn.btn-white:hover,
.btn.btn-white.active {
	background: var(--black);
}
.btn.btn-white:hover span,
.btn.btn-white.active span {
	color: var(--white);
}
.btn.btn-white img {
	filter: brightness(1) invert(0);
}
.btn.btn-white:hover > img,
.btn.btn-white.active > img {
	filter: brightness(0) invert(1);
}
/* White - End */

/* Gray - Start */
.btn.btn-gray {
	padding: var(--btn-padding);
	background: var(--gray);
}
.btn.btn-gray span {
	color: var(--white);
}
.btn.btn-gray:hover,
.btn.btn-gray.active {
	background: var(--primary);
}
.btn.btn-gray:hover span,
.btn.btn-gray.active span {
	color: var(--primary-match);
}
/* Gray - End */

/* Red - Start */
.btn.btn-red {
	background: var(--red);
	padding: var(--btn-padding);
}
.btn.btn-red span {
	color: var(--white);
}
.btn.btn-red:hover,
.btn.btn-red.active {
	background: var(--red-hover);
}
.btn.btn-red:hover span,
.btn.btn-red.active span {
	color: var(--white);
}
.btn.btn-red img {
	filter: brightness(0) invert(1);
}
.btn.btn-red:hover > img,
.btn.btn-red.active > img {
	filter: brightness(0) invert(1);
}
/* Red - End */

/* Border - Start */
.btn.btn-border {
	background: transparent;
	border: 2px solid #7e605b;
	padding: var(--btn-padding);
}
.btn.btn-border span {
	color: var(--white);
}
.btn.btn-border:hover,
.btn.btn-border.active {
	background: var(--primary);
	border: 2px solid var(--primary);
}
.btn.btn-border:hover span,
.btn.btn-border.active span {
	color: var(--primary-match);
}
.btn.btn-border.primary {
	border: 2px solid var(--primary);
}
.btn.btn-border.primary span {
	color: var(--black);
}
.btn.btn-border.primary:hover,
.btn.btn-border.primary.active {
	background: var(--primary);
}
.btn.btn-border.primary:hover span,
.btn.btn-border.primary.active span {
	color: var(--primary-match);
}
.btn.btn-border.primary:hover img,
.btn.btn-border.primary.active img {
	filter: brightness(0) invert(0);
}
.btn.btn-border.red {
	border: 2px solid var(--red);
}
.btn.btn-border.red span {
	color: var(--red);
}
.btn.btn-border.red:hover,
.btn.btn-border.red.active {
	background: var(--red);
}
.btn.btn-border.red:hover span,
.btn.btn-border.red.active span {
	color: var(--white);
}
.btn.btn-border.red:hover img,
.btn.btn-border.red.active img {
	filter: url(#red-color);
}
.btn.btn-border.invert span,
.btn.btn-border.invert span {
	color: var(--black);
}
/* Border - End */

/* Special - Start */
.btn.btn-circle {
	height: 50px;
	width: 50px;
	padding: 8px;
	background: var(--primary);
	border: none;
	border-radius: 100%;
}
.btn.btn-small {
	height: var(--btn-height-small);
}
.disabled {
	background: var(--gray) !important;
}
.center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.column {
	flex-direction: column !important;
}
.row {
	flex-direction: row !important;
}
.wrap {
	flex-wrap: wrap !important;
}
.inline {
	display: flex;
	align-items: center;
	gap: 4px;
}
/* Special - End */

/* КНОПКИ - End */

/* Cookie - Start */
#cookie-consent {
	position: fixed;
	bottom: calc(var(--container-indent) / 3);
	right: calc(var(--container-indent) / 2);
	display: flex;
	flex-direction: column;
	gap: var(--blocks-indent);
	width: 500px;
	max-width: calc(100% - var(--container-indent));
	padding: 20px;
	background: var(--white);
	border-radius: var(--border-radius);
	box-shadow: 0px 0px 15px 0px #8e8e8e33;
	z-index: 1000;
}
/* Cookie - End */

/* Orders Notice - Start */
#orders-notice {
	position: fixed;
	bottom: calc(50% - 100px);
	right: 0;
	left: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: var(--blocks-indent);
	width: 600px;
	max-width: calc(100% - var(--container-indent));
	padding: 30px;
	background: var(--white);
	border-radius: 15px;
	box-shadow: 0px 0px 15px 0px #8e8e8e33;
	z-index: 1000;
	border: 2px solid var(--primary);
	align-items: center;
}
#orders-notice p {
	font-size: 20px;
	line-height: 30px;
	color: var(--black);
}
@media (max-width: 1279px) {
	#orders-notice {
		width: 100%;
		bottom: calc(50% - 150px);
	}
}
/* Orders Notice - End */

/* Dropdown - Start */

/* Dropdown Simple - Start */
.dropdown-simple {
	position: relative;
	cursor: pointer;
}
.dropdown-simple .dropdown-box {
	position: absolute;
	top: calc(100% + 10px);
	display: flex;
	flex-direction: column;
	gap: 7px;
	background: var(--white);
	width: max-content;
	padding: 15px;
	color: var(--black);
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.dropdown-simple.active > .dropdown-box {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
/* Dropdown Simple - End */

/* Dropdown Complex - Start */
.dropdown-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	color: var(--white);
	cursor: pointer;
	margin-top: 2px;
}
.dropdown-wrapper > .current-choise {
	color: var(--white);
}
.dropdown-wrapper > .dropdown-icon {
	min-width: 7px;
	width: 7px;
	height: 7px;
	object-fit: contain;
	filter: invert(1);
	margin-top: -2px;
}
.dropdown-wrapper > .dropdown-box {
	position: absolute;
	bottom: -81px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: var(--white);
	width: 85px;
	padding: 10px;
	color: var(--black);
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.dropdown-wrapper.active > .dropdown-box {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.dropdown-wrapper > .dropdown-box .item-switch {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	color: var(--black);
}
/* Dropdown Complex - End */

/* Dropdown - End */

/* Breadcrumb - Start */
.woocommerce-breadcrumb {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px !important;
	line-height: 14px !important;
	padding: 15px calc(var(--container-indent) / 2) 30px calc(var(--container-indent) / 2) !important;
	margin: 0 !important;
	color: var(--black) !important;
	overflow-x: auto;
}
.woocommerce .woocommerce-breadcrumb:before {
	display: none !important;
}
.woocommerce-breadcrumb a {
	color: #D8D8D8 !important;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.woocommerce-breadcrumb a:hover {
	color: var(--black);
	white-space: nowrap;
	transition: all 0.3s ease;
}
.woocommerce-breadcrumb span:not(.bread-arrow),
.woocommerce-breadcrumb > a:last-child {
	color: var(--primary) !important;
	font-weight: bold;
	white-space: nowrap;
}
.woocommerce-breadcrumb .bread-arrow {
	color: #D8D8D8 !important;
	white-space: nowrap;
}
.woocommerce-breadcrumb svg {
	transform: translateY(0px);
}
/* Breadcrumb - End */

/* Product List - Start */
.product-list {
	display: flex;
	flex-wrap: wrap;
	gap: var(--products-indent-h) var(--products-indent-w);
}
.product-card {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(
		(100vw - var(--container-indent) - var(--scroll-bar)) / var(--products-in-col) - var(--products-indent-w) *
		(var(--products-in-col) - 1) / var(--products-in-col)
		);
}
.product-card > a {
	height: 100%;
	display: flex;
	flex-direction: column;
	font-size: 0;
	line-height: 0;
}
.product-card .product-image-wrapper {
	position: relative;
	border-radius: 10px;
	box-shadow: 0 0 12px rgb(129 150 251 / 20%);
}
.product-card .action-items {
	display: none;
}
.product-card img {
	height: calc(
		(
			(100vw - var(--container-indent) - var(--scroll-bar)) / var(--products-in-col) -
		var(--products-indent-w) * (var(--products-in-col) - 1) / var(--products-in-col)
		) * 1
		);
	width: 100%;
	object-fit: contain;
	border-radius: 10px;
}
.product-card img.cart-icon {
	border-radius: 0px;
}
.product-card .product-info-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
/* Product Badge - Start */
.product-tags-or-badges {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.product-card .product-badge {
	display: flex;
	width: fit-content;
	background: var(--primary);
	border-radius: 75px;
	padding: 7px 16px 7px 16px;
	font-size: 18px;
	line-height: 16px;
	font-weight: 700;
	color: var(--primary-match);
}
.product-card .product-badge.tag-aktsiya {
	background: var(--accent);
	color: var(--white);
}
/* Product Badge - End */

/* Product Stock Status - Start */
.product-card .stock-status {
	display: none !important;
	position: absolute;
	top: 15px;
	left: 15px;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 15px;
	background: var(--white);
	border-radius: 80px;
	font-family: var(--font-family-1);
	font-size: 13px;
	line-height: 13px;
	color: #3d3d3d;
}
.stock-status span {
	font-weight: bold;
}
.stock-status.in-stock span {
	color: #1c9737;
}
.stock-status.out-of-stock span {
	color: #ff0000;
}
.stock-status.on-order span {
	color: #ffed00;
}
.stock-status.no-status span {
	color: #2759ff;
}
/* Product Stock Status - End */

/* Wishlist + Compare - Start  */
.product-card .compare-btn,
.product-card .wishlist-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 27px;
	background: var(--white);
	border: none;
	border-radius: 3px;
	padding: 5px 5px 6px 5px;
	cursor: pointer;
}
.product-card .compare-btn {
	top: calc(15px + 27px + 7px);
}
.product-card button.wishlist-btn:before {
	content: "" !important;
	display: flex !important;
	width: 27px !important;
	height: 27px !important;
	margin-right: 0px !important;
	background: url(/wp-content/themes/shop/img/icons/black/wishlist.svg) !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	transition: all 0.3s ease;
}
.product-card button.wishlist-btn.woosw-added:before {
	background: url(/wp-content/themes/shop/img/icons/black/wishlist-full.svg) !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}
.product-card button.compare-btn:before {
	content: "" !important;
	display: flex !important;
	width: 27px !important;
	height: 27px !important;
	margin-right: 0px !important;
	background: url(/wp-content/themes/shop/img/icons/black/compare.svg) !important;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	transition: all 0.3s ease;
}
button.woosc-btn.woosc-btn-has-icon.woosc-btn-added:before {
	display: flex !important;
}
/* Wishlist + Compare - End  */

/* Start Rating - Start  */
.product-card .star-rating-wrapper {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 20px;
}
.product-card .star-rating-wrapper .star-rating {
	font-size: 18px;
	line-height: 18px;
	color: #cbcbcb;
}
.product-card .star-rating-wrapper .rating-value {
	font-family: var(--font-family-1);
	font-size: 13px;
	line-height: 13px;
	color: #cbcbcb;
	font-weight: 500;
	transform: translateY(1px);
}
/* Start Rating - End  */

/* Product SKU - Start  */
.product-card .product-card-sku {
	font-family: var(--font-family-2);
	font-size: 16px;
	line-height: 22px;
	color: #6b7d90;
	margin-top: 17px;
}

@media (max-width: 1279px) {
	.product-card .product-card-sku {
		font-size: 14px;
		line-height: 22px;
		margin-top: 14px;
	}
}
/* Product SKU - End  */

.product-card .product-title {
	font-family: var(--font-family-1);
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	margin: 25px 0 15px 0;
	color: var(--black);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}
/* Variation - Start  */
.product-card .options-group {
	display: none;
	margin-bottom: 14px;
}
.options-group .option-block.pa_color-options {
	display: none;
}
.options-group .option-block {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.options-group .option-block span.option-value {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	padding-top: 2px;
	background: #eaeaea;
	border-radius: 5px;
	font-size: 14px;
	line-height: 14px;
}
/* Variation - End  */

/* Price - Start  */
.product-card .product-price {
	display: flex;
	margin-top: auto;
	justify-content: center;
	gap: 15px;
}
.woocommerce-Price-currencySymbol {
	display: inline-flex;
	font-family: monospace;
	transform: translateY(-1px)!important
}
del .woocommerce-Price-currencySymbol {
	transform: translateY(0px)!important
}
.product-card .price,
.product-card .woocommerce-Price-amount {
	font-family: var(--font-family-1);
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: var(--black);
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	width: fit-content;
	margin-top: auto;
}
.product-card ins .woocommerce-Price-amount{
	color: #e11b1b;
}
del {
	color: #d3d3d3;
}
.product-card .price.variable-price {
	gap: 5px;
}
.product-card .product-price:has(del) {
	flex-direction: row-reverse;
}
.product-card .product-price del span {
	font-size: 14px;
	font-weight: 600;
	color: #AEAEAE;
	transform: translateY(0.5px);
}
.product-card .price ins {
	text-decoration: none;
}
/* Price - End  */

/* Add To Cart - Start  */
.product-card .product-image-wrapper > .add-to-cart {
	position: absolute;
	bottom: 18px;
	right: 25px;
}
.product-card .product_type_simple {
	position: relative;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 47px;
	height: 47px;
	background: var(--primary);
	border-radius: 10px;
}
.product-card .product_type_variable {
	position: relative;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	height: 47px;
	padding: 0 10px;
	background: var(--primary);
	border-radius: 10px;
}
.product-card .product_type_simple img {
	width: 22px;
	height: 22px !important;
	object-fit: contain;
}
.product-card .add_to_cart_button:hover {
	background: #FFE500;
}
/* Add To Cart - End  */

.product-card .product-info-wrapper .product-sku,
.product-card .product-info-wrapper .product-meta,
.product-card .product-info-wrapper .product-short-description,
.product-card .product-info-wrapper .product-categories {
	display: none !important;
}

@media (min-width: 1921px) {
	.product-card {
		width: calc(
			(1920px - var(--container-indent)) / var(--products-in-col) - var(--products-indent-w) *
			(var(--products-in-col) - 1) / var(--products-in-col)
			);
	}
	.product-card img {
		height: calc(
			(
				(1920px - var(--container-indent)) / var(--products-in-col) - var(--products-indent-w) *
			(var(--products-in-col) - 1) / var(--products-in-col)
			) * 1
			);
	}
}
@media (max-width: 1480px) {
	.product-list .product-card:nth-child(n + 11) {
		display: none;
	}
}
@media (max-width: 1279px) {
	.product-card {
		width: calc(
			(100vw - var(--container-indent)) / var(--products-in-col) - var(--products-indent-w) *
			(var(--products-in-col) - 1) / var(--products-in-col)
			);
	}
	.product-card img {
		height: calc(
			(
				(100vw - var(--container-indent)) / var(--products-in-col) - var(--products-indent-w) *
			(var(--products-in-col) - 1) / var(--products-in-col)
			) * 1
			);
	}
	@media (pointer: fine) {
		.product-card {
			width: calc(
				(100vw - var(--container-indent) - var(--scroll-bar)) / var(--products-in-col) -
				var(--products-indent-w) * (var(--products-in-col) - 1) / var(--products-in-col)
				);
		}
		.product-card img {
			height: calc(
				(
					(100vw - var(--container-indent) - var(--scroll-bar)) / var(--products-in-col) -
				var(--products-indent-w) * (var(--products-in-col) - 1) / var(--products-in-col)
				) * 1
				);
		}
	}
}
@media (max-width: 1024px) {
	.product-list .product-card:nth-child(n + 9) {
		display: none;
	}
	.product-card .product-badge:has(span) {
		top: 10px;
		left: 10px;
		padding: 5px 7px 3px 7px;
		font-size: 12px;
		line-height: 12px;
	}
	.product-card .compare-btn,
	.product-card .wishlist-btn {
		top: 10px;
		right: 10px;
	}
	.product-card .compare-btn {
		top: calc(10px + 27px + 7px);
	}
	.product-card .woocommerce-loop-product__title {
		font-size: 16px;
		line-height: 19px;
		margin: 10px 0;
		height: 38px;
	}
	.product-card a.add_to_cart_button.product_type_simple {
		position: relative;
		gap: 8px;
		height: 39px;
		width: 100%;
		margin: 14px 0 0 0;
		padding: 10px;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
	}
	.product-card a.add_to_cart_button.product_type_variable {
		position: relative;
		gap: 8px;
		height: 39px;
		width: 100%;
		margin: 14px 0 0 0;
		padding: 10px;
		font-size: 14px;
		line-height: 14px;
		font-weight: 600;
	}
}
/* Product card - End */
