/**
 * StockWP — Catalog (Template Kits, etc.)
 */

body.page-slug-template-kits .page-header,
body.page-slug-template-kits .entry-header,
body.page-slug-template-kits .entry-title,
body.page-slug-temas .page-header,
body.page-slug-temas .entry-header,
body.page-slug-temas .entry-title,
body.page-slug-plugins .page-header,
body.page-slug-plugins .entry-header,
body.page-slug-plugins .entry-title,
body.page-slug-catalogo .page-header,
body.page-slug-catalogo .entry-header,
body.page-slug-catalogo .entry-title {
	display: none !important;
}

.swp-catalog {
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
	width: 100% !important;
	max-width: 100%;
	padding: 2.5rem 0 3.25rem;
	box-sizing: border-box;
}

.swp-catalog__head {
	display: block !important;
	width: 100% !important;
	max-width: 100%;
	flex: 0 0 auto;
	float: none !important;
	text-align: left;
	margin: 0 0 1.75rem;
}

.swp-catalog__head .swp-page-title,
body.stockwp .swp-catalog__head h1.swp-page-title {
	margin: 0 0 0.5rem;
}

.swp-catalog__lead {
	margin: 0;
	max-width: none;
	font-size: 14px;
	line-height: 1.55;
	color: var(--swp-text-muted);
	text-align: left;
}

/* —— Unified /catalogo/ —— */
.swp-catalog__head--left {
	text-align: left;
	margin-bottom: 1.35rem;
}

.swp-catalog__title-plain {
	margin: 0 0 0.5rem;
	font-family: var(--swp-font-display) !important;
	font-size: 30px;
	font-weight: 700 !important;
	letter-spacing: -0.02em;
	line-height: 1.15;
	color: var(--swp-text);
}

.swp-catalog__lead--left {
	margin: 0;
	max-width: none;
	font-size: 14px;
	line-height: 1.5;
	color: var(--swp-text-muted);
}

.swp-catalog-searchbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem 1rem;
	margin-bottom: 0.75rem;
	width: 100%;
	scroll-margin-top: 5.5rem;
}

/* Keep bar compact — Hello Elementor often inflates inputs/labels */
body.stockwp .swp-catalog-searchbar__field,
.swp-catalog-searchbar__field {
	position: relative;
	display: flex !important;
	align-items: center !important;
	flex: 1 1 16rem;
	min-width: 0;
	width: auto;
	height: 40px !important;
	min-height: 40px !important;
	max-height: 40px !important;
	padding: 0 0.75rem !important;
	margin: 0 !important;
	border: 1px solid var(--swp-border) !important;
	border-radius: 10px !important;
	background: var(--swp-bg-elevated) !important;
	background-image: none !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	line-height: 1 !important;
	font-size: 13px !important;
	transition: border-color 0.15s ease;
	overflow: hidden;
}

.swp-catalog-searchbar__field:focus-within {
	border-color: color-mix(in srgb, var(--swp-accent) 55%, var(--swp-border)) !important;
}

.swp-catalog-searchbar__icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: var(--swp-text-muted);
	margin-right: 0.45rem;
}

.swp-catalog-searchbar__icon svg {
	width: 16px;
	height: 16px;
	stroke: currentColor;
	fill: none;
	stroke-width: 1.7;
	stroke-linecap: round;
}

body.stockwp .swp-catalog-searchbar__field input[type="search"],
.swp-catalog-searchbar__field input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	height: 38px !important;
	min-height: 0 !important;
	max-height: 38px !important;
	border: 0 !important;
	outline: none !important;
	background: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
	color: var(--swp-text) !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	font-family: inherit !important;
	line-height: 1.2 !important;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-appearance: none !important;
	appearance: none !important;
}

.swp-catalog-searchbar__field input[type="search"]::-webkit-search-decoration,
.swp-catalog-searchbar__field input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.swp-catalog-searchbar__clear {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.25rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--swp-text-muted);
	cursor: pointer;
	text-decoration: none;
	font-size: 1.15rem;
	line-height: 1;
}

.swp-catalog-searchbar__clear:hover {
	color: var(--swp-text);
	background: var(--swp-bg-muted);
}

.swp-catalog-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	flex: 0 1 auto;
}

.swp-catalog-tabs__btn {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	min-height: 36px;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	border: 1px solid transparent;
	background: transparent;
	color: var(--swp-text);
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.swp-catalog-tabs__btn:hover {
	background: var(--swp-bg-muted);
	color: var(--swp-text);
}

.swp-catalog-tabs__btn.is-active {
	background: var(--swp-accent);
	border-color: var(--swp-accent);
	color: #fff;
}

.swp-catalog-tabs__btn.is-active:hover {
	background: var(--swp-link-hover);
	border-color: var(--swp-link-hover);
	color: #fff;
}

.swp-catalog-tabs__count {
	font-size: 0.72rem;
	font-weight: 500;
	opacity: 0.75;
}

.swp-catalog-count {
	margin: 0 0 1.15rem;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.4;
	color: var(--swp-text-muted);
	text-transform: uppercase;
	text-align: left;
}

.swp-catalog__layout--solo {
	grid-template-columns: minmax(0, 1fr);
}

.swp-catalog--unified .swp-catalog__toolbar:empty {
	display: none;
}

.swp-catalog__toolbar {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
	width: 100%;
}

.swp-catalog__filters-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	min-height: 36px;
	padding: 0.4rem 0.85rem;
	border: 1px solid var(--swp-border);
	border-radius: 10px;
	background: var(--swp-bg-elevated);
	color: var(--swp-text);
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
}

.swp-catalog__filters-btn svg {
	stroke: currentColor;
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.swp-catalog__active-count {
	font-size: 0.82rem;
	color: var(--swp-text-muted);
}

.swp-catalog__results {
	margin: 0;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.35;
	color: var(--swp-text-muted);
	text-transform: uppercase;
}

.swp-catalog__results-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	border: 1px solid var(--swp-border);
	background: color-mix(in srgb, var(--swp-text) 6%, transparent);
	box-sizing: border-box;
}

.swp-catalog__results-pill[hidden],
.swp-catalog__results-pill:empty {
	display: none !important;
}

html[data-theme="dark"] .swp-catalog__results-pill {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.1);
	color: rgba(242, 242, 243, 0.72);
}

html[data-theme="light"] .swp-catalog__results-pill {
	background: rgba(17, 18, 20, 0.06);
	border-color: rgba(17, 18, 20, 0.08);
	color: rgba(26, 27, 30, 0.62);
}

.swp-catalog__results--center {
	display: flex;
	text-align: left;
	justify-content: flex-start;
	margin: 0 0 1.15rem;
	width: fit-content;
	max-width: min(100%, 42rem);
}

.swp-catalog__results--toolbar {
	display: none;
	flex: 1 1 auto;
	min-width: 0;
	justify-content: flex-start;
	text-align: left;
}

.swp-catalog__layout {
	display: grid !important;
	grid-template-columns: 13.25rem minmax(0, 1fr);
	gap: 1.5rem;
	align-items: start;
	width: 100%;
	flex: 1 1 auto;
	min-width: 0;
}

/* Sticky filter rail (scrolls with .swp-content) */
.swp-catalog__filters {
	position: sticky;
	top: 0.75rem;
	align-self: start;
	max-height: calc(100svh - 5.5rem);
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 0.85rem 0.75rem;
	border-radius: 14px;
	background: #1d1d1f;
	border: 1px solid color-mix(in srgb, var(--swp-border) 55%, transparent);
	z-index: 2;
}

html[data-theme="light"] .swp-catalog__filters {
	background: #f3f3f5;
}

.swp-catalog-filters__group + .swp-catalog-filters__group {
	margin-top: 1.35rem;
}

.swp-catalog-filters__heading {
	margin: 0 0 0.55rem;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--swp-text-muted);
}

.swp-catalog-filters__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.swp-catalog-filters__item {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0;
	padding: 0.4rem 0.55rem;
	border-radius: 10px;
	cursor: pointer;
	color: var(--swp-text);
	transition: background 0.15s ease;
}

.swp-catalog-filters__item:hover {
	background: var(--swp-bg-muted);
}

.swp-catalog-filters__item.is-active {
	background: var(--swp-bg-muted);
}

.swp-catalog-filters__item input {
	accent-color: var(--swp-accent);
	width: 0.95rem;
	height: 0.95rem;
	flex: 0 0 auto;
}

.swp-catalog-filters__label {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.3;
}

.swp-catalog-filters__empty {
	margin: 0;
	font-size: 0.82rem;
	color: var(--swp-text-muted);
}

.swp-catalog-filters__apply {
	display: none;
	margin-top: 1rem;
	width: 100%;
	min-height: 34px;
	padding: 0.4rem 0.75rem;
	border: 1px solid var(--swp-border);
	border-radius: 10px;
	background: var(--swp-bg-elevated);
	color: var(--swp-text);
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
}

.swp-catalog__main {
	min-width: 0;
}

.swp-catalog__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	transition: opacity 0.15s ease;
}

.swp-catalog.is-loading .swp-catalog__grid {
	pointer-events: none;
}

/* AJAX skeleton shimmer */
.swp-cat-card--skeleton {
	pointer-events: none;
	user-select: none;
}

.swp-cat-card--skeleton .swp-cat-card__media,
.swp-cat-card--skeleton .swp-skel-line,
.swp-cat-card--skeleton .swp-skel-btn {
	background: color-mix(in srgb, var(--swp-text) 8%, var(--swp-bg-elevated));
	background-image: linear-gradient(
		90deg,
		transparent 0%,
		color-mix(in srgb, var(--swp-text) 10%, transparent) 45%,
		transparent 90%
	);
	background-size: 200% 100%;
	animation: swp-skel-shimmer 1.15s ease-in-out infinite;
}

.swp-cat-card--skeleton .swp-cat-card__media {
	aspect-ratio: 16 / 10;
	border-radius: 10px;
	margin-bottom: 0.65rem;
}

.swp-cat-card--skeleton .swp-cat-card__body {
	gap: 0.55rem;
}

.swp-cat-card--skeleton .swp-skel-line {
	display: block;
	height: 0.85rem;
	border-radius: 6px;
	width: 78%;
}

.swp-cat-card--skeleton .swp-skel-line--short {
	width: 42%;
	height: 0.7rem;
	opacity: 0.85;
}

.swp-cat-card--skeleton .swp-skel-btn {
	display: block;
	width: 5.5rem;
	height: 1.55rem;
	border-radius: 8px;
	margin-top: 0.15rem;
}

@keyframes swp-skel-shimmer {
	0% {
		background-position: 120% 0;
	}
	100% {
		background-position: -120% 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.swp-cat-card--skeleton .swp-cat-card__media,
	.swp-cat-card--skeleton .swp-skel-line,
	.swp-cat-card--skeleton .swp-skel-btn {
		animation: none;
	}
}

.swp-catalog__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 2rem 1rem;
	text-align: center;
	color: var(--swp-text-muted);
}

/* Card */
.swp-cat-card {
	display: flex;
	flex-direction: column;
	border: 1px solid color-mix(in srgb, var(--swp-border) 55%, transparent);
	border-radius: 14px;
	overflow: hidden;
	background: var(--swp-bg-elevated);
	transition: border-color 0.2s ease, transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
	.swp-cat-card:hover {
		border-color: var(--swp-border-strong);
		transform: translateY(-3px);
	}
}

.swp-cat-card__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--swp-bg-muted);
	overflow: hidden;
}

.swp-cat-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.swp-cat-card__fallback {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		135deg,
		color-mix(in srgb, var(--swp-accent) 18%, var(--swp-bg-muted)),
		var(--swp-bg-muted)
	);
}

.swp-cat-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	padding: 0.85rem 0.9rem 0.95rem;
	flex: 1;
}

.swp-cat-card__title {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.swp-cat-card__title a,
.swp-cat-card__title a:hover,
.swp-cat-card__title a:focus,
.swp-cat-card__title a:active {
	color: var(--swp-text) !important;
	text-decoration: none;
}

.swp-cat-card__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.65rem;
	margin-top: auto;
}

/* Discrete buy button — theme aware */
.swp-cat-card__buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	box-sizing: border-box;
	min-height: 28px;
	min-width: 4.35rem;
	padding: 0.28rem 0.5rem;
	border: 1px solid color-mix(in srgb, var(--swp-accent) 55%, var(--swp-border));
	border-radius: 8px;
	background: transparent;
	color: var(--swp-text);
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

html[data-theme="dark"] .swp-cat-card__buy {
	color: #fff;
}

html[data-theme="light"] .swp-cat-card__buy {
	color: var(--swp-text);
}

html[data-theme="dark"] .swp-cat-card__buy:hover {
	background: #fff;
	border-color: #fff;
	color: #111;
}

html[data-theme="light"] .swp-cat-card__buy:hover {
	background: #111;
	border-color: #111;
	color: #fff;
}

.swp-cat-card__buy--pay {
	border-color: var(--swp-accent);
	background: color-mix(in srgb, var(--swp-accent) 16%, transparent);
	font-weight: 600;
}

.swp-cat-card__buy.is-loading {
	opacity: 0.65;
	pointer-events: none;
}

.swp-cat-card__buy--download {
	border-color: color-mix(in srgb, var(--swp-accent) 40%, var(--swp-border));
}

.swp-cat-card__version {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.7rem;
	line-height: 1.3;
	color: var(--swp-text-muted);
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.swp-catalog__more {
	display: flex;
	justify-content: center;
	margin-top: 1.75rem;
}

.swp-catalog__load-more {
	min-height: 38px;
	padding: 0.45rem 1.15rem;
	border: 1px solid var(--swp-border);
	border-radius: 999px;
	background: var(--swp-bg-elevated);
	color: var(--swp-text);
	font-size: 0.9rem;
	font-weight: 600;
	cursor: pointer;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.swp-catalog__load-more:hover {
	border-color: var(--swp-border-strong);
	background: var(--swp-bg-muted);
}

.swp-catalog__load-more:disabled {
	opacity: 0.55;
	cursor: wait;
}

/* Mobile fullscreen filter sheet */
.swp-catalog-sheet {
	display: none;
}

.swp-catalog-sheet[hidden] {
	display: none !important;
}

body.swp-catalog-sheet-open {
	overflow: hidden;
}

body.swp-catalog-sheet-open .swp-catalog-sheet {
	display: flex;
	flex-direction: column;
	position: fixed;
	inset: 0;
	z-index: 80;
	background: #1d1d1f;
	padding: 0.85rem var(--swp-page-pad-x) 1.25rem;
}

html[data-theme="light"] body.swp-catalog-sheet-open .swp-catalog-sheet {
	background: #f3f3f5;
}

.swp-catalog-sheet__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 0.85rem;
	border-bottom: 1px solid var(--swp-border);
	margin-bottom: 1rem;
}

.swp-catalog-sheet__title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 700;
}

.swp-catalog-sheet__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: transparent !important;
	background-color: transparent !important;
	color: var(--swp-text) !important;
	cursor: pointer;
	box-shadow: none !important;
}

.swp-catalog-sheet__close:hover,
.swp-catalog-sheet__close:focus,
.swp-catalog-sheet__close:active {
	background: var(--swp-bg-muted) !important;
	background-color: var(--swp-bg-muted) !important;
	color: var(--swp-text) !important;
	box-shadow: none !important;
}

.swp-catalog-sheet__close svg {
	stroke: currentColor;
	fill: none;
	stroke-width: 1.8;
	stroke-linecap: round;
}

.swp-catalog-sheet .swp-catalog-filters {
	flex: 1;
	overflow: auto;
	padding-bottom: 1rem;
}

.swp-catalog-sheet__actions {
	padding-top: 0.75rem;
	border-top: 1px solid var(--swp-border);
}

.swp-catalog-sheet__submit {
	width: 100%;
	min-height: 42px;
	padding: 0.55rem 1rem;
	border: 1px solid color-mix(in srgb, var(--swp-accent) 55%, var(--swp-border));
	border-radius: 10px;
	background: transparent !important;
	background-color: transparent !important;
	color: var(--swp-text) !important;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none !important;
	transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.swp-catalog-sheet__submit:hover,
.swp-catalog-sheet__submit:focus {
	background: var(--swp-accent) !important;
	background-color: var(--swp-accent) !important;
	border-color: var(--swp-accent) !important;
	color: #fff !important;
	box-shadow: none !important;
}

@media (max-width: 1100px) {
	.swp-catalog__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.swp-catalog__toolbar {
		display: flex;
	}

	.swp-catalog__toolbar:empty {
		display: none;
	}

	.swp-catalog-searchbar {
		flex-direction: column;
		align-items: stretch;
	}

	.swp-catalog-tabs {
		width: 100%;
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-bottom: 0.15rem;
		-webkit-overflow-scrolling: touch;
	}

	.swp-catalog__title-plain {
		font-size: 30px;
	}

	.swp-catalog--unified .swp-catalog__head--left {
		text-align: center;
	}

	.swp-catalog--unified .swp-catalog__title-plain,
	.swp-catalog--unified .swp-catalog__lead--left {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	/* Search almost full width + space before tabs */
	.swp-catalog--unified .swp-catalog-searchbar {
		align-items: stretch;
		gap: 1.25rem;
		width: 100%;
	}

	.swp-catalog--unified .swp-catalog-searchbar__field {
		width: 100% !important;
		max-width: none !important;
		flex: 1 1 100% !important;
		height: 40px !important;
		min-height: 40px !important;
		max-height: 40px !important;
		border-radius: 10px !important;
	}

	.swp-catalog--unified .swp-catalog-count {
		text-align: center;
		margin-top: 0.35rem;
	}

	.swp-catalog:not(.swp-catalog--unified) .swp-catalog-count {
		text-align: center;
	}

	/* 2×2 equal-width tabs — ready for large counts (e.g. 7000) */
	.swp-catalog--unified .swp-catalog-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.5rem;
		width: 100%;
		overflow: visible;
		flex-wrap: unset;
		justify-content: stretch;
		padding-bottom: 0;
	}

	.swp-catalog--unified .swp-catalog-tabs__btn {
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
		justify-content: center;
		gap: 0.3rem;
		padding: 0.5rem 0.45rem;
		border-radius: 10px;
	}

	.swp-catalog--unified .swp-catalog-tabs__label {
		min-width: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.swp-catalog--unified .swp-catalog-tabs__count {
		flex: 0 0 auto;
		font-variant-numeric: tabular-nums;
		font-size: 0.7rem;
		opacity: 0.8;
	}

	.swp-page-title,
	body.stockwp h1.swp-page-title {
		font-size: 30px;
	}

	.swp-catalog__results--center {
		display: none;
	}

	.swp-catalog__results--toolbar {
		display: inline-flex;
	}

	.swp-catalog__layout {
		grid-template-columns: 1fr;
	}

	.swp-catalog__filters {
		display: none;
	}

	.swp-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.swp-cat-card__row {
		flex-wrap: wrap;
	}

	.swp-cat-card__buy {
		white-space: normal;
	}

	.swp-catalog__filters-btn,
	.swp-catalog__filters-btn:hover,
	.swp-catalog__filters-btn:focus,
	.swp-catalog__filters-btn:active {
		background: var(--swp-bg-elevated) !important;
		background-color: var(--swp-bg-elevated) !important;
		background-image: none !important;
		border: 1px solid var(--swp-border) !important;
		color: var(--swp-text) !important;
		box-shadow: none !important;
	}

	.swp-catalog__filters-btn:hover,
	.swp-catalog__filters-btn:focus {
		background: var(--swp-bg-muted) !important;
		background-color: var(--swp-bg-muted) !important;
		border-color: var(--swp-border-strong) !important;
	}
}

@media (max-width: 640px) {
	.swp-catalog {
		padding: 1.75rem 0 2.5rem;
	}

	.swp-catalog__lead {
		font-size: 0.92rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.swp-cat-card,
	.swp-cat-card__buy {
		transition: none;
	}

	.swp-cat-card:hover {
		transform: none;
	}
}
