.nsl-shop-categories {
	clear: both;
	margin: 0 0 2rem;
	padding: clamp(1.15rem, 2vw, 1.7rem);
	border: 1px solid rgba(17, 22, 61, .1);
	border-radius: 22px;
	background:
		radial-gradient(circle at 96% 0, rgba(24, 205, 218, .14), transparent 32%),
		linear-gradient(135deg, #fff 0%, #f7f8ff 100%);
	box-shadow: 0 16px 44px rgba(17, 22, 61, .07);
}

.nsl-shop-categories-heading {
	display: flex;
	align-items: baseline;
	gap: .7rem;
	margin-bottom: 1rem;
	color: #101537;
	min-width: 0;
	flex-wrap: wrap;
}

.nsl-shop-categories-heading span {
	color: #666b85;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.nsl-shop-categories-heading strong {
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	letter-spacing: -.02em;
	min-width: 0;
	overflow-wrap: anywhere;
}

.nsl-shop-category-links {
	display: flex;
	flex-wrap: wrap;
	gap: .55rem;
}

.nsl-shop-category-links a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: .65rem .95rem;
	border: 1px solid rgba(17, 22, 61, .13);
	border-radius: 999px;
	background: rgba(255, 255, 255, .88);
	color: #171b3f;
	font-size: .83rem;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	min-width: 0;
	max-width: 100%;
	text-align: center;
	overflow-wrap: anywhere;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nsl-shop-category-links a:hover,
.nsl-shop-category-links a:focus-visible {
	border-color: #6a55f5;
	box-shadow: 0 8px 22px rgba(83, 69, 210, .13);
	transform: translateY(-1px);
}

.nsl-shop-category-links a.is-active {
	border-color: transparent;
	background: linear-gradient(120deg, #6248f3 0%, #1ccbd8 100%);
	box-shadow: 0 10px 24px rgba(83, 69, 210, .2);
	color: #fff;
}

.nsl-shop-category-select {
	display: none;
}

@media (max-width: 720px) {
	.nsl-shop-categories {
		margin-bottom: 1.35rem;
		padding: 1rem;
		border-radius: 18px;
	}

	.nsl-shop-categories-heading {
		display: block;
		margin-bottom: .8rem;
	}

	.nsl-shop-categories-heading span,
	.nsl-shop-categories-heading strong {
		display: block;
	}

	.nsl-shop-categories-heading span {
		margin-bottom: .25rem;
	}

	.nsl-shop-category-links {
		display: none;
	}

	.nsl-shop-category-select {
		display: block;
		color: #101537;
		font-size: .78rem;
		font-weight: 700;
	}

	.nsl-shop-category-select span {
		display: block;
		margin-bottom: .4rem;
	}

	.nsl-shop-category-select select {
		width: 100%;
		min-height: 48px;
		margin: 0;
		padding: .7rem 2.5rem .7rem .85rem;
		border: 1px solid rgba(17, 22, 61, .18);
		border-radius: 12px;
		background-color: #fff;
		color: #101537;
		font: inherit;
	}
}
