.sl-collection-page {
	margin: 1.5rem 0;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sl-collection-header {
	display: grid;
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.sl-collection-section-header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.sl-collection-section-header--collection {
	margin-top: 1.75rem;
}

.sl-collection-section-header h2 {
	margin: 0;
}

.sl-collection-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 2fr) repeat(2, minmax(180px, 1fr)) auto;
	gap: 1rem;
	margin-bottom: 1.5rem;
	align-items: end;
}

.sl-collection-toolbar,
.sl-collection-toolbar__group,
.sl-collection-toolbar__actions {
	min-width: 0;
}

.sl-collection-toolbar__group label,
.sl-collection-privacy label,
.sl-share-link-wrapper label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.sl-collection-toolbar input,
.sl-collection-toolbar select,
.sl-privacy-select,
.sl-share-link {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.sl-collection-toolbar input[type="search"] {
	box-sizing: border-box !important;
}

.sl-share-link-wrapper.is-hidden {
	display: none;
}

.sl-share-link-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
}

.sl-collection-card {
	display: grid;
	gap: 1rem;
	padding: 1.25rem;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 252, 246, 0.95), rgba(255, 255, 255, 0.98));
}

.sl-collection-privacy-card {
	max-width: 720px;
}

.sl-collector-profile {
	display: grid;
	gap: 1rem;
	padding: 1.25rem;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(255, 252, 246, 0.95), rgba(255, 255, 255, 0.98));
}

.sl-collector-profile__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.sl-collector-profile__field {
	min-width: 0;
}

.sl-collector-profile__field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.sl-collection-card label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.sl-collector-profile__field input[type="text"] {
	width: 100%;
	box-sizing: border-box;
}

.sl-collector-profile__field--checkbox {
	grid-column: 1 / -1;
}

.sl-collector-profile__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.sl-profile-message {
	margin: 0;
}

.sl-owner-table-wrap {
	overflow-x: auto;
}

.sl-owner-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.sl-owner-table th,
.sl-owner-table td {
	vertical-align: middle;
}

.sl-owner-table__thumb {
	width: 88px;
}

.sl-owner-table__thumb-img,
.sl-owner-table__thumb img {
	width: 64px;
	height: 64px;
	object-fit: cover;
	border-radius: 14px;
}

.sl-missing-product__title {
	display: block;
}

.sl-missing-product__note {
	display: block;
	margin-top: 0.35rem;
	color: #777;
	font-size: 0.9rem;
	line-height: 1.4;
}

.sl-owner-visibility {
	display: inline-flex;
	align-items: center;
	padding: 0.3rem 0.7rem;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 600;
}

.sl-owner-visibility.is-visible {
	background: rgba(38, 142, 92, 0.12);
	color: #1d6f49;
}

.sl-owner-visibility.is-hidden {
	background: rgba(17, 17, 17, 0.08);
	color: #666;
}

.sl-collection-slug-row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.75rem;
}

.sl-collection-slug-prefix {
	color: #666;
	font-size: 0.95rem;
	white-space: nowrap;
}

.sl-copy-link {
	min-width: 46px;
	padding-inline: 0.9rem;
}

.sl-collection-note,
.sl-privacy-message,
.sl-collector-age,
.sl-profile-message {
	margin: 0;
}

.sl-public-title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}

.sl-badge-icon,
.sl-public-badge,
.sl-review-badge,
.sl-top-card__badge,
.sl-list-item__badge {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.sl-public-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.sl-public-award {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 1.1rem;
	align-items: center;
	max-width: 640px;
	padding: 1.15rem 1.25rem;
	border-radius: 22px;
	border: 1px solid rgba(191, 154, 74, 0.22);
	background:
		radial-gradient(circle at top left, rgba(255, 239, 196, 0.85), transparent 42%),
		linear-gradient(135deg, rgba(255, 251, 241, 0.98), rgba(247, 242, 231, 0.98));
	box-shadow: 0 18px 40px rgba(111, 90, 44, 0.12);
}

.sl-public-award__icon {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 0 0 1px rgba(191, 154, 74, 0.14);
}

.sl-public-award__icon .sl-public-badge {
	width: 58px;
	height: 58px;
}

.sl-public-award__content {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
}

.sl-public-award__eyebrow {
	color: #8a6b2f;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.sl-public-award__title {
	font-size: clamp(1.15rem, 2vw, 1.55rem);
	line-height: 1.15;
}

.sl-public-award__meta {
	margin: 0;
	color: #64543a;
	font-size: 0.98rem;
}

.sl-public-stat {
	padding: 1rem 1.1rem;
	border-radius: 16px;
	background: #f7f4ee;
	border: 1px solid rgba(17, 17, 17, 0.06);
}

.sl-public-stat__label {
	display: block;
	margin-bottom: 0.4rem;
	color: #666;
	font-size: 0.92rem;
}

.sl-collection-year {
	margin: 2rem 0 1rem;
}

.sl-collection-products {
	margin-bottom: 2rem;
}

.sl-qty-badge {
	position: absolute;
	top: 0.75rem;
	right: 0.75rem;
	z-index: 2;
	min-width: 2rem;
	height: 2rem;
	padding: 0 0.5rem;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.875rem;
	line-height: 2rem;
	text-align: center;
}

.sl-collection-products .product {
	position: relative;
}

.sl-hide-item {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.82);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.16);
}

.sl-hide-item:hover,
.sl-hide-item:focus {
	background: #111;
	color: #fff;
}

.sl-hide-item__icon {
	display: inline-flex;
	width: 1rem;
	height: 1rem;
}

.sl-hide-item__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.sl-collection-products .price,
.sl-collection-products .star-rating,
.sl-collection-products .wd-add-btn,
.sl-collection-products .wd-buttons,
.sl-collection-products .wd-action-buttons,
.sl-collection-products .wd-product-brands-links,
.sl-collection-products .wd-product-cats,
.sl-collection-products .wd-product-sku,
.sl-collection-products .wd-product-stock,
.sl-collection-products .wd-swatches-grid,
.sl-collection-products .wd-quick-shop-2,
.sl-collection-products .wd-product-countdown,
.sl-collection-products .wd-stock-progress-bar,
.sl-collection-products .product-rating-price,
.sl-collection-products .wrap-price,
.sl-collection-products .wrapp-swatches,
.sl-collection-products .hover-content,
.sl-collection-products .wd-product-card-hover {
	display: none !important;
}

.sl-collection-products .wd-product,
.sl-collection-products .product-wrapper,
.sl-collection-products .product-element-bottom {
	height: auto !important;
	min-height: 0 !important;
}

.sl-collection-products .wd-product .wd-product-wrapper {
	display: flex;
	flex-direction: column;
}

.sl-collection-products .wd-product .product-element-bottom {
	padding-bottom: 0 !important;
}

.sl-missing-product {
	list-style: none;
}

.sl-missing-product__card {
	display: grid;
	gap: 0.9rem;
	height: 100%;
	padding: 1rem;
	border: 1px solid rgba(17, 17, 17, 0.08);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(250, 246, 239, 0.96), rgba(255, 255, 255, 0.98));
}

.sl-missing-product__image {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 16px;
	background: #f4efe7;
}

.sl-missing-product__body {
	display: grid;
	gap: 0.45rem;
}

.sl-missing-product__card .sl-missing-product__title {
	margin: 0;
	font-size: 1rem;
	line-height: 1.4;
}

.sl-missing-product.wd-product .sl-missing-product__image-wrap {
	display: block;
}

.sl-missing-product.wd-product .sl-missing-product__title {
	margin: 0 0 0.45rem;
	font-size: 1rem;
	line-height: 1.4;
}

.sl-missing-product.wd-product .sl-missing-product__note {
	margin: 0;
}

.sl-collection-toolbar__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-self: end;
}

.sl-collection-toolbar--search-only {
	grid-template-columns: minmax(0, 1fr) auto;
	max-width: 640px;
	align-items: end;
}

.sl-collection-toolbar--search-only .sl-collection-toolbar__group--search {
	min-width: 0;
}

.sl-collection-toolbar--search-only .sl-collection-toolbar__actions {
	align-self: end;
}

.sl-collection-toolbar__reset {
	white-space: nowrap;
}

.sl-leaderboard {
	display: grid;
	gap: 2rem;
}

.sl-awards-grid,
.sl-top-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.sl-award-card,
.sl-top-card,
.sl-list-item,
.sl-list-header {
	border-radius: 18px;
	border: 1px solid rgba(17, 17, 17, 0.08);
}

.sl-award-card {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 1rem 1.1rem;
	background: #fff;
}

.sl-award-copy {
	display: grid;
	gap: 0.2rem;
}

.sl-top-card {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	gap: 1rem;
	padding: 1.1rem 1.2rem;
	background: #fff;
}

.sl-top-card-gold {
	background: linear-gradient(135deg, #fff6d8, #fffdf3);
}

.sl-top-card-silver {
	background: linear-gradient(135deg, #f2f3f5, #ffffff);
}

.sl-top-card-bronze {
	background: linear-gradient(135deg, #f8e6db, #fffaf6);
}

.sl-top-card__place {
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: rgba(17, 17, 17, 0.06);
	padding: 0.75rem;
}

.sl-top-card__body,
.sl-list-item__name {
	min-width: 0;
}

.sl-top-card__name {
	display: inline-block;
	margin-bottom: 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
	text-decoration: none;
}

.sl-top-card__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	color: #555;
}

.sl-list-header,
.sl-list-item {
	display: grid;
	grid-template-columns: 90px minmax(0, 1fr) 140px;
	align-items: center;
	gap: 1rem;
	padding: 0.95rem 1.1rem;
	background: #fff;
}

.sl-list-header {
	font-weight: 700;
	background: #f7f4ee;
}

.sl-list-body {
	display: grid;
	gap: 0.75rem;
}

.sl-list-item__top {
	display: flex;
	align-items: center;
	gap: 0.45rem;
}

.sl-list-item__place {
	font-weight: 700;
	color: #444;
}

.sl-list-item__badge-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.sl-list-item__name {
	display: block;
	font-weight: 700;
	text-decoration: none;
}

.sl-list-item__meta {
	display: flex;
	justify-content: flex-start;
}

.sl-list-item__count {
	text-align: left;
	font-weight: 400;
}

.sl-list-item__badge {
	flex: 0 0 auto;
}

.sl-leaderboard-pagination {
	margin-top: 1rem;
}

.sl-leaderboard-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 0.8rem;
	margin-right: 0.4rem;
	border-radius: 999px;
	background: #f7f4ee;
	text-decoration: none;
}

.sl-leaderboard-pagination .current {
	background: #111;
	color: #fff;
}

@media (max-width: 767px) {
	.sl-collection-toolbar {
		grid-template-columns: 1fr;
	}

	.sl-collection-section-header {
		align-items: flex-start;
	}

	.sl-owner-table thead {
		display: none;
	}

	.sl-owner-table,
	.sl-owner-table tbody,
	.sl-owner-table tr,
	.sl-owner-table td {
		display: block;
		width: 100%;
	}

	.sl-owner-table tr {
		padding: 1rem;
		margin-bottom: 1rem;
		border: 1px solid rgba(17, 17, 17, 0.08);
		border-radius: 18px;
		background: #fff;
	}

	.sl-owner-table td {
		padding-left: 0;
		padding-right: 0;
		border: 0;
	}

	.sl-owner-table td::before {
		content: attr(data-title);
		display: block;
		margin-bottom: 0.35rem;
		color: #777;
		font-size: 0.82rem;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: 0.04em;
	}

	.sl-owner-table__thumb {
		width: 100%;
	}

	.sl-collector-profile__grid,
	.sl-public-stats,
	.sl-awards-grid,
	.sl-top-cards,
	.sl-list-header,
	.sl-collection-toolbar--search-only {
		grid-template-columns: 1fr;
	}

	.sl-collector-profile__grid,
	.sl-public-stats,
	.sl-awards-grid,
	.sl-top-cards {
		grid-template-columns: 1fr;
	}

	.sl-public-award {
		grid-template-columns: 72px minmax(0, 1fr);
		padding: 1rem;
	}

	.sl-public-award__icon {
		width: 72px;
		height: 72px;
		border-radius: 18px;
	}

	.sl-public-award__icon .sl-public-badge {
		width: 46px;
		height: 46px;
	}

	.sl-list-header {
		display: none;
	}

	.sl-list-item {
		display: block;
		padding: 1rem 1.1rem;
	}

	.sl-list-item__top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		margin-bottom: 0.5rem;
	}

	.sl-list-item__place {
		font-size: 1rem;
		line-height: 1;
	}

	.sl-list-item__badge-wrap {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 32px;
	}

	.sl-list-item__name {
		display: block;
		margin-bottom: 0.35rem;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1.3;
	}

	.sl-list-item__meta {
		display: flex;
		align-items: center;
		gap: 0.75rem;
	}

	.sl-list-item__count {
		text-align: left;
		font-size: 0.98rem;
		font-weight: 500;
		color: #666;
	}

	.sl-collection-slug-row {
		grid-template-columns: 1fr;
	}

	.sl-share-link-row {
		grid-template-columns: 1fr;
	}

	.sl-hide-item {
		top: 0.6rem;
		left: 0.6rem;
	}

	.sl-top-card {
		grid-template-columns: 64px minmax(0, 1fr);
		padding: 1rem;
	}

	.sl-top-card__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.35rem;
	}
}

@media (max-width: 1024px) {
	.sl-collection-toolbar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
