/*
 * aubrell: layout and type measured from the design frames at 1920 px (desktop) and 375 px (phone).
 * Sizes are in px on purpose: the build is compared with the frames pixel for pixel.
 */

:root {
	--au-black: var(--wp--preset--color--black);
	--au-gray-2: var(--wp--preset--color--gray-2);
	--au-gray-3: var(--wp--preset--color--gray-3);
	--au-gray-4: var(--wp--preset--color--gray-4);
	--au-gray-5: var(--wp--preset--color--gray-5);
	--au-gray-6: var(--wp--preset--color--gray-6);
	--au-line: #f0f0f0;
	--au-abel: var(--wp--preset--font-family--abel);
	--au-bold: var(--wp--preset--font-family--roboto-condensed);
	--au-roboto: var(--wp--preset--font-family--roboto);
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
}

.wp-site-blocks > * {
	margin-block: 0;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

/* Visible focus for keyboard users only. */
:focus-visible {
	outline: 1px solid var(--au-black);
	outline-offset: 2px;
}

/* ---------------------------------------------------------------- notice bar */

.au-notice {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	padding: 0 16px;
	background: var(--au-gray-6);
	font-family: var(--au-roboto);
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color: var(--au-gray-2);
}

.au-notice p {
	margin: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.au-notice__close {
	margin-left: 36px;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	font-size: 13px;
	color: inherit;
	cursor: pointer;
}

.au-notice[hidden] {
	display: none;
}

/* -------------------------------------------------------------------- header */

.au-head {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 34px;
}

.au-logo {
	margin: 0;
	line-height: 0;
}

.au-logo img {
	display: block;
}

.au-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 37px;
	margin-top: 34px;
	height: 16px;
	font-family: var(--au-abel);
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--au-gray-2);
}

.au-menu p {
	margin: 0;
}

.au-nav {
	--navigation-layout-justification-setting: center;
	font-size: 12px;
}

.au-nav,
.au-nav .wp-block-navigation__container {
	gap: 37px;
}

.au-nav .wp-block-navigation-item__content,
.au-cart-link {
	color: var(--au-gray-2);
}

.au-nav .wp-block-navigation-item__content:hover,
.au-cart-link:hover {
	color: var(--au-black);
}

/* Shop submenu: a plain list under the item on wide screens. */
.au-nav .wp-block-navigation__submenu-icon {
	display: none;
}

.au-nav .wp-block-navigation__submenu-container {
	min-width: 140px !important;
	padding: 12px 0;
	border: 0 !important;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.au-nav .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	padding: 6px 16px;
}

/* Search: "Search" in the menu; the field opens under it. */
.au-search .wp-block-search__label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.au-search .wp-block-search__inside-wrapper {
	display: flex;
	align-items: center;
	border: 0;
	border-bottom: 2px solid var(--au-gray-4);
	padding: 0;
}

.au-search .wp-block-search__input {
	flex: 1;
	min-width: 0;
	border: 0;
	padding: 6px 0;
	background: none;
	font-family: var(--au-abel);
	font-size: 12px;
	color: var(--au-black);
	outline-offset: 0;
}

.au-search .wp-block-search__input,
.au-search .wp-block-search__input::placeholder {
	text-transform: none;
}

.au-search .wp-block-search__input::placeholder {
	color: var(--au-gray-3);
	opacity: 1;
}

.au-search .wp-block-search__button {
	margin: 0 2px 0 0;
	padding: 0;
	border: 0;
	background: none;
	color: var(--au-black);
}

.au-search .wp-block-search__button {
	width: 20px;
	height: 20px;
}

/* The design's small magnifier instead of the core icon. */
.au-search .wp-block-search__button svg {
	display: none;
}

.au-search .wp-block-search__button::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-left: auto;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='4' cy='4' r='3.1' fill='none' stroke='%23000' stroke-width='1.4'/%3E%3Cpath d='M6.3 6.3 9.4 9.4' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='4' cy='4' r='3.1' fill='none' stroke='%23000' stroke-width='1.4'/%3E%3Cpath d='M6.3 6.3 9.4 9.4' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (min-width: 600px) {
	.au-nav .au-search {
		position: static;
	}

	.au-search__toggle {
		padding: 0;
		border: 0;
		background: none;
		font: inherit;
		text-transform: uppercase;
		color: var(--au-gray-2);
		cursor: pointer;
	}

	.au-search__toggle:hover {
		color: var(--au-black);
	}

	.au-nav .au-search .wp-block-search__inside-wrapper {
		display: none;
	}

	/* No frame shows search open on wide screens; this is the phone menu's field in a panel under the menu. */
	.au-nav .au-search.is-open .wp-block-search__inside-wrapper {
		position: absolute;
		z-index: 20;
		top: calc(100% + 14px);
		left: 50%;
		display: flex;
		box-sizing: border-box;
		width: 320px;
		margin-left: -160px;
		padding: 12px 20px 16px;
		border: 0;
		background: #fff;
		box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	}

	.au-nav .au-search.is-open .wp-block-search__input {
		padding: 6px 0 10px;
		border-bottom: 2px solid var(--au-gray-4);
	}

	.au-nav .au-search.is-open .wp-block-search__button {
		align-self: stretch;
		height: auto;
		margin: 0;
		padding: 0 2px 0 8px;
		border-bottom: 2px solid var(--au-gray-4);
	}

	.au-head {
		padding-bottom: 0;
	}
}

/* -------------------------------------------------------------------- footer */

.au-foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 58px 16px 30px;
	font-family: var(--au-abel);
	color: var(--au-gray-2);
	text-align: center;
}

.au-footnav {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}

.au-footnav .wp-block-navigation__container {
	gap: 42px;
}

.au-footnav .wp-block-navigation-item__content:hover {
	color: var(--au-black);
}

.au-copy,
.au-credit {
	margin: 0;
	font-size: 10px;
	line-height: 13px;
	color: var(--au-gray-3);
}

.au-copy {
	margin-top: 39px;
}

.au-credit {
	margin-top: 6px;
}

.au-credit a {
	text-decoration: underline;
}

/* ---------------------------------------------------------------- mini cart */

.au-drawer[hidden] {
	display: none;
}

.au-drawer__backdrop {
	position: fixed;
	z-index: 90;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.au-drawer__panel {
	position: fixed;
	z-index: 91;
	top: 0;
	right: 0;
	bottom: 0;
	width: 358px;
	overflow-y: auto;
	padding: 40px 32px;
	box-sizing: border-box;
	background: #fff;
}

.au-drawer__close {
	position: fixed;
	z-index: 91;
	top: 0;
	right: 358px;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: var(--au-black);
	cursor: pointer;
}

.au-drawer__close::before,
.au-drawer__close::after {
	content: "";
	position: absolute;
	top: 19px;
	left: 14px;
	width: 12px;
	height: 1.5px;
	background: #fff;
	transform: rotate(45deg);
}

.au-drawer__close::after {
	transform: rotate(-45deg);
}

body.au-drawer-open {
	overflow: hidden;
}

/* ------------------------------------------------------------------- phones */

@media (max-width: 599px) {
	.au-notice {
		height: 30px;
		font-size: 9px;
	}

	.au-notice__close {
		margin-left: 12px;
		font-size: 10px;
	}

	.au-head {
		flex-direction: row;
		justify-content: center;
		height: 63px;
		padding: 0;
	}

	.au-logo img {
		width: auto !important;
		height: 24px !important;
	}

	.au-menu {
		position: static;
		margin: 0;
		height: auto;
	}

	.au-head .au-nav {
		position: static;
	}

	.au-nav .wp-block-navigation__responsive-container-open {
		position: absolute;
		top: 50%;
		left: 28px;
		padding: 0;
		color: var(--au-black);
		transform: translateY(-50%);
	}

	/* Three 2px bars 6px apart, as drawn; the core icon is spaced wider. */
	.au-nav .wp-block-navigation__responsive-container-open {
		width: 20px;
		height: 14px;
	}

	.au-nav .wp-block-navigation__responsive-container-open svg {
		display: none;
	}

	.au-nav .wp-block-navigation__responsive-container-open::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 2px;
		background: currentColor;
		box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
	}

	.au-menu > p {
		position: absolute;
		top: 50%;
		right: 30px;
		transform: translateY(-50%);
	}

	.au-menu > p .au-cart-link {
		color: var(--au-black);
	}

	/* Phone menu (the navigation block's overlay), measured from the 375 px menu frame. */
	.au-nav .wp-block-navigation__responsive-container.is-menu-open {
		padding: 0 !important;
	}

	.au-nav .wp-block-navigation__responsive-container-close {
		top: 29px;
		right: auto;
		left: 25px;
		width: 16px;
		height: 16px;
	}

	.au-nav .wp-block-navigation__responsive-container-close svg {
		display: none;
	}

	.au-nav .wp-block-navigation__responsive-container-close::before,
	.au-nav .wp-block-navigation__responsive-container-close::after {
		content: "";
		position: absolute;
		top: 7.5px;
		left: -3px;
		width: 22px;
		height: 1px;
		background: var(--au-black);
		transform: rotate(45deg);
	}

	.au-nav .wp-block-navigation__responsive-container-close::after {
		transform: rotate(-45deg);
	}

	.au-nav .is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: flex-start !important;
		gap: 0 !important;
		padding: 75px 29px 0 26px !important;
	}

	.au-nav .is-menu-open .wp-block-navigation__container {
		align-items: flex-start !important;
		gap: 12px !important;
	}

	.au-nav .is-menu-open .wp-block-navigation-item {
		align-items: flex-start !important;
	}

	.au-nav .is-menu-open .wp-block-navigation-item__content {
		padding: 0 !important;
		font-size: 15px;
		line-height: 20px;
		color: var(--au-black);
	}

	.au-nav .is-menu-open .wp-block-navigation__submenu-container {
		gap: 0 !important;
		padding: 10px 0 10px 15px !important;
		box-shadow: none;
	}

	.au-nav .is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
		font-size: 12px;
		line-height: 28px;
		color: var(--au-gray-2);
	}

	.au-nav .is-menu-open .au-search {
		align-self: stretch;
		margin-top: 24px;
	}

	.au-nav .is-menu-open .au-search .wp-block-search__input {
		padding: 6px 0 10px;
		font-size: 12px;
		text-transform: none;
	}

	.au-foot {
		padding: 36px 15px 30px;
	}

	.au-footnav {
		align-self: stretch;
	}

	.au-footnav .wp-block-navigation__container {
		flex: 1;
		justify-content: space-between;
		gap: 0;
	}

	.au-copy {
		margin-top: 23px;
	}

	.au-drawer__panel {
		width: calc(100% - 40px);
		padding: 32px 16px;
	}

	.au-drawer__close {
		right: calc(100% - 40px);
	}
}

/* ---------------------------------------------------------------------- home */

.au-main {
	padding-top: 30px;
}

.au-hero {
	margin: 0 auto;
}

.au-hero img {
	display: block;
	max-width: 100%;
	height: auto;
	aspect-ratio: 628 / 928;
	object-fit: cover;
}

@media (max-width: 599px) {
	.au-main {
		padding-top: 0;
	}

	.au-hero {
		padding: 0 15px;
	}
}

/* ------------------------------------------------------------------- buttons */

.au-button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 40px;
	padding: 0 24px;
	border: 1px solid var(--au-black);
	border-radius: 0;
	background: var(--au-black);
	font-family: var(--au-bold);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

.au-button:hover,
.woocommerce .button:hover {
	background: #fff;
	color: var(--au-black);
}

/* ------------------------------------------------------------------- catalog */

.au-shop {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: content-box;
}

.woocommerce-products-header__title {
	margin: 4px 0 0;
	font-family: var(--au-bold);
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.au-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 19px;
	margin-top: 26px;
}

.au-crumbs {
	font-size: 10px;
	letter-spacing: 0.05em;
	color: var(--au-gray-3);
}

.au-crumbs a:hover {
	color: var(--au-black);
}

.au-crumbs__sep {
	margin: 0 8px;
}

.au-toolbar__end {
	display: flex;
	align-items: center;
	gap: 34px;
}

.woocommerce-ordering {
	margin: 0;
}

.woocommerce-ordering select {
	appearance: none;
	padding: 0 14px 0 0;
	border: 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'%3E%3Cpath d='m1 1 3 3 3-3' fill='none' stroke='%23000'/%3E%3C/svg%3E") right center / 7px no-repeat;
	font-family: var(--au-abel);
	font-size: 12px;
	color: var(--au-black);
	cursor: pointer;
	field-sizing: content;
}

.au-grid-toggle {
	display: flex;
	gap: 13px;
}

.au-grid-toggle button {
	display: flex;
	padding: 0;
	border: 0;
	background: none;
	color: #ccc;
	cursor: pointer;
}

.au-grid-toggle button[aria-pressed="true"] {
	color: var(--au-black);
}

.au-filter-open {
	display: none;
}

.au-shop__body {
	display: grid;
	grid-template-columns: 169px 1fr;
	column-gap: 31px;
	margin-top: 15px;
}

.au-filters {
	align-self: start;
	border-top: 1px solid var(--au-gray-5);
}

.au-filters__head,
.au-filters__apply {
	display: none;
}

.au-filter {
	border-bottom: 1px solid var(--au-gray-5);
}

.au-filter summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 43px;
	padding-top: 3px;
	box-sizing: border-box;
	font-size: 14px;
	list-style: none;
	cursor: pointer;
}

.au-filter summary::-webkit-details-marker {
	display: none;
}

.au-filter summary::after {
	content: "";
	width: 8px;
	height: 5px;
	margin-right: 1px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'%3E%3Cpath d='m1 1 3 3 3-3' fill='none' stroke='%23000' stroke-width='1.2'/%3E%3C/svg%3E") center / contain no-repeat;
}

.au-filter[open] summary::after {
	transform: rotate(180deg);
}

.au-filter__options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0 0 14px;
	font-size: 12px;
	color: var(--au-gray-2);
}

.au-filter__options label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.au-filter__options input {
	width: 12px;
	height: 12px;
	margin: 0;
	accent-color: var(--au-black);
}

.woocommerce ul.products,
.au-shop ul.products {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 46px;
	row-gap: 43px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.au-shop ul.products.au-cols-2 {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 69px;
	row-gap: 23px;
}

.au-shop ul.products::before,
.au-shop ul.products::after {
	display: none;
}

.au-shop ul.products li.product {
	width: auto;
	margin: 0;
	float: none;
}

.au-shop li.product a img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	aspect-ratio: 293 / 439;
	object-fit: cover;
}

.au-shop li.product .woocommerce-loop-product__title {
	margin: 21px 0 0;
	padding: 0;
	font-family: var(--au-abel);
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	color: var(--au-black);
}

.au-shop li.product .price {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	line-height: 16px;
	color: var(--au-black);
}

.woocommerce-pagination {
	margin-top: 48px;
	text-align: center;
	font-size: 12px;
}

.woocommerce-pagination ul {
	display: inline-flex;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-pagination .current {
	color: var(--au-black);
	text-decoration: underline;
}

.woocommerce-info,
.woocommerce-no-products-found {
	font-size: 14px;
}

.au-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	max-width: 1230px;
	margin: 91px auto 52px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.au-shop .au-features {
	margin-left: -30px;
	margin-right: -30px;
}

/* Between the frames' widths the notes keep inside the page instead of reaching past its gutter. */
@media (max-width: 1261px) {
	.au-shop .au-features {
		margin-left: 0;
		margin-right: 0;
	}
}

.au-features li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.au-features svg {
	margin-bottom: 11px;
	color: var(--au-black);
}

.au-features strong {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}

.au-features span {
	margin-top: 4px;
	font-size: 12px;
	line-height: 16px;
}

@media (max-width: 599px) {
	.au-shop {
		padding: 0 15px;
	}

	.woocommerce-products-header,
	.au-toolbar .au-crumbs,
	.au-grid-toggle {
		display: none;
	}

	.au-toolbar {
		height: 16px;
		margin-top: 9px;
	}

	.au-filter-open {
		display: block;
		padding: 0;
		border: 0;
		background: none;
		font-family: var(--au-abel);
		font-size: 12px;
		color: var(--au-gray-2);
		cursor: pointer;
	}

	.au-shop__body {
		display: block;
		margin-top: 18px;
	}

	/* Filter: a full-screen panel, as in the phone filter frame. "stretch" undoes the grid's "start", which would
	   otherwise shrink the fixed panel to its content. */
	.au-filters {
		position: fixed;
		z-index: 100;
		inset: 0;
		align-self: stretch;
		display: none;
		overflow-y: auto;
		padding: 26px 22px 40px;
		border: 0;
		background: #fff;
	}

	.au-filters.is-open {
		display: block;
	}

	body.au-filters-open {
		overflow: hidden;
	}

	.au-filters__head {
		position: relative;
		display: block;
		height: 84px;
		border-bottom: 1px solid var(--au-gray-5);
	}

	.au-filters__close {
		position: absolute;
		top: 0;
		left: 3px;
		width: 16px;
		height: 16px;
		padding: 0;
		border: 0;
		background: none;
		cursor: pointer;
	}

	.au-filters__close::before,
	.au-filters__close::after {
		content: "";
		position: absolute;
		top: 7.5px;
		left: -3px;
		width: 22px;
		height: 1px;
		background: var(--au-black);
		transform: rotate(45deg);
	}

	.au-filters__close::after {
		transform: rotate(-45deg);
	}

	.au-filters__title {
		margin: 0;
		padding-top: 20px;
		font-family: var(--au-bold);
		font-weight: 700;
		font-size: 15px;
		line-height: 18px;
		text-align: center;
		text-transform: uppercase;
		color: var(--au-gray-2);
	}

	.au-filter summary {
		height: 42px;
		padding: 3px 10px 0 5px;
	}

	.au-filters__apply {
		display: flex;
		width: 100%;
		margin-top: 41px;
	}

	.au-shop ul.products,
	.au-shop ul.products.au-cols-2 {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 20px;
		row-gap: 18px;
	}

	.au-shop li.product .woocommerce-loop-product__title {
		margin-top: 9px;
		font-size: 12px;
		line-height: 15px;
	}

	.au-shop li.product .price {
		margin-top: 0;
		font-size: 12px;
		line-height: 15px;
	}

	.au-features,
	.au-shop .au-features {
		grid-template-columns: 1fr;
		row-gap: 36px;
		margin: 90px 0 52px;
	}
}

/* -------------------------------------------------------------- product page */

.au-shop div.product {
	display: grid;
	grid-template-columns: minmax(0, 704px) minmax(260px, 330px);
	justify-content: start;
	column-gap: clamp(32px, 7vw, 102px);
	align-items: start;
}

.au-shop div.product > .summary {
	position: sticky;
	top: 24px;
	padding-top: 51px;
}

.au-shop div.product > .clear {
	display: none;
}

.au-gallery {
	display: flex;
	flex-direction: column;
	margin-top: 4px;
}

.au-gallery__item {
	display: block;
	cursor: zoom-in;
}

.au-gallery img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 704 / 1055;
	object-fit: cover;
}

.au-shop .product_title {
	margin: 12px 0 0;
	font-family: var(--au-abel);
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
}

.au-product__details {
	margin-top: 16px;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	color: var(--au-gray-2);
}

.au-product__details p {
	margin: 0 0 8px;
}

.au-product__desc p {
	max-width: 190px;
	margin: 12px 0 0;
}

.au-shop form.cart {
	margin-top: 29px;
}

.au-shop table.variations {
	border-collapse: collapse;
	margin: 0;
}

.au-shop table.variations th,
.au-shop table.variations td {
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

.au-shop table.variations th {
	width: 78px;
	font-weight: 400;
}

.au-shop table.variations label,
.au-qty__label {
	font-size: 11px;
	color: var(--au-black);
}

.au-shop table.variations select {
	appearance: none;
	box-sizing: border-box;
	width: 252px;
	height: 40px;
	padding: 0 36px 0 13px;
	border: 1px solid var(--au-black);
	border-radius: 0;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3E%3Cpath d='m.5.5 5 5 5-5' fill='none' stroke='%23000'/%3E%3C/svg%3E") right 14px center / 11px no-repeat;
	font-family: var(--au-abel);
	font-size: 12px;
	color: var(--au-black);
	cursor: pointer;
}

.au-qty {
	display: flex;
	align-items: center;
	margin-top: 12px;
}

.au-qty__label {
	width: 78px;
	flex: none;
}

.au-shop .quantity .qty,
.woocommerce-cart-form .qty {
	box-sizing: border-box;
	width: 60px;
	height: 40px;
	padding: 0 8px 0 16px;
	border: 1px solid var(--au-black);
	border-radius: 0;
	font-family: var(--au-abel);
	font-size: 12px;
	color: var(--au-black);
}

.au-product__price {
	margin: 19px 0 0;
	font-size: 18px;
	line-height: 22px;
}

.au-shop .single_variation_wrap .woocommerce-variation {
	display: none !important;
}

.au-shop .single_add_to_cart_button {
	width: 100%;
	margin-top: 36px;
}

.au-shop .single_add_to_cart_button.disabled {
	opacity: 1;
}

.au-cart-message {
	margin: 12px 0 0;
	font-size: 12px;
	color: var(--au-gray-2);
}

.au-share {
	display: flex;
	align-items: center;
	margin-top: 31px;
	font-size: 13px;
	text-transform: uppercase;
	color: var(--au-gray-2);
}

.au-share ul {
	display: flex;
	gap: 21px;
	margin: 0 0 0 17px;
	padding: 0;
	list-style: none;
}

.au-share a {
	display: flex;
	color: var(--au-black);
}

.au-share__help {
	margin: 0 0 0 auto;
	text-transform: none;
}

.au-share__help a {
	display: inline;
	margin-left: 4px;
	color: var(--au-gray-2);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.single-product .au-main + .au-foot,
.single-product .wp-site-blocks > footer .au-foot {
	padding-top: 95px;
}

@media (max-width: 599px) {
	.au-shop div.product {
		display: block;
	}

	.au-gallery {
		flex-direction: row;
		gap: 20px;
		margin: 0 -15px 0 0;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.au-gallery::-webkit-scrollbar {
		display: none;
	}

	.au-gallery__item {
		flex: none;
		width: 254px;
		scroll-snap-align: start;
	}

	.au-gallery__item:last-child {
		margin-right: 15px;
	}

	.au-shop div.product > .summary {
		position: static;
		padding-top: 40px;
	}

	.au-shop table.variations {
		width: 100%;
	}

	.au-shop table.variations th,
	.au-qty__label {
		width: 79px;
	}

	.au-shop table.variations select {
		width: 100%;
	}

	.single-product .wp-site-blocks > footer .au-foot {
		padding-top: 62px;
	}
}

/* Quantity steppers: the frames draw small up and down arrows inside the box, in every browser. */
.quantity {
	position: relative;
	display: inline-flex;
}

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

.quantity input[type="number"] {
	-moz-appearance: textfield;
}

.au-step {
	position: absolute;
	right: 6px;
	width: 14px;
	height: 12px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.au-step::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4.5px;
	border: 2.5px solid transparent;
	border-bottom: 3px solid var(--au-black);
	border-top-width: 0;
}

.au-step--up {
	top: 7px;
}

.au-step--down {
	bottom: 7px;
}

.au-step--down::before {
	border-top: 3px solid var(--au-black);
	border-bottom-width: 0;
}

/* ---------------------------------------------------------- mini cart items */

.au-button--outline {
	background: #fff;
	color: var(--au-black);
}

.au-button--outline:hover {
	background: var(--au-black);
	color: #fff;
}

.au-mini {
	margin: 0;
	padding: 0;
	list-style: none;
}

.au-mini__item {
	display: flex;
	gap: 22px;
	padding-bottom: 19px;
	margin-bottom: 19px;
	border-bottom: 2px solid var(--au-line);
}

.au-mini__thumb {
	flex: none;
	line-height: 0;
}

.au-mini__thumb img {
	width: 68px;
	height: 84px;
	object-fit: cover;
}

.au-mini__body {
	position: relative;
	flex: 1;
	padding-top: 3px;
	font-size: 13px;
	line-height: 17px;
}

.au-mini__name {
	display: block;
	padding-right: 24px;
	color: var(--au-gray-2);
}

.au-mini__remove {
	position: absolute;
	top: 1px;
	right: 5px;
	font-size: 13px;
	color: var(--au-gray-2);
}

.au-mini__qty {
	display: block;
	margin-top: 34px;
	padding-left: 4px;
	font-size: 12px;
}

.au-mini__total {
	display: flex;
	justify-content: space-between;
	margin: 21px 0 0;
	font-size: 16px;
}

.au-mini__buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 20px 0 0;
}

.au-mini__buttons .au-button {
	width: 100%;
}

.au-mini__empty {
	font-size: 14px;
}

/* ---------------------------------------------------------------------- cart */

.au-page-cart .wp-block-post-content {
	max-width: 1002px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: content-box;
}

.au-cart__table {
	width: 100%;
	margin-top: 21px;
	border-collapse: collapse;
}

.au-cart__table th {
	height: 47px;
	padding: 0 0 10px;
	border-bottom: 1px solid var(--au-gray-5);
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	vertical-align: bottom;
	color: var(--au-gray-2);
}

.au-cart__table td {
	height: 135px;
	padding: 0 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid var(--au-gray-5);
	vertical-align: middle;
}

.au-cart__table td.product-thumbnail {
	padding: 27px 0 0;
	vertical-align: top;
}

.au-cart__table .product-thumbnail {
	width: 90px;
}

.au-cart__table .product-thumbnail img {
	display: block;
	width: 68px;
	height: 84px;
	object-fit: cover;
}

.au-cart__table td.product-name {
	vertical-align: top;
	padding: 31px 0 0;
	font-family: var(--au-roboto);
	font-size: 14px;
	color: var(--au-gray-2);
}

.au-cart__table .product-name > a:first-child {
	display: block;
}

.au-cart__remove {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 44px;
	font-family: var(--au-abel);
	font-size: 13px;
	color: var(--au-black);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.au-cart__remove::before {
	content: "";
	width: 9px;
	height: 9px;
	background: linear-gradient(45deg, transparent 45%, currentColor 45%, currentColor 55%, transparent 55%), linear-gradient(-45deg, transparent 45%, currentColor 45%, currentColor 55%, transparent 55%);
}

.au-cart__table .product-price,
.au-cart__table .product-subtotal {
	font-size: 16px;
}

.au-cart__table th.product-price,
.au-cart__table td.product-price {
	width: 172px;
}

.au-cart__table td.product-price {
	padding-left: 5px;
}

.au-cart__table th.product-quantity,
.au-cart__table td.product-quantity {
	width: 243px;
}

.au-cart__table td.product-quantity {
	padding-left: 4px;
}

.au-cart__table th.product-subtotal {
	width: 70px;
}

.au-cart__table td.product-subtotal {
	padding-left: 1px;
}

.au-cart {
	margin-bottom: 33px;
}

.au-cart__foot {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.au-cart__subtotal {
	display: flex;
	gap: 12px;
	margin: 34px 0 0;
	font-size: 16px;
}

.au-cart__note {
	margin: 3px 0 0;
	font-size: 13px;
	color: var(--au-gray-2);
}

.au-cart__actions {
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 9px;
	margin-top: 14px;
}

.au-back {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin: 0 auto 0 -4px;
	font-size: 15px;
	color: var(--au-black);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.au-back::before {
	content: "";
	width: 5px;
	height: 5px;
	border-bottom: 1px solid currentColor;
	border-left: 1px solid currentColor;
	transform: rotate(45deg);
}

.au-cart__update {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--au-black);
	background: #fff;
	color: var(--au-black);
	cursor: pointer;
}

.au-cart__update:disabled {
	cursor: default;
}

.au-cart__checkout {
	width: 278px;
}

.cart-empty,
.return-to-shop {
	text-align: center;
	font-size: 14px;
}

.return-to-shop .button {
	margin-top: 16px;
}

/* Phone Cart frame: narrower columns, a plain quantity box, the buttons in one row and the shop link under them. */
@media (max-width: 599px) {
	.au-page-cart .wp-block-post-content {
		padding: 0 15px;
	}

	.au-cart__table {
		margin-top: -7px;
	}

	.au-cart__table th {
		height: 34px;
		padding-bottom: 13px;
		font-size: 12px;
		line-height: 12px;
	}

	.au-cart__table td {
		height: 101px;
		padding: 0;
	}

	.au-cart__table td.product-thumbnail {
		padding: 16px 0 0;
	}

	.au-cart__table .product-thumbnail {
		width: 68px;
	}

	.au-cart__table .product-thumbnail img {
		width: 56px;
		height: 69px;
	}

	.au-cart__table td.product-name {
		padding: 21px 8px 0 0;
		font-size: 13px;
		line-height: 16px;
	}

	.au-cart__remove {
		margin-top: 12px;
		font-size: 12px;
	}

	.au-cart__table .product-price,
	.au-cart__table .product-subtotal {
		font-size: 12px;
	}

	.au-cart__table th.product-price,
	.au-cart__table td.product-price {
		width: 62px;
		padding-left: 0;
	}

	.au-cart__table th.product-quantity,
	.au-cart__table td.product-quantity {
		width: 78px;
		padding-left: 0;
	}

	.au-cart__table th.product-subtotal,
	.au-cart__table td.product-subtotal {
		width: 46px;
		padding-left: 0;
	}

	.woocommerce-cart-form .qty {
		width: 36px;
		height: 34px;
		padding: 0;
		text-align: center;
	}

	.woocommerce-cart-form .au-step {
		display: none;
	}

	.au-cart {
		margin-bottom: 22px;
	}

	.au-cart__subtotal {
		margin-top: 22px;
		font-size: 13px;
	}

	.au-cart__note {
		margin-top: 4px;
	}

	.au-cart__actions {
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 15px;
	}

	.au-cart__checkout {
		flex: 1;
		width: auto;
	}

	.au-cart__actions .au-back {
		order: 1;
		flex-basis: 100%;
		justify-content: center;
		margin: 17px 0 0;
		font-size: 14px;
	}
}

/* ------------------------------------------------------------------ checkout */

/* Checkout frames: the steps in a 460 px column left of a full-height divider, the order summary right of it. The
   frames have no site footer here; the left column ends with the fine print instead. */
.au-page-checkout {
	padding-top: 0;
}

.wp-site-blocks:has(form.au-co) > footer {
	display: none;
}

.au-page-checkout .wp-block-post-content > p:empty {
	display: none;
}

.au-page-checkout .wp-block-post-content {
	max-width: 1046px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: content-box;
}

.au-co {
	display: grid;
	grid-template-columns: 460px 1fr;
	column-gap: 63px;
	align-items: stretch;
	margin-top: 29px;
	font-family: var(--au-abel);
	color: var(--au-black);
}

.au-co__main {
	grid-column: 1;
	grid-row: 1;
	padding-top: 47px;
}

.au-co__summary {
	grid-column: 2;
	grid-row: 1;
	padding: 57px 0 0 62px;
	border-left: 1px solid var(--au-gray-5);
}

.au-co > .woocommerce-NoticeGroup {
	grid-column: 1 / -1;
}

.au-co__step[hidden] {
	display: none;
}

/* Without the step script every step shows at once; its step buttons and review boxes would do nothing. */
.au-co:not(.is-stepped) .au-co__step button[data-au-goto],
.au-co:not(.is-stepped) .au-review {
	display: none;
}

/* Breadcrumb: Cart - Information - Shipping - Payment. */
.au-steps ol {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 12px;
}

.au-steps li {
	display: flex;
	align-items: center;
	color: var(--au-gray-3);
}

.au-steps li + li::before {
	content: "";
	width: 11px;
	height: 1px;
	margin: 0 13px;
	background: var(--au-gray-4);
}

.au-steps a,
.au-steps li.is-done {
	color: var(--au-black);
}

.au-steps li.is-current {
	font-family: var(--au-bold);
	font-weight: 700;
	color: var(--au-black);
}

.au-steps button {
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.au-steps button:disabled {
	cursor: default;
}

.au-co__title {
	margin: 43px 0 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
}

.au-co__lead {
	margin: 9px 0 0;
	font-size: 13px;
	line-height: 16px;
	color: var(--au-gray-2);
}

/* Fields: 40 px boxes 12 px apart, placeholders instead of labels. */
.au-fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 17px;
}

.au-fields .form-row {
	position: relative;
	width: 100%;
	margin: 0 0 12px;
	padding: 0;
}

.au-fields .form-row-first,
.au-fields .form-row-last {
	width: calc(50% - 9px);
}

.au-fields .form-row:last-child,
.au-fields .form-row.au-field--hidden + .form-row:last-child {
	margin-bottom: 0;
}

.au-fields .au-field--hidden {
	display: none;
}

.au-fields .woocommerce-input-wrapper {
	display: block;
}

.au-co .input-text,
.au-co select {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid var(--au-black);
	border-radius: 0;
	background: #fff;
	font-family: var(--au-abel);
	font-size: 13px;
	color: var(--au-black);
}

.au-co .input-text::placeholder {
	color: var(--au-gray-3);
	opacity: 1;
}

/* The state select, labelled inside the box like the frames' "Location". */
.au-fields .au-field--select label {
	position: absolute;
	top: 6px;
	left: 16px;
	z-index: 1;
	font-size: 11px;
	line-height: 12px;
	color: var(--au-gray-4);
	pointer-events: none;
}

.au-fields .au-field--select label .required,
.au-fields .au-field--select label .optional {
	display: none;
}

.au-co select {
	padding-top: 13px;
	appearance: none;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 6'%3E%3Cpath d='m.5.5 5 5 5-5' fill='none' stroke='%23000'/%3E%3C/svg%3E") right 14px center / 11px no-repeat;
	cursor: pointer;
}

.au-co .woocommerce-invalid .input-text,
.au-co .woocommerce-invalid select {
	border-color: #b3261e;
}

.au-field-error {
	margin: 4px 0 0;
	font-size: 12px;
	line-height: 14px;
	color: #b3261e;
}

.au-co__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 32px;
}

.au-co__actions .au-back {
	margin: 0 0 0 4px;
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	font-size: 14px;
	cursor: pointer;
}

.au-co__actions .au-button {
	width: 209px;
	padding: 0;
}

.au-co__update {
	margin-top: 16px;
}

/* Bordered boxes: the review box, the rates, the payment method and the billing choice. */
.au-box {
	margin: 0;
	padding: 0 13px;
	border: 1px solid var(--au-black);
	list-style: none;
}

.au-box__row {
	box-sizing: border-box;
	margin: 0;
	border-top: 1px solid var(--au-gray-4);
}

.au-box__row:first-child {
	border-top: 0;
}

.au-review {
	margin-top: 34px;
}

.au-review + .au-co__title {
	margin-top: 32px;
}

#payment + .au-co__title {
	margin-top: 31px;
}

.au-review__row {
	display: flex;
	align-items: center;
	min-height: 44px;
	font-size: 12px;
	line-height: 16px;
}

.au-review__label {
	flex: none;
	width: 52px;
}

.au-review__value {
	flex: 1;
	padding: 6px 12px 6px 0;
	font-size: 13px;
	color: var(--au-gray-2);
}

.au-review__value strong {
	font-family: var(--au-bold);
	font-weight: 700;
	color: var(--au-gray-2);
}

.au-review__change {
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	color: var(--au-black);
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
}

/* Choices: a round radio, a name with an optional note, an optional price. */
.au-choice {
	display: flex;
	align-items: center;
	gap: 16px;
	min-height: 62px;
	font-size: 13px;
	line-height: 16px;
	cursor: pointer;
}

.au-choice input {
	flex: none;
	width: 18px;
	height: 18px;
	margin: 0 0 0 5px;
	border: 1px solid var(--au-gray-4);
	border-radius: 50%;
	appearance: none;
	background: #fff;
	cursor: pointer;
}

.au-choice input:checked {
	border: 0;
	background: radial-gradient(circle, #fff 0 3px, var(--au-black) 3.5px);
}

.au-choice__text {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 4px;
}

.au-choice__note {
	font-size: 12px;
	color: var(--au-gray-3);
}

.au-choice__price {
	align-self: flex-start;
	padding-top: 14px;
}

.au-rates {
	margin-top: 19px;
}

[data-au-step="shipping"] .au-co__actions {
	margin-top: 30px;
}

[data-au-step="payment"] .au-co__actions {
	margin-top: 36px;
}

.au-rates__none {
	font-size: 13px;
	color: var(--au-gray-2);
}

.au-billing {
	margin-top: 18px;
}

.au-billing .au-choice {
	min-height: 46px;
}

.au-billing__fields {
	margin: 0 0 13px;
}

.au-billing__fields[hidden] {
	display: none;
}

/* Payment method: its title as the box heading, its description in the grey panel. */
#payment {
	margin-top: 16px;
}

#payment .au-box {
	padding: 0;
}

.wc_payment_method > input {
	position: absolute;
	opacity: 0;
}

.wc_payment_method > label {
	display: flex;
	align-items: center;
	min-height: 40px;
	padding: 0 13px;
	font-size: 13px;
	text-transform: uppercase;
}

.wc_payment_method .payment_box {
	padding: 14px 13px 16px;
	background: var(--au-gray-6);
	font-size: 13px;
	line-height: 18px;
	color: var(--au-gray-2);
}

.wc_payment_method .payment_box p {
	margin: 0;
}

.au-co .woocommerce-privacy-policy-text {
	margin-top: 16px;
	font-size: 12px;
	line-height: 16px;
	color: var(--au-gray-3);
}

.au-co .woocommerce-privacy-policy-text p {
	margin: 0;
}

.au-co .woocommerce-privacy-policy-text a {
	color: inherit;
	text-decoration: underline;
}

.au-co__foot {
	margin-top: 76px;
	padding: 19px 0 50px;
	border-top: 1px solid var(--au-gray-5);
	font-size: 12px;
	line-height: 16px;
	color: var(--au-gray-3);
}

.au-co__foot p {
	margin: 0;
}

.au-co__foot a {
	color: inherit;
	text-decoration: underline;
}

/* Order summary. */
.au-sum__items {
	margin: 0;
	padding: 0;
	list-style: none;
}

.au-sum__item {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	margin-bottom: 30px;
}

.au-sum__thumb {
	position: relative;
	flex: none;
}

.au-sum__thumb img {
	display: block;
	width: 68px;
	height: 84px;
	object-fit: cover;
}

.au-sum__qty {
	position: absolute;
	top: -4px;
	right: -3px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 16px;
	height: 16px;
	border-radius: 8px;
	background: #fff;
	font-family: var(--au-roboto);
	font-size: 11px;
	line-height: 1;
}

.au-sum__name {
	flex: 1;
	padding-top: 8px;
	font-family: var(--au-roboto);
	font-size: 14px;
	line-height: 18px;
	color: var(--au-gray-2);
}

.au-sum__name .variation {
	margin: 0;
}

.au-sum__price {
	padding-top: 8px;
	font-size: 16px;
	line-height: 18px;
}

.au-sum__totals {
	margin: -5px 0 0;
	padding: 0;
	border-top: 1px solid var(--au-gray-5);
}

.au-sum__line {
	display: flex;
	justify-content: space-between;
	margin-top: 34px;
	font-size: 16px;
	line-height: 16px;
}

.au-sum__line + .au-sum__line {
	margin-top: 21px;
}

.au-sum__line dt,
.au-sum__line dd {
	margin: 0;
}

.au-sum__line dd {
	color: var(--au-gray-2);
}

.au-sum__line.au-sum__total {
	margin-top: 32px;
	padding-top: 29px;
	border-top: 1px solid var(--au-gray-5);
	font-family: var(--au-roboto);
	font-weight: 700;
}

.au-sum__total dd {
	color: var(--au-black);
}

/* Before a rate is chosen, and on the Information step, the summary shows the figures without shipping. */
.au-when-early {
	display: none;
}

.au-sum:not(.au-sum--rated) .au-sum__line .au-when-early,
.au-co[data-au-current="information"] .au-when-early {
	display: inline;
}

.au-co[data-au-current="information"] .au-when-rated {
	display: none;
}

.au-sum:not(.au-sum--rated) .au-sum__total .au-when-early {
	display: none;
}

.au-co[data-au-current="information"] .au-sum:not(.au-sum--rated) .au-sum__total .au-when-early {
	display: inline;
}

.au-co__toggle {
	display: none;
}

.woocommerce-checkout .woocommerce-NoticeGroup,
.au-page-checkout .woocommerce-error,
.au-page-checkout .woocommerce-info,
.au-page-checkout .woocommerce-message {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	line-height: 18px;
	color: #b3261e;
}

@media (max-width: 599px) {
	.au-page-checkout .wp-block-post-content {
		padding: 0;
	}

	.au-co {
		display: flex;
		flex-direction: column;
		margin-top: 2px;
		border: 4px solid #f7f7f7;
	}

	.au-co__summary {
		padding: 0;
		border: 0;
		border-bottom: 4px solid #f7f7f7;
	}

	.au-co__toggle {
		display: flex;
		align-items: center;
		gap: 8px;
		box-sizing: border-box;
		width: 100%;
		height: 52px;
		padding: 0 12px;
		border: 0;
		background: #fff;
		font-family: var(--au-abel);
		font-size: 15px;
		color: var(--au-black);
		cursor: pointer;
	}

	.au-co__toggle[aria-expanded="true"] {
		background: #f7f7f7;
	}

	.au-co__toggle-label::after {
		content: "";
		display: inline-block;
		width: 5px;
		height: 5px;
		margin: 0 0 3px 8px;
		border-right: 1px solid currentColor;
		border-bottom: 1px solid currentColor;
		transform: rotate(45deg);
	}

	.au-co__toggle[aria-expanded="true"] .au-co__toggle-label::after {
		margin-bottom: -1px;
		transform: rotate(-135deg);
	}

	.au-co__toggle-total {
		margin-left: auto;
		font-size: 17px;
	}

	#order_review {
		padding: 10px 11px 16px;
		background: #f7f7f7;
	}

	#order_review[hidden] {
		display: none;
	}

	.au-sum__thumb img {
		width: 51px;
		height: 64px;
	}

	.au-sum__item {
		gap: 15px;
		margin-bottom: 28px;
	}

	.au-sum__totals {
		margin-top: -13px;
	}

	.au-sum__name {
		padding-top: 5px;
		font-family: var(--au-abel);
		font-size: 14px;
	}

	.au-sum__price {
		padding-top: 5px;
		font-size: 16px;
	}

	.au-sum__line {
		margin-top: 17px;
		font-family: var(--au-abel);
		font-weight: 400;
		font-size: 14px;
	}

	.au-sum__line + .au-sum__line {
		margin-top: 14px;
	}

	.au-sum__line dd {
		font-size: 16px;
	}

	.au-sum__line.au-sum__total {
		margin-top: 18px;
		padding-top: 18px;
		font-family: var(--au-bold);
	}

	.au-co__main {
		padding: 18px 11px 0;
	}

	.au-co__title {
		margin-top: 31px;
		font-size: 14px;
		line-height: 14px;
	}

	.au-fields .form-row-first,
	.au-fields .form-row-last {
		width: calc(50% - 7px);
	}

	.au-review {
		margin-top: 21px;
	}

	.au-review + .au-co__title {
		margin-top: 27px;
	}

	.au-rates {
		margin-top: 15px;
	}

	#payment {
		margin-top: 20px;
	}

	[data-au-step="shipping"] .au-co__actions {
		margin-top: 17px;
	}

	[data-au-step="payment"] .au-co__actions {
		margin-top: 25px;
	}

	.au-co__actions .au-button {
		width: 209px;
	}

	.au-co__foot {
		margin-top: 49px;
		padding-bottom: 30px;
	}
}

/* ------------------------------------------------------------ content pages */
/* About, Values, Contact, Stockists and the privacy policy: a photo, then an Abel heading and justified grey text.
   The page title is part of the content, so the editor shows the same heading the page does. */

.au-page {
	padding-top: 34px;
	padding-bottom: 20px;
}

.au-page .wp-block-post-content > * {
	margin-block: 0;
}

.au-page .wp-block-image {
	margin: 0;
}

.au-page .wp-block-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.au-text h1,
.au-text h2,
.au-policy h1,
.au-policy h2 {
	margin: 0;
	font-family: var(--au-abel);
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: var(--au-black);
}

.au-text p,
.au-policy p {
	margin: 18px 0 0;
	font-family: var(--au-abel);
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	color: var(--au-gray-2);
}

.au-text p a,
.au-policy p a {
	text-decoration: underline;
}

.au-values,
.au-contact,
.au-stockists,
.au-policy {
	width: 628px;
	max-width: 100%;
	margin: 0 auto;
}

.au-values .wp-block-image img,
.au-contact .wp-block-image img,
.au-stockists .wp-block-image img {
	aspect-ratio: 628 / 418;
}

/* About: the photo left, the text right of it. */
.au-about {
	display: flex;
	align-items: flex-start;
	gap: 98px;
	width: 970px;
	max-width: 100%;
	margin: 0 auto;
}

.au-about .wp-block-image {
	flex: 0 0 470px;
}

.au-about .wp-block-image img {
	aspect-ratio: 470 / 705;
}

.au-page:has(.au-about) {
	padding-bottom: 37px;
}

.au-page:has(.au-contact) {
	padding-bottom: 0;
}

.au-about .au-text {
	flex: 1;
	padding-top: 106px;
}

.au-about .au-text h1 + p {
	margin-top: 18px;
}

.au-about .au-text p {
	line-height: 22px;
}

/* Values: the heading 34 px under the photo, a wider gap before the second heading, the closing line in italics. */
.au-values .au-text {
	padding-top: 34px;
}

.au-values .au-text h1 + p,
.au-values .au-text h2 + p {
	margin-top: 16px;
}

.au-values .au-text h2 {
	margin-top: 60px;
}

.au-values .au-coda {
	font-family: var(--au-roboto);
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
}

/* Contact: the form in a 500 px column under the photo. */
.au-contact .au-text {
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 51px;
}

.au-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;
}

.au-form .au-form__field {
	width: 100%;
	margin: 0 0 18px;
}

.au-form .au-form__field.is-half {
	width: 241px;
}

.au-form input,
.au-form textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid var(--au-black);
	border-radius: 0;
	background: #fff;
	font-family: var(--au-abel);
	font-size: 13px;
	color: var(--au-black);
}

.au-form textarea {
	height: 126px;
	padding-top: 10px;
	resize: vertical;
}

.au-form input::placeholder,
.au-form textarea::placeholder {
	color: var(--au-gray-3);
	opacity: 1;
}

.au-form .au-button {
	width: 100%;
	margin-top: -3px;
}

.au-form__notice {
	width: 100%;
	margin: 0 0 18px;
	padding: 10px 15px;
	border: 1px solid var(--au-gray-5);
	background: var(--au-gray-6);
	font-family: var(--au-abel);
	font-size: 14px;
	line-height: 18px;
	color: var(--au-black);
}

.au-form__notice.is-error {
	border-color: var(--au-black);
}

.au-form__notice p {
	margin: 0;
	text-align: left;
	color: inherit;
}

/* Newsletter: a label over an underlined field and an arrow button, as drawn under the form. */
.au-news {
	display: flex;
	flex-direction: column;
	margin-top: 93px;
	font-family: var(--au-abel);
	font-size: 12px;
	color: var(--au-black);
}

.au-news label {
	line-height: 16px;
}

.au-news input {
	box-sizing: border-box;
	width: 100%;
	height: 19px;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 2px solid var(--au-gray-3);
	border-radius: 0;
	background: none;
	font: inherit;
	font-size: 14px;
	color: inherit;
}

.au-news input:focus {
	border-bottom-color: var(--au-black);
}

.au-news button {
	display: flex;
	align-items: center;
	gap: 13px;
	align-self: flex-start;
	margin-top: 16px;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.au-news button::before {
	content: "";
	width: 14px;
	height: 8px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' fill='none' stroke='%23000'%3E%3Cpath d='M0 4h13M9.5.5 13 4 9.5 7.5'/%3E%3C/svg%3E") no-repeat;
}

.au-news button:hover {
	text-decoration: underline;
}

.au-news .au-form__notice {
	margin: 0 0 18px;
}

/* Stockists: countries open and close like the frames' arrows; the shops in three columns. */
.au-stockists .au-text {
	padding-top: 35px;
}

.au-stockists h1 {
	display: inline-block;
	font-family: var(--au-bold);
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 2px;
}

.au-stockists .wp-block-details {
	margin-top: 28px;
}

.au-stockists .wp-block-details + .wp-block-details {
	margin-top: 32px;
}

.au-stockists summary {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	font-family: var(--au-abel);
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: var(--au-black);
	list-style: none;
	cursor: pointer;
}

.au-stockists summary::-webkit-details-marker {
	display: none;
}

.au-stockists summary::after {
	content: "";
	border: 3.5px solid transparent;
	border-left: 5px solid currentColor;
	border-right: 0;
}

.au-stockists details[open] summary::after {
	border: 3.5px solid transparent;
	border-bottom: 5px solid currentColor;
	border-top: 0;
}

.au-stores {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 22px;
	row-gap: 30px;
	margin-top: 13px;
}

.au-store p {
	margin: 6px 0 0;
	font-family: var(--au-abel);
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	color: var(--au-gray-2);
}

.au-store p:first-child {
	margin-top: 0;
	font-family: var(--au-bold);
	font-weight: 700;
}

/* Privacy policy: no frame; the Values page's type in the same column. */
.au-policy {
	padding-top: 40px;
}

.au-policy h2 {
	margin-top: 36px;
}

.au-policy h1 + p,
.au-policy h2 + p {
	margin-top: 21px;
}

/* 404: centred title, line and button. */
.au-404 {
	padding: 154px 16px 187px;
	text-align: center;
}

.au-404 h1 {
	margin: 0;
	font-family: var(--au-bold);
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: var(--au-black);
}

.au-404 p {
	margin: 10px 0 0;
	font-family: var(--au-abel);
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: var(--au-black);
}

.au-404 p:last-child {
	margin-top: 32px;
}

.au-404 .au-button {
	width: 278px;
}

@media (max-width: 599px) {
	.au-page {
		padding-top: 0;
	}

	.au-page .wp-block-post-content {
		padding: 0 15px;
	}

	.au-text p,
	.au-policy p {
		text-align: left;
	}

	.au-about {
		display: block;
	}

	.au-about .wp-block-image img {
		aspect-ratio: 345 / 509;
	}

	.au-about .au-text {
		padding-top: 28px;
	}

	.au-about .au-text h1 + p {
		margin-top: 15px;
	}

	.au-page:has(.au-about) {
		padding-bottom: 27px;
	}

	.au-values .wp-block-image img {
		aspect-ratio: 345 / 381;
	}

	.au-values .au-text {
		padding-top: 24px;
	}

	.au-values .au-text h1 + p,
	.au-values .au-text h2 + p {
		margin-top: 9px;
	}

	.au-values .au-text h2 {
		margin-top: 25px;
	}

	.au-contact .wp-block-image img {
		aspect-ratio: 345 / 254;
	}

	.au-contact .wp-block-image {
		margin-top: 19px;
	}

	.au-contact .au-text {
		padding-top: 34px;
	}

	.au-form {
		margin-top: 16px;
	}

	.au-news {
		margin-top: 45px;
	}

	.au-page:has(.au-contact) {
		padding-bottom: 8px;
	}

	.au-form .au-form__field.is-half {
		width: calc(50% - 7px);
	}

	.au-form .au-form__field {
		margin-bottom: 15px;
	}

	.au-form .au-button {
		margin-top: -2px;
	}

	.au-stockists .wp-block-image img {
		aspect-ratio: 345 / 283;
	}

	.au-stockists .au-text {
		padding-top: 22px;
	}

	.au-stockists .wp-block-details {
		margin-top: 20px;
	}

	.au-stockists .wp-block-details + .wp-block-details {
		margin-top: 31px;
	}

	.au-stores {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 21px;
		row-gap: 23px;
		margin-top: 21px;
	}

	.au-404 {
		padding: 120px 15px 110px;
	}

	.au-404 h1 {
		font-size: 30px;
	}
}

/* ---------------------------------------------------------------- campaigns */
/* The Campaigns frame: a title, then rows of photos, full width or in pairs within 970 px; a click opens the viewer. */

.au-look {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 16px 0;
}

.au-look h1 {
	margin: 0;
	font-family: var(--au-bold);
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: var(--au-black);
}

.au-look__row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	width: min(970px, 100%);
	margin-top: 65px;
}

.au-look h1 + .au-look__row {
	margin-top: 82px;
}

.au-look .wp-block-image img {
	cursor: zoom-in;
}

.au-look__row.is-wide {
	width: min(1170px, 100%);
}

.au-look__row.is-wide .wp-block-image {
	width: 100%;
}

.au-look__row.is-wide img {
	aspect-ratio: 1170 / 707;
}

.au-look__row.is-wide.is-short img {
	aspect-ratio: 1170 / 652;
}

/* Photos keep the frame's widths and shrink in proportion below them. */
.au-look__row.is-lead > :first-child,
.au-look__row.is-trail > :last-child {
	flex: 0 1 570px;
}

.au-look__row.is-lead > :last-child,
.au-look__row.is-trail > :first-child {
	flex: 0 1 370px;
}

.au-look__row.is-lead > :first-child img,
.au-look__row.is-trail > :last-child img {
	aspect-ratio: 570 / 800;
}

.au-look__row.is-lead > .wp-block-image:last-child img,
.au-look__row.is-trail > :first-child img {
	aspect-ratio: 370 / 500;
}

.au-look__row.is-trail.is-tall {
	gap: 34px;
}

.au-look__row.is-trail.is-tall > :first-child {
	flex-basis: 365px;
}

.au-look__row.is-trail.is-tall > :last-child {
	flex-basis: 571px;
}

.au-look__row.is-trail.is-tall > :first-child img {
	aspect-ratio: 365 / 580;
}

.au-look__row.is-trail.is-tall > :last-child img {
	aspect-ratio: 571 / 907;
}

.au-look__row.is-even {
	gap: 63px;
}

.au-look__row.is-even > * {
	flex: 0 1 454px;
}

.au-look__row.is-even img {
	aspect-ratio: 454 / 721;
}

/* The last row: the small photo at the top, the credits under it. */
.au-look__row.is-last {
	align-items: flex-start;
}

.au-look__row.is-last > :first-child img {
	aspect-ratio: 570 / 839;
}

.au-look__side .wp-block-image img {
	aspect-ratio: 370 / 501;
}

.au-credits {
	margin: 111px 0 0 56px;
}

.au-credits table {
	border-collapse: collapse;
	font-family: var(--au-abel);
	font-size: 14px;
	line-height: 18px;
	color: var(--au-black);
}

.au-credits td {
	padding: 0 0 6px;
	border: 0;
	vertical-align: top;
}

.au-credits td:first-child {
	width: 94px;
	font-size: 12px;
	color: var(--au-gray-3);
}

.au-credits a {
	text-decoration: underline;
}

.au-page:has(.au-look) {
	padding-bottom: 54px;
}

@media (max-width: 599px) {
	.au-look {
		padding: 13px 0 0;
	}

	.au-look h1 {
		font-size: 14px;
		line-height: 17px;
	}

	.au-look__row,
	.au-look__row.is-wide {
		display: block;
		width: 100%;
		margin-top: 16px;
	}

	.au-look h1 + .au-look__row {
		margin-top: 32px;
	}

	.au-look__row .wp-block-image + .wp-block-image,
	.au-look__side {
		margin-top: 16px;
	}

	.au-look__row .wp-block-image img,
	.au-look__row.is-lead > :first-child img,
	.au-look__row.is-trail > :last-child img,
	.au-look__row.is-lead > .wp-block-image:last-child img,
	.au-look__row.is-trail > :first-child img,
	.au-look__row.is-trail.is-tall > :first-child img,
	.au-look__row.is-trail.is-tall > :last-child img,
	.au-look__row.is-even img,
	.au-look__row.is-last > :first-child img,
	.au-look__side .wp-block-image img {
		aspect-ratio: 345 / 484;
	}

	.au-look__row.is-wide img {
		aspect-ratio: 345 / 208;
	}

	.au-look__row.is-wide.is-short img {
		aspect-ratio: 345 / 192;
	}

	/* The phone frame puts the third wide photo two photos later. */
	.au-look__row.is-third {
		order: 1;
	}

	.au-look__row.is-last {
		order: 2;
	}

	.au-credits {
		margin: 30px 0 0 2px;
	}

	.au-credits td:first-child {
		width: 94px;
	}

	.au-page:has(.au-look) {
		padding-bottom: 10px;
	}
}

/* ------------------------------------------------------------ campaign viewer */
/* The "Campaigns" desktop frame: a white overlay, the photo 791 px high, arrows and tools around it, five thumbnails
   under it with the current one larger. */

.au-viewer {
	position: fixed;
	z-index: 100;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 67px;
	background: #fff;
	color: var(--au-black);
}

.au-viewer[hidden] {
	display: none;
}

body.au-viewer-open {
	overflow: hidden;
}

.au-viewer button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	cursor: pointer;
}

.au-viewer__tools {
	position: absolute;
	top: 66px;
	left: max(16px, calc(50% - 652px));
	display: flex;
	align-items: center;
	gap: 75px;
	font-family: var(--au-abel);
	font-size: 12px;
}

.au-viewer__close {
	position: absolute;
	top: 66px;
	left: min(calc(100% - 41px), calc(50% + 627px));
}

.au-viewer__prev,
.au-viewer__next {
	position: absolute;
	top: calc(67px + min(791px, 100vh - 230px) / 2 - 12px);
	width: 40px;
	height: 40px;
	margin-top: -8px;
}

.au-viewer__prev {
	left: max(4px, calc(50% - 666px));
}

.au-viewer__next {
	left: min(calc(100% - 44px), calc(50% + 625px));
}

.au-viewer__stage {
	margin: 0;
	height: min(791px, 100vh - 230px);
}

.au-viewer__stage img {
	display: block;
	width: auto;
	max-width: min(1150px, 100vw - 120px);
	height: 100%;
	object-fit: contain;
}

.au-viewer__thumbs {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 53px;
	margin-top: 41px;
}

.au-viewer__thumbs button {
	width: 42px;
	height: 42px;
}

.au-viewer__thumbs button[hidden] {
	display: none;
}

.au-viewer__thumbs button.is-current {
	width: 54px;
	height: 53px;
	margin: 0 2px;
}

.au-viewer__thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* ------------------------------------------------------------ subscribe pop-up */
/* The "Popup Subscribe" frame: a 428 px white box on the dimmed home page. */

.au-subscribe[hidden] {
	display: none;
}

body.au-subscribe-open {
	overflow: hidden;
}

.au-subscribe__backdrop {
	position: fixed;
	z-index: 95;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.au-subscribe__panel {
	position: fixed;
	z-index: 96;
	top: 255px;
	left: 50%;
	box-sizing: border-box;
	width: 428px;
	max-width: calc(100% - 30px);
	padding: 14px 13px 17px 14px;
	background: #fff;
	transform: translateX(-50%);
	font-family: var(--au-abel);
	color: var(--au-black);
}

.au-subscribe__close {
	display: block;
	margin-left: auto;
	padding: 0 7px;
	border: 0;
	background: none;
	font: inherit;
	font-size: 13px;
	line-height: 16px;
	color: var(--au-gray-2);
	cursor: pointer;
}

.au-subscribe__intro {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-top: 52px;
}

.au-subscribe__intro img {
	display: block;
	flex: 0 0 178px;
	width: 178px;
	height: 100px;
	object-fit: cover;
}

.au-subscribe__intro div {
	flex: 1;
	text-align: center;
}

.au-subscribe h2 {
	margin: 0;
	font-family: var(--au-bold);
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.au-subscribe__intro p {
	margin: 5px 0 0;
	font-size: 12px;
	line-height: 17px;
	text-transform: uppercase;
	color: var(--au-gray-2);
}

.au-subscribe__form {
	margin-top: 68px;
}

.au-subscribe__form input {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 15px;
	border: 1px solid var(--au-gray-4);
	border-radius: 0;
	font-family: var(--au-abel);
	font-size: 12px;
	color: var(--au-black);
}

.au-subscribe__form input::placeholder {
	color: var(--au-gray-3);
	opacity: 1;
}

.au-subscribe__form .au-button {
	width: 100%;
	margin-top: 8px;
}

.au-subscribe__done {
	margin: 60px 0 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}

.au-subscribe__done:focus {
	outline: 0;
}

@media (max-width: 599px) {
	.au-viewer {
		padding-top: 64px;
	}

	.au-viewer__tools,
	.au-viewer__close {
		top: 20px;
	}

	.au-viewer__tools {
		left: 16px;
		gap: 32px;
	}

	.au-viewer__close {
		left: auto;
		right: 16px;
	}

	.au-viewer__stage {
		height: calc(100vh - 200px);
	}

	.au-viewer__stage img {
		max-width: calc(100vw - 80px);
	}

	.au-viewer__prev,
	.au-viewer__next {
		top: calc(64px + (100vh - 200px) / 2 - 12px);
	}

	.au-viewer__prev {
		left: 0;
	}

	.au-viewer__next {
		left: auto;
		right: 0;
	}

	.au-subscribe__panel {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.au-subscribe__intro {
		flex-direction: column;
		gap: 16px;
		margin-top: 12px;
	}

	.au-subscribe__intro img {
		flex-basis: auto;
	}

	.au-subscribe__form {
		margin-top: 28px;
	}
}
