body.ibenlo-prints-page .block-content:last-of-type > .container:first-child:empty {
	display: none !important;
}

body.ibenlo-light-mode.ibenlo-prints-page,
body.ibenlo-light-mode.ibenlo-prints-page #page,
body.ibenlo-light-mode.ibenlo-prints-page #main,
body.ibenlo-light-mode.ibenlo-prints-page .block-content {
	background: #fbf7ef;
}

.portfolio-prints-main {
	--prints-bg: var(--ibenlo-color-page-start, #071017);
	--prints-bg-soft: var(--ibenlo-color-page-mid, #101b24);
	--prints-card-bg: #1a252d;
	--prints-card-sheen: rgba(255, 255, 255, 0.035);
	--prints-grid-accent: var(--ibenlo-color-accent, #3fead9);
	--prints-ink: var(--ibenlo-color-text, #f6f2e8);
	--prints-muted: var(--ibenlo-color-text-muted, rgba(246, 242, 232, 0.72));
	--prints-text-on-accent: var(--theme-text-on-accent, #071017);
	--prints-subtle: rgba(246, 242, 232, 0.12);
	--prints-border: var(--ibenlo-color-border, rgba(246, 242, 232, 0.18));
	--prints-panel: var(--ibenlo-color-surface, rgba(246, 242, 232, 0.07));
	--prints-accent: var(--ibenlo-color-accent-secondary, #6cf06f);
	--prints-coral: #ff7f5c;
	--prints-blue: #5fc7f0;
	--prints-shadow: rgba(0, 0, 0, 0.34);
	background: var(--prints-bg);
	color: var(--prints-ink);
	font-family: inherit;
	overflow: clip;
}

.portfolio-prints-main.portfolio-prints-shop-all {
	overflow: visible;
}

body.ibenlo-light-mode .portfolio-prints-main {
	--prints-bg: #fbf7ef;
	--prints-bg-soft: #f4eee4;
	--prints-card-bg: #fffaf2;
	--prints-card-sheen: rgba(16, 33, 43, 0.035);
	--prints-grid-accent: var(--ibenlo-color-accent-readable, #269f52);
	--prints-accent: var(--ibenlo-color-accent-secondary, #5fed70);
	--ibenlo-stage-lime: var(--ibenlo-color-accent-secondary, #5fed70);
	--ibenlo-filter-pill-fill: var(--prints-accent);
	--ibenlo-kicker-line-fill: var(--prints-grid-accent);
	--ibenlo-secondary-button-text: var(--prints-grid-accent);
	--ibenlo-secondary-button-text-hover: var(--prints-ink);
	--ibenlo-button-border: color-mix(in srgb, var(--prints-grid-accent) 74%, transparent);
	--ibenlo-button-border-hover: color-mix(in srgb, var(--prints-grid-accent) 90%, transparent);
	--ibenlo-button-text: var(--prints-grid-accent);
	--ibenlo-button-fill: linear-gradient(135deg, var(--prints-accent), color-mix(in srgb, var(--prints-accent) 78%, var(--ibenlo-color-accent, #1dbeb4)));
	--ibenlo-button-shadow-hover: 0 12px 28px color-mix(in srgb, var(--prints-grid-accent) 18%, transparent);
	--ibenlo-utility-button-border-hover: var(--prints-grid-accent);
	--ibenlo-utility-button-fill: var(--prints-accent);
	--ibenlo-utility-button-shadow-hover: 0 12px 28px color-mix(in srgb, var(--prints-grid-accent) 18%, transparent);
	--prints-ink: var(--ibenlo-stage-plum, #2c2646);
	--prints-muted: color-mix(in srgb, var(--ibenlo-stage-plum, #2c2646) 72%, transparent);
	--prints-subtle: rgba(16, 33, 43, 0.1);
	--prints-border: var(--ibenlo-color-border, rgba(16, 33, 43, 0.16));
	--prints-panel: var(--ibenlo-color-surface, rgba(255, 255, 255, 0.74));
	--prints-shadow: rgba(20, 38, 48, 0.16);
}

.portfolio-print-editorial-card__media img,
.portfolio-print-card__media img,
.portfolio-prints-collection-hero__stack img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-prints-collection-hero h1,
.portfolio-print-product__intro h1 {
	max-width: 9ch;
	margin: 0;
	color: var(--prints-ink);
	font-family: var(--ibenlo-type-serif-family, Georgia, "Times New Roman", serif);
	font-size: var(--ibenlo-type-main-header);
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0;
	text-transform: uppercase;
}

.portfolio-prints-collection-hero__copy > p:not(.portfolio-prints-kicker),
.portfolio-print-product__summary {
	max-width: 42rem;
	color: var(--prints-muted);
	font-size: var(--ibenlo-type-paragraph);
	line-height: var(--ibenlo-type-paragraph-line-height);
}

.portfolio-print-card__meta,
.portfolio-print-meta {
	margin: 0 0 0.75rem;
	color: var(--prints-muted);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.portfolio-prints-kicker {
	margin: 0 0 0.75rem;
	color: var(--prints-grid-accent);
	font-size: var(--ibenlo-type-eyebrow);
	font-weight: var(--ibenlo-type-eyebrow-weight);
	line-height: var(--ibenlo-type-eyebrow-line-height);
	letter-spacing: var(--ibenlo-type-eyebrow-letter-spacing);
	text-transform: uppercase;
}

.portfolio-print-hero-link,
.portfolio-print-buy-button,
.portfolio-print-filter-button {
	display: inline-flex;
	gap: var(--ibenlo-button-gap, 0.55rem);
	align-items: center;
	justify-content: center;
	min-height: var(--ibenlo-button-min-height, 3rem);
	border: 0;
	border-radius: var(--ibenlo-button-radius, 0.5rem);
	background: var(--prints-accent);
	color: var(--prints-text-on-accent);
	font-size: var(--ibenlo-button-font-size, 1rem);
	font-weight: var(--ibenlo-button-font-weight, 700);
	line-height: var(--ibenlo-button-line-height, 1);
	padding: var(--ibenlo-button-padding-y, 0.85rem) var(--ibenlo-button-padding-x, 1.35rem);
	text-decoration: none;
}

.portfolio-print-hero-link {
	margin-top: 1.4rem;
	background: var(--prints-ink);
	color: var(--prints-bg);
}

.portfolio-prints-editorial-section,
.portfolio-prints-collection-hero,
.portfolio-print-product__hero,
.portfolio-print-product__body,
.portfolio-prints-related {
	width: min(100% - 2rem, 1180px);
	margin: 0 auto;
	padding: 4.75rem 0;
}

.portfolio-prints-editorial-section--intro,
.portfolio-prints-fulfillment-band,
.portfolio-print-product__intro,
.portfolio-print-product__body {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
	gap: 2rem;
	align-items: start;
}

.portfolio-prints-editorial-copy h2,
.portfolio-prints-section-heading h2,
.portfolio-prints-fulfillment-band h2,
.portfolio-prints-related h2,
.portfolio-print-story h2 {
	max-width: 14ch;
	margin: 0;
	color: var(--prints-ink);
	font-size: var(--ibenlo-type-section-header);
	line-height: 1.08;
}

.portfolio-prints-editorial-note,
.portfolio-print-notice,
.portfolio-print-purchase-panel,
.portfolio-print-story__content {
	border: 1px solid var(--prints-border);
	border-radius: var(--ibenlo-card-radius, 0.75rem);
	background: var(--prints-panel);
	box-shadow: 0 22px 58px var(--prints-shadow);
}

.portfolio-prints-editorial-note,
.portfolio-print-notice,
.portfolio-print-story__content {
	padding: 1.2rem;
	color: var(--prints-muted);
	line-height: var(--ibenlo-type-paragraph-line-height);
}

.portfolio-print-editorial-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.portfolio-print-editorial-card[hidden] {
	display: none !important;
}

.portfolio-print-editorial-row--feature {
	grid-template-columns: 1.2fr repeat(2, minmax(0, 0.9fr));
}

.portfolio-print-editorial-row--dense,
.portfolio-print-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
}

.portfolio-print-editorial-card,
.portfolio-print-card,
.portfolio-print-collection-card {
	border-radius: var(--ibenlo-card-radius, 0.75rem);
	overflow: hidden;
	background: transparent;
	color: var(--prints-ink);
}

.portfolio-print-editorial-card__media,
.portfolio-print-card__media {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	border-radius: var(--ibenlo-card-radius, 0.75rem);
	background: var(--prints-bg-soft);
	overflow: hidden;
}

.portfolio-print-editorial-card.is-large {
	grid-row: span 2;
}

.portfolio-print-editorial-card.is-large .portfolio-print-editorial-card__media {
	aspect-ratio: 4 / 6.2;
}

.portfolio-print-editorial-card__media img,
.portfolio-print-card__media img {
	transition: transform 320ms ease, filter 320ms ease;
}

.portfolio-print-editorial-card:hover img,
.portfolio-print-editorial-card:focus-within img,
.portfolio-print-card:hover img,
.portfolio-print-card:focus-within img {
	transform: scale(1.035);
	filter: saturate(1.08);
}

.portfolio-print-editorial-card__body,
.portfolio-print-card__body {
	padding: 0.85rem 0 0;
}

.portfolio-print-editorial-card__body p,
.portfolio-print-editorial-card__body span,
.portfolio-print-card__meta {
	color: var(--prints-muted);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.portfolio-print-editorial-card__body h3,
.portfolio-print-card__body h3,
.portfolio-print-collection-card h3 {
	margin: 0.25rem 0 0;
	color: var(--prints-ink);
	font-size: 1.2rem;
	line-height: 1.15;
}

.portfolio-print-editorial-card__body a,
.portfolio-print-card__body a,
.portfolio-print-collection-card a {
	color: inherit;
	text-decoration: none;
}

.portfolio-print-card__placeholder {
	display: grid;
	min-height: 18rem;
	place-items: center;
	color: var(--prints-muted);
}

.portfolio-print-collection-strip {
	display: flex;
	gap: 0.75rem;
	overflow-x: auto;
	padding-bottom: 0.25rem;
	scroll-snap-type: x proximity;
}

.portfolio-print-collection-pill {
	display: grid;
	flex: 0 0 13.5rem;
	gap: 0.3rem;
	min-height: 6.5rem;
	align-content: end;
	border: 1px solid var(--prints-border);
	border-radius: var(--ibenlo-card-radius, 0.75rem);
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--prints-blue) 18%, transparent), transparent 45%),
		var(--prints-panel);
	color: var(--prints-ink);
	padding: 1rem;
	text-decoration: none;
	scroll-snap-align: start;
}

.portfolio-print-collection-pill span {
	font-size: 1.2rem;
	font-weight: 850;
}

.portfolio-print-collection-pill small {
	color: var(--prints-muted);
	font-weight: 750;
	text-transform: uppercase;
}

.portfolio-prints-fulfillment-band {
	margin-bottom: 4rem;
	border-top: 1px solid var(--prints-border);
	border-bottom: 1px solid var(--prints-border);
}

.portfolio-prints-fulfillment-band > p {
	color: var(--prints-muted);
	font-size: var(--ibenlo-type-paragraph);
	line-height: var(--ibenlo-type-paragraph-line-height);
}

.portfolio-prints-breadcrumbs {
	position: relative;
	z-index: 1301;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 2rem;
	color: var(--prints-muted);
	font-size: 0.75rem;
	font-weight: 850;
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-transform: uppercase;
}

.portfolio-prints-breadcrumbs a,
.portfolio-prints-breadcrumbs .is-current {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--prints-ink);
	padding: 0;
	font-size: var(--ibenlo-chip-font-size, var(--ibenlo-type-label-text, 0.78rem));
	font-weight: var(--ibenlo-chip-font-weight, var(--ibenlo-type-label-text-weight, 800));
	line-height: var(--ibenlo-chip-line-height, var(--ibenlo-type-label-text-line-height, 1.2));
	text-decoration: none;
	text-transform: uppercase;
}

.portfolio-prints-breadcrumbs a {
	cursor: pointer;
	outline: 0;
	transition:
		border-color 180ms ease,
		background 180ms ease,
		box-shadow 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.portfolio-prints-breadcrumbs a:hover,
.portfolio-prints-breadcrumbs a:focus-visible {
	color: var(--prints-grid-accent);
	transform: translateY(-1px);
}

.portfolio-prints-breadcrumbs a:active {
	transform: translateY(0);
}

.portfolio-prints-breadcrumbs .is-current {
	max-width: min(100%, 20rem);
	color: var(--prints-muted);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.portfolio-prints-breadcrumbs a.is-current:hover,
.portfolio-prints-breadcrumbs a.is-current:focus-visible {
	color: var(--prints-ink);
}

.portfolio-prints-breadcrumbs .ti-chevron-right {
	color: color-mix(in srgb, var(--prints-muted) 74%, transparent);
	font-size: 0.9rem;
	transition: color 180ms ease, transform 180ms ease;
}

.portfolio-prints-breadcrumbs a .ti,
.portfolio-prints-breadcrumbs .is-current .ti {
	color: var(--prints-accent);
	font-size: 0.95rem;
}

.portfolio-prints-breadcrumbs a:hover .ti,
.portfolio-prints-breadcrumbs a:focus-visible .ti {
	transform: scale(1.08);
}

body.ibenlo-prints-page #site-header-wrapper,
body.ibenlo-prints-page #site-header,
body.ibenlo-prints-page #site-header .header-background,
body.ibenlo-prints-page #site-header .container,
body.ibenlo-prints-page #site-header .header-main {
	pointer-events: none;
}

body.ibenlo-prints-page #site-header-wrapper {
	z-index: 1600 !important;
}

body.ibenlo-prints-page #primary-navigation,
body.ibenlo-prints-page #primary-navigation .hamburger-group {
	z-index: 1602 !important;
}

body.ibenlo-prints-page #site-header-wrapper a,
body.ibenlo-prints-page #site-header-wrapper button,
body.ibenlo-prints-page #site-header-wrapper input,
body.ibenlo-prints-page #site-header-wrapper select,
body.ibenlo-prints-page #site-header-wrapper textarea,
body.ibenlo-prints-page #site-header-wrapper [role="button"],
body.ibenlo-prints-page #site-header a,
body.ibenlo-prints-page #site-header button,
body.ibenlo-prints-page #site-header input,
body.ibenlo-prints-page #site-header select,
body.ibenlo-prints-page #site-header textarea,
body.ibenlo-prints-page #site-header [role="button"] {
	pointer-events: auto;
}

.portfolio-prints-collection-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(18rem, 1.1fr);
	gap: 3rem;
	align-items: center;
	min-height: 78svh;
	padding-top: 8.5rem;
}

.portfolio-prints-collection-hero__stack {
	position: relative;
	min-height: 32rem;
}

.portfolio-prints-collection-hero__stack img {
	position: absolute;
	border-radius: var(--ibenlo-card-radius, 0.75rem);
	box-shadow: 0 30px 70px var(--prints-shadow);
}

.portfolio-prints-collection-hero__stack .is-stack-1 {
	top: 2rem;
	left: 8%;
	width: 44%;
	aspect-ratio: 4 / 5;
}

.portfolio-prints-collection-hero__stack .is-stack-2 {
	top: 0;
	right: 5%;
	width: 34%;
	aspect-ratio: 3 / 4;
}

.portfolio-prints-collection-hero__stack .is-stack-3 {
	right: 0;
	bottom: 1rem;
	width: 42%;
	aspect-ratio: 5 / 4;
}

.portfolio-prints-collection-hero__stack .is-stack-4 {
	bottom: 0;
	left: 0;
	width: 36%;
	aspect-ratio: 1 / 1;
}

.portfolio-print-filters {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0.75rem;
	margin: 0 0 1.6rem;
}

.portfolio-print-filters label {
	display: grid;
	gap: 0.38rem;
	color: var(--prints-muted);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.portfolio-print-filters label span {
	display: inline-flex;
	gap: 0.4rem;
	align-items: center;
}

.portfolio-print-filters select,
.portfolio-print-filters input {
	width: 100%;
	min-height: var(--ibenlo-field-min-height, var(--ibenlo-button-min-height, 3rem));
	border: 1px solid var(--prints-border);
	border-radius: var(--ibenlo-field-radius, var(--ibenlo-button-radius, 0.5rem));
	background: var(--prints-panel);
	color: var(--prints-ink);
	padding: 0 0.75rem;
}

.portfolio-print-filter-button {
	align-self: end;
	width: 100%;
}

.portfolio-print-product__hero {
	padding-top: 8.5rem;
	padding-bottom: 2.5rem;
}

.portfolio-print-product__intro {
	width: 100%;
}

.portfolio-print-product__summary p {
	margin-top: 0;
}

.portfolio-print-room {
	position: sticky;
	top: 7rem;
	min-height: 44rem;
	border-radius: var(--ibenlo-card-radius, 0.75rem);
	overflow: hidden;
	background: #dfe4e4;
	box-shadow: 0 28px 70px var(--prints-shadow);
}

body.ibenlo-light-mode .portfolio-print-room {
	background: #e7eded;
}

.portfolio-print-room__wall {
	position: relative;
	display: grid;
	min-height: 32rem;
	place-items: center;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.3), transparent 35%, rgba(16, 33, 43, 0.08)),
		#dfe4e4;
}

.portfolio-print-room__floor {
	min-height: 12rem;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent 36%),
		repeating-linear-gradient(90deg, #b58f67 0 5rem, #c7a37d 5rem 10rem);
	transform: skewY(-2deg);
	transform-origin: top left;
}

.portfolio-print-room__frame {
	display: grid;
	width: min(54%, 28rem);
	aspect-ratio: var(--print-aspect-ratio, 4 / 5);
	place-items: center;
	border: 0.75rem solid #111820;
	background: #f8f4ea;
	padding: 0.8rem;
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28), 0 2px 0 rgba(255, 255, 255, 0.36) inset;
}

.portfolio-print-room__frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-print-purchase-panel {
	position: sticky;
	top: 7rem;
	padding: 1.25rem;
}

.portfolio-print-purchase-panel__section + .portfolio-print-purchase-panel__section {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--prints-border);
}

.portfolio-print-facts {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.portfolio-print-facts li {
	display: grid;
	grid-template-columns: auto minmax(6rem, 0.8fr) minmax(0, 1.2fr);
	gap: 0.65rem;
	align-items: start;
	border-bottom: 1px solid var(--prints-border);
	padding: 0.8rem 0;
	color: var(--prints-muted);
}

.portfolio-print-facts li:last-child {
	border-bottom: 0;
}

.portfolio-print-facts strong {
	color: var(--prints-ink);
}

.portfolio-print-buy-button {
	width: 100%;
	background: var(--prints-accent);
	box-shadow: 0 0 0 color-mix(in srgb, var(--prints-grid-accent) 0%, transparent);
	transition:
		transform 180ms ease,
		box-shadow 180ms ease,
		filter 180ms ease,
		border-color 180ms ease,
		background-color 180ms ease;
	will-change: transform;
}

.portfolio-print-buy-button:hover,
.portfolio-print-buy-button:focus-visible {
	transform: translateY(-0.12rem);
	box-shadow: var(--ibenlo-button-shadow-hover, 0 12px 28px color-mix(in srgb, var(--prints-grid-accent) 22%, transparent));
	filter: brightness(1.03) saturate(1.06);
}

.portfolio-print-buy-button:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--prints-grid-accent) 72%, transparent);
	outline-offset: 0.18rem;
}

.portfolio-print-notice {
	margin-top: 1rem;
	box-shadow: none;
	font-size: 0.94rem;
}

.portfolio-print-notice p {
	margin: 0;
}

.portfolio-print-notice p + p {
	margin-top: 0.7rem;
}

.portfolio-print-story__content {
	max-width: 760px;
}

.portfolio-prints-related {
	padding-top: 1rem;
}

.portfolio-prints-related .portfolio-print-grid {
	display: grid;
	gap: 1rem;
}

@media (max-width: 980px) {
	.portfolio-prints-collection-hero h1,
	.portfolio-print-product__intro h1 {
		font-size: 4.2rem;
	}

	.portfolio-prints-editorial-section--intro,
	.portfolio-prints-fulfillment-band,
	.portfolio-print-product__intro,
	.portfolio-print-product__body,
	.portfolio-prints-collection-hero {
		grid-template-columns: 1fr;
	}

	.portfolio-print-editorial-row,
	.portfolio-print-editorial-row--feature {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portfolio-print-filters {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portfolio-print-room,
	.portfolio-print-purchase-panel {
		position: static;
	}
}

@media (max-width: 680px) {
	.portfolio-prints-collection-hero h1,
	.portfolio-print-product__intro h1 {
		font-size: 3.1rem;
	}

	.portfolio-prints-editorial-copy h2,
	.portfolio-prints-section-heading h2,
	.portfolio-prints-fulfillment-band h2,
	.portfolio-prints-related h2,
	.portfolio-print-story h2 {
		font-size: var(--ibenlo-type-section-header);
	}

	.portfolio-print-editorial-row,
	.portfolio-print-editorial-row--feature,
	.portfolio-print-filters {
		grid-template-columns: 1fr;
	}

	.portfolio-print-editorial-card.is-large .portfolio-print-editorial-card__media {
		aspect-ratio: 4 / 5;
	}

	.portfolio-prints-collection-hero__stack {
		min-height: 22rem;
	}

	.portfolio-print-room {
		min-height: 32rem;
	}

	.portfolio-print-room__wall {
		min-height: 23rem;
	}

	.portfolio-print-room__floor {
		min-height: 9rem;
	}

	.portfolio-print-room__frame {
		width: min(68%, 21rem);
	}

	.portfolio-print-facts li {
		grid-template-columns: auto 1fr;
	}

	.portfolio-print-facts span {
		grid-column: 2;
	}
}

.portfolio-prints-collection .portfolio-prints-section-heading h2 {
	font-size: var(--ibenlo-type-section-header);
	text-transform: uppercase;
}

.portfolio-prints-section-heading {
	display: flex;
	gap: 1rem;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 1.55rem;
}

.portfolio-prints-shop .portfolio-prints-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(0.75rem, 2vw, 1.4rem);
}

.portfolio-prints-shop .portfolio-prints-section-heading h2 {
	min-width: 0;
	justify-self: start;
}

.portfolio-prints-section-heading h2 {
	display: inline-grid;
	gap: 0.68rem;
	letter-spacing: 0.18em;
	max-width: none;
	white-space: nowrap;
}

.portfolio-prints-section-heading h2::after {
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	background: var(--prints-grid-accent);
}

.portfolio-prints-section-heading span,
.portfolio-prints-view-link {
	color: var(--prints-muted);
	font-size: 0.78rem;
	font-weight: 850;
	text-decoration: none;
	text-transform: uppercase;
}

.portfolio-prints-section-heading .portfolio-prints-crumb-button {
	min-height: var(--ibenlo-button-utility-min-height, var(--portfolio-prints-section-cta-height, 3.35rem));
	padding: var(--ibenlo-button-utility-padding-y, 0.88rem) var(--ibenlo-button-utility-padding-x, 1.5rem);
	gap: 0.58rem;
	font-size: var(--ibenlo-utility-button-font-size, var(--ibenlo-type-pill, 1.08rem));
	font-weight: var(--ibenlo-utility-button-font-weight, 600);
	letter-spacing: 0;
	white-space: nowrap;
}

.portfolio-prints-section-heading .portfolio-prints-crumb-button i {
	font-size: 1.36em;
}

.portfolio-prints-editorial-note {
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.portfolio-print-editorial-row--product {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	row-gap: 2.2rem;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__media {
	aspect-ratio: 4 / 5.15;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__body {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.3rem 0.8rem;
	align-items: baseline;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__body p {
	grid-column: 1 / -1;
	margin: 0;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__body h3 {
	margin: 0;
	font-size: 1rem;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__body span {
	justify-self: end;
	color: var(--prints-muted);
	text-transform: none;
}

.portfolio-prints-feature-banner {
	position: relative;
	display: grid;
	min-height: 68svh;
	align-items: center;
	justify-items: center;
	margin: 3rem 0;
	padding: 6rem 1rem;
	text-align: center;
	isolation: isolate;
}

.portfolio-prints-feature-banner::before,
.portfolio-prints-feature-banner::after {
	position: absolute;
	inset: 0;
	content: "";
}

.portfolio-prints-feature-banner::before {
	z-index: -2;
	background-image: var(--prints-feature-image);
	background-position: center;
	background-size: cover;
}

.portfolio-prints-feature-banner::after {
	z-index: -1;
	background: rgba(7, 16, 23, 0.42);
}

.portfolio-prints-feature-banner__copy {
	display: grid;
	justify-items: center;
	color: #fff;
}

.portfolio-prints-feature-banner__copy h2 {
	margin: 0;
	color: #fff;
	font-size: var(--ibenlo-type-descriptor-header);
	line-height: 1;
	text-transform: uppercase;
}

.portfolio-print-collection-strip {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
	overflow: visible;
}

.portfolio-print-collection-pill {
	flex: unset;
	min-height: 5.5rem;
	background: transparent;
}

.portfolio-prints-collection-header,
.portfolio-print-product-header,
.portfolio-print-product-layout {
	width: min(100% - 2rem, 1180px);
	margin: 0 auto;
}

.portfolio-prints-collection-header {
	position: relative;
	z-index: 1302;
	padding: clamp(15.5rem, 15vw, 18rem) 0 2.8rem;
	border-bottom: 1px solid var(--prints-border);
	text-align: center;
}

.portfolio-prints-collection-header h1,
.portfolio-prints-collection-header__display-title {
	margin: 0;
	color: var(--prints-ink);
	font-size: var(--ibenlo-type-main-header);
	line-height: 0.98;
	font-family: var(--ibenlo-type-family);
	font-weight: 700;
}

.portfolio-prints-collection-header > p:not(.portfolio-prints-kicker) {
	max-width: 40rem;
	margin: 1rem auto 0;
	color: var(--prints-muted);
	font-size: var(--ibenlo-type-paragraph);
	line-height: var(--ibenlo-type-paragraph-line-height);
}

.portfolio-prints-collection-header .portfolio-prints-breadcrumbs,
.portfolio-prints-collection-header .portfolio-prints-text-crumbs {
	justify-content: center;
	margin-bottom: 1.2rem;
}

.portfolio-print-tag-tabs {
	position: relative;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	max-width: min(100%, 72rem);
	margin-top: 2rem;
	margin-inline: auto;
	padding: 0.35rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}

body.ibenlo-light-mode .portfolio-print-tag-tabs {
	border-color: rgba(23, 33, 49, 0.12);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 28px rgba(30, 56, 89, 0.08);
}

.portfolio-print-tag-tabs .ibenlo-filter-liquid-highlight {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 0;
	height: 0;
	border-radius: 999px;
	pointer-events: none;
	opacity: 0;
	background: var(--ibenlo-filter-pill-fill, var(--prints-grid-accent));
	transition:
		left 280ms cubic-bezier(0.22, 1, 0.36, 1),
		top 280ms cubic-bezier(0.22, 1, 0.36, 1),
		width 280ms cubic-bezier(0.22, 1, 0.36, 1),
		height 280ms cubic-bezier(0.22, 1, 0.36, 1),
		opacity 180ms ease,
		background 180ms ease;
}

.portfolio-print-tag-tabs.is-resizing .ibenlo-filter-liquid-highlight,
.portfolio-print-tag-tabs.is-resizing .ibenlo-filter {
	transition: none;
}

.portfolio-print-tag-tabs .ibenlo-filter-liquid-highlight.is-visible {
	opacity: 1;
}

.portfolio-print-tag-tabs .ibenlo-filter-liquid-highlight.is-active {
	background: var(--ibenlo-filter-pill-fill, var(--prints-grid-accent));
}

.portfolio-print-tag-tabs .ibenlo-filter {
	position: relative;
	z-index: 1;
	min-height: 3.35rem;
	padding: 0.88rem 1.5rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	color: var(--prints-ink);
	font-size: var(--ibenlo-type-pill, 0.82rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	box-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 180ms ease;
}

.portfolio-print-tag-tabs .ibenlo-filter__label {
	position: relative;
	display: inline-block;
}

.portfolio-print-tag-tabs .ibenlo-filter.is-active {
	background: transparent;
	border-color: transparent;
	color: var(--ibenlo-filter-pill-fill, var(--prints-accent));
	text-decoration: none;
}

.portfolio-print-tag-tabs .ibenlo-filter.is-active::after {
	display: none;
}

.portfolio-print-tag-tabs .ibenlo-filter.is-active .ibenlo-filter__label::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -0.58rem;
	left: 0;
	height: 0.14em;
	border-radius: 999px;
	background: var(--ibenlo-filter-pill-fill, var(--prints-grid-accent));
}

.portfolio-print-tag-tabs .ibenlo-filter.is-active:hover .ibenlo-filter__label::after,
.portfolio-print-tag-tabs .ibenlo-filter.is-active:focus-visible .ibenlo-filter__label::after,
.portfolio-print-tag-tabs .ibenlo-filter.is-active.is-liquid-covered .ibenlo-filter__label::after {
	opacity: 0;
}

.portfolio-print-tag-tabs .ibenlo-filter:hover,
.portfolio-print-tag-tabs .ibenlo-filter:focus-visible {
	background: transparent;
	border-color: transparent;
	color: var(--ibenlo-filter-pill-fill, var(--prints-accent));
	transform: none;
}

.portfolio-print-tag-tabs .ibenlo-filter.is-liquid-covered {
	background: transparent;
	border-color: transparent;
	color: var(--ibenlo-filter-pill-text-on-fill, #102114);
	transform: none;
}

.portfolio-prints-collection .portfolio-print-filters {
	grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(8rem, 0.55fr);
	border-top: 1px solid var(--prints-border);
	border-bottom: 1px solid var(--prints-border);
	padding: 1rem 0;
}

.portfolio-prints-shop-all .portfolio-print-shop-sort {
	grid-template-columns: minmax(12rem, 18rem) minmax(8rem, 10rem);
	border-top: 1px solid var(--prints-border);
	border-bottom: 1px solid var(--prints-border);
	padding: 1rem 0;
}

.portfolio-print-collection-browser {
	width: min(100% - 2rem, 1180px);
	margin-inline: auto;
}

.portfolio-print-collection-tools {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto clamp(1.4rem, 3vw, 2.4rem);
	padding: 1rem 0;
	border-top: 1px solid var(--prints-border);
	border-bottom: 1px solid var(--prints-border);
}

.portfolio-print-search {
	--prints-collection-control-height: var(--ibenlo-filter-control-height, var(--ibenlo-button-utility-min-height, 3.35rem));
	width: min(100%, 44rem);
	display: grid;
	grid-template-columns: minmax(16rem, 1fr) max-content;
	gap: 0.8rem;
	align-items: stretch;
	min-width: 0;
}

.portfolio-print-search label {
	position: relative;
	display: block;
	height: var(--prints-collection-control-height);
	min-width: 0;
}

.portfolio-print-search label .ti {
	position: absolute;
	top: 50%;
	left: 0.9rem;
	color: var(--prints-muted);
	font-size: 1rem;
	transform: translateY(-50%);
	pointer-events: none;
}

.portfolio-print-search input {
	box-sizing: border-box;
	width: 100%;
	height: var(--prints-collection-control-height);
	min-height: var(--prints-collection-control-height);
	border: 1px solid var(--prints-border);
	border-radius: var(--ibenlo-chip-radius, 999px);
	background: var(--ibenlo-utility-button-surface, color-mix(in srgb, var(--prints-panel) 88%, transparent));
	color: var(--prints-ink);
	font: inherit;
	font-size: var(--ibenlo-utility-button-font-size, var(--ibenlo-type-pill, 1.25rem));
	font-weight: var(--ibenlo-utility-button-font-weight, 600);
	line-height: var(--ibenlo-button-line-height, 1);
	letter-spacing: var(--ibenlo-utility-button-letter-spacing, -0.01em);
	padding: 0 var(--ibenlo-button-utility-padding-x, 1.5rem) 0 calc(var(--ibenlo-button-utility-padding-x, 1.5rem) + 1.75rem);
	outline: 0;
	transition:
		border-color 180ms ease,
		background 180ms ease,
		box-shadow 180ms ease;
}

.portfolio-print-search input:focus {
	border-color: color-mix(in srgb, var(--prints-grid-accent) 72%, var(--prints-border));
	box-shadow: 0 0 0 3px color-mix(in srgb, var(--prints-grid-accent) 16%, transparent);
}

.portfolio-print-search button,
.portfolio-print-load-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--ibenlo-button-gap, 0.55rem);
	min-height: var(--ibenlo-button-utility-min-height, var(--ibenlo-button-min-height, 3rem));
	border: 1px solid color-mix(in srgb, var(--prints-grid-accent) 74%, transparent);
	border-radius: var(--ibenlo-chip-radius, 999px);
	background: transparent;
	color: var(--prints-grid-accent);
	cursor: pointer;
	font-size: var(--ibenlo-button-font-size, 1rem);
	font-weight: var(--ibenlo-button-font-weight, 700);
	line-height: var(--ibenlo-button-line-height, 1);
	padding: var(--ibenlo-button-utility-padding-y, 0.72rem) var(--ibenlo-button-utility-padding-x, 1.15rem);
	text-transform: uppercase;
	white-space: nowrap;
	transition:
		background 180ms ease,
		color 180ms ease,
		transform 180ms ease,
		box-shadow 180ms ease;
}

.portfolio-print-search button {
	align-self: stretch;
	box-sizing: border-box;
	height: var(--prints-collection-control-height);
	min-height: var(--prints-collection-control-height);
	min-width: 8.75rem;
	padding-block: 0;
	font-size: var(--ibenlo-utility-button-font-size, var(--ibenlo-type-pill, 1.25rem));
	font-weight: var(--ibenlo-utility-button-font-weight, 600);
	letter-spacing: var(--ibenlo-utility-button-letter-spacing, -0.01em);
	text-transform: none;
}

.portfolio-print-search button:hover,
.portfolio-print-search button:focus-visible,
.portfolio-print-load-more:hover,
.portfolio-print-load-more:focus-visible {
	background: var(--prints-accent);
	color: var(--prints-text-on-accent);
	box-shadow: 0 12px 26px color-mix(in srgb, var(--prints-accent) 22%, transparent);
	transform: translateY(-1px);
}

.portfolio-print-load-more {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border-radius: 999px;
	border-color: var(--ibenlo-utility-button-border, color-mix(in srgb, var(--prints-ink) 12%, transparent));
	background: var(--ibenlo-utility-button-surface, color-mix(in srgb, var(--prints-ink) 4%, transparent));
	color: var(--ibenlo-utility-button-text, var(--prints-ink));
	font-size: var(--ibenlo-utility-button-font-size, var(--ibenlo-type-pill, 1.25rem));
	font-weight: var(--ibenlo-utility-button-font-weight, 600);
	letter-spacing: var(--ibenlo-utility-button-letter-spacing, -0.01em);
	text-transform: none;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ibenlo-utility-button-text, var(--prints-ink)) 12%, transparent);
}

.portfolio-print-load-more::before {
	position: absolute;
	inset: -1px;
	z-index: -1;
	content: "";
	border-radius: inherit;
	background: var(--ibenlo-utility-button-fill, var(--prints-grid-accent));
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-print-load-more:hover,
.portfolio-print-load-more:focus-visible,
.portfolio-print-load-more.is-active {
	border-color: var(--ibenlo-utility-button-border-hover, var(--prints-grid-accent));
	background: var(--ibenlo-utility-button-surface, color-mix(in srgb, var(--prints-ink) 4%, transparent));
	color: var(--ibenlo-utility-button-text-on-fill, var(--prints-text-on-accent));
	box-shadow: var(--ibenlo-utility-button-shadow-hover, 0 12px 26px color-mix(in srgb, var(--prints-grid-accent) 22%, transparent));
}

.portfolio-print-load-more:hover::before,
.portfolio-print-load-more:focus-visible::before,
.portfolio-print-load-more.is-active::before {
	transform: scaleX(1);
}

.portfolio-print-view-toggle {
	display: inline-flex;
	gap: 0.35rem;
	justify-self: end;
	padding: 0.32rem;
	border: 1px solid var(--prints-border);
	border-radius: 999px;
	background: color-mix(in srgb, var(--prints-panel) 78%, transparent);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--prints-ink) 8%, transparent);
}

.portfolio-print-view-toggle button {
	display: inline-flex;
	align-items: center;
	gap: 0.42rem;
	min-height: 2.35rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	color: var(--prints-muted);
	cursor: pointer;
	font-weight: 850;
	padding: 0.58rem 0.85rem;
	text-transform: none;
	transition:
		background 180ms ease,
		color 180ms ease,
		transform 180ms ease;
}

.portfolio-print-view-toggle button:hover,
.portfolio-print-view-toggle button:focus-visible {
	color: var(--ibenlo-filter-pill-fill, var(--prints-accent));
	transform: translateY(-1px);
}

.portfolio-print-view-toggle button.is-active {
	border-color: var(--ibenlo-filter-pill-fill, var(--prints-grid-accent));
	background: var(--ibenlo-filter-pill-fill, var(--prints-grid-accent));
	color: var(--prints-text-on-accent);
	box-shadow:
		0 0.18rem 0.44rem color-mix(in srgb, var(--prints-grid-accent) 22%, transparent),
		inset 0 0 0 1px color-mix(in srgb, #ffffff 24%, transparent);
}

.portfolio-print-view-toggle button.is-active,
.portfolio-print-view-toggle button.is-active:hover,
.portfolio-print-view-toggle button.is-active:focus-visible {
	color: var(--prints-text-on-accent);
	-webkit-text-fill-color: var(--prints-text-on-accent);
}

.portfolio-print-view-toggle button.is-active .ti {
	color: currentColor;
}

.portfolio-print-theme-grid .is-print-grid-hidden {
	display: none;
}

.portfolio-print-load-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: clamp(1.5rem, 4vw, 3rem);
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.portfolio-prints-index-page {
	min-height: 100vh;
	padding-top: clamp(15rem, 13vw, 17rem);
}

.portfolio-prints-index-hero,
.portfolio-prints-explore {
	width: min(100% - 2rem, 1180px);
	margin-inline: auto;
}

.portfolio-prints-index-hero .portfolio-prints-text-crumbs {
	display: flex;
	width: max-content;
	max-width: 100%;
}

.portfolio-prints-text-crumbs {
	display: inline-flex;
	align-items: center;
	gap: 0.62rem;
	margin-bottom: clamp(1.25rem, 2vw, 1.7rem);
	color: var(--prints-muted);
	font-size: clamp(0.78rem, 0.9vw, 0.9rem);
	font-weight: 820;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
}

.portfolio-prints-text-crumbs a {
	color: inherit;
	text-decoration: none;
	transition:
		color 180ms ease,
		transform 180ms ease;
}

.portfolio-prints-text-crumbs a:hover,
.portfolio-prints-text-crumbs a:focus-visible {
	color: var(--prints-grid-accent);
	transform: translateY(-1px);
}

.portfolio-prints-text-crumbs .is-current,
.portfolio-prints-text-crumbs [aria-current="page"] {
	color: color-mix(in srgb, var(--prints-ink) 78%, var(--prints-muted));
}

.portfolio-prints-text-crumbs__separator {
	color: color-mix(in srgb, var(--prints-muted) 78%, transparent);
	font-size: 0.86em;
	font-weight: 700;
	line-height: 1;
}

.portfolio-prints-index-hero > h1 {
	margin: 0 0 clamp(1rem, 2vw, 1.4rem);
	color: var(--prints-ink);
}

.portfolio-prints-featured-collection {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: clamp(30rem, 38vw, 39rem);
	margin-top: clamp(0.8rem, 2vw, 1.4rem);
	overflow: hidden;
	border: 1px solid var(--prints-border);
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--prints-bg) 94%, transparent) 0%, color-mix(in srgb, var(--prints-bg) 76%, transparent) 48%, transparent 82%),
		var(--featured-collection-image) center / cover no-repeat,
		var(--prints-bg-soft);
}

body.ibenlo-light-mode .portfolio-prints-featured-collection {
	background:
		linear-gradient(90deg, color-mix(in srgb, var(--prints-bg) 97%, transparent) 0%, color-mix(in srgb, var(--prints-bg) 82%, transparent) 52%, transparent 84%),
		var(--featured-collection-image) center / cover no-repeat,
		var(--prints-bg-soft);
}

.portfolio-prints-featured-collection__copy {
	width: min(100%, 72rem);
	padding: clamp(1.75rem, 4.4vw, 3.6rem);
	align-self: center;
}

.portfolio-prints-featured-collection__copy h2 {
	max-width: min(100%, 62rem);
	margin: 0 0 clamp(0.85rem, 1.4vw, 1.15rem);
	color: var(--prints-ink);
	font-size: var(--ibenlo-type-section-header);
	line-height: var(--ibenlo-type-section-header-line-height, 0.98);
	text-wrap: balance;
}

.portfolio-prints-featured-collection__copy p:not(.portfolio-prints-kicker) {
	max-width: 55rem;
	margin: 0;
	color: var(--prints-muted);
	font-size: var(--ibenlo-type-paragraph);
	line-height: var(--ibenlo-type-paragraph-line-height);
}

.portfolio-prints-featured-collection__copy .ibenlo-button {
	margin-top: clamp(3.7rem, 5vw, 5.4rem);
}

.portfolio-prints-all-themes {
	padding-top: clamp(1.2rem, 3vw, 2.1rem);
}

.portfolio-prints-collection-index-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 8px;
}

.portfolio-prints-collection-index-card {
	position: relative;
	isolation: isolate;
	display: grid;
	min-height: 0;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--prints-border) 86%, transparent);
	color: #fffaf2;
	text-decoration: none;
	background: var(--prints-card-bg);
}

.portfolio-prints-collection-index-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.portfolio-prints-collection-index-card::after {
	position: absolute;
	inset: -1px;
	z-index: 1;
	content: "";
	background:
		linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.7) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 60%);
	transition: opacity 220ms ease;
	transform-origin: bottom;
}

.portfolio-prints-collection-index-card__copy {
	position: relative;
	z-index: 2;
	display: grid;
	align-self: end;
	gap: 0.35rem;
	padding: clamp(1rem, 2vw, 1.35rem);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.5);
	transition: transform 360ms ease;
}

.portfolio-prints-collection-index-card__copy strong {
	max-width: 11ch;
	font-size: clamp(1.65rem, 2.8vw, 2.7rem);
	font-weight: 760;
	line-height: 0.95;
	letter-spacing: -0.01em;
}

.portfolio-prints-collection-index-card__copy small {
	color: var(--prints-grid-accent);
	font-size: 0.88rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.portfolio-prints-collection-index-card:hover img,
.portfolio-prints-collection-index-card:focus-visible img {
	transform: scale(1.045);
}

.portfolio-prints-collection-index-card:hover::after,
.portfolio-prints-collection-index-card:focus-visible::after {
	opacity: 0.86;
}

.portfolio-prints-collection-index-card:hover .portfolio-prints-collection-index-card__copy,
.portfolio-prints-collection-index-card:focus-visible .portfolio-prints-collection-index-card__copy {
	transform: translateY(-0.72rem);
}

.portfolio-prints-shop-all .portfolio-prints-collection-header {
	width: min(100% - 2rem, 1180px);
	margin-inline: auto;
	padding: clamp(13rem, 13vw, 15rem) 0 clamp(2.5rem, 4vw, 3.5rem);
	text-align: left;
}

.portfolio-prints-shop-all .portfolio-prints-collection-header .portfolio-prints-text-crumbs {
	display: flex;
	justify-content: flex-start;
	width: max-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: 0;
}

.portfolio-prints-shop-all .portfolio-prints-collection-header .portfolio-prints-kicker {
	display: block;
	width: max-content;
	max-width: 100%;
	margin-right: auto;
	margin-left: 0;
}

.portfolio-prints-shop-all .portfolio-prints-collection-header > p:not(.portfolio-prints-kicker) {
	max-width: 48rem;
	margin-right: 0;
	margin-left: 0;
}

.portfolio-prints-explore {
	display: grid;
	grid-template-columns: minmax(18.25rem, 23.5rem) minmax(0, 1fr);
	gap: clamp(2rem, 3.4vw, 3.25rem);
	padding: clamp(1.75rem, 3vw, 2.75rem) 0 clamp(6.5rem, 10vw, 10rem);
}

.portfolio-prints-shop-all .portfolio-prints-explore {
	min-height: max(68rem, calc(100svh + 22rem));
	padding-bottom: clamp(10rem, 17vw, 16rem);
}

.portfolio-prints-explore__filters {
	position: sticky;
	top: clamp(5.75rem, 7vw, 7rem);
	align-self: start;
	z-index: 5;
	display: grid;
	gap: 0;
	max-height: calc(100svh - 8rem);
	min-width: 0;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	border-right: 1px solid var(--prints-border);
	padding-right: clamp(1rem, 2vw, 1.5rem);
	scrollbar-width: thin;
}

.portfolio-prints-explore__filters--desktop {
	--prints-filter-rail-inset: clamp(1.5rem, 2.2vw, 2rem);
	padding-right: 0;
}

.portfolio-prints-explore__filters--desktop .portfolio-prints-kicker,
.portfolio-prints-explore__filters--desktop a {
	justify-self: start;
	width: calc(100% - var(--prints-filter-rail-inset));
	margin-right: 0;
}

.portfolio-prints-explore__filters--desktop .portfolio-prints-kicker {
	--ibenlo-kicker-line-width: calc(100% - var(--prints-filter-rail-inset));
	width: calc(100% - var(--prints-filter-rail-inset)) !important;
	box-sizing: border-box;
	padding-right: var(--prints-filter-rail-inset);
}

.portfolio-prints-explore__filters .portfolio-prints-kicker {
	margin-bottom: 1.15rem;
	font-size: var(--ibenlo-type-eyebrow);
	letter-spacing: var(--ibenlo-type-eyebrow-letter-spacing);
	white-space: normal;
}

.portfolio-prints-explore__filters a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.7rem;
	min-height: 3.45rem;
	min-width: 0;
	border-top: 1px solid var(--prints-border);
	color: var(--prints-ink);
	font-size: clamp(0.82rem, 0.72vw, 0.9rem);
	font-weight: 820;
	letter-spacing: 0.055em;
	text-decoration: none;
	text-transform: uppercase;
	transition:
		color 180ms ease,
		padding 180ms ease;
}

.portfolio-prints-explore__filters a span {
	min-width: 0;
	overflow-wrap: normal;
	word-break: normal;
}

.portfolio-prints-explore__filters a .ti {
	flex: 0 0 auto;
}

.portfolio-prints-explore__filters--desktop a:first-of-type {
	border-top: 0;
}

.portfolio-prints-explore__filters a.is-active .ti {
	position: relative;
	width: 0.72rem;
	height: 0.5rem;
	color: currentColor;
	font-size: 0;
	line-height: 1;
}

.portfolio-prints-explore__filters a.is-active .ti::before {
	content: "";
	position: absolute;
	top: 0.02rem;
	left: 0.04rem;
	width: 0.6rem;
	height: 0.34rem;
	border-bottom: 1.5px solid currentColor;
	border-left: 1.5px solid currentColor;
	transform: rotate(-45deg);
	transform-origin: center;
}

.portfolio-prints-explore__filters a:last-child {
	border-bottom: 1px solid var(--prints-border);
}

.portfolio-prints-explore__filters a:hover,
.portfolio-prints-explore__filters a:focus-visible,
.portfolio-prints-explore__filters a.is-active {
	color: var(--prints-grid-accent);
	padding-left: 0.2rem;
}

.portfolio-prints-explore__reset {
	margin-top: 1.2rem;
	border: 0 !important;
	justify-content: flex-start !important;
	gap: 0.65rem;
	min-height: auto !important;
	color: var(--prints-grid-accent) !important;
}

.portfolio-prints-explore__bar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(24rem, 38rem);
	gap: 1rem;
	align-items: end;
	margin-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

.portfolio-prints-explore__bar h2 {
	margin: 0 0 0.45rem;
	color: var(--prints-ink);
}

.portfolio-prints-explore__heading {
	display: grid;
	gap: 0.75rem;
	align-content: start;
	justify-items: start;
}

.portfolio-prints-explore__bar > div > span {
	color: var(--prints-muted);
	font-size: var(--ibenlo-type-paragraph);
}

.portfolio-prints-explore .portfolio-print-shop-sort {
	--prints-explore-control-height: 3.35rem;
	display: grid;
	grid-template-columns: minmax(10rem, 13rem) minmax(12rem, 1fr) auto;
	gap: 0.8rem;
	align-items: stretch;
	padding: 0;
	border: 0;
}

.portfolio-prints-explore .portfolio-print-shop-sort--sort {
	width: min(100%, 13rem);
	grid-template-columns: 1fr;
}

.portfolio-prints-explore .portfolio-print-shop-sort--search {
	grid-template-columns: minmax(12rem, 1fr) auto;
}

.portfolio-prints-explore .portfolio-print-shop-sort label,
.portfolio-prints-explore__search {
	display: block;
	height: var(--prints-explore-control-height);
}

.portfolio-prints-explore .portfolio-print-shop-sort select,
.portfolio-prints-explore__search input {
	width: 100%;
	height: var(--prints-explore-control-height);
	min-height: var(--prints-explore-control-height);
	box-sizing: border-box;
	border: 1px solid var(--prints-border);
	border-radius: 999px;
	background: color-mix(in srgb, var(--prints-panel) 86%, transparent);
	color: var(--prints-ink);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 760;
	line-height: 1.1;
	padding: 0 1rem;
	text-transform: uppercase;
}

.portfolio-prints-explore .portfolio-print-shop-sort select {
	color-scheme: dark;
}

body.ibenlo-light-mode .portfolio-prints-explore .portfolio-print-shop-sort select {
	color-scheme: light;
}

.portfolio-prints-explore .portfolio-print-shop-sort select {
	-webkit-appearance: none;
	appearance: none;
	background-color: color-mix(in srgb, var(--prints-panel) 86%, transparent);
	background-image:
		linear-gradient(45deg, transparent 50%, currentColor 50%),
		linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position:
		calc(100% - 1.95rem) 50%,
		calc(100% - 1.68rem) 50%;
	background-repeat: no-repeat;
	background-size: 0.34rem 0.34rem;
	padding-right: 2.6rem;
	padding-left: 2.6rem;
	text-align: center;
	text-align-last: center;
}

.portfolio-prints-explore .portfolio-print-shop-sort select option {
	background: var(--prints-bg, #0c1320);
	color: var(--ibenlo-paper-bright, #fffaf0);
	font-weight: 760;
}

.portfolio-prints-explore .portfolio-print-shop-sort select:focus {
	border-color: color-mix(in srgb, var(--prints-grid-accent) 72%, var(--prints-border));
	outline: 2px solid color-mix(in srgb, var(--prints-grid-accent) 22%, transparent);
	outline-offset: 2px;
}

.portfolio-prints-explore .portfolio-print-shop-sort select option:hover,
.portfolio-prints-explore .portfolio-print-shop-sort select option:focus {
	background: color-mix(in srgb, var(--prints-grid-accent) 18%, var(--prints-bg));
	color: var(--prints-ink);
}

.portfolio-prints-explore .portfolio-print-shop-sort select option:checked {
	background: color-mix(in srgb, var(--prints-grid-accent) 24%, var(--prints-bg));
	color: var(--prints-ink);
}

body.ibenlo-light-mode .portfolio-prints-explore .portfolio-print-shop-sort select option {
	background: var(--prints-bg, #fbf6ed);
	color: var(--prints-ink, var(--ibenlo-plum, #2c2646));
}

body.ibenlo-light-mode .portfolio-prints-explore .portfolio-print-shop-sort select option:checked {
	background: color-mix(in srgb, var(--prints-grid-accent) 18%, var(--prints-card-bg));
	color: var(--prints-ink);
}

.portfolio-prints-explore__search {
	position: relative;
}

.portfolio-prints-explore__search input {
	padding-right: 1rem;
	padding-left: 3rem;
	text-transform: none;
}

.portfolio-prints-explore__search .ti {
	position: absolute;
	top: 50%;
	left: 1rem;
	color: var(--prints-grid-accent);
	transform: translateY(-50%);
	pointer-events: none;
}

.portfolio-prints-explore .portfolio-print-filter-button {
	align-self: stretch;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	height: var(--prints-explore-control-height);
	min-height: var(--prints-explore-control-height);
	min-width: 0;
	box-sizing: border-box;
	padding: 0 var(--ibenlo-button-padding-x, 1.35rem);
	border: 1px solid color-mix(in srgb, var(--prints-grid-accent) 74%, transparent);
	border-radius: 999px;
	background: transparent;
	color: var(--prints-grid-accent);
	font-size: var(--ibenlo-button-font-size, 1rem);
	font-weight: var(--ibenlo-button-font-weight, 700);
	letter-spacing: 0.06em;
	line-height: var(--ibenlo-button-line-height, 1);
	white-space: nowrap;
}

.portfolio-prints-explore .portfolio-print-filter-button:hover,
.portfolio-prints-explore .portfolio-print-filter-button:focus-visible {
	border-color: var(--prints-grid-accent);
	background: var(--prints-accent);
	color: var(--prints-text-on-accent);
	transform: translateY(-1px);
}

.portfolio-prints-explore__mobile-bar,
.portfolio-prints-explore__drawer {
	display: none;
}

.portfolio-print-filter-drawer-open,
.portfolio-print-filter-drawer-open body {
	overflow: hidden;
}

.portfolio-prints-shop-all-collections {
	padding-top: clamp(5rem, 9vw, 8rem);
	padding-bottom: clamp(4rem, 8vw, 7rem);
}

.portfolio-prints-theme-marquee--shop-all {
	margin-top: clamp(10rem, 17vw, 16rem);
	padding-bottom: clamp(12rem, 18vw, 17rem);
}

.portfolio-prints-theme-marquee--shop-all .portfolio-prints-theme-marquee__viewport {
	margin-bottom: clamp(5rem, 10vw, 9rem);
}

.portfolio-prints-shop-all-collections .portfolio-prints-collection-index-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ibenlo-stage-theme.ibenlo-prints-themes-page #site-header-wrapper,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #site-header-wrapper,
body.ibenlo-prints-themes-page #site-header-wrapper,
body.ibenlo-prints-shop-all-page #site-header-wrapper {
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	pointer-events: none;
}

body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation,
body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .hamburger-group,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .hamburger-group,
body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .menu-toggle:not(.dl-trigger),
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .menu-toggle:not(.dl-trigger),
body.ibenlo-prints-themes-page #primary-navigation,
body.ibenlo-prints-shop-all-page #primary-navigation,
body.ibenlo-prints-themes-page #primary-navigation .hamburger-group,
body.ibenlo-prints-shop-all-page #primary-navigation .hamburger-group,
body.ibenlo-prints-themes-page #primary-navigation .overlay-toggle,
body.ibenlo-prints-shop-all-page #primary-navigation .overlay-toggle,
body.ibenlo-prints-themes-page #primary-navigation .menu-toggle:not(.dl-trigger),
body.ibenlo-prints-shop-all-page #primary-navigation .menu-toggle:not(.dl-trigger) {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .hamburger-group,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .hamburger-group,
body.ibenlo-prints-themes-page #primary-navigation .hamburger-group,
body.ibenlo-prints-shop-all-page #primary-navigation .hamburger-group {
	position: fixed !important;
	top: clamp(1.6rem, 2.8vw, 2.6rem) !important;
	right: clamp(1.3rem, 2.8vw, 2.4rem) !important;
	z-index: 1402 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 3.85rem !important;
	height: 3.85rem !important;
	color: #fffaf2 !important;
	mix-blend-mode: difference;
}

body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-themes-page #primary-navigation .menu-toggle:not(.dl-trigger) .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page #primary-navigation .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: currentColor !important;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

body.ibenlo-stage-theme.tax-print_collection #site-header-wrapper,
body.tax-print_collection #site-header-wrapper {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: none !important;
}

body.ibenlo-stage-theme.tax-print_collection #primary-navigation,
body.ibenlo-stage-theme.tax-print_collection #primary-navigation .hamburger-group,
body.ibenlo-stage-theme.tax-print_collection #primary-navigation .overlay-toggle,
body.ibenlo-stage-theme.tax-print_collection #primary-navigation .menu-toggle:not(.dl-trigger),
body.tax-print_collection #primary-navigation,
body.tax-print_collection #primary-navigation .hamburger-group,
body.tax-print_collection #primary-navigation .overlay-toggle,
body.tax-print_collection #primary-navigation .menu-toggle:not(.dl-trigger) {
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

body.ibenlo-stage-theme.tax-print_collection #primary-navigation .hamburger-group,
body.tax-print_collection #primary-navigation .hamburger-group {
	position: fixed !important;
	top: clamp(1.6rem, 2.8vw, 2.6rem) !important;
	right: clamp(1.3rem, 2.8vw, 2.4rem) !important;
	z-index: 1402 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 3.85rem !important;
	height: 3.85rem !important;
	color: #fffaf2 !important;
	mix-blend-mode: difference;
}

body.ibenlo-stage-theme.tax-print_collection #primary-navigation .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.tax-print_collection #primary-navigation .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.tax-print_collection #primary-navigation .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.tax-print_collection #primary-navigation .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.tax-print_collection #primary-navigation .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.tax-print_collection #primary-navigation .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: currentColor !important;
}

body.ibenlo-stage-theme #primary-navigation.overlay-active .hamburger-group,
body.ibenlo-stage-theme #primary-navigation.overlay-active .overlay-toggle,
body.ibenlo-stage-theme #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger),
body.ibenlo-prints-page #primary-navigation.overlay-active .hamburger-group,
body.ibenlo-prints-page #primary-navigation.overlay-active .overlay-toggle,
body.ibenlo-prints-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger),
body.tax-print_collection #primary-navigation.overlay-active .hamburger-group,
body.tax-print_collection #primary-navigation.overlay-active .overlay-toggle,
body.tax-print_collection #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger),
body.ibenlo-prints-themes-page #primary-navigation.overlay-active .hamburger-group,
body.ibenlo-prints-themes-page #primary-navigation.overlay-active .overlay-toggle,
body.ibenlo-prints-themes-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger),
body.ibenlo-prints-shop-all-page #primary-navigation.overlay-active .hamburger-group,
body.ibenlo-prints-shop-all-page #primary-navigation.overlay-active .overlay-toggle,
body.ibenlo-prints-shop-all-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) {
	color: #fffaf2 !important;
	mix-blend-mode: normal !important;
	filter: none !important;
}

body.ibenlo-stage-theme #primary-navigation.overlay-active .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme #primary-navigation.overlay-active .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme #primary-navigation.overlay-active .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-3,
body.ibenlo-prints-page #primary-navigation.overlay-active .overlay-toggle .menu-line-1,
body.ibenlo-prints-page #primary-navigation.overlay-active .overlay-toggle .menu-line-2,
body.ibenlo-prints-page #primary-navigation.overlay-active .overlay-toggle .menu-line-3,
body.ibenlo-prints-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-prints-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-prints-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-3,
body.tax-print_collection #primary-navigation.overlay-active .overlay-toggle .menu-line-1,
body.tax-print_collection #primary-navigation.overlay-active .overlay-toggle .menu-line-2,
body.tax-print_collection #primary-navigation.overlay-active .overlay-toggle .menu-line-3,
body.tax-print_collection #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-1,
body.tax-print_collection #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-2,
body.tax-print_collection #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-3,
body.ibenlo-prints-themes-page #primary-navigation.overlay-active .overlay-toggle .menu-line-1,
body.ibenlo-prints-themes-page #primary-navigation.overlay-active .overlay-toggle .menu-line-2,
body.ibenlo-prints-themes-page #primary-navigation.overlay-active .overlay-toggle .menu-line-3,
body.ibenlo-prints-themes-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-prints-themes-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-prints-themes-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-3,
body.ibenlo-prints-shop-all-page #primary-navigation.overlay-active .overlay-toggle .menu-line-1,
body.ibenlo-prints-shop-all-page #primary-navigation.overlay-active .overlay-toggle .menu-line-2,
body.ibenlo-prints-shop-all-page #primary-navigation.overlay-active .overlay-toggle .menu-line-3,
body.ibenlo-prints-shop-all-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-prints-shop-all-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-prints-shop-all-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: #fffaf2 !important;
	box-shadow: none !important;
}

body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #site-header .site-logo img,
body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #site-header .site-title img,
body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #site-header .menu-item-logo img,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #site-header .site-logo img,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #site-header .site-title img,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #site-header .menu-item-logo img,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #site-header .site-logo img,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #site-header .site-title img,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #site-header .menu-item-logo img {
	content: url("/wp-content/themes/benlo-creative/assets/images/brand/simplifiedDark.svg") !important;
}

body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .hamburger-group,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .hamburger-group,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #primary-navigation:not(.overlay-active) .hamburger-group,
body.ibenlo-light-mode.ibenlo-prints-themes-page #primary-navigation:not(.overlay-active) .hamburger-group,
body.ibenlo-light-mode.ibenlo-prints-shop-all-page #primary-navigation:not(.overlay-active) .hamburger-group,
body.ibenlo-light-mode.tax-print_collection #primary-navigation:not(.overlay-active) .hamburger-group {
	color: var(--ibenlo-stage-plum, #3c3950) !important;
	mix-blend-mode: normal !important;
}

body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger),
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger),
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) {
	color: var(--ibenlo-stage-plum, #3c3950) !important;
	filter: drop-shadow(0 0.08rem 0.12rem rgba(255, 255, 255, 0.42));
}

body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-themes-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-shop-all-page.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-3,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.tax-print_collection.ibenlo-light-mode #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: var(--ibenlo-stage-plum, #3c3950) !important;
	box-shadow: none !important;
}

body.ibenlo-stage-theme.ibenlo-prints-page #primary-navigation.overlay-active .hamburger-group,
body.ibenlo-stage-theme.ibenlo-prints-page #primary-navigation.overlay-active .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-prints-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) {
	color: #fffaf2 !important;
	mix-blend-mode: normal !important;
	filter: none !important;
}

body.ibenlo-stage-theme.ibenlo-prints-page #primary-navigation.overlay-active .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-page #primary-navigation.overlay-active .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-page #primary-navigation.overlay-active .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-page #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: #fffaf2 !important;
	box-shadow: none !important;
}

body.ibenlo-stage-theme:is(.ibenlo-prints-page, .ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation.overlay-active .hamburger-group,
body.ibenlo-stage-theme:is(.ibenlo-prints-page, .ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation.overlay-active .overlay-toggle,
body.ibenlo-stage-theme:is(.ibenlo-prints-page, .ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation.overlay-active .menu-toggle {
	color: #fffaf2 !important;
	mix-blend-mode: normal !important;
	filter: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.ibenlo-stage-theme:is(.ibenlo-prints-page, .ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation.overlay-active .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme:is(.ibenlo-prints-page, .ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation.overlay-active .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme:is(.ibenlo-prints-page, .ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation.overlay-active .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme:is(.ibenlo-prints-page, .ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation.overlay-active .menu-toggle .menu-line-1,
body.ibenlo-stage-theme:is(.ibenlo-prints-page, .ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation.overlay-active .menu-toggle .menu-line-2,
body.ibenlo-stage-theme:is(.ibenlo-prints-page, .ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation.overlay-active .menu-toggle .menu-line-3 {
	background-color: #fffaf2 !important;
	box-shadow: none !important;
}

body.ibenlo-stage-theme.ibenlo-light-mode:is(.ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation:not(.overlay-active) .hamburger-group,
body.ibenlo-stage-theme.ibenlo-light-mode:is(.ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-light-mode:is(.ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation:not(.overlay-active) .menu-toggle {
	color: var(--ibenlo-stage-plum, #3c3950) !important;
	mix-blend-mode: normal !important;
	filter: none !important;
}

body.ibenlo-stage-theme.ibenlo-light-mode:is(.ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-light-mode:is(.ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-light-mode:is(.ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-light-mode:is(.ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation:not(.overlay-active) .menu-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-light-mode:is(.ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation:not(.overlay-active) .menu-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-light-mode:is(.ibenlo-prints-themes-page, .ibenlo-prints-shop-all-page, .tax-print_collection) #primary-navigation:not(.overlay-active) .menu-toggle .menu-line-3 {
	background-color: var(--ibenlo-stage-plum, #3c3950) !important;
	box-shadow: none !important;
}

.portfolio-print-product-header {
	position: relative;
	z-index: 1302;
	padding-top: 8.25rem;
}

.portfolio-print-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.72fr);
	gap: 3rem;
	align-items: start;
	padding: 1rem 0 5rem;
}

.portfolio-print-product-media {
	display: grid;
	gap: 1rem;
}

.portfolio-print-artwork,
.portfolio-print-room {
	margin: 0;
	border-radius: 0;
	background: var(--prints-bg-soft);
	box-shadow: none;
	overflow: hidden;
}

.portfolio-print-artwork {
	display: grid;
	min-height: 44rem;
	place-items: center;
	padding: 3rem;
}

.portfolio-print-artwork img {
	display: block;
	max-width: min(100%, 40rem);
	max-height: 78svh;
	width: auto;
	height: auto;
	object-fit: contain;
	box-shadow: 0 24px 70px var(--prints-shadow);
}

.portfolio-print-product-layout .portfolio-print-room {
	position: relative;
	top: auto;
	min-height: 0;
	aspect-ratio: 5 / 4;
	background:
		linear-gradient(180deg, rgba(7, 16, 23, 0.02), rgba(7, 16, 23, 0.08)),
		var(--print-room-wall, var(--prints-bg-soft));
	background-position: center;
	background-size: cover;
}

.portfolio-print-product-layout .portfolio-print-room__wall {
	position: absolute;
	inset: 0;
	display: block;
	min-height: 0;
	background: transparent;
}

.portfolio-print-product-layout .portfolio-print-room__floor {
	display: none;
}

.portfolio-print-product-layout .portfolio-print-room__frame {
	position: absolute;
	left: 43%;
	top: 14%;
	width: min(30%, 17rem);
	padding: 0.42rem;
	border: 0.42rem solid #111820;
	background: #f8f4ea;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), 0 1px 0 rgba(255, 255, 255, 0.45) inset;
	transform: translateX(-50%);
}

.portfolio-print-product-layout .portfolio-print-room.is-wall-2 .portfolio-print-room__frame {
	left: 34%;
	top: 17%;
	width: min(28%, 16rem);
}

.portfolio-print-product-layout .portfolio-print-room.is-wall-3 .portfolio-print-room__frame {
	left: 34%;
	top: 18%;
	width: min(29%, 16.5rem);
}

.portfolio-print-product-layout .portfolio-print-room.is-configured-wall .portfolio-print-room__safe-zone {
	position: absolute;
	left: var(--print-room-safe-left, 34%);
	top: var(--print-room-safe-top, 16%);
	display: grid;
	width: var(--print-room-safe-width, 30%);
	height: var(--print-room-safe-height, 48%);
	place-items: center;
	container-type: size;
	overflow: hidden;
	pointer-events: none;
}

.portfolio-print-product-layout .portfolio-print-room.is-configured-wall.has-edge-overflow .portfolio-print-room__safe-zone {
	overflow: visible;
}

.portfolio-print-product-layout .portfolio-print-room.is-configured-wall .portfolio-print-room__frame {
	position: relative;
	top: auto;
	left: auto;
	width: min(var(--print-room-frame-width, 82%), calc(100cqh * var(--print-aspect-number, 1)));
	max-width: none;
	max-height: 100%;
	aspect-ratio: var(--print-aspect-ratio, 1 / 1);
	transform: none;
}

.portfolio-print-room figcaption {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	border-radius: 999px;
	background: rgba(7, 16, 23, 0.78);
	color: #fff;
	font-size: 0.78rem;
	font-weight: 850;
	padding: 0.55rem 0.8rem;
	text-transform: uppercase;
}

.portfolio-print-purchase-panel {
	position: sticky;
	top: 7rem;
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

.portfolio-print-purchase-panel h1 {
	margin: 0;
	color: var(--prints-ink);
	font-family: var(--ibenlo-type-serif-family, Georgia, "Times New Roman", serif);
	font-size: var(--ibenlo-type-main-header, clamp(2.8rem, 5.4vw, 5.6rem));
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0;
	text-transform: uppercase;
}

.portfolio-print-product__summary {
	margin: 0;
	width: 100%;
	max-width: none;
	color: var(--prints-muted);
	font-size: var(--ibenlo-type-paragraph);
	line-height: var(--ibenlo-type-paragraph-line-height);
}

.portfolio-print-product__summary p {
	margin: 0;
}

.portfolio-print-product__summary p + p {
	margin-top: 0.85rem;
}

.portfolio-print-purchase-panel__section {
	border-top: 1px solid var(--prints-border);
	padding-top: 1rem;
}

.portfolio-print-purchase-panel__section + .portfolio-print-purchase-panel__section {
	margin-top: 1rem;
}

@media (max-width: 980px) {
	.portfolio-prints-collection-header h1,
	.portfolio-prints-collection-header__display-title {
		font-size: 3.45rem;
	}

	.portfolio-print-editorial-row--product,
	.portfolio-prints-collection .portfolio-print-filters,
	.portfolio-print-product-layout {
		grid-template-columns: 1fr 1fr;
	}

	.portfolio-print-product-layout {
		grid-template-columns: 1fr;
	}

	.portfolio-print-purchase-panel {
		position: static;
	}
}

@media (max-width: 680px) {
	.portfolio-prints-collection-header h1,
	.portfolio-prints-collection-header__display-title {
		font-size: 2.65rem;
	}

	.portfolio-print-editorial-row--product,
	.portfolio-prints-collection .portfolio-print-filters {
		grid-template-columns: 1fr;
	}

	.portfolio-print-tag-tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		border-radius: 1.5rem;
	}

	.portfolio-print-tag-tabs .ibenlo-filter {
		width: 100%;
		min-height: 3rem;
		padding-inline: 0.75rem;
	}

	.portfolio-prints-section-heading {
		align-items: start;
		flex-direction: column;
	}

	.portfolio-prints-shop .portfolio-prints-section-heading {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
	}

	.portfolio-prints-shop .portfolio-prints-section-heading h2 {
		white-space: nowrap;
	}

	.portfolio-prints-shop .portfolio-prints-section-heading .portfolio-prints-crumb-button {
		flex: 0 0 auto;
		margin-left: auto;
		min-height: var(--ibenlo-button-utility-min-height, 3.35rem);
		padding: var(--ibenlo-button-utility-padding-y, 0.88rem) var(--ibenlo-button-utility-padding-x, 1.5rem);
		font-size: var(--ibenlo-utility-button-font-size, var(--ibenlo-type-pill, 1.08rem));
	}

	.portfolio-print-artwork {
		min-height: 28rem;
		padding: 1.2rem;
	}
}

.portfolio-prints-crumb-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	isolation: isolate;
	gap: var(--ibenlo-button-icon-gap, 0.45rem);
	min-height: var(--ibenlo-button-utility-min-height, var(--ibenlo-button-min-height, 3rem));
	padding: var(--ibenlo-button-utility-padding-y, 0.88rem) var(--ibenlo-button-utility-padding-x, 1.5rem);
	overflow: hidden;
	border: 1px solid var(--ibenlo-utility-button-border, color-mix(in srgb, var(--prints-ink) 18%, transparent));
	border-radius: 999px;
	background: var(--ibenlo-utility-button-surface, color-mix(in srgb, var(--prints-ink) 5%, transparent));
	color: var(--ibenlo-utility-button-text, var(--prints-ink));
	font-size: var(--ibenlo-utility-button-font-size, var(--ibenlo-type-pill, var(--ibenlo-button-font-size, 1rem)));
	font-weight: var(--ibenlo-utility-button-font-weight, 600);
	line-height: var(--ibenlo-button-line-height, 1);
	letter-spacing: 0;
	text-decoration: none;
	text-transform: none;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ibenlo-utility-button-text, var(--prints-paper)) 12%, transparent);
	transition:
		transform 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		background 180ms ease,
		box-shadow 180ms ease;
}

.portfolio-prints-crumb-button span,
.portfolio-prints-crumb-button i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: currentColor;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: var(--ibenlo-button-line-height, 1);
	text-transform: inherit;
}

.portfolio-prints-crumb-button i {
	font-size: 1.18em;
}

.portfolio-prints-crumb-button::before {
	position: absolute;
	inset: -1px;
	z-index: -1;
	content: "";
	border-radius: inherit;
	background: var(--ibenlo-utility-button-fill, var(--prints-grid-accent));
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-prints-crumb-button:hover,
.portfolio-prints-crumb-button:focus-visible,
.portfolio-prints-crumb-button.is-active {
	border-color: var(--ibenlo-utility-button-border-hover, var(--prints-grid-accent));
	color: var(--ibenlo-utility-button-text-on-fill, var(--prints-bg));
	box-shadow: var(--ibenlo-utility-button-shadow-hover, 0 14px 28px color-mix(in srgb, var(--prints-grid-accent) 18%, transparent));
	transform: translateY(-1px);
}

.portfolio-prints-crumb-button:hover span,
.portfolio-prints-crumb-button:hover i,
.portfolio-prints-crumb-button:focus-visible span,
.portfolio-prints-crumb-button:focus-visible i,
.portfolio-prints-crumb-button.is-active span,
.portfolio-prints-crumb-button.is-active i {
	color: currentColor;
}

.portfolio-prints-crumb-button:hover::before,
.portfolio-prints-crumb-button:focus-visible::before,
.portfolio-prints-crumb-button.is-active::before {
	transform: scaleX(1);
	transform-origin: left center;
}

.portfolio-prints-crumb-button.ibenlo-button-is-exiting::before {
	transform: scaleX(0);
	transform-origin: right center;
}

.portfolio-print-editorial-row--product {
	width: min(100%, 1180px);
	margin-inline: auto;
	gap: 8px;
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense,
.portfolio-prints-collection .portfolio-print-theme-grid {
	gap: 8px;
}

.portfolio-prints-collection .portfolio-print-theme-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	transition:
		grid-template-columns 220ms ease,
		gap 220ms ease;
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.75rem, 1.3vw, 1rem);
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-view-transitioning .portfolio-print-editorial-card,
.portfolio-prints-collection .portfolio-print-theme-grid.is-view-transitioning .portfolio-print-editorial-card {
	will-change: transform;
	z-index: 2;
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-view-transitioning .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-view-transitioning .portfolio-print-editorial-card__mat img,
.portfolio-prints-collection .portfolio-print-theme-grid.is-view-transitioning .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-view-transitioning .portfolio-print-editorial-card__mat img {
	transition-duration: 260ms;
	transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card {
	display: grid;
	gap: 0.95rem;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card,
.portfolio-prints-shop-all .portfolio-print-editorial-card,
.portfolio-prints-collection .portfolio-print-editorial-card {
	position: relative;
	padding: clamp(0.82rem, 1.12vw, 1.05rem);
	border-radius: 0;
	overflow: visible;
	background:
		linear-gradient(145deg, var(--prints-card-sheen), transparent 58%),
		var(--prints-card-bg);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--prints-ink) 5%, transparent);
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__media,
.portfolio-prints-shop-all .portfolio-print-editorial-card__media,
.portfolio-prints-collection .portfolio-print-editorial-card__media {
	position: relative;
	display: grid;
	aspect-ratio: 1 / 1;
	place-items: center;
	overflow: visible;
	border-radius: 0 !important;
	padding: 0;
	background: transparent;
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card {
	gap: 0.7rem;
	padding: clamp(0.7rem, 1vw, 0.95rem);
	transform-origin: center;
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__media,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card__media {
	display: grid;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	min-height: clamp(18rem, 34vw, 33rem);
	max-height: clamp(22rem, 48vw, 46rem);
	overflow: hidden;
}

body.ibenlo-light-mode .portfolio-print-editorial-row--product .portfolio-print-editorial-card__media,
body.ibenlo-light-mode .portfolio-prints-shop-all .portfolio-print-editorial-card__media,
body.ibenlo-light-mode .portfolio-prints-collection .portfolio-print-editorial-card__media {
	background: transparent;
}

.portfolio-print-editorial-card__frame {
	box-sizing: border-box;
	display: grid;
	width: min(72%, 16.5rem);
	max-width: 100%;
	aspect-ratio: var(--print-aspect-ratio, 4 / 5);
	place-items: stretch;
	padding: clamp(0.6rem, 1.15vw, 1rem);
	background: #f7f4ec;
	box-shadow:
		0 22px 54px rgba(0, 0, 0, 0.28),
		0 1px 0 rgba(255, 255, 255, 0.7) inset;
	transform: translateY(0) scale(1);
	transition:
		transform 240ms ease,
		box-shadow 240ms ease;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-editorial-card__frame {
	--print-grid-frame-inset: clamp(1.65rem, 2.2vw, 2.1rem);
	position: absolute;
	top: 50%;
	left: 50%;
	place-self: auto;
	width: min(calc(100% - (var(--print-grid-frame-inset) * 2)), 41rem);
	height: auto;
	transform: translate(-50%, -50%) scale(1);
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame {
	position: relative;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: var(--print-aspect-ratio, 4 / 5);
	padding: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame {
	width: min(100%, 42rem);
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame {
	height: min(100%, 42rem);
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame {
	align-self: center;
	justify-self: center;
	width: auto;
	height: min(82%, 31rem);
	max-width: calc(100% - (var(--print-grid-frame-inset) * 2));
	max-height: 82%;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-print-editorial-row--product .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame {
	width: min(calc(100% - (var(--print-grid-frame-inset) * 2)), 41rem);
	max-width: calc(100% - (var(--print-grid-frame-inset) * 2));
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame {
	width: min(calc(100% - (var(--print-grid-frame-inset) * 2)), 43rem);
}

.portfolio-print-editorial-card__mat {
	display: block;
	overflow: hidden;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	line-height: 0;
}

.portfolio-print-editorial-card__mat img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 320ms ease;
}

.portfolio-print-editorial-card:hover .portfolio-print-editorial-card__frame,
.portfolio-print-editorial-card:focus-within .portfolio-print-editorial-card__frame {
	box-shadow:
		0 30px 70px rgba(0, 0, 0, 0.34),
		0 1px 0 rgba(255, 255, 255, 0.76) inset;
	transform: translateY(-0.25rem) scale(1.045);
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card:hover .portfolio-print-editorial-card__frame,
.portfolio-print-editorial-row--product .portfolio-print-editorial-card:focus-within .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-card:hover .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-card:focus-within .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-editorial-card:hover .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-editorial-card:focus-within .portfolio-print-editorial-card__frame {
	transform: translate(-50%, -50%) scale(1.045);
}

.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card:hover .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card:focus-within .portfolio-print-editorial-card__frame {
	transform: scale(1.018);
}

.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card__mat img {
	object-fit: contain;
}

.portfolio-print-editorial-card:hover .portfolio-print-editorial-card__mat img,
.portfolio-print-editorial-card:focus-within .portfolio-print-editorial-card__mat img {
	transform: scale(1);
}

.portfolio-print-share-button {
	--print-share-size: 3.2rem;
	--print-share-icon-size: 1.52rem;
	--print-share-color: color-mix(in srgb, var(--prints-grid-accent) 44%, var(--prints-ink) 18%);
	--print-share-hover-color: var(--prints-text-on-accent);

	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	bottom: auto;
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: var(--print-share-size);
	height: var(--print-share-size);
	padding: 0;
	border: 1px solid var(--print-share-color);
	border-radius: 999px;
	background: color-mix(in srgb, var(--prints-card-bg) 72%, transparent);
	color: var(--print-share-color);
	cursor: pointer;
	font-size: 1.824rem;
	overflow: hidden;
	white-space: nowrap;
	transition:
		transform 180ms ease,
		width 240ms ease,
		background 180ms ease,
		border-color 180ms ease,
		color 180ms ease,
		box-shadow 180ms ease;
}

.portfolio-print-share-button i,
.portfolio-print-share-button .ti,
.portfolio-print-share-button i::before,
.portfolio-print-share-button .ti::before,
.portfolio-print-share-button svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: var(--print-share-icon-size);
	height: var(--print-share-icon-size);
	color: currentColor;
	font-size: var(--print-share-icon-size) !important;
	line-height: 1 !important;
	stroke: currentColor;
}

.portfolio-print-share-button:hover,
.portfolio-print-share-button:focus-visible,
.portfolio-print-share-button.is-copied {
	background: color-mix(in srgb, var(--prints-grid-accent) 88%, var(--prints-card-bg));
	border-color: var(--print-share-hover-color);
	color: var(--print-share-hover-color);
	transform: translateY(-1px);
}

.portfolio-print-share-button.is-copied::after {
	content: "Link Copied!";
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1;
	text-transform: uppercase;
}

.portfolio-print-share-button.is-copied {
	width: 12.7rem;
	justify-content: flex-end;
	gap: 1rem;
	padding-right: calc((var(--print-share-size) - var(--print-share-icon-size)) / 2);
	padding-left: 1.45rem;
}

body.ibenlo-light-mode .portfolio-print-share-button.is-copied {
	background: var(--prints-accent);
	border-color: color-mix(in srgb, var(--prints-accent) 74%, transparent);
	color: var(--prints-text-on-accent);
	box-shadow: 0 12px 26px color-mix(in srgb, var(--prints-accent) 22%, transparent);
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__body,
.portfolio-prints-shop-all .portfolio-print-editorial-card__body,
.portfolio-prints-collection .portfolio-print-editorial-card__body {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.22rem;
	padding: 0;
	text-align: left;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__body h3,
.portfolio-prints-shop-all .portfolio-print-editorial-card__body h3,
.portfolio-prints-collection .portfolio-print-editorial-card__body h3 {
	margin: 0;
	color: var(--prints-ink);
	font-size: clamp(1.45rem, 2vw, 2.04rem);
	line-height: 1.06;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.portfolio-print-editorial-row--product .portfolio-print-editorial-card__body span,
.portfolio-prints-shop-all .portfolio-print-editorial-card__body span,
.portfolio-prints-collection .portfolio-print-editorial-card__body span {
	justify-self: start;
	color: var(--prints-grid-accent);
	font-size: clamp(1.18rem, 1.42vw, 1.44rem);
	font-weight: 350;
	text-transform: none;
}

.portfolio-prints-contact-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-width: 12rem;
	min-height: var(--ibenlo-button-min-height, 3rem);
	margin-top: clamp(1.35rem, 3vw, 2rem);
	padding: var(--ibenlo-button-padding-y, 0.85rem) var(--ibenlo-button-padding-x, 1.35rem);
	border: var(--ibenlo-button-border-width, 1px) solid var(--ibenlo-button-border, color-mix(in srgb, var(--prints-grid-accent) 74%, transparent));
	border-radius: var(--ibenlo-button-radius, 0.5rem);
	background: transparent;
	color: var(--prints-grid-accent);
	font-size: var(--ibenlo-button-font-size, 1rem);
	font-weight: 800;
	line-height: var(--ibenlo-button-line-height, 1);
	text-decoration: none;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--prints-grid-accent) 8%, transparent);
	transition:
		transform 180ms ease,
		color 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease;
}

.portfolio-prints-contact-button::before,
.portfolio-prints-signup button::before {
	position: absolute;
	inset: -1px;
	z-index: -1;
	content: "";
	border-radius: inherit;
	background: var(--portfolio-prints-signup-button-fill, var(--ibenlo-button-fill, linear-gradient(135deg, var(--ibenlo-stage-readable-green, #269f52), var(--ibenlo-stage-teal, #1dbeb4))));
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-prints-contact-button:hover,
.portfolio-prints-contact-button:focus-visible,
.portfolio-prints-signup button:hover,
.portfolio-prints-signup button:focus-visible {
	border-color: var(--ibenlo-button-border-hover, color-mix(in srgb, var(--prints-grid-accent) 92%, transparent));
	color: var(--portfolio-prints-signup-button-text-on-fill, var(--ibenlo-button-text-on-fill, var(--prints-text-on-accent)));
	box-shadow: var(--ibenlo-button-shadow-hover, 0 12px 28px color-mix(in srgb, var(--prints-grid-accent) 24%, transparent));
	transform: translateY(-1px);
}

.portfolio-prints-contact-button:hover::before,
.portfolio-prints-contact-button:focus-visible::before,
.portfolio-prints-signup button:hover::before,
.portfolio-prints-signup button:focus-visible::before {
	transform: scaleX(1);
	transform-origin: left center;
}

.portfolio-prints-signup button.ibenlo-button-is-exiting::before {
	transform: scaleX(0);
	transform-origin: right center;
}

.portfolio-prints-store-footer {
	--prints-ink: #f6f2e8;
	--prints-muted: rgba(246, 242, 232, 0.72);
	--prints-border: rgba(246, 242, 232, 0.16);
	--prints-panel: rgba(246, 242, 232, 0.07);
	position: relative;
	left: 50%;
	width: 100vw;
	margin: clamp(3.5rem, 7vw, 6rem) 0 0 -50vw;
	padding: clamp(2.2rem, 4.5vw, 3.8rem) 0 clamp(1.4rem, 3vw, 2.4rem);
	border-top: 1px solid var(--prints-border);
	background: var(--ibenlo-stage-chrome-bg, #3c3950);
}

body:has(.portfolio-prints-store-footer) .ibenlo-site-footer {
	position: relative;
	border-top: 1px solid rgba(246, 242, 232, 0.16) !important;
	background: var(--ibenlo-stage-chrome-bg, #3c3950) !important;
	background-color: var(--ibenlo-stage-chrome-bg, #3c3950) !important;
	box-shadow: 0 80vh 0 80vh var(--ibenlo-stage-chrome-bg, #3c3950) !important;
}

body:has(.portfolio-prints-store-footer) .ibenlo-site-footer::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: min(100% - 2rem, 1180px);
	height: 1px;
	content: "";
	background: rgba(246, 242, 232, 0.24);
	transform: translateX(-50%);
}

.portfolio-prints-store-footer__intro {
	max-width: 44rem;
	margin-bottom: clamp(1.8rem, 4vw, 3rem);
}

.portfolio-prints-store-footer__intro h2 {
	margin: 0;
	color: var(--prints-ink);
	font-size: clamp(2rem, 4.6vw, 4.6rem);
	line-height: 0.98;
	text-transform: uppercase;
}

.portfolio-prints-store-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(17rem, 1.25fr);
	gap: clamp(1.25rem, 2.5vw, 2.25rem);
	align-items: start;
	width: min(100% - 2rem, 1180px);
	margin: 0 auto;
}

.portfolio-prints-store-footer nav {
	display: grid;
	gap: 0.65rem;
}

.portfolio-prints-store-footer h3,
.portfolio-prints-signup h3 {
	margin: 0 0 0.45rem;
	color: var(--prints-ink);
	font-size: 0.86rem;
	font-weight: 900;
	text-transform: uppercase;
}

.portfolio-prints-store-footer a {
	color: var(--prints-muted);
	font-size: 0.94rem;
	font-weight: 720;
	text-decoration: none;
	transition: color 180ms ease, transform 180ms ease;
}

.portfolio-prints-store-footer a:hover,
.portfolio-prints-store-footer a:focus-visible {
	color: var(--ibenlo-stage-teal, #3fead9);
	transform: translateX(0.18rem);
}

body.ibenlo-light-mode .portfolio-prints-store-footer a:hover,
body.ibenlo-light-mode .portfolio-prints-store-footer a:focus-visible {
	color: var(--ibenlo-color-accent-readable, #269f52);
}

.portfolio-prints-store-footer a[aria-disabled="true"] {
	opacity: 0.52;
	cursor: default;
	pointer-events: none;
}

.portfolio-prints-signup {
	--portfolio-prints-signup-button-fill: linear-gradient(135deg, var(--prints-grid-accent), color-mix(in srgb, var(--prints-grid-accent) 78%, var(--ibenlo-color-accent, #1dbeb4)));
	--portfolio-prints-signup-button-text-on-fill: #102114;
	--ibenlo-field-bg: rgba(7, 16, 23, 0.16);
	--ibenlo-field-border: rgba(246, 242, 232, 0.18);
	--ibenlo-field-placeholder: rgba(246, 242, 232, 0.58);
	--ibenlo-subscribe-card-bg: rgba(7, 16, 23, 0.12);
	--ibenlo-subscribe-card-border: rgba(246, 242, 232, 0.16);
	display: grid;
	gap: 0.9rem;
	align-content: center;
	align-self: stretch;
	min-height: 12rem;
	padding: 1.25rem;
	border: 1px solid var(--ibenlo-subscribe-card-border);
	background: var(--ibenlo-subscribe-card-bg);
}

body.ibenlo-light-mode .portfolio-prints-signup {
	--portfolio-prints-signup-button-fill: linear-gradient(135deg, var(--ibenlo-color-accent-readable, #269f52), var(--ibenlo-color-accent, #1dbeb4));
	--portfolio-prints-signup-button-text-on-fill: #ffffff;
}

.portfolio-prints-signup h3 {
	margin-bottom: 0;
}

.portfolio-prints-signup h3 + label {
	margin-top: -0.45rem;
}

.portfolio-prints-signup input {
	width: 100%;
	min-height: var(--ibenlo-field-min-height, var(--ibenlo-button-min-height, 3rem));
	border: 1px solid var(--ibenlo-field-border);
	border-radius: var(--ibenlo-field-radius, var(--ibenlo-button-radius, 0.5rem));
	background: var(--ibenlo-field-bg);
	color: #f6f2e8;
	padding: 0 var(--ibenlo-button-padding-x, 1.35rem);
	font-size: 1rem;
}

.portfolio-prints-signup button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	isolation: isolate;
	overflow: hidden;
	min-height: var(--ibenlo-button-min-height, 3rem);
	border: var(--ibenlo-button-border-width, 1px) solid var(--ibenlo-button-border, color-mix(in srgb, var(--prints-grid-accent) 74%, transparent));
	border-radius: var(--ibenlo-button-radius, 0.5rem);
	background: transparent;
	color: var(--prints-grid-accent);
	cursor: pointer;
	font-size: var(--ibenlo-button-font-size, 1rem);
	font-weight: var(--ibenlo-button-font-weight, 700);
	line-height: var(--ibenlo-button-line-height, 1);
	padding: var(--ibenlo-button-padding-y, 0.85rem) var(--ibenlo-button-padding-x, 1.35rem);
	box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--prints-grid-accent) 8%, transparent);
	text-transform: uppercase;
	transition:
		transform 180ms ease,
		color 220ms ease,
		border-color 220ms ease,
		box-shadow 220ms ease;
}

@media (max-width: 1180px) {
	.portfolio-prints-store-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portfolio-prints-signup {
		grid-column: 1 / -1;
		order: -1;
	}
}

@media (max-width: 980px) {
	.portfolio-print-collection-tools {
		align-items: stretch;
	}

	.portfolio-print-search {
		width: 100%;
		max-width: 100%;
	}

	.portfolio-prints-collection .portfolio-print-theme-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed {
		grid-template-columns: 1fr;
	}

	.portfolio-print-view-toggle {
		justify-self: start;
	}

}

@media (max-width: 680px) {
	.portfolio-print-collection-tools {
		width: min(100%, 34rem);
		margin-inline: 0;
	}

	.portfolio-print-search {
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.portfolio-print-search button {
		width: 100%;
		min-width: 0;
	}

	.portfolio-print-view-toggle {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		border-radius: 1.1rem;
	}

	.portfolio-print-view-toggle button {
		justify-content: center;
	}

	.portfolio-print-editorial-row--product {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1rem 0.75rem;
	}

	.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed {
		grid-template-columns: 1fr;
	}

	.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card__media {
		min-height: clamp(20rem, 72vw, 31rem);
	}

	.portfolio-print-editorial-row--product .portfolio-print-editorial-card__media,
	.portfolio-prints-shop-all .portfolio-print-editorial-card__media,
	.portfolio-prints-collection .portfolio-print-editorial-card__media {
		padding: 0;
	}

	.portfolio-print-editorial-card__frame {
		width: 78%;
		padding: 0.48rem;
	}

	.portfolio-print-share-button {
		--print-share-size: 2.9rem;
		--print-share-icon-size: 1.36rem;

		right: 0.45rem;
		top: 0.45rem;
		bottom: auto;
	}

	.portfolio-print-share-button.is-copied {
		width: 11.15rem;
		padding-right: calc((var(--print-share-size) - var(--print-share-icon-size)) / 2);
		padding-left: 0.95rem;
	}

	.portfolio-prints-contact-button {
		width: calc(100% - 1rem);
		margin-inline: 0.5rem;
	}

	.portfolio-prints-store-footer__grid {
		grid-template-columns: 1fr;
		width: 100%;
	}

	.portfolio-prints-store-footer {
		box-sizing: border-box;
		padding-inline: clamp(1rem, 5vw, 1.5rem);
	}

	.portfolio-prints-store-footer nav {
		gap: 0.85rem;
	}

	.portfolio-prints-store-footer h3,
	.portfolio-prints-signup h3 {
		font-size: clamp(1.45rem, 6.8vw, 2.04rem);
		line-height: 1.06;
	}

	.portfolio-prints-store-footer a {
		font-size: clamp(1.18rem, 4.8vw, 1.44rem);
		line-height: 1.2;
	}
}

/* Single print product page: wall hero and purchase view. */
html:has(.portfolio-print-wall-hero) {
	scroll-behavior: smooth;
}

.portfolio-print-single {
	overflow: clip;
}

body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header-wrapper,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header.fixed,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header.shrink,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .header-background,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header.fixed .header-background,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header.shrink .header-background,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .header-main,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header.fixed .header-main,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header.shrink .header-main,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .header-background > .container {
	background: transparent !important;
	background-color: transparent !important;
	background-image: none !important;
	border-color: transparent !important;
	box-shadow: none !important;
	backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}

body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .header-background::before,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header.fixed .header-background::before,
body.ibenlo-stage-theme.single-photo_print.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header.shrink .header-background::before {
	background: transparent !important;
	background-color: transparent !important;
	opacity: 0 !important;
}

body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo img,
body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title img,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo img,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title img {
	content: url("/wp-content/themes/benlo-creative/assets/images/brand/simplifiedDark.svg") !important;
}

body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo a,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title a,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .menu-item-logo a {
	position: relative;
}

body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo a::after,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title a::after,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .menu-item-logo a::after {
	position: absolute;
	inset: 0;
	z-index: 2;
	content: "";
	background: url("/wp-content/themes/benlo-creative/assets/images/brand/simplified.svg") center / contain no-repeat;
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.3));
	opacity: 0;
	pointer-events: none;
	transform: translateY(-1px) scale(1.03);
	transition: opacity 180ms ease;
}

body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo a:hover img,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo a:focus-visible img,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title a:hover img,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title a:focus-visible img,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .menu-item-logo a:hover img,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .menu-item-logo a:focus-visible img {
	filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.3));
	transform: translateY(-1px) scale(1.03);
}

body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo a:hover::after,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo a:focus-visible::after,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title a:hover::after,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title a:focus-visible::after,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .menu-item-logo a:hover::after,
body.ibenlo-stage-theme.ibenlo-prints-storefront.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .menu-item-logo a:focus-visible::after {
	opacity: 1;
}

body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .hamburger-group,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .hamburger-group {
	mix-blend-mode: normal;
}

body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger),
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) {
	color: var(--ibenlo-stage-plum, #3c3950) !important;
	filter: drop-shadow(0 0.08rem 0.12rem rgba(255, 255, 255, 0.42));
}

body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-page.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-3,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.single-photo_print.ibenlo-light-mode.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: var(--ibenlo-stage-plum, #3c3950) !important;
}

body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo img,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title img {
	content: url("/wp-content/themes/benlo-creative/assets/images/brand/simplifiedDark.svg") !important;
}

body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo img,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title img {
	content: url("/wp-content/themes/benlo-creative/assets/images/brand/simplifiedWhite.svg") !important;
}

body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .hamburger-group,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .hamburger-group {
	mix-blend-mode: normal;
}

body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) {
	color: var(--ibenlo-stage-plum, #3c3950) !important;
	filter: drop-shadow(0 0.08rem 0.12rem rgba(255, 255, 255, 0.42));
}

body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) {
	color: #fffaf2 !important;
	filter: drop-shadow(0 0.12rem 0.22rem rgba(0, 0, 0, 0.35));
}

body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: var(--ibenlo-stage-plum, #3c3950) !important;
}

body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.single-photo_print.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: #fffaf2 !important;
}

body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo img,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title img {
	content: url("/wp-content/themes/benlo-creative/assets/images/brand/simplifiedDark.svg") !important;
}

body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-logo img,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #site-header .site-title img {
	content: url("/wp-content/themes/benlo-creative/assets/images/brand/simplifiedWhite.svg") !important;
}

body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .hamburger-group,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .hamburger-group {
	mix-blend-mode: normal;
}

body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) {
	color: var(--ibenlo-stage-plum, #3c3950) !important;
	filter: drop-shadow(0 0.08rem 0.12rem rgba(255, 255, 255, 0.42));
}

body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) {
	color: #fffaf2 !important;
	filter: drop-shadow(0 0.12rem 0.22rem rgba(0, 0, 0, 0.35));
}

body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-light-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: var(--ibenlo-stage-plum, #3c3950) !important;
}

body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.ibenlo-prints-page.portfolio-print-nav-on-dark-hero.ibenlo-nav-on-hero:not(.ibenlo-nav-past-hero) #primary-navigation:not(.overlay-active) .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: #fffaf2 !important;
}

body.ibenlo-stage-theme.ibenlo-light-mode.ibenlo-menu-open #primary-navigation.overlay-active .overlay-toggle,
body.ibenlo-stage-theme.ibenlo-light-mode.ibenlo-menu-open #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) {
	color: var(--ibenlo-stage-plum, #2c2646) !important;
	filter: none !important;
}

body.ibenlo-stage-theme.ibenlo-light-mode.ibenlo-menu-open #primary-navigation.overlay-active .overlay-toggle .menu-line-1,
body.ibenlo-stage-theme.ibenlo-light-mode.ibenlo-menu-open #primary-navigation.overlay-active .overlay-toggle .menu-line-2,
body.ibenlo-stage-theme.ibenlo-light-mode.ibenlo-menu-open #primary-navigation.overlay-active .overlay-toggle .menu-line-3,
body.ibenlo-stage-theme.ibenlo-light-mode.ibenlo-menu-open #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-1,
body.ibenlo-stage-theme.ibenlo-light-mode.ibenlo-menu-open #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-2,
body.ibenlo-stage-theme.ibenlo-light-mode.ibenlo-menu-open #primary-navigation.overlay-active .menu-toggle:not(.dl-trigger) .menu-line-3 {
	background-color: var(--ibenlo-stage-plum, #2c2646) !important;
}

.portfolio-print-wall-hero {
	position: relative;
	left: 50%;
	width: 100vw;
	min-height: 100svh;
	margin-left: -50vw;
	overflow: hidden;
	isolation: isolate;
	background: #071017;
}

.portfolio-print-wall-hero::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	pointer-events: none;
	background: transparent;
}

.portfolio-print-wall-hero__brand {
	position: absolute;
	top: max(1rem, env(safe-area-inset-top));
	left: 1.2rem;
	z-index: 3;
	display: none;
	pointer-events: auto;
}

.portfolio-print-wall-hero__brand img {
	display: block;
	width: clamp(62px, 17vw, 80px);
	height: auto;
	filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.28));
}

.portfolio-print-wall-hero .portfolio-print-room {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background: var(--print-room-wall, var(--prints-bg-soft));
	background-position: var(--print-room-wall-position, center);
	background-size: var(--print-room-wall-size, cover);
}

body.ibenlo-light-mode .portfolio-print-wall-hero .portfolio-print-room,
body.ibenlo-light-mode .portfolio-print-product-layout .portfolio-print-room {
	background: var(--print-room-wall, var(--prints-bg-soft));
	background-position: var(--print-room-wall-position, center);
	background-size: var(--print-room-wall-size, cover);
}

.portfolio-print-wall-hero .portfolio-print-room__wall {
	position: absolute;
	inset: 0;
	display: block;
	min-height: 0;
	background: transparent;
}

.portfolio-print-wall-hero .portfolio-print-room__wall::after {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: block;
	content: "";
	background-image: var(--print-room-foreground, none);
	background-position: var(--print-room-wall-position, center);
	background-size: var(--print-room-wall-size, cover);
	pointer-events: none;
}

.portfolio-print-wall-hero .portfolio-print-room__safe-zone {
	position: absolute;
	z-index: 1;
	left: var(--print-room-safe-left, 34%);
	top: var(--print-room-safe-top, 16%);
	display: grid;
	width: var(--print-room-safe-width, 30%);
	height: var(--print-room-safe-height, 48%);
	place-items: center;
	container-type: size;
	overflow: hidden;
	pointer-events: none;
}

.portfolio-print-wall-hero .portfolio-print-room.has-edge-overflow .portfolio-print-room__safe-zone {
	overflow: visible;
}

.portfolio-print-wall-hero .portfolio-print-room__frame {
	position: relative;
	box-sizing: border-box;
	display: grid;
	width: min(var(--print-room-frame-width, 82%), calc(100cqh * var(--print-aspect-number, 1)));
	max-width: 100%;
	max-height: 100%;
	aspect-ratio: var(--print-aspect-ratio, 1 / 1);
	overflow: hidden;
	padding: 2rem;
	border: 0.96rem solid #161b22;
	border-radius: 0.18rem;
	background: #f2ecdf;
	box-shadow:
		0 18px 38px rgba(10, 13, 15, 0.26),
		0 1px 0 rgba(255, 255, 255, 0.54) inset,
		0 0 0 1px rgba(255, 255, 255, 0.08);
	isolation: isolate;
	transform: none;
	transform-origin: center center;
}

.portfolio-print-wall-hero .portfolio-print-room__frame::after {
	position: absolute;
	z-index: 3;
	inset: 0;
	content: "";
	pointer-events: none;
	opacity: clamp(0.06, calc(var(--print-room-frame-grain-opacity, 0.03) * 2.35), 0.16);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' seed='11' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23grain)' opacity='.74'/%3E%3C/svg%3E");
	background-repeat: repeat;
	background-size: var(--print-room-frame-grain-size, 5rem) var(--print-room-frame-grain-size, 5rem);
	filter: contrast(1.35);
	mix-blend-mode: overlay;
}

.portfolio-print-wall-hero .portfolio-print-room__frame img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 0.06rem;
	user-select: none;
	-webkit-user-drag: none;
}

.portfolio-print-hero-card,
.portfolio-print-return-card {
	border: 0;
	font: inherit;
	text-align: left;
	cursor: pointer;
}

.portfolio-print-hero-card {
	position: absolute;
	right: clamp(1rem, 5vw, 5rem);
	bottom: 0;
	z-index: 2;
	display: grid;
	width: min(36rem, calc(100vw - 2rem));
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: clamp(0.85rem, 1.5vw, 1.25rem);
	align-items: center;
	padding: clamp(0.78rem, 1.3vw, 1.05rem) clamp(0.95rem, 1.8vw, 1.35rem);
	border: 1px solid rgba(7, 16, 23, 0.14);
	background: #fbf8f1;
	color: var(--prints-text-on-accent);
	box-shadow: 0 -16px 42px rgba(0, 0, 0, 0.22);
	transition: transform 200ms ease, box-shadow 200ms ease;
}

.portfolio-print-hero-card::after {
	position: absolute;
	top: 100%;
	right: -1px;
	left: -1px;
	height: 1rem;
	content: "";
	background: inherit;
	border-right: inherit;
	border-left: inherit;
	pointer-events: none;
}

.portfolio-print-hero-card:hover,
.portfolio-print-hero-card:focus-visible {
	box-shadow: 0 -20px 54px rgba(0, 0, 0, 0.3);
	transform: translateY(-0.18rem);
}

.portfolio-print-hero-card__handle {
	display: none;
}

.portfolio-print-hero-card__thumb {
	display: block;
	width: clamp(4.75rem, 6vw, 6.25rem);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--prints-bg-soft);
}

.portfolio-print-hero-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	user-select: none;
	-webkit-user-drag: none;
}

.portfolio-print-hero-card__copy {
	display: grid;
	min-width: 0;
	gap: 0.1rem;
	text-align: left;
}

.portfolio-print-hero-card__meta,
.portfolio-print-hero-card__price {
	color: #5f6870;
	font-weight: 850;
	text-transform: uppercase;
}

.portfolio-print-return-card small {
	color: var(--prints-muted);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.portfolio-print-hero-card__meta {
	font-size: clamp(1rem, 1.1vw, 1.17rem);
	line-height: 1.05;
}

.portfolio-print-hero-card__price {
	font-size: clamp(0.86rem, 0.94vw, 0.98rem);
	line-height: 1.08;
}

.portfolio-print-hero-card__title {
	color: var(--prints-text-on-accent);
	font-size: clamp(1.95rem, 3.2vw, 2.76rem);
	font-weight: 900;
	line-height: 0.98;
	text-transform: uppercase;
}

.portfolio-print-hero-card__arrow {
	display: inline-flex;
	width: clamp(2.75rem, 3.5vw, 3.4rem);
	height: clamp(2.75rem, 3.5vw, 3.4rem);
	align-items: center;
	justify-content: center;
	justify-self: end;
	color: var(--ibenlo-stage-plum, #403a58);
	font-size: clamp(2rem, 2.75vw, 2.7rem);
}

.portfolio-print-single .portfolio-print-product-layout {
	position: relative;
	left: 50%;
	display: grid;
	width: 100vw;
	min-height: 100svh;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 0;
	align-items: stretch;
	margin-left: -50vw;
	padding-top: 0;
	padding-bottom: 0;
}

.portfolio-print-single .portfolio-print-product-media {
	gap: clamp(1rem, 2vw, 1.5rem);
	min-width: 0;
	min-height: 100svh;
	width: 100%;
}

.portfolio-print-product-carousel {
	position: relative;
	display: grid;
	min-height: 100svh;
	overflow: hidden;
	background: #b8b8b1;
}

.portfolio-print-single .portfolio-print-purchase-panel {
	--print-panel-flow-gap: clamp(0.95rem, 1.7svh, 1.45rem);
	align-self: center;
	justify-self: center;
	display: flex;
	width: min(100% - clamp(2rem, 5vw, 6rem), 54rem);
	flex-direction: column;
	gap: var(--print-panel-flow-gap);
	position: static;
}

.portfolio-print-single .portfolio-print-purchase-panel .portfolio-prints-text-crumbs {
	margin-bottom: calc(var(--print-panel-flow-gap) * -0.55);
}

.portfolio-print-product-carousel__viewport {
	overflow: hidden;
	width: 100%;
	height: 100%;
	touch-action: pan-y;
}

.portfolio-print-product-carousel__track {
	display: flex;
	width: 100%;
	height: 100%;
	touch-action: pan-y;
	transform: translate3d(0, 0, 0);
	transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-print-product-carousel__slide {
	flex: 0 0 100%;
	margin: 0;
}

.portfolio-print-product-carousel__slide[aria-hidden="true"] {
	pointer-events: none;
}

.portfolio-print-product-carousel__controls {
	position: absolute;
	inset: 0;
	z-index: 3;
	pointer-events: none;
}

.portfolio-print-product-carousel__arrow,
.portfolio-print-product-carousel__dots button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	pointer-events: auto;
	transition:
		color 180ms ease,
		transform 180ms ease;
}

.portfolio-print-product-carousel__arrow {
	position: absolute;
	top: 50%;
	width: clamp(2.25rem, 3vw, 3.25rem) !important;
	height: clamp(2.25rem, 3vw, 3.25rem) !important;
	min-width: clamp(2.25rem, 3vw, 3.25rem) !important;
	min-height: clamp(2.25rem, 3vw, 3.25rem) !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	color: var(--ibenlo-stage-plum, #403a58) !important;
	font-size: clamp(2rem, 2.65vw, 2.875rem) !important;
	line-height: 1 !important;
	transform: translateY(-50%);
}

.portfolio-print-product-carousel__arrow i,
.portfolio-print-product-carousel__arrow .ti {
	display: block;
	width: 1em !important;
	height: 1em !important;
	min-width: 1em !important;
	min-height: 1em !important;
	font-size: inherit !important;
	line-height: 1 !important;
	filter: drop-shadow(0 0.08rem 0.12rem rgba(255, 255, 255, 0.22));
}

.portfolio-print-product-carousel__arrow i::before,
.portfolio-print-product-carousel__arrow .ti::before {
	display: block !important;
	font-size: inherit !important;
	line-height: 1 !important;
}

.portfolio-print-product-carousel__arrow[data-portfolio-print-carousel-prev] {
	left: clamp(0.75rem, 2vw, 1.4rem);
}

.portfolio-print-product-carousel__arrow[data-portfolio-print-carousel-next] {
	right: clamp(0.75rem, 2vw, 1.4rem);
}

.portfolio-print-product-carousel__dots {
	position: absolute;
	right: 50%;
	bottom: clamp(0.9rem, 2vw, 1.25rem);
	display: inline-flex;
	gap: 0.35rem;
	padding: 0.28rem;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(7, 16, 23, 0.42);
	backdrop-filter: blur(14px);
	pointer-events: auto;
	transform: translateX(50%);
}

.portfolio-print-product-carousel__dots button {
	min-height: 2.15rem;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 999px;
	background: rgba(7, 16, 23, 0.58);
	color: #fff;
	font-size: 0.68rem;
	font-weight: 850;
	padding: 0.55rem 0.75rem;
	text-transform: uppercase;
}

.portfolio-print-product-carousel__arrow:hover,
.portfolio-print-product-carousel__arrow:focus-visible,
.portfolio-print-product-carousel__arrow:active {
	color: color-mix(in srgb, var(--ibenlo-stage-plum, #403a58) 82%, #000);
	transform: translateY(-50%) scale(1.08);
}

.portfolio-print-product-carousel__dots button:hover,
.portfolio-print-product-carousel__dots button:focus-visible,
.portfolio-print-product-carousel__dots button.is-active {
	border-color: color-mix(in srgb, var(--prints-grid-accent) 95%, transparent);
	background: color-mix(in srgb, var(--prints-grid-accent) 92%, transparent);
	color: var(--prints-text-on-accent);
	transform: translateY(-1px);
}

.portfolio-print-single .portfolio-print-artwork,
.portfolio-print-detail-pan {
	position: relative;
	display: grid;
	width: 100%;
	min-height: clamp(32rem, 64svh, 46rem);
	place-items: center;
	overflow: hidden;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
		#b8b8b1;
	box-shadow: none;
	cursor: zoom-in;
}

.portfolio-print-single .portfolio-print-artwork .portfolio-print-editorial-card__frame {
	width: min(88%, 48rem);
	max-width: 48rem;
	padding: clamp(0.72rem, 1.25vw, 1rem);
	background: #f7f4ec;
}

.portfolio-print-single .portfolio-print-artwork .portfolio-print-editorial-card__mat {
	width: 100%;
	height: 100%;
}

.portfolio-print-single .portfolio-print-artwork .portfolio-print-editorial-card__mat img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
	box-shadow: none;
}

.portfolio-print-detail-pan {
	--portfolio-print-detail-pan-duration: 149s;
	--portfolio-print-detail-pan-ease: cubic-bezier(0.18, 0.08, 0.82, 0.92);
	min-height: clamp(26rem, 56svh, 38rem);
	background: #b8b8b1;
}

.portfolio-print-detail-pan__stage {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	background: #b8b8b1;
}

.portfolio-print-detail-pan__layer {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-image: var(--detail-image);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	will-change: opacity, background-position, background-size, transform;
}

.portfolio-print-detail-pan__layer--vertical {
	background-position: 50% 0%;
	background-size: auto 240%;
	animation: portfolioPrintDetailVertical var(--portfolio-print-detail-pan-duration) var(--portfolio-print-detail-pan-ease) infinite;
}

.portfolio-print-detail-pan__layer--horizontal {
	background-position: 0% 50%;
	background-size: 240% auto;
	animation: portfolioPrintDetailHorizontal var(--portfolio-print-detail-pan-duration) var(--portfolio-print-detail-pan-ease) infinite;
}

.portfolio-print-detail-pan__layer--full {
	background-position: 50% 50% !important;
	background-size: contain !important;
	transform: scale(0.96);
	animation: portfolioPrintDetailFull var(--portfolio-print-detail-pan-duration) var(--portfolio-print-detail-pan-ease) infinite;
}

.portfolio-print-single .portfolio-prints-breadcrumbs {
	justify-content: start;
	margin-bottom: 0;
}

.portfolio-print-purchase-panel h1 {
	margin: 0;
	color: var(--prints-ink);
	font-family: var(--ibenlo-type-serif-family, Georgia, "Times New Roman", serif);
	font-size: var(--ibenlo-type-main-header, clamp(2.8rem, 5.4vw, 5.6rem));
	font-weight: 400;
	line-height: 0.95;
	letter-spacing: 0;
	text-transform: uppercase;
}

.portfolio-print-title-row {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(14rem, 0.72fr);
	gap: clamp(1rem, 3vw, 2rem);
	align-items: start;
	margin-bottom: 1.1rem;
}

.portfolio-print-title-row h1,
.portfolio-print-title-row h2 {
	margin-top: 0;
}

body.ibenlo-stage-theme .portfolio-print-product__price.ibenlo-type-section-header {
	margin: 0;
	color: var(--prints-grid-accent);
	font-size: clamp(1rem, 1.05vw, 1.22rem);
	font-weight: var(--ibenlo-type-eyebrow-weight);
	line-height: var(--ibenlo-type-eyebrow-line-height);
	letter-spacing: var(--ibenlo-type-eyebrow-letter-spacing);
	text-transform: uppercase;
}

.portfolio-print-options-title {
	margin: 0 0 -0.18rem;
	color: var(--prints-ink);
}

.portfolio-print-quality-notes {
	display: grid;
	gap: 0.62rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--prints-muted);
	font-size: var(--ibenlo-type-paragraph);
	line-height: var(--ibenlo-type-paragraph-line-height);
}

.portfolio-print-quality-notes li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.72rem;
	align-items: start;
}

.portfolio-print-quality-notes i {
	display: inline-flex;
	width: 1.2rem;
	height: 1.35em;
	align-items: center;
	justify-content: center;
	color: var(--prints-grid-accent);
	font-size: 1.12rem;
	line-height: 1;
}

.portfolio-print-purchase-panel__section h2 {
	margin: 0 0 0.85rem;
	color: var(--prints-ink);
	font-size: var(--ibenlo-type-label-text, 0.78rem);
	font-weight: var(--ibenlo-type-label-text-weight, 800);
	line-height: var(--ibenlo-type-label-text-line-height, 1.2);
	letter-spacing: var(--ibenlo-type-label-text-letter-spacing, 0.12em);
	text-transform: uppercase;
}

.portfolio-print-size-group {
	display: grid;
	gap: 0.2125rem;
}

.portfolio-print-size-group h2,
.portfolio-print-title-row__sizes h2 {
	margin: 0;
	color: var(--prints-ink);
	font-size: var(--ibenlo-type-label-text, 0.78rem);
	font-weight: var(--ibenlo-type-label-text-weight, 800);
	line-height: var(--ibenlo-type-label-text-line-height, 1.2);
	letter-spacing: var(--ibenlo-type-label-text-letter-spacing, 0.12em);
	text-transform: uppercase;
}

.portfolio-print-size-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.portfolio-print-size-options > span,
.portfolio-print-size-option {
	display: inline-flex;
	min-height: var(--ibenlo-chip-min-height, 2.45rem);
	align-items: center;
	justify-content: center;
	gap: 0.18rem;
	padding: var(--ibenlo-chip-padding-y, 0.55rem) var(--ibenlo-chip-padding-x, 0.85rem);
	border: 1px solid var(--prints-border);
	border-radius: var(--ibenlo-chip-radius, 999px);
	background: transparent;
	color: var(--prints-ink);
	cursor: default;
	font-size: var(--ibenlo-chip-font-size, var(--ibenlo-type-label-text, 0.78rem));
	font-weight: var(--ibenlo-chip-font-weight, var(--ibenlo-type-label-text-weight, 800));
	line-height: var(--ibenlo-chip-line-height, var(--ibenlo-type-label-text-line-height, 1.2));
	text-transform: uppercase;
}

.portfolio-print-size-option {
	flex-direction: column;
	font-family: inherit;
	text-align: center;
}

button.portfolio-print-size-option {
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

button.portfolio-print-size-option:hover,
button.portfolio-print-size-option:focus-visible,
.portfolio-print-size-option.is-selected {
	border-color: var(--prints-grid-accent);
	background: color-mix(in srgb, var(--prints-grid-accent) 10%, transparent);
	color: var(--prints-grid-accent);
	transform: translateY(-1px);
}

.portfolio-print-size-option span {
	display: block;
}

.portfolio-print-size-option small {
	display: block;
	color: inherit;
	font-size: 0.68em;
	font-weight: 700;
	line-height: 1.05;
	opacity: 0.78;
}

.portfolio-print-size-option--more {
	opacity: 0.74;
}

.portfolio-print-size-group + .portfolio-print-product__summary {
	margin-top: var(--print-panel-flow-gap);
}

.portfolio-print-product__summary + .portfolio-print-buy-button {
	margin-top: calc(var(--print-panel-flow-gap) * 2);
}

.portfolio-print-single .portfolio-print-buy-button {
	width: 100%;
	justify-content: center;
	min-height: 3.25rem;
	border-radius: var(--ibenlo-button-radius, 0.5rem);
	text-transform: uppercase;
}

.portfolio-print-delivery-notes {
	display: grid;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--prints-muted);
	font-size: var(--ibenlo-type-paragraph);
	line-height: var(--ibenlo-type-paragraph-line-height);
}

.portfolio-print-delivery-notes li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.65rem;
	align-items: start;
}

.portfolio-print-delivery-notes i {
	display: inline-flex;
	width: 1.2rem;
	height: 1.3em;
	align-items: center;
	justify-content: center;
	color: var(--prints-accent);
	font-size: 1.12rem;
	line-height: 1;
}

.portfolio-print-related-grid {
	padding-top: clamp(3rem, 6vw, 5rem);
}

.portfolio-print-related-grid .portfolio-prints-section-heading {
	align-items: center;
}

.portfolio-print-related-grid .portfolio-prints-section-heading h2 {
	max-width: none;
	white-space: nowrap;
}

.portfolio-print-related-grid .portfolio-prints-crumb-button {
	--ibenlo-utility-button-fill: color-mix(in srgb, var(--prints-grid-accent) 14%, transparent);
	--ibenlo-utility-button-text-on-fill: var(--prints-ink);
	min-height: var(--portfolio-prints-section-cta-height, 3.35rem);
	padding-block: 0;
	padding-inline: clamp(1.35rem, 2.1vw, 1.85rem);
	color: var(--prints-ink);
	font-size: var(--ibenlo-utility-button-font-size, var(--ibenlo-type-pill, 1.25rem));
}

.portfolio-print-related-grid .portfolio-prints-crumb-button:visited,
.portfolio-print-related-grid .portfolio-prints-crumb-button:hover,
.portfolio-print-related-grid .portfolio-prints-crumb-button:focus-visible {
	color: var(--prints-ink);
}

.portfolio-print-related-grid .portfolio-prints-crumb-button span,
.portfolio-print-related-grid .portfolio-prints-crumb-button i {
	position: relative;
	z-index: 1;
	color: currentColor;
}

.portfolio-print-related-grid .portfolio-prints-crumb-button i {
	font-size: 1.22em;
}

.portfolio-print-related-grid .portfolio-print-editorial-card__frame {
	--related-print-frame-inset: clamp(1.15rem, 1.7vw, 1.55rem);
	place-self: center;
	width: min(calc(100% - (var(--related-print-frame-inset) * 2)), 41rem);
	height: auto;
}

.portfolio-print-related-grid .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame {
	width: auto;
	height: min(calc(100% - (var(--related-print-frame-inset) * 3.4)), 28rem);
	max-height: calc(100% - (var(--related-print-frame-inset) * 3.4));
	max-width: calc(100% - (var(--related-print-frame-inset) * 2));
}

.portfolio-print-related-grid .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-print-related-grid .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame {
	width: min(calc(100% - (var(--related-print-frame-inset) * 2)), 41rem);
	max-width: calc(100% - (var(--related-print-frame-inset) * 2));
}

.portfolio-print-return-card {
	position: fixed;
	right: clamp(1rem, 5vw, 5rem);
	bottom: var(--portfolio-print-return-card-bottom, 0);
	z-index: 1305;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	gap: 0.85rem;
	align-items: center;
	width: min(27rem, calc(100vw - 2rem));
	padding: 0.95rem 1.1rem;
	background: color-mix(in srgb, var(--prints-paper) 96%, transparent);
	color: var(--prints-ink);
	box-shadow: 0 -18px 54px rgba(0, 0, 0, 0.24);
	opacity: 0;
	pointer-events: none;
	transform: translateY(105%);
	transition:
		opacity 180ms ease,
		transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portfolio-print-return-card img {
	width: 3.7rem;
	height: 3.7rem;
	object-fit: cover;
}

.portfolio-print-return-card strong {
	display: block;
	color: var(--prints-ink);
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.portfolio-print-return-card__arrow {
	position: static;
	display: inline-grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	border-radius: 999px;
	background: color-mix(in srgb, var(--prints-paper) 96%, transparent);
	color: var(--prints-ink);
	box-shadow: 0 -8px 18px rgba(0, 0, 0, 0.16);
}

.portfolio-print-return-card__action {
	color: var(--prints-ink);
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1.1;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}

html.portfolio-print-product-past .portfolio-print-return-card {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.portfolio-print-lightbox {
	position: fixed;
	inset: 0;
	z-index: 3000;
	display: grid;
	place-items: center;
	padding: clamp(1rem, 4vw, 3rem);
	background: rgba(2, 8, 12, 0.92);
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}

.portfolio-print-lightbox[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
}

.portfolio-print-lightbox img {
	max-width: 100%;
	max-height: 100%;
	border: 0;
	background: transparent;
	box-shadow: none;
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;
}

.portfolio-print-lightbox__close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	display: inline-grid;
	width: 2.8rem;
	height: 2.8rem;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	cursor: pointer;
}

html.portfolio-print-lightbox-open,
html.portfolio-print-lightbox-open body {
	overflow: hidden;
}

@keyframes portfolioPrintDetailVertical {
	0% {
		opacity: 1;
		background-position: 50% 0%;
	}

	33.85% {
		opacity: 1;
		background-position: 50% 100%;
	}

	34.5% {
		opacity: 0;
		background-position: 50% 100%;
	}

	99.35% {
		opacity: 0;
		background-position: 50% 0%;
	}

	100% {
		opacity: 1;
		background-position: 50% 0%;
	}
}

@keyframes portfolioPrintDetailHorizontal {
	0%,
	33.85% {
		opacity: 0;
		background-position: 0% 50%;
	}

	34.5% {
		opacity: 1;
		background-position: 0% 50%;
	}

	68.35% {
		opacity: 1;
		background-position: 100% 50%;
	}

	69%,
	100% {
		opacity: 0;
		background-position: 100% 50%;
	}
}

@keyframes portfolioPrintDetailFull {
	0%,
	68.35% {
		opacity: 0;
		background-position: 50% 50%;
		background-size: contain;
		transform: scale(0.96);
	}

	69% {
		opacity: 1;
		background-position: 50% 50%;
		background-size: contain;
		transform: scale(1);
	}

	99.35% {
		opacity: 1;
		background-position: 50% 50%;
		background-size: contain;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		background-position: 50% 50%;
		background-size: contain;
		transform: scale(0.96);
	}
}

@media (max-width: 1100px) {
	.portfolio-prints-explore__bar {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.portfolio-prints-explore .portfolio-print-shop-sort {
		grid-template-columns: minmax(10rem, 14rem) minmax(14rem, 1fr) auto;
	}

	.portfolio-prints-explore .portfolio-print-shop-sort--sort {
		grid-template-columns: 1fr;
	}

	.portfolio-prints-explore .portfolio-print-shop-sort--search {
		grid-template-columns: minmax(14rem, 1fr) auto;
	}
}

@media (max-width: 980px) {
	.portfolio-prints-shop-all .portfolio-prints-collection-header {
		width: calc(100% - (var(--prints-page-gutter, clamp(1rem, 4vw, 2rem)) * 2));
		max-width: 1180px;
	}

	.portfolio-prints-shop-all .portfolio-prints-collection-header h1,
	.portfolio-prints-shop-all .portfolio-prints-collection-header__display-title,
	.portfolio-prints-shop-all .portfolio-prints-collection-header > p:not(.portfolio-prints-kicker) {
		max-width: none;
	}

	.portfolio-prints-collection-header {
		padding-top: clamp(13.5rem, 20vw, 15.5rem);
	}

	.portfolio-prints-collection-index-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense,
	.portfolio-prints-shop-all-collections .portfolio-prints-collection-index-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.portfolio-prints-explore {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.portfolio-prints-explore__filters--desktop,
	.portfolio-print-shop-sort--desktop {
		display: none !important;
	}

	.portfolio-prints-explore__mobile-bar {
		position: sticky;
		top: var(--prints-mobile-filter-top, 0px);
		z-index: 80;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		min-height: 3.4rem;
		margin: 0 calc(var(--prints-page-gutter, clamp(1rem, 4vw, 2rem)) * -1);
		padding: 0.85rem var(--prints-page-gutter, clamp(1rem, 4vw, 2rem));
		border-top: 1px solid var(--prints-border);
		border-bottom: 1px solid var(--prints-border);
		background: color-mix(in srgb, var(--prints-bg) 94%, transparent);
		backdrop-filter: blur(18px);
		transition: top 180ms ease;
	}

	.portfolio-prints-explore__mobile-toggle {
		display: inline-flex;
		align-items: center;
		gap: 0.7rem;
		border: 0;
		background: transparent;
		color: var(--prints-grid-accent);
		font: inherit;
		font-size: 0.92rem;
		font-weight: 820;
		letter-spacing: 0.16em;
		text-transform: uppercase;
		cursor: pointer;
	}

	.portfolio-prints-explore__mobile-toggle .ti {
		font-size: 1.1rem;
	}

	.portfolio-prints-explore__mobile-summary {
		max-width: 52%;
		overflow: hidden;
		color: var(--prints-muted);
		font-size: 0.82rem;
		font-weight: 760;
		letter-spacing: 0.08em;
		text-align: right;
		text-overflow: ellipsis;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.portfolio-prints-explore__drawer {
		position: fixed;
		inset: 0;
		z-index: 1800;
		display: block;
		visibility: hidden;
		pointer-events: none;
	}

	.portfolio-prints-explore__drawer::before {
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.48);
		opacity: 0;
		content: "";
		transition: opacity 220ms ease;
	}

	.portfolio-prints-explore__drawer-panel {
		position: relative;
		display: grid;
		align-content: start;
		gap: 1.15rem;
		width: min(88vw, 25rem);
		height: 100%;
		padding: clamp(1.25rem, 5vw, 2rem);
		overflow-y: auto;
		border-right: 1px solid var(--prints-border);
		background: var(--prints-bg);
		box-shadow: 1.5rem 0 4rem rgba(0, 0, 0, 0.28);
		transform: translateX(-105%);
		transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
	}

	.portfolio-prints-explore.is-filter-drawer-open .portfolio-prints-explore__drawer {
		visibility: visible;
		pointer-events: auto;
	}

	.portfolio-prints-explore.is-filter-drawer-open .portfolio-prints-explore__drawer::before {
		opacity: 1;
	}

	.portfolio-prints-explore.is-filter-drawer-open .portfolio-prints-explore__drawer-panel {
		transform: translateX(0);
	}

	.portfolio-prints-explore__drawer-close {
		justify-self: end;
		position: relative;
		display: inline-grid;
		place-items: center;
		width: 2.5rem;
		height: 2.5rem;
		border: 0;
		border-radius: 0;
		background: transparent;
		color: var(--prints-ink);
		cursor: pointer;
	}

	.portfolio-prints-explore__drawer-close :is(.menu-line-1, .menu-line-2, .menu-line-3) {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 2.05rem;
		height: 2px;
		background: currentColor;
		transform-origin: 50% 50%;
	}

	.portfolio-prints-explore__drawer-close .menu-line-1 {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.portfolio-prints-explore__drawer-close .menu-line-2 {
		opacity: 0;
		transform: translate(-50%, -50%) scaleX(0);
	}

	.portfolio-prints-explore__drawer-close .menu-line-3 {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.portfolio-prints-explore__drawer-panel > .portfolio-prints-kicker {
		display: block;
		justify-self: stretch;
		width: auto !important;
		max-width: none;
		--ibenlo-kicker-line-width: 100%;
		margin-bottom: 0.35rem;
	}

	.portfolio-prints-explore__drawer-section {
		display: grid;
		gap: 0.95rem;
	}

	.portfolio-prints-explore__drawer-section h3 {
		margin: 0;
		color: var(--prints-ink);
		font-size: 1.1rem;
		font-weight: 820;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.portfolio-prints-explore__collections-disclosure {
		margin-top: 0.25rem;
	}

	.portfolio-prints-explore__collections-disclosure summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		min-height: 3.35rem;
		border-top: 1px solid var(--prints-border);
		border-bottom: 1px solid var(--prints-border);
		color: var(--prints-ink);
		font-size: 1.08rem;
		font-weight: 820;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		cursor: pointer;
		list-style: none;
	}

	.portfolio-prints-explore__collections-disclosure summary::-webkit-details-marker {
		display: none;
	}

	.portfolio-prints-explore__collections-disclosure summary .ti {
		color: var(--prints-grid-accent);
		font-size: 1.15rem;
		transition: transform 180ms ease;
	}

	.portfolio-prints-explore__collections-disclosure[open] summary .ti {
		transform: rotate(180deg);
	}

	.portfolio-prints-explore__filters--mobile {
		position: static;
		display: grid;
		border-right: 0;
		padding-right: 0;
	}

	.portfolio-prints-explore__filters--mobile a {
		min-height: 4.15rem;
		gap: 1rem;
		font-size: clamp(1rem, 2.85vw, 1.12rem);
		letter-spacing: 0.055em;
		line-height: 1.15;
	}

	.portfolio-prints-explore__filters--mobile a .ti {
		margin-left: 0.75rem;
	}

	.portfolio-prints-explore__filters--mobile a:hover,
	.portfolio-prints-explore__filters--mobile a:focus-visible,
	.portfolio-prints-explore__filters--mobile a.is-active {
		padding-left: 0.2rem;
	}

	.portfolio-prints-explore__filters--mobile .portfolio-prints-explore__reset {
		margin-top: 0.9rem;
	}

	.portfolio-prints-explore .portfolio-print-shop-sort--mobile {
		display: grid;
		grid-template-columns: 1fr;
		gap: 0.8rem;
		margin: 0;
	}

	.portfolio-prints-explore .portfolio-print-shop-sort--mobile .portfolio-prints-explore__search {
		order: 1;
	}

	.portfolio-prints-explore .portfolio-print-shop-sort--mobile .portfolio-print-filter-button {
		order: 2;
		width: 100%;
	}

	.portfolio-prints-explore .portfolio-print-shop-sort--mobile label:not(.portfolio-prints-explore__search) {
		order: 3;
	}

	.portfolio-print-single .portfolio-print-product-layout {
		left: 50%;
		width: 100vw;
		grid-template-columns: 1fr;
		margin-left: -50vw;
		max-width: none;
	}

	.portfolio-print-single .portfolio-print-product-media,
	.portfolio-print-product-carousel {
		width: 100vw;
		max-width: none;
	}

	.portfolio-print-product-carousel__arrow {
		width: clamp(2.25rem, 6.5vw, 3.125rem) !important;
		height: clamp(2.25rem, 6.5vw, 3.125rem) !important;
		min-width: clamp(2.25rem, 6.5vw, 3.125rem) !important;
		min-height: clamp(2.25rem, 6.5vw, 3.125rem) !important;
		font-size: clamp(2rem, 5.75vw, 2.75rem) !important;
	}

	.portfolio-print-purchase-panel {
		position: static;
	}

	.portfolio-print-single .portfolio-print-purchase-panel {
		width: min(100% - 2rem, 1180px);
		max-width: none;
		box-sizing: border-box;
		margin-top: clamp(2.25rem, 6vw, 4rem);
		margin-inline: auto;
	}

	.portfolio-print-title-row {
		grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.7fr);
	}
}

@media (max-width: 680px) {
	.portfolio-prints-collection-header {
		padding-top: clamp(12.5rem, 32vw, 14.25rem);
	}

	.portfolio-prints-index-page {
		padding-top: clamp(12rem, 34vw, 14rem);
	}

	.portfolio-prints-shop-all .portfolio-prints-collection-header {
		padding-top: clamp(10.5rem, 30vw, 12rem);
	}

	.portfolio-prints-featured-collection {
		background:
			linear-gradient(180deg, color-mix(in srgb, var(--prints-bg) 92%, transparent) 0%, color-mix(in srgb, var(--prints-bg) 78%, transparent) 50%, color-mix(in srgb, var(--prints-bg) 24%, transparent) 100%),
			var(--featured-collection-image) center / cover no-repeat,
			var(--prints-bg-soft);
	}

	body.ibenlo-light-mode .portfolio-prints-featured-collection {
		background:
			linear-gradient(180deg, color-mix(in srgb, var(--prints-bg) 96%, transparent) 0%, color-mix(in srgb, var(--prints-bg) 80%, transparent) 54%, color-mix(in srgb, var(--prints-bg) 26%, transparent) 100%),
			var(--featured-collection-image) center / cover no-repeat,
			var(--prints-bg-soft);
	}

	.portfolio-prints-collection-index-grid {
		grid-template-columns: 1fr;
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense,
	.portfolio-prints-shop-all-collections .portfolio-prints-collection-index-grid {
		grid-template-columns: 1fr;
	}

	.portfolio-prints-explore .portfolio-print-shop-sort {
		grid-template-columns: 1fr;
	}

	.portfolio-print-wall-hero__brand {
		display: block;
	}

	.portfolio-print-wall-hero .portfolio-print-room__safe-zone {
		overflow: hidden;
	}

	.portfolio-print-wall-hero .portfolio-print-room__frame {
		width: var(--print-room-frame-width, 82%);
		max-width: 100%;
		max-height: 100%;
		padding: 2rem;
		border-width: 0.96rem;
		box-shadow:
			0 16px 32px rgba(10, 13, 15, 0.22),
			0 1px 0 rgba(255, 255, 255, 0.44) inset,
			0 0 0 1px rgba(255, 255, 255, 0.08);
	}

	.portfolio-print-related-grid .portfolio-prints-section-heading h2 {
		white-space: normal;
	}

	.portfolio-print-hero-card,
	.portfolio-print-return-card {
		right: 1rem;
		left: 1rem;
		width: auto;
	}

	.portfolio-print-hero-card {
		grid-template-columns: auto minmax(0, 1fr) auto;
		gap: 0.75rem;
		padding: 0.8rem 0.85rem;
		text-align: left;
	}

	.portfolio-print-hero-card__thumb {
		width: clamp(4.35rem, 18vw, 5rem);
	}

	.portfolio-print-hero-card__meta {
		font-size: clamp(0.9rem, 3.7vw, 1.08rem);
	}

	.portfolio-print-hero-card__title {
		font-size: clamp(1.55rem, 7.6vw, 2.15rem);
	}

	.portfolio-print-hero-card__price {
		font-size: clamp(0.78rem, 3.2vw, 0.92rem);
	}

	.portfolio-print-hero-card__arrow {
		width: 2.4rem;
		height: 2.4rem;
		font-size: 2rem;
	}

	.portfolio-print-single .portfolio-print-product-layout {
		width: 100vw;
		gap: 1.4rem;
		min-height: auto;
		padding-top: 0;
	}

	.portfolio-print-product-media {
		min-height: 0;
		width: 100vw;
	}

	.portfolio-print-product-carousel {
		min-height: clamp(19rem, 58svh, 28rem);
	}

	.portfolio-print-single .portfolio-print-artwork,
	.portfolio-print-detail-pan {
		min-height: clamp(19rem, 58svh, 28rem);
	}

	.portfolio-print-purchase-panel {
		width: min(100% - 2rem, 1180px);
		margin-inline: auto;
	}

	.portfolio-print-single .portfolio-print-purchase-panel {
		margin-top: clamp(2rem, 8vw, 3rem);
	}

	.portfolio-print-purchase-panel h1 {
		font-size: clamp(3.15rem, 12vw, 4.4rem);
		line-height: 0.94;
	}

	body.ibenlo-stage-theme .portfolio-print-product__price.ibenlo-type-section-header {
		margin-top: 0.25rem;
	}

	.portfolio-print-return-card {
		grid-template-columns: auto minmax(0, 1fr) auto auto;
		gap: 0.65rem;
	}

	.portfolio-print-return-card__action {
		font-size: clamp(0.66rem, 2.8vw, 0.76rem);
	}

	.portfolio-print-title-row {
		grid-template-columns: 1fr;
		gap: 0.85rem;
	}

	.portfolio-print-title-row__sizes h2 {
		margin-bottom: 0.55rem;
	}

	.portfolio-print-product-carousel__dots button {
		width: 0.72rem;
		min-height: 0.72rem;
		padding: 0;
	}

	.portfolio-print-product-carousel__dots button span {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	.portfolio-print-single .portfolio-print-artwork .portfolio-print-editorial-card__frame {
		width: 92%;
	}

	.portfolio-print-size-options {
		gap: 0.45rem;
	}

	.portfolio-print-size-options span {
		min-height: 2.1rem;
		padding: 0.45rem 0.65rem;
		font-size: 0.72rem;
	}
}

/* Standalone-theme parity adjustments after uncoupling from the parent theme. */
.portfolio-prints-collection-header > p:not(.portfolio-prints-kicker) {
	max-width: min(100%, 68rem);
}

.portfolio-print-collection-tools {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.portfolio-print-search {
	width: 100%;
	max-width: none;
	grid-template-columns: minmax(0, 1fr) max-content;
}

.portfolio-prints-store-footer__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(22rem, 1.55fr);
}

.portfolio-prints-signup {
	width: 100%;
	box-sizing: border-box;
}

.portfolio-prints-section-heading .portfolio-prints-crumb-button {
	min-height: var(--ibenlo-button-utility-min-height, var(--portfolio-prints-section-cta-height, 3.35rem));
	padding-block: var(--ibenlo-button-utility-padding-y, 0.88rem);
	padding-inline: max(var(--ibenlo-button-utility-padding-x, 1.5rem), 1.75rem);
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__media,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card__media {
	min-height: clamp(22rem, 38vw, 36rem);
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame {
	width: min(100%, 56rem);
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame {
	height: min(100%, 52rem);
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__mat,
.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__mat img,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card__mat,
.portfolio-prints-collection .portfolio-print-theme-grid.is-detailed .portfolio-print-editorial-card__mat img {
	width: 100%;
	height: 100%;
}

body.ibenlo-stage-theme .portfolio-print-product__price.ibenlo-type-section-header {
	font-size: clamp(1.15rem, 1.25vw, 1.42rem);
}

.portfolio-print-size-group {
	gap: 0.62rem;
}

.portfolio-print-size-options {
	gap: 0.65rem;
}

.portfolio-print-size-options > span,
.portfolio-print-size-option {
	min-height: max(var(--ibenlo-chip-min-height, 2.45rem), 2.85rem);
	padding: max(var(--ibenlo-chip-padding-y, 0.55rem), 0.66rem) max(var(--ibenlo-chip-padding-x, 0.85rem), 1rem);
	font-size: max(var(--ibenlo-chip-font-size, var(--ibenlo-type-label-text, 0.78rem)), 0.88rem);
}

.portfolio-print-size-option {
	flex-direction: row;
}

.portfolio-print-size-option small {
	display: none;
}

@media (max-width: 1180px) {
	.portfolio-prints-store-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.portfolio-print-collection-tools {
		grid-template-columns: 1fr;
	}
}

.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.75rem, 1.3vw, 1rem);
}

@media (max-width: 980px) {
	.portfolio-prints-shop-all .portfolio-prints-collection-header {
		border-bottom: 0;
	}

	.portfolio-prints-shop-all .portfolio-prints-explore {
		padding-top: 0;
	}

	.portfolio-prints-explore__mobile-bar {
		display: grid;
		grid-template-columns: minmax(0, max-content) minmax(16rem, 20rem);
	}

	.portfolio-prints-explore__mobile-filter-status {
		display: inline-flex;
		align-items: center;
		gap: 0.8rem;
		min-width: 0;
	}

	.portfolio-prints-explore__mobile-summary {
		max-width: none;
		text-align: left;
	}

	.portfolio-print-view-toggle--mobile {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-self: end;
		width: min(100%, 20rem);
		padding: 0.24rem;
	}

	.portfolio-print-view-toggle--mobile button {
		justify-content: center;
		min-height: 2.25rem;
		gap: 0.32rem;
		padding: 0.48rem 0.58rem;
		font-size: clamp(0.68rem, 1.75vw, 0.78rem);
	}

	.portfolio-print-view-toggle--mobile button .ti {
		font-size: 0.95rem;
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed {
		gap: clamp(0.95rem, 2.3vw, 1.3rem);
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card {
		display: grid;
		grid-template-rows: auto min-content;
		align-content: start;
		row-gap: clamp(0.9rem, 1.65vw, 1.1rem);
		overflow: hidden;
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__media {
		width: 100%;
		min-height: 0;
		max-height: none;
		aspect-ratio: 4 / 3;
		overflow: hidden;
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__frame,
	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-portrait-print .portfolio-print-editorial-card__frame,
	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-landscape-print .portfolio-print-editorial-card__frame,
	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card.is-square-print .portfolio-print-editorial-card__frame {
		width: 100%;
		height: 100%;
		aspect-ratio: auto;
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__mat,
	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__mat img {
		width: 100%;
		height: 100%;
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__mat img {
		object-fit: cover;
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-editorial-card__body {
		display: grid;
		align-content: start;
		min-height: clamp(3.35rem, 7vw, 4.35rem);
		padding: 0;
	}

	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed .portfolio-print-share-button {
		--print-share-size: 2.45rem;
		--print-share-icon-size: 1.1rem;
		top: 0.55rem;
		right: 0.55rem;
	}
}

@media (max-width: 680px) {
	.portfolio-prints-shop-all .portfolio-print-editorial-row--dense.is-detailed {
		grid-template-columns: 1fr;
	}

	.portfolio-prints-explore__mobile-bar {
		grid-template-columns: minmax(0, max-content) minmax(16rem, 20rem);
		gap: 0.75rem;
	}

	.portfolio-print-view-toggle--mobile {
		border-radius: 999px;
		width: min(100%, 20rem);
	}

	.portfolio-print-view-toggle--mobile button {
		min-height: 2.1rem;
		padding: 0.42rem 0.5rem;
	}
}

@media (max-width: 420px) {
	.portfolio-prints-explore__mobile-bar {
		grid-template-columns: minmax(0, 1fr) minmax(8.75rem, 10rem);
	}

	.portfolio-print-view-toggle--mobile button span {
		display: none;
	}
}
