/* WooCommerce shop, archive and Hera shop module styles.
 * Loaded only for WooCommerce shop contexts and pages containing actorshop/hera-shop-module.
 */

.woocommerce-result-count,
.woocommerce-ordering {
	margin: 0;
}
.shop-toolbar {
	position: relative;
	z-index: 40;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin: 12px 0 42px;
	padding: 0;
	border: 0;
	background: transparent;
}
.shop-toolbar::after,
.shop-toolbar::before {
	display: none;
}
.shop-filter-form,
.shop-sort-actions {
	display: flex;
	align-items: center;
	gap: 34px;
}
.shop-filter-panel {
	position: relative;
	z-index: 45;
}
.shop-filter-panel[open] {
	z-index: 90;
}
.shop-filter-panel summary,
.shop-sort-actions span,
.shop-filter-apply,
.shop-filter-reset {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 0 8px;
	border: 0;
	border-bottom: 1px solid var(--color-ink);
	background: transparent;
	color: var(--color-ink);
	cursor: pointer;
	font-weight: 850;
	text-decoration: none;
	list-style: none;
}
.shop-filter-panel summary::-webkit-details-marker {
	display: none;
}
.shop-filter-panel[open] summary span {
	transform: rotate(45deg);
}
.shop-filter-panel__content {
	position: absolute;
	z-index: 100;
	top: calc(100% + 12px);
	left: 0;
	display: grid;
	gap: 10px;
	min-width: 230px;
	padding: 14px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius);
	background: var(--color-surface);
	box-shadow: var(--shadow-soft);
}
.is-actorshop-shop-loading .atelier-shop .shop-toolbar,
.is-actorshop-shop-loading .atelier-shop ul.products,
.is-actorshop-shop-loading .atelier-shop .woocommerce-pagination,
.is-actorshop-shop-loading .atelier-shop .shop-empty {
	pointer-events: none;
}
.is-actorshop-shop-loading .atelier-shop ul.products,
.is-actorshop-shop-results-leaving .atelier-shop ul.products {
	opacity: 0.5;
	transition: opacity 180ms ease;
}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	width: calc(100% - (var(--actorshop-gutter, 16px) * 2));
	max-width: var(--actorshop-wide, 1400px);
	margin: clamp(34px, 5vw, 64px) auto 0;
	padding: 0;
	text-align: center;
}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination ul.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	list-style: none;
}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination ul.page-numbers li {
	margin: 0;
	border: 0;
	background: transparent;
}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 13px;
	border: 1px solid var(--actorshop-control-border, var(--color-line));
	border-radius: var(--actorshop-radius-control, 0px);
	background: var(--actorshop-control-bg, var(--color-surface));
	color: var(--actorshop-control-color, var(--color-ink));
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination a.page-numbers:hover,
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination a.page-numbers:focus-visible {
	border-color: var(--actorshop-text, #111111);
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
	outline: 0;
	transform: translateY(-1px);
}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination .page-numbers.current {
	border-color: var(--actorshop-text, #111111);
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination .page-numbers.dots {
	min-width: 28px;
	border-color: transparent;
	background: transparent;
	color: var(--actorshop-muted, var(--color-muted));
}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination .page-numbers.prev,
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination .page-numbers.next {
	min-width: 48px;
	font-size: 15px;
}
body.actorshop.is-actorshop-shop-loading :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination {
	min-height: 44px;
}
body.actorshop.is-actorshop-shop-loading :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination ul.page-numbers {
	opacity: 0.26;
}
body.actorshop.is-actorshop-shop-loading :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	height: 22px;
	margin: -11px 0 0 -11px;
	border: 2px solid rgba(17, 17, 17, 0.16);
	border-top-color: var(--actorshop-text, #111111);
	border-radius: 50%;
	content: "";
	animation: actorshop-shop-pagination-spin 780ms linear infinite;
}
@keyframes actorshop-shop-pagination-spin {
	to {
		transform: rotate(360deg);
	}
}
.shop-filter-option {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 9px;
	color: var(--color-ink);
	font-size: 14px;
	font-weight: 700;
}
.shop-filter-option input {
	accent-color: var(--color-teal);
}
.shop-filter-option small,
.shop-filter-empty {
	color: var(--color-muted);
	font-size: 12px;
}
.shop-filter-price {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.shop-filter-price label {
	display: grid;
	gap: 6px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}
.shop-filter-price input {
	width: 96px;
	min-height: var(--actorshop-input-height, var(--actorshop-button-height, 44px));
	border: var(--actorshop-input-border-width, 1px) solid var(--actorshop-input-border-color, var(--color-line));
	border-radius: var(--actorshop-radius-control, 0px);
	background: var(--actorshop-input-background, var(--color-surface));
	color: var(--actorshop-input-color, var(--color-ink));
	padding: 0 var(--actorshop-input-padding-x, 14px);
}
.shop-filter-apply,
.shop-filter-reset {
	font-size: 14px;
}
.shop-filter-apply:hover,
.shop-filter-reset:hover,
.shop-filter-panel summary:hover,
.shop-sort-actions span:hover {
	color: var(--color-teal);
	border-color: var(--color-teal);
}
.shop-sort-actions .woocommerce-result-count {
	display: none;
}
.shop-sort-actions .woocommerce-ordering select {
	min-width: 220px;
	border: 0;
	border-bottom: 1px solid var(--color-ink);
	border-radius: 0;
	background: transparent;
}
.shop-sort-actions .woocommerce-ordering {
	position: relative;
}
.shop-sort-actions .woocommerce-ordering.shop-ordering-enhanced select.orderby {
	position: absolute;
	inset: auto;
	width: 1px;
	height: 1px;
	min-width: 0;
	min-height: 0;
	padding: 0;
	border: 0;
	opacity: 0;
	pointer-events: none;
}
.shop-order-control {
	position: relative;
	z-index: 5;
	width: min(300px, calc(100vw - 32px));
}
.shop-order-control__button {
	display: grid;
	grid-template-columns: 22px minmax(0, 1fr) 20px;
	gap: 10px;
	align-items: center;
	width: 100%;
	min-height: 48px;
	padding: 0 14px;
	border: 1px solid var(--actorshop-control-border);
	border-radius: 0;
	background: #ffffff;
	color: #111111;
	cursor: pointer;
	font-size: 14px;
	font-weight: 850;
	line-height: 1;
	text-align: left;
	box-shadow: none;
	transition: border-color 160ms ease, background 160ms ease;
}
.shop-order-control__button:hover,
.shop-order-control__button:focus {
	border-color: #111111;
	background: #f7f7f7;
	outline: none;
}
.shop-order-control__button:focus-visible {
	outline: 2px solid rgba(17, 17, 17, 0.24);
	outline-offset: 2px;
}
.shop-order-control__icon,
.shop-order-control__chevron {
	display: inline-grid;
	place-items: center;
	gap: 0;
	padding: 0;
	border: 0;
	border-bottom: 0;
	background: transparent;
	color: #111111;
	cursor: inherit;
	font-weight: inherit;
	text-decoration: none;
	list-style: none;
}
.shop-order-control__label {
	padding: 0;
	border: 0;
	border-bottom: 0;
	background: transparent;
	color: inherit;
	cursor: inherit;
	font-weight: inherit;
}
.shop-order-control__icon svg,
.shop-order-control__chevron svg {
	width: 20px;
	height: 20px;
}
.shop-order-control__label {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shop-sort-actions .shop-order-control__icon,
.shop-sort-actions .shop-order-control__label,
.shop-sort-actions .shop-order-control__chevron {
	display: inline-grid;
	align-items: center;
	gap: 0;
	padding: 0;
	border: 0;
	border-bottom: 0;
	background: transparent;
	color: inherit;
	cursor: inherit;
	text-decoration: none;
	list-style: none;
}
.shop-order-control__chevron {
	transition: transform 160ms ease;
}
.shop-order-control.is-open .shop-order-control__chevron {
	transform: rotate(180deg);
}
.shop-order-control__list {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	left: 0;
	display: grid;
	gap: 4px;
	padding: 8px;
	border: 1px solid #111111;
	background: #ffffff;
	box-shadow: 0 18px 46px rgba(17, 17, 17, 0.14);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-4px);
	transition: opacity 160ms ease, transform 160ms ease;
}
.shop-order-control.is-open .shop-order-control__list {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.shop-order-control__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 40px;
	padding: 0 10px;
	border: 0;
	background: transparent;
	color: #111111;
	cursor: pointer;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.15;
	text-align: left;
}
.shop-order-control__option::after {
	content: "";
	width: 7px;
	height: 7px;
	margin-left: 12px;
	border-radius: 999px;
	background: currentColor;
	opacity: 0;
}
.shop-order-control__option:hover,
.shop-order-control__option:focus,
.shop-order-control__option[aria-selected="true"] {
	background: #111111;
	color: #ffffff;
	outline: none;
}
.shop-order-control__option[aria-selected="true"]::after {
	opacity: 1;
}
.woocommerce .woocommerce-ordering select {
	min-height: var(--actorshop-input-height, var(--actorshop-button-height, 44px));
	border: var(--actorshop-input-border-width, 1px) solid var(--actorshop-input-border-color, rgba(17, 17, 17, 0.16));
	border-radius: var(--actorshop-radius-control, 0px);
	background: var(--actorshop-input-background, var(--color-surface));
	color: var(--actorshop-input-color, var(--color-ink));
	padding: 0 var(--actorshop-input-padding-x, 14px);
	font-size: var(--actorshop-input-font-size, var(--actorshop-p2-size));
	font-weight: var(--actorshop-input-font-weight, var(--actorshop-p2-weight));
	line-height: var(--actorshop-input-line-height, 1.2);
}
@media (max-width: 620px) {
.shop-toolbar {
		display: grid;
		align-items: stretch;
	}
.shop-filter-form,
.shop-sort-actions {
		flex-wrap: wrap;
		gap: 18px;
	}
.shop-filter-panel__content {
		right: auto;
		max-width: calc(100vw - 40px);
	}
}
.woocommerce .woocommerce-ordering select {
	border-color: var(--actorshop-input-border-color, rgba(17, 17, 17, 0.16));
	background-color: var(--actorshop-input-background, #f7f7f7);
	color: var(--actorshop-input-color, #111111);
}
.atelier-shop .shop-hero.shop-hero--editorial {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.3fr);
	gap: var(--actorshop-product-grid-column-gap);
	align-items: stretch;
	min-height: clamp(330px, 33vw, 420px);
	margin: clamp(26px, 4vw, 44px) 0 clamp(34px, 5vw, 58px);
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	overflow: visible;
}
.atelier-shop .shop-hero.shop-hero--editorial::before {
	display: none;
}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__main {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.72fr);
	gap: clamp(12px, 2vw, 28px);
	min-height: inherit;
	padding: clamp(24px, 4.2vw, 46px) 0 0 clamp(24px, 4.2vw, 46px);
	border: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 38%),
		#111111;
	overflow: hidden;
}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__main::before {
	display: none;
}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__content {
	position: relative;
	z-index: 2;
	justify-content: center;
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	box-shadow: none;
}
.atelier-shop .shop-hero.shop-hero--editorial .eyebrow {
	width: max-content;
	margin-bottom: 16px;
	padding: 7px 10px;
	background: #ffffff;
	color: #111111;
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1;
}
.atelier-shop .shop-hero.shop-hero--editorial h1 {
	max-width: 10ch;
	color: #ffffff;
	font-size: clamp(52px, 6.5vw, 88px);
	font-weight: 950;
	line-height: 0.88;
	overflow-wrap: normal;
	word-break: normal;
	white-space: normal;
}
.atelier-shop .shop-hero.shop-hero--editorial p:not(.eyebrow) {
	max-width: 540px;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(16px, 1.7vw, 20px);
	line-height: 1.55;
}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel {
	position: relative;
	z-index: 2;
	display: grid;
	align-items: end;
	justify-items: end;
	min-height: 0;
	align-self: end;
	margin-left: auto;
	border: 0;
	background: transparent;
	overflow: visible;
	isolation: isolate;
}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel::before {
	display: none;
}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel::after {
	content: "";
	position: absolute;
	z-index: 1;
	right: clamp(8px, 2vw, 26px);
	bottom: clamp(6px, 1.5vw, 20px);
	width: min(74%, 430px);
	height: min(42%, 210px);
	border-radius: 999px;
	background: radial-gradient(ellipse at center, rgba(17, 17, 17, 0.18) 0%, rgba(17, 17, 17, 0.08) 42%, rgba(17, 17, 17, 0) 72%);
	filter: blur(18px);
	transform: translate3d(8%, 12%, 0) rotate(-4deg);
	pointer-events: none;
}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel img {
	position: relative;
	z-index: 2;
	display: block;
	width: min(118%, 510px);
	height: auto;
	max-height: 480px;
	margin: 0;
	object-fit: contain;
	object-position: right bottom;
	filter: none;
	image-rendering: auto;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__offer {
	position: relative;
	display: grid;
	align-content: center;
	justify-items: center;
	min-width: 0;
	padding: clamp(24px, 2.8vw, 40px);
	background: var(--actorshop-promo-bg);
	color: var(--actorshop-promo-text);
	text-align: center;
}
@media (max-width: 900px) {
.atelier-shop .shop-hero.shop-hero--editorial {
		grid-template-columns: 1fr;
		gap: 12px;
	}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__main {
		grid-template-columns: 1fr;
		padding: 28px 20px 0;
	}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__main::before {
		inset: 16px;
	}
.atelier-shop .shop-hero.shop-hero--editorial h1 {
		max-width: 10ch;
		font-size: clamp(48px, 15vw, 76px);
	}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel {
		min-height: 260px;
	}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel img {
		width: min(112%, 430px);
		max-height: 360px;
		margin-inline: auto;
	}
.atelier-shop .shop-hero.shop-hero--editorial .shop-hero__offer {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: end;
		gap: 10px 18px;
		padding: 20px;
	}
}
@media (max-width: 520px) {
.atelier-shop .shop-hero.shop-hero--editorial {
		min-height: 0;
		margin-top: 24px;
	}
}
.atelier-shop .shop-hero.shop-hero--editorial h1 {
	font-family: var(--actorshop-font-display);
	font-size: var(--actorshop-hero-title-size);
	font-weight: var(--actorshop-weight-display);
	line-height: var(--actorshop-line-heading);
}
.shop-filter-panel summary,
.shop-filter-apply,
.shop-filter-reset,
.shop-order-control__button {
	font-family: var(--actorshop-font-ui);
	font-weight: var(--actorshop-weight-ui);
}
.shop-filter-apply,
.shop-filter-reset,
.shop-order-control__button {
	text-transform: var(--actorshop-button-text-transform, uppercase);
}
.atelier-shop .shop-hero.shop-hero--editorial p:not(.eyebrow) {
	font-family: var(--actorshop-font-body);
}
body.actorshop.actorshop-dark-mode .shop-order-control__button,
body.actorshop.actorshop-dark-mode .shop-order-control__list,
body.actorshop.actorshop-dark-mode .shop-filter-panel__content {
	border-color: var(--actorshop-line);
	background: var(--actorshop-surface);
	color: var(--actorshop-text);
}
body.actorshop.actorshop-dark-mode .shop-sort-actions span,
body.actorshop.actorshop-dark-mode .shop-filter-option small,
body.actorshop.actorshop-dark-mode .shop-filter-empty {
	color: var(--actorshop-muted);
}
body.actorshop.actorshop-dark-mode .shop-order-control__option:hover,
body.actorshop.actorshop-dark-mode .shop-order-control__option:focus,
body.actorshop.actorshop-dark-mode .shop-order-control__option[aria-selected="true"] {
	border-color: var(--actorshop-text);
	background: var(--actorshop-text);
	color: var(--actorshop-on-ink);
}
body.actorshop.actorshop-dark-mode .shop-filter-panel summary,
body.actorshop.actorshop-dark-mode .shop-filter-apply,
body.actorshop.actorshop-dark-mode .shop-filter-reset,
body.actorshop.actorshop-dark-mode .shop-order-control__icon,
body.actorshop.actorshop-dark-mode .shop-order-control__chevron,
body.actorshop.actorshop-dark-mode .shop-order-control__option,
body.actorshop.actorshop-dark-mode .shop-filter-option {
	color: var(--actorshop-text);
}
body.actorshop.actorshop-dark-mode .shop-order-control__button:hover,
body.actorshop.actorshop-dark-mode .shop-order-control__button:focus,
body.actorshop.actorshop-dark-mode .shop-filter-price input {
	border-color: var(--actorshop-text);
	background: var(--actorshop-surface-alt);
	color: var(--actorshop-text);
}
body.actorshop.actorshop-dark-mode .atelier-shop .shop-hero.shop-hero--editorial {
	--actorshop-block-ink: var(--actorshop-hero-ink);
	--actorshop-block-on-ink: var(--actorshop-hero-on-ink);
}
body.actorshop.actorshop-dark-mode .atelier-shop .shop-hero.shop-hero--editorial .shop-hero__main {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 38%),
		var(--actorshop-hero-ink);
	color: var(--actorshop-hero-on-ink);
}
body.actorshop.actorshop-dark-mode .atelier-shop .shop-hero.shop-hero--editorial h1 {
	color: var(--actorshop-hero-on-ink);
}
body.actorshop.actorshop-dark-mode .atelier-shop .shop-hero.shop-hero--editorial p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.76);
}
body.actorshop.actorshop-dark-mode .atelier-shop .shop-hero.shop-hero--editorial .eyebrow {
	background: var(--actorshop-hero-on-ink);
	color: var(--actorshop-hero-ink);
}
body.actorshop.actorshop-dark-mode .atelier-shop .shop-hero.shop-hero--editorial .shop-hero__offer {
	background: var(--actorshop-promo-bg);
	color: var(--actorshop-promo-text);
}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial h1 {
	color: var(--actorshop-hero-on-ink);
	font-family: var(--actorshop-font-display);
	font-size: var(--actorshop-hero-title-size);
	font-weight: var(--actorshop-hero-title-weight);
	line-height: var(--actorshop-hero-title-line);
}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.76);
	font-size: var(--actorshop-impact-copy-size);
	font-weight: var(--actorshop-impact-copy-weight);
	line-height: var(--actorshop-impact-copy-line);
}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial .eyebrow {
	background: var(--actorshop-hero-on-ink);
	color: var(--actorshop-hero-ink);
}
body.actorshop .actorshop-shop-content {
	display: grid;
	gap: clamp(34px, 5vw, 58px);
	margin: 0 0 clamp(34px, 5vw, 58px);
}
body.actorshop .actorshop-shop-content > * {
	margin-block: 0;
}
body.actorshop .actorshop-shop-module {
	display: grid;
	gap: clamp(26px, 4vw, 42px);
	margin-top: clamp(26px, 4vw, 48px);
}
body.actorshop .actorshop-shop-content + .actorshop-shop-module {
	margin-top: clamp(34px, 5vw, 58px);
}

body.actorshop .atelier-shop > .actorshop-shop-assurance {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}

body.actorshop:is(.actorshop-layout-boxed, .actorshop-layout-semi-boxed) .atelier-shop > .actorshop-shop-assurance {
	width: 100% !important;
	max-width: none !important;
}

body.actorshop-layout-full-width .atelier-shop > .actorshop-shop-assurance {
	width: 100% !important;
	max-width: none !important;
}

@media (max-width: 700px) {
	body.actorshop .atelier-shop > .actorshop-shop-assurance,
	body.actorshop:is(.actorshop-layout-boxed, .actorshop-layout-semi-boxed) .atelier-shop > .actorshop-shop-assurance,
	body.actorshop-layout-full-width .atelier-shop > .actorshop-shop-assurance {
		width: 100% !important;
	}
}

body.actorshop.actorshop-generated-sale-page .page-shell > .entry-card,
body.actorshop .page-shell > .entry-card:has(.actorshop-sale-shop) {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.actorshop.actorshop-generated-sale-page .entry-content > .actorshop-sale-shop,
body.actorshop .entry-content > .actorshop-sale-shop {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

body.actorshop .actorshop-shop-archive-header {
	display: grid;
	gap: clamp(18px, 3vw, 34px);
	margin: 0 0 clamp(24px, 3.6vw, 38px);
	padding: clamp(12px, 1.6vw, 20px) 0 0;
	border: 0;
	background: transparent;
}
body.actorshop .actorshop-shop-archive-header--has-image {
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.58fr);
	align-items: stretch;
}
body.actorshop .actorshop-shop-archive-header--no-image {
	grid-template-columns: minmax(0, 780px);
}
body.actorshop .actorshop-shop-archive-header__copy {
	display: grid;
	align-content: center;
	gap: clamp(12px, 1.4vw, 18px);
	min-width: 0;
}
body.actorshop .actorshop-shop-archive-header__eyebrow {
	justify-self: start;
	display: inline-grid;
	place-items: center;
	min-height: 28px;
	margin: 0;
	padding: 0 10px;
	border: 1px solid var(--actorshop-text, #111111);
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}
body.actorshop .actorshop-shop-archive-header__eyebrow.eyebrow {
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-on-ink, #ffffff);
}
body.actorshop .actorshop-shop-archive-header h1 {
	margin: 0;
	color: var(--actorshop-text);
	font-family: var(--actorshop-font-display);
	font-size: var(--actorshop-page-title-size);
	font-weight: var(--actorshop-h1-weight);
	line-height: var(--actorshop-h1-line);
}
body.actorshop .actorshop-shop-archive-header__taxonomy {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	max-width: 760px;
	margin: -4px 0 0;
	color: var(--actorshop-muted, #666666);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: clamp(13px, 1.15vw, 15px);
	font-weight: 750;
	line-height: 1.45;
}
body.actorshop .actorshop-shop-archive-header__taxonomy > span:first-child {
	padding: 4px 7px;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: #ffffff;
	color: var(--actorshop-text, #111111);
	font-size: 10px;
	font-weight: var(--actorshop-weight-label, 950);
	line-height: 1;
	text-transform: uppercase;
}
body.actorshop .actorshop-shop-archive-header__taxonomy a {
	color: var(--actorshop-text, #111111);
	text-decoration: none;
}
body.actorshop .actorshop-shop-archive-header__taxonomy a:hover {
	text-decoration: underline;
	text-underline-offset: 0.2em;
}
body.actorshop .actorshop-shop-archive-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}
body.actorshop .actorshop-shop-archive-header__meta span {
	display: inline-grid;
	place-items: center;
	min-height: 28px;
	padding: 0 10px;
	border: 1px solid var(--actorshop-control-border, rgba(17, 17, 17, 0.2));
	background: #ffffff;
	color: var(--actorshop-text, #111111);
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
	font-size: var(--actorshop-size-label, 11px);
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}
body.actorshop .actorshop-shop-archive-header__meta .actorshop-shop-archive-header__badge {
	border-color: var(--actorshop-control-border, rgba(17, 17, 17, 0.2));
	background: var(--actorshop-surface, #f7f7f7);
	color: var(--actorshop-text, #111111);
}
body.actorshop .actorshop-shop-archive-header.is-filter-loading .actorshop-shop-archive-header__badge,
body.actorshop.is-actorshop-shop-loading .actorshop-shop-archive-header .actorshop-shop-archive-header__badge {
	position: relative;
	min-width: 86px;
	color: transparent;
	overflow: hidden;
}
body.actorshop .actorshop-shop-archive-header.is-filter-loading .actorshop-shop-archive-header__badge::after,
body.actorshop.is-actorshop-shop-loading .actorshop-shop-archive-header .actorshop-shop-archive-header__badge::after {
	content: "";
	position: absolute;
	inset: 7px 10px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.22));
	transform: translateX(-100%);
	animation: actorshop-result-count-loading 900ms ease-in-out infinite;
}
@keyframes actorshop-result-count-loading {
	to {
		transform: translateX(100%);
	}
}
body.actorshop .actorshop-shop-archive-header .term-description,
body.actorshop .actorshop-shop-archive-header .page-description {
	max-width: 760px;
	color: var(--actorshop-muted);
	font-size: var(--actorshop-impact-copy-size);
	font-weight: var(--actorshop-impact-copy-weight);
	line-height: var(--actorshop-impact-copy-line);
}
body.actorshop .actorshop-shop-archive-header__description,
body.actorshop .actorshop-shop-archive-header__subtitle {
	max-width: 760px;
	margin: 0;
	color: var(--actorshop-muted, #666666);
	font-size: var(--actorshop-impact-copy-size);
	font-weight: var(--actorshop-impact-copy-weight);
	line-height: var(--actorshop-impact-copy-line);
}
body.actorshop .actorshop-shop-archive-header__description > * {
	margin-block: 0;
}
body.actorshop .actorshop-shop-archive-header__description > * + * {
	margin-top: 0.7em;
}
body.actorshop .actorshop-shop-archive-header__media {
	position: relative;
	display: grid;
	min-height: clamp(198px, 19vw, 280px);
	margin: 0;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: #ffffff;
	overflow: hidden;
}
body.actorshop .actorshop-shop-archive-header__media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	object-fit: cover;
	object-position: center;
}
body.actorshop .actorshop-shop-archive-header__media figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: grid;
	gap: 4px;
	max-width: calc(100% - 28px);
	padding: 9px 10px;
	border: 1px solid var(--actorshop-line, #dddddd);
	background: rgba(255, 255, 255, 0.94);
	color: var(--actorshop-text, #111111);
	line-height: 1;
}
body.actorshop .actorshop-shop-archive-header__media figcaption span {
	color: var(--actorshop-muted, #666666);
	font-size: 9px;
	font-weight: var(--actorshop-weight-label, 950);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
body.actorshop .actorshop-shop-archive-header__media figcaption strong {
	font-size: 12px;
	font-weight: var(--actorshop-weight-label, 950);
	text-transform: uppercase;
}
@media (max-width: 820px) {
body.actorshop .actorshop-shop-archive-header--has-image {
		grid-template-columns: 1fr;
	}
body.actorshop .actorshop-shop-archive-header--no-image {
		grid-template-columns: 1fr;
	}
body.actorshop .actorshop-shop-archive-header__media {
		min-height: clamp(190px, 56vw, 280px);
	}
}
body.actorshop .atelier-shop > ul.products,
body.actorshop .actorshop-shop-module ul.products {
	--actorshop-shop-card-gap: var(--actorshop-product-grid-column-gap, var(--actorshop-gutter, clamp(12px, 2.4vw, 32px)));
	--actorshop-shop-sparse-card-width: calc((100% - (var(--actorshop-shop-card-gap) * 3)) / 4);
	gap: var(--actorshop-product-grid-row-gap, var(--actorshop-shop-card-gap)) var(--actorshop-shop-card-gap);
}
body.actorshop .atelier-shop > ul.products > li.product .product-card,
body.actorshop .actorshop-shop-module > ul.products > li.product .product-card {
	max-width: none;
	margin-inline: 0;
}
body.actorshop .atelier-shop > ul.products:has(> li.product:only-child),
body.actorshop .actorshop-shop-module > ul.products:has(> li.product:only-child) {
	grid-template-columns: minmax(0, min(100%, var(--actorshop-shop-sparse-card-width))) !important;
	justify-content: start;
}
body.actorshop .atelier-shop > ul.products:has(> li.product:first-child:nth-last-child(2)),
body.actorshop .actorshop-shop-module > ul.products:has(> li.product:first-child:nth-last-child(2)) {
	grid-template-columns: repeat(2, minmax(0, min(100%, var(--actorshop-shop-sparse-card-width)))) !important;
	justify-content: start;
}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial {
	margin: var(--actorshop-shop-section-gap, var(--actorshop-product-grid-row-gap)) 0 0;
}
body.actorshop .atelier-shop .shop-toolbar {
	margin-top: 0;
	margin-bottom: clamp(28px, 3.2vw, 40px);
}
body.actorshop .actorshop-shop-content {
	--actorshop-shop-section-gap: var(--actorshop-product-grid-row-gap);
	box-sizing: border-box;
	min-width: 0;
	overflow-x: clip;
	gap: var(--actorshop-shop-section-gap);
	margin-bottom: 0;
}

@supports not (overflow: clip) {
	body.actorshop .actorshop-shop-content {
		overflow-x: hidden;
	}
}

body.actorshop .actorshop-shop-content > *,
body.actorshop .actorshop-shop-module {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
}

body.actorshop .actorshop-shop-module,
body.actorshop .actorshop-shop-content + .actorshop-shop-module {
	width: 100%;
	margin-top: 0;
	gap: var(--actorshop-shop-section-gap, var(--actorshop-product-grid-row-gap));
}
body.actorshop .shop-filter-panel summary,
body.actorshop .shop-filter-option,
body.actorshop .shop-filter-option small,
body.actorshop .shop-filter-empty,
body.actorshop .shop-filter-price label,
body.actorshop .shop-filter-price input,
body.actorshop .shop-filter-apply,
body.actorshop .shop-filter-reset,
body.actorshop .shop-order-control__button,
body.actorshop .shop-order-control__option {
	font-family: var(--actorshop-font-body) !important;
	font-size: var(--actorshop-p3-size) !important;
	font-weight: var(--actorshop-p3-weight) !important;
	line-height: var(--actorshop-p3-line) !important;
	letter-spacing: 0 !important;
}
body.actorshop .shop-filter-panel__content {
	gap: 8px;
}
body.actorshop .shop-filter-price input {
	font-size: var(--actorshop-input-font-size, var(--actorshop-p2-size)) !important;
	font-weight: var(--actorshop-input-font-weight, var(--actorshop-p2-weight)) !important;
	line-height: var(--actorshop-input-line-height, 1.2) !important;
}
body.actorshop .shop-filter-option {
	grid-template-columns: auto auto 1fr auto;
}
body.actorshop .shop-filter-panel:not(.shop-filter-panel--color) .shop-filter-option {
	grid-template-columns: auto 1fr auto;
}
body.actorshop .shop-filter-panel--category .shop-filter-option--parent {
	margin-top: 2px;
	padding-top: 8px;
	border-top: 1px solid var(--actorshop-line, #dddddd);
	font-weight: 850 !important;
}
body.actorshop .shop-filter-panel--category .shop-filter-option--parent:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
body.actorshop .shop-filter-panel--category .shop-filter-option--child {
	position: relative;
	padding-left: 20px;
	color: var(--actorshop-muted, #666666);
}
body.actorshop .shop-filter-panel--category .shop-filter-option--child::before {
	content: "";
	position: absolute;
	left: 7px;
	top: 50%;
	width: 7px;
	height: 1px;
	background: var(--actorshop-line-mid, rgba(17, 17, 17, 0.22));
	transform: translateY(-50%);
}
body.actorshop .shop-filter-panel--category .shop-filter-option--child span {
	color: var(--actorshop-text, #111111);
	font-size: 0.94em;
}
body.actorshop .shop-filter-option__swatch {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #111111;
	background: var(--actorshop-filter-color, #ffffff);
	box-shadow: inset 0 0 0 2px #ffffff;
}
body.actorshop .shop-filter-panel summary,
body.actorshop .shop-filter-apply,
body.actorshop .shop-filter-reset {
	position: relative;
	gap: 7px;
	padding-bottom: 8px;
	color: var(--actorshop-text);
	font-family: var(--actorshop-font-ui) !important;
	font-size: var(--actorshop-size-nav) !important;
	font-weight: 620 !important;
	line-height: 1.2 !important;
	transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}
body.actorshop .shop-filter-panel summary:hover,
body.actorshop .shop-filter-panel summary:focus-visible,
body.actorshop .shop-filter-apply:hover,
body.actorshop .shop-filter-apply:focus-visible,
body.actorshop .shop-filter-reset:hover,
body.actorshop .shop-filter-reset:focus-visible {
	color: var(--actorshop-primary);
	border-color: var(--actorshop-primary);
	transform: translateY(-1px);
}
body.actorshop .shop-filter-panel summary span[aria-hidden="true"] {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 10px;
	height: 10px;
	font-size: 0;
	line-height: 1;
	transition: transform 180ms ease;
}
body.actorshop .shop-filter-panel summary span[aria-hidden="true"]::before,
body.actorshop .shop-filter-panel summary span[aria-hidden="true"]::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 1.5px;
	background: currentColor;
	transform-origin: center;
	transition: transform 180ms ease, opacity 180ms ease;
}
body.actorshop .shop-filter-panel summary span[aria-hidden="true"]::after {
	transform: rotate(90deg) scaleX(1);
}
body.actorshop .shop-filter-panel[open] summary span[aria-hidden="true"] {
	transform: rotate(180deg);
}
body.actorshop .shop-filter-panel[open] summary span[aria-hidden="true"]::after {
	opacity: 0;
	transform: rotate(90deg) scaleX(0);
}
body.actorshop .shop-filter-panel summary:hover span[aria-hidden="true"],
body.actorshop .shop-filter-panel summary:focus-visible span[aria-hidden="true"] {
	transform: scale(1.16);
}
body.actorshop .shop-filter-panel[open] summary:hover span[aria-hidden="true"],
body.actorshop .shop-filter-panel[open] summary:focus-visible span[aria-hidden="true"] {
	transform: rotate(180deg) scale(1.16);
}
body.actorshop .shop-filter-toggle,
body.actorshop .shop-filter-backdrop,
body.actorshop .shop-filter-drawer__header {
	display: none;
}
body.actorshop .shop-filter-actions {
	display: contents;
}
body.actorshop .atelier-shop .shop-toolbar,
body.actorshop .actorshop-shop-module > .shop-toolbar {
	position: sticky;
	top: var(--actorshop-sticky-toolbar-header-offset, var(--actorshop-header-height, 88px));
	z-index: 70;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	margin-bottom: 0;
	padding: 12px !important;
	border: 1px solid var(--actorshop-line);
	background: color-mix(in srgb, var(--actorshop-page, #ffffff) 94%, transparent);
	box-shadow: 0 16px 46px rgba(17, 17, 17, 0.08);
	backdrop-filter: blur(14px);
	transition: top 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 180ms ease, background-color 180ms ease;
}
body.admin-bar.actorshop .atelier-shop .shop-toolbar,
body.admin-bar.actorshop .actorshop-shop-module > .shop-toolbar {
	top: calc(var(--asa-adminbar-offset, 32px) + var(--actorshop-sticky-toolbar-header-offset, var(--actorshop-header-height, 88px)));
}
body.actorshop.is-shop-filter-open .atelier-shop .shop-toolbar,
body.actorshop.is-shop-filter-open .actorshop-shop-module > .shop-toolbar,
body.actorshop .atelier-shop .shop-toolbar:has(.shop-filter-form.is-open),
body.actorshop .actorshop-shop-module > .shop-toolbar:has(.shop-filter-form.is-open) {
	z-index: 100060;
}
body.actorshop .shop-filter-form,
body.actorshop .shop-sort-actions {
	align-self: center;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	margin: 0;
	padding: 0;
}
body.actorshop .shop-sort-actions .woocommerce-ordering,
body.actorshop .shop-order-control {
	display: flex;
	align-items: center;
	margin: 0 !important;
}
body.actorshop .shop-filter-panel summary,
body.actorshop .shop-filter-apply,
body.actorshop .shop-filter-reset,
body.actorshop .shop-order-control__button {
	box-sizing: border-box;
	min-height: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--actorshop-control-border);
	border-radius: var(--actorshop-radius-control, 0px);
	background: var(--actorshop-page, #ffffff);
	color: var(--actorshop-text, #111111);
	box-shadow: none;
	font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif) !important;
	font-size: var(--actorshop-size-nav, 13px) !important;
	font-weight: 820 !important;
	line-height: 1.1 !important;
	text-decoration: none;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}
body.actorshop .shop-filter-panel[open] summary,
body.actorshop .shop-filter-panel summary:hover,
body.actorshop .shop-filter-panel summary:focus-visible,
body.actorshop .shop-filter-apply:hover,
body.actorshop .shop-filter-apply:focus-visible,
body.actorshop .shop-filter-reset:hover,
body.actorshop .shop-filter-reset:focus-visible,
body.actorshop .shop-order-control__button:hover,
body.actorshop .shop-order-control__button:focus-visible {
	border-color: var(--actorshop-text, #111111);
	background: var(--actorshop-text, #111111);
	color: var(--actorshop-page, #ffffff);
	transform: none;
	box-shadow: none;
}
body.actorshop .shop-order-control__button:hover .shop-order-control__icon,
body.actorshop .shop-order-control__button:hover .shop-order-control__label,
body.actorshop .shop-order-control__button:hover .shop-order-control__chevron,
body.actorshop .shop-order-control__button:focus-visible .shop-order-control__icon,
body.actorshop .shop-order-control__button:focus-visible .shop-order-control__label,
body.actorshop .shop-order-control__button:focus-visible .shop-order-control__chevron,
body.actorshop .shop-order-control__option[aria-selected="true"]:hover,
body.actorshop .shop-order-control__option[aria-selected="true"]:focus {
	color: var(--actorshop-page, #ffffff);
}
body.actorshop .shop-filter-reset {
	background: var(--actorshop-surface, #f7f7f7);
}
body.actorshop .shop-filter-panel__content,
body.actorshop .shop-order-control__list {
	top: calc(100% + 10px);
	border-radius: var(--actorshop-radius-surface, 0px);
	border-color: var(--actorshop-line-mid);
	box-shadow: 0 22px 54px rgba(17, 17, 17, 0.14);
}
body.actorshop .shop-filter-panel summary:hover span[aria-hidden="true"],
body.actorshop .shop-filter-panel summary:focus-visible span[aria-hidden="true"],
body.actorshop .shop-filter-panel[open] summary:hover span[aria-hidden="true"],
body.actorshop .shop-filter-panel[open] summary:focus-visible span[aria-hidden="true"] {
	transform: none;
}
@media (max-width: 900px) {
body.actorshop.is-shop-filter-open {
		overflow: hidden;
	}
body.actorshop .atelier-shop .shop-toolbar,
body.actorshop .actorshop-shop-module > .shop-toolbar {
		top: calc(var(--actorshop-promo-banner-height, 0px) + var(--actorshop-sticky-toolbar-header-offset, var(--actorshop-header-height, 72px)) + 8px);
		grid-template-columns: minmax(0, 1fr);
		padding: 10px;
		background: var(--actorshop-page, #ffffff);
		backdrop-filter: none;
	}
body.actorshop .shop-filter-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 9px;
		width: 100%;
		min-height: 46px;
		padding: 0 14px;
		border: 1px solid var(--actorshop-text, #111111);
		border-radius: var(--actorshop-radius-button, 0px);
		background: var(--actorshop-text, #111111);
		color: var(--actorshop-page, #ffffff);
		cursor: pointer;
		font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
		font-size: var(--actorshop-size-nav, 13px);
		font-weight: 850;
		line-height: 1;
		text-transform: uppercase;
	}
body.actorshop .shop-filter-toggle__icon,
body.actorshop .shop-filter-toggle__icon .actorshop-icon {
		display: inline-grid;
		place-items: center;
		width: 18px;
		height: 18px;
		font-size: 18px;
	}
body.actorshop .shop-filter-backdrop {
		position: fixed;
		inset: 0;
		z-index: 100061;
		background: rgba(17, 17, 17, 0.42);
		opacity: 0;
		pointer-events: none;
		transition: opacity 180ms ease;
	}
body.actorshop.is-shop-filter-open .shop-filter-backdrop,
body.actorshop .shop-toolbar:has(.shop-filter-form.is-open) .shop-filter-backdrop {
		display: block;
		opacity: 1;
		pointer-events: auto;
	}
body.actorshop .shop-filter-form {
		position: fixed;
		z-index: 100062;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		display: grid;
		grid-auto-rows: max-content;
		align-content: start;
		gap: 14px;
		width: 100%;
		max-width: 100%;
		max-height: min(78vh, 720px);
		padding: 18px var(--actorshop-gutter-mobile, 12px);
		border-top: 1px solid var(--actorshop-line-mid);
		background: var(--actorshop-page, #ffffff);
		box-shadow: 0 -22px 60px rgba(17, 17, 17, 0.18);
		overflow-y: auto;
		overscroll-behavior: contain;
		transform: translateY(104%);
		transition: transform 220ms cubic-bezier(0.2, 0.82, 0.2, 1);
	}
body.actorshop .shop-filter-form.is-open {
		transform: translateY(var(--actorshop-filter-drag-y, 0px));
	}
body.actorshop .shop-filter-form.is-swiping {
		transition: none;
	}
body.actorshop .shop-filter-drawer__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 14px;
		margin-bottom: 4px;
		padding-bottom: 14px;
		border-bottom: 1px solid var(--actorshop-line);
		color: var(--actorshop-text, #111111);
		font-family: var(--actorshop-font-ui, Inter, ui-sans-serif, system-ui, sans-serif);
		font-size: 18px;
		font-weight: 900;
		line-height: 1;
		text-transform: uppercase;
	}
body.actorshop .shop-filter-drawer__close {
		display: inline-grid;
		place-items: center;
		width: 40px;
		min-width: 40px;
		height: 40px;
		padding: 0;
		border: 1px solid var(--actorshop-control-border);
		background: var(--actorshop-surface, #f7f7f7);
		color: var(--actorshop-text, #111111);
		cursor: pointer;
	}
body.actorshop .shop-filter-drawer__close:hover,
body.actorshop .shop-filter-drawer__close:focus-visible {
		border-color: var(--actorshop-text, #111111);
		background: var(--actorshop-text, #111111);
		color: var(--actorshop-page, #ffffff);
	}
body.actorshop .shop-filter-panel {
		width: 100%;
	}
body.actorshop .shop-filter-panel summary {
		justify-content: space-between;
		width: 100%;
	}
body.actorshop .shop-filter-panel__content {
		position: static;
		min-width: 0;
		margin-top: 10px;
		box-shadow: none;
	}
body.actorshop .shop-filter-actions {
		position: sticky;
		bottom: -18px;
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin: 8px calc(var(--actorshop-gutter-mobile, 12px) * -1) -18px;
		padding: 14px var(--actorshop-gutter-mobile, 12px) 18px;
		border-top: 1px solid var(--actorshop-line);
		background: var(--actorshop-page, #ffffff);
	}
body.actorshop .shop-filter-apply,
body.actorshop .shop-filter-reset {
		justify-content: center;
		width: 100%;
	}
body.actorshop .shop-sort-actions {
		width: 100%;
		justify-content: stretch;
	}
body.actorshop .shop-sort-actions .woocommerce-ordering,
body.actorshop .shop-order-control {
		width: 100%;
	}
}
@media (min-width: 701px) and (max-width: 900px) {
body.actorshop .actorshop-shop-module {
		padding-bottom: calc(82px + var(--actorshop-gutter-mobile, 12px) + env(safe-area-inset-bottom, 0px));
	}
body.actorshop .atelier-shop .shop-toolbar,
body.actorshop .actorshop-shop-module > .shop-toolbar {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 100050;
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		align-items: center !important;
		gap: 8px !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px)) !important;
		border-color: var(--actorshop-line-mid);
		background: var(--actorshop-page, #ffffff);
		box-shadow: 0 18px 44px rgba(17, 17, 17, 0.18);
		backdrop-filter: none;
	}
body.actorshop .shop-filter-toggle,
body.actorshop .shop-order-control__button {
		align-self: center !important;
		min-height: 44px !important;
		height: 44px !important;
		padding-inline: 10px !important;
		font-size: 12px !important;
	}
body.actorshop .shop-filter-toggle {
		width: 100%;
		gap: 7px;
	}
body.actorshop .shop-sort-actions,
body.actorshop .shop-sort-actions .woocommerce-ordering,
body.actorshop .shop-order-control {
		align-self: center !important;
		width: 100%;
		min-width: 0;
		height: 44px;
	}
body.actorshop .shop-sort-actions {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
		align-items: stretch !important;
	}
body.actorshop .shop-sort-actions > .woocommerce-notices-wrapper,
body.actorshop .shop-sort-actions > .woocommerce-result-count {
		display: none !important;
	}
body.actorshop .shop-sort-actions .woocommerce-ordering {
		display: grid !important;
		float: none !important;
		grid-column: 1;
		grid-row: 1;
		align-items: stretch !important;
	}
body.actorshop .shop-order-control {
		align-self: stretch !important;
	}
body.actorshop .shop-order-control__button {
		grid-template-columns: 18px minmax(0, 1fr) 18px;
		gap: 7px;
		min-width: 0;
	}
body.actorshop .shop-order-control__list {
		top: auto;
		bottom: calc(100% + 10px);
	}
}
body.actorshop .actorshop-content--boxed:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) .shop-toolbar,
body.actorshop .actorshop-content--boxed:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) ul.products {
	width: min(100% - calc(var(--actorshop-gutter, 16px) * 2), var(--actorshop-container, 1180px));
	max-width: var(--actorshop-container, 1180px);
	margin-inline: auto;
}
body.actorshop .actorshop-content--wide:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) .shop-toolbar,
body.actorshop .actorshop-content--wide:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) ul.products {
	width: min(100% - calc(var(--actorshop-gutter, 16px) * 2), var(--actorshop-wide, 1400px));
	max-width: var(--actorshop-wide, 1400px);
	margin-inline: auto;
}
body.actorshop .actorshop-content--full:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) .shop-toolbar,
body.actorshop .actorshop-content--full:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) ul.products {
	width: 100%;
	max-width: none;
}
body.actorshop:not(.actorshop-layout-boxed) .actorshop-shop-content > .actorshop-section--full {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
body.actorshop .actorshop-content--full:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) .shop-toolbar,
body.actorshop .actorshop-content--full:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) ul.products {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}
body.actorshop:not(.actorshop-layout-boxed) .actorshop-shop-content > .actorshop-section--bleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
body.actorshop .actorshop-shop-archive-header,
body.actorshop .actorshop-shop-content,
body.actorshop .atelier-shop .shop-toolbar,
body.actorshop .actorshop-shop-module > .shop-toolbar,
body.actorshop .actorshop-shop-module > ul.products {
	width: calc(100% - (var(--actorshop-gutter, 16px) * 2));
	max-width: var(--actorshop-wide, 1400px);
	margin-inline: auto;
}
body.actorshop .atelier-shop > .actorshop-shop-archive-header {
	width: 100%;
	max-width: none;
}
body.actorshop .atelier-shop .actorshop-shop-module > .shop-toolbar,
body.actorshop .atelier-shop .actorshop-shop-module > ul.products {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}
body.actorshop .actorshop-content--full:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) .shop-toolbar,
body.actorshop .actorshop-content--full:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) ul.products {
	width: calc(100% - (var(--actorshop-gutter, 16px) * 2)) !important;
	max-width: none !important;
	margin-inline: auto !important;
}
body.actorshop .actorshop-content--bleed:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) .shop-toolbar,
body.actorshop .actorshop-content--bleed:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) ul.products {
	width: 100% !important;
	max-width: none !important;
	margin-inline: 0 !important;
}
@media (max-width: 700px) {
body.actorshop .actorshop-shop-archive-header,
body.actorshop .actorshop-shop-content,
body.actorshop .atelier-shop .shop-toolbar,
body.actorshop .actorshop-shop-module > .shop-toolbar,
body.actorshop .actorshop-shop-module > ul.products,
body.actorshop .actorshop-content--full:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) .shop-toolbar,
body.actorshop .actorshop-content--full:is(.actorshop-shop-module, .actorshop-shop-module--editor-preview) ul.products {
		width: calc(100% - (var(--actorshop-gutter-mobile, 12px) * 2));
	}
}
body.actorshop-layout-full-width .atelier-shop .actorshop-shop-module:not(.actorshop-content--boxed):not(.actorshop-content--wide):not(.actorshop-content--bleed) > .shop-toolbar,
body.actorshop-layout-full-width .atelier-shop .actorshop-shop-module:not(.actorshop-content--boxed):not(.actorshop-content--wide):not(.actorshop-content--bleed) > ul.products {
	width: calc(100vw - (var(--actorshop-gutter, 16px) * 2)) !important;
	max-width: none !important;
	margin-inline: auto !important;
}
body.actorshop-layout-full-width :where(.actorshop-shop-archive-header, .actorshop-shop-content) {
	box-sizing: border-box;
	width: calc(100vw - (var(--actorshop-gutter, 16px) * 2)) !important;
	max-width: none !important;
	margin-inline: auto !important;
}
@media (max-width: 700px) {
body.actorshop-layout-full-width .atelier-shop .actorshop-shop-module:not(.actorshop-content--boxed):not(.actorshop-content--wide):not(.actorshop-content--bleed) > .shop-toolbar,
body.actorshop-layout-full-width .atelier-shop .actorshop-shop-module:not(.actorshop-content--boxed):not(.actorshop-content--wide):not(.actorshop-content--bleed) > ul.products {
		width: calc(100vw - (var(--actorshop-gutter-mobile, 12px) * 2)) !important;
	}
body.actorshop-layout-full-width :where(.actorshop-shop-archive-header, .actorshop-shop-content) {
		width: calc(100vw - (var(--actorshop-gutter-mobile, 12px) * 2)) !important;
	}
}
@media (max-width: 700px) {
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial {
		gap: 10px !important;
		margin-top: 18px !important;
	}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial .shop-hero__main {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
		min-height: 0 !important;
		padding: 26px 20px !important;
	}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial .shop-hero__content {
		min-height: 0 !important;
	}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel:empty,
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel:not(:has(img, picture, video, svg)) {
		display: none !important;
		min-height: 0 !important;
	}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel:has(img, picture, video, svg) {
		align-items: end !important;
		justify-items: center !important;
		width: 100% !important;
		min-height: clamp(150px, 44vw, 210px) !important;
		margin-top: 16px !important;
	}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial .shop-hero__panel:has(img, picture, video, svg) img {
		width: min(82%, 280px) !important;
		max-height: clamp(150px, 44vw, 210px) !important;
		object-fit: contain !important;
	}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial h1 {
		font-size: clamp(42px, 12vw, 54px) !important;
		line-height: 0.94 !important;
	}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial p:not(.eyebrow) {
		margin-top: 14px !important;
		font-size: 15px !important;
		line-height: 1.45 !important;
	}
body.actorshop .atelier-shop .shop-hero.shop-hero--editorial .shop-hero__offer {
		gap: 8px 16px !important;
		min-height: 0 !important;
		padding: 18px 20px !important;
	}
body.actorshop .atelier-shop .shop-toolbar,
body.actorshop .actorshop-shop-module > .shop-toolbar {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: 8px !important;
		padding: 8px var(--actorshop-gutter-mobile, 12px) !important;
	}
body.actorshop .atelier-shop .shop-toolbar {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		z-index: 100050;
		align-items: center !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px)) !important;
		border-color: var(--actorshop-line-mid);
		background: var(--actorshop-page, #ffffff);
		box-shadow: 0 18px 44px rgba(17, 17, 17, 0.18);
	}
body.actorshop .atelier-shop .shop-order-control__list {
		top: auto;
		bottom: calc(100% + 10px);
	}
body.actorshop .shop-filter-toggle,
body.actorshop .shop-order-control__button {
		align-self: center !important;
		min-height: 44px !important;
		height: 44px !important;
		padding-inline: 10px !important;
		font-size: 12px !important;
	}
body.actorshop .shop-filter-toggle {
		width: 100%;
		gap: 7px;
	}
body.actorshop .shop-sort-actions,
body.actorshop .shop-sort-actions .woocommerce-ordering,
body.actorshop .shop-order-control {
		align-self: center !important;
		height: 44px;
		width: 100%;
		min-width: 0;
	}
body.actorshop .shop-sort-actions {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr);
		align-items: stretch !important;
	}
body.actorshop .shop-sort-actions > .woocommerce-notices-wrapper,
body.actorshop .shop-sort-actions > .woocommerce-result-count {
		display: none !important;
	}
body.actorshop .shop-sort-actions .woocommerce-ordering {
		display: grid !important;
		float: none !important;
		grid-column: 1;
		grid-row: 1;
		align-items: stretch !important;
	}
body.actorshop .shop-order-control {
		align-self: stretch !important;
	}
body.actorshop .shop-order-control__button {
		grid-template-columns: 18px minmax(0, 1fr) 18px;
		gap: 7px;
		min-width: 0;
	}
body.actorshop .atelier-shop ul.products,
body.actorshop .actorshop-shop-module ul.products {
		--actorshop-shop-card-gap: clamp(10px, 3vw, 14px);
		--actorshop-product-grid-column-gap: var(--actorshop-shop-card-gap);
		--actorshop-product-grid-row-gap: var(--actorshop-shop-card-gap);
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: var(--actorshop-shop-card-gap) !important;
		align-items: stretch !important;
	}
body.actorshop .atelier-shop ul.products > li.product,
body.actorshop .actorshop-shop-module ul.products > li.product {
		width: 100% !important;
		max-width: none !important;
		justify-self: stretch !important;
		float: none !important;
		clear: none !important;
		margin: 0 !important;
	}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination {
		width: calc(100% - (var(--actorshop-gutter-mobile, 12px) * 2));
		margin-top: 30px;
		margin-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
	}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination ul.page-numbers {
		gap: 5px;
	}
body.actorshop :where(.atelier-shop, .actorshop-shop-module) .woocommerce-pagination .page-numbers {
		min-width: 40px;
		height: 40px;
		padding-inline: 11px;
		font-size: 12px;
	}
body.actorshop .atelier-shop > ul.products:has(> li.product:only-child),
body.actorshop .actorshop-shop-module > ul.products:has(> li.product:only-child) {
		grid-template-columns: minmax(0, 1fr) !important;
	}
body.actorshop .atelier-shop > ul.products:has(> li.product:only-child) > li.product .product-card,
body.actorshop .actorshop-shop-module > ul.products:has(> li.product:only-child) > li.product .product-card {
		max-width: 100%;
		margin-inline: 0;
	}
}
@media (min-width: 701px) and (max-width: 767px) {
body.actorshop .atelier-shop ul.products,
body.actorshop .actorshop-shop-module ul.products {
		--actorshop-shop-card-gap: clamp(12px, 2.2vw, 16px);
		--actorshop-product-grid-column-gap: var(--actorshop-shop-card-gap);
		--actorshop-product-grid-row-gap: var(--actorshop-shop-card-gap);
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: var(--actorshop-shop-card-gap) !important;
		align-items: stretch !important;
	}
body.actorshop .atelier-shop ul.products > li.product,
body.actorshop .actorshop-shop-module ul.products > li.product {
		width: 100% !important;
		max-width: none !important;
		justify-self: stretch !important;
		float: none !important;
		clear: none !important;
		margin: 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
body.actorshop .actorshop-shop-module ul.products {
		--actorshop-shop-sparse-card-width: calc((100% - (var(--actorshop-shop-card-gap) * 2)) / 3);
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: var(--actorshop-shop-card-gap) !important;
		align-items: stretch !important;
	}
body.actorshop .atelier-shop > ul.products:has(> li.product:only-child),
body.actorshop .actorshop-shop-module > ul.products:has(> li.product:only-child) {
		grid-template-columns: minmax(0, min(100%, var(--actorshop-shop-sparse-card-width))) !important;
	}
body.actorshop .atelier-shop > ul.products:has(> li.product:first-child:nth-last-child(2)),
body.actorshop .actorshop-shop-module > ul.products:has(> li.product:first-child:nth-last-child(2)) {
		grid-template-columns: repeat(2, minmax(0, min(100%, var(--actorshop-shop-sparse-card-width)))) !important;
	}
}
