/* Výpis značiek (/znacky/) */

.rp-brands-v2-page {
	box-sizing: border-box;
	color: #3d3b3c;
	font-family: "Bariol", Arial, sans-serif;
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 12px 56px;
	width: 100%;
}

.rp-brands-v2-page *,
.rp-brands-v2-page *::before,
.rp-brands-v2-page *::after {
	box-sizing: border-box;
}

.rp-brands-v2-page__lead {
	float: none;
	margin: 18px auto 0;
	max-width: 650px;
	padding: 0;
	text-align: center;
	width: auto;
}

.rp-brands-v2__toolbar {
	align-items: center;
	background: #fff;
	border: 1px solid #ebe8ea;
	border-radius: 14px;
	box-shadow: 0 4px 18px rgba(40, 42, 45, 0.05);
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 24px;
	padding: 10px;
}

.rp-brands-v2__search {
	align-items: center;
	background: #f7f7f7;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #777;
	display: flex;
	min-height: 48px;
	padding: 0 15px;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.rp-brands-v2__search:focus-within {
	background: #fff;
	border-color: #d8d4d6;
	box-shadow: 0 0 0 3px rgba(40, 42, 45, 0.05);
}

.rp-brands-v2__search svg {
	flex: 0 0 auto;
	margin-right: 10px;
}

.rp-brands-v2__search-label {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.rp-brands-v2__search input {
	appearance: none;
	background: transparent;
	border: 0;
	color: #282a2d;
	float: none;
	font: inherit;
	font-size: 1rem;
	height: auto;
	line-height: 1.4;
	margin: 0;
	min-width: 0;
	outline: none;
	padding: 0;
	width: 100%;
}

.rp-brands-v2__search input::placeholder {
	color: #878787;
	opacity: 1;
}

.rp-brands-v2__result-count {
	color: #777;
	float: none;
	font-size: 0.9rem;
	line-height: 1.4;
	margin: 0;
	padding: 0 8px 2px;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

.rp-brands-v2__result-count strong {
	color: #282a2d;
	font-weight: 700;
}

.rp-brands-v2__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rp-brands-v2__card {
	background: #fff;
	border: 1px solid #ebe8ea;
	border-radius: 16px;
	box-shadow: 0 2px 10px rgba(40, 42, 45, 0.04);
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: border-color 280ms ease, box-shadow 280ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.rp-brands-v2__card::before {
	background: rgba(61, 59, 60, 0.28);
	content: "";
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0.35);
	transition: opacity 280ms ease, transform 280ms ease;
	z-index: 1;
}

.rp-brands-v2__card:hover,
.rp-brands-v2__card:focus-within {
	border-color: #d8d4d6;
	box-shadow: 0 14px 34px rgba(40, 42, 45, 0.1);
	transform: translateY(-2px);
}

.rp-brands-v2__card:hover::before,
.rp-brands-v2__card:focus-within::before {
	opacity: 1;
	transform: scaleX(1);
}

.rp-brands-v2__card[hidden] {
	display: none;
}

.rp-brands-v2__card-link,
.rp-brands-v2__card-link:hover,
.rp-brands-v2__card-link:focus {
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 330px;
	text-decoration: none;
}

.rp-brands-v2__card-link:focus-visible {
	outline: 3px solid #8f8b8d;
	outline-offset: -4px;
}

.rp-brands-v2__logo {
	align-items: center;
	background: linear-gradient(145deg, #fff 0%, #faf8f9 100%);
	border-bottom: 1px solid #f0edef;
	display: flex;
	height: 80px;
	justify-content: center;
	overflow: hidden;
	padding: 12px;
}

.rp-brands-v2__logo img {
	display: block;
	float: none;
	height: auto;
	margin: 0;
	max-height: 42px;
	max-width: 80%;
	object-fit: contain;
	padding: 0;
	transition: transform 300ms ease;
	width: auto;
}

.rp-brands-v2__card:hover .rp-brands-v2__logo img,
.rp-brands-v2__card:focus-within .rp-brands-v2__logo img {
	transform: scale(1.045);
}

.rp-brands-v2__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.rp-brands-v2__heading-row {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	justify-content: space-between;
}

.rp-brands-v2__name {
	color: #282a2d;
	float: none;
	font-family: "Bariol", Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}

.rp-brands-v2__product-count {
	background: #fbf1f6;
	border-radius: 999px;
	color: #b80d5b;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.25;
	padding: 5px 8px;
	white-space: nowrap;
}

.rp-brands-v2__description {
	color: #666;
	display: -webkit-box;
	float: none;
	font-size: 0.93rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.5;
	margin: 12px 0 18px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: auto;
}

.rp-brands-v2__cta {
	align-items: center;
	color: #ff1782;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 700;
	gap: 7px;
	line-height: 1.4;
	margin-top: auto;
}

.rp-brands-v2__cta svg {
	flex: 0 0 auto;
	transition: transform 220ms ease;
}

.rp-brands-v2__card:hover .rp-brands-v2__cta svg,
.rp-brands-v2__card:focus-within .rp-brands-v2__cta svg {
	transform: translateX(3px);
}

.rp-brands-v2__empty {
	align-items: center;
	background: #fbf5f9;
	border: 1px dashed rgba(255, 23, 130, 0.35);
	border-radius: 16px;
	color: #666;
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-top: 24px;
	padding: 42px 20px;
	text-align: center;
}

.rp-brands-v2__empty[hidden] {
	display: none;
}

.rp-brands-v2__empty svg {
	color: #ff1782;
	margin-bottom: 6px;
}

.rp-brands-v2__empty strong {
	color: #282a2d;
	font-size: 1.1rem;
}

@media screen and (min-width: 600px) {
	.rp-brands-v2__grid {
		gap: 20px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 768px) {
	.rp-brands-v2-page {
		padding: 0 20px 72px;
	}

	.rp-brands-v2__toolbar {
		flex-direction: row;
		justify-content: space-between;
		padding: 10px;
	}

	.rp-brands-v2__search {
		max-width: 480px;
	}

	.rp-brands-v2__result-count {
		padding: 0 14px;
		text-align: right;
	}

	.rp-brands-v2__logo {
		height: 104px;
		padding: 18px;
	}

	.rp-brands-v2__logo img {
		max-height: 56px;
		max-width: 64%;
	}
}

@media screen and (min-width: 960px) {
	.rp-brands-v2__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1240px) {
	.rp-brands-v2__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (prefers-reduced-motion: reduce) {
	.rp-brands-v2__card,
	.rp-brands-v2__card::before,
	.rp-brands-v2__logo img,
	.rp-brands-v2__cta svg,
	.rp-brands-v2__search {
		transition: none;
	}

	.rp-brands-v2__card:hover,
	.rp-brands-v2__card:focus-within,
	.rp-brands-v2__card:hover .rp-brands-v2__logo img,
	.rp-brands-v2__card:focus-within .rp-brands-v2__logo img,
	.rp-brands-v2__card:hover .rp-brands-v2__cta svg,
	.rp-brands-v2__card:focus-within .rp-brands-v2__cta svg {
		transform: none;
	}
}
