/* Footer, newsletter, Instagram strip, payments, social links and back-to-top extracted from main.css. */

.site-footer__inner {
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.site-footer__brand {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}

.footer-menu {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer {
	background: var(--actorshop-primary-deep);
	color: var(--actorshop-primary-soft);
}

.site-footer__inner {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	padding: 34px 0;
}

.site-footer p {
	max-width: 420px;
	margin: 8px 0 0;
	color: var(--actorshop-primary-soft);
}

.site-footer a {
	color: var(--color-on-ink);
}

.footer-menu {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.footer-menu a {
	display: inline-flex;
	padding: 8px 10px;
	text-decoration: none;
}

@media (max-width: 900px) {
.site-footer__inner {
		display: grid;
	}

.footer-menu {
		justify-content: flex-start;
	}
}

@media (max-width: 620px) {
.site-footer__inner {
		width: min(100% - 22px, var(--container));
	}
}

.site-footer__brand {
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
}

.site-footer {
	margin-top: 40px;
	background: #111111;
	color: #e6e6e6;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(260px, 1.05fr) minmax(320px, 0.95fr);
	gap: 56px;
	padding: 58px 0 42px;
}

.site-footer__brand-block {
	display: grid;
	gap: 16px;
	align-content: start;
}

.site-footer p {
	max-width: 520px;
	margin: 0;
	color: #d0d0d0;
	font-size: 15px;
	line-height: 1.7;
}

.site-footer__brand {
	color: #ffffff;
	text-decoration: none;
}

.site-footer__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.site-footer__trust span {
	padding: 8px 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #e6e6e6;
	font-size: 12px;
	font-weight: 750;
}

.site-footer__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
}

.site-footer__nav h2 {
	margin: 0 0 14px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.footer-menu {
	display: grid;
	gap: 7px;
	justify-content: stretch;
}

.footer-menu a {
	padding: 4px 0;
	color: #d0d0d0;
}

.footer-menu a:hover,

.footer-menu a:focus {
	color: #ffffff;
}

.site-footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
	padding: 18px 0 22px;
	color: #b8b8b8;
	font-size: 13px;
}

.site-footer__bottom nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.site-footer__bottom a {
	color: #d8d8d8;
	text-decoration: none;
}

.site-footer__bottom a:hover,

.site-footer__bottom a:focus {
	color: #ffffff;
}

@media (max-width: 900px) {
.site-footer__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

@media (max-width: 620px) {
.site-footer__columns,

.site-footer__bottom-inner {
		display: grid;
	}
}

.actorshop-instagram-strip {
	--actorshop-instagram-gap: clamp(10px, 1vw, 14px);
	margin-top: clamp(28px, 4vw, 48px);
	padding: clamp(22px, 3vw, 34px) 0;
	background: var(--actorshop-instagram-strip-bg, var(--actorshop-surface-alt, #eeeeee));
	color: #111111;
	overflow: hidden;
}

.actorshop-instagram-strip__inner {
	display: grid;
	grid-template-columns: minmax(210px, 0.28fr) minmax(0, 1fr);
	gap: clamp(18px, 2.6vw, 34px);
	align-items: center;
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
}

.actorshop-instagram-strip__head {
	display: grid;
	gap: 8px;
	align-content: center;
}

.actorshop-instagram-strip__head p {
	width: max-content;
	margin: 0;
	padding: 7px 10px;
	background: #111111;
	color: #ffffff;
	font-family: var(--actorshop-font-ui);
	font-size: 11px;
	font-weight: 950;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.actorshop-instagram-strip__head h2 {
	max-width: 13ch;
	margin: 0;
	color: #111111;
	font-family: var(--actorshop-font-heading);
	font-size: 30px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.04;
}

.actorshop-instagram-strip__head a {
	color: inherit;
	text-decoration: none;
}

.actorshop-instagram-strip__carousel {
	display: grid;
	min-width: 0;
}

.actorshop-instagram-strip__controls {
	display: flex;
	gap: 6px;
	justify-content: flex-start;
	margin-top: 6px;
}

.actorshop-instagram-strip__button {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid rgba(17, 17, 17, 0.32);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.62);
	color: #111111;
	cursor: pointer;
	transition: background 160ms ease, border-color 160ms ease, color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.actorshop-instagram-strip__button svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
}

.actorshop-instagram-strip__button:hover,

.actorshop-instagram-strip__button:focus {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
	transform: translateY(-1px);
}

.actorshop-instagram-strip__button:disabled {
	background: rgba(255, 255, 255, 0.34);
	cursor: default;
	opacity: 0.34;
	transform: none;
}

.actorshop-instagram-strip__viewport {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
}

.actorshop-instagram-strip__viewport::-webkit-scrollbar {
	display: none;
}

.actorshop-instagram-strip__track {
	display: flex;
	width: max-content;
	min-width: 100%;
}

.actorshop-instagram-strip__group {
	display: flex;
	gap: var(--actorshop-instagram-gap);
	min-width: 0;
}

.actorshop-instagram-strip__item {
	position: relative;
	display: block;
	flex: 0 0 clamp(112px, 8.6vw, 148px);
	aspect-ratio: 1 / 1;
	background: #deded8;
	color: #111111;
	overflow: hidden;
	scroll-snap-align: start;
}

.actorshop-instagram-strip__item img {
	display: block;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	object-fit: cover;
	transform: scale(1.01);
	transition: filter 180ms ease, opacity 180ms ease, transform 220ms ease;
}

.actorshop-instagram-strip__item:hover img,

.actorshop-instagram-strip__item:focus img {
	filter: grayscale(0);
	opacity: 0.92;
	transform: scale(1.045);
}

@keyframes actorshop-instagram-strip-left {
	from {
		transform: translate3d(0, 0, 0);
	}

	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.site-footer {
	--actorshop-footer-main-bg: var(--actorshop-hero-ink, var(--actorshop-text, #111111));
	--actorshop-footer-main-text: var(--actorshop-hero-on-ink, var(--actorshop-on-ink, #ffffff));
	--actorshop-footer-bottom-bg: var(--actorshop-footer-main-bg);
	--actorshop-footer-bottom-text: var(--actorshop-footer-main-text);
	--actorshop-footer-heading: var(--actorshop-footer-main-text);
	--actorshop-footer-muted: color-mix(in srgb, var(--actorshop-footer-main-text) 70%, var(--actorshop-footer-main-bg));
	--actorshop-footer-link: color-mix(in srgb, var(--actorshop-footer-main-text) 72%, var(--actorshop-footer-main-bg));
	--actorshop-footer-link-hover: var(--actorshop-footer-main-text);
	--actorshop-footer-border: color-mix(in srgb, var(--actorshop-footer-main-text) 16%, transparent);
	--actorshop-footer-border-strong: color-mix(in srgb, var(--actorshop-footer-main-text) 30%, transparent);
	--actorshop-footer-field-bg: color-mix(in srgb, var(--actorshop-footer-main-bg) 82%, var(--actorshop-footer-main-text));
	--actorshop-footer-field-bg-focus: color-mix(in srgb, var(--actorshop-footer-main-bg) 74%, var(--actorshop-footer-main-text));
	--actorshop-footer-button-bg: var(--actorshop-footer-main-text);
	--actorshop-footer-button-text: var(--actorshop-footer-main-bg);
	--actorshop-footer-error: #ffb9b9;
	position: relative;
	margin-top: 0;
	border-top: 1px solid var(--actorshop-footer-border);
	background: var(--actorshop-footer-main-bg, #2c2c2c);
	color: var(--actorshop-footer-main-text, #ffffff);
}

.site-footer.actorshop-footer-template--light {
	--actorshop-footer-main-bg: var(--actorshop-surface, #f7f7f7);
	--actorshop-footer-main-text: var(--actorshop-text, #111111);
	--actorshop-footer-bottom-bg: var(--actorshop-surface-alt, #eeeeee);
	--actorshop-footer-bottom-text: var(--actorshop-text, #111111);
	--actorshop-footer-heading: var(--actorshop-text, #111111);
	--actorshop-footer-muted: var(--actorshop-muted, #666666);
	--actorshop-footer-link: color-mix(in srgb, var(--actorshop-text, #111111) 72%, var(--actorshop-muted, #666666));
	--actorshop-footer-link-hover: var(--actorshop-text, #111111);
	--actorshop-footer-border: var(--actorshop-line-soft, color-mix(in srgb, var(--actorshop-text, #111111) 12%, transparent));
	--actorshop-footer-border-strong: var(--actorshop-line-mid, color-mix(in srgb, var(--actorshop-text, #111111) 18%, transparent));
	--actorshop-footer-field-bg: var(--actorshop-page, #ffffff);
	--actorshop-footer-field-bg-focus: var(--actorshop-page, #ffffff);
	--actorshop-footer-button-bg: var(--actorshop-text, #111111);
	--actorshop-footer-button-text: var(--actorshop-on-ink, #ffffff);
	--actorshop-footer-error: #9d1f1f;
}

.site-footer__inner {
	display: grid;
	grid-template-columns: minmax(190px, 0.72fr) minmax(0, 2.9fr);
	gap: clamp(34px, 5vw, 72px);
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
	padding: clamp(54px, 7vw, 86px) 0 58px;
}

.site-footer__brand-block {
	display: grid;
	gap: 16px;
	align-content: start;
}

.site-footer__brand-block h2 {
	margin: 0;
	color: var(--actorshop-footer-heading);
	font-size: clamp(18px, 1.5vw, 23px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	white-space: normal;
}

.site-footer__brand {
	display: inline-block;
	width: max-content;
	color: var(--actorshop-footer-heading);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.site-footer__brand--logo {
	display: inline-flex;
	align-items: center;
	width: min(180px, 100%);
	max-width: 180px;
	color: var(--actorshop-footer-heading);
}

.site-footer__brand-logo {
	display: block;
	width: 100%;
	height: auto;
	filter: brightness(0) invert(1);
}

.actorshop-footer-template--light .site-footer__brand-logo {
	filter: none;
}

.site-footer__contact {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	color: var(--actorshop-footer-muted);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
	list-style: none;
}

.site-footer__contact strong {
	color: var(--actorshop-footer-heading);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.site-footer__columns {
	display: grid;
	grid-template-columns: minmax(180px, 0.82fr) minmax(220px, 0.95fr) minmax(280px, 1.38fr);
	gap: clamp(28px, 4vw, 56px);
}

.site-footer__nav h2,

.site-footer__instagram h2,

.site-footer__newsletter h2 {
	margin: 0 0 20px;
	color: var(--actorshop-footer-heading);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
}

.site-footer__instagram h2 a {
	color: inherit;
	text-decoration: none;
}

.site-footer__instagram h2 a:hover,

.site-footer__instagram h2 a:focus {
	color: var(--actorshop-footer-link-hover);
}

.site-footer .footer-menu {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .footer-menu a {
	display: inline-block;
	padding: 0;
	color: var(--actorshop-footer-link);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.35;
	text-decoration: none;
	transition: color 160ms ease;
}

.site-footer .footer-menu a:hover,

.site-footer .footer-menu a:focus {
	color: var(--actorshop-footer-link-hover);
}

.site-footer__insta-grid {
	display: grid;
	grid-template-columns: repeat(4, 48px);
	gap: 8px;
}

.site-footer__insta-grid a {
	display: block;
	width: 48px;
	height: 48px;
	background: color-mix(in srgb, var(--actorshop-footer-main-text) 10%, var(--actorshop-footer-main-bg));
	overflow: hidden;
}

.site-footer__insta-grid img {
	display: block;
	width: 100%;
	height: 100%;
	filter: grayscale(1);
	object-fit: cover;
	transition: filter 160ms ease, opacity 160ms ease;
}

.site-footer__insta-grid a:hover img,

.site-footer__insta-grid a:focus img {
	filter: grayscale(0);
	opacity: 0.88;
}

.site-footer__newsletter {
	display: grid;
	gap: 0;
	align-content: start;
}

.site-footer__newsletter p {
	max-width: 34ch;
	margin: 0 0 14px;
	color: var(--actorshop-footer-muted);
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
}

.site-footer__newsletter-form {
	display: grid;
	gap: 10px;
	max-width: 390px;
	margin-top: 4px;
}

.site-footer__newsletter-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	border: 1px solid var(--actorshop-footer-border-strong);
	background: var(--actorshop-footer-field-bg);
	transition: border-color 160ms ease, background-color 160ms ease;
}

.site-footer__newsletter-row:focus-within {
	border-color: var(--actorshop-footer-link-hover);
	background: var(--actorshop-footer-field-bg-focus);
}

.site-footer__newsletter-field {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 0 12px;
	color: var(--actorshop-footer-muted);
}

.site-footer__newsletter-field svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 1.8;
}

.site-footer__newsletter-row input[type="email"] {
	width: 100%;
	min-width: 0;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--actorshop-footer-main-text);
	font-size: 13px;
	font-weight: 650;
	outline: 0;
}

.site-footer__newsletter-row input[type="email"]::placeholder {
	color: color-mix(in srgb, var(--actorshop-footer-muted) 72%, transparent);
}

.site-footer__newsletter-row button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	height: 44px;
	padding: 0 14px;
	border: 0;
	background: var(--actorshop-footer-button-bg);
	color: var(--actorshop-footer-button-text);
	font-family: var(--actorshop-font-ui);
	font-size: 12px;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	transition: opacity 160ms ease, transform 160ms ease;
}

.site-footer__newsletter-row button:hover,

.site-footer__newsletter-row button:focus {
	transform: translateY(-1px);
}

.site-footer__newsletter-row button:disabled {
	cursor: progress;
	opacity: 0.62;
	transform: none;
}

.site-footer__newsletter-consent {
	display: grid;
	grid-template-columns: 16px minmax(0, 1fr);
	gap: 8px;
	align-items: start;
	color: var(--actorshop-footer-muted);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.35;
}

.site-footer__newsletter-consent input {
	margin-top: 1px;
	accent-color: var(--actorshop-footer-button-bg);
}

.site-footer__newsletter-trap {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.site-footer__newsletter-status {
	min-height: 18px;
	color: var(--actorshop-footer-main-text);
	font-size: 12px;
	font-weight: 750;
}

.site-footer__newsletter-form.is-error .site-footer__newsletter-status {
	color: var(--actorshop-footer-error);
}

.site-footer__bottom {
	border-top: 1px solid var(--actorshop-footer-border);
	background: var(--actorshop-footer-bottom-bg, var(--actorshop-footer-main-bg, #2c2c2c));
	color: var(--actorshop-footer-bottom-text, var(--actorshop-footer-main-text, #ffffff));
}

.site-footer__bottom-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	width: min(100% - 32px, var(--container));
	margin-inline: auto;
	padding: 24px 0 30px;
	color: currentColor;
	font-size: 13px;
	font-weight: 700;
}

.site-footer__payments,

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.site-footer__payments {
	display: grid;
	grid-template-columns: repeat(5, 44px);
	width: max-content;
	max-width: 252px;
}

.site-footer__payments--brand {
	grid-template-columns: repeat(3, 44px);
	width: min(100%, 148px);
	max-width: 148px;
}

.site-footer__payment-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 26px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

.site-footer__payment-icon--paypal {
	border-radius: 3px;
	background: #ffffff;
	overflow: hidden;
}

.site-footer__payment-icon--paypal img {
	width: 38px;
	max-width: 38px;
	height: 20px;
	max-height: 20px;
}

.site-footer__payment-icon img {
	display: block;
	width: 44px;
	max-width: none;
	height: 26px;
	max-height: none;
	border-radius: 3px;
	object-fit: contain;
}

.site-footer__copyright {
	color: currentColor;
	text-align: left;
}

.site-footer__social {
	justify-content: flex-end;
	gap: 10px;
}

.site-footer__social a {
	--actorshop-footer-social-ink: var(--actorshop-footer-bottom-text, var(--actorshop-footer-main-text, #ffffff));
	--actorshop-footer-social-bg: var(--actorshop-footer-bottom-bg, var(--actorshop-footer-main-bg, #202020));
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid var(--actorshop-footer-border-strong);
	border-color: color-mix(in srgb, var(--actorshop-footer-social-ink) 34%, transparent);
	border-radius: 0;
	background: transparent;
	color: var(--actorshop-footer-social-ink);
	font-size: 12px;
	font-weight: 900;
	opacity: 1;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-footer__social .fa-brands {
	font-size: 13px;
	line-height: 1;
}

.site-footer__social a:hover,

.site-footer__social a:focus {
	border-color: var(--actorshop-footer-social-ink);
	background: var(--actorshop-footer-social-ink);
	color: var(--actorshop-footer-social-bg);
	transform: translateY(-1px);
}

.site-footer .site-footer__back-top {
	--actorshop-back-top-gap: var(--actorshop-gutter, 16px);
	--actorshop-back-top-bottom-offset: 0px;
	position: fixed;
	right: max(var(--actorshop-back-top-gap), env(safe-area-inset-right));
	bottom: calc(max(var(--actorshop-back-top-gap), env(safe-area-inset-bottom)) + var(--actorshop-back-top-bottom-offset));
	z-index: 120;
	display: inline-grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border: 1px solid #111111;
	border-radius: 0;
	background: #111111;
	color: #ffffff !important;
	font-size: 0;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
	opacity: 0;
	pointer-events: none;
	transform: translateY(14px);
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.site-footer .site-footer__back-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.site-footer .site-footer__back-top svg,

.site-footer .site-footer__back-top .actorshop-icon {
	width: calc(var(--actorshop-ui-icon-size, 20px) + 2px);
	height: calc(var(--actorshop-ui-icon-size, 20px) + 2px);
	font-size: calc(var(--actorshop-ui-icon-size, 20px) + 2px);
	color: currentColor;
	stroke: currentColor;
	transition: transform 180ms ease;
}

.site-footer .site-footer__back-top:hover,

.site-footer .site-footer__back-top:focus {
	border-color: #ffffff;
	background: #ffffff;
	color: #111111 !important;
	transform: translateY(-3px);
}

.site-footer .site-footer__back-top:hover svg,

.site-footer .site-footer__back-top:focus svg,

.site-footer .site-footer__back-top:hover .actorshop-icon,

.site-footer .site-footer__back-top:focus .actorshop-icon {
	transform: translateY(-2px);
}

.site-footer .site-footer__back-top:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.8);
	outline-offset: 4px;
}

@media (max-width: 900px) {
body.actorshop:has(.atelier-shop .shop-toolbar) .site-footer .site-footer__back-top,
body.actorshop:has(.actorshop-shop-module > .shop-toolbar) .site-footer .site-footer__back-top {
		--actorshop-back-top-bottom-offset: 78px;
		z-index: 100060;
	}

body.actorshop.single-product.has-actorshop-product-mobile-buy .site-footer .site-footer__back-top,
body.actorshop.single-product:has(.actorshop-product-mobile-buy) .site-footer .site-footer__back-top {
		--actorshop-back-top-bottom-offset: calc(var(--actorshop-product-mobile-buy-height, 0px) + 10px);
		z-index: 100060;
	}
}

@media (max-width: 900px) {
.site-footer__inner,

.site-footer__columns,

.site-footer__bottom-inner {
		grid-template-columns: 1fr;
	}

.site-footer__copyright {
		text-align: left;
	}

.site-footer__social {
		justify-content: flex-start;
	}

.site-footer__payments--brand {
		grid-template-columns: repeat(5, 44px);
		width: max-content;
		max-width: 252px;
	}
}

@media (max-width: 560px) {
.site-footer__nav h2,

.site-footer__instagram h2 {
		white-space: normal;
	}

.site-footer__insta-grid {
		grid-template-columns: repeat(4, minmax(42px, 1fr));
	}

.site-footer__insta-grid a {
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1;
	}

.actorshop-instagram-strip {
		--actorshop-instagram-gap: 10px;
		padding-block: 24px;
	}

.actorshop-instagram-strip__inner {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 18px;
	}

.actorshop-instagram-strip__controls {
		justify-content: flex-start;
	}

.actorshop-instagram-strip__head h2 {
		max-width: 12ch;
		font-size: 26px;
	}

.actorshop-instagram-strip__item {
		flex-basis: min(36vw, 132px);
	}

.site-footer__newsletter-row {
		grid-template-columns: 1fr;
	}

.site-footer__newsletter-row button {
		width: 100%;
	}

	.site-footer .site-footer__back-top {
		--actorshop-back-top-gap: var(--actorshop-gutter-mobile, var(--actorshop-gutter, 16px));
		--actorshop-back-top-bottom-offset: 0px;
		right: max(var(--actorshop-back-top-gap), env(safe-area-inset-right));
		bottom: calc(max(var(--actorshop-back-top-gap), env(safe-area-inset-bottom)) + var(--actorshop-back-top-bottom-offset));
		z-index: 100060;
		width: 46px;
		height: 46px;
		font-size: 24px;
	}

body.actorshop:has(.atelier-shop .shop-toolbar) .site-footer .site-footer__back-top,
body.actorshop:has(.actorshop-shop-module > .shop-toolbar) .site-footer .site-footer__back-top {
		right: max(var(--actorshop-back-top-gap), env(safe-area-inset-right));
		--actorshop-back-top-bottom-offset: 78px;
		z-index: 100060;
	}

body.actorshop.single-product.has-actorshop-product-mobile-buy .site-footer .site-footer__back-top,
body.actorshop.single-product:has(.actorshop-product-mobile-buy) .site-footer .site-footer__back-top {
		--actorshop-back-top-bottom-offset: calc(var(--actorshop-product-mobile-buy-height, 0px) + 10px);
		z-index: 100060;
	}

body.woocommerce-cart .site-footer .site-footer__back-top,

body.woocommerce-checkout:not(.woocommerce-order-received) .site-footer .site-footer__back-top {
		--actorshop-back-top-bottom-offset: 86px;
		z-index: 316;
	}
}

.site-footer__inner,

.site-footer__bottom-inner {
	width: min(100% - 32px, var(--container));
}

@media (max-width: 700px) {
.site-footer__inner,

.site-footer__bottom-inner {
		width: min(100% - 24px, var(--container));
	}
}

body.actorshop .site-footer__nav h2,

body.actorshop .site-footer__instagram h2 {
	color: var(--actorshop-h2-color);
	font-size: var(--actorshop-h2-size);
	font-weight: var(--actorshop-h2-weight);
	line-height: var(--actorshop-h2-line);
}

.site-footer__brand,

.site-footer__nav h2,

.site-footer__instagram h2 {
	font-family: var(--actorshop-font-heading);
	font-weight: var(--actorshop-weight-heading);
	letter-spacing: var(--actorshop-letter-heading);
}

.footer-menu a {
	font-family: var(--actorshop-font-ui);
	font-weight: var(--actorshop-weight-ui);
}

.site-footer p {
	font-family: var(--actorshop-font-body);
}

body.actorshop .site-footer,

body.actorshop .site-footer p,

body.actorshop .site-footer a,

body.actorshop .site-footer__brand,

body.actorshop .site-footer__nav h2,

body.actorshop .site-footer__instagram h2,

body.actorshop .site-footer__newsletter h2,

body.actorshop .site-footer__brand-block h2 {
	color: var(--actorshop-footer-main-text, #ffffff);
}

body.actorshop .site-footer__bottom,

body.actorshop .site-footer__bottom a,

body.actorshop .site-footer__bottom p,

body.actorshop .site-footer__copyright,

body.actorshop .site-footer__social a {
	color: var(--actorshop-footer-bottom-text, var(--actorshop-footer-main-text, #ffffff));
	opacity: 1;
}

body.actorshop .site-footer p,

body.actorshop .site-footer a:not(.site-footer__back-top) {
	opacity: 0.72;
}

body.actorshop .site-footer .site-footer__social a {
	opacity: 1;
}

body.actorshop .site-footer .site-footer__social a:hover,

body.actorshop .site-footer .site-footer__social a:focus,

body.actorshop .site-footer .site-footer__social a:focus-visible {
	border-color: var(--actorshop-footer-social-ink);
	background: var(--actorshop-footer-social-ink);
	color: var(--actorshop-footer-social-bg);
}

body.actorshop .site-footer__nav h2,

body.actorshop .site-footer__instagram h2,

body.actorshop .site-footer__newsletter h2,

body.actorshop .site-footer__brand-block h2 {
	font-size: 14px;
	line-height: 1.1;
	opacity: 1;
}

body.actorshop .actorshop-instagram-strip__head p {
	color: #ffffff;
	font-size: 11px;
	line-height: 1;
}

body.actorshop .actorshop-instagram-strip__head h2 {
	color: #111111;
	font-size: 30px;
	line-height: 1.04;
}

@media (max-width: 560px) {
body.actorshop .actorshop-instagram-strip__head h2 {
		font-size: 26px;
	}
}

body.actorshop .site-footer__newsletter-row input[type="email"],

body.actorshop .site-footer__newsletter-row input[type="email"]:focus {
	min-height: 44px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--actorshop-footer-main-text, #ffffff) !important;
	outline: 0 !important;
}

body.actorshop .site-footer__newsletter-row input[type="email"]::placeholder {
	color: color-mix(in srgb, var(--actorshop-footer-muted, #a9a9a9) 72%, transparent);
}

body.actorshop-layout-boxed .site-footer,

body.actorshop-layout-boxed .actorshop-instagram-strip,

body.actorshop .actorshop-footer--boxed {
	width: min(100%, calc(var(--actorshop-container, 1180px) + (var(--actorshop-gutter, 16px) * 2)));
	max-width: calc(var(--actorshop-container, 1180px) + (var(--actorshop-gutter, 16px) * 2));
	margin-inline: auto;
}

body.actorshop .actorshop-footer--full,

body.actorshop .actorshop-footer--full-width {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

body.actorshop .actorshop-footer--full,

body.actorshop .actorshop-footer--full-width,

body.actorshop-layout-full-width.actorshop-footer-layout-inherit .site-footer {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

body.actorshop .actorshop-footer--full .site-footer__inner,

body.actorshop .actorshop-footer--full .site-footer__bottom-inner,

body.actorshop .actorshop-footer--full-width .site-footer__inner,

body.actorshop .actorshop-footer--full-width .site-footer__bottom-inner,

body.actorshop-layout-full-width.actorshop-footer-layout-inherit .site-footer__inner,

body.actorshop-layout-full-width.actorshop-footer-layout-inherit .site-footer__bottom-inner {
	width: 100%;
	max-width: none;
	padding-inline: var(--actorshop-gutter, 16px);
}

body.actorshop .actorshop-footer--boxed .site-footer__inner,

body.actorshop .actorshop-footer--boxed .site-footer__bottom-inner,

body.actorshop-layout-boxed.actorshop-footer-layout-inherit .site-footer__inner,

body.actorshop-layout-boxed.actorshop-footer-layout-inherit .site-footer__bottom-inner {
	width: min(100% - calc(var(--actorshop-gutter, 16px) * 2), var(--actorshop-container, 1180px));
	max-width: var(--actorshop-container, 1180px);
	padding-inline: 0;
}

@media (max-width: 700px) {
body.actorshop .actorshop-footer--full .site-footer__inner,

body.actorshop .actorshop-footer--full .site-footer__bottom-inner,

body.actorshop .actorshop-footer--full-width .site-footer__inner,

body.actorshop .actorshop-footer--full-width .site-footer__bottom-inner,

body.actorshop-layout-full-width.actorshop-footer-layout-inherit .site-footer__inner,

body.actorshop-layout-full-width.actorshop-footer-layout-inherit .site-footer__bottom-inner {
		padding-inline: var(--actorshop-gutter-mobile, 12px);
	}
}
