/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  SHDW Cosmetics — luxury beef tallow skincare. Black / white with mint accents.
 Author:       SHDW Cosmetics
 Template:     generatepress
 Version:      1.2.0
 Text Domain:  generatepress-child
*/

:root {
	--shdw-bg: #050505;
	--shdw-bg-soft: #0a0a0a;
	--shdw-surface: #111111;
	--shdw-text: #f5f5f5;
	--shdw-text-muted: #b7b7b7;
	--shdw-accent: #6bb89a;
	--shdw-accent-strong: #7ec9ab;
	--shdw-border: #2a2a2a;
	--shdw-transition: 220ms ease;
	--shdw-ui-font: "Oswald", "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
	--shdw-body-font: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
}

html,
body {
	background-color: var(--shdw-bg);
	color: var(--shdw-text);
	font-family: var(--shdw-body-font);
}

body,
button,
input,
select,
textarea {
	color: var(--shdw-text);
}

a {
	color: var(--shdw-text);
	text-decoration: none;
	transition: color var(--shdw-transition);
}

a:hover,
a:focus {
	color: var(--shdw-accent-strong);
}

h1, h2, h3, h4, h5, h6,
.button,
.wp-block-button__link,
button,
input[type="submit"],
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
	font-family: var(--shdw-ui-font);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-weight: 500;
}

.site,
.site-content,
.site-header,
.main-navigation,
#masthead {
	background: transparent !important;
}

/* Hide leftover GeneratePress header chrome */
.site-header:not(.shdw-header),
.main-navigation,
#mobile-menu-control-wrapper {
	display: none !important;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* ========== HEADER ========== */
.shdw-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #000000;
	border-bottom: 1px solid #1a1a1a;
}

.shdw-header__bar {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 64px;
	padding: 0 clamp(1rem, 3vw, 2rem);
	max-width: 1400px;
	margin: 0 auto;
}

.shdw-header__brand {
	grid-column: 2;
	justify-self: center;
	font-family: var(--shdw-ui-font);
	font-size: clamp(0.95rem, 1.6vw, 1.15rem);
	font-weight: 600;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: #ffffff !important;
	white-space: nowrap;
}

.shdw-header__nav {
	grid-column: 3;
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 1.35rem;
}

.shdw-header__nav > a:not(.shdw-header__icon) {
	font-family: var(--shdw-ui-font);
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.9) !important;
}

.shdw-header__nav > a:not(.shdw-header__icon):hover {
	color: var(--shdw-accent-strong) !important;
}

.shdw-header__mobile-actions {
	display: none;
	align-items: center;
	gap: 0.65rem;
	grid-column: 3;
	justify-self: end;
}

.shdw-header__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #ffffff !important;
}

.shdw-icon {
	display: block;
	width: 20px;
	height: 20px;
	background: #ffffff;
}

.shdw-icon--cart {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.16 14h9.45c.75 0 1.41-.41 1.75-1.03L22 6H6.21l-.94-2H2v2h2l3.6 7.59-1.35 2.44C5.52 17.37 6.48 19 8 19h12v-2H8l1.1-2z'/%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 24 24'%3E%3Cpath fill='black' d='M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-1.99.9-1.99 2S15.9 22 17 22s2-.9 2-2-.9-2-2-2zM7.16 14h9.45c.75 0 1.41-.41 1.75-1.03L22 6H6.21l-.94-2H2v2h2l3.6 7.59-1.35 2.44C5.52 17.37 6.48 19 8 19h12v-2H8l1.1-2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.shdw-icon--account {
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12c2.76 0 5-2.24 5-5S14.76 2 12 2 7 4.24 7 7s2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z'/%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 24 24'%3E%3Cpath fill='black' d='M12 12c2.76 0 5-2.24 5-5S14.76 2 12 2 7 4.24 7 7s2.24 5 5 5zm0 2c-3.33 0-10 1.67-10 5v3h20v-3c0-3.33-6.67-5-10-5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.shdw-cart-count {
	position: absolute;
	top: -4px;
	right: -6px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--shdw-ui-font);
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	color: #000 !important;
	background: var(--shdw-accent);
}

.shdw-cart-count:empty,
.shdw-cart-count[data-shdw-cart-count="0"] {
	display: none;
}

.shdw-header__toggle {
	appearance: none;
	background: transparent;
	border: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.shdw-header__toggle-lines,
.shdw-header__toggle-lines::before,
.shdw-header__toggle-lines::after {
	display: block;
	width: 22px;
	height: 1.5px;
	background: #ffffff;
	position: relative;
}

.shdw-header__toggle-lines::before,
.shdw-header__toggle-lines::after {
	content: "";
	position: absolute;
	left: 0;
}

.shdw-header__toggle-lines::before { top: -7px; }
.shdw-header__toggle-lines::after { top: 7px; }

.shdw-mobile-drawer {
	display: flex;
	flex-direction: column;
	gap: 0;
	border-top: 1px solid #1a1a1a;
	background: #000;
	padding: 0.5rem 0 1rem;
}

.shdw-mobile-drawer[hidden] {
	display: none !important;
}

.shdw-mobile-drawer a {
	padding: 0.95rem 1.25rem;
	font-family: var(--shdw-ui-font);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 0.85rem;
	border-bottom: 1px solid #151515;
	color: #ffffff !important;
}

/* ========== TRUST STRIP (desktop labeled containers) ========== */
.shdw-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
	background: #000000;
	border-bottom: 1px solid #2a2a2a;
	border-top: 0;
}

.shdw-trust__item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0.85rem 1rem;
	text-align: center;
	border-right: 1px solid #2a2a2a;
	box-sizing: border-box;
}

.shdw-trust__item:last-child {
	border-right: 0;
}

.shdw-trust__item span {
	font-family: var(--shdw-ui-font);
	font-size: clamp(0.62rem, 1.1vw, 0.74rem);
	font-weight: 500;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(245, 245, 245, 0.82);
	line-height: 1.3;
}

/* ========== HERO ========== */
.shdw-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1.08fr);
	align-items: stretch;
	min-height: min(78vh, 760px);
	background: #000000;
	overflow: hidden;
}

.shdw-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(2.5rem, 7vw, 5.5rem) clamp(1.5rem, 5vw, 4.5rem);
	z-index: 2;
	background: linear-gradient(90deg, #000 72%, rgba(0, 0, 0, 0));
}

.shdw-hero__brand {
	font-family: var(--shdw-ui-font);
	font-size: 0.72rem;
	letter-spacing: 0.36em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 1.25rem;
}

.shdw-hero__brand::after {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	margin-top: 0.85rem;
	background: var(--shdw-accent);
}

.shdw-hero__title {
	font-family: var(--shdw-ui-font);
	font-size: clamp(2.4rem, 5.5vw, 4.4rem);
	line-height: 0.98;
	letter-spacing: 0.04em;
	margin: 0 0 1.15rem;
	font-weight: 600;
	display: flex;
	flex-direction: column;
	gap: 0.08em;
}

.shdw-hero__title-line {
	color: #ffffff;
}

.shdw-hero__title-accent {
	color: var(--shdw-accent);
}

.shdw-hero__lede {
	max-width: 26rem;
	margin: 0 0 1.75rem;
	color: rgba(245, 245, 245, 0.78);
	font-size: 1.02rem;
	line-height: 1.55;
	font-family: var(--shdw-body-font);
	text-transform: none;
	letter-spacing: 0.01em;
	font-weight: 400;
}

.shdw-hero__cta {
	align-self: flex-start;
}

.shdw-hero__media {
	position: relative;
	min-height: 100%;
	background: #000;
}

.shdw-hero__media picture,
.shdw-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Buttons */
.button,
.wp-block-button__link,
button.button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt {
	background: transparent !important;
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.65) !important;
	border-radius: 0 !important;
	font-family: var(--shdw-ui-font);
	letter-spacing: 0.16em;
	text-transform: uppercase;
	padding: 0.9rem 1.55rem !important;
	transition: background var(--shdw-transition), border-color var(--shdw-transition), color var(--shdw-transition);
}

.button:hover,
.wp-block-button__link:hover,
button.button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
	background: var(--shdw-accent) !important;
	border-color: var(--shdw-accent) !important;
	color: #000000 !important;
}

/* Homepage sections */
.shdw-section {
	padding: clamp(3rem, 7vw, 5rem) clamp(1.25rem, 4vw, 3rem);
	max-width: 1200px;
	margin: 0 auto;
}

.shdw-section__eyebrow {
	font-family: var(--shdw-ui-font);
	font-size: 0.72rem;
	letter-spacing: 0.28em;
	color: var(--shdw-accent);
	margin: 0 0 0.75rem;
}

.shdw-section__title {
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	margin: 0 0 0.75rem;
	color: #ffffff;
}

.shdw-section__lede {
	color: var(--shdw-text-muted);
	max-width: 34rem;
	margin: 0 0 2rem;
	font-family: var(--shdw-body-font);
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.55;
}

.shdw-about {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 0;
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	background: #070707;
}

.shdw-about__panel {
	padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 3rem);
}

.shdw-about__list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
}

.shdw-about__list li {
	padding: 0.7rem 0;
	border-top: 1px solid #222;
	font-family: var(--shdw-ui-font);
	letter-spacing: 0.12em;
	font-size: 0.82rem;
	color: rgba(245, 245, 245, 0.85);
}

.shdw-about__visual {
	min-height: 360px;
	background-size: cover;
	background-position: center;
}

/* Homepage collection carousel (desktop) */
.shdw-collection {
	max-width: 1280px;
}

.shdw-collection__cta {
	margin-top: 2rem;
}

.shdw-carousel {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.65rem;
}

.shdw-carousel__viewport {
	min-width: 0;
	overflow: hidden;
}

.shdw-carousel__nav {
	appearance: none;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: border-color var(--shdw-transition), color var(--shdw-transition), background var(--shdw-transition);
}

.shdw-carousel__nav:hover {
	border-color: var(--shdw-accent);
	color: #000;
	background: var(--shdw-accent);
}

/* Product cards — Spectre-inspired hover, mint accent */
.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.15rem;
	margin: 0 !important;
}

.shdw-carousel .woocommerce ul.products,
.shdw-carousel ul.products {
	display: flex !important;
	grid-template-columns: none !important;
	gap: 1.15rem;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	padding: 0.35rem 0.15rem 1rem !important;
	margin: 0 !important;
}

.shdw-carousel .woocommerce ul.products::-webkit-scrollbar,
.shdw-carousel ul.products::-webkit-scrollbar {
	display: none;
}

.shdw-carousel .woocommerce ul.products li.product,
.shdw-carousel ul.products li.product {
	flex: 0 0 min(320px, 78vw) !important;
	width: min(320px, 78vw) !important;
	max-width: 320px;
	scroll-snap-align: start;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product {
	width: 100% !important;
	margin: 0 !important;
	float: none !important;
	background: #050708;
	border: 1px solid #1d1d1d;
	padding: 0 0 1.15rem;
	transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
	position: relative;
}

/* Shop archive: clean product grid */
body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.woocommerce-shop .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product:focus-within {
	transform: translateY(-5px);
	border-color: color-mix(in srgb, var(--shdw-accent) 55%, transparent);
	box-shadow:
		inset 0 1px 0 color-mix(in srgb, var(--shdw-accent) 28%, transparent),
		0 0 0 1px color-mix(in srgb, var(--shdw-accent) 30%, transparent),
		0 0 24px color-mix(in srgb, var(--shdw-accent) 22%, transparent),
		0 18px 40px rgba(0, 0, 0, 0.45);
	z-index: 1;
}

.woocommerce ul.products li.product a img {
	margin: 0 !important;
	background: #0b1014;
	transition: transform 260ms ease, filter 260ms ease;
}

.woocommerce ul.products li.product:hover a img {
	transform: scale(1.04);
	filter: drop-shadow(0 12px 22px color-mix(in srgb, var(--shdw-accent) 16%, transparent));
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 0.9rem !important;
	padding: 1rem 1rem 0.35rem !important;
	color: #ffffff !important;
}

.woocommerce ul.products li.product .price {
	padding: 0 1rem;
	color: var(--shdw-text-muted) !important;
	font-family: var(--shdw-ui-font);
	letter-spacing: 0.08em;
}

.woocommerce ul.products li.product .button {
	margin: 0.85rem 1rem 0 !important;
	display: inline-block;
}

.woocommerce-page .site-content,
.woocommerce .site-content {
	background: #000000;
}

.woocommerce div.product .product_title {
	color: #ffffff;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--shdw-text-muted);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: #111 !important;
	color: #f5f5f5 !important;
	border-top-color: var(--shdw-accent) !important;
}

/* Contact / legal */
.shdw-contact {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	gap: 1.5rem;
	max-width: 1000px;
	margin: 0 auto;
	padding: clamp(2rem, 5vw, 3.5rem) 1.25rem;
}

.shdw-contact__card {
	background: #0a0a0a;
	border: 1px solid color-mix(in srgb, var(--shdw-accent) 22%, #222);
	padding: 1.75rem;
}

.shdw-contact__card h2 {
	margin-top: 0;
	font-size: 1.1rem;
}

.shdw-contact__meta {
	color: var(--shdw-text-muted);
	line-height: 1.7;
	font-family: var(--shdw-body-font);
	text-transform: none;
	letter-spacing: 0;
}

.shdw-contact label {
	display: block;
	font-family: var(--shdw-ui-font);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
	margin: 0 0 0.4rem;
	color: rgba(245, 245, 245, 0.7);
}

.shdw-contact input[type="text"],
.shdw-contact input[type="email"],
.shdw-contact textarea,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
	width: 100%;
	background: #070707 !important;
	border: 1px solid #2a2a2a !important;
	color: #ffffff !important;
	border-radius: 0 !important;
	padding: 0.75rem 0.85rem;
	margin-bottom: 1rem;
}

.shdw-contact textarea {
	min-height: 140px;
	resize: vertical;
}

.shdw-notice {
	max-width: 1000px;
	margin: 1.5rem auto 0;
	padding: 0.9rem 1.25rem;
	border: 1px solid color-mix(in srgb, var(--shdw-accent) 40%, #333);
}

.shdw-legal-page {
	max-width: 760px;
	margin: 0 auto;
	padding: 1rem 0 3rem;
	color: var(--shdw-text-muted);
	line-height: 1.7;
	font-family: var(--shdw-body-font);
}

.shdw-legal-page h3 {
	color: #ffffff;
	margin-top: 2rem;
	font-size: 0.95rem;
}

.shdw-legal-page a {
	color: var(--shdw-accent-strong);
}

.entry-title {
	color: #ffffff;
	text-align: center;
	padding: 2rem 1rem 0.5rem;
}

/* Footer */
.site-footer {
	background: #000000 !important;
	border-top: 1px solid #1a1a1a;
}

.shdw-site-footer {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2.5rem 1.25rem 2rem;
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	gap: 2rem;
}

.shdw-site-footer__brand {
	font-family: var(--shdw-ui-font);
	letter-spacing: 0.28em;
	color: #ffffff;
	font-size: 1rem;
	margin: 0 0 0.75rem;
}

.shdw-site-footer__tag {
	color: var(--shdw-text-muted);
	font-size: 0.92rem;
	line-height: 1.5;
	font-family: var(--shdw-body-font);
	text-transform: none;
	letter-spacing: 0;
	max-width: 22rem;
}

.shdw-site-footer h4 {
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	margin: 0 0 0.9rem;
	color: #ffffff;
}

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

.shdw-site-footer li {
	margin: 0 0 0.55rem;
}

.shdw-site-footer a {
	color: rgba(245, 245, 245, 0.75);
}

.shdw-site-footer__copy {
	grid-column: 1 / -1;
	border-top: 1px solid #1a1a1a;
	padding-top: 1.25rem;
	font-size: 0.78rem;
	color: #777;
	font-family: var(--shdw-body-font);
	text-transform: none;
	letter-spacing: 0;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #payment,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	background: #0a0a0a;
	border: 1px solid #222;
	padding: 1.25rem;
}

.woocommerce table.shop_table {
	border-color: #222 !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-color: #222 !important;
	color: #f5f5f5;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 900px) {
	.shdw-header__bar {
		grid-template-columns: 1fr auto;
		min-height: 58px;
	}

	.shdw-header__brand {
		grid-column: 1;
		justify-self: start;
		letter-spacing: 0.22em;
		font-size: 0.92rem;
	}

	.shdw-header__nav {
		display: none;
	}

	.shdw-header__mobile-actions {
		display: inline-flex;
	}

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

	.shdw-trust__item {
		min-height: 48px;
		border-bottom: 1px solid #2a2a2a;
	}

	.shdw-trust__item:nth-child(2n) {
		border-right: 0;
	}

	.shdw-trust__item:nth-last-child(-n + 2) {
		border-bottom: 0;
	}

	.shdw-hero {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.shdw-hero__media {
		order: -1;
		min-height: 62vh;
	}

	.shdw-hero__media img {
		object-position: center bottom;
	}

	/* Mobile: copy sits over lower fade like the mockup */
	.shdw-hero {
		display: block;
		position: relative;
		min-height: 88vh;
	}

	.shdw-hero__media {
		position: absolute;
		inset: 0;
		order: 0;
	}

	.shdw-hero__media::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.55) 0%,
			rgba(0, 0, 0, 0.2) 38%,
			rgba(0, 0, 0, 0.15) 55%,
			rgba(0, 0, 0, 0.72) 100%
		);
		pointer-events: none;
	}

	.shdw-hero__copy {
		position: relative;
		z-index: 2;
		min-height: 88vh;
		justify-content: flex-start;
		padding: 1.75rem 1.25rem 2.5rem;
		background: transparent;
		text-align: left;
	}

	.shdw-hero__lede {
		color: rgba(255, 255, 255, 0.88);
	}

	.shdw-carousel {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.shdw-carousel__nav {
		display: none;
	}

	.shdw-carousel .woocommerce ul.products li.product,
	.shdw-carousel ul.products li.product {
		flex-basis: min(280px, 82vw) !important;
		width: min(280px, 82vw) !important;
	}

	body.post-type-archive-product .woocommerce ul.products,
	body.tax-product_cat .woocommerce ul.products,
	body.woocommerce-shop .woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shdw-about,
	.shdw-contact,
	.shdw-site-footer {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	body.post-type-archive-product .woocommerce ul.products,
	body.tax-product_cat .woocommerce ul.products,
	body.woocommerce-shop .woocommerce ul.products {
		grid-template-columns: 1fr;
	}

	.shdw-trust__item span {
		font-size: 0.6rem;
		letter-spacing: 0.1em;
	}
}
