.dp-shop-index {
	background: var(--bg);
	color: var(--text);
}

.dp-shop-index__hero {
	padding: 52px 0 32px;
	background: linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
	border-bottom: 1px solid rgba(18, 48, 79, 0.08);
}

.dp-shop-index__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: var(--text-soft);
	margin-bottom: 22px;
}

.dp-shop-index__breadcrumb a {
	color: var(--primary);
}

.dp-shop-index__hero-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.9fr;
	gap: 28px;
	align-items: stretch;
}

.dp-shop-index__hero-copy,
.dp-shop-index__search-card,
.dp-shop-index__controls,
.dp-shop-card,
.dp-shop-index__empty {
	background: #ffffff;
	border: 1px solid rgba(18, 48, 79, 0.10);
	border-radius: 22px;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.10), 0 12px 24px rgba(18, 48, 79, 0.06);
}

.dp-shop-index__hero-copy {
	padding: 34px;
}

.dp-shop-index__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--primary);
	background: rgba(47, 111, 237, 0.08);
	margin: 0 0 16px;
}

.dp-shop-index__title {
	margin: 0 0 14px;
	font-size: clamp(28px, 3.5vw, 44px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.dp-shop-index__desc {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	color: var(--text-soft);
	max-width: 56ch;
}

.dp-shop-index__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.dp-shop-index__stats span,
.dp-shop-index__results-meta span {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	color: var(--text);
	background: #f4f7fb;
}

.dp-shop-index__search-card {
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.dp-shop-index__search-form {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border-radius: 16px;
	background: #ffffff;
	border: 1px solid rgba(18, 48, 79, 0.14);
	box-shadow: 0 2px 0 rgba(18, 48, 79, 0.14), 0 8px 18px rgba(18, 48, 79, 0.08);
}

.dp-shop-index__search-input {
	flex: 1;
	min-width: 0;
	border: none !important;
	border-color: transparent !important;
	background: transparent !important;
	font: inherit;
	font-size: 15px;
	color: var(--text);
	outline: none !important;
	padding: 0 12px;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.dp-shop-index__search-input:focus,
.dp-shop-index__search-input:focus-visible {
	outline: none !important;
	box-shadow: none !important;
	border: none !important;
	background: transparent !important;
}

.dp-shop-card__link--primary,
.dp-shop-card__link--primary:visited,
.dp-shop-card__link--primary:hover,
.dp-shop-card__link--primary:focus,
.dp-shop-card__link--primary:focus-visible,
.dp-shop-card__link--primary:active {
	color: #ffffff !important;
}

.dp-shop-index__search-btn,
.dp-shop-index__apply,
.dp-shop-card__link--primary,
.dp-shop-card__link--primary:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 10px;
	border: 1px solid rgba(18, 48, 79, 0.18);
	background: var(--primary);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.14s ease, border-color 0.14s ease, color 0.14s ease;
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.32), 0 8px 18px rgba(18, 48, 79, 0.14);
	outline: none;
}

.dp-shop-index__search-btn:hover,
.dp-shop-index__apply:hover,
.dp-shop-card__link--primary:hover,
.dp-shop-index__search-btn:focus-visible,
.dp-shop-index__apply:focus-visible,
.dp-shop-card__link--primary:focus-visible,
.dp-shop-index__search-btn:active,
.dp-shop-index__apply:active,
.dp-shop-card__link--primary:active,
.dp-shop-index__search-btn:visited,
.dp-shop-index__apply:visited,
.dp-shop-card__link--primary:visited {
	color: #ffffff !important;
}

.dp-shop-index__search-btn:hover,
.dp-shop-index__apply:hover,
.dp-shop-card__link--primary:hover,
.dp-shop-index__search-btn:focus-visible,
.dp-shop-index__apply:focus-visible,
.dp-shop-card__link--primary:focus-visible {
	transform: translateY(-1px);
	background: var(--primary);
	border-color: rgba(18, 48, 79, 0.24);
	box-shadow: 0 4px 0 rgba(18, 48, 79, 0.34), 0 10px 20px rgba(18, 48, 79, 0.16);
	color: #ffffff;
}

.dp-shop-index__search-btn:active,
.dp-shop-index__apply:active,
.dp-shop-card__link--primary:active {
	background: var(--primary-dark);
	transform: translateY(2px);
	box-shadow: 0 1px 0 rgba(18, 48, 79, 0.30), 0 4px 10px rgba(18, 48, 79, 0.12);
}

.dp-shop-index__hot-searches {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.dp-shop-index__hot-searches-label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--text-soft);
}

.dp-shop-index__hot-searches a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	background: #f4f7fb;
	color: var(--text);
	border: 1px solid rgba(18, 48, 79, 0.08);
	transition: all 0.16s ease;
}

.dp-shop-index__hot-searches a:hover {
	color: var(--primary);
	border-color: rgba(47, 111, 237, 0.18);
	background: rgba(47, 111, 237, 0.08);
}

.dp-shop-index__quick-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.dp-shop-index__quick-links a,
.dp-shop-card__badge,
.dp-shop-card__tags span,
.dp-shop-card__link--secondary,
.dp-shop-index__reset,
.dp-shop-index__empty-actions a,
.dp-shop-index__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	background: #f4f7fb;
	color: var(--text);
	border: 1px solid rgba(18, 48, 79, 0.08);
	transition: all 0.16s ease;
}

.dp-shop-index__helper {
	margin: 12px 0 0;
	font-size: 13px;
	line-height: 1.75;
	color: var(--text-soft);
}

.dp-shop-index__quick-links a.is-active {
	color: var(--primary);
	border-color: rgba(47, 111, 237, 0.18);
	background: rgba(47, 111, 237, 0.08);
}
.dp-shop-card__link--secondary:hover,
.dp-shop-index__reset:hover,
.dp-shop-index__empty-actions a:hover,
.dp-shop-index__pagination .page-numbers:hover,
.dp-shop-index__pagination .page-numbers.current {
	color: var(--primary);
	border-color: rgba(47, 111, 237, 0.18);
	background: rgba(47, 111, 237, 0.08);
}

.dp-shop-index__controls-wrap {
	padding: 28px 0 80px;
}

.dp-shop-index__controls {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 24px;
}

.dp-shop-index__control-group {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	flex: 1;
}

.dp-shop-index__field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.dp-shop-index__field label {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--text-soft);
}

.dp-shop-index__field--search-inline input {
	height: 46px;
	padding: 0 14px;
	border-radius: 14px;
	border: 1px solid rgba(18, 48, 79, 0.14) !important;
	background: #fff !important;
	font: inherit;
	font-size: 14px;
	color: var(--text);
	outline: none !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
}

.dp-shop-index__field--search-inline input:focus,
.dp-shop-index__field--search-inline input:focus-visible,
.dp-shop-index__field select:focus,
.dp-shop-index__field select:focus-visible {
	outline: none !important;
	border-color: rgba(47, 111, 237, 0.36) !important;
	box-shadow: 0 0 0 4px rgba(47, 111, 237, 0.08) !important;
}

.dp-shop-index__field select {
	height: 46px;
	padding: 0 14px;
	border-radius: 14px;
	border: 1px solid rgba(18, 48, 79, 0.14);
	background: #fff;
	font: inherit;
	font-size: 14px;
	color: var(--text);
	outline: none;
	box-shadow: none;
}

.dp-shop-index__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.dp-shop-index__results-head {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: flex-start;
	margin-bottom: 18px;
}

.dp-shop-index__results-head h2 {
	margin: 0 0 6px;
	font-size: 24px;
	font-weight: 800;
}

.dp-shop-index__results-head p {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: var(--text-soft);
}

.dp-shop-index__results-meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.dp-shop-index__active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -6px 0 24px;
}

.dp-shop-index__active-chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	color: var(--primary);
	background: rgba(47, 111, 237, 0.08);
	border: 1px solid rgba(47, 111, 237, 0.12);
}

.dp-shop-index__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.dp-shop-card {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	border-radius: 0 0 18px 18px;
	box-shadow: 0 1px 0 rgba(18, 48, 79, 0.10), 0 10px 22px rgba(18, 48, 79, 0.06);
}

.dp-shop-card:hover {
	box-shadow: 0 2px 0 rgba(18, 48, 79, 0.12), 0 12px 24px rgba(18, 48, 79, 0.07);
}

.dp-shop-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1 / 0.78;
	background: #eef4fb;
	overflow: hidden;
	border-radius: 0;
}

.dp-shop-card__media.has-image-frame::before {
	content: "";
	position: absolute;
	inset: 12px;
	border-radius: 1px 1px 10px 10px;
	pointer-events: none;
	background:
		linear-gradient(132deg, rgba(255,255,255,0.40) 0%, rgba(255,255,255,0.18) 12%, rgba(255,255,255,0.07) 24%, rgba(255,255,255,0.01) 38%, rgba(255,255,255,0) 58%),
		linear-gradient(312deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.07) 18%, rgba(255,255,255,0.01) 34%, rgba(255,255,255,0) 48%),
		radial-gradient(circle at 22% 18%, rgba(255,255,255,0.18) 0 10%, rgba(255,255,255,0.04) 20%, rgba(255,255,255,0) 42%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), inset 0 0 12px rgba(255,255,255,0.03);
	mix-blend-mode: screen;
	opacity: .98;
}

.dp-shop-card__media.has-image-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 0;
	pointer-events: none;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10), inset 0 -1px 0 rgba(58, 35, 18, 0.10), inset 1px 0 0 rgba(112, 73, 42, 0.06), inset -1px 0 0 rgba(112, 73, 42, 0.06), inset 0 0 0 10px rgba(232, 214, 184, 0.08), 0 10px 18px rgba(18, 48, 79, 0.10);
	background:
		linear-gradient(45deg, transparent 0 49.1%, rgba(58,35,18,0.24) 49.4%, rgba(255,255,255,0.10) 49.8%, transparent 50.2%) top left / 18px 18px no-repeat,
		linear-gradient(-45deg, transparent 0 49.1%, rgba(58,35,18,0.24) 49.4%, rgba(255,255,255,0.10) 49.8%, transparent 50.2%) top right / 18px 18px no-repeat,
		linear-gradient(-45deg, transparent 0 49.1%, rgba(58,35,18,0.24) 49.4%, rgba(255,255,255,0.10) 49.8%, transparent 50.2%) bottom left / 18px 18px no-repeat,
		linear-gradient(45deg, transparent 0 49.1%, rgba(58,35,18,0.24) 49.4%, rgba(255,255,255,0.10) 49.8%, transparent 50.2%) bottom right / 18px 18px no-repeat,
		radial-gradient(circle at 16% 18%, rgba(255,255,255,0.14) 0, rgba(255,255,255,0.05) 16%, rgba(255,255,255,0) 38%),
		radial-gradient(circle at 78% 80%, rgba(0,0,0,0.05) 0, rgba(0,0,0,0.02) 20%, rgba(0,0,0,0) 42%),
		linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 18%, rgba(0,0,0,0.05) 100%),
		repeating-linear-gradient(102deg, rgba(255,255,255,0.016) 0 3px, rgba(255,255,255,0) 3px 13px, rgba(0,0,0,0.016) 13px 15px, rgba(255,255,255,0) 15px 25px),
		linear-gradient(135deg, var(--frame-wood-start, #8e6541) 0%, var(--frame-wood-mid, #6f4b2d) 52%, var(--frame-wood-end, #56371f) 100%);
	-webkit-mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask:
		linear-gradient(#000 0 0) content-box,
		linear-gradient(#000 0 0);
	mask-composite: exclude;
	padding: 12px;
}

.dp-shop-card__media.frame-style--luxury,
.dp-shop-card__media.frame-style--premium {
	--frame-wood-start: #8a5a39;
	--frame-wood-mid: #6a4128;
	--frame-wood-end: #472717;
}

.dp-shop-card__media.frame-style--classic,
.dp-shop-card__media.frame-style--formal {
	--frame-wood-start: #9b724b;
	--frame-wood-mid: #7b5635;
	--frame-wood-end: #5f4027;
}

.dp-shop-card__media.frame-style--minimal,
.dp-shop-card__media.frame-style--modern {
	--frame-wood-start: #c9ab83;
	--frame-wood-mid: #ab855d;
	--frame-wood-end: #8a6540;
}

.dp-shop-card__media.frame-region--jp.has-image-frame::after,
.dp-shop-card__media.frame-region--uk.has-image-frame::after {
	box-shadow: inset 0 0 0 2px rgba(78, 48, 24, 0.38), inset 0 0 0 9px rgba(243, 233, 214, 0.20), 0 10px 18px rgba(18, 48, 79, 0.10);
}

.dp-shop-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dp-shop-card__placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	color: rgba(18, 48, 79, 0.42);
}

.dp-shop-card__badges {
	position: absolute;
	top: 14px;
	left: 14px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dp-shop-card__badge--featured {
	background: rgba(47, 111, 237, 0.94);
	color: #ffffff;
}

.dp-shop-card__body {
	padding: 16px 18px 18px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	min-height: 0;
}

.dp-shop-card__top {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
}

.dp-shop-card__title {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.42;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dp-shop-card__title a {
	color: var(--text);
	text-decoration: none;
}

.dp-shop-card__price {
	font-size: 13px;
	font-weight: 700;
	color: var(--text);
	white-space: nowrap;
	margin-left: auto;
	flex-shrink: 0;
}

.dp-shop-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dp-shop-card__excerpt {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	color: var(--text-soft);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dp-shop-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 10px;
	margin-top: 4px;
}

.dp-shop-card__link {
	width: 100%;
	min-width: 0;
	white-space: nowrap;
}

.dp-shop-card__link--secondary,
.dp-shop-card__link--secondary:visited {
	min-height: 52px;
	padding: 0 18px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	color: var(--text);
	background: #ffffff;
	border: 1.5px solid rgba(18, 48, 79, 0.18);
	box-shadow: 0 3px 0 rgba(18, 48, 79, 0.24), 0 8px 18px rgba(18, 48, 79, 0.10);
}

.dp-shop-card__link--secondary:hover,
.dp-shop-card__link--secondary:focus,
.dp-shop-card__link--secondary:focus-visible,
.dp-shop-card__link--secondary:active {
	color: var(--text);
	background: #ffffff;
	border-color: rgba(18, 48, 79, 0.24);
}

.dp-shop-card__link {
	flex: 1;
}

.dp-shop-index__empty {
	padding: 50px 28px;
	text-align: center;
}

.dp-shop-index__empty h2 {
	margin: 0 0 10px;
	font-size: 24px;
	font-weight: 800;
}

.dp-shop-index__empty p {
	margin: 0 auto 22px;
	max-width: 60ch;
	font-size: 14px;
	line-height: 1.8;
	color: var(--text-soft);
}

.dp-shop-index__empty-actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.dp-shop-index__pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 34px;
}

@media (max-width: 1200px) {
	.dp-shop-index__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dp-shop-index__control-group {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.dp-shop-index__hero-grid,
	.dp-shop-index__controls {
		grid-template-columns: 1fr;
		display: grid;
	}

	.dp-shop-index__actions {
		align-items: center;
	}

	.dp-shop-index__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dp-shop-index__hero {
		padding-top: 40px;
	}

	.dp-shop-index__hero-copy,
	.dp-shop-index__search-card,
	.dp-shop-index__controls,
	.dp-shop-card,
	.dp-shop-index__empty {
		border-radius: 18px;
	}

	.dp-shop-index__hero-copy,
	.dp-shop-index__search-card,
	.dp-shop-index__controls {
		padding: 20px;
	}

	.dp-shop-index__control-group,
	.dp-shop-index__grid,
	.dp-shop-card__actions {
		grid-template-columns: 1fr;
		display: grid;
	}

	.dp-shop-card__top,
	.dp-shop-index__results-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.dp-shop-index__actions,
	.dp-shop-index__results-meta,
	.dp-shop-index__search-form {
		width: 100%;
	}

	.dp-shop-index__search-form {
		flex-direction: column;
		border-radius: 20px;
	}

	.dp-shop-index__search-btn,
	.dp-shop-index__apply,
	.dp-shop-index__reset {
		width: 100%;
	}
}
