.pwb-sub-brands {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 16px 0;
}

.pwb-sub-brands__pill {
	display: inline-flex;
	align-items: center;
	padding: 10px 18px;
	border: 2px solid #111827;
	border-radius: 9999px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	background: linear-gradient(180deg, #fff7ed 0%, #ffedd5 100%);
	color: #111827;
	box-shadow: 0 2px 0 #111827;
	transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease;
	white-space: nowrap;
}

.pwb-sub-brands__pill:hover,
.pwb-sub-brands__pill:focus {
	transform: translateY(-1px);
	box-shadow: 0 4px 0 #111827;
	background: linear-gradient(180deg, #ffedd5 0%, #fed7aa 100%);
	outline: none;
}

.pwb-subcats {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	margin: 16px 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	padding-bottom: 4px;
	-webkit-mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent 100%);
	mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent 100%);
}

.pwb-subcats__tile {
	flex: 0 0 auto;
	min-width: 220px;
	height: 120px;
	border-radius: 14px;
	background-color: #111827;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	position: relative;
	scroll-snap-align: start;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}

.pwb-subcats__tile--gradient {
	background-image: linear-gradient(
		120deg,
		#0f172a 0%,
		#1f2937 25%,
		#0ea5e9 55%,
		#a855f7 80%,
		#f97316 100%
	);
	background-size: 400% 100%;
	background-position: calc(var(--pwb-tile-index) * 14%) 50%;
}

.pwb-subcats__tile::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.pwb-subcats__title {
	position: relative;
	z-index: 1;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 0 10px;
}

.pwb-cat-brands {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	margin: 16px 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	padding-bottom: 4px;
}

.pwb-cat-brands__tile {
	flex: 0 0 auto;
	min-width: 220px;
	height: 120px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	position: relative;
	scroll-snap-align: start;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	padding: 20px;
}

.pwb-cat-brands__tile--gradient {
	background-color: #0f172a;
	background-image: linear-gradient(
		135deg,
		#0f172a 0%,
		#1e293b 35%,
		#16a34a 65%,
		#22c55e 100%
	);
}

.pwb-cat-brands__logo {
	max-width: 140px;
	max-height: 60px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.pwb-cat-brands__title {
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	padding: 0 12px;
	line-height: 1.1;
}
