/*
Theme Name: FACE WEST Minimog Child
Theme URI: https://facewestuk.shop/
Author: FACE WEST LIMITED
Version: 1.6.4
Template: minimog
Text Domain: facewest-minimog-child
*/

:root {
	--facewest-ink: #20322b;
	--facewest-paper: #f2efe7;
	--facewest-stone: #c8d0c5;
	--facewest-sage: #a66a43;
	--facewest-line: rgba(29, 29, 27, 0.14);
}

* {
	box-sizing: border-box;
}

body.facewest-home,
body.facewest-site-page {
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	color: var(--facewest-ink);
	background: #fff;
	font-family: Jost, Arial, sans-serif;
}

.facewest-home a,
.facewest-site-page a {
	color: inherit;
	text-decoration: none;
}

.facewest-shell {
	width: min(100% - 48px, 1440px);
	margin-inline: auto;
}

.facewest-announcement {
	padding: 9px 16px;
	color: #fff;
	background: var(--facewest-ink);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-align: center;
	text-transform: uppercase;
}

.facewest-header {
	position: relative;
	z-index: 20;
	border-bottom: 1px solid var(--facewest-line);
	background: rgba(255, 255, 255, 0.96);
}

.facewest-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 78px;
	gap: 32px;
}

.facewest-nav,
.facewest-actions {
	display: flex;
	align-items: center;
	gap: 25px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.facewest-nav a,
.facewest-actions a {
	position: relative;
	padding-block: 28px;
}

.facewest-nav a::after,
.facewest-actions a::after {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.facewest-nav a:hover::after,
.facewest-actions a:hover::after {
	transform: scaleX(1);
}

.facewest-currency {
	position: relative;
}

.facewest-currency summary {
	padding-block: 28px;
	font-size: 12px;
	font-weight: 600;
	list-style: none;
	cursor: pointer;
}

.facewest-currency summary::-webkit-details-marker {
	display: none;
}

.facewest-currency summary::after {
	margin-left: 5px;
	content: "⌄";
}

.facewest-currency__menu {
	position: absolute;
	top: calc(100% - 12px);
	right: 0;
	z-index: 25;
	display: grid;
	min-width: 112px;
	padding: 8px;
	border: 1px solid var(--facewest-line);
	background: #fff;
	box-shadow: 0 18px 42px rgba(20, 20, 18, 0.12);
}

.facewest-currency__menu a {
	padding: 9px 12px;
	white-space: nowrap;
}

.facewest-currency__menu a[aria-current="true"] {
	background: var(--facewest-paper);
	font-weight: 700;
}

.facewest-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	font-family: Georgia, "Times New Roman", serif;
	text-align: center;
	white-space: nowrap;
}

.facewest-logo__mark {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.facewest-logo__wordmark {
	font-size: 22px;
	letter-spacing: 0.16em;
}

.facewest-actions {
	justify-content: flex-end;
}

.facewest-search {
	position: relative;
}

.facewest-search summary {
	position: relative;
	padding-block: 28px;
	list-style: none;
	cursor: pointer;
}

.facewest-search summary::-webkit-details-marker {
	display: none;
}

.facewest-search summary::after {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.facewest-search[open] summary::after,
.facewest-search summary:hover::after {
	transform: scaleX(1);
}

.facewest-search__panel {
	position: absolute;
	top: calc(100% - 1px);
	right: 0;
	z-index: 30;
	width: min(440px, calc(100vw - 32px));
	padding: 24px;
	border: 1px solid var(--facewest-line);
	background: #fff;
	box-shadow: 0 24px 64px rgba(29, 29, 27, 0.14);
}

.facewest-search__form {
	display: grid;
	gap: 10px;
}

.facewest-search__form label {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.facewest-search__field {
	display: grid;
	grid-template-columns: 1fr auto;
}

.facewest-search__field input {
	min-width: 0;
	height: 48px;
	padding: 0 14px;
	border: 1px solid var(--facewest-ink);
	border-right: 0;
	border-radius: 0;
	background: #fff;
	font: inherit;
}

.facewest-search__field button {
	min-width: 96px;
	height: 48px;
	padding: 0 18px;
	border: 1px solid var(--facewest-ink);
	border-radius: 0;
	color: #fff;
	background: var(--facewest-ink);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

.facewest-cart-count {
	display: inline-grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	margin-left: 4px;
	border-radius: 999px;
	color: #fff;
	background: var(--facewest-ink);
	font-size: 10px;
	line-height: 1;
}

.facewest-mobile-menu {
	display: none;
}

.facewest-hero {
	position: relative;
	display: grid;
	align-items: end;
	min-height: clamp(860px, 58.2vw, 1180px);
	overflow: hidden;
	color: #fff;
	background: #6b6a65;
	isolation: isolate;
}

.facewest-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.facewest-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.facewest-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(17, 17, 15, 0.42) 0%, rgba(17, 17, 15, 0.1) 48%, transparent 75%),
		linear-gradient(0deg, rgba(17, 17, 15, 0.2), transparent 45%);
	content: "";
}

.facewest-hero__content {
	max-width: 680px;
	padding: 0 0 clamp(72px, 9vw, 128px);
}

.facewest-eyebrow {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.facewest-hero h1,
.facewest-editorial h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6.4vw, 98px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.96;
}

.facewest-home .facewest-hero h1,
.facewest-home .facewest-editorial h2 {
	color: #fff !important;
}

.facewest-hero p {
	max-width: 500px;
	margin: 24px 0 32px;
	font-size: 17px;
	line-height: 1.6;
}

.facewest-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 31px;
	border: 1px solid var(--facewest-ink);
	color: #fff;
	background: var(--facewest-ink);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition:
		color 180ms ease,
		background 180ms ease;
}

.facewest-button:hover {
	color: var(--facewest-ink);
	background: transparent;
}

.facewest-site-page .facewest-button {
	color: #fff !important;
}

.facewest-site-page .facewest-button:hover {
	color: var(--facewest-ink) !important;
}

.facewest-button--light {
	border-color: #fff;
	color: var(--facewest-ink);
	background: #fff;
}

.facewest-home .facewest-button--light {
	color: var(--facewest-ink) !important;
}

.facewest-button--light:hover {
	color: #fff;
	background: transparent;
}

.facewest-home .facewest-button--light:hover {
	color: #fff !important;
}

body.facewest-home #modal-promo-popup,
body.facewest-site-page #modal-promo-popup {
	display: none !important;
}

body.facewest-home.dialog-body,
body.facewest-site-page.dialog-body {
	overflow: auto !important;
	padding-right: 0 !important;
}

.facewest-section {
	padding-block: clamp(72px, 9vw, 128px);
}

.facewest-section--soft {
	background: var(--facewest-paper);
}

.facewest-section--flush {
	padding-top: 0;
}

.facewest-section__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 38px;
}

.facewest-section__head h2,
.facewest-story__content h2,
.facewest-newsletter h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4.2vw, 58px);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.04;
}

.facewest-text-link {
	padding-bottom: 4px;
	border-bottom: 1px solid currentColor;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.facewest-category-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.facewest-category-card {
	position: relative;
	display: flex;
	align-items: end;
	min-height: min(70vw, 760px);
	overflow: hidden;
	background: #c4c0b9 center 26% / cover no-repeat;
	isolation: isolate;
}

.facewest-category-card::after {
	position: absolute;
	inset: 40% 0 0;
	z-index: -1;
	background: linear-gradient(0deg, rgba(18, 18, 17, 0.52), transparent);
	content: "";
}

.facewest-category-card__content {
	padding: 42px;
	color: #fff;
}

.facewest-category-card h2 {
	margin: 0 0 18px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(40px, 5vw, 72px);
	font-weight: 400;
}

.facewest-products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 38px 18px;
}

.facewest-product {
	position: relative;
	min-width: 0;
}

.facewest-product__image {
	position: relative;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #eeeae3;
}

.facewest-product__media {
	display: block;
	width: 100%;
	height: 100%;
}

.facewest-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.facewest-product:hover .facewest-product__image img {
	transform: scale(1.035);
}

.facewest-product__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 7px 10px;
	background: rgba(255, 255, 255, 0.92);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.facewest-product__quick {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	color: #fff !important;
	background: rgba(29, 29, 27, 0.92);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	transform: translateY(120%);
	transition: transform 220ms ease;
}

.facewest-product:hover .facewest-product__quick {
	transform: translateY(0);
}

.facewest-product__meta {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 6px 16px;
	padding-top: 16px;
}

.facewest-product__title {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
}

.facewest-product__price {
	font-size: 14px;
	white-space: nowrap;
}

.facewest-product__price del {
	margin-right: 6px;
	color: #8e8e88;
}

.facewest-product__price ins {
	text-decoration: none;
}

.facewest-editorial {
	position: relative;
	display: grid;
	align-items: center;
	min-height: min(72vw, 860px);
	color: #fff;
	background: #8f8e88 center 44% / cover no-repeat;
	isolation: isolate;
}

.facewest-editorial::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(270deg, rgba(17, 17, 15, 0.56), rgba(17, 17, 15, 0.04) 62%);
	content: "";
}

.facewest-editorial__content {
	width: min(100% - 48px, 1440px);
	max-width: none;
	padding-block: 100px;
	text-align: right;
}

.facewest-editorial p {
	max-width: 560px;
	margin: 27px 0 36px auto;
	font-size: 17px;
	line-height: 1.65;
}

.facewest-limited-offer {
	padding-block: clamp(42px, 5vw, 76px);
	color: #fff;
	background:
		radial-gradient(circle at 18% 30%, rgba(206, 194, 174, 0.2), transparent 32%),
		#1f211f;
}

.facewest-limited-offer__inner {
	display: grid;
	grid-template-columns: minmax(270px, 0.65fr) minmax(0, 1.35fr);
	align-items: center;
	gap: clamp(42px, 8vw, 128px);
}

.facewest-limited-offer__mark {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 340px;
	padding: 42px;
	border: 1px solid rgba(255, 255, 255, 0.28);
}

.facewest-limited-offer__mark strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(110px, 13vw, 220px);
	font-weight: 400;
	letter-spacing: -0.09em;
	line-height: 0.72;
}

.facewest-limited-offer__mark span {
	margin: 0 0 4px 18px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.facewest-limited-offer__content {
	max-width: 780px;
}

.facewest-limited-offer__content h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(48px, 6vw, 92px);
	font-weight: 400;
	letter-spacing: -0.04em;
	line-height: 0.96;
}

.facewest-limited-offer__content > p:not(.facewest-eyebrow) {
	max-width: 590px;
	margin: 28px 0 34px;
	color: #d7d5ce;
	font-size: 17px;
	line-height: 1.7;
}

.facewest-limited-offer__content > p strong {
	color: #fff;
	letter-spacing: 0.08em;
}

.facewest-coupon-form {
	display: grid;
	grid-template-columns: minmax(180px, 0.45fr) minmax(320px, 1fr);
	align-items: center;
	gap: 22px;
	margin: 34px 0;
	padding: 26px;
	border: 1px solid var(--facewest-line);
	background: #f5f2ec;
}

.facewest-coupon-form label {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
}

.facewest-coupon-form__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.facewest-coupon-form input {
	min-width: 0;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #c9c5bc;
	border-right: 0;
	background: #fff;
}

.facewest-coupon-form button {
	min-height: 50px;
	padding: 0 24px;
	border: 1px solid var(--facewest-ink);
	color: #fff;
	background: var(--facewest-ink);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.facewest-coupon-form__status {
	min-height: 1.4em;
	margin: 10px 0 0;
	font-size: 13px;
}

.facewest-coupon-form__status[data-state="error"] {
	color: #a12222;
}

.facewest-collections {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.facewest-category-links {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border-top: 1px solid var(--facewest-line);
}

.facewest-category-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 110px;
	padding: 22px;
	border-right: 1px solid var(--facewest-line);
	border-bottom: 1px solid var(--facewest-line);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
}

.facewest-category-links a:last-child {
	border-right: 0;
}

.facewest-collection-status {
	padding: clamp(42px, 6vw, 78px);
	border: 1px solid var(--facewest-line);
	background: #fff;
	text-align: center;
}

.facewest-collection-status h3 {
	margin: 0 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 400;
}

.facewest-collection-status p {
	max-width: 580px;
	margin: 0 auto;
	color: #6d6d67;
	font-size: 15px;
	line-height: 1.7;
}

.facewest-collection {
	display: block;
}

.facewest-collection__image {
	display: block;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #ece8e0;
}

.facewest-collection__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.facewest-collection:hover img {
	transform: scale(1.04);
}

.facewest-collection h3 {
	margin: 14px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	font-weight: 400;
}

.facewest-story {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	align-items: stretch;
}

.facewest-story__image {
	min-height: 720px;
	background: #b9b3a9 center 30% / cover no-repeat;
}

.facewest-story__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(56px, 7vw, 112px);
	background: var(--facewest-ink);
	color: #fff;
}

.facewest-story__content p {
	margin: 25px 0 33px;
	font-size: 17px;
	line-height: 1.75;
}

.facewest-brand-story {
	display: grid;
	grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
	min-height: 720px;
	background: #ded9d0;
}

.facewest-brand-story__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(56px, 7vw, 112px);
}

.facewest-brand-story__content h2 {
	max-width: 620px;
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 5vw, 76px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.98;
}

.facewest-brand-story__content > p:not(.facewest-eyebrow) {
	max-width: 580px;
	margin: 28px 0 34px;
	color: #4d4d48;
	font-size: 17px;
	line-height: 1.75;
}

.facewest-brand-story__content .facewest-text-link {
	align-self: flex-start;
}

.facewest-brand-story__image {
	min-height: 720px;
	background: #aaa79f center 36% / cover no-repeat;
}

.facewest-quotes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.facewest-quote {
	padding: 36px;
	border: 1px solid var(--facewest-line);
	background: #fff;
}

.facewest-stars {
	margin-bottom: 22px;
	font-size: 12px;
	letter-spacing: 0.25em;
}

.facewest-quote blockquote {
	margin: 0 0 28px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.5;
}

.facewest-quote cite {
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.facewest-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-block: 1px solid var(--facewest-line);
}

.facewest-benefit {
	padding: 40px 28px;
	border-right: 1px solid var(--facewest-line);
	text-align: center;
}

.facewest-benefit:last-child {
	border-right: 0;
}

.facewest-benefit strong {
	display: block;
	margin-bottom: 7px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 400;
}

.facewest-benefit span {
	color: #6d6d67;
	font-size: 13px;
}

.facewest-footer {
	padding: 78px 0 34px;
	color: #eeeae3;
	background: #1f211f;
}

.facewest-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr repeat(3, 0.8fr) 1.35fr;
	gap: 42px;
}

.facewest-footer h3 {
	margin: 0 0 20px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.facewest-footer p,
.facewest-footer li,
.facewest-footer a {
	color: #c9c8c1;
	font-size: 13px;
	line-height: 1.75;
}

.facewest-footer__button {
	display: block;
	margin-top: 16px;
	padding: 0;
	border: 0;
	color: #c9c8c1;
	background: transparent;
	font: inherit;
	cursor: pointer;
}

.facewest-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.facewest-footer address {
	color: #c9c8c1;
	font-size: 13px;
	font-style: normal;
	line-height: 1.75;
}

.facewest-logo--footer {
	justify-content: flex-start;
	margin-bottom: 16px;
	color: #fff !important;
}

.facewest-logo--footer .facewest-logo__mark {
	filter: invert(1);
	mix-blend-mode: screen;
}

.facewest-footer__company > p {
	max-width: 310px;
}

.facewest-footer__care .facewest-footer__button {
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.facewest-newsletter h2 {
	margin-bottom: 18px;
	color: #fff;
	font-size: 31px;
}

.facewest-newsletter form {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.facewest-newsletter input {
	width: 100%;
	padding: 13px 0;
	border: 0;
	outline: 0;
	color: #fff;
	background: transparent;
	font: inherit;
}

.facewest-newsletter input::placeholder {
	color: #aaa9a3;
}

.facewest-newsletter button {
	border: 0;
	color: #fff;
	background: transparent;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.facewest-footer__contact {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff !important;
	font-size: 11px !important;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.facewest-footer__grid--compact {
	grid-template-columns: 1.4fr repeat(3, 1fr);
}

.facewest-page {
	min-height: 60vh;
	padding-block: clamp(68px, 9vw, 132px);
	background: var(--facewest-paper);
}

.facewest-page__article {
	max-width: 860px;
	margin-inline: auto;
	padding: clamp(32px, 6vw, 76px);
	background: #fff;
	box-shadow: 0 24px 70px rgba(29, 29, 27, 0.06);
}

.facewest-page__article--wide {
	max-width: 1180px;
}

.archive-shop .facewest-page {
	padding-block: clamp(48px, 6vw, 88px);
}

.archive-shop .facewest-page__article--wide {
	max-width: 1360px;
	padding: clamp(28px, 4vw, 52px);
}

.archive-shop .facewest-page__article > h1 {
	margin-bottom: 48px;
}

.archive-shop .minimog-grid-wrapper {
	--grid-columns-desktop: 3 !important;
	--grid-columns-tablet-extra: 2 !important;
	--grid-columns-mobile-extra: 2 !important;
	--grid-gutter-desktop: 34 !important;
	--grid-gutter-tablet-extra: 24 !important;
	--grid-gutter-mobile-extra: 14 !important;
}

.archive-shop .woocommerce-loop-product__title {
	margin-top: 18px !important;
	font-size: 18px !important;
	line-height: 1.35 !important;
}

.archive-shop .product-info .price {
	margin-top: 6px;
	font-size: 16px !important;
}

.woocommerce-pagination {
	margin-top: 64px;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.woocommerce-pagination ul.page-numbers li {
	margin: 0;
	border: 0;
}

.facewest-page__content .woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 46px;
	height: 46px;
	padding: 0 14px;
	border: 1px solid var(--facewest-line);
	color: var(--facewest-ink);
	background: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
}

.facewest-page__content .woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination span.page-numbers.current {
	border-color: var(--facewest-ink);
	color: #fff;
	background: var(--facewest-ink);
}

.facewest-page__article > h1 {
	margin: 0 0 38px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 6vw, 74px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1;
}

.facewest-page__content {
	color: #42423e;
	font-size: 16px;
	line-height: 1.78;
}

.facewest-page__content h2 {
	margin: 44px 0 12px;
	color: var(--facewest-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
}

.facewest-page__content p,
.facewest-page__content ul,
.facewest-page__content ol {
	margin: 0 0 18px;
}

.facewest-page__content a {
	border-bottom: 1px solid currentColor;
}

.facewest-page__intro {
	color: var(--facewest-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.45;
}

.facewest-page__content button,
.facewest-page__content .button,
.facewest-page__content input[type="submit"] {
	border: 1px solid var(--facewest-ink);
	border-radius: 0;
	color: #fff;
	background: var(--facewest-ink);
}

.facewest-page__content input,
.facewest-page__content select,
.facewest-page__content textarea {
	border-radius: 0;
}

.facewest-footer__bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 58px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	color: #999991;
	font-size: 11px;
	letter-spacing: 0.05em;
}

.facewest-checkout-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	white-space: nowrap;
}

.facewest-checkout-meta strong {
	margin-right: 4px;
	color: #c9c8c1;
	font-weight: 500;
}

.facewest-checkout-meta b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 25px;
	padding: 3px 8px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.08em;
}

.facewest-not-found__main {
	display: grid;
	align-items: center;
	min-height: 68vh;
}

.facewest-not-found__card {
	text-align: center;
}

.facewest-not-found__card > p:not(.facewest-eyebrow) {
	max-width: 590px;
	margin: 0 auto;
	color: #5d5d57;
	font-size: 17px;
	line-height: 1.75;
}

.facewest-not-found__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-top: 34px;
}

.single-product .entry-product-meta-shipping,
.single-product .product-trust-badge,
.single-product .live-viewing-visitors {
	display: none !important;
}

.single-product .woocommerce-tabs ul.tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 22px;
	margin-bottom: 28px;
	border-bottom: 1px solid var(--facewest-line);
}

.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
	padding: 14px 0 !important;
	font-size: 12px;
	font-weight: 600 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
	box-shadow: inset 0 -2px 0 var(--facewest-ink);
}

.facewest-specifications {
	margin: 0 0 22px;
	padding-left: 20px;
}

.facewest-specifications li {
	margin-bottom: 9px;
	line-height: 1.65;
}

.facewest-specification-note {
	margin: 12px 0 0;
}

.facewest-product-information {
	margin-top: 72px;
	padding: 72px 0;
	background: #f4f1eb;
}

.facewest-product-information h2 {
	margin: 0 0 32px;
	font-family: "Times New Roman", serif;
	font-size: clamp(2.25rem, 4vw, 4rem);
	font-weight: 400;
}

.facewest-product-information__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(26, 26, 24, 0.2);
}

.facewest-product-information details {
	padding: 24px 0;
	border-bottom: 1px solid rgba(26, 26, 24, 0.2);
}

.facewest-product-information details:nth-child(odd) {
	padding-right: 32px;
}

.facewest-product-information details:nth-child(even) {
	padding-left: 32px;
	border-left: 1px solid rgba(26, 26, 24, 0.2);
}

.facewest-product-information summary {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	cursor: pointer;
}

.facewest-product-information summary::after {
	content: "+";
	font-size: 1.3rem;
	font-weight: 400;
}

.facewest-product-information details[open] summary::after {
	content: "−";
}

.facewest-product-information details > :not(summary) {
	margin-top: 18px;
}

.facewest-related-products {
	padding: 88px 0 104px;
	background: #fff;
}

.facewest-related-products .facewest-section__head {
	margin-bottom: 34px;
}

@media (max-width: 760px) {
	.facewest-product-information {
		margin-top: 48px;
		padding: 48px 0;
	}

	.facewest-product-information__grid {
		grid-template-columns: 1fr;
	}

	.facewest-product-information details:nth-child(n) {
		padding-right: 0;
		padding-left: 0;
		border-left: 0;
	}

	.facewest-related-products {
		padding: 56px 0 72px;
	}
}

.facewest-consent[hidden],
.facewest-consent__choices[hidden],
.facewest-consent [hidden] {
	display: none !important;
}

.facewest-consent {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: grid;
	align-items: end;
	justify-items: end;
	padding: 24px;
}

.facewest-consent__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(18, 18, 17, 0.42);
}

.facewest-consent__panel {
	position: relative;
	width: min(100%, 520px);
	padding: 38px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(17, 17, 15, 0.24);
}

.facewest-consent__panel h2 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	font-weight: 400;
	letter-spacing: -0.03em;
}

.facewest-consent__panel > p:not(.facewest-eyebrow) {
	margin: 18px 0 24px;
	color: #55554f;
	font-size: 14px;
	line-height: 1.7;
}

.facewest-consent__close {
	position: absolute;
	top: 14px;
	right: 16px;
	padding: 6px;
	border: 0;
	background: transparent;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.facewest-consent__choices {
	display: grid;
	margin: 0 0 22px;
	border-top: 1px solid var(--facewest-line);
}

.facewest-consent__choices label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 17px 0;
	border-bottom: 1px solid var(--facewest-line);
}

.facewest-consent__choices span,
.facewest-consent__choices small {
	display: block;
}

.facewest-consent__choices small {
	margin-top: 4px;
	color: #74746d;
}

.facewest-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.facewest-consent__actions .facewest-button {
	min-height: 46px;
	padding-inline: 20px;
	cursor: pointer;
}

.facewest-button--outline {
	color: var(--facewest-ink);
	background: #fff;
}

.facewest-consent__manage {
	padding: 10px 4px;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 1120px) {
	.facewest-header__inner {
		grid-template-columns: auto 1fr auto;
	}

	.facewest-nav {
		display: none;
	}

	.facewest-logo {
		text-align: left;
	}

	.facewest-mobile-menu {
		position: relative;
		display: block;
	}

	.facewest-mobile-menu summary {
		cursor: pointer;
		font-size: 13px;
		font-weight: 600;
		list-style: none;
	}

	.facewest-mobile-menu summary::-webkit-details-marker {
		display: none;
	}

	.facewest-mobile-menu__panel {
		position: absolute;
		top: 37px;
		left: 0;
		display: grid;
		width: 230px;
		padding: 22px;
		border: 1px solid var(--facewest-line);
		background: #fff;
		box-shadow: 0 18px 42px rgba(20, 20, 18, 0.12);
		gap: 16px;
	}

	.facewest-products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.facewest-collections {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.facewest-category-links {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.facewest-footer__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.facewest-footer__grid--compact {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.facewest-newsletter {
		grid-column: span 2;
	}
}

@media (max-width: 1440px) {
	.facewest-hero {
		min-height: clamp(780px, 64vw, 920px);
	}
}

@media (max-width: 760px) {
	.facewest-shell {
		width: min(100% - 28px, 1440px);
	}

	.facewest-announcement {
		font-size: 10px;
	}

	.facewest-header__inner {
		min-height: 64px;
		gap: 15px;
	}

	.facewest-logo {
		gap: 6px;
	}

	.facewest-logo__mark {
		width: 27px;
		height: 27px;
	}

	.facewest-logo__wordmark {
		font-size: 16px;
	}

	.facewest-actions a {
		display: none;
	}

	.facewest-actions a:last-child {
		display: block;
		padding-block: 20px;
	}

	.facewest-search {
		position: static;
	}

	.facewest-currency summary {
		padding-block: 20px;
	}

	.facewest-currency__menu {
		top: 54px;
	}

	.facewest-search__panel {
		left: 16px;
		right: 16px;
		width: auto;
	}

	.facewest-hero {
		min-height: min(860px, calc(100svh - 92px));
	}

	.facewest-hero__media img {
		object-position: center 34%;
	}

	.facewest-hero::before {
		background: linear-gradient(0deg, rgba(17, 17, 15, 0.62), transparent 65%);
	}

	.facewest-hero__content {
		padding-bottom: 56px;
	}

	.facewest-hero h1 {
		font-size: 52px;
	}

	.facewest-category-grid,
	.facewest-story,
	.facewest-brand-story {
		grid-template-columns: 1fr;
	}

	.facewest-limited-offer__inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.facewest-limited-offer__mark {
		justify-content: flex-start;
		min-height: 230px;
		padding: 28px;
	}

	.facewest-limited-offer__mark strong {
		font-size: clamp(96px, 35vw, 150px);
	}

	.facewest-limited-offer__content h2 {
		font-size: clamp(42px, 13vw, 58px);
	}

	.facewest-coupon-form {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 20px;
	}

	.facewest-coupon-form__fields {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.facewest-coupon-form input {
		border-right: 1px solid #c9c5bc;
	}

	.facewest-category-card {
		min-height: 620px;
	}

	.facewest-category-card__content {
		padding: 26px;
	}

	.facewest-section__head {
		align-items: start;
		flex-direction: column;
	}

	.facewest-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px 12px;
	}

	.facewest-product__meta {
		grid-template-columns: minmax(0, 1fr);
		gap: 4px;
	}

	.facewest-product__price {
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.facewest-product__quick {
		position: static;
		margin-top: 8px;
		transform: none;
	}

	.facewest-editorial {
		min-height: 720px;
		background-position: 54% 30%;
	}

	.facewest-collections {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.facewest-category-links,
	.facewest-footer__grid--compact {
		grid-template-columns: 1fr;
	}

	.facewest-footer__bottom,
	.facewest-not-found__actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.facewest-checkout-meta {
		justify-content: flex-start;
	}

	.facewest-category-links a {
		min-height: 80px;
		border-right: 0;
	}

	.facewest-page {
		padding-block: 32px;
	}

	.facewest-page__article {
		padding: 28px 20px;
	}

	.facewest-story__image {
		min-height: 620px;
	}

	.facewest-brand-story__image {
		min-height: 620px;
		order: -1;
	}

	.facewest-story__content {
		padding: 52px 28px;
	}

	.facewest-brand-story__content {
		padding: 52px 28px;
	}

	.facewest-quotes,
	.facewest-benefits,
	.facewest-footer__grid {
		grid-template-columns: 1fr;
	}

	.facewest-benefit {
		border-right: 0;
		border-bottom: 1px solid var(--facewest-line);
	}

	.facewest-benefit:last-child {
		border-bottom: 0;
	}

	.facewest-newsletter {
		grid-column: auto;
	}

	.facewest-footer__bottom {
		flex-direction: column;
	}

	.facewest-consent {
		padding: 12px;
	}

	.facewest-consent__panel {
		padding: 30px 22px 24px;
	}

	.facewest-consent__actions {
		display: grid;
	}
}

/* 1.6.0 — British utility storage system */
.facewest-home main {
	display: flex;
	flex-direction: column;
	background: #f0eee6;
}

.facewest-home .facewest-hero { order: 1; }
.facewest-home .facewest-room-system { order: 2; }
.facewest-home .facewest-offer-toolcard { order: 3; }
.facewest-home #best-sellers { order: 4; }
.facewest-home .facewest-story { order: 5; }
.facewest-home #new-arrivals { order: 6; }
.facewest-home .facewest-editorial { order: 7; }
.facewest-home .facewest-section:not([id], .facewest-room-system) { order: 8; }
.facewest-home .facewest-brand-story { order: 9; }
.facewest-home .facewest-benefits { order: 10; }

.facewest-hero--split {
	display: grid;
	grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr);
	min-height: clamp(640px, 78vh, 860px);
	background: #233a31;
}

.facewest-hero--split .facewest-hero__media {
	position: relative;
	grid-column: 2;
	grid-row: 1;
}

.facewest-hero--split::after { display: none; }

.facewest-hero--split .facewest-hero__content {
	position: relative;
	z-index: 2;
	grid-column: 1;
	grid-row: 1;
	align-self: center;
	width: 100%;
	padding: 70px clamp(30px, 5vw, 90px);
}

.facewest-hero--split h1 {
	font-size: clamp(56px, 6.5vw, 105px);
	line-height: .9;
}

.facewest-room-system {
	padding: 92px 0;
}

.facewest-room-system .facewest-category-grid {
	grid-template-columns: 1.25fr .75fr;
	gap: 16px;
}

.facewest-room-system .facewest-category-card {
	min-height: 620px;
	border-radius: 10px;
}

.facewest-room-system .facewest-category-card:last-child {
	min-height: 440px;
	align-self: end;
}

.facewest-offer-toolcard {
	width: min(1180px, calc(100% - 40px));
	margin: 40px auto;
	border-radius: 12px;
	background: #d46735;
	box-shadow: 0 18px 0 #1f382e;
}

.facewest-offer-toolcard .facewest-limited-offer__mark {
	width: 190px;
	height: 120px;
	border: 0;
	border-radius: 8px;
	background: #f0eee6;
	color: #1f382e;
}

.facewest-shop-utility .facewest-page__article--wide {
	max-width: 1480px;
}

.facewest-shop-utility .facewest-page__content {
	display: grid;
	grid-template-columns: 250px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

.facewest-shop-utility .facewest-shop-room-nav {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 4px;
	padding: 28px;
	border-radius: 10px;
	background: #20382f;
	color: #f4f0e6;
}

.facewest-shop-utility .facewest-shop-room-nav p {
	margin: 0 0 10px;
	color: #f4f0e6;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.facewest-shop-utility .facewest-shop-room-nav a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 0 12px;
	border-radius: 6px;
	color: #f4f0e6;
	font-size: 14px;
	font-weight: 500;
}

.facewest-shop-utility .facewest-shop-room-nav a:hover,
.facewest-shop-utility .facewest-shop-room-nav a:focus-visible {
	color: #20382f;
	background: #f4f0e6;
}

.facewest-shop-utility .facewest-shop-catalog {
	width: 100%;
	min-width: 0;
}

.facewest-shop-utility ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 38px 22px !important;
}

.facewest-product-bento .entry-product {
	display: block;
	min-width: 0;
}

.facewest-product-bento .entry-product > .woo-single-info {
	display: block;
	width: 100%;
	min-width: 0;
}

.facewest-product-bento .entry-product > .woo-single-info > .row {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(360px, .6fr);
	gap: 44px;
	align-items: start;
	width: 100%;
	margin: 0;
	min-width: 0;
}

.facewest-product-bento .woo-single-info > .row > .col-woo-single-images {
	flex: none;
	width: 100%;
	max-width: none;
	min-width: 0;
	padding: 0;
}

.facewest-product-bento .woo-single-info > .row > .col-woo-single-summary {
	flex: none;
	width: 100%;
	max-width: none;
	min-width: 0;
	padding: 0;
}

.facewest-product-bento .col-woo-single-images > .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
	padding: 18px;
	border-radius: 12px;
	background: #e3e5dc;
}

.facewest-product-bento .woocommerce-product-gallery img {
	width: 100%;
	object-fit: contain;
	transform: scale(1.06);
}

.facewest-product-bento .col-woo-single-summary > .summary {
	position: sticky;
	top: 110px;
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	min-width: 0;
	padding: 34px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(27,49,40,.12);
}

.facewest-product-information--utility-manual {
	margin-top: 96px;
	padding: 80px 0;
	border-top: 10px solid #d46735;
	background: #ede9df;
}

.facewest-product-information--utility-manual .facewest-product-information__manual {
	display: grid;
	grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr);
	gap: clamp(40px, 6vw, 90px);
	align-items: start;
}

.facewest-product-information--utility-manual .facewest-product-information__manual-header {
	padding: 30px;
	border-radius: 10px;
	color: #f4f0e6;
	background: #1f382e;
}

.facewest-product-information--utility-manual .facewest-product-information__manual-header h2 {
	margin-bottom: 22px;
	color: #fff;
	font-family: Jost, Arial, sans-serif;
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 600;
	line-height: 1;
}

.facewest-product-information--utility-manual .facewest-product-information__manual-header > p:last-child {
	margin: 0;
	color: #d9e1db;
	line-height: 1.7;
}

.facewest-product-information--utility-manual .facewest-product-information__grid {
	display: block;
	border: 0;
}

.facewest-product-information--utility-manual .facewest-product-information__grid details:nth-child(n) {
	min-width: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid rgba(31, 56, 46, .25);
}

.facewest-product-information--utility-manual summary {
	align-items: center;
	min-height: 76px;
	color: #1f382e;
	font-size: 18px;
	letter-spacing: .01em;
}

.facewest-product-information--utility-manual summary span {
	display: inline-grid;
	flex: 0 0 44px;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-right: 16px;
	border-radius: 8px;
	color: #fff;
	background: #d46735;
	font-size: 12px;
	letter-spacing: .06em;
}

.facewest-product-information--utility-manual details > :not(summary) {
	max-width: 680px;
	margin: 0 0 26px 60px;
	color: #526259;
}

.facewest-footer-utility {
	background: #1d342b;
	border-top: 12px solid #d46735;
}

.facewest-footer-utility .facewest-footer__grid {
	grid-template-columns: 1.35fr repeat(2, 1fr);
}

.facewest-footer-utility .facewest-footer__company {
	grid-row: span 2;
	padding: 32px;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 8px;
}

.facewest-footer-utility .facewest-footer__bottom {
	padding: 24px;
	background: rgba(0,0,0,.16);
}

@media (max-width: 900px) {
	.facewest-hero--split,
	.facewest-room-system .facewest-category-grid,
	.facewest-product-bento .entry-product > .woo-single-info > .row { grid-template-columns: 1fr; }
	.facewest-hero--split .facewest-hero__media,
	.facewest-hero--split .facewest-hero__content { grid-column: 1; }
	.facewest-hero--split .facewest-hero__media { grid-row: 1; min-height: 520px; }
	.facewest-hero--split .facewest-hero__content { grid-row: 1; align-self: end; }
	.facewest-shop-utility .facewest-page__content { grid-template-columns: 1fr; }
	.facewest-shop-utility .facewest-shop-room-nav {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.facewest-shop-utility .facewest-shop-room-nav p { grid-column: 1 / -1; }
	.facewest-shop-utility ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.facewest-product-bento .col-woo-single-summary > .summary { position: static; }
	.facewest-product-information--utility-manual .facewest-product-information__manual {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	html,
	body {
		overflow-x: clip;
	}

	.facewest-shop-utility .facewest-shop-room-nav {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 20px;
	}
}
