.elementor-widget-xstore_child_product_catalog {
	--skc-catalog-text: #30323a;
	--skc-catalog-muted: #8f929b;
	--skc-catalog-soft: #f5f6f8;
	--skc-catalog-border: #e7e9ef;
	--skc-catalog-sale: #f04438;
	--skc-catalog-star: #ffc22d;
	--skc-catalog-panel: #fff;
	--skc-catalog-transition: 160ms cubic-bezier(0.22, 0.61, 0.36, 1);
	font-family: "Golos Text", sans-serif;
	width: 100%;
	max-width: none;
	align-self: stretch;
}

body .elementor-widget-xstore_child_product_catalog.elementor-element {
	--container-widget-width: 100%;
	--container-widget-flex-grow: 1;
	width: 100% !important;
	max-width: none !important;
}

:root {
	--skc-catalog-wide-width: 1410px;
	--skc-catalog-wide-gutter: 30px;
}

body .e-con.skc-product-catalog-wide-section,
body .e-con-inner.skc-product-catalog-wide-inner {
	--content-width: min(var(--skc-catalog-wide-width), calc(100vw - var(--skc-catalog-wide-gutter)));
	--container-max-width: min(var(--skc-catalog-wide-width), calc(100vw - var(--skc-catalog-wide-gutter)));
}

body .e-con.skc-product-catalog-wide-section > .e-con-inner,
body .e-con-inner.skc-product-catalog-wide-inner {
	width: 100%;
	max-width: min(var(--skc-catalog-wide-width), calc(100vw - var(--skc-catalog-wide-gutter))) !important;
}

.elementor-widget-xstore_child_product_catalog > .elementor-widget-container {
	width: 100%;
	max-width: none;
}

.skc-product-catalog {
	width: 100%;
	max-width: none;
	color: var(--skc-catalog-text);
}

html.skc-product-catalog-lock,
body.skc-product-catalog-lock {
	overflow: hidden;
}

.skc-product-catalog *,
.skc-product-catalog *:before,
.skc-product-catalog *:after {
	box-sizing: border-box;
}

.skc-product-catalog__layout {
	display: grid;
	grid-template-columns: minmax(230px, 282px) minmax(0, 1fr);
	grid-template-areas: "filters main";
	gap: 32px;
	align-items: start;
	width: 100%;
}

.skc-product-catalog__filters {
	grid-area: filters;
	position: sticky;
	top: 24px;
	z-index: 5;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin: 0 !important;
	clear: none !important;
}

.skc-product-catalog__backdrop {
	display: none;
}

.skc-product-catalog__main {
	grid-area: main;
	min-width: 0;
	width: 100%;
	float: none !important;
	clear: none !important;
	margin: 0 !important;
}

.skc-product-catalog__filters-form {
	overflow: hidden;
	border: 1px solid var(--skc-catalog-border);
	border-radius: 16px;
	background: var(--skc-catalog-panel);
}

.skc-product-catalog__filters-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 18px 14px;
	border-bottom: 1px solid var(--skc-catalog-border);
}

.skc-product-catalog__filters-title {
	color: var(--skc-catalog-text);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.skc-product-catalog__filters-close {
	display: none;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid var(--skc-catalog-border);
	border-radius: 50%;
	background: #fff;
	color: var(--skc-catalog-text);
	cursor: pointer;
}

.skc-product-catalog__filters-close:before,
.skc-product-catalog__filters-close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	content: "";
}

.skc-product-catalog__filters-close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.skc-product-catalog__filters-close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.skc-product-catalog__filters-scroll {
	padding: 2px 18px 4px;
}

.skc-product-catalog__filter-group {
	padding: 16px 0;
	border-bottom: 1px solid var(--skc-catalog-border);
}

.skc-product-catalog__filter-group:last-child {
	border-bottom: 0;
}

.skc-product-catalog__filter-title {
	margin-bottom: 12px;
	color: var(--skc-catalog-text);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.2;
}

.skc-product-catalog__filter-options {
	display: grid;
	gap: 9px;
}

.skc-product-catalog__check,
.skc-product-catalog__radio {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	gap: 9px;
	align-items: center;
	min-height: 24px;
	margin: 0;
	color: var(--skc-catalog-text);
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
}

.skc-product-catalog__radio {
	grid-template-columns: 18px minmax(0, 1fr);
}

.skc-product-catalog__check input,
.skc-product-catalog__radio input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

.skc-product-catalog__check-box,
.skc-product-catalog__radio-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border: 1px solid #d7dae2;
	background: #fff;
	transition: background-color var(--skc-catalog-transition), border-color var(--skc-catalog-transition), box-shadow var(--skc-catalog-transition);
}

.skc-product-catalog__check-box {
	border-radius: 5px;
}

.skc-product-catalog__radio-dot {
	border-radius: 50%;
}

.skc-product-catalog__check-box:after {
	width: 8px;
	height: 5px;
	border: solid #fff;
	border-width: 0 0 2px 2px;
	content: "";
	opacity: 0;
	transform: rotate(-45deg) translate(1px, -1px);
}

.skc-product-catalog__radio-dot:after {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	content: "";
	opacity: 0;
}

.skc-product-catalog__check input:checked + .skc-product-catalog__check-box,
.skc-product-catalog__radio input:checked + .skc-product-catalog__radio-dot {
	border-color: #30323a;
	background: #30323a;
}

.skc-product-catalog__check input:focus-visible + .skc-product-catalog__check-box,
.skc-product-catalog__radio input:focus-visible + .skc-product-catalog__radio-dot {
	box-shadow: 0 0 0 3px rgba(48, 50, 58, 0.12);
}

.skc-product-catalog__check input:checked + .skc-product-catalog__check-box:after,
.skc-product-catalog__radio input:checked + .skc-product-catalog__radio-dot:after {
	opacity: 1;
}

.skc-product-catalog__check-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.skc-product-catalog__check-count {
	color: var(--skc-catalog-muted);
	font-size: 13px;
	line-height: 1;
}

.skc-product-catalog__price-fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 8px;
}

.skc-product-catalog__price-field {
	display: grid;
	gap: 5px;
	margin: 0;
	color: var(--skc-catalog-muted);
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
}

.skc-product-catalog__price-field input {
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid var(--skc-catalog-border);
	border-radius: 10px;
	background: #fff;
	color: var(--skc-catalog-text);
	font-size: 14px;
	line-height: 1;
	outline: none;
	transition: border-color var(--skc-catalog-transition), box-shadow var(--skc-catalog-transition);
}

.skc-product-catalog__price-field input:focus {
	border-color: #30323a;
	box-shadow: 0 0 0 3px rgba(48, 50, 58, 0.1);
}

.skc-product-catalog__filters-actions {
	position: sticky;
	bottom: 0;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	padding: 16px 18px 18px;
	border-top: 1px solid var(--skc-catalog-border);
	background: #fff;
}

.skc-product-catalog__reset,
.skc-product-catalog__apply,
.skc-product-catalog__empty-reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: border-color var(--skc-catalog-transition), background-color var(--skc-catalog-transition), color var(--skc-catalog-transition), box-shadow var(--skc-catalog-transition);
}

.skc-product-catalog__reset {
	border: 1px solid var(--skc-catalog-border);
	background: #fff;
	color: var(--skc-catalog-text);
}

.skc-product-catalog__apply,
.skc-product-catalog__empty-reset {
	border: 1px solid #30323a;
	background: #30323a;
	color: #fff;
}

.skc-product-catalog__filters-actions .skc-product-catalog__apply {
	display: none;
}

.skc-product-catalog__reset:hover,
.skc-product-catalog__reset:focus-visible {
	border-color: #d2d5dd;
	color: #111;
}

.skc-product-catalog__apply:hover,
.skc-product-catalog__apply:focus-visible,
.skc-product-catalog__empty-reset:hover,
.skc-product-catalog__empty-reset:focus-visible {
	border-color: #111;
	background: #111;
	color: #fff;
}

.skc-product-catalog__mobile-filter {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-bottom: 16px;
	padding: 0 18px;
	border: 1px solid var(--skc-catalog-border);
	border-radius: 999px;
	background: #fff;
	color: var(--skc-catalog-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.skc-product-catalog__mobile-filter-icon {
	position: relative;
	width: 16px;
	height: 14px;
	margin-right: 8px;
}

.skc-product-catalog__mobile-filter-icon:before,
.skc-product-catalog__mobile-filter-icon:after,
.skc-product-catalog__mobile-filter-icon {
	border-top: 2px solid currentColor;
}

.skc-product-catalog__mobile-filter-icon:before,
.skc-product-catalog__mobile-filter-icon:after {
	position: absolute;
	left: 0;
	width: 16px;
	content: "";
}

.skc-product-catalog__mobile-filter-icon:before {
	top: 4px;
}

.skc-product-catalog__mobile-filter-icon:after {
	top: 10px;
}

.skc-product-catalog__toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
	width: 100%;
}

.skc-product-catalog__count {
	color: var(--skc-catalog-muted);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
}

.skc-product-catalog__toolbar-form {
	display: grid;
	grid-template-columns: auto auto;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin: 0;
	min-width: 0;
}

.skc-product-catalog__select-field {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--skc-catalog-muted);
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}

.skc-product-catalog__select-field select {
	height: 40px;
	min-width: 158px;
	padding: 0 34px 0 12px;
	border: 1px solid var(--skc-catalog-border);
	border-radius: 999px;
	background-color: #fff;
	color: var(--skc-catalog-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	outline: none;
	transition: border-color var(--skc-catalog-transition), box-shadow var(--skc-catalog-transition);
}

.skc-product-catalog__select-field select:focus {
	border-color: #30323a;
	box-shadow: 0 0 0 3px rgba(48, 50, 58, 0.1);
}

.skc-product-catalog__toolbar-submit {
	width: 1px;
	height: 1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	position: absolute;
}

.skc-product-catalog__active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: -4px 0 18px;
}

.skc-product-catalog__chip {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 10px 0 12px;
	border: 1px solid var(--skc-catalog-border);
	border-radius: 999px;
	background: var(--skc-catalog-soft);
	color: var(--skc-catalog-text);
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: border-color var(--skc-catalog-transition), background-color var(--skc-catalog-transition), color var(--skc-catalog-transition);
}

.skc-product-catalog__chip span {
	position: relative;
	width: 13px;
	height: 13px;
	margin-left: 7px;
}

.skc-product-catalog__chip span:before,
.skc-product-catalog__chip span:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 1.5px;
	border-radius: 2px;
	background: currentColor;
	content: "";
}

.skc-product-catalog__chip span:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.skc-product-catalog__chip span:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.skc-product-catalog__chip:hover,
.skc-product-catalog__chip:focus-visible {
	border-color: #d2d5dd;
	background: #fff;
	color: #111;
}

.skc-product-catalog__chip--reset {
	background: #fff;
	color: var(--skc-catalog-muted);
}

.skc-product-catalog__grid {
	display: grid;
	grid-template-columns: repeat(var(--skc-catalog-columns), minmax(0, 1fr));
	gap: 30px 28px;
	width: 100%;
	min-width: 0;
	clear: none !important;
}

.skc-product-catalog-card {
	position: relative;
	display: flex;
	min-width: 0;
	width: auto !important;
	max-width: none !important;
	height: 100%;
	flex-direction: column;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: var(--skc-catalog-text);
	float: none !important;
	clear: none !important;
	margin: 0 !important;
	text-align: left;
}

.skc-product-catalog-card__image-link {
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 3 / 4;
	border-radius: 16px;
	background: var(--skc-catalog-soft);
	color: inherit;
	text-decoration: none;
}

.skc-product-catalog-card__image-link img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	border-radius: inherit;
	object-fit: cover;
	object-position: center;
	transform: scale(1);
	transition: transform var(--skc-catalog-transition);
}

.skc-product-catalog-card:hover .skc-product-catalog-card__image-link img {
	transform: scale(1.025);
}

.skc-product-catalog-card__image-link .woocommerce-placeholder {
	padding: 18px;
	object-fit: contain;
}

.skc-product-catalog-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	padding-top: 8px;
}

.skc-product-catalog-card__price {
	width: 100%;
	min-height: 24px;
	margin-bottom: 2px;
}

.skc-product-catalog-card__price .price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 2px 8px;
	margin: 0;
	color: var(--skc-catalog-text);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.15;
}

.skc-product-catalog-card__price .price,
.skc-product-catalog-card__price .price .amount {
	color: var(--skc-catalog-text);
}

.skc-product-catalog-card__price .price del {
	order: 2;
	color: var(--skc-catalog-muted);
	font-size: 14px;
	font-weight: 400;
	opacity: 1;
	text-decoration: line-through;
}

.skc-product-catalog-card__price .price del .amount {
	color: inherit;
}

.skc-product-catalog-card__price .price ins {
	order: 1;
	color: var(--skc-catalog-sale);
	font-weight: 600;
	text-decoration: none;
}

.skc-product-catalog-card__price .price ins .amount {
	color: inherit;
}

.skc-product-catalog-card__price-prefix {
	color: var(--skc-catalog-text);
	font-weight: 600;
	text-transform: lowercase;
}

.skc-product-catalog-card__discount {
	order: 3 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 22px !important;
	padding: 0 8px !important;
	border-radius: 999px !important;
	background: var(--skc-catalog-sale) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
	line-height: 1 !important;
	white-space: nowrap !important;
}

.skc-product-catalog-card__title {
	width: 100%;
	min-height: calc(1.25em * 2);
	margin: 0 0 12px;
	color: var(--skc-catalog-text);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.25;
}

.skc-product-catalog-card__title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: inherit;
	text-decoration: none;
}

.skc-product-catalog-card__title a:hover,
.skc-product-catalog-card__title a:focus-visible {
	color: #111;
}

.skc-product-catalog-card__rating {
	display: flex;
	align-items: center;
	min-height: 18px;
	margin: 0 0 10px;
	color: var(--skc-catalog-text);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.1;
}

.skc-product-catalog-card__rating-star {
	margin-right: 5px;
	color: var(--skc-catalog-star);
	font-size: 15px;
	line-height: 1;
}

.skc-product-catalog-card__rating-count {
	margin-left: 12px;
	color: var(--skc-catalog-muted);
}

.skc-product-catalog-card__actions {
	display: flex;
	width: 100%;
	margin-top: auto;
}

.skc-product-catalog-card__buy-button,
.skc-product-catalog-card__buy-button.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 122px;
	min-height: 40px;
	padding: 0 22px;
	border: 1px solid var(--skc-catalog-border);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(29, 31, 36, 0.04);
	color: var(--skc-catalog-text);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition: border-color var(--skc-catalog-transition), box-shadow var(--skc-catalog-transition), color var(--skc-catalog-transition), transform var(--skc-catalog-transition);
}

.skc-product-catalog-card__buy-button:before {
	margin-right: 8px;
	color: currentColor;
	content: "\e90c";
	font-family: "xstore-icons";
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
}

.skc-product-catalog-card__buy-button:hover,
.skc-product-catalog-card__buy-button:focus-visible {
	border-color: #d8d9df;
	box-shadow: 0 4px 12px rgba(29, 31, 36, 0.1);
	color: #111;
	transform: translate3d(0, -1px, 0);
}

.skc-product-catalog-card__actions .added_to_cart {
	display: none;
}

.skc-product-catalog__pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 34px;
}

.skc-product-catalog__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--skc-catalog-border);
	border-radius: 999px;
	background: #fff;
	color: var(--skc-catalog-text);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: border-color var(--skc-catalog-transition), background-color var(--skc-catalog-transition), color var(--skc-catalog-transition);
}

.skc-product-catalog__pagination .page-numbers.current,
.skc-product-catalog__pagination .page-numbers:hover,
.skc-product-catalog__pagination .page-numbers:focus-visible {
	border-color: #30323a;
	background: #30323a;
	color: #fff;
}

.skc-product-catalog__empty {
	display: grid;
	justify-items: start;
	gap: 10px;
	padding: 34px;
	border: 1px solid var(--skc-catalog-border);
	border-radius: 16px;
	background: #fff;
}

.skc-product-catalog__empty-title {
	color: var(--skc-catalog-text);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.skc-product-catalog__empty-text {
	max-width: 480px;
	color: var(--skc-catalog-muted);
	font-size: 14px;
	line-height: 1.45;
}

@media (max-width: 1180px) {
	.skc-product-catalog__layout {
		grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
		gap: 24px;
	}

	.skc-product-catalog__grid {
		grid-template-columns: repeat(var(--skc-catalog-tablet-columns), minmax(0, 1fr));
		gap: 28px 22px;
	}
}

@media (max-width: 900px) {
	.skc-product-catalog__mobile-filter {
		display: inline-flex;
	}

	.skc-product-catalog__layout {
		display: block;
	}

	.skc-product-catalog__filters {
		position: fixed;
		inset: 0;
		z-index: 100100;
		display: flex;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0;
		pointer-events: none;
		transform: translateY(18px);
		transition: opacity var(--skc-catalog-transition), transform var(--skc-catalog-transition);
	}

	.admin-bar .skc-product-catalog__filters {
		top: 32px;
		height: calc(100% - 32px);
	}

	.skc-product-catalog.is-filter-open .skc-product-catalog__filters {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.skc-product-catalog__backdrop {
		position: fixed;
		inset: 0;
		z-index: 100090;
		display: block;
		background: rgba(14, 16, 22, 0.38);
		opacity: 0;
		pointer-events: none;
		transition: opacity var(--skc-catalog-transition);
	}

	.skc-product-catalog.is-filter-open .skc-product-catalog__backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.skc-product-catalog__filters-form {
		display: flex;
		width: 100%;
		height: 100%;
		flex-direction: column;
		border: 0;
		border-radius: 0;
	}

	.skc-product-catalog__filters-close {
		position: relative;
		display: inline-flex;
		flex: 0 0 auto;
	}

	.skc-product-catalog__filters-head {
		position: sticky;
		top: 0;
		z-index: 2;
		padding: 16px;
		background: #fff;
	}

	.skc-product-catalog__filters-scroll {
		flex: 1;
		overflow: auto;
		padding: 0 16px calc(112px + var(--skc-catalog-mobile-panel-offset, 0px));
		-webkit-overflow-scrolling: touch;
	}

	.skc-product-catalog__filters-actions {
		position: fixed;
		right: 0;
		bottom: calc(var(--skc-catalog-mobile-panel-offset, 0px) + env(safe-area-inset-bottom));
		left: 0;
		z-index: 100110;
		grid-template-columns: 1fr 1fr;
		padding: 12px 16px;
		box-shadow: 0 -8px 24px rgba(29, 31, 36, 0.08);
	}

	.skc-product-catalog__filters-actions .skc-product-catalog__apply {
		display: inline-flex;
	}

	.skc-product-catalog__toolbar {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.skc-product-catalog__toolbar-form {
		grid-template-columns: auto auto;
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.admin-bar .skc-product-catalog__filters {
		top: 46px;
		height: calc(100% - 46px);
	}

	.skc-product-catalog__toolbar-form {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
	}

	.skc-product-catalog__select-field {
		display: grid;
		gap: 6px;
	}

	.skc-product-catalog__select-field select {
		width: 100%;
		min-width: 0;
	}

	.skc-product-catalog__grid {
		grid-template-columns: repeat(var(--skc-catalog-mobile-columns), minmax(0, 1fr));
		gap: 24px 16px;
	}

	.skc-product-catalog-card__image-link {
		border-radius: 14px;
	}

	.skc-product-catalog-card__content {
		padding-top: 7px;
	}

	.skc-product-catalog-card__price .price {
		font-size: 16px;
	}

	.skc-product-catalog-card__price .price del {
		font-size: 13px;
	}

	.skc-product-catalog-card__discount {
		min-height: 20px !important;
		padding: 0 7px !important;
		font-size: 11px !important;
	}

	.skc-product-catalog-card__title {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.skc-product-catalog-card__rating {
		margin-bottom: 9px;
		font-size: 13px;
	}

	.skc-product-catalog-card__buy-button,
	.skc-product-catalog-card__buy-button.button {
		min-width: 112px;
		min-height: 38px;
		padding: 0 18px;
		font-size: 14px;
	}

	.skc-product-catalog__empty {
		padding: 24px;
	}
}
