.dstrc-storefront {
	box-sizing: border-box;
	color: var(--dstrc-storefront-color-text);
	margin-inline: auto;
	max-width: var(--dstrc-storefront-width);
	width: 100%;
}

.dstrc-storefront *,
.dstrc-storefront *::before,
.dstrc-storefront *::after {
	box-sizing: inherit;
}

.dstrc-storefront__header {
	margin-block-end: calc(var(--dstrc-storefront-space) * 1.5);
}

.dstrc-storefront__eyebrow {
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.dstrc-storefront__title {
	color: inherit;
	line-height: 1.2;
	margin-block: 0;
}

.dstrc-storefront__excerpt {
	max-width: 65ch;
}

.dstrc-storefront__archive-content {
	line-height: 1.65;
	max-width: 78rem;
}

.dstrc-storefront__archive-content > :first-child {
	margin-block-start: 0;
}

.dstrc-storefront__archive-content > :last-child {
	margin-block-end: 0;
}

.dstrc-storefront__archive-summary {
	margin-block-start: 0.75rem;
	max-width: 65ch;
}

.dstrc-storefront__archive-top-content {
	background: var(--dstrc-storefront-color-surface, #fff);
	border: 1px solid var(--dstrc-storefront-color-border);
	border-radius: var(--dstrc-storefront-radius);
	margin-block-end: calc(var(--dstrc-storefront-space) * 1.5);
	padding: var(--dstrc-storefront-space);
}

.dstrc-storefront__archive-bottom-content {
	border-block-start: 1px solid var(--dstrc-storefront-color-border);
	margin-block-start: calc(var(--dstrc-storefront-space) * 2);
	padding-block-start: calc(var(--dstrc-storefront-space) * 1.5);
}

/* Category pages deliberately have their own design system. Product cards keep
 * their Card Studio styles, while this layer owns the page composition. */
.dstrc-category-page {
	--dstrc-storefront-color-accent: var(--dstrc-primary, #1d4ed8);
	--dstrc-storefront-color-border: var(--dstrc-border, #dbe3ec);
	--dstrc-storefront-color-muted: var(--dstrc-soft-bg, #f1f5f9);
	--dstrc-storefront-color-surface: var(--dstrc-surface-bg, #fff);
	--dstrc-storefront-color-text: var(--dstrc-text, #0f172a);
	--dstrc-storefront-radius: var(--dstrc-radius, 22px);
	--dstrc-storefront-width: var(--dstrc-content-width, 1320px);
	background: var(--dstrc-page-bg, #f8fafc);
	border-radius: var(--dstrc-radius, 22px);
	color: var(--dstrc-text, #0f172a);
	font-family: var(--dstrc-body-font, inherit);
	font-size: var(--dstrc-body-size, 16px);
	max-width: var(--dstrc-content-width, 1320px);
	padding: clamp(1rem, 3vw, 2.5rem);
}

.dstrc-category-page .dstrc-storefront__title {
	font-family: var(--dstrc-heading-font, inherit);
	font-size: clamp(var(--dstrc-title-mobile, 30px), 4vw, var(--dstrc-title-size, 44px));
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.dstrc-category-page .dstrc-storefront__eyebrow {
	background: var(--dstrc-accent-bg, #dbeafe);
	border-radius: 999px;
	color: var(--dstrc-primary, #1d4ed8);
	display: inline-flex;
	font-size: 0.75em;
	letter-spacing: 0.075em;
	padding: 0.4rem 0.68rem;
}

.dstrc-category-page__header {
	border-radius: var(--dstrc-radius, 22px);
	margin-block-end: clamp(1.2rem, 3vw, 2.3rem);
	padding: clamp(1.2rem, 4vw, 3rem);
}

.dstrc-category-page__header .dstrc-storefront__archive-summary {
	color: var(--dstrc-muted, #64748b);
	font-size: 1.05em;
	line-height: 1.7;
	margin-block-start: 1rem;
}

.dstrc-category-page--modern .dstrc-category-page__header {
	background: var(--dstrc-surface-bg, #fff);
	border: 1px solid var(--dstrc-border, #dbe3ec);
	box-shadow: var(--dstrc-shadow, 0 18px 45px rgb(15 23 42 / 9%));
}

.dstrc-category-page--hero .dstrc-category-page__header {
	background: linear-gradient(135deg, var(--dstrc-primary, #1d4ed8), var(--dstrc-primary-hover, #1e40af));
	box-shadow: var(--dstrc-shadow, 0 18px 45px rgb(15 23 42 / 9%));
	color: var(--dstrc-surface-bg, #fff);
	min-block-size: clamp(14rem, 28vw, 22rem);
	place-content: center;
}

.dstrc-category-page--hero .dstrc-storefront__eyebrow {
	background: color-mix(in srgb, var(--dstrc-surface-bg, #fff) 18%, transparent);
	color: inherit;
}

.dstrc-category-page--hero .dstrc-category-page__header .dstrc-storefront__archive-summary {
	color: inherit;
	opacity: 0.88;
}

.dstrc-category-page--minimal {
	background: transparent;
	padding-inline: 0;
}

.dstrc-category-page--minimal .dstrc-category-page__header {
	border-block-end: 1px solid var(--dstrc-border, #dbe3ec);
	border-radius: 0;
	padding-inline: 0;
}

.dstrc-category-page--editorial .dstrc-category-page__header {
	align-items: end;
	background: var(--dstrc-surface-bg, #fff);
	border-inline-start: 0.45rem solid var(--dstrc-primary, #1d4ed8);
	display: grid;
	gap: 1rem 2.5rem;
	grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
}

.dstrc-category-page--editorial .dstrc-storefront__eyebrow,
.dstrc-category-page--editorial .dstrc-storefront__title {
	grid-column: 1;
}

.dstrc-category-page--editorial .dstrc-storefront__archive-summary {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.dstrc-category-page .dstrc-storefront__archive-top-content {
	background: var(--dstrc-surface-bg, #fff);
	border-color: var(--dstrc-border, #dbe3ec);
	border-radius: var(--dstrc-radius, 22px);
	box-shadow: var(--dstrc-shadow, none);
}

.dstrc-category-page .dstrc-storefront__archive-bottom-content {
	border-color: var(--dstrc-border, #dbe3ec);
}

.dstrc-storefront__controls {
	display: grid;
	gap: var(--dstrc-storefront-space);
	grid-template-columns: minmax(12rem, 1fr) minmax(12rem, 0.75fr);
	margin-block-end: calc(var(--dstrc-storefront-space) * 1.5);
}

.dstrc-storefront__controls form {
	align-items: end;
	display: grid;
	gap: 0.35rem;
	grid-template-columns: minmax(10rem, 1fr) auto;
}

.dstrc-storefront__controls form div {
	display: grid;
	gap: 0.35rem;
}

.dstrc-storefront__view-switcher {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	grid-column: 1 / -1;
}

.dstrc-storefront__view-label {
	font-weight: 650;
	margin-inline-end: 0.2rem;
}

.dstrc-storefront__view-option {
	border: 1px solid var(--dstrc-storefront-color-border);
	border-radius: var(--dstrc-storefront-radius);
	padding: 0.45rem 0.7rem;
	text-decoration: none;
}

.dstrc-storefront__view-option.is-current {
	background: var(--dstrc-storefront-color-accent);
	border-color: var(--dstrc-storefront-color-accent);
	color: var(--dstrc-storefront-color-surface, #fff);
}

.dstrc-search {
	position: relative;
}

.dstrc-search__field {
	min-inline-size: 0;
}

.dstrc-search__field label,
.dstrc-search__option-body {
	display: grid;
	gap: 0.25rem;
}

.dstrc-search__field input {
	inline-size: 100%;
}

.dstrc-search__panel {
	background: var(--dstrc-storefront-color-surface, #fff);
	border: 1px solid var(--dstrc-storefront-color-border);
	border-radius: var(--dstrc-storefront-radius);
	box-shadow: 0 0.75rem 2rem rgb(0 0 0 / 14%);
	inset-block-start: calc(100% + 0.35rem);
	inset-inline: 0;
	max-block-size: min(32rem, 70vh);
	overflow-y: auto;
	position: absolute;
	z-index: 40;
}

.dstrc-search__list {
	list-style: none;
	margin: 0;
	padding: 0.35rem;
}

.dstrc-search__option {
	align-items: center;
	border-radius: calc(var(--dstrc-storefront-radius) * 0.75);
	cursor: pointer;
	display: flex;
	gap: 0.75rem;
	padding: 0.65rem;
}

.dstrc-search__option + .dstrc-search__option {
	border-block-start: 1px solid var(--dstrc-storefront-color-border);
}

.dstrc-search__option[aria-selected="true"] {
	background: color-mix(in srgb, var(--dstrc-storefront-color-accent) 12%, var(--dstrc-storefront-color-surface, #fff));
	outline: 2px solid var(--dstrc-storefront-color-accent);
	outline-offset: -2px;
}

.dstrc-search__option-image {
	background: var(--dstrc-storefront-color-muted);
	block-size: 3.5rem;
	border-radius: calc(var(--dstrc-storefront-radius) * 0.75);
	flex: 0 0 3.5rem;
	inline-size: 3.5rem;
	object-fit: cover;
}

.dstrc-search__option-label {
	font-weight: 650;
}

.dstrc-search__option-label mark {
	background: color-mix(in srgb, var(--dstrc-storefront-color-accent) 22%, transparent);
	color: inherit;
}

.dstrc-search__option-meta {
	color: color-mix(in srgb, var(--dstrc-storefront-color-text) 68%, transparent);
	font-size: 0.875rem;
}

.dstrc-storefront__controls label {
	font-size: 0.875em;
	font-weight: 600;
}

.dstrc-storefront__controls input,
.dstrc-storefront__controls select,
.dstrc-storefront__controls button {
	font: inherit;
	min-height: 2.75rem;
	padding: 0.55rem 0.75rem;
}

.dstrc-storefront__catalog-grid {
	display: grid;
	gap: var(--dstrc-storefront-space);
	grid-template-columns: repeat(var(--dstrc-columns-mobile, 1), minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.dstrc-storefront--layout-list .dstrc-storefront__catalog-grid,
.dstrc-storefront--layout-price .dstrc-storefront__catalog-grid {
	grid-template-columns: 1fr;
}

.dstrc-storefront--layout-list .dstrc-storefront__catalog-item article,
.dstrc-storefront--layout-price .dstrc-storefront__catalog-item article {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem var(--dstrc-storefront-space);
	justify-content: space-between;
}

.dstrc-storefront--layout-price .dstrc-storefront__catalog-item {
	border-inline: 0;
	border-radius: 0;
	padding-inline: 0;
}

.dstrc-storefront__catalog-item {
	border: 1px solid var(--dstrc-storefront-color-border);
	border-radius: var(--dstrc-storefront-radius);
	padding: var(--dstrc-storefront-space);
}

.dstrc-card-collection__item {
	border: 0;
	padding: 0;
}

.dstrc-card {
	display: grid;
	gap: var(--dstrc-storefront-space);
	height: 100%;
	min-width: 0;
}

.dstrc-card--density-comfortable {
	padding: var(--dstrc-storefront-space);
}

.dstrc-card--density-compact {
	gap: calc(var(--dstrc-storefront-space) * 0.5);
	padding: calc(var(--dstrc-storefront-space) * 0.75);
}

.dstrc-card--surface-bordered {
	border: 1px solid var(--dstrc-storefront-color-border);
	border-radius: var(--dstrc-storefront-radius);
}

.dstrc-card--surface-muted {
	background: var(--dstrc-storefront-color-muted);
	border-radius: var(--dstrc-storefront-radius);
}

.dstrc-card--emphasis-accent .dstrc-card__price,
.dstrc-card--emphasis-accent .dstrc-card__badge {
	color: var(--dstrc-storefront-color-accent);
}

.dstrc-card--list {
	align-items: center;
	grid-template-columns: minmax(0, 12rem) minmax(0, 1fr) auto;
}

.dstrc-card--list .dstrc-card__component--media {
	grid-row: 1 / span 6;
}

.dstrc-card__component,
.dstrc-card__component p,
.dstrc-card__component figure {
	margin-block: 0;
}

.dstrc-card__component--media img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.dstrc-card__media-main {
	min-width: 0;
}

.dstrc-card__gallery-strip {
	display: grid;
	gap: 0.4rem;
	grid-auto-columns: minmax(2.5rem, 1fr);
	grid-auto-flow: column;
	margin-block-start: 0.5rem;
	overflow-x: auto;
	padding: 0.12rem;
	scrollbar-width: thin;
}

.dstrc-card__gallery-thumb {
	appearance: none;
	background: var(--dstrc-storefront-color-surface, #fff);
	border: 1px solid var(--dstrc-storefront-color-border);
	border-radius: calc(var(--dstrc-storefront-radius) * 0.55);
	cursor: pointer;
	inline-size: 100%;
	margin: 0;
	min-inline-size: 2.5rem;
	overflow: hidden;
	padding: 0;
}

.dstrc-card__gallery-thumb:hover,
.dstrc-card__gallery-thumb[aria-pressed="true"] {
	border-color: var(--dstrc-storefront-color-accent);
	box-shadow: 0 0 0 1px var(--dstrc-storefront-color-accent);
}

.dstrc-card__gallery-thumb:focus-visible,
.dstrc-card__excerpt-accordion > summary:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--dstrc-storefront-color-accent) 55%, transparent);
	outline-offset: 2px;
}

.dstrc-card__gallery-thumb figure,
.dstrc-card__gallery-thumb img {
	aspect-ratio: 1;
	block-size: auto;
	inline-size: 100%;
	object-fit: cover;
}

.dstrc-card__gallery-thumb figcaption {
	display: none;
}

.dstrc-card__custom-content {
	max-inline-size: 100%;
	overflow-wrap: anywhere;
}

.dstrc-card__custom-content > :first-child,
.dstrc-card__excerpt-content > :first-child {
	margin-block-start: 0;
}

.dstrc-card__custom-content > :last-child,
.dstrc-card__excerpt-content > :last-child {
	margin-block-end: 0;
}

.dstrc-card__excerpt-accordion {
	border-block: 1px solid var(--dstrc-storefront-color-border);
	margin-block-start: 0.65rem;
	padding-block: 0.55rem;
}

.dstrc-card__excerpt-accordion > summary {
	cursor: pointer;
	font-weight: 650;
	list-style-position: inside;
}

.dstrc-card__excerpt-content {
	font-size: 0.92em;
	padding-block-start: 0.55rem;
}

.dstrc-card-table .dstrc-card__gallery-strip {
	grid-auto-columns: 2.6rem;
	max-inline-size: 12rem;
}

.dstrc-card__title {
	font-size: 1.125em;
	line-height: 1.3;
	margin: 0;
}

.dstrc-card__sku,
.dstrc-card__availability,
.dstrc-card__badge {
	font-size: 0.875em;
}

.dstrc-card__price-label {
	font-size: 0.875em;
}

.dstrc-card__prices {
	display: grid;
	gap: 0.4rem;
}

.dstrc-card__prices > p {
	margin: 0;
}

.dstrc-card__additional-price {
	align-items: baseline;
	display: grid;
	gap: 0.15rem 0.6rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-block: 0.2rem;
}

.dstrc-card__additional-price > span {
	font-size: 0.88em;
	overflow-wrap: anywhere;
}

.dstrc-card__additional-price > strong {
	white-space: nowrap;
}

.dstrc-card__additional-price > small {
	color: color-mix(in srgb, currentColor 67%, transparent);
	grid-column: 1 / -1;
	line-height: 1.35;
}

.dstrc-card__action-slot {
	align-self: end;
}

.dstrc-card__purchase {
	display: inline;
	margin: 0;
}

.dstrc-card__action {
	border: 1px solid currentColor;
	border-radius: var(--dstrc-storefront-radius);
	display: inline-block;
	font-weight: 600;
	padding: 0.55rem 0.8rem;
	text-decoration: none;
}

.dstrc-card-table .dstrc-card__component {
	min-width: 0;
}

.dstrc-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.dstrc-storefront__item-title {
	font-size: 1.125em;
	line-height: 1.3;
	margin: 0;
}

.dstrc-storefront__item-sku,
.dstrc-storefront__result-count {
	font-size: 0.875em;
}

.dstrc-storefront__item-sku {
	margin-block-end: 0;
}

.dstrc-storefront__pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--dstrc-pagination-font, inherit);
	font-size: var(--dstrc-pagination-size, 15px);
	gap: 0.5rem;
	justify-content: center;
	margin-block-start: calc(var(--dstrc-storefront-space) * 1.5);
}

.dstrc-storefront__pagination > a,
.dstrc-storefront__pagination > span:not(.dstrc-storefront__pagination-gap) {
	align-items: center;
	background: var(--dstrc-pagination-bg, #fff);
	border: 1px solid var(--dstrc-pagination-border, #cbd5e1);
	border-radius: var(--dstrc-pagination-radius, 12px);
	color: var(--dstrc-pagination-text, #334155);
	display: inline-flex;
	font-weight: 650;
	justify-content: center;
	line-height: 1;
	min-block-size: 2.75rem;
	min-inline-size: 2.75rem;
	padding: 0.7rem 0.9rem;
	text-decoration: none;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.dstrc-storefront__pagination > a:hover,
.dstrc-storefront__pagination > a:focus-visible {
	border-color: var(--dstrc-pagination-active-bg, #1d4ed8);
	color: var(--dstrc-pagination-active-bg, #1d4ed8);
	transform: translateY(-1px);
}

.dstrc-storefront__pagination > span[aria-current="page"] {
	background: var(--dstrc-pagination-active-bg, #1d4ed8);
	border-color: var(--dstrc-pagination-active-bg, #1d4ed8);
	color: var(--dstrc-pagination-active-text, #fff);
}

.dstrc-storefront__pagination-gap {
	color: var(--dstrc-pagination-text, #334155);
	padding-inline: 0.15rem;
}

.dstrc-storefront__pagination--load_more > a[rel="next"] {
	min-inline-size: min(100%, 15rem);
	padding-inline: 1.4rem;
}

[data-dstrc-pagination-preset="outline"] .dstrc-storefront__pagination > a,
[data-dstrc-pagination-preset="outline"] .dstrc-storefront__pagination > span:not(.dstrc-storefront__pagination-gap) {
	background: transparent;
}

[data-dstrc-pagination-preset="outline"] .dstrc-storefront__pagination > span[aria-current="page"] {
	background: var(--dstrc-pagination-active-bg, #1d4ed8);
}

[data-dstrc-pagination-preset="pills"] .dstrc-storefront__pagination > a,
[data-dstrc-pagination-preset="pills"] .dstrc-storefront__pagination > span:not(.dstrc-storefront__pagination-gap) {
	border-radius: 999px;
	min-block-size: 2.4rem;
	min-inline-size: 2.4rem;
	padding: 0.55rem 0.8rem;
}

[data-dstrc-pagination-preset="minimal"] .dstrc-storefront__pagination > a,
[data-dstrc-pagination-preset="minimal"] .dstrc-storefront__pagination > span:not(.dstrc-storefront__pagination-gap) {
	background: transparent;
	border-color: transparent;
	min-inline-size: 2.25rem;
	padding-inline: 0.55rem;
}

[data-dstrc-pagination-preset="minimal"] .dstrc-storefront__pagination > span[aria-current="page"] {
	background: var(--dstrc-pagination-active-bg, #1d4ed8);
	color: var(--dstrc-pagination-active-text, #fff);
}

.dstrc-storefront__slot {
	margin-block: calc(var(--dstrc-storefront-space) * 1.5);
}

.dstrc-storefront__catalog-shell {
	display: grid;
	gap: calc(var(--dstrc-storefront-space) * 1.5);
	grid-template-columns: minmax(12rem, 18rem) minmax(0, 1fr);
}

.dstrc-storefront--filters-right .dstrc-storefront__filters {
	grid-column: 2;
	grid-row: 1;
}

.dstrc-storefront--filters-right .dstrc-storefront__catalog-results {
	grid-column: 1;
	grid-row: 1;
}

.dstrc-storefront__filters {
	min-width: 0;
}

.dstrc-facets {
	display: grid;
	gap: var(--dstrc-storefront-space);
}

.dstrc-facets__selected {
	display: grid;
	gap: 0.65rem;
}

.dstrc-facets__selected > span {
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dstrc-facets__selected ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dstrc-facets__selected li a {
	align-items: center;
	background: color-mix(in srgb, var(--dstrc-storefront-color-accent) 10%, var(--dstrc-storefront-color-surface, #fff));
	border: 1px solid color-mix(in srgb, var(--dstrc-storefront-color-accent) 28%, var(--dstrc-storefront-color-border));
	border-radius: 999px;
	color: inherit;
	display: inline-flex;
	font-size: 0.82rem;
	gap: 0.4rem;
	padding: 0.4rem 0.65rem;
	text-decoration: none;
}

.dstrc-facets__clear-all,
.dstrc-facets__group-clear {
	font-size: 0.82rem;
}

.dstrc-facets__panel {
	background: var(--dstrc-storefront-color-surface, #fff);
}

.dstrc-facets__panel-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-block-end: var(--dstrc-storefront-space);
}

.dstrc-facets__panel-header h2 {
	font-size: 1.15rem;
	margin: 0;
}

.dstrc-facets__form {
	display: grid;
	gap: var(--dstrc-storefront-space);
}

.dstrc-facets__group {
	border: 0;
	border-block-start: 1px solid var(--dstrc-storefront-color-border);
	margin: 0;
	min-inline-size: 0;
	padding: var(--dstrc-storefront-space) 0 0;
}

.dstrc-facets__group legend {
	font-weight: 700;
	padding: 0;
	width: 100%;
}

.dstrc-facets__group-clear {
	float: inline-end;
	font-weight: 500;
}

.dstrc-facets__operator,
.dstrc-facets__value-search,
.dstrc-facets__range label {
	display: grid;
	font-size: 0.82rem;
	font-weight: 600;
	gap: 0.35rem;
}

.dstrc-facets__operator,
.dstrc-facets__value-search {
	margin-block-start: 0.75rem;
}

.dstrc-facets__operator {
	align-items: center;
	grid-template-columns: auto minmax(0, 1fr);
}

.dstrc-facets__operator input {
	block-size: 1.1rem;
	inline-size: 1.1rem;
	margin: 0;
}

.dstrc-facets input[type="search"],
.dstrc-facets input[type="number"],
.dstrc-facets input[type="date"],
.dstrc-facets select {
	background: var(--dstrc-storefront-color-surface, #fff);
	border: 1px solid var(--dstrc-storefront-color-border);
	border-radius: calc(var(--dstrc-storefront-radius) * 0.7);
	color: inherit;
	font: inherit;
	min-height: 2.55rem;
	padding: 0.45rem 0.6rem;
	width: 100%;
}

.dstrc-facets__values {
	display: grid;
	gap: 0.2rem;
	margin-block-start: 0.65rem;
	max-block-size: 18rem;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.dstrc-facets__choice {
	align-items: center;
	border-radius: calc(var(--dstrc-storefront-radius) * 0.6);
	cursor: pointer;
	display: grid;
	gap: 0.55rem;
	grid-template-columns: auto minmax(0, 1fr) auto;
	padding: 0.42rem;
}

.dstrc-facets__choice:hover {
	background: var(--dstrc-storefront-color-muted);
}

.dstrc-facets__choice.is-disabled {
	cursor: not-allowed;
	opacity: 0.52;
}

.dstrc-facets__choice input,
.dstrc-facets__boolean input {
	block-size: 1.1rem;
	inline-size: 1.1rem;
	margin: 0;
}

.dstrc-facets__choice-label {
	min-inline-size: 0;
	overflow-wrap: anywhere;
}

.dstrc-facets__count {
	background: var(--dstrc-storefront-color-muted);
	border-radius: 999px;
	font-size: 0.75rem;
	font-variant-numeric: tabular-nums;
	min-inline-size: 1.65rem;
	padding: 0.15rem 0.4rem;
	text-align: center;
}

.dstrc-facets__boolean {
	display: flex;
	gap: var(--dstrc-storefront-space);
	margin-block-start: 0.75rem;
}

.dstrc-facets__boolean label {
	align-items: center;
	display: inline-flex;
	gap: 0.4rem;
}

.dstrc-facets__range {
	display: grid;
	gap: 0.65rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-block-start: 0.75rem;
}

.dstrc-facets__context {
	color: color-mix(in srgb, var(--dstrc-storefront-color-text) 68%, transparent);
	font-size: 0.76rem;
	margin: 0.4rem 0 0;
}

.dstrc-facets__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.dstrc-facets__actions button,
.dstrc-facets__mobile-open,
.dstrc-facets__mobile-close {
	border: 1px solid var(--dstrc-storefront-color-accent);
	border-radius: var(--dstrc-storefront-radius);
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	min-height: 2.75rem;
	padding: 0.55rem 0.8rem;
}

.dstrc-facets__actions button,
.dstrc-facets__mobile-open {
	background: var(--dstrc-storefront-color-accent);
	color: var(--dstrc-storefront-color-surface, #fff);
}

.dstrc-facets__mobile-close {
	background: transparent;
	color: inherit;
	font-size: 1.4rem;
	line-height: 1;
	min-width: 2.75rem;
}

.dstrc-facets__fallback {
	background: var(--dstrc-storefront-color-muted);
	border-inline-start: 4px solid var(--dstrc-storefront-color-accent);
	padding: var(--dstrc-storefront-space);
}

.dstrc-facets a:focus-visible,
.dstrc-facets button:focus-visible,
.dstrc-facets input:focus-visible,
.dstrc-facets select:focus-visible {
	outline: 3px solid var(--dstrc-storefront-color-accent);
	outline-offset: 3px;
}

.dstrc-storefront--filters-top .dstrc-facets__form {
	grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}

.dstrc-storefront--filters-top .dstrc-facets__actions {
	align-self: end;
}

.dstrc-storefront__table-wrap {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
}

.dstrc-storefront__catalog-table {
	border-collapse: collapse;
	width: 100%;
}

.dstrc-storefront__catalog-table th,
.dstrc-storefront__catalog-table td {
	border-block-end: 1px solid var(--dstrc-storefront-color-border);
	padding: 0.75rem;
	text-align: start;
	vertical-align: top;
}

.dstrc-storefront__catalog-table th {
	font-weight: 700;
}

.dstrc-card-table__sticky {
	background: var(--dstrc-storefront-color-surface, #fff);
	position: sticky;
	z-index: 2;
}

.dstrc-card-table__sticky--title {
	inset-inline-start: 0;
	min-width: 12rem;
}

.dstrc-card-table__sticky--sku {
	inset-inline-start: 12rem;
	min-width: 9rem;
}

.dstrc-card-table thead .dstrc-card-table__sticky {
	z-index: 3;
}

.dstrc-card-table select,
.dstrc-card-table input,
.dstrc-card-batch button {
	font: inherit;
	min-height: 2.75rem;
}

.dstrc-card-table select,
.dstrc-card-table input[type="text"] {
	max-width: 14rem;
	padding: 0.45rem 0.6rem;
	width: 100%;
}

.dstrc-card-table input[type="checkbox"] {
	min-height: 1.25rem;
	min-width: 1.25rem;
}

.dstrc-card-table input:focus-visible,
.dstrc-card-table select:focus-visible,
.dstrc-card-batch button:focus-visible {
	outline: 3px solid var(--dstrc-storefront-color-accent);
	outline-offset: 3px;
}

.dstrc-card-batch__help {
	margin-block: 0 var(--dstrc-storefront-space);
}

.dstrc-card-batch__summary {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: var(--dstrc-storefront-space);
	justify-content: space-between;
	margin-block-start: var(--dstrc-storefront-space);
}

.dstrc-card-batch__summary button {
	border: 1px solid currentColor;
	border-radius: var(--dstrc-storefront-radius);
	cursor: pointer;
	font-weight: 700;
	padding: 0.6rem 0.9rem;
}

.dstrc-card-batch__summary button[disabled] {
	cursor: wait;
	opacity: 0.7;
}

.dstrc-card-batch__unit {
	display: inline-block;
	font-size: 0.875em;
	margin-inline-start: 0.35rem;
}

.dstrc-storefront__state--compact,
.dstrc-storefront__state--hidden {
	padding-block: var(--dstrc-storefront-space);
}

.dstrc-storefront__state,
.dstrc-storefront--error,
.dstrc-storefront--not-found {
	background: var(--dstrc-storefront-color-muted);
	border: 1px solid var(--dstrc-storefront-color-border);
	border-radius: var(--dstrc-storefront-radius);
	padding: calc(var(--dstrc-storefront-space) * 1.5);
}

.dstrc-storefront__state-title {
	font-weight: 700;
}

.dstrc-storefront__facts {
	display: grid;
	gap: var(--dstrc-storefront-space);
	margin-block: calc(var(--dstrc-storefront-space) * 1.5) 0;
}

.dstrc-storefront__facts div {
	display: grid;
	gap: 0.25rem;
}

.dstrc-storefront__facts dt {
	font-size: 0.875em;
	font-weight: 600;
}

.dstrc-storefront__facts dd {
	margin: 0;
}

.dstrc-storefront a {
	color: var(--dstrc-storefront-color-accent);
}

.dstrc-storefront a:focus-visible {
	outline: 3px solid var(--dstrc-storefront-color-accent);
	outline-offset: 3px;
}

@media (max-width: 40rem) {
	.dstrc-category-page {
		border-radius: calc(var(--dstrc-radius, 22px) * 0.7);
		padding: 0.85rem;
	}

	.dstrc-category-page--editorial .dstrc-category-page__header {
		display: block;
	}

	.dstrc-category-page--editorial .dstrc-storefront__archive-summary {
		margin-block-start: 1rem;
	}

	.dstrc-storefront__pagination {
		gap: 0.35rem;
	}

	.dstrc-storefront__pagination > a,
	.dstrc-storefront__pagination > span:not(.dstrc-storefront__pagination-gap) {
		min-block-size: 2.5rem;
		min-inline-size: 2.5rem;
		padding: 0.6rem 0.7rem;
	}

	.dstrc-card--list {
		grid-template-columns: 1fr;
	}

	.dstrc-card--list .dstrc-card__component--media {
		grid-row: auto;
	}

	.dstrc-storefront__controls {
		grid-template-columns: 1fr;
	}

	.dstrc-storefront__controls form {
		grid-template-columns: 1fr;
	}

	.dstrc-storefront__state,
	.dstrc-storefront--error,
	.dstrc-storefront--not-found {
		padding: var(--dstrc-storefront-space);
	}

	.dstrc-storefront__catalog-shell {
		grid-template-columns: 1fr;
	}

	.dstrc-storefront--filters-right .dstrc-storefront__filters,
	.dstrc-storefront--filters-right .dstrc-storefront__catalog-results {
		grid-column: 1;
		grid-row: auto;
	}

	.dstrc-card-table,
	.dstrc-card-table tbody {
		display: block;
		width: 100%;
	}

	.dstrc-card-table thead {
		clip: rect(1px, 1px, 1px, 1px);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}

	.dstrc-card-table tbody tr {
		border: 1px solid var(--dstrc-storefront-color-border);
		border-radius: var(--dstrc-storefront-radius);
		display: grid;
		gap: 0;
		margin-block-end: var(--dstrc-storefront-space);
		padding: calc(var(--dstrc-storefront-space) * 0.5);
	}

	.dstrc-card-table tbody td,
	.dstrc-card-table tbody th[scope="row"] {
		align-items: start;
		display: grid;
		gap: 0.5rem;
		grid-template-columns: minmax(6rem, 0.4fr) minmax(0, 1fr);
		min-width: 0;
		padding: 0.6rem;
		position: static;
	}

	.dstrc-card-table tbody td::before,
	.dstrc-card-table tbody th[scope="row"]::before {
		content: attr(data-label);
		font-size: 0.8125em;
		font-weight: 700;
	}

	.dstrc-card-table__column--availability {
		display: none !important;
	}

	.dstrc-card-batch__summary {
		align-items: stretch;
		flex-direction: column;
	}
}

@media (min-width: 40.001rem) {
	.dstrc-storefront--layout-grid .dstrc-storefront__catalog-grid,
	.dstrc-storefront--layout-catalog .dstrc-storefront__catalog-grid {
		grid-template-columns: repeat(var(--dstrc-columns-tablet, 2), minmax(0, 1fr));
	}
}

@media (min-width: 64rem) {
	.dstrc-storefront--layout-grid .dstrc-storefront__catalog-grid,
	.dstrc-storefront--layout-catalog .dstrc-storefront__catalog-grid {
		grid-template-columns: repeat(var(--dstrc-columns-desktop, 4), minmax(0, 1fr));
	}
}

/* Native theme entry titles are intentionally suppressed on the owned product
 * route. The semantic product title below remains the only visible H1. */
body.dstrc-storefront-route--product :is(.entry-header > .entry-title, .page-header > .page-title, .single-post-title, .nasa-title) {
	display: none !important;
}

.dstrc-product-page {
	--dstrc-storefront-color-accent: var(--dstrc-primary, #0f766e);
	--dstrc-storefront-color-border: var(--dstrc-border, #dbe3ec);
	--dstrc-storefront-color-muted: var(--dstrc-soft-bg, #f1f5f9);
	--dstrc-storefront-color-surface: var(--dstrc-surface-bg, #fff);
	--dstrc-storefront-color-text: var(--dstrc-text, #0f172a);
	--dstrc-storefront-radius: var(--dstrc-radius, 22px);
	--dstrc-storefront-width: var(--dstrc-content-width, 1280px);
	background: var(--dstrc-page-bg, #f8fafc);
	border-radius: var(--dstrc-radius, 22px);
	color: var(--dstrc-text, #0f172a);
	display: grid;
	font-family: var(--dstrc-body-font, inherit);
	font-size: var(--dstrc-body-size, 16px);
	gap: clamp(1.25rem, 3vw, 2.5rem);
	line-height: 1.65;
	max-width: var(--dstrc-content-width, 1280px);
	padding: clamp(0.75rem, 2.8vw, 2.4rem);
}

.dstrc-product-page :is(h1, h2, h3, h4) {
	color: var(--dstrc-text, #0f172a);
	font-family: var(--dstrc-heading-font, inherit);
}

.dstrc-product-page__main {
	display: grid;
	gap: clamp(1rem, 3vw, 2.4rem);
	grid-template-columns: minmax(0, 1.12fr) minmax(19rem, 0.88fr);
}

.dstrc-product-page__gallery,
.dstrc-product-page__summary {
	background: var(--dstrc-surface-bg, #fff);
	border: 1px solid var(--dstrc-border, #dbe3ec);
	border-radius: var(--dstrc-radius, 22px);
	box-shadow: var(--dstrc-shadow, 0 18px 45px rgb(15 23 42 / 9%));
	min-width: 0;
	padding: clamp(1rem, 2.5vw, 2rem);
}

.dstrc-product-page__gallery {
	align-content: start;
	display: grid;
	gap: 1rem;
	overflow: hidden;
}

.dstrc-product-page__gallery .dstrc-media-gallery {
	display: grid;
	gap: 0.9rem;
}

.dstrc-product-page__gallery img {
	border-radius: max(8px, calc(var(--dstrc-radius, 22px) - 8px));
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.dstrc-product-page__image-placeholder {
	align-items: center;
	aspect-ratio: 1 / 1;
	background: linear-gradient(145deg, var(--dstrc-soft-bg, #f1f5f9), var(--dstrc-accent-bg, #ccfbf1));
	border: 1px dashed color-mix(in srgb, var(--dstrc-primary, #0f766e) 32%, var(--dstrc-border, #dbe3ec));
	border-radius: max(8px, calc(var(--dstrc-radius, 22px) - 8px));
	color: var(--dstrc-muted, #64748b);
	display: flex;
	font-weight: 650;
	justify-content: center;
	min-block-size: 18rem;
	padding: 1.5rem;
	text-align: center;
}

.dstrc-product-page__summary {
	display: flex;
	flex-direction: column;
}

.dstrc-product-page__summary-block {
	order: var(--dstrc-desktop-order);
}

.dstrc-product-page__summary-block + .dstrc-product-page__summary-block {
	border-block-start: 1px solid var(--dstrc-border, #dbe3ec);
	margin-block-start: 1rem;
	padding-block-start: 1rem;
}

.dstrc-product-page__title {
	font-size: clamp(var(--dstrc-title-mobile, 30px), 4vw, var(--dstrc-title-size, 42px));
	font-weight: 780;
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 0 0 0.85rem;
}

.dstrc-product-page__excerpt {
	color: var(--dstrc-muted, #64748b);
	font-size: 1.02em;
	line-height: 1.65;
}

.dstrc-product-page__excerpt > :first-child {
	margin-block-start: 0;
}

.dstrc-product-page__sku {
	align-items: center;
	background: var(--dstrc-soft-bg, #f1f5f9);
	border-radius: 999px;
	color: var(--dstrc-muted, #64748b);
	display: inline-flex;
	font-size: 0.83em;
	gap: 0.4rem;
	margin: 0.75rem 0 0;
	padding: 0.38rem 0.68rem;
}

.dstrc-product-page__sku strong {
	color: var(--dstrc-text, #0f172a);
}

.dstrc-product-page__prices {
	display: grid;
	gap: 0.65rem;
}

.dstrc-product-page__price {
	font-family: var(--dstrc-heading-font, inherit);
	font-size: clamp(1.5rem, 4vw, var(--dstrc-price-size, 34px));
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.15;
	margin: 0;
}

.dstrc-product-page__additional-price {
	align-items: baseline;
	background: var(--dstrc-soft-bg, #f1f5f9);
	border: 1px solid var(--dstrc-border, #dbe3ec);
	border-radius: max(8px, calc(var(--dstrc-radius, 22px) - 10px));
	display: grid;
	gap: 0.2rem 0.8rem;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 0.72rem 0.85rem;
}

.dstrc-product-page__additional-price > span {
	color: var(--dstrc-muted, #64748b);
}

.dstrc-product-page__additional-price > strong {
	font-size: 1.05em;
	white-space: nowrap;
}

.dstrc-product-page__additional-price > small {
	color: var(--dstrc-muted, #64748b);
	grid-column: 1 / -1;
	line-height: 1.4;
}

.dstrc-product-page__availability {
	align-items: center;
	color: var(--dstrc-success, #15803d);
	display: flex;
	font-weight: 700;
	gap: 0.45rem;
	margin: 0;
}

.dstrc-product-page__availability::before {
	background: currentColor;
	border-radius: 50%;
	box-shadow: 0 0 0 4px color-mix(in srgb, currentColor 14%, transparent);
	content: "";
	height: 0.48rem;
	width: 0.48rem;
}

.dstrc-product-page__availability span {
	color: var(--dstrc-muted, #64748b);
	font-weight: 500;
}

.dstrc-product-page__selector,
.dstrc-product-page__quantity,
.dstrc-product-page__action {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
}

.dstrc-product-page__selector {
	align-items: end;
}

.dstrc-product-page__field,
.dstrc-product-page__quantity-field {
	display: grid;
	gap: 0.38rem;
}

.dstrc-product-page__field {
	flex: 1 1 13rem;
}

.dstrc-product-page__quantity-field {
	flex: 0 0 auto;
}

.dstrc-product-page :is(label, .dstrc-product-page__field > label) {
	color: var(--dstrc-muted, #64748b);
	font-size: 0.82em;
	font-weight: 700;
}

.dstrc-product-page :is(select, input, button, .dstrc-product-page__button) {
	box-sizing: border-box;
	font: inherit;
	min-block-size: 2.75rem;
}

.dstrc-product-page select,
.dstrc-product-page input {
	background: var(--dstrc-surface-bg, #fff);
	border: 1px solid var(--dstrc-border, #dbe3ec);
	border-radius: var(--dstrc-button-radius, 13px);
	color: var(--dstrc-text, #0f172a);
	padding: 0.62rem 0.78rem;
}

.dstrc-product-page__selector > button,
.dstrc-product-page__recalculate {
	align-self: end;
	background: var(--dstrc-soft-bg, #f1f5f9);
	border: 1px solid var(--dstrc-border, #dbe3ec);
	border-radius: var(--dstrc-button-radius, 13px);
	color: var(--dstrc-text, #0f172a);
	cursor: pointer;
	font-weight: 700;
	padding: 0.6rem 0.9rem;
}

.dstrc-quantity-control {
	background: var(--dstrc-surface-bg, #fff);
	border: 1px solid var(--dstrc-border, #dbe3ec);
	border-radius: var(--dstrc-button-radius, 13px);
	display: grid;
	grid-template-columns: 2.7rem 4.25rem 2.7rem;
	overflow: hidden;
	width: max-content;
}

.dstrc-quantity-control > button,
.dstrc-quantity-control > input {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--dstrc-text, #0f172a);
	height: 2.75rem;
	min-block-size: 0;
	padding: 0;
	text-align: center;
}

.dstrc-quantity-control > button {
	cursor: pointer;
	font-size: 1.15rem;
	font-weight: 700;
}

.dstrc-quantity-control > button:hover {
	background: var(--dstrc-soft-bg, #f1f5f9);
}

.dstrc-quantity-control > input {
	appearance: textfield;
	border-inline: 1px solid var(--dstrc-border, #dbe3ec);
	font-weight: 750;
	width: 4.25rem;
}

.dstrc-quantity-control > input::-webkit-inner-spin-button,
.dstrc-quantity-control > input::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

.dstrc-product-page__button,
.dstrc-product-page .dstrc-forms-bridge__button {
	align-items: center;
	background: var(--dstrc-primary, #0f766e);
	border: 1px solid transparent;
	border-radius: var(--dstrc-button-radius, 13px);
	box-shadow: 0 10px 22px color-mix(in srgb, var(--dstrc-primary, #0f766e) 22%, transparent);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-weight: 750;
	justify-content: center;
	min-height: 3rem;
	padding: 0.78rem 1.15rem;
	text-decoration: none;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dstrc-product-page__summary-block--purchase :is(.dstrc-product-page__button, .dstrc-forms-bridge__button) {
	width: 100%;
}

.dstrc-product-page__button:hover,
.dstrc-product-page .dstrc-forms-bridge__button:hover {
	background: var(--dstrc-primary-hover, #115e59);
	box-shadow: 0 12px 28px color-mix(in srgb, var(--dstrc-primary, #0f766e) 30%, transparent);
	color: #fff;
	transform: translateY(-1px);
}

.dstrc-storefront a.dstrc-product-page__button {
	color: #fff;
}

.dstrc-product-page__notice,
.dstrc-product-page__warning,
.dstrc-product-page__action-note {
	background: var(--dstrc-accent-bg, #ccfbf1);
	border: 1px solid color-mix(in srgb, var(--dstrc-primary, #0f766e) 25%, var(--dstrc-border, #dbe3ec));
	border-radius: max(8px, calc(var(--dstrc-radius, 22px) - 10px));
	color: var(--dstrc-text, #0f172a);
	margin: 0 0 0.85rem;
	padding: 0.72rem 0.85rem;
}

.dstrc-product-page__fallback {
	color: var(--dstrc-muted, #64748b);
	font-size: 0.78em;
	margin: 0;
	width: 100%;
}

/* Product Page Studio: one semantic DOM, independently composed per viewport. */
.dstrc-product-page[data-dstrc-layout="gallery_right"] .dstrc-product-page__gallery {
	order: 2;
}

.dstrc-product-page[data-dstrc-layout="gallery_right"] .dstrc-product-page__summary {
	order: 1;
}

.dstrc-product-page[data-dstrc-layout="wide_gallery"] .dstrc-product-page__main {
	grid-template-columns: 1fr;
}

.dstrc-product-page[data-dstrc-layout="wide_gallery"] .dstrc-product-page__gallery {
	min-height: 26rem;
}

.dstrc-product-page[data-dstrc-layout="compact"] {
	margin-inline: auto;
	max-width: min(100%, 960px);
}

.dstrc-product-page[data-dstrc-layout="compact"] .dstrc-product-page__main,
.dstrc-product-page[data-dstrc-layout="service"] .dstrc-product-page__main {
	grid-template-columns: 1fr;
}

.dstrc-product-page[data-dstrc-layout="service"] .dstrc-product-page__summary {
	background: linear-gradient(135deg, var(--dstrc-surface-bg, #fff), var(--dstrc-accent-bg, #ccfbf1));
}

.dstrc-product-page[data-dstrc-layout="media_grid"] .dstrc-product-page__gallery .dstrc-media-gallery {
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dstrc-product-page[data-dstrc-layout="sticky_summary"] .dstrc-product-page__summary {
	align-self: start;
	position: sticky;
	top: calc(var(--wp-admin--admin-bar--height, 0px) + 1rem);
}

.dstrc-product-page__sections {
	display: grid;
	gap: 1rem;
}

.dstrc-product-page__section,
.dstrc-product-page__tab-panel,
.dstrc-product-page__accordion {
	background: var(--dstrc-surface-bg, #fff);
	border: 1px solid var(--dstrc-border, #dbe3ec);
	border-radius: var(--dstrc-radius, 22px);
	box-shadow: var(--dstrc-shadow, 0 18px 45px rgb(15 23 42 / 9%));
	padding: clamp(1rem, 2.5vw, 2rem);
}

.dstrc-product-page__section > h2,
.dstrc-product-page__accordion > summary {
	font-family: var(--dstrc-heading-font, inherit);
	font-size: var(--dstrc-section-title-size, 26px);
	font-weight: 760;
	letter-spacing: -0.02em;
}

.dstrc-product-page__section > :first-child,
.dstrc-product-page__tab-panel > :first-child,
.dstrc-product-page__accordion-body > :first-child {
	margin-block-start: 0;
}

.dstrc-product-page__section > :last-child,
.dstrc-product-page__tab-panel > :last-child,
.dstrc-product-page__accordion-body > :last-child {
	margin-block-end: 0;
}

.dstrc-product-page__attribute-list {
	display: grid;
	margin: 0;
}

.dstrc-product-page__attribute-list > div {
	border-block-end: 1px solid var(--dstrc-border, #dbe3ec);
	display: grid;
	gap: 0.75rem;
	grid-template-columns: minmax(8rem, 0.42fr) minmax(0, 1fr);
	padding-block: 0.75rem;
}

.dstrc-product-page__attribute-list dt {
	color: var(--dstrc-muted, #64748b);
}

.dstrc-product-page__attribute-list dd {
	font-weight: 650;
	margin: 0;
}

.dstrc-product-page__sections--tabs {
	background: var(--dstrc-surface-bg, #fff);
	border: 1px solid var(--dstrc-border, #dbe3ec);
	border-radius: var(--dstrc-radius, 22px);
	box-shadow: var(--dstrc-shadow, 0 18px 45px rgb(15 23 42 / 9%));
	overflow: hidden;
}

.dstrc-product-page__tab-list {
	background: var(--dstrc-soft-bg, #f1f5f9);
	border-block-end: 1px solid var(--dstrc-border, #dbe3ec);
	display: flex;
	gap: 0.35rem;
	overflow-x: auto;
	padding: 0.65rem;
}

.dstrc-product-page__tab-list [role="tab"] {
	background: transparent;
	border: 0;
	border-radius: var(--dstrc-button-radius, 13px);
	color: var(--dstrc-muted, #64748b);
	cursor: pointer;
	font-weight: 700;
	padding: 0.65rem 0.95rem;
	white-space: nowrap;
}

.dstrc-product-page__tab-list [aria-selected="true"] {
	background: var(--dstrc-surface-bg, #fff);
	box-shadow: 0 4px 14px rgb(15 23 42 / 8%);
	color: var(--dstrc-primary, #0f766e);
}

.dstrc-product-page__sections--tabs .dstrc-product-page__tab-panel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.dstrc-product-page__sections--tabs.is-enhanced .dstrc-product-page__tab-panel[hidden] {
	display: none;
}

.dstrc-product-page__accordion {
	padding: 0;
}

.dstrc-product-page__accordion > summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 1rem 1.2rem;
}

.dstrc-product-page__accordion > summary::-webkit-details-marker {
	display: none;
}

.dstrc-product-page__accordion > summary::after {
	color: var(--dstrc-primary, #0f766e);
	content: "+";
	font-size: 1.4rem;
}

.dstrc-product-page__accordion[open] > summary::after {
	content: "−";
}

.dstrc-product-page__accordion-body {
	border-block-start: 1px solid var(--dstrc-border, #dbe3ec);
	padding: 1.1rem 1.2rem 1.3rem;
}

.dstrc-product-page :focus-visible,
.dstrc-quick-view :focus-visible {
	outline: 3px solid var(--dstrc-primary, #0f766e);
	outline-offset: 3px;
}

@media (max-width: 767px) {
	.dstrc-product-page {
		border-radius: max(12px, var(--dstrc-radius, 22px));
		padding: 0.65rem;
	}

	.dstrc-product-page__main {
		display: flex;
		flex-direction: column;
	}

	.dstrc-product-page[data-dstrc-mobile-order="gallery_first"] .dstrc-product-page__gallery,
	.dstrc-product-page[data-dstrc-mobile-order="summary_first"] .dstrc-product-page__summary {
		order: 1;
	}

	.dstrc-product-page[data-dstrc-mobile-order="gallery_first"] .dstrc-product-page__summary,
	.dstrc-product-page[data-dstrc-mobile-order="summary_first"] .dstrc-product-page__gallery {
		order: 2;
	}

	.dstrc-product-page__summary-block {
		order: var(--dstrc-mobile-order);
	}

	.dstrc-product-page__title {
		font-size: var(--dstrc-title-mobile, 30px);
	}

	.dstrc-product-page[data-dstrc-sticky-purchase="1"] .dstrc-product-page__summary-block--purchase {
		background: var(--dstrc-surface-bg, #fff);
		border: 1px solid var(--dstrc-border, #dbe3ec);
		border-radius: var(--dstrc-button-radius, 13px);
		bottom: 0.5rem;
		box-shadow: 0 -0.5rem 1.5rem rgb(0 0 0 / 12%);
		margin-inline: -0.35rem;
		padding: 0.65rem;
		position: sticky;
		z-index: 20;
	}

	.dstrc-product-page__attribute-list > div {
		grid-template-columns: 1fr;
	}

	.dstrc-product-page__tab-panel,
	.dstrc-product-page__section {
		padding: 1rem;
	}
}

.dstrc-product-page-studio-preview {
	max-width: 76rem;
}

.dstrc-product-page-studio-preview__caption {
	color: #64748b;
}

.dstrc-product-page-studio-preview__image {
	align-items: center;
	background: linear-gradient(145deg, var(--dstrc-soft-bg, #f1f5f9), var(--dstrc-accent-bg, #ccfbf1));
	border-radius: max(8px, calc(var(--dstrc-radius, 22px) - 8px));
	color: var(--dstrc-muted, #64748b);
	display: flex;
	justify-content: center;
	min-block-size: 18rem;
}

.dstrc-product-page-studio-preview__block select {
	display: block;
	margin-block-start: 0.4rem;
}

.dstrc-product-page-studio-preview .dstrc-product-page__tab-list > span,
.dstrc-product-page-studio-preview .dstrc-product-page__accordion {
	border-radius: var(--dstrc-button-radius, 13px);
	display: inline-block;
	margin: 0.25rem;
	padding: 0.65rem 1rem;
}

.dstrc-quick-view {
	background: transparent;
	border: 0;
	max-height: min(90vh, 60rem);
	max-width: min(72rem, calc(100vw - 2rem));
	padding: 0;
	width: 100%;
}

.dstrc-quick-view::backdrop {
	background: rgb(15 23 42 / 72%);
}

.dstrc-quick-view__surface {
	background: #fff;
	border-radius: var(--dstrc-storefront-radius);
	box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 30%);
	max-height: min(90vh, 60rem);
	overflow: auto;
	padding: var(--dstrc-storefront-space);
}

.dstrc-quick-view__header {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-block-end: var(--dstrc-storefront-space);
}

.dstrc-quick-view__header h2 {
	margin: 0;
}

.dstrc-quick-view__close {
	background: transparent;
	border: 1px solid var(--dstrc-storefront-color-border);
	border-radius: 999px;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1;
	min-height: 2.75rem;
	min-width: 2.75rem;
}

.dstrc-quick-view .dstrc-product-page {
	margin: 0;
}

.dstrc-quick-view__full-link {
	margin-block-end: 0;
	text-align: end;
}

@media (min-width: 768px) {
	.dstrc-facets__mobile-open,
	.dstrc-facets__mobile-close {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.dstrc-storefront__catalog-shell {
		display: block;
	}

	.dstrc-storefront__catalog-results {
		margin-block-start: var(--dstrc-storefront-space);
	}

	.dstrc-facets.is-enhanced .dstrc-facets__panel {
		display: none;
	}

	.dstrc-facets.is-enhanced.is-open .dstrc-facets__panel {
		background: var(--dstrc-storefront-color-surface, #fff);
		box-shadow: 0 0 0 100vmax rgb(15 23 42 / 65%);
		display: block;
		inset: 0;
		overflow-y: auto;
		padding: var(--dstrc-storefront-space);
		position: fixed;
		z-index: 100000;
	}

	.dstrc-facets__mobile-open {
		width: 100%;
	}

	.dstrc-facets__panel-header {
		position: sticky;
		top: 0;
		z-index: 2;
	}

	.dstrc-facets.is-enhanced.is-open .dstrc-facets__panel-header {
		background: var(--dstrc-storefront-color-surface, #fff);
		padding-block: 0.35rem 0.75rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.dstrc-facets *,
	.dstrc-facets *::before,
	.dstrc-facets *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
