/*
Theme Name: After Rain
Theme URI: https://github.com/Altitud-Studio-S-L-U/web-deco
Author: Altitud Studio
Description: Editorial, performance-first WooCommerce storefront for After Rain.
Template: botiga
Requires at least: 7.1
Requires PHP: 8.1
Version: 0.5.2
License: Proprietary
Text Domain: web-deco
*/

:root {
	--wd-ink: #1c1b19;
	--wd-paper: #faf8f4;
	--wd-cream: #f1ece4;
	--wd-taupe: #8a7e72;
	--wd-brass: #aa7d52;
	--wd-brass-dark: #735238;
	--wd-line: #d9d1c7;
	--wd-white: #fffefb;
	--wd-critical: #9f332f;
	--wd-success: #2e6d55;
	--wd-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	--wd-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
	--wd-shell: min(1420px, calc(100vw - 64px));
	--wd-ease: 300ms cubic-bezier(0.22, 1, 0.36, 1);
	--wd-shadow: 0 28px 80px rgb(38 30 24 / 0.13);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.web-deco-storefront {
	background: var(--wd-paper);
	color: var(--wd-ink);
	font-family: var(--wd-sans);
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.web-deco-storefront [hidden] {
	display: none !important;
}

.web-deco-storefront::selection {
	background: #e8d8c8;
	color: var(--wd-ink);
}

.web-deco-storefront img,
.web-deco-storefront svg {
	display: block;
	max-width: 100%;
}

.web-deco-storefront a {
	color: inherit;
	text-underline-offset: 0.2em;
}

.web-deco-storefront :where(a, button, input, select, textarea, summary):focus-visible {
	outline: 2px solid var(--wd-brass);
	outline-offset: 4px;
}

.web-deco-storefront h1,
.web-deco-storefront h2,
.web-deco-storefront h3,
.web-deco-storefront .product_title,
.web-deco-storefront .woocommerce-loop-product__title {
	color: var(--wd-ink);
	font-family: var(--wd-serif);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.02;
}

.wd-shell {
	margin-inline: auto;
	width: var(--wd-shell);
}

.wd-full-width-wrapper,
.wd-home {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.web-deco-storefront.home .content-wrapper,
.web-deco-storefront.home .main-row {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

.wd-eyebrow {
	color: var(--wd-brass-dark);
	font-family: var(--wd-sans);
	font-size: 0.69rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1.35;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.web-deco-storefront a.wd-button,
.web-deco-storefront .button,
.web-deco-storefront button:not(.wd-header-action):not(.wd-menu-toggle):not(.wd-search-close),
.web-deco-storefront input[type="submit"],
.web-deco-storefront .wc-block-components-button:not(.is-link) {
	align-items: center;
	background: var(--wd-ink);
	border: 1px solid var(--wd-ink);
	border-radius: 0;
	color: var(--wd-white);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--wd-sans);
	font-size: 0.71rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.11em;
	line-height: 1.2;
	min-height: 3.35rem;
	padding: 1rem 1.65rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: background var(--wd-ease), color var(--wd-ease), transform var(--wd-ease);
}

.web-deco-storefront a.wd-button:hover,
.web-deco-storefront .button:hover,
.web-deco-storefront button:not(.wd-header-action):not(.wd-menu-toggle):not(.wd-search-close):hover,
.web-deco-storefront input[type="submit"]:hover {
	background: var(--wd-brass-dark);
	border-color: var(--wd-brass-dark);
	color: var(--wd-white);
	transform: translateY(-1px);
}

.web-deco-storefront a.wd-button--light {
	background: transparent;
	border-color: rgb(255 255 255 / 0.6);
	color: var(--wd-white);
}

.wd-text-link {
	display: inline-flex;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.wd-text-link::after {
	content: "→";
	margin-left: 0.7rem;
	transition: transform var(--wd-ease);
}

.wd-text-link:hover::after {
	transform: translateX(0.3rem);
}

/* Announcement, header and focused search. */
.wd-announcement {
	background: var(--wd-ink);
	color: var(--wd-white);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
}

.wd-announcement__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 2.45rem;
}

.wd-announcement a {
	align-items: center;
	display: inline-flex;
	gap: 0.4rem;
	text-decoration: none;
}

.wd-announcement strong {
	font-size: inherit;
	font-weight: 700;
	text-transform: uppercase;
}

.wd-announcement nav {
	display: flex;
	gap: 1.6rem;
}

.wd-announcement nav a {
	color: #ded7ce;
}

.wd-site-header {
	background: rgb(250 248 244 / 0.95);
	border-bottom: 1px solid var(--wd-line);
	position: sticky;
	top: 0;
	z-index: 90;
}

.admin-bar .wd-site-header {
	top: 32px;
}

.wd-header-grid {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	min-height: 5.65rem;
	position: relative;
}

.wd-primary-nav {
	justify-self: start;
}

.wd-menu,
.wd-primary-nav ul {
	align-items: center;
	display: flex;
	gap: clamp(1rem, 1.8vw, 2rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.wd-primary-nav li {
	margin: 0;
	position: relative;
}

.wd-primary-nav a {
	display: block;
	font-size: 0.7rem;
	font-weight: 650;
	letter-spacing: 0.095em;
	padding-block: 1rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.wd-primary-nav > div > ul > li > a::after,
.wd-primary-nav > ul > li > a::after {
	background: var(--wd-brass);
	bottom: 0.6rem;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform var(--wd-ease);
	width: 100%;
}

.wd-primary-nav a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

.wd-primary-nav .sub-menu {
	align-items: stretch;
	background: var(--wd-paper);
	border: 1px solid var(--wd-line);
	box-shadow: var(--wd-shadow);
	display: none;
	flex-direction: column;
	gap: 0;
	left: -1.25rem;
	min-width: 14rem;
	padding: 0.75rem 1.25rem;
	position: absolute;
	top: 100%;
}

.wd-primary-nav li:hover > .sub-menu,
.wd-primary-nav li:focus-within > .sub-menu {
	display: flex;
}

.wd-brand {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-self: center;
	text-align: center;
	text-decoration: none;
}

.wd-brand span {
	font-family: var(--wd-serif);
	font-size: 1.55rem;
	letter-spacing: 0.2em;
	line-height: 1;
	text-transform: uppercase;
}

.wd-brand small {
	color: var(--wd-taupe);
	font-size: 0.52rem;
	font-weight: 650;
	letter-spacing: 0.23em;
	margin-top: 0.48rem;
	text-transform: uppercase;
}

.wd-header-actions {
	align-items: center;
	display: flex;
	gap: 1.15rem;
	justify-self: end;
}

.wd-header-action {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--wd-ink);
	cursor: pointer;
	display: inline-flex;
	flex-direction: column;
	font-family: var(--wd-sans);
	font-size: 0.55rem;
	font-weight: 650;
	gap: 0.25rem;
	letter-spacing: 0.07em;
	min-height: auto;
	padding: 0.25rem;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.wd-header-action svg {
	fill: none;
	height: 1.35rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.45;
	width: 1.35rem;
}

.wd-cart-count {
	align-items: center;
	background: var(--wd-brass-dark);
	border-radius: 50%;
	color: var(--wd-white);
	display: flex;
	font-size: 0.56rem;
	height: 1.05rem;
	justify-content: center;
	position: absolute;
	right: -0.4rem;
	top: -0.4rem;
	width: 1.05rem;
}

.wd-menu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	display: none;
	flex-direction: column;
	gap: 0.35rem;
	justify-content: center;
	min-height: 2.75rem;
	padding: 0.5rem;
	width: 2.75rem;
}

.wd-menu-toggle > span:not(.screen-reader-text) {
	background: currentColor;
	display: block;
	height: 1px;
	transition: transform var(--wd-ease);
	width: 1.25rem;
}

.wd-search-panel {
	background: var(--wd-paper);
	border-bottom: 1px solid var(--wd-line);
	box-shadow: 0 24px 60px rgb(30 25 20 / 0.1);
	left: 0;
	padding-block: clamp(2rem, 5vw, 4rem);
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 95;
}

.wd-search-form label {
	display: block;
	font-family: var(--wd-serif);
	font-size: clamp(1.7rem, 3vw, 3rem);
	letter-spacing: -0.03em;
	margin-bottom: 1.4rem;
}

.wd-search-form__row {
	display: grid;
	grid-template-columns: 1fr auto;
}

.web-deco-storefront .wd-search-form input[type="search"] {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--wd-ink);
	border-radius: 0;
	font-family: var(--wd-serif);
	font-size: 1.2rem;
	min-height: 3.6rem;
	padding: 0;
}

.wd-search-close {
	background: transparent;
	border: 0;
	font-size: 2rem;
	line-height: 1;
	position: absolute;
	right: max(2rem, calc((100vw - 1420px) / 2));
	top: 1.6rem;
}

/* Homepage hero and editorial composition. */
.wd-home-hero {
	background: var(--wd-cream);
	padding-block: clamp(2rem, 4.5vw, 5rem);
}

.wd-home-hero__grid {
	align-items: center;
	display: grid;
	gap: clamp(2.5rem, 7vw, 8rem);
	grid-template-columns: minmax(22rem, 0.78fr) minmax(0, 1.22fr);
}

.wd-home-hero__copy {
	padding-block: clamp(2rem, 5vw, 5rem);
}

.wd-home-hero h1 {
	font-size: clamp(3.7rem, 6.4vw, 7.25rem);
	letter-spacing: -0.055em;
	line-height: 0.88;
	margin: 0;
	max-width: 8ch;
}

.wd-home-hero__intro {
	color: #565048;
	font-family: var(--wd-serif);
	font-size: clamp(1.08rem, 1.55vw, 1.35rem);
	line-height: 1.6;
	margin: 2rem 0 0;
	max-width: 34rem;
}

.wd-button-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1.4rem 2rem;
	margin-top: 2.4rem;
}

.wd-home-hero__note {
	align-items: center;
	color: var(--wd-taupe);
	display: flex;
	font-size: 0.69rem;
	gap: 0.6rem;
	letter-spacing: 0.045em;
	margin: 2.2rem 0 0;
}

.wd-home-hero__note span {
	background: var(--wd-brass);
	border-radius: 50%;
	height: 0.38rem;
	width: 0.38rem;
}

.wd-home-hero__media {
	background: #ddd4ca;
	margin: 0;
	min-height: clamp(34rem, 58vw, 48rem);
	overflow: hidden;
	position: relative;
}

.wd-home-hero__media::before {
	border: 1px solid rgb(255 255 255 / 0.65);
	content: "";
	inset: 1.1rem;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.wd-home-hero__media img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.wd-home-hero__media figcaption {
	background: rgb(250 248 244 / 0.94);
	bottom: 2.1rem;
	display: flex;
	flex-direction: column;
	left: 2.1rem;
	min-width: 13rem;
	padding: 1.2rem 1.35rem;
	position: absolute;
	z-index: 2;
}

.wd-home-hero__media figcaption span {
	color: var(--wd-brass-dark);
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.wd-home-hero__media figcaption strong {
	font-family: var(--wd-serif);
	font-size: 1.35rem;
	font-weight: 400;
	margin-top: 0.3rem;
}

.wd-service-bar {
	background: var(--wd-paper);
	border-bottom: 1px solid var(--wd-line);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.wd-service-bar > div {
	border-right: 1px solid var(--wd-line);
	padding: 1.45rem clamp(1rem, 3vw, 2.8rem);
}

.wd-service-bar > div:last-child {
	border-right: 0;
}

.wd-service-bar strong,
.wd-service-bar span {
	display: block;
}

.wd-service-bar strong {
	font-family: var(--wd-serif);
	font-size: 1rem;
	font-weight: 400;
}

.wd-service-bar span {
	color: var(--wd-taupe);
	font-size: 0.7rem;
	margin-top: 0.25rem;
}

.wd-section {
	padding-block: clamp(5rem, 9vw, 9rem);
}

.wd-section--soft {
	background: var(--wd-cream);
}

.wd-section--ink {
	background: var(--wd-ink);
	color: var(--wd-white);
}

.wd-section--ink :is(h2, h3) {
	color: var(--wd-white);
}

.wd-section--ink .wd-eyebrow {
	color: #d2b494;
}

.wd-section-heading {
	align-items: end;
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.wd-section-heading h2 {
	font-size: clamp(2.8rem, 5vw, 5.2rem);
	margin: 0;
	max-width: 11ch;
}

.wd-section-heading > p {
	color: var(--wd-taupe);
	line-height: 1.65;
	margin: 0;
	max-width: 30rem;
}

.wd-category-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1.15fr 0.85fr;
}

.wd-category-card {
	background: #e7dfd5;
	display: block;
	min-height: 25rem;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.wd-category-card--wide {
	grid-row: span 2;
	min-height: 51.5rem;
}

.wd-category-card::after {
	background: linear-gradient(180deg, transparent 46%, rgb(22 18 15 / 0.56));
	content: "";
	inset: 0;
	position: absolute;
}

.wd-category-card img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.wd-category-card:hover img {
	transform: scale(1.035);
}

.wd-category-card > span {
	bottom: 0;
	color: var(--wd-white);
	display: grid;
	grid-template-columns: auto 1fr;
	left: 0;
	padding: clamp(1.4rem, 3vw, 2.4rem);
	position: absolute;
	right: 0;
	z-index: 1;
}

.wd-category-card small {
	font-size: 0.62rem;
	grid-row: span 2;
	letter-spacing: 0.12em;
	margin-right: 1rem;
	padding-top: 0.45rem;
}

.wd-category-card strong {
	font-family: var(--wd-serif);
	font-size: clamp(1.8rem, 3vw, 3.2rem);
	font-weight: 400;
	line-height: 1;
}

.wd-category-card em {
	font-size: 0.72rem;
	font-style: normal;
	margin-top: 0.45rem;
	opacity: 0.82;
}

.wd-catalog-pending {
	border: 1px solid var(--wd-line);
	margin: 0 auto;
	max-width: 48rem;
	padding: clamp(2.5rem, 6vw, 5rem);
	text-align: center;
}

.wd-catalog-pending h3 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	margin-block: 0.5rem 1rem;
}

.wd-catalog-pending p:last-child {
	color: var(--wd-taupe);
	line-height: 1.65;
}

/* Product grids, archive and cards. */
.web-deco-storefront .products,
.web-deco-storefront ul.products {
	display: grid !important;
	gap: clamp(2rem, 4vw, 4rem) clamp(1rem, 2vw, 2rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.web-deco-storefront ul.products::before,
.web-deco-storefront ul.products::after {
	display: none !important;
}

.web-deco-storefront ul.products li.product {
	float: none !important;
	margin: 0 !important;
	position: relative;
	text-align: left;
	width: auto !important;
}

.web-deco-storefront ul.products li.product a img {
	aspect-ratio: 1 / 1.08;
	background: #e8e0d6;
	border-radius: 0;
	height: auto;
	margin: 0 0 1.15rem;
	object-fit: cover;
	transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
	width: 100%;
}

.web-deco-storefront ul.products li.product:hover a img {
	transform: scale(1.018);
}

.web-deco-storefront ul.products li.product .woocommerce-loop-product__title {
	font-size: clamp(1.16rem, 1.8vw, 1.45rem);
	line-height: 1.15;
	margin: 0;
	padding: 0;
}

.web-deco-storefront ul.products li.product .price {
	color: var(--wd-ink);
	font-size: 0.83rem;
	font-weight: 650;
	margin: 0.55rem 0 0.8rem;
}

.web-deco-storefront ul.products li.product .button {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--wd-ink);
	color: var(--wd-ink);
	font-size: 0.66rem;
	min-height: auto;
	padding: 0.35rem 0 0.2rem;
}

.web-deco-storefront span.onsale {
	background: var(--wd-brass-dark);
	border: 0;
	border-radius: 0;
	color: var(--wd-white);
	font-size: 0.61rem;
	font-weight: 700;
	left: 0.8rem;
	letter-spacing: 0.11em;
	line-height: 1;
	min-height: 0;
	min-width: 0;
	padding: 0.6rem 0.7rem;
	right: auto;
	top: 0.8rem;
	text-transform: uppercase;
}

.web-deco-storefront.woocommerce-shop .content-wrapper,
.web-deco-storefront.tax-product_cat .content-wrapper,
.web-deco-storefront.single-product .content-wrapper,
.web-deco-storefront.woocommerce-cart .content-wrapper,
.web-deco-storefront.woocommerce-checkout .content-wrapper,
.web-deco-storefront.woocommerce-account .content-wrapper {
	padding-block: clamp(2.5rem, 6vw, 6rem);
}

.web-deco-storefront .woocommerce-products-header__title,
.web-deco-storefront .page-title {
	font-size: clamp(3rem, 6vw, 6rem);
}

.web-deco-storefront .woocommerce-breadcrumb {
	color: var(--wd-taupe);
	font-size: 0.67rem;
	letter-spacing: 0.08em;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
	text-transform: uppercase;
}

.web-deco-storefront .woocommerce-result-count,
.web-deco-storefront .woocommerce-ordering {
	color: var(--wd-taupe);
	font-size: 0.75rem;
}

.web-deco-storefront .woocommerce-ordering select {
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--wd-line);
	border-radius: 0;
	min-height: 2.8rem;
}

/* Before/after merchandising. */
.wd-transformation {
	align-items: stretch;
	background: var(--wd-ink);
	color: var(--wd-white);
	display: grid;
	grid-template-columns: minmax(20rem, 0.72fr) minmax(0, 1.28fr);
	margin-top: clamp(4rem, 8vw, 8rem);
}

.wd-transformation--home {
	margin-top: 0;
}

.wd-transformation__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 7vw, 7rem);
}

.wd-transformation__copy .wd-eyebrow {
	color: #d2b494;
}

.wd-transformation__copy h2 {
	color: var(--wd-white);
	font-size: clamp(3rem, 5.5vw, 5.8rem);
	margin: 0;
	max-width: 8ch;
}

.wd-transformation__copy > p:not(.wd-eyebrow) {
	color: #c7beb4;
	line-height: 1.7;
	margin: 1.6rem 0 2rem;
	max-width: 30rem;
}

.wd-before-after {
	--wd-after-width: 50%;
	margin: 0;
	min-height: 43rem;
	overflow: hidden;
	position: relative;
}

.wd-before-after > img,
.wd-before-after__after,
.wd-before-after__after img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.wd-before-after__after {
	clip-path: inset(0 calc(100% - var(--wd-after-width)) 0 0);
	overflow: hidden;
	width: 100%;
}

.wd-before-after__after img {
	width: 100%;
}

.wd-before-after::after {
	background: var(--wd-white);
	box-shadow: 0 0 0 1px rgb(0 0 0 / 0.12);
	content: "";
	height: 100%;
	left: var(--wd-after-width);
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-1px);
	width: 2px;
}

.wd-before-after input[type="range"] {
	appearance: none;
	background: transparent;
	cursor: ew-resize;
	height: 100%;
	inset: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 3;
}

.wd-before-after__label {
	background: rgb(28 27 25 / 0.78);
	color: var(--wd-white);
	font-size: 0.63rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding: 0.65rem 0.8rem;
	position: absolute;
	top: 1rem;
	text-transform: uppercase;
	z-index: 2;
}

.wd-before-after__label--before {
	left: 1rem;
}

.wd-before-after__label--after {
	right: 1rem;
}

/* Offer, trust and FAQ sections. */
.wd-offer {
	align-items: center;
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.8fr);
}

.wd-offer__media {
	background: #e5ddd3;
	margin: 0;
	position: relative;
}

.wd-offer__media img {
	aspect-ratio: 1 / 1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.wd-offer__badge {
	align-items: center;
	background: var(--wd-brass-dark);
	border-radius: 50%;
	color: var(--wd-white);
	display: flex;
	font-family: var(--wd-serif);
	font-size: 1rem;
	height: 7rem;
	justify-content: center;
	line-height: 1.05;
	padding: 1rem;
	position: absolute;
	right: -2rem;
	text-align: center;
	top: 2rem;
	transform: rotate(5deg);
	width: 7rem;
}

.wd-offer__copy h2 {
	font-size: clamp(3rem, 5vw, 5rem);
	margin: 0;
	max-width: 10ch;
}

.wd-offer__copy > p:not(.wd-eyebrow):not(.wd-coupon):not(.wd-offer__price) {
	color: #5f5851;
	line-height: 1.7;
	margin: 1.5rem 0;
	max-width: 34rem;
}

.wd-offer__price {
	font-size: 1.15rem;
	font-weight: 700;
	margin-block: 1rem;
}

.wd-coupon {
	border: 1px dashed var(--wd-brass-dark);
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	margin: 0 0 1.8rem;
	padding: 0.8rem 1rem;
	text-transform: uppercase;
}

.wd-principles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.wd-principles article {
	border-left: 1px solid rgb(255 255 255 / 0.2);
	padding: clamp(1.8rem, 4vw, 3.5rem);
}

.wd-principles article:first-child {
	border-left: 0;
}

.wd-principles span {
	color: #d2b494;
	font-family: var(--wd-serif);
	font-size: 2.6rem;
}

.wd-principles h3 {
	font-size: 1.6rem;
	margin-block: 1.2rem 0.75rem;
}

.wd-principles p {
	color: #bcb3aa;
	font-size: 0.84rem;
	line-height: 1.65;
}

.wd-faqs {
	display: grid;
	gap: clamp(3rem, 8vw, 8rem);
	grid-template-columns: 0.72fr 1.28fr;
}

.wd-faqs h2 {
	font-size: clamp(3rem, 5vw, 5rem);
	margin: 0 0 2rem;
	max-width: 9ch;
}

.wd-faqs details {
	border-top: 1px solid var(--wd-line);
	padding-block: 1.4rem;
}

.wd-faqs details:last-child {
	border-bottom: 1px solid var(--wd-line);
}

.wd-faqs summary {
	cursor: pointer;
	font-family: var(--wd-serif);
	font-size: 1.25rem;
	list-style: none;
	padding-right: 2rem;
	position: relative;
}

.wd-faqs summary::after {
	content: "+";
	font-family: var(--wd-sans);
	font-size: 1.25rem;
	font-weight: 300;
	position: absolute;
	right: 0;
}

.wd-faqs details[open] summary::after {
	content: "−";
}

.wd-faqs details p {
	color: #625b54;
	line-height: 1.7;
	margin: 1rem 0 0;
	max-width: 42rem;
}

/* Product detail and conversion components. */
.web-deco-storefront.single-product div.product {
	display: grid;
	gap: clamp(3rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1.12fr) minmax(22rem, 0.88fr);
}

.web-deco-storefront.single-product div.product div.images,
.web-deco-storefront.single-product div.product div.summary {
	float: none;
	margin: 0;
	width: auto;
}

.web-deco-storefront.single-product div.product div.images {
	background: var(--wd-cream);
}

.web-deco-storefront.single-product .woocommerce-product-gallery img {
	border-radius: 0;
}

.web-deco-storefront.single-product div.product div.summary {
	align-self: start;
	padding-top: 0.5rem;
}

.wd-product-kicker {
	align-items: center;
	color: var(--wd-brass-dark);
	display: flex;
	font-size: 0.65rem;
	font-weight: 700;
	justify-content: space-between;
	letter-spacing: 0.12em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.wd-product-kicker__status {
	color: var(--wd-success);
}

.wd-product-kicker__status::before {
	background: currentColor;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 0.38rem;
	margin-right: 0.45rem;
	vertical-align: 0.08rem;
	width: 0.38rem;
}

.wd-product-kicker__status.is-unavailable {
	color: var(--wd-critical);
}

.web-deco-storefront.single-product div.product .product_title {
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 0.96;
	margin: 0 0 1.15rem;
}

.wd-review-signal {
	color: var(--wd-taupe);
	display: inline-flex;
	font-size: 0.71rem;
	gap: 0.45rem;
	margin-bottom: 1rem;
	text-decoration: none;
}

.web-deco-storefront.single-product div.product p.price,
.web-deco-storefront.single-product div.product span.price {
	color: var(--wd-ink);
	font-size: 1.25rem;
	font-weight: 650;
	margin-bottom: 1.5rem;
}

.web-deco-storefront.single-product .woocommerce-product-details__short-description {
	color: #5b554e;
	font-size: 0.98rem;
	line-height: 1.75;
}

.web-deco-storefront.single-product form.cart {
	display: flex;
	gap: 0.75rem;
	margin-block: 1.7rem 1.2rem;
}

.web-deco-storefront .quantity .qty {
	border: 1px solid var(--wd-line);
	border-radius: 0;
	height: 3.5rem;
	min-height: 3.5rem;
	width: 5.25rem;
}

.web-deco-storefront.single-product form.cart .single_add_to_cart_button {
	flex: 1;
	min-height: 3.5rem;
}

.wd-shipping-prompt {
	align-items: center;
	background: var(--wd-cream);
	color: #5d564f;
	display: flex;
	font-size: 0.74rem;
	gap: 0.75rem;
	line-height: 1.45;
	margin: 0 0 1rem;
	padding: 0.85rem 1rem;
}

.wd-shipping-prompt svg {
	fill: none;
	flex: 0 0 1.35rem;
	stroke: var(--wd-brass-dark);
	stroke-width: 1.4;
	width: 1.35rem;
}

.wd-product-facts {
	border-block: 1px solid var(--wd-line);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.2rem;
}

.wd-product-facts p {
	margin: 0;
	padding: 1rem 0;
}

.wd-product-facts p + p {
	border-left: 1px solid var(--wd-line);
	padding-left: 1rem;
}

.wd-product-facts span,
.wd-product-facts strong {
	display: block;
}

.wd-product-facts span {
	color: var(--wd-taupe);
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.wd-product-facts strong {
	font-family: var(--wd-serif);
	font-size: 1rem;
	font-weight: 400;
	margin-top: 0.25rem;
}

.wd-product-assurances {
	border-bottom: 1px solid var(--wd-line);
	margin-top: 0.5rem;
}

.wd-product-assurances > :is(a, span) {
	align-items: start;
	border-top: 1px solid var(--wd-line);
	display: grid;
	gap: 0.12rem 0.8rem;
	grid-template-columns: 1.5rem 1fr;
	padding-block: 0.9rem;
	text-decoration: none;
}

.wd-product-assurances > :is(a, span) > :first-child {
	color: var(--wd-brass-dark);
	font-size: 0.62rem;
	font-style: normal;
	grid-row: span 2;
	letter-spacing: 0.08em;
}

.wd-product-assurances strong {
	font-size: 0.73rem;
	letter-spacing: 0.035em;
}

.wd-product-assurances small {
	color: var(--wd-taupe);
	font-size: 0.69rem;
}

.wd-product-promo {
	align-items: center;
	border: 1px solid var(--wd-brass);
	display: grid;
	gap: 1rem;
	grid-template-columns: auto 1fr;
	margin: 1rem 0;
	padding: 1rem;
}

.wd-product-promo > span {
	background: var(--wd-brass-dark);
	color: var(--wd-white);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 0.65rem;
	text-transform: uppercase;
}

.wd-product-promo p {
	font-size: 0.75rem;
	line-height: 1.5;
	margin: 0;
}

.wd-bundle {
	background: var(--wd-cream);
	margin-top: 1.3rem;
	padding: 1.4rem;
}

.wd-bundle h2 {
	font-size: 1.85rem;
	margin-block: 0 1rem;
}

.wd-bundle ul {
	border-block: 1px solid var(--wd-line);
	list-style: none;
	margin: 0;
	padding: 0.65rem 0;
}

.wd-bundle li {
	display: flex;
	font-size: 0.74rem;
	justify-content: space-between;
	padding: 0.4rem 0;
}

.wd-bundle__price {
	align-items: baseline;
	display: flex;
	gap: 0.7rem;
	margin-block: 1rem;
}

.wd-bundle__price > span {
	background: var(--wd-brass-dark);
	color: var(--wd-white);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 0.4rem 0.55rem;
	text-transform: uppercase;
}

.wd-bundle__price strong {
	font-size: 1.1rem;
}

.wd-bundle__form button {
	width: 100%;
}

.wd-bundle > small {
	color: var(--wd-taupe);
	display: block;
	font-size: 0.64rem;
	margin-top: 0.7rem;
}

.web-deco-storefront.single-product div.product :is(.woocommerce-tabs, .related, .upsells, .wd-product-value, .wd-transformation) {
	grid-column: 1 / -1;
}

.web-deco-storefront.single-product .woocommerce-tabs {
	margin-top: clamp(2rem, 5vw, 5rem);
}

.web-deco-storefront.single-product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid var(--wd-line);
	margin: 0 0 2rem;
	padding: 0;
}

.web-deco-storefront.single-product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.web-deco-storefront.single-product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0 2rem 0 0;
	padding: 0 0 0.8rem;
}

.web-deco-storefront.single-product .woocommerce-tabs ul.tabs li::before,
.web-deco-storefront.single-product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.web-deco-storefront.single-product .woocommerce-tabs ul.tabs li.active {
	border-bottom: 2px solid var(--wd-ink);
}

.web-deco-storefront.single-product .woocommerce-tabs h2,
.web-deco-storefront.single-product .related > h2,
.web-deco-storefront.single-product .upsells > h2 {
	font-size: clamp(2.5rem, 4vw, 4rem);
}

.wd-product-value {
	border-block: 1px solid var(--wd-line);
	display: grid;
	gap: clamp(2rem, 6vw, 6rem);
	grid-template-columns: 0.72fr 1.28fr;
	margin-top: clamp(3rem, 7vw, 7rem);
	padding-block: clamp(3rem, 7vw, 7rem);
}

.wd-product-value__heading h2 {
	font-size: clamp(2.7rem, 5vw, 5rem);
	margin: 0;
	max-width: 9ch;
}

.wd-product-value__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.wd-product-value__grid article {
	border-left: 1px solid var(--wd-line);
	padding: 1.5rem;
}

.wd-product-value__grid span {
	color: var(--wd-brass-dark);
	font-family: var(--wd-serif);
	font-size: 2rem;
}

.wd-product-value__grid h3 {
	font-size: 1.3rem;
	margin-block: 1rem 0.5rem;
}

.wd-product-value__grid p {
	color: var(--wd-taupe);
	font-size: 0.77rem;
	line-height: 1.65;
}

.wd-sticky-buy {
	align-items: center;
	background: rgb(250 248 244 / 0.97);
	border-top: 1px solid var(--wd-line);
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	opacity: 0;
	padding: 0.75rem max(1rem, calc((100vw - 1420px) / 2));
	pointer-events: none;
	position: fixed;
	transform: translateY(100%);
	transition: opacity var(--wd-ease), transform var(--wd-ease);
	width: 100%;
	z-index: 100;
}

.wd-sticky-buy.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.wd-sticky-buy__product,
.wd-sticky-buy__action {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.wd-sticky-buy__product img {
	height: 3.25rem;
	object-fit: cover;
	width: 3.25rem;
}

.wd-sticky-buy__product span {
	display: flex;
	flex-direction: column;
}

.wd-sticky-buy__product small {
	color: var(--wd-brass-dark);
	font-size: 0.57rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.wd-sticky-buy__product strong {
	font-family: var(--wd-serif);
	font-size: 1rem;
	font-weight: 400;
}

.wd-sticky-buy__price {
	font-size: 0.8rem;
	font-weight: 700;
}

.wd-sticky-buy button {
	min-height: 2.8rem !important;
	padding: 0.8rem 1.4rem !important;
}

/* Cart, checkout, account and form trust. */
.web-deco-storefront :is(input, select, textarea):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="range"]) {
	background: var(--wd-white);
	border: 1px solid var(--wd-line);
	border-radius: 0;
	color: var(--wd-ink);
	min-height: 3.15rem;
	padding: 0.75rem 0.85rem;
}

.web-deco-storefront .woocommerce-message,
.web-deco-storefront .woocommerce-info,
.web-deco-storefront .woocommerce-error {
	background: var(--wd-cream);
	border-color: var(--wd-brass);
	border-radius: 0;
	color: var(--wd-ink);
}

.web-deco-storefront .cart_totals,
.web-deco-storefront .woocommerce-checkout-review-order,
.web-deco-storefront .wc-block-components-sidebar {
	background: var(--wd-cream);
	padding: clamp(1.25rem, 3vw, 2.5rem);
}

.web-deco-storefront .woocommerce-billing-fields h3,
.web-deco-storefront .woocommerce-additional-fields h3,
.web-deco-storefront #order_review_heading,
.web-deco-storefront .cart_totals h2,
.web-deco-storefront .woocommerce-MyAccount-content h2 {
	font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.wd-account-incentive,
.wd-account-reward {
	background: var(--wd-cream);
	border-left: 3px solid var(--wd-brass);
	margin-bottom: 1.5rem;
	padding: 1.25rem;
}

.wd-account-incentive h3,
.wd-account-reward h3 {
	font-size: 1.5rem;
	margin-block: 0 0.5rem;
}

.wd-account-incentive p,
.wd-account-reward p {
	font-size: 0.78rem;
	line-height: 1.6;
}

/* Footer and payment reassurance. */
.wd-site-footer {
	background: var(--wd-ink);
	color: var(--wd-white);
	padding-block: clamp(4rem, 8vw, 7rem) 2rem;
}

.wd-footer-lead {
	align-items: end;
	border-bottom: 1px solid rgb(255 255 255 / 0.18);
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.wd-footer-lead .wd-eyebrow {
	color: #d2b494;
}

.wd-footer-lead h2 {
	color: var(--wd-white);
	font-size: clamp(3rem, 6vw, 6rem);
	margin: 0;
	max-width: 10ch;
}

.wd-footer-grid {
	display: grid;
	gap: clamp(2.5rem, 6vw, 6rem);
	grid-template-columns: 2fr repeat(3, 1fr);
	padding-block: clamp(3rem, 6vw, 5rem);
}

.wd-footer-brand > a {
	font-family: var(--wd-serif);
	font-size: 1.7rem;
	letter-spacing: 0.17em;
	text-decoration: none;
	text-transform: uppercase;
}

.wd-footer-brand p {
	color: #bbb2a9;
	font-size: 0.82rem;
	line-height: 1.7;
	max-width: 24rem;
}

.wd-footer-grid nav {
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.wd-footer-grid h3 {
	color: #c8aa8c;
	font-family: var(--wd-sans);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.wd-footer-grid nav a {
	color: #e7e0d8;
	font-size: 0.78rem;
	text-decoration: none;
}

.wd-footer-meta {
	align-items: center;
	border-top: 1px solid rgb(255 255 255 / 0.18);
	color: #aaa198;
	display: flex;
	font-size: 0.64rem;
	justify-content: space-between;
	letter-spacing: 0.035em;
	padding-top: 1.5rem;
}

.wd-footer-meta p {
	margin: 0;
}

.wd-payment-methods {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.wd-payment-badge {
	align-items: center;
	background: var(--wd-white);
	border-radius: 2px;
	color: #1d1d1b;
	display: inline-flex;
	font-size: 0.56rem;
	font-style: normal;
	font-weight: 800;
	height: 1.6rem;
	justify-content: center;
	letter-spacing: -0.03em;
	min-width: 2.65rem;
	padding: 0 0.4rem;
}

.wd-payment-badge--visa {
	color: #15357a;
	font-size: 0.65rem;
	font-style: italic;
}

.wd-payment-badge--mastercard i {
	background: #e44b32;
	border-radius: 50%;
	height: 0.78rem;
	width: 0.78rem;
}

.wd-payment-badge--mastercard i + i {
	background: #e9a33b;
	margin-left: -0.25rem;
}

.wd-payment-badge--amex {
	background: #1676a8;
	color: white;
}

.wd-payment-badge--wallet b {
	color: #4285f4;
}

.wd-payment-methods small {
	margin-left: 0.4rem;
}

/* Quiet reveal motion without delaying purchasing. */
.wd-motion-ready .wd-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--wd-reveal-delay, 0ms);
}

.wd-motion-ready .wd-reveal.wd-is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1180px) {
	:root {
		--wd-shell: min(100% - 40px, 1120px);
	}

	.wd-menu,
	.wd-primary-nav ul {
		gap: 1rem;
	}

	.wd-primary-nav a {
		font-size: 0.62rem;
	}

	.wd-home-hero__grid {
		gap: 3rem;
		grid-template-columns: minmax(20rem, 0.85fr) minmax(0, 1.15fr);
	}

	.web-deco-storefront .products,
	.web-deco-storefront ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.wd-announcement nav a:not(:first-child) {
		display: none;
	}

	.wd-menu-toggle {
		display: flex;
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
	}

	.wd-primary-nav {
		background: var(--wd-paper);
		border-bottom: 1px solid var(--wd-line);
		display: none;
		left: calc((100vw - var(--wd-shell)) / -2);
		padding: 1rem calc((100vw - var(--wd-shell)) / 2) 2rem;
		position: absolute;
		top: 100%;
		width: 100vw;
	}

	.wd-primary-nav.is-open {
		display: block;
	}

	.wd-primary-nav .wd-menu,
	.wd-primary-nav ul {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
	}

	.wd-primary-nav a {
		border-bottom: 1px solid var(--wd-line);
		font-family: var(--wd-serif);
		font-size: 1.35rem;
		font-weight: 400;
		letter-spacing: -0.01em;
		padding: 0.8rem 0;
		text-transform: none;
	}

	.wd-primary-nav .sub-menu {
		border: 0;
		box-shadow: none;
		display: flex;
		margin-left: 1rem;
		padding: 0;
		position: static;
	}

	.wd-brand {
		grid-column: 2;
		grid-row: 1;
	}

	.wd-header-actions {
		grid-column: 3;
		grid-row: 1;
	}

	.wd-home-hero__grid {
		grid-template-columns: 1fr;
	}

	.wd-home-hero__copy {
		max-width: 44rem;
		padding-bottom: 0;
	}

	.wd-home-hero__media {
		min-height: min(72vw, 42rem);
	}

	.wd-service-bar {
		grid-template-columns: repeat(2, 1fr);
	}

	.wd-service-bar > div:nth-child(2) {
		border-right: 0;
	}

	.wd-service-bar > div:nth-child(-n + 2) {
		border-bottom: 1px solid var(--wd-line);
	}

	.wd-category-card--wide {
		min-height: 46.5rem;
	}

	.wd-transformation,
	.wd-offer,
	.web-deco-storefront.single-product div.product,
	.wd-product-value,
	.wd-faqs {
		grid-template-columns: 1fr;
	}

	.wd-before-after {
		min-height: min(70vw, 38rem);
	}

	.wd-product-value__heading h2,
	.wd-faqs h2 {
		max-width: 12ch;
	}

	.wd-footer-grid {
		grid-template-columns: 2fr repeat(2, 1fr);
	}

	.wd-footer-grid nav:last-child {
		grid-column: 2;
	}
}

@media (max-width: 782px) {
	:root {
		--wd-shell: calc(100% - 32px);
	}

	.admin-bar .wd-site-header {
		top: 46px;
	}

	.wd-announcement__inner {
		justify-content: center;
	}

	.wd-announcement nav {
		display: none;
	}

	.wd-header-grid {
		min-height: 4.8rem;
	}

	.wd-brand span {
		font-size: 1.2rem;
	}

	.wd-brand small {
		display: none;
	}

	.wd-header-action > span:not(.wd-cart-count) {
		display: none;
	}

	.wd-header-actions {
		gap: 0.5rem;
	}

	.wd-header-actions .wd-header-action:nth-child(2) {
		display: none;
	}

	.wd-search-form__row {
		grid-template-columns: 1fr;
	}

	.wd-search-close {
		right: 1rem;
		top: 0.8rem;
	}

	.wd-home-hero {
		padding-top: 1rem;
	}

	.wd-home-hero h1 {
		font-size: clamp(3.3rem, 16vw, 5.5rem);
	}

	.wd-home-hero__media {
		min-height: 110vw;
	}

	.wd-home-hero__media figcaption {
		bottom: 1.2rem;
		left: 1.2rem;
	}

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

	.wd-category-grid {
		grid-template-columns: 1fr;
	}

	.wd-category-card,
	.wd-category-card--wide {
		grid-row: auto;
		min-height: 120vw;
	}

	.web-deco-storefront .products,
	.web-deco-storefront ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wd-transformation__copy {
		padding: 3.5rem 1.5rem;
	}

	.wd-before-after {
		min-height: 74vw;
	}

	.wd-offer__badge {
		height: 5.8rem;
		right: -0.5rem;
		width: 5.8rem;
	}

	.wd-principles,
	.wd-product-value__grid {
		grid-template-columns: 1fr;
	}

	.wd-principles article,
	.wd-product-value__grid article {
		border-left: 0;
		border-top: 1px solid rgb(255 255 255 / 0.2);
	}

	.wd-product-value__grid article {
		border-color: var(--wd-line);
	}

	.web-deco-storefront.single-product form.cart {
		align-items: stretch;
		flex-direction: column;
	}

	.web-deco-storefront .quantity .qty {
		width: 100%;
	}

	.wd-footer-lead,
	.wd-footer-meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.wd-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.wd-footer-brand {
		grid-column: 1 / -1;
	}

	.wd-footer-grid nav:last-child {
		grid-column: auto;
	}
}

@media (max-width: 520px) {
	.wd-announcement span {
		display: none;
	}

	.wd-brand span {
		font-size: 1rem;
		letter-spacing: 0.15em;
	}

	.wd-service-bar {
		grid-template-columns: 1fr;
	}

	.wd-service-bar > div {
		border-bottom: 1px solid var(--wd-line);
		border-right: 0;
	}

	.wd-service-bar > div:last-child {
		border-bottom: 0;
	}

	.wd-section {
		padding-block: 4.5rem;
	}

	.web-deco-storefront .products,
	.web-deco-storefront ul.products {
		gap: 2.2rem 0.8rem;
	}

	.web-deco-storefront ul.products li.product .woocommerce-loop-product__title {
		font-size: 1rem;
	}

	.wd-product-facts {
		grid-template-columns: 1fr;
	}

	.wd-product-facts p + p {
		border-left: 0;
		border-top: 1px solid var(--wd-line);
		padding-left: 0;
	}

	.wd-sticky-buy__product {
		display: none;
	}

	.wd-sticky-buy__action {
		justify-content: space-between;
		width: 100%;
	}

	.wd-footer-grid {
		grid-template-columns: 1fr;
	}

	.wd-footer-brand,
	.wd-footer-grid nav:last-child {
		grid-column: auto;
	}

	.wd-payment-methods small {
		display: block;
		margin: 0.35rem 0 0;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}

	.wd-motion-ready .wd-reveal {
		opacity: 1;
		transform: none;
	}
}
