/*
Theme Name: Nutris Market
Theme URI: http://localhost:8000/
Author: tbeninnovation
Description: A high-fidelity grocery and WooCommerce storefront inspired by the supplied Nutris Market reference.
Version: 4.5.1
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: nutris-market
*/

:root {
	--navy: #3d4750;
	--navy-dark: #242b31;
	--green: #ed1b23;
	--leaf: #c5161d;
	--pink: #ed1b23;
	--teal: #3d4750;
	--accent: #ed1b23;
	--accent-dark: #c5161d;
	--accent-soft: #fcf8f8;
	--accent-border: #eadede;
	--ink: #3d4750;
	--muted: #6f7484;
	--line: #e7e8ef;
	--soft: #f5f6fa;
	--white: #fff;
	--black: #171923;
	--radius: 14px;
	--shell: 1440px;
}

/* Compact French order confirmation. */
body.woocommerce-order-received .content-page {
	width: min(100% - 40px, 1080px);
	padding: 48px 0 72px;
}

body.woocommerce-order-received .content-page-card {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-size: 15px;
	line-height: 1.55;
}

.nutris-thankyou {
	display: grid;
	gap: 24px;
}

.nutris-thankyou-hero {
	padding: clamp(32px, 5vw, 54px) 24px;
	border: 1px solid #e8edea;
	border-radius: 26px;
	background: linear-gradient(145deg, #f3faf5, #fff 70%);
	text-align: center;
	box-shadow: 0 18px 50px rgba(31, 55, 45, .07);
}

.nutris-thankyou-icon {
	display: grid;
	width: 64px;
	height: 64px;
	margin: 0 auto 17px;
	place-items: center;
	border-radius: 50%;
	background: #ed1b23;
	color: #fff;
	font-size: 32px;
	box-shadow: 0 10px 24px rgba(237, 27, 35, .22);
}

.nutris-thankyou--failed .nutris-thankyou-icon {
	background: #a43b3b;
	box-shadow: 0 10px 24px rgba(164, 59, 59, .2);
}

.nutris-thankyou-eyebrow {
	margin: 0 0 6px;
	color: #ed1b23;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.nutris-thankyou-hero h1 {
	margin: 0;
	color: #202b27;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 750;
	letter-spacing: -.03em;
	line-height: 1.12;
}

.nutris-thankyou-hero > p:last-child {
	max-width: 580px;
	margin: 12px auto 0;
	color: #68736e;
	font-size: 16px;
}

.nutris-order-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 20px;
	border: 1px solid #e8e9ed;
	border-radius: 20px;
	background: #fff;
}

.nutris-order-overview > div {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 4px 20px;
	border-inline-end: 1px solid #e8e9ed;
}

.nutris-order-overview > div:last-child {
	border-inline-end: 0;
}

.nutris-order-overview span,
.nutris-order-product-copy small {
	color: #7a827f;
	font-size: 12px;
}

.nutris-order-overview strong {
	overflow-wrap: anywhere;
	color: #202b27;
	font-size: 14px;
	line-height: 1.35;
}

.nutris-thankyou-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(270px, .55fr);
	gap: 24px;
	align-items: start;
}

.nutris-thankyou-card {
	padding: 26px;
	border: 1px solid #e8e9ed;
	border-radius: 20px;
	background: #fff;
}

.nutris-thankyou-card h2 {
	margin: 0 0 20px;
	color: #202b27;
	font-size: 20px;
	font-weight: 750;
}

.nutris-order-product-list {
	display: grid;
}

.nutris-order-product {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 14px 0;
	border-bottom: 1px solid #eef0ef;
}

.nutris-order-product:first-child {
	padding-top: 0;
}

.nutris-order-product-image {
	display: grid;
	width: 62px;
	height: 62px;
	padding: 5px;
	place-items: center;
	border-radius: 14px;
	background: #f7f8f7;
}

.nutris-order-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.nutris-order-product-copy {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.nutris-order-product-copy a,
.nutris-order-product-copy strong {
	color: #202b27;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
	text-decoration: none;
}

.nutris-order-product-total {
	color: #202b27;
	font-size: 14px;
	white-space: nowrap;
}

.nutris-order-totals {
	display: grid;
	gap: 11px;
	padding-top: 18px;
}

.nutris-order-totals > div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	color: #68736e;
}

.nutris-order-totals strong {
	color: #202b27;
}

.nutris-order-grand-total {
	margin-top: 4px;
	padding-top: 14px;
	border-top: 1px solid #dfe4e1;
	font-size: 18px;
}

.nutris-thankyou-sidebar {
	display: grid;
	gap: 24px;
}

.nutris-delivery-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.nutris-delivery-details h2,
.nutris-payment-details h2 {
	width: 100%;
}

.nutris-delivery-details > strong {
	margin-bottom: 3px;
	color: #202b27;
}

.nutris-delivery-details > span,
.nutris-payment-details p,
.nutris-thankyou-payment-note p {
	margin: 0;
	color: #68736e;
}

.nutris-delivery-details a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-top: 11px;
	color: #ed1b23;
	font-weight: 700;
	text-decoration: none;
}

.nutris-payment-details > p {
	display: flex;
	gap: 9px;
	align-items: center;
	color: #202b27;
}

.nutris-payment-details > p i {
	color: #ed1b23;
	font-size: 19px;
}

.nutris-thankyou-payment-note {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.5;
}

.nutris-thankyou-actions {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.nutris-thankyou-actions .button {
	min-width: 210px;
	padding: 14px 24px;
	border: 0;
	border-radius: 999px;
	background: #ed1b23;
	color: #fff;
	font-weight: 750;
	text-align: center;
	text-decoration: none;
}

.nutris-thankyou-actions .button:hover,
.nutris-thankyou-actions .button:focus-visible {
	background: #c5161d;
	color: #fff;
}

.nutris-thankyou-actions .button-secondary {
	background: #3d4750;
}

@media (max-width: 780px) {
	body.woocommerce-order-received .content-page {
		width: min(100% - 24px, 1080px);
		padding: 28px 0 48px;
	}

	.nutris-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 0;
	}

	.nutris-order-overview > div:nth-child(2) {
		border-inline-end: 0;
	}

	.nutris-order-overview > div:nth-child(n + 3) {
		padding-top: 17px;
		border-top: 1px solid #e8e9ed;
	}

	.nutris-thankyou-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.nutris-thankyou {
		gap: 16px;
	}

	.nutris-thankyou-hero {
		padding: 32px 18px;
		border-radius: 20px;
	}

	.nutris-thankyou-icon {
		width: 56px;
		height: 56px;
		font-size: 28px;
	}

	.nutris-order-overview,
	.nutris-thankyou-card {
		padding: 18px;
		border-radius: 17px;
	}

	.nutris-order-overview > div {
		padding-inline: 10px;
	}

	.nutris-order-product {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 11px;
	}

	.nutris-order-product-image {
		width: 54px;
		height: 54px;
	}

	.nutris-order-product-total {
		grid-column: 2;
	}

	.nutris-thankyou-actions,
	.nutris-thankyou-actions .button {
		width: 100%;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #fff;
	color: var(--black);
	font-family: "Wix Madefor Display", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
}

body,
button,
input {
	font-family: "Wix Madefor Display", Arial, sans-serif;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input {
	font: inherit;
}

button {
	cursor: pointer;
}

.site-shell {
	width: min(calc(100% - 56px), var(--shell));
	margin-inline: auto;
}

.wide-shell {
	width: min(calc(100% - 56px), 1640px);
	margin-inline: auto;
}

.site-main {
	overflow: hidden;
}

.utility-bar {
	height: 34px;
	background: var(--teal);
	color: #fff;
	font-size: 11px;
}

.utility-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	align-items: center;
	height: 34px;
	gap: 26px;
	white-space: nowrap;
}

.utility-inner strong,
.utility-inner b {
	font-weight: 700;
}

.utility-rating {
	text-align: center;
}

.utility-rating {
	color: var(--green);
}

.utility-rating b,
.utility-currency {
	color: #fff;
}

.utility-currency {
	text-align: right;
}

.masthead {
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.masthead-inner {
	display: flex;
	align-items: center;
	height: 76px;
	gap: 18px;
}

.brand {
	width: 118px;
	flex: 0 0 118px;
}

.brand img {
	width: 118px;
}

.category-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 210px;
	height: 46px;
	padding: 0 22px;
	border: 0;
	border-radius: 24px;
	background: #f2f3f8;
	color: var(--navy);
	font-weight: 600;
}

.category-lines {
	font-size: 15px;
}

.header-search {
	position: relative;
	display: flex;
	flex: 1 1 450px;
	height: 46px;
	border: 1px solid #e2e4ec;
	border-radius: 24px;
	overflow: hidden;
}

.header-search input {
	width: 100%;
	padding: 0 54px 0 22px;
	border: 0;
	outline: 0;
	color: var(--navy);
	font-size: 12px;
}

.header-search input::placeholder {
	color: #a2a7b7;
}

.header-search button {
	position: absolute;
	inset: 0 0 0 auto;
	width: 52px;
	border: 0;
	background: transparent;
	color: #7a8198;
	font-size: 20px;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #5f6575;
	white-space: nowrap;
}

.header-actions a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
}

.header-actions a:not(:first-child) {
	font-size: 22px;
}

.header-actions b {
	position: absolute;
	top: -8px;
	right: -8px;
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--green);
	color: #144335;
	font-size: 9px;
	font-weight: 800;
}

.mobile-toggle {
	display: none;
	border: 0;
	background: transparent;
	font-size: 24px;
}

.main-nav {
	height: 48px;
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.nav-links,
.nav-support {
	display: flex;
	align-items: center;
	gap: 36px;
}

.nav-links a {
	font-size: 13px;
	font-weight: 700;
}

.nav-links a.active {
	color: var(--green);
}

.nav-support {
	gap: 24px;
	color: #68708a;
	font-size: 12px;
}

.nav-support strong {
	color: var(--navy);
}

.nav-support .hot-deals {
	color: var(--pink);
	font-weight: 700;
}

.hero-wrap {
	padding: 34px 0 0;
	background: linear-gradient(#f7f8fb 0, #fff 86%);
}

.hero {
	position: relative;
	width: min(calc(100% - 40px), 1440px);
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 16px;
	background: #f9ccd4 url("assets/images/revslider1_2.jpg") center/cover no-repeat;
}

.hero-copy {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: max(7%, calc((100% - 1200px) / 2 + 34px));
	transform: translateY(-49%);
}

.hero-copy .eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: 1px solid #161616;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.15;
}

.hero-copy h1 {
	margin: 0 0 4px;
	color: #0b0b0c;
	font-size: clamp(40px, 4vw, 60px);
	font-weight: 800;
	letter-spacing: -2px;
	line-height: 1.06;
}

.hero-copy h1 em,
.hero-copy h1 i {
	font-style: normal;
}

.hero-copy h1 em {
	color: var(--leaf);
}

.hero-copy h1 i {
	color: #ce6477;
}

.hero-copy p {
	margin: 10px 0 24px;
	font-size: 18px;
	font-weight: 500;
}

.pill-button {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 46px;
	padding: 0 24px;
	border-radius: 28px;
	font-size: 14px;
	font-weight: 700;
	transition: .2s ease;
}

.pill-button.light {
	background: #fff;
	color: #111;
}

.pill-button.navy {
	background: var(--navy);
	color: #fff;
}

.pill-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(35, 41, 75, .14);
}

.hero-float {
	position: absolute;
	object-fit: contain;
	filter: none;
	animation: drift 5s ease-in-out infinite alternate;
}

.hero-onion {
	left: 30%;
	bottom: 12%;
	width: 68px;
}

.hero-pepper {
	top: 15%;
	left: 38%;
	width: 74px;
	animation-delay: -2s;
}

@keyframes drift {
	from { transform: translateY(-5px) rotate(-4deg); }
	to { transform: translateY(8px) rotate(4deg); }
}

.hero-dots {
	position: absolute;
	right: 28px;
	bottom: 18px;
	display: flex;
	gap: 8px;
}

.hero-dots b {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}

.hero-dots b.active {
	background: var(--green);
}

.category-row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 28px;
	padding: 52px 0 46px;
}

.category-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.category-art {
	display: grid;
	place-items: center;
	width: 124px;
	height: 104px;
	margin-bottom: 11px;
}

.category-art img {
	max-width: 112px;
	max-height: 100px;
	object-fit: contain;
	transition: transform .25s ease;
}

.category-card:hover img {
	transform: translateY(-5px) scale(1.04);
}

.category-name {
	color: var(--navy);
	font-size: 13px;
	font-weight: 700;
}

.category-name small {
	display: inline-grid;
	place-items: center;
	min-width: 24px;
	height: 24px;
	margin-left: 5px;
	padding: 0 7px;
	border-radius: 12px;
	background: #f2f3f8;
	color: #a0a4b1;
	font-size: 10px;
}

.store-section,
.brand-section,
.articles {
	margin-bottom: 60px;
}

.section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	gap: 18px;
}

.section-heading h2 {
	margin: 0;
	color: var(--navy);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.7px;
	text-transform: lowercase;
}

.section-heading > a,
.section-heading > div > a {
	border-bottom: 1px solid currentColor;
	color: var(--navy);
	font-size: 11px;
	font-weight: 700;
}

.section-heading > div {
	display: flex;
	align-items: center;
	gap: 9px;
}

.section-heading button {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #fff;
	color: var(--navy);
}

.product-grid {
	display: grid;
	border: 1px solid var(--line);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.top-grid {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.savings-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
	position: relative;
	min-width: 0;
	padding: 20px 15px 18px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.top-grid .product-card:nth-child(5n),
.savings-grid .product-card:nth-child(4n) {
	border-right: 0;
}

.savings-grid .product-card:nth-last-child(-n+4) {
	border-bottom: 0;
}

.top-grid .product-card {
	border-bottom: 0;
}

.product-badges {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	display: flex;
	gap: 5px;
}

.product-badges:empty {
	display: none;
}

.product-badges span {
	padding: 4px 9px;
	border-radius: 12px;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: lowercase;
}

.best-badge {
	background: #70d882;
}

.sale-badge {
	background: var(--pink);
}

.product-image {
	display: grid;
	place-items: center;
	height: 200px;
	margin-bottom: 6px;
}

.savings-grid .product-image {
	height: 230px;
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .25s ease;
}

.product-card:hover .product-image img {
	transform: scale(1.045);
}

.product-copy h3 {
	min-height: 42px;
	margin: 0 0 9px;
	color: #252630;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.42;
}

.rating {
	margin-bottom: 7px;
	color: #101010;
	font-size: 11px;
	letter-spacing: 1px;
}

.rating span {
	color: #777e8d;
	font-size: 9px;
	letter-spacing: 0;
}

.rating.green {
	color: var(--green);
}

.price {
	display: block;
	margin-bottom: 10px;
	color: #4154a8;
	font-size: 17px;
}

.fulfilment {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.fulfilment span {
	padding: 3px 8px;
	border: 1px solid #e6e8ef;
	border-radius: 10px;
	color: #9297a7;
	font-size: 9px;
}

.promo-trio {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-bottom: 56px;
}

.promo-card,
.wide-promo {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 14px;
	color: #fff;
}

.promo-card {
	height: 252px;
}

.promo-card > img,
.wide-promo > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promo-card > div:not(.chip-art),
.wide-promo > div {
	position: absolute;
	z-index: 2;
	top: 28px;
	left: 30px;
}

.promo-card small,
.wide-promo small {
	font-size: 12px;
	font-weight: 600;
}

.promo-card h3,
.wide-promo h3 {
	margin: 6px 0 12px;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: -.7px;
	line-height: 1.08;
}

.promo-card span,
.wide-promo span {
	display: inline-flex;
	padding: 7px 13px;
	border-radius: 18px;
	background: #fff;
	color: #121212;
	font-size: 10px;
	font-weight: 700;
}

.promo-blue {
	background: #0759bb;
}

.promo-blue > img {
	object-position: center;
}

.dynamic-hero {
	background-position: center, right center;
	background-repeat: no-repeat;
	background-size: 100% 100%, auto 100%;
}

html[dir="rtl"] .dynamic-hero {
	background-position: center, left center;
}

/* Online-only store identity and simplified utility/footer layout. */
.utility-inner {
	grid-template-columns: 1.7fr 1fr 1.1fr auto;
}

.utility-inner > a {
	color: inherit;
}

.footer-online img {
	display: block;
	width: 130px;
	margin-bottom: 15px;
}

.footer-online strong {
	display: block;
	margin-bottom: 8px;
	color: var(--navy);
	font-weight: 600;
}

.footer-online p {
	max-width: 280px;
	margin: 3px 0 8px;
	color: #5f6370;
	font-size: 11px;
	line-height: 1.6;
}

.footer-online small {
	color: #999eaa;
	font-size: 10px;
}

.copyright {
	justify-content: flex-start;
}

@media (max-width: 1100px) {
	.utility-inner {
		grid-template-columns: 1fr 1fr auto;
	}

	.utility-inner > a {
		display: none;
	}
}

@media (max-width: 680px) {
	.footer-online {
		grid-column: 1 / -1;
	}
}

/* Full-bleed catalog imagery: no padded or letterboxed image boxes. */
.dynamic-hero {
	background-position: center !important;
	background-size: cover !important;
}

.category-art {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	margin-bottom: 14px;
	overflow: hidden;
	border-radius: 20px;
	background: #f6efe6;
	box-shadow: 0 10px 26px rgba(34, 49, 70, .1);
}

.category-art img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover !important;
	transform: scale(1.01);
}

.category-card:hover .category-art img {
	transform: scale(1.07);
}

.product-image,
.catalog-product-image {
	padding: 0 !important;
}

.product-image img,
.catalog-product-image img,
.gallery-main > img {
	object-fit: cover !important;
	transform: scale(1.08);
}

.product-card:hover .product-image img,
.catalog-product-card:hover .catalog-product-image img {
	transform: scale(1.13);
}

.promo-card > img {
	object-fit: cover !important;
	object-position: center;
}

.catalog-promo > img,
.brand-grid img,
.gallery-thumbs img {
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center;
}

/* Contact page and dashboard-backed contact form. */
.contact-hero {
	min-height: 330px;
	background-color: #0c3a2e;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.contact-hero-inner {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.contact-hero span,
.contact-kicker {
	color: var(--green);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.contact-hero h1 {
	margin: 8px 0 10px;
	font-size: clamp(42px, 5vw, 68px);
	font-weight: 600;
	letter-spacing: -.04em;
}

.contact-hero p {
	max-width: 520px;
	margin: 0;
	font-size: 17px;
}

.contact-page {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
	gap: 84px;
	padding-top: 76px;
	padding-bottom: 86px;
}

.contact-intro h2,
.contact-form-card h2 {
	margin: 9px 0 14px;
	color: var(--navy);
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -.03em;
}

.contact-intro > p,
.contact-form-card > p {
	color: #6d7180;
	font-size: 15px;
	line-height: 1.75;
}

.contact-points {
	display: grid;
	gap: 18px;
	margin-top: 35px;
}

.contact-points > div {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 18px;
	border: 1px solid #ece7df;
	border-radius: 16px;
	background: #fffaf2;
}

.contact-points i {
	display: grid;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 50%;
	background: #e4f9ef;
	color: #158b61;
	font-size: 21px;
}

.contact-points p {
	display: flex;
	margin: 0;
	flex-direction: column;
	gap: 3px;
}

.contact-points strong {
	color: #272b36;
	font-size: 15px;
	font-weight: 600;
}

.contact-points span {
	color: #7a7f8d;
	font-size: 13px;
}

.contact-form-card {
	padding: 38px;
	border: 1px solid #ece7df;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 55px rgba(36, 46, 74, .09);
}

.contact-form-card h2 {
	margin-top: 0;
}

.contact-alert {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	padding: 14px 16px;
	border-radius: 12px;
	font-size: 13px;
}

.contact-alert.success {
	background: #e7f8ef;
	color: #16754f;
}

.contact-alert.error {
	background: #fff0f0;
	color: #a33b3b;
}

.contact-form {
	display: grid;
	gap: 19px;
	margin-top: 28px;
}

.contact-field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.contact-form label {
	display: grid;
	gap: 8px;
	color: #313542;
	font-size: 13px;
	font-weight: 500;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #dedfe5;
	border-radius: 12px;
	background: #fbfbfc;
	color: #262a34;
	font: inherit;
	outline: none;
	transition: border-color .2s, box-shadow .2s;
}

.contact-form input,
.contact-form select {
	height: 50px;
	padding: 0 15px;
}

.contact-form textarea {
	min-height: 160px;
	padding: 14px 15px;
	resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #55bf91;
	box-shadow: 0 0 0 3px rgba(85, 191, 145, .14);
}

.contact-form button {
	display: inline-flex;
	width: max-content;
	min-height: 50px;
	align-items: center;
	gap: 10px;
	padding: 0 25px;
	border: 0;
	border-radius: 26px;
	background: var(--navy);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.contact-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

@media (max-width: 900px) {
	.contact-page {
		grid-template-columns: 1fr;
		gap: 45px;
	}
}

@media (max-width: 680px) {
	.contact-hero,
	.contact-hero-inner {
		min-height: 260px;
	}

	.contact-page {
		padding-top: 45px;
		padding-bottom: 55px;
	}

	.contact-form-card {
		padding: 24px;
	}

	.contact-field-row {
		grid-template-columns: 1fr;
	}
}

.promo-green {
	background: #3e9a35;
}

.promo-green > img {
	filter: hue-rotate(52deg) saturate(.8) brightness(.84);
}

.promo-red {
	background: linear-gradient(105deg, #b70f0b, #df2a1a);
}

.chip-art {
	position: absolute;
	right: 12px;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 55%;
	height: 85%;
	transform: rotate(-3deg);
	border-radius: 50% 50% 0 0;
	background: linear-gradient(145deg, #d8241d 0 48%, #f04424 49%);
	color: #fff;
	text-shadow: 0 2px rgba(0, 0, 0, .16);
}

.chip-art strong {
	font-size: 22px;
}

.chip-art b {
	font-size: 43px;
	line-height: .9;
}

.brand-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
}

.brand-grid a {
	display: grid;
	place-items: center;
	height: 92px;
	padding: 20px;
	border-radius: 13px;
	background: #f1f2f7;
}

.brand-grid img {
	max-width: 116px;
	max-height: 47px;
}

.tabs-heading {
	justify-content: flex-start;
}

.tabs-heading .tabs {
	margin-right: auto;
}

.tabs button {
	width: auto;
	height: 32px;
	padding: 0 16px;
	border: 0;
	border-radius: 17px;
	background: #f1f2f7;
	color: #59618a;
	font-size: 10px;
	font-weight: 700;
}

.tabs button.active {
	background: var(--green);
	color: #176548;
}

.promo-duo {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: -12px;
	margin-bottom: 62px;
}

.wide-promo {
	height: 300px;
}

.wide-promo > div {
	top: 43px;
	left: 50px;
}

.wide-promo h3 {
	font-size: 34px;
}

.deals-heading {
	justify-content: flex-start;
}

.deals-heading h2 {
	margin-right: auto;
	color: var(--pink);
}

.deals-heading > a {
	margin-left: auto;
}

.countdown {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 5px 12px;
	border-radius: 18px;
	background: #f5f5f8;
	color: #a5a9b7;
	font-size: 10px;
}

.countdown b {
	display: grid;
	place-items: center;
	width: 30px;
	height: 26px;
	border-radius: 13px;
	background: #fff;
	color: var(--pink);
}

.countdown i {
	color: #d7d8de;
	font-style: normal;
}

.seasonal {
	display: grid;
	grid-template-columns: 40% 60%;
	min-height: 410px;
	margin-bottom: 50px;
	overflow: hidden;
	border-radius: 14px;
	background: #f3f4f8;
}

.seasonal-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 48px;
}

.seasonal-copy h2 {
	margin: 0 0 13px;
	color: var(--navy);
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 1.03;
	text-transform: lowercase;
}

.seasonal-copy p {
	margin: 0 0 45px;
	color: #858a9a;
	font-size: 12px;
}

.seasonal-image {
	position: relative;
	min-height: 410px;
}

.seasonal-image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.seasonal-image > span {
	position: absolute;
	top: var(--y);
	left: var(--x);
	padding: 10px 13px;
	border-radius: 22px;
	background: var(--pink);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 4px 16px rgba(194, 23, 91, .2);
}

.reviews-section {
	margin-bottom: 60px;
}

.reviews-rail {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 290px;
	gap: 14px;
	width: max-content;
	margin-left: max(-105px, calc((100vw - 1430px) / 2));
}

.review-card {
	min-height: 340px;
	padding: 24px 22px 18px;
	border: 1px solid var(--line);
	border-radius: 12px;
	background: #fff;
}

.review-card h3 {
	margin: 0;
	color: #4152a0;
	font-size: 12px;
	font-weight: 700;
}

.review-card > small {
	color: #9da1ad;
	font-size: 9px;
}

.review-card .rating {
	margin-top: 3px;
}

.review-card > p {
	min-height: 160px;
	margin: 18px 0 12px;
	border-bottom: 1px solid var(--line);
	color: #282a33;
	font-size: 12px;
	line-height: 1.55;
}

.review-product {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #818696;
	font-size: 9px;
}

.review-product img {
	width: 42px;
	height: 42px;
	object-fit: contain;
}

.review-product strong {
	color: var(--navy);
	font-size: 11px;
}

.delivery-banner {
	position: relative;
	display: grid;
	grid-template-columns: 235px 1fr 125px 235px 130px;
	align-items: center;
	height: 150px;
	margin-bottom: 54px;
	padding: 0 34px;
	overflow: hidden;
	border-radius: 14px;
	background: #f2f3f8;
}

.delivery-banner > img {
	align-self: end;
	width: 210px;
}

.delivery-banner h2 {
	margin: 0;
	color: var(--navy);
	font-size: 24px;
	font-weight: 800;
	line-height: 1.05;
}

.delivery-banner p {
	margin: 5px 0 0;
	color: #969aa7;
	font-size: 10px;
}

.delivery-seal {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	border: 2px dashed #6874a6;
	border-radius: 50%;
	color: #6874a6;
	font-size: 9px;
	line-height: 1.05;
	text-align: center;
	transform: rotate(-12deg);
}

.delivery-seal strong {
	color: var(--green);
	font-size: 24px;
}

.delivery-person {
	align-self: stretch;
	margin-right: -35px;
	background: url("assets/images/blog_11-820x620.jpg") center 30%/cover no-repeat;
	clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.delivery-banner > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	margin-left: -15px;
	border-radius: 24px;
	background: var(--navy);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.article-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.article-image {
	display: block;
	height: 220px;
	margin-bottom: 16px;
	overflow: hidden;
	border-radius: 12px;
}

.article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.article-card:hover .article-image img {
	transform: scale(1.04);
}

.article-meta {
	display: flex;
	justify-content: space-between;
	color: #9aa0ad;
	font-size: 9px;
}

.article-meta b {
	color: var(--navy);
}

.article-card h3 {
	margin: 7px 0 0;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

.service-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	padding: 42px 0 58px;
	border-top: 1px solid var(--line);
}

.service-item {
	display: flex;
	align-items: center;
	gap: 13px;
}

.service-item i {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 10px;
	background: #eff1f8;
	color: #4051a5;
	font-style: normal;
	font-weight: 800;
}

.service-item p {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.service-item strong {
	color: var(--navy);
	font-size: 12px;
}

.service-item span {
	color: #9a9eaa;
	font-size: 9px;
}

.site-footer {
	position: relative;
	border-top: 0;
}

.support-band {
	height: 86px;
	background: var(--teal);
	color: #fff;
}

.support-inner {
	position: relative;
	display: grid;
	grid-template-columns: 250px 300px 1fr;
	align-items: center;
	height: 86px;
	gap: 38px;
}

.support-block {
	display: flex;
	flex-direction: column;
}

.support-block small {
	text-decoration: underline;
}

.support-block strong {
	color: var(--green);
	font-size: 17px;
}

.socials {
	display: flex;
	gap: 9px;
}

.socials a {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	font-size: 11px;
}

.footer-courier {
	position: absolute;
	right: 18px;
	bottom: 0;
	width: 196px;
	max-height: 230px;
	object-fit: contain;
	object-position: bottom;
}

.newsletter {
	display: grid;
	grid-template-columns: 300px 1fr;
	align-items: center;
	min-height: 90px;
	border-bottom: 1px solid var(--line);
}

.newsletter-heading {
	display: flex;
	align-items: center;
	gap: 18px;
	color: var(--navy);
	font-size: 17px;
	line-height: 1.05;
}

.mail-icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 2px solid var(--navy);
	border-radius: 5px;
	font-size: 22px;
	transform: rotate(45deg);
}

.newsletter-form {
	position: relative;
	width: 520px;
}

.newsletter-form input {
	width: 100%;
	height: 46px;
	padding: 0 140px 0 22px;
	border: 1px solid var(--line);
	border-radius: 24px;
	outline: 0;
	font-size: 11px;
}

.newsletter-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
	padding: 0 28px;
	border: 0;
	border-radius: 24px;
	background: var(--green);
	color: #176548;
	font-size: 11px;
	font-weight: 700;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr) 1.25fr;
	gap: 55px;
	padding: 50px 0;
}

.footer-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-column h4 {
	margin: 0 0 15px;
	color: var(--navy);
	font-size: 13px;
	text-transform: lowercase;
}

.footer-column a,
.footer-location p {
	margin: 3px 0;
	color: #5f6370;
	font-size: 11px;
}

.footer-location img {
	width: 125px;
	margin-bottom: 15px;
}

.footer-location > a,
.footer-location small {
	color: #999eaa;
	font-size: 10px;
	text-decoration: underline;
}

.footer-location small {
	text-decoration: none;
}

.copyright {
	display: flex;
	justify-content: space-between;
	padding: 24px 0 34px;
	border-top: 1px solid var(--line);
	color: #7e828e;
	font-size: 10px;
}

.copyright a {
	color: var(--green);
}

.footer-email {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 14px;
	color: var(--green);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.footer-email:hover,
.footer-email:focus-visible {
	color: var(--accent-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.contact-points a {
	color: inherit;
	overflow-wrap: anywhere;
	text-decoration: none;
}

.contact-points a:hover,
.contact-points a:focus-visible {
	color: var(--green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.whatsapp-float {
	position: fixed;
	z-index: 900;
	right: 22px;
	bottom: 22px;
	display: grid;
	width: 60px;
	height: 60px;
	place-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 10px 28px rgba(11, 94, 46, .3);
	color: #fff;
	font-size: 30px;
	line-height: 1;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
	background: #1ebe5d;
	box-shadow: 0 14px 34px rgba(11, 94, 46, .38);
	color: #fff;
	transform: translateY(-3px) scale(1.03);
}

.back-to-top {
	position: fixed;
	z-index: 20;
	right: 24px;
	bottom: 96px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 7px;
	background: var(--green);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: .2s ease;
}

.back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}

@media (max-width: 680px) {
	.whatsapp-float {
		right: 14px;
		bottom: 16px;
		width: 56px;
		height: 56px;
		font-size: 28px;
	}

	.back-to-top {
		right: 25px;
		bottom: 84px;
	}
}

.fallback-content {
	min-height: 60vh;
	padding: 60px 0;
}

/* Readability pass: roughly 15-20% larger without distorting the reference. */
body {
	font-size: 16px;
}

.utility-bar,
.utility-inner {
	height: 38px;
}

.utility-bar {
	font-size: 12px;
}

.masthead-inner {
	height: 84px;
}

.main-nav {
	height: 54px;
}

.nav-links a {
	font-size: 14px;
}

.nav-support,
.header-actions a {
	font-size: 13px;
}

.category-name {
	font-size: 14px;
}

.section-heading h2 {
	font-size: 28px;
}

.product-copy h3 {
	font-size: 14px;
}

.rating {
	font-size: 12px;
}

.price {
	font-size: 19px;
}

.fulfilment span {
	font-size: 10px;
}

.footer-column a,
.footer-location p {
	font-size: 12px;
}

/* Catalog archive */
.catalog-promo {
	position: relative;
	display: grid;
	grid-template-columns: 42% 58%;
	height: 210px;
	margin-top: 42px;
	overflow: hidden;
	border-radius: 18px;
	background: #017854;
}

.catalog-family {
	background: url("assets/images/h2_bg1-1.jpg") left center/cover no-repeat;
}

.catalog-promo > img {
	position: absolute;
	z-index: 2;
	left: 37%;
	bottom: -28px;
	width: 260px;
	filter: none;
}

.catalog-promo-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 28%;
	color: #fff;
}

.catalog-promo-copy small {
	color: #d7ff61;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
}

.catalog-promo-copy h1 {
	margin: 4px 0 16px;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -.8px;
	line-height: 1.08;
}

.catalog-promo-copy a {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	padding: 9px 17px;
	border-radius: 20px;
	background: #fff;
	color: #151515;
	font-size: 12px;
	font-weight: 800;
}

.catalog-heading {
	padding: 27px 0 26px;
}

.shop-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	color: #9ca1b1;
	font-size: 13px;
}

.shop-breadcrumb strong {
	color: #7e8497;
	font-weight: 600;
}

.catalog-heading h1 {
	margin: 7px 0 0;
	color: var(--navy);
	font-size: 50px;
	font-weight: 800;
	letter-spacing: -1.8px;
	line-height: 1;
}

.catalog-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 36px;
	min-height: 980px;
	padding-bottom: 64px;
}

.catalog-sidebar {
	padding-right: 5px;
}

.filter-group {
	padding: 0 0 20px;
	border-bottom: 1px solid var(--line);
}

.filter-group + .filter-group {
	padding-top: 22px;
}

.filter-group h2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 15px;
	color: var(--navy);
	font-size: 16px;
	font-weight: 800;
	text-transform: lowercase;
}

.filter-group h2 button {
	border: 0;
	background: transparent;
	color: #5060ac;
	font-size: 12px;
}

.filter-group label {
	display: flex;
	align-items: center;
	min-height: 27px;
	gap: 9px;
	color: #343640;
	font-size: 13px;
	cursor: pointer;
}

.filter-group label input {
	appearance: none;
	width: 15px;
	height: 15px;
	margin: 0;
	border: 1px solid #d7d9e2;
	border-radius: 50%;
	background: #fff;
}

.filter-group label input:checked {
	border: 4px solid var(--green);
}

.filter-group label small {
	margin-left: auto;
	color: #8c92a4;
	font-size: 11px;
}

.price-line {
	position: relative;
	height: 4px;
	margin: 20px 3px 16px;
	border-radius: 2px;
	background: var(--navy);
}

.price-line i {
	position: absolute;
	top: 50%;
	width: 13px;
	height: 13px;
	transform: translateY(-50%);
	border: 2px solid var(--navy);
	border-radius: 50%;
	background: #fff;
}

.price-line i:first-of-type {
	left: 0;
}

.price-line i:last-of-type {
	right: 0;
}

.price-filter > p {
	display: flex;
	align-items: center;
	margin: 0;
	color: #9ba0ae;
	font-size: 11px;
}

.price-filter > p strong {
	margin-left: 4px;
	color: #676d7d;
}

.price-filter > p button {
	margin-left: auto;
	border: 0;
	background: transparent;
	color: #3b3f4d;
	font-size: 11px;
	font-weight: 800;
}

.compact-filter {
	padding-bottom: 16px;
}

.filter-stars {
	color: #141414;
	letter-spacing: 1px;
}

.catalog-results {
	align-self: start;
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.catalog-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 52px;
	padding: 0 16px;
	border-bottom: 1px solid var(--line);
	color: #959aaa;
	font-size: 11px;
}

.catalog-toolbar > div {
	display: flex;
	align-items: center;
	gap: 9px;
}

.catalog-toolbar button {
	padding: 0;
	border: 0;
	background: transparent;
	color: #b7bac4;
}

.catalog-toolbar button.active {
	color: var(--navy);
}

.catalog-toolbar select {
	border: 0;
	outline: 0;
	background: transparent;
	color: #6d7390;
	font-size: 11px;
}

.catalog-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	min-height: 360px;
}

.catalog-product-card {
	position: relative;
	padding: 17px 16px 20px;
	border-right: 1px solid var(--line);
}

.catalog-product-card:nth-child(4n) {
	border-right: 0;
}

.catalog-badge {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 14px;
	padding: 4px 9px;
	border-radius: 12px;
	background: #6cd980;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
}

.catalog-product-image {
	display: grid;
	place-items: center;
	height: 205px;
	margin-bottom: 10px;
}

.catalog-product-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.catalog-product-card h2 {
	min-height: 44px;
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.catalog-product-card > strong {
	display: block;
	margin: 4px 0 12px;
	color: #4054a8;
	font-size: 19px;
}

/* Single product */
.product-breadcrumb-wrap {
	background: #f7f8fb;
}

.product-breadcrumb-wrap .shop-breadcrumb {
	min-height: 62px;
}

.single-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 50px;
	padding-top: 34px;
	padding-bottom: 38px;
}

.product-gallery-custom {
	min-width: 0;
}

.gallery-main {
	position: relative;
	display: grid;
	place-items: center;
	height: 610px;
}

.gallery-main > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.gallery-zoom {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 0;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	font-size: 26px;
}

.gallery-thumbs {
	display: flex;
	gap: 10px;
}

.gallery-thumbs button {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	padding: 5px;
	border: 1px solid var(--line);
	background: #fff;
}

.gallery-thumbs button.active {
	border-color: var(--navy);
}

.gallery-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product-summary-custom {
	padding-top: 10px;
}

.single-badge {
	display: inline-flex;
	padding: 5px 11px;
	border-radius: 14px;
	background: #70d982;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.product-summary-custom h1 {
	max-width: 600px;
	margin: 12px 0 10px;
	color: var(--navy);
	font-size: 42px;
	font-weight: 800;
	letter-spacing: -1.5px;
	line-height: 1.06;
}

.product-meta-line {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--line);
	color: #7c8191;
	font-size: 12px;
}

.product-meta-line a {
	color: var(--navy);
	font-weight: 700;
}

.product-meta-line .rating {
	margin: 0;
	color: #111;
}

.product-meta-line > strong {
	color: #35bd7b;
}

.single-excerpt {
	margin: 18px 0 14px;
	color: #575b68;
	font-size: 14px;
	line-height: 1.6;
}

.single-price {
	color: #3e53a8;
	font-size: 26px;
	font-weight: 800;
}

.single-price .woocommerce-Price-currencySymbol {
	margin-right: 1px;
}

.stock-count {
	margin: 1px 0 20px;
	color: #2ec77c;
	font-size: 13px;
	font-weight: 700;
}

.single-cart-form {
	display: grid;
	grid-template-columns: 110px 1fr 46px;
	gap: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--line);
}

.quantity-picker {
	display: grid;
	grid-template-columns: 32px 1fr 32px;
	align-items: center;
	height: 48px;
	border-radius: 25px;
	background: #f3f4f8;
}

.quantity-picker button,
.quantity-picker input {
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	text-align: center;
}

.quantity-picker input {
	width: 100%;
	appearance: textfield;
}

.add-cart-button {
	border: 0;
	border-radius: 25px;
	background: var(--green);
	color: #176347;
	font-size: 13px;
	font-weight: 800;
}

.wishlist-button {
	border: 1px solid var(--line);
	border-radius: 50%;
	background: #fff;
	color: #7d8395;
	font-size: 21px;
}

.fulfillment-list {
	padding: 18px 0 13px;
}

.fulfillment-list p {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 7px 0;
	color: #757b8d;
	font-size: 13px;
}

.fulfillment-list i {
	color: #4559aa;
	font-style: normal;
}

.fulfillment-list strong {
	color: #4053a7;
}

.secure-checkout {
	padding: 12px 18px 17px;
	border: 1px solid var(--line);
	border-radius: 8px;
	text-align: center;
}

.secure-checkout > strong {
	color: #5260a3;
	font-size: 12px;
}

.secure-checkout > div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}

.secure-checkout b {
	padding: 5px 8px;
	border-radius: 3px;
	background: #f0f2f7;
	color: #3456ad;
	font-size: 9px;
}

.product-tax-meta {
	margin-top: 16px;
	color: #858b9c;
	font-size: 12px;
}

.product-tax-meta p {
	margin: 4px 0;
}

.product-tax-meta a,
.product-tax-meta strong {
	color: #48589d;
}

.product-tabs-custom {
	margin-bottom: 38px;
	padding: 24px 28px 26px;
	border: 1px solid var(--line);
	border-radius: 8px;
}

.tab-buttons {
	display: flex;
	gap: 28px;
	border-bottom: 1px solid var(--line);
}

.tab-buttons button {
	position: relative;
	padding: 0 0 16px;
	border: 0;
	background: transparent;
	color: #c2c5ce;
	font-size: 18px;
	font-weight: 800;
	text-transform: lowercase;
}

.tab-buttons button.active {
	color: var(--navy);
}

.tab-buttons button.active::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	background: var(--green);
	content: "";
}

.tab-copy {
	padding-top: 14px;
	color: #4c505d;
	font-size: 13px;
}

.tab-copy p {
	margin: 8px 0;
}

.related-products {
	margin-bottom: 85px;
}

.related-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
}

.related-card {
	position: relative;
	padding: 17px 14px 18px;
	border-right: 1px solid var(--line);
}

.related-card:last-child {
	border-right: 0;
}

.related-card > span {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 12px;
	padding: 4px 9px;
	border-radius: 12px;
	background: #70d982;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
}

.related-card > span.sale {
	background: var(--pink);
}

.related-image {
	display: grid;
	place-items: center;
	height: 180px;
	margin-bottom: 8px;
}

.related-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.related-card h3 {
	min-height: 54px;
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.35;
}

.related-card > strong {
	display: block;
	margin: 4px 0 9px;
	color: #4053a8;
	font-size: 18px;
}

@media (max-width: 1100px) {
	.utility-inner {
		grid-template-columns: repeat(3, 1fr);
	}

	.utility-inner span:nth-child(2),
	.utility-inner span:nth-child(3) {
		display: none;
	}

	.category-button {
		display: none;
	}

	.hero {
		height: 420px;
	}

	.product-image {
		height: 160px;
	}

	.savings-grid .product-image {
		height: 190px;
	}

	.delivery-banner {
		grid-template-columns: 180px 1fr 90px 160px 110px;
	}
}

@media (max-width: 900px) {
	.header-actions a:first-child,
	.nav-support {
		display: none;
	}

	.mobile-toggle {
		display: block;
	}

	.main-nav {
		display: none;
		height: auto;
	}

	.main-nav.is-open {
		display: block;
	}

	.nav-inner,
	.nav-links {
		align-items: flex-start;
		flex-direction: column;
	}

	.nav-inner {
		padding: 18px 0;
	}

	.nav-links {
		gap: 16px;
	}

	.category-row {
		grid-template-columns: repeat(3, 1fr);
	}

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

	.top-grid .product-card {
		border-bottom: 1px solid var(--line);
	}

	.top-grid .product-card:nth-child(3n) {
		border-right: 0;
	}

	.top-grid .product-card:nth-child(n+4) {
		display: none;
	}

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

	.savings-grid .product-card:nth-child(2n) {
		border-right: 0;
	}

	.promo-trio {
		grid-template-columns: 1fr;
	}

	.promo-card {
		height: 290px;
	}

	.seasonal {
		grid-template-columns: 1fr;
	}

	.seasonal-copy {
		min-height: 280px;
	}

	.delivery-banner {
		grid-template-columns: 160px 1fr 90px;
	}

	.delivery-person,
	.delivery-banner > a {
		display: none;
	}

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

	.footer-courier {
		width: 160px;
	}

	.article-image {
		height: 170px;
	}
}

@media (max-width: 680px) {
	.site-shell,
	.wide-shell {
		width: min(calc(100% - 28px), var(--shell));
	}

	.utility-inner {
		grid-template-columns: 1fr auto;
	}

	.utility-rating {
		display: none;
	}

	.utility-inner span:first-child {
		font-size: 9px;
	}

	.masthead-inner {
		height: 68px;
		gap: 10px;
	}

	.brand {
		width: 92px;
		flex-basis: 92px;
	}

	.brand img {
		width: 92px;
	}

	.header-search {
		display: none;
	}

	.header-actions {
		margin-left: auto;
	}

	.hero-wrap {
		padding-top: 14px;
	}

	.hero {
		width: calc(100% - 28px);
		height: 440px;
		background-position: 61% center;
	}

	.hero::after {
		position: absolute;
		inset: 0;
		content: "";
		background: linear-gradient(90deg, rgba(249, 204, 212, .98) 0 36%, rgba(249, 204, 212, .72) 56%, transparent 80%);
	}

	.hero-copy {
		z-index: 3;
		top: auto;
		bottom: 35px;
		left: 24px;
		transform: none;
	}

	.hero-copy h1 {
		font-size: 38px;
	}

	.hero-copy p {
		font-size: 15px;
	}

	.hero-float {
		display: none;
	}

	.category-row {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		padding: 34px 0;
	}

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

	.section-heading h2 {
		font-size: 21px;
	}

	.top-grid {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}

	.top-grid .product-card {
		display: block !important;
		flex: 0 0 78%;
		scroll-snap-align: start;
	}

	.savings-grid {
		display: flex;
		overflow-x: auto;
	}

	.savings-grid .product-card {
		flex: 0 0 78%;
	}

	.product-image,
	.savings-grid .product-image {
		height: 220px;
	}

	.promo-card {
		height: 230px;
	}

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

	.tabs-heading {
		flex-wrap: wrap;
	}

	.tabs-heading .tabs {
		order: 3;
		width: 100%;
		overflow-x: auto;
	}

	.promo-duo {
		grid-template-columns: 1fr;
	}

	.wide-promo {
		height: 230px;
	}

	.wide-promo > div {
		top: 28px;
		left: 28px;
	}

	.wide-promo h3 {
		font-size: 28px;
	}

	.deals-heading {
		flex-wrap: wrap;
	}

	.countdown {
		order: 3;
		width: 100%;
	}

	.seasonal-copy {
		padding: 32px 24px;
	}

	.seasonal-copy h2 {
		font-size: 29px;
	}

	.seasonal-image,
	.seasonal {
		min-height: 330px;
	}

	.seasonal-image > span {
		padding: 6px 8px;
		font-size: 9px;
	}

	.delivery-banner {
		grid-template-columns: 130px 1fr;
		height: 140px;
		padding: 0 18px;
	}

	.delivery-seal {
		display: none;
	}

	.delivery-banner h2 {
		font-size: 18px;
	}

	.article-grid {
		grid-template-columns: 1fr;
	}

	.article-image {
		height: 260px;
	}

	.service-strip {
		grid-template-columns: 1fr;
		gap: 17px;
	}

	.support-inner {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.support-block:nth-child(2),
	.socials {
		display: none;
	}

	.footer-courier {
		right: 0;
	}

	.newsletter {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 28px 0;
	}

	.newsletter-form {
		width: 100%;
	}

	.footer-links {
		grid-template-columns: 1fr 1fr;
		gap: 36px 26px;
	}

	.footer-location {
		grid-column: 1 / -1;
	}

	.copyright {
		flex-direction: column;
		gap: 8px;
	}
}

/* Dynamic WooCommerce media and dashboard-managed homepage content */
.dynamic-hero {
	background-color: #153e2e;
	background-position: center;
	background-size: cover;
}

.dynamic-hero .hero-copy h1,
.dynamic-hero .hero-copy p,
.dynamic-hero .hero-copy .eyebrow {
	color: #fff;
}

.dynamic-hero .hero-copy .eyebrow {
	border-bottom-color: rgba(255, 255, 255, .75);
}

.category-art {
	width: 138px;
	height: 118px;
	overflow: hidden;
	border-radius: 50%;
	background: #faf8f2;
}

.category-art img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
}

.brand-grid a {
	position: relative;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 6px;
	height: 126px;
	overflow: hidden;
}

.brand-grid img {
	width: 100%;
	height: 68px;
	max-width: none;
	max-height: none;
	border-radius: 8px;
	object-fit: cover;
}

.brand-grid strong {
	color: var(--navy);
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

.promo-card::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(90deg, rgba(7, 27, 25, .8), rgba(7, 27, 25, .04));
}

.promo-card > div:not(.chip-art) {
	max-width: 54%;
}

.catalog-promo {
	grid-template-columns: 44% 56%;
}

.catalog-promo > img {
	position: static;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
}

.catalog-promo-copy {
	padding: 24px 42px;
}

.catalog-promo-copy h1 {
	margin-bottom: 8px;
}

.catalog-promo-copy p {
	max-width: 560px;
	margin: 0 0 14px;
	color: rgba(255, 255, 255, .82);
	font-size: 13px;
	line-height: 1.45;
}

.woocommerce .star-rating,
.star-rating {
	float: none;
	margin: 0;
	color: #f1a900;
	font-size: 12px;
}

.rating {
	display: flex;
	align-items: center;
	gap: 6px;
}

/* The local language layer applies direction changes independently of the WordPress locale. */
html[dir="rtl"] body {
	direction: rtl;
	text-align: right;
}

html[dir="rtl"] .utility-inner,
html[dir="rtl"] .masthead-inner,
html[dir="rtl"] .nav-links,
html[dir="rtl"] .section-heading,
html[dir="rtl"] .shop-breadcrumb,
html[dir="rtl"] .catalog-toolbar,
html[dir="rtl"] .filter-actions,
html[dir="rtl"] .product-meta-line,
html[dir="rtl"] .single-cart-form,
html[dir="rtl"] .fulfillment-list p,
html[dir="rtl"] .footer-links,
html[dir="rtl"] .support-inner,
html[dir="rtl"] .newsletter {
	direction: rtl;
}

html[dir="rtl"] .hero-copy {
	right: max(7%, calc((100% - 1200px) / 2 + 34px));
	left: auto;
	text-align: right;
}

html[dir="rtl"] .header-search button {
	right: auto;
	left: 7px;
}

html[dir="rtl"] .header-search input {
	padding-right: 22px;
	padding-left: 55px;
}

html[dir="rtl"] .categories-dropdown {
	right: 0;
	left: auto;
}

html[dir="rtl"] .category-children {
	right: 100%;
	left: auto;
	border-right: 1px solid var(--line);
	border-left: 0;
}

html[dir="rtl"] .category-children .bi-arrow-right,
html[dir="rtl"] .categories-chevron,
html[dir="rtl"] .subcategory-toggle i,
html[dir="rtl"] .pill-button .bi-arrow-right,
html[dir="rtl"] .catalog-promo-copy .bi-arrow-right {
	transform: scaleX(-1);
}

html[dir="rtl"] .category-name small {
	margin-right: 5px;
	margin-left: 0;
}

html[dir="rtl"] .promo-card > div:not(.chip-art),
html[dir="rtl"] .wide-promo > div {
	right: 30px;
	left: auto;
}

html[dir="rtl"] .catalog-promo-copy {
	align-items: flex-start;
}

html[dir="rtl"] .gallery-zoom {
	right: auto;
	left: 0;
}

html[dir="rtl"] .tabs-heading .tabs {
	margin-right: 0;
	margin-left: auto;
}

@media (max-width: 900px) {
	html[dir="rtl"] .category-children {
		right: auto;
		border-right: 0;
	}
}

@media (max-width: 680px) {
	.category-art {
		width: 116px;
		height: 102px;
	}

}

@media (max-width: 680px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.header-actions .heart-link {
		display: none;
	}

	.category-card,
	.category-name,
	.catalog-product-card,
	.product-summary-custom {
		min-width: 0;
	}

	.category-name,
	.catalog-product-card h2 {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.dynamic-hero::after {
		background: linear-gradient(90deg, rgba(20, 51, 38, .93) 0 34%, rgba(20, 51, 38, .68) 58%, rgba(20, 51, 38, .08) 90%);
	}

	.catalog-promo {
		grid-template-columns: 1fr;
		height: auto;
		background: #017854;
	}

	.catalog-promo::after {
		display: none;
	}

	.catalog-promo > img {
		width: 100%;
		height: 210px;
		object-fit: cover;
	}

	.catalog-promo-copy {
		align-items: flex-start;
		padding: 24px;
		text-align: left;
	}

	.catalog-toolbar {
		gap: 8px;
	}

	.catalog-toolbar > div {
		min-width: 0;
	}

	.catalog-toolbar select {
		width: 106px;
		max-width: 100%;
	}

	.catalog-product-card {
		overflow: hidden;
	}

	html[dir="rtl"] .catalog-promo-copy {
		align-items: flex-start;
		text-align: right;
	}
}

/* Keep dashboard banner artwork fully visible instead of cropping square source images. */
.dynamic-hero {
	background-position: center, right center;
	background-repeat: no-repeat;
	background-size: 100% 100%, auto 100%;
}

html[dir="rtl"] .dynamic-hero {
	background-position: center, left center;
}

/* Complete-image treatment: product copy always follows the image, never overlays it. */
.category-art {
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #f0e8da;
	background: #fffaf2;
}

.category-art img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	object-position: center;
}

.product-card,
.catalog-product-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
}

.product-image,
.catalog-product-image {
	position: relative;
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
	padding: 12px;
	background: #fffaf2;
}

.product-image img,
.catalog-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain !important;
	object-position: center;
}

.product-copy,
.catalog-product-card h2,
.catalog-product-card .rating,
.catalog-product-card > strong,
.catalog-product-card .fulfilment {
	position: relative;
	z-index: 1;
}

.product-copy {
	flex: 1 1 auto;
	background: #fff;
}

.catalog-product-card h2 {
	min-height: 42px;
	margin-top: 14px;
	background: #fff;
	line-height: 1.35;
}

.catalog-promo > img,
.brand-grid img,
.gallery-main > img,
.gallery-thumbs img {
	object-fit: contain !important;
	object-position: center;
}

.catalog-promo > img {
	box-sizing: border-box;
	padding: 10px;
	background: #fffaf2;
}

.brand-grid img {
	background: #fffaf2;
}

@media (max-width: 680px) {
	.product-image,
	.catalog-product-image {
		padding: 8px;
	}

	.catalog-product-card h2 {
		min-height: 38px;
		margin-top: 10px;
	}
}

@media (max-width: 1000px) {
	.catalog-promo {
		grid-template-columns: 44% 56%;
	}

	.catalog-promo-copy {
		padding-left: 22%;
	}

	.catalog-layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 24px;
	}

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

	.catalog-product-card:nth-child(2n) {
		border-right: 0;
	}

	.single-product-layout {
		gap: 28px;
	}

	.gallery-main {
		height: 500px;
	}

	.product-summary-custom h1 {
		font-size: 34px;
	}

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

	.related-card:nth-child(n+4) {
		display: none;
	}
}

@media (max-width: 680px) {
	.section-heading h2 {
		font-size: 25px;
	}

	.catalog-promo {
		grid-template-columns: 1fr;
		height: 310px;
		margin-top: 18px;
		background: #017854 url("assets/images/h2_bg1-1.jpg") left center/auto 100% no-repeat;
	}

	.catalog-family {
		display: none;
	}

	.catalog-promo::after {
		position: absolute;
		inset: 0;
		background: linear-gradient(90deg, transparent 0 24%, rgba(1, 120, 84, .42) 46%, #017854 72%);
		content: "";
	}

	.catalog-promo > img {
		left: 23%;
		bottom: -20px;
		width: 180px;
	}

	.catalog-promo-copy {
		position: relative;
		z-index: 3;
		align-items: flex-end;
		padding: 24px 18px 24px 44%;
		text-align: right;
	}

	.catalog-promo-copy h1 {
		font-size: 23px;
	}

	.catalog-heading h1 {
		font-size: 39px;
	}

	.catalog-layout {
		display: block;
		min-height: 0;
	}

	.catalog-sidebar {
		display: none;
	}

	.catalog-toolbar {
		padding: 0 10px;
	}

	.catalog-toolbar > div:last-child span {
		display: none;
	}

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

	.catalog-product-card {
		padding: 14px 11px 18px;
	}

	.catalog-product-image {
		height: 175px;
	}

	.catalog-product-card h2 {
		font-size: 12px;
	}

	.single-product-layout {
		grid-template-columns: 1fr;
		padding-top: 14px;
	}

	.product-breadcrumb-wrap .shop-breadcrumb {
		min-height: 50px;
		font-size: 10px;
	}

	.gallery-main {
		height: 420px;
	}

	.product-summary-custom {
		padding-top: 0;
	}

	.product-summary-custom h1 {
		font-size: 32px;
	}

	.single-cart-form {
		grid-template-columns: 100px 1fr 46px;
	}

	.tab-buttons {
		gap: 16px;
		overflow-x: auto;
	}

	.tab-buttons button {
		flex: 0 0 auto;
		font-size: 15px;
	}

	.product-tabs-custom {
		padding: 20px 17px;
	}

	.related-grid {
		display: flex;
		overflow-x: auto;
	}

	.related-card,
	.related-card:nth-child(n+4) {
		display: block;
		flex: 0 0 76%;
	}

	.related-image {
		height: 220px;
	}
}

/* Expanded desktop canvas and a stronger readability pass. */
@media (min-width: 1101px) {
	body {
		font-size: 18px;
	}

	.utility-bar,
	.utility-inner {
		height: 44px;
	}

	.utility-bar {
		font-size: 14px;
	}

	.masthead-inner {
		height: 96px;
		gap: 22px;
	}

	.brand,
	.brand img {
		width: 150px;
	}

	.brand {
		flex-basis: 150px;
	}

	.category-button {
		width: 238px;
		height: 54px;
		padding-inline: 26px;
		border-radius: 28px;
		font-size: 17px;
	}

	.category-lines {
		font-size: 20px;
	}

	.header-search {
		height: 54px;
		border-radius: 28px;
	}

	.header-search input {
		padding-left: 26px;
		font-size: 15px;
	}

	.header-search button {
		width: 60px;
		font-size: 24px;
	}

	.header-actions {
		gap: 18px;
	}

	.header-actions a {
		font-size: 15px;
	}

	.header-actions a:not(:first-child) {
		font-size: 27px;
	}

	.header-actions b {
		top: -10px;
		right: -10px;
		width: 20px;
		height: 20px;
		font-size: 11px;
	}

	.main-nav {
		height: 62px;
	}

	.nav-links,
	.nav-support {
		gap: 44px;
	}

	.nav-links a {
		font-size: 16px;
	}

	.nav-support {
		gap: 28px;
		font-size: 15px;
	}

	.hero {
		width: min(calc(100% - 56px), 1640px);
		height: 520px;
	}

	.hero-copy {
		left: max(7%, calc((100% - 1440px) / 2 + 42px));
	}

	.hero-copy .eyebrow {
		font-size: 15px;
	}

	.hero-copy h1 {
		font-size: clamp(52px, 4vw, 70px);
	}

	.hero-copy p {
		font-size: 21px;
	}

	.pill-button {
		min-height: 54px;
		padding-inline: 28px;
		font-size: 16px;
	}

	.category-row {
		gap: 36px;
		padding-block: 60px 52px;
	}

	.category-art {
		width: 148px;
		height: 124px;
	}

	.category-art img {
		max-width: 132px;
		max-height: 118px;
	}

	.category-name {
		font-size: 16px;
	}

	.category-name small {
		min-width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.section-heading {
		min-height: 62px;
	}

	.section-heading h2 {
		font-size: 34px;
	}

	.section-heading > a,
	.section-heading > div > a {
		font-size: 13px;
	}

	.section-heading button {
		width: 40px;
		height: 40px;
		font-size: 17px;
	}

	.product-card {
		padding: 24px 20px 22px;
	}

	.product-image {
		height: 240px;
	}

	.savings-grid .product-image {
		height: 270px;
	}

	.product-badges span {
		padding: 5px 11px;
		font-size: 11px;
	}

	.product-copy h3 {
		min-height: 54px;
		font-size: 16px;
	}

	.rating {
		font-size: 13px;
	}

	.rating span {
		font-size: 11px;
	}

	.price {
		font-size: 22px;
	}

	.fulfilment span {
		padding: 4px 10px;
		font-size: 11px;
	}

	.promo-card small,
	.wide-promo small {
		font-size: 14px;
	}

	.promo-card h3,
	.wide-promo h3 {
		font-size: 34px;
	}

	.service-item i {
		font-size: 28px;
	}

	.service-item strong {
		font-size: 15px;
	}

	.service-item span {
		font-size: 12px;
	}

	.support-block small {
		font-size: 13px;
	}

	.support-block strong {
		font-size: 20px;
	}

	.socials a {
		width: 36px;
		height: 36px;
		font-size: 15px;
	}

	.newsletter-heading strong {
		font-size: 19px;
	}

	.mail-icon {
		font-size: 28px;
	}

	.newsletter-form {
		height: 52px;
	}

	.newsletter-form input,
	.newsletter-form button {
		font-size: 14px;
	}

	.footer-column h4 {
		font-size: 15px;
	}

	.footer-column a,
	.footer-location p {
		font-size: 14px;
	}

	.footer-location img {
		width: 145px;
	}

	.catalog-promo {
		height: 250px;
	}

	.catalog-promo > img {
		width: 300px;
	}

	.catalog-promo-copy small {
		font-size: 16px;
	}

	.catalog-promo-copy h1 {
		font-size: 36px;
	}

	.catalog-promo-copy a {
		padding: 11px 20px;
		font-size: 14px;
	}

	.shop-breadcrumb {
		font-size: 15px;
	}

	.catalog-heading h1 {
		font-size: 58px;
	}

	.catalog-layout {
		grid-template-columns: 300px minmax(0, 1fr);
		gap: 42px;
	}

	.filter-group h2 {
		font-size: 19px;
	}

	.filter-group label {
		min-height: 32px;
		font-size: 15px;
	}

	.filter-group label input {
		width: 18px;
		height: 18px;
	}

	.filter-group label small,
	.price-filter > p,
	.price-filter > p button {
		font-size: 13px;
	}

	.catalog-toolbar {
		height: 60px;
		font-size: 14px;
	}

	.catalog-toolbar select {
		font-size: 14px;
	}

	.catalog-product-card {
		padding: 22px 20px 25px;
	}

	.catalog-badge {
		font-size: 11px;
	}

	.catalog-product-image {
		height: 240px;
	}

	.catalog-product-card h2 {
		min-height: 54px;
		font-size: 16px;
	}

	.catalog-product-card > strong {
		font-size: 22px;
	}

	.product-breadcrumb-wrap .shop-breadcrumb {
		min-height: 70px;
	}

	.single-product-layout {
		gap: 70px;
		padding-top: 42px;
	}

	.gallery-main {
		height: 680px;
	}

	.gallery-thumbs button {
		width: 82px;
		height: 82px;
	}

	.single-badge {
		font-size: 12px;
	}

	.product-summary-custom h1 {
		max-width: 720px;
		font-size: 50px;
	}

	.product-meta-line {
		font-size: 14px;
	}

	.single-excerpt {
		font-size: 17px;
	}

	.single-price {
		font-size: 32px;
	}

	.stock-count {
		font-size: 15px;
	}

	.single-cart-form {
		grid-template-columns: 125px 1fr 54px;
	}

	.quantity-picker {
		height: 56px;
	}

	.add-cart-button {
		font-size: 15px;
	}

	.wishlist-button {
		font-size: 25px;
	}

	.fulfillment-list p {
		font-size: 15px;
	}

	.secure-checkout > strong {
		font-size: 14px;
	}

	.secure-checkout b {
		font-size: 11px;
	}

	.product-tax-meta {
		font-size: 14px;
	}

	.tab-buttons button {
		font-size: 21px;
	}

	.tab-copy {
		font-size: 15px;
	}

	.related-image {
		height: 220px;
	}

	.related-card h3 {
		min-height: 62px;
		font-size: 15px;
	}

	.related-card > strong {
		font-size: 21px;
	}
}

@media (max-width: 680px) {
	.masthead-inner {
		height: 76px;
	}

	.brand,
	.brand img {
		width: 108px;
	}

	.brand {
		flex-basis: 108px;
	}

	.mobile-toggle {
		font-size: 30px;
	}

	.header-actions {
		gap: 14px;
	}

	.header-actions a:not(:first-child) {
		font-size: 25px;
	}

	.category-name {
		font-size: 15px;
	}

	.product-copy h3,
	.catalog-product-card h2 {
		font-size: 13px;
	}

	.product-summary-custom h1 {
		font-size: 35px;
	}

	.footer-location img {
		width: 130px;
	}
}

/* Font Awesome icon system and category navigation. */
.utility-inner i {
	margin-right: 5px;
}

.icon-rating {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	color: currentColor;
	font-size: .85em;
}

.nav-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-links > li {
	display: flex;
	align-items: center;
	height: 100%;
}

.nav-links > li > a,
.categories-trigger {
	display: inline-flex;
	align-items: center;
	height: 100%;
	gap: 9px;
}

.categories-trigger {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--navy);
	font-weight: 800;
}

.woocommerce-page .main-nav .categories-trigger {
	display: inline-flex !important;
	background: transparent !important;
	color: var(--navy) !important;
}

.categories-trigger .categories-chevron {
	font-size: 10px;
	transition: transform .2s ease;
}

.categories-nav-item {
	position: relative;
}

.categories-dropdown {
	position: absolute;
	z-index: 100;
	top: calc(100% - 1px);
	left: 0;
	display: block;
	width: 680px;
	min-height: 418px;
	border: 1px solid var(--line);
	border-radius: 0 0 15px 15px;
	background: #fff;
	box-shadow: 0 22px 55px rgba(31, 38, 74, .16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.categories-dropdown-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	padding: 0 22px;
	border-bottom: 1px solid var(--line);
	color: var(--navy);
}

.categories-dropdown-heading strong {
	font-size: 18px;
}

.categories-dropdown-heading a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #6e7487;
	font-size: 13px;
	font-weight: 700;
}

.category-root-list,
.category-children {
	margin: 0;
	padding: 0;
	list-style: none;
}

.category-root-list {
	width: 310px;
	padding: 12px;
	border-right: 1px solid var(--line);
}

.category-parent-item {
	position: static;
}

.category-parent-row {
	display: flex;
	align-items: center;
	min-height: 54px;
	border-radius: 10px;
	color: #34384a;
	transition: .18s ease;
}

.category-parent-row > a {
	display: flex;
	flex: 1;
	align-items: center;
	min-width: 0;
	gap: 13px;
	padding: 12px 8px 12px 12px;
	font-size: 15px;
	font-weight: 700;
}

.category-parent-row > a > i {
	display: grid;
	place-items: center;
	width: 28px;
	color: var(--navy);
	font-size: 20px;
}

.subcategory-toggle {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-right: 5px;
	border: 0;
	background: transparent;
	color: #9ba0af;
	font-size: 11px;
}

.category-parent-item.is-active .category-parent-row {
	background: #f1f3fb;
	color: var(--navy);
}

.category-parent-item.is-active .subcategory-toggle {
	color: var(--navy);
}

.category-children {
	position: absolute;
	top: 70px;
	right: 18px;
	bottom: 18px;
	left: 328px;
	display: none;
	padding: 10px 6px 12px 20px;
}

.category-parent-item.is-active > .category-children {
	display: block;
}

.category-children-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
	padding: 4px 4px 16px;
	border-bottom: 1px solid var(--line);
	color: var(--navy);
	font-size: 21px;
	font-weight: 800;
}

.category-children-title > i {
	font-size: 24px;
}

.category-children > li:not(.category-children-title) a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 5px;
	border-radius: 8px;
	color: #565c6d;
	font-size: 15px;
	font-weight: 600;
	transition: .16s ease;
}

.category-children > li:not(.category-children-title) a i {
	color: var(--green);
	font-size: 10px;
}

.category-children > li:not(.category-children-title) a:hover {
	padding-left: 10px;
	background: #f7f8fb;
	color: var(--navy);
}

.footer-column a i {
	width: 20px;
	margin-right: 5px;
	color: var(--navy);
}

.back-to-top i {
	font-size: 14px;
}

@media (min-width: 901px) {
	.categories-dropdown {
		/*
		 * The child panel is absolutely positioned, so its content cannot grow
		 * the dropdown. Give the desktop menu a viewport-aware body and contain
		 * long category lists instead of letting them cover the product grid.
		 */
		height: min(740px, calc(100vh - 126px));
		height: min(740px, calc(100dvh - 126px));
		min-height: 360px;
		overflow: hidden;
	}

	.category-root-list {
		height: calc(100% - 58px);
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-gutter: stable;
	}

	.category-children {
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		scrollbar-gutter: stable;
	}

	.categories-nav-item:hover .categories-dropdown,
	.categories-nav-item:focus-within .categories-dropdown,
	.categories-nav-item.is-open .categories-dropdown {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.categories-nav-item:hover .categories-chevron,
	.categories-nav-item:focus-within .categories-chevron,
	.categories-nav-item.is-open .categories-chevron {
		transform: rotate(180deg);
	}
}

@media (max-width: 900px) {
	.nav-links {
		width: 100%;
	}

	.nav-links > li {
		display: block;
		width: 100%;
		height: auto;
	}

	.nav-links > li > a,
	.categories-trigger {
		width: 100%;
		min-height: 48px;
	}

	.categories-trigger {
		justify-content: flex-start;
		font-size: 16px;
	}

	.categories-trigger .categories-chevron {
		margin-left: auto;
	}

	.categories-nav-item.is-open .categories-chevron {
		transform: rotate(180deg);
	}

	.categories-dropdown {
		position: static;
		display: none;
		width: 100%;
		height: auto;
		min-height: 0;
		max-height: none;
		margin-top: 4px;
		border-radius: 12px;
		box-shadow: none;
		overflow: visible;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.categories-nav-item.is-open .categories-dropdown {
		display: block;
	}

	.categories-dropdown-heading {
		height: 52px;
		padding-inline: 15px;
	}

	.category-root-list {
		width: 100%;
		height: auto;
		padding: 8px;
		border-right: 0;
		overflow: visible;
	}

	.category-parent-row {
		min-height: 50px;
	}

	.category-children {
		position: static;
		margin: 0 8px 8px 45px;
		padding: 6px 8px 8px 14px;
		border-left: 2px solid var(--green);
		overflow: visible;
	}

	.category-children-title {
		display: none;
	}

	.category-children > li:not(.category-children-title) a {
		padding-block: 8px;
		font-size: 14px;
	}
}

/* Softer typography and lighter visual hierarchy. */
body {
	font-weight: 400;
}

strong,
b {
	font-weight: 600;
}

.utility-inner strong,
.utility-inner b,
.nav-links a,
.categories-trigger,
.category-name,
.pill-button,
.section-heading h2,
.product-copy h3,
.filter-group h2,
.catalog-product-card h2,
.product-summary-custom h1,
.tab-buttons button,
.related-card h3,
.footer-column h4,
.newsletter-heading strong,
.support-block strong,
.category-parent-row > a,
.category-children-title {
	font-weight: 600;
}

.hero-copy h1,
.catalog-heading h1 {
	font-weight: 700;
}

.product-badges span,
.catalog-badge,
.single-badge,
.category-children > li:not(.category-children-title) a,
.categories-dropdown-heading a,
.catalog-promo-copy a,
.add-cart-button {
	font-weight: 500;
}

@media (min-width: 1101px) {
	body {
		font-size: 17px;
	}

	.utility-bar {
		font-size: 13px;
	}

	.header-search input,
	.header-actions a,
	.nav-support {
		font-size: 14px;
	}

	.nav-links a,
	.categories-trigger {
		font-size: 15px;
	}

	.hero-copy h1 {
		font-size: clamp(50px, 3.8vw, 66px);
	}

	.hero-copy p {
		font-size: 19px;
	}

	.category-name {
		font-size: 15px;
	}

	.section-heading h2 {
		font-size: 32px;
	}

	.product-copy h3,
	.catalog-product-card h2 {
		font-size: 15px;
	}

	.price,
	.catalog-product-card > strong {
		font-size: 21px;
	}

	.catalog-heading h1 {
		font-size: 54px;
	}

	.filter-group h2 {
		font-size: 18px;
	}

	.filter-group label {
		font-size: 14px;
	}

	.product-summary-custom h1 {
		font-size: 46px;
	}

	.single-excerpt {
		font-size: 16px;
	}

	.tab-buttons button {
		font-size: 19px;
	}

	.category-parent-row > a,
	.category-children > li:not(.category-children-title) a {
		font-size: 14px;
	}

	.category-children-title {
		font-size: 20px;
	}
}

@media (max-width: 680px) {
	body {
		font-size: 15px;
	}

	.category-name {
		font-size: 14px;
	}

	.section-heading h2 {
		font-size: 23px;
	}

	.product-summary-custom h1 {
		font-size: 32px;
	}

	.product-copy h3,
	.catalog-product-card h2 {
		font-size: 12px;
	}
}

/* Catalog filters. */
.filter-group.is-collapsed > :not(h2) {
	display: none;
}

.price-inputs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.price-inputs label {
	display: block;
}

.price-inputs label span {
	display: block;
	margin-bottom: 5px;
	color: #8a90a0;
	font-size: 12px;
}

.filter-group .price-inputs input {
	appearance: textfield;
	width: 100%;
	height: 42px;
	padding: 0 11px;
	border: 1px solid var(--line);
	border-radius: 8px;
	outline: 0;
	background: #fff;
	color: #42485a;
	font-size: 13px;
}

.filter-group .price-inputs input:focus {
	border-color: var(--navy);
}

.filter-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-top: 22px;
}

.filter-actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	gap: 8px;
	padding: 0 18px;
	border: 0;
	border-radius: 23px;
	background: var(--navy);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

.filter-actions a {
	color: #73798a;
	font-size: 13px;
	text-decoration: underline;
}

.mobile-filter-toggle {
	display: none;
}

.catalog-badge.sale {
	background: var(--pink);
}

.catalog-empty {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-height: 390px;
	padding: 45px 24px;
	color: #747a8b;
	text-align: center;
}

.catalog-empty > i {
	color: #a6abba;
	font-size: 42px;
}

.catalog-empty h2 {
	margin: 14px 0 5px;
	color: var(--navy);
	font-size: 23px;
	font-weight: 600;
}

.catalog-empty p {
	margin: 0 0 16px;
}

.catalog-empty a {
	color: var(--navy);
	font-weight: 500;
	text-decoration: underline;
}

@media (max-width: 680px) {
	.catalog-sidebar.is-open {
		display: block;
		margin-bottom: 18px;
		padding: 20px 16px;
		border: 1px solid var(--line);
		border-radius: 10px;
	}

	.mobile-filter-toggle {
		display: inline-flex;
		align-items: center;
		gap: 5px;
		color: var(--navy) !important;
	}

	.mobile-filter-toggle.is-active {
		color: var(--green) !important;
	}

	.catalog-toolbar > div:first-child {
		gap: 7px;
	}

	.catalog-toolbar > div:first-child > span {
		font-size: 10px;
	}

	.price-inputs input {
		font-size: 12px;
	}
}

/* Final responsive safeguards for dynamic catalog content. */
@media (max-width: 680px) {
	html,
	body {
		max-width: 100%;
		overflow-x: hidden;
	}

	.header-actions .heart-link {
		display: none;
	}

	.category-card,
	.category-name,
	.catalog-product-card,
	.product-summary-custom {
		min-width: 0;
	}

	.category-name {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.dynamic-hero::after {
		background: linear-gradient(90deg, rgba(20, 51, 38, .93) 0 34%, rgba(20, 51, 38, .68) 58%, rgba(20, 51, 38, .08) 90%);
	}

	.catalog-promo {
		grid-template-columns: 1fr;
		height: auto;
		background: #017854;
	}

	.catalog-promo::after {
		display: none;
	}

	.catalog-promo > img {
		position: static;
		width: 100%;
		height: 210px;
		object-fit: cover;
	}

	.catalog-promo-copy {
		align-items: flex-start;
		padding: 24px;
		text-align: left;
	}

	.catalog-toolbar,
	.catalog-toolbar > div {
		min-width: 0;
	}

	.catalog-toolbar {
		gap: 8px;
	}

	.catalog-toolbar select {
		width: 106px;
		max-width: 100%;
	}

	.catalog-product-card {
		min-width: 0;
		overflow: hidden;
	}

	.catalog-product-card h2 {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	html[dir="rtl"] .catalog-promo-copy {
		align-items: flex-start;
		text-align: right;
	}
}

/* Keep dashboard banner artwork fully visible instead of cropping square source images. */
.dynamic-hero {
	background-position: center, right center;
	background-repeat: no-repeat;
	background-size: 100% 100%, auto 100%;
}

html[dir="rtl"] .dynamic-hero {
	background-position: center, left center;
}

/* Final full-bleed enforcement after all legacy responsive rules. */
.dynamic-hero,
html[dir="rtl"] .dynamic-hero {
	background-position: center !important;
	background-size: cover !important;
}

/* Homepage artwork contains its own French campaign copy. Display it whole
   and do not layer a second headline or CTA over the supplied banner. */
.homepage-artwork-hero {
	height: auto !important;
	aspect-ratio: 1600 / 639;
	background: transparent;
}

.homepage-artwork-hero::after {
	display: none !important;
	content: none !important;
}

.homepage-hero-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-art {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1;
	padding: 0 !important;
	overflow: hidden;
	border-radius: 20px;
}

.category-art img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
}

.product-image,
.catalog-product-image {
	padding: 0 !important;
}

.product-image img,
.catalog-product-image img,
.gallery-main > img,
.gallery-thumbs img,
.promo-card > img,
.catalog-promo > img,
.brand-grid img {
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center !important;
}

.utility-inner {
	grid-template-columns: 1.7fr 1fr 1.1fr auto;
}

.utility-inner > a {
	color: inherit;
}

.copyright {
	justify-content: flex-start;
}

@media (max-width: 1100px) {
	.utility-inner {
		grid-template-columns: 1fr 1fr auto;
	}

	.utility-inner > a {
		display: none;
	}
}

@media (max-width: 680px) {
	.utility-inner {
		grid-template-columns: 1fr auto;
	}

	.footer-online {
		grid-column: 1 / -1;
	}
}

/* Customer reviews */
.customer-reviews-section {
	padding: 82px 0;
	background: #f8f8fb;
}

.reviews-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 34px;
}

.reviews-heading > div {
	max-width: 700px;
}

.reviews-heading span,
.review-submit-copy > span {
	display: inline-block;
	margin-bottom: 10px;
	color: var(--accent);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.reviews-heading h2,
.review-submit-copy h3 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 500;
	line-height: 1.08;
}

.reviews-heading p,
.review-submit-copy p {
	margin: 14px 0 0;
	color: #6f726d;
	font-size: 17px;
	line-height: 1.7;
}

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

.customer-review-card {
	display: flex;
	min-height: 270px;
	flex-direction: column;
	padding: 30px;
	border: 1px solid #edf1f5;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(61, 71, 80, .055);
}

.customer-review-card > i {
	color: var(--accent);
	font-size: 29px;
}

.customer-review-card > p {
	flex: 1;
	margin: 22px 0 28px;
	color: #3e433c;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.7;
}

.customer-review-card footer {
	display: flex;
	align-items: center;
	gap: 13px;
}

.review-avatar {
	display: grid;
	width: 45px;
	height: 45px;
	flex: 0 0 45px;
	place-items: center;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--green);
	font-size: 16px;
	font-weight: 600;
}

.customer-review-card strong,
.customer-review-card small {
	display: block;
}

.customer-review-card strong {
	color: var(--ink);
	font-size: 15px;
	font-weight: 600;
}

.customer-review-card small {
	margin-top: 3px;
	color: #888b85;
	font-size: 13px;
}

.is-review-hidden {
	display: none !important;
}

.reviews-load-wrap {
	margin-top: 30px;
	text-align: center;
}

.reviews-load-more {
	min-width: 205px;
	padding: 15px 25px;
	border: 1px solid var(--green);
	border-radius: 999px;
	background: transparent;
	color: var(--green);
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: .2s ease;
}

.reviews-load-more:hover {
	background: var(--green);
	color: #fff;
}

.review-submit-panel {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 48px;
	margin-top: 70px;
	padding: 50px;
	border: 1px solid var(--accent-border);
	border-radius: 30px;
	background: linear-gradient(135deg, #fff 0%, var(--accent-soft) 100%);
	box-shadow: 0 18px 55px rgba(61, 71, 80, .08);
	color: var(--ink);
}

.review-submit-copy h3,
.review-submit-copy p {
	color: var(--ink);
}

.review-submit-copy > span {
	color: var(--accent);
}

.review-form-wrap {
	padding: 30px;
	border: 1px solid #edf1f5;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 36px rgba(61, 71, 80, .07);
}

.review-form {
	display: grid;
	gap: 17px;
}

.review-form > div {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.review-form label {
	display: grid;
	gap: 8px;
	color: var(--ink);
	font-size: 14px;
	font-weight: 500;
}

.review-form input,
.review-form textarea {
	width: 100%;
	padding: 15px 16px;
	border: 1px solid #dfe3e7;
	border-radius: 12px;
	background: #fff;
	color: var(--ink);
	font: inherit;
	font-size: 15px;
	font-weight: 400;
	outline: none;
}

.review-form textarea {
	min-height: 126px;
	resize: vertical;
}

.review-form input::placeholder,
.review-form textarea::placeholder {
	color: #969da4;
	opacity: 1;
}

.review-form input:focus,
.review-form textarea:focus {
	border-color: var(--accent);
	box-shadow: 0 0 0 4px rgba(237, 27, 35, .1);
}

.review-form .review-submit-button {
	display: flex;
	width: 100%;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-top: 2px;
	padding: 15px 24px;
	border: 0;
	border-radius: 13px;
	background: var(--accent);
	box-shadow: 0 10px 24px rgba(237, 27, 35, .2);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.review-form .review-submit-button i {
	font-size: 18px;
	transition: transform .2s ease;
}

.review-form .review-submit-button:hover {
	transform: translateY(-2px);
	background: var(--accent-dark);
	box-shadow: 0 14px 28px rgba(197, 22, 29, .24);
}

.review-form .review-submit-button:hover i {
	transform: translateX(4px);
}

.review-form .review-submit-button:focus-visible {
	outline: 3px solid rgba(237, 27, 35, .24);
	outline-offset: 3px;
}

.review-alert {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	padding: 13px 16px;
	border-radius: 10px;
	background: #edf8f1;
	color: #27613d;
	font-size: 14px;
	line-height: 1.5;
}

.review-alert.error {
	background: #fff0ec;
	color: #9d3e28;
}

.review-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

/* Informational and blog pages */
.content-page-hero {
	padding: 76px 0;
	background: linear-gradient(120deg, var(--accent-soft), #f8f8fb);
	text-align: center;
}

.content-page-hero span {
	color: var(--accent);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.content-page-hero h1 {
	max-width: 850px;
	margin: 12px auto 0;
	color: var(--ink);
	font-size: clamp(38px, 5vw, 64px);
	font-weight: 500;
	line-height: 1.08;
}

.content-page {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 34px;
	padding-top: 62px;
	padding-bottom: 80px;
}

.content-page-card {
	border: 1px solid #ece7de;
	border-radius: 24px;
	background: #fff;
}

.content-page-card {
	padding: clamp(28px, 5vw, 58px);
	color: #555a52;
	font-size: 17px;
	line-height: 1.8;
}

.content-page-card h2,
.content-page-card h3 {
	color: var(--ink);
	font-weight: 500;
	line-height: 1.2;
}

.content-page-card a {
	color: var(--green);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.blog-page {
	grid-template-columns: 1fr;
}

.blog-page .post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.blog-page article {
	padding: 28px;
	border: 1px solid #ece7de;
	border-radius: 22px;
	background: #fff;
}

.blog-page article h2 {
	margin: 0 0 12px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.3;
}

.blog-page article p {
	color: #676b64;
	font-size: 15px;
	line-height: 1.65;
}

@media (max-width: 900px) {
	.customer-review-grid,
	.blog-page .post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.review-submit-panel,
	.content-page {
		grid-template-columns: 1fr;
	}

	.review-submit-panel {
		gap: 30px;
		padding: 38px;
	}
}

@media (max-width: 620px) {
	.customer-reviews-section {
		padding: 60px 0;
	}

	.reviews-heading {
		display: block;
	}

	.customer-review-grid,
	.blog-page .post-grid,
	.review-form > div {
		grid-template-columns: 1fr;
	}

	.customer-review-card {
		min-height: 0;
		padding: 24px;
	}

	.review-submit-panel {
		margin-top: 50px;
		padding: 24px;
	}

	.review-form-wrap {
		padding: 22px;
	}

	.content-page-hero {
		padding: 58px 0;
	}
}

/* Nutris Market brand assets and final color enforcement. */
.brand {
	display: flex;
	width: 116px;
	flex: 0 0 116px;
	align-self: stretch;
	align-items: center;
	justify-content: center;
}

.brand img {
	width: auto !important;
	height: 86px;
	object-fit: contain;
}

.footer-online img {
	width: auto;
	height: 142px;
	margin: -22px 0 -7px;
	object-fit: contain;
}

.header-search:focus-within {
	border-color: var(--accent);
	box-shadow: 0 0 0 4px rgba(237, 27, 35, .08);
}

.catalog-promo {
	background-color: var(--accent-dark);
}

@media (min-width: 1101px) {
	.brand {
		width: 128px;
		flex-basis: 128px;
	}

	.brand img {
		height: 96px;
	}
}

@media (max-width: 680px) {
	.brand {
		width: 78px;
		flex-basis: 78px;
	}

	.brand img {
		height: 70px;
	}

	.footer-online img {
		height: 124px;
	}
}

/* Interactive product cards */
.product-grid {
	overflow: visible;
}

.catalog-results {
	overflow: visible;
}

.product-card,
.catalog-product-card {
	transition: transform .25s ease, border-color .25s ease, border-radius .25s ease, box-shadow .25s ease;
}

.product-card:hover,
.product-card:focus-within,
.catalog-product-card:hover,
.catalog-product-card:focus-within {
	z-index: 8;
	border-color: transparent;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 12px 34px rgba(36, 43, 49, .15);
	transform: none;
}

.product-visual {
	position: relative;
	flex: 0 0 auto;
	overflow: hidden;
	border-radius: 14px;
}

.product-visual .product-image,
.product-visual .catalog-product-image {
	margin-bottom: 0;
	border-radius: inherit;
}

.product-visual img {
	transition: transform .35s ease, filter .35s ease;
}

.product-card:hover .product-visual img,
.product-card:focus-within .product-visual img,
.catalog-product-card:hover .product-visual img,
.catalog-product-card:focus-within .product-visual img {
	filter: none;
	transform: scale(1.025);
}

.card-actions {
	position: absolute;
	z-index: 4;
	top: 100%;
	right: -1px;
	left: -1px;
	box-sizing: border-box;
	width: auto;
	padding: 8px 16px 18px;
	border: 1px solid var(--line);
	border-top: 0;
	border-radius: 0 0 18px 18px;
	background: #fff;
	box-shadow: 0 20px 34px rgba(36, 43, 49, .15);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-10px);
	visibility: hidden;
	transition: visibility .22s ease, opacity .22s ease, transform .22s ease;
}

.product-card:hover .card-actions,
.product-card:focus-within .card-actions,
.catalog-product-card:hover .card-actions,
.catalog-product-card:focus-within .card-actions {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

/* The catalog action floats below the last card row. Reserve its space
   permanently so hover never shifts content or covers the footer. */
.catalog-results {
	margin-bottom: 88px;
}

.product-card-add {
	display: flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 18px;
	border: 0;
	border-radius: 12px;
	background: var(--accent);
	box-shadow: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-card-add:hover,
.product-card-add:focus-visible {
	background: var(--accent-dark);
	box-shadow: none;
	color: #fff;
	transform: translateY(-2px);
}

.product-card-add:focus-visible {
	outline: 3px solid rgba(237, 27, 35, .25);
	outline-offset: 3px;
}

.product-card-add i {
	font-size: 18px;
}

.product-card-add.is-loading {
	pointer-events: none;
	opacity: .82;
}

.product-card-add.is-loading i {
	display: none;
}

.product-card-add.is-loading::before {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, .45);
	border-top-color: #fff;
	border-radius: 50%;
	content: "";
	animation: nutris-spin .7s linear infinite;
}

.product-card-add.is-added {
	background: #278647;
	box-shadow: 0 10px 24px rgba(39, 134, 71, .22);
}

.added_to_cart.wc-forward {
	display: none !important;
}

@keyframes nutris-spin {
	to {
		transform: rotate(360deg);
	}
}

/* AJAX shopping-cart drawer */
body.cart-drawer-open {
	overflow: hidden;
}

.cart-drawer-overlay {
	position: fixed;
	z-index: 9998;
	inset: 0;
	visibility: hidden;
	background: rgba(20, 24, 28, .62);
	opacity: 0;
	backdrop-filter: blur(2px);
	transition: visibility .3s ease, opacity .3s ease;
}

.cart-drawer-overlay.is-open {
	visibility: visible;
	opacity: 1;
}

.cart-drawer {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	width: min(450px, 100%);
	height: 100vh;
	height: 100dvh;
	overflow: hidden;
	background: #fff;
	box-shadow: -18px 0 54px rgba(21, 25, 29, .2);
	transform: translateX(102%);
	transition: transform .32s cubic-bezier(.22, .8, .25, 1);
}

.cart-drawer.is-open {
	transform: translateX(0);
}

.cart-drawer-content {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.cart-drawer-header {
	display: flex;
	min-height: 96px;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 26px;
	border-bottom: 1px solid #edf0f2;
	background: #fff;
}

.cart-drawer-header span {
	display: block;
	margin-bottom: 3px;
	color: var(--accent);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.cart-drawer-header h2 {
	margin: 0;
	color: var(--ink);
	font-size: 23px;
	font-weight: 600;
	line-height: 1.2;
}

.cart-drawer-close {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	padding: 0;
	place-items: center;
	border: 1px solid #e4e7ea;
	border-radius: 50%;
	background: #fff;
	color: var(--ink);
	font-size: 18px;
	transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}

.cart-drawer-close:hover,
.cart-drawer-close:focus-visible {
	border-color: var(--accent);
	background: var(--accent-soft);
	color: var(--accent);
	transform: rotate(4deg);
}

.cart-drawer-items {
	flex: 1 1 auto;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.cart-drawer-item {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr) 36px;
	gap: 16px;
	align-items: center;
	padding: 22px 24px;
	border-bottom: 1px solid #edf0f2;
	background: #fff;
}

.cart-drawer-image {
	display: grid;
	width: 78px;
	height: 78px;
	overflow: hidden;
	place-items: center;
	border: 1px solid #edf0f2;
	border-radius: 14px;
	background: #fafafa;
}

.cart-drawer-image img {
	width: 100%;
	height: 100%;
	padding: 5px;
	object-fit: contain;
}

.cart-drawer-item-copy {
	min-width: 0;
}

.cart-drawer-item-name {
	display: -webkit-box;
	overflow: hidden;
	color: var(--ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.cart-drawer-item-name:hover {
	color: var(--accent);
}

.cart-drawer-item-meta {
	display: block;
	margin-top: 9px;
	color: #717981;
	font-size: 14px;
}

.cart-drawer-item-meta .amount {
	color: var(--accent);
	font-weight: 600;
}

.cart-drawer-remove {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border: 1px solid #e4e7ea;
	border-radius: 50%;
	color: #8b9298;
	font-size: 20px;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.cart-drawer-remove:hover,
.cart-drawer-remove:focus-visible {
	border-color: #f0c9cb;
	background: var(--accent-soft);
	color: var(--accent);
}

.cart-drawer-footer {
	flex: 0 0 auto;
	padding: 22px 24px 24px;
	border-top: 1px solid #e8ebee;
	background: #fff;
	box-shadow: 0 -12px 32px rgba(36, 43, 49, .07);
}

.cart-drawer-subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
	color: var(--ink);
	font-size: 16px;
}

.cart-drawer-subtotal strong {
	color: var(--accent);
	font-size: 21px;
	font-weight: 600;
}

.cart-drawer-button {
	display: flex;
	width: 100%;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 22px;
	border: 1px solid var(--accent);
	border-radius: 999px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.cart-drawer-button + .cart-drawer-button {
	margin-top: 11px;
}

.cart-drawer-button.secondary {
	background: #fff;
	color: var(--accent);
}

.cart-drawer-button.primary {
	background: var(--accent);
	box-shadow: 0 10px 22px rgba(237, 27, 35, .2);
	color: #fff;
}

.cart-drawer-button:hover,
.cart-drawer-button:focus-visible {
	transform: translateY(-2px);
}

.cart-drawer-button.secondary:hover {
	background: var(--accent-soft);
}

.cart-drawer-button.primary:hover {
	background: var(--accent-dark);
	box-shadow: 0 13px 26px rgba(197, 22, 29, .25);
}

.cart-drawer-empty {
	display: flex;
	max-width: 330px;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: center;
	align-items: center;
	justify-content: center;
	padding: 42px 24px;
	text-align: center;
}

.cart-drawer-empty > span {
	display: grid;
	width: 88px;
	height: 88px;
	margin-bottom: 22px;
	place-items: center;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 36px;
}

.cart-drawer-empty h3 {
	margin: 0 0 9px;
	color: var(--ink);
	font-size: 24px;
	font-weight: 600;
}

.cart-drawer-empty p {
	margin: 0 0 24px;
	color: #737b82;
	font-size: 15px;
	line-height: 1.65;
}

html[dir="rtl"] .cart-drawer {
	right: auto;
	left: 0;
	box-shadow: 18px 0 54px rgba(21, 25, 29, .2);
	transform: translateX(-102%);
}

html[dir="rtl"] .cart-drawer.is-open {
	transform: translateX(0);
}

@media (hover: none) {
	.catalog-results {
		margin-bottom: 0;
	}

	.card-actions {
		position: static;
		width: 100%;
		opacity: 1;
		pointer-events: auto;
		margin-top: 16px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		transform: none;
		visibility: visible;
	}

	.product-card,
	.catalog-product-card,
	.product-card:hover,
	.product-card:focus-within,
	.catalog-product-card:hover,
	.catalog-product-card:focus-within {
		border-radius: 14px;
	}
}

@media (max-width: 680px) {
	.product-card:hover,
	.product-card:focus-within,
	.catalog-product-card:hover,
	.catalog-product-card:focus-within {
		transform: none;
	}

	.product-card-add {
		min-height: 43px;
		padding: 10px 12px;
		font-size: 12px;
	}

	/* Keep every mobile CTA on the same baseline even when neighboring cards
	   have product names or fulfilment labels of different heights. */
	.product-card .card-actions,
	.catalog-product-card .card-actions {
		margin-top: auto !important;
		padding-top: 16px;
	}

	.cart-drawer {
		width: 100%;
	}

	.cart-drawer-header {
		min-height: 82px;
		padding: 17px 18px;
	}

	.cart-drawer-item {
		grid-template-columns: 68px minmax(0, 1fr) 32px;
		gap: 12px;
		padding: 18px;
	}

	.cart-drawer-image {
		width: 68px;
		height: 68px;
	}

	.cart-drawer-footer {
		padding: 18px;
	}

	.top-grid,
	.savings-grid,
	.related-grid {
		display: flex !important;
		width: 100%;
		max-width: 100%;
		gap: 0;
		padding-bottom: 12px;
		overflow-x: auto !important;
		overflow-y: hidden;
		scroll-behavior: smooth;
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		overscroll-behavior-inline: contain;
		-webkit-overflow-scrolling: touch;
		touch-action: pan-x pan-y;
	}

	.top-grid::-webkit-scrollbar,
	.savings-grid::-webkit-scrollbar,
	.related-grid::-webkit-scrollbar {
		display: none;
	}

	.top-grid .product-card,
	.savings-grid .product-card,
	.related-grid .product-card {
		display: flex !important;
		min-width: min(82vw, 330px);
		flex: 0 0 min(82vw, 330px) !important;
		scroll-snap-align: start;
		scroll-snap-stop: normal;
	}
}

.site-language-selector {
	position: relative;
	z-index: 120;
	direction: ltr;
}

.site-language-selector details {
	position: relative;
}

.site-language-selector summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 116px;
	height: 42px;
	gap: 8px;
	padding: 0 11px;
	border: 1px solid #dfe3e8;
	border-radius: 22px;
	background: #fff;
	color: var(--navy);
	font-size: 12px;
	font-weight: 700;
	list-style: none;
	cursor: pointer;
	user-select: none;
}

.site-language-selector summary::-webkit-details-marker {
	display: none;
}

.site-language-selector summary img,
.site-language-option img {
	width: 24px;
	height: 17px;
	flex: 0 0 auto;
	border: 1px solid rgba(36, 43, 49, .14);
	border-radius: 3px;
	object-fit: cover;
	box-shadow: 0 1px 3px rgba(36, 43, 49, .12);
}

.site-language-selector summary small {
	display: none;
}

.site-language-selector summary > i {
	margin-left: 2px;
	font-size: 11px;
	transition: transform .2s ease;
}

.site-language-selector details[open] summary {
	border-color: var(--green);
	box-shadow: 0 0 0 3px rgba(237, 27, 35, .09);
}

.site-language-selector details[open] summary > i {
	transform: rotate(180deg);
}

.site-language-menu {
	position: absolute;
	z-index: 200;
	top: calc(100% + 9px);
	right: 0;
	display: grid;
	width: 205px;
	padding: 7px;
	border: 1px solid #e0e3e8;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(36, 43, 49, .18);
}

.header-actions .site-language-option {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-height: 44px;
	gap: 10px;
	padding: 0 10px;
	border-radius: 9px;
	color: #4f5762;
	font-size: 13px !important;
	font-weight: 700;
	line-height: 1;
}

.header-actions .site-language-option:hover,
.header-actions .site-language-option:focus-visible {
	background: #f4f5f7;
	color: var(--navy);
	outline: none;
}

.header-actions .site-language-option.is-active {
	background: rgba(237, 27, 35, .08);
	color: var(--green);
}

.site-language-option span {
	flex: 1 1 auto;
	text-align: left;
}

.site-language-option small {
	color: #9299a3;
	font-size: 9px;
}

.site-language-option > i {
	visibility: hidden;
	color: var(--green);
	font-size: 15px;
}

.site-language-option.is-active > i {
	visibility: visible;
}

.header-actions .cart-link {
	display: inline-flex !important;
	flex: 0 0 auto;
	font-size: 24px !important;
}

html[dir="rtl"] .site-language-menu {
	right: 0;
	left: auto;
}

@media (max-width: 680px) {
	.header-actions {
		gap: 9px;
	}

	.site-language-selector summary {
		min-width: 66px;
		height: 40px;
		gap: 6px;
		padding-inline: 9px;
	}

	.site-language-selector summary span {
		display: none;
	}

	.site-language-selector summary small {
		display: inline;
		font-size: 10px;
	}

	.site-language-selector summary > i {
		margin-left: 0;
	}

	.site-language-menu {
		right: -45px;
		width: min(205px, calc(100vw - 28px));
	}

	html[dir="rtl"] .site-language-menu {
		right: -45px;
		left: auto;
	}
}

/* Mirrored desktop category panel. The former right:100% rule pushed Arabic
   subcategories completely outside the dropdown. */
@media (min-width: 901px) {
	html[dir="rtl"] .category-root-list {
		margin-right: 0;
		margin-left: auto;
		border-right: 0;
		border-left: 1px solid var(--line);
	}

	html[dir="rtl"] .category-children {
		right: 328px !important;
		left: 18px !important;
		padding-right: 20px;
		padding-left: 6px;
		border: 0;
	}
}

html[dir="rtl"] .category-parent-row > a {
	padding-right: 12px;
	padding-left: 8px;
}

html[dir="rtl"] .subcategory-toggle {
	margin-right: 0;
	margin-left: 5px;
}

html[dir="rtl"] .category-children > li:not(.category-children-title) a:hover {
	padding-right: 10px;
	padding-left: 5px;
}

@media (max-width: 900px) {
	html[dir="rtl"] .category-children {
		right: auto !important;
		left: auto !important;
		margin: 0 45px 8px 8px;
		padding: 6px 14px 8px 8px;
		border-right: 2px solid var(--accent);
		border-left: 0;
	}
}

/* Off-canvas drawers and mirrored dropdowns must never widen the document. */
html,
body {
	max-width: 100%;
}

body {
	overflow-x: clip;
}

.catalog-pagination {
	display: flex;
	justify-content: center;
	padding: 34px 20px;
	border-top: 1px solid var(--line);
	background: #fff;
}

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

.catalog-pagination a,
.catalog-pagination span.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding: 0 10px;
	place-items: center;
	border: 1px solid #e1e5e8;
	border-radius: 50%;
	background: #fff;
	color: var(--ink);
	font-size: 14px;
	font-weight: 500;
	transition: border-color .2s ease, background .2s ease, color .2s ease;
}

.catalog-pagination a:hover,
.catalog-pagination span.current {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff;
}

/* Product photography must remain completely visible. Source images use
   different aspect ratios, so a clean contained canvas is more reliable than
   cropping them to fill every card. Promotional and category art remains
   full-bleed. */
.product-image,
.catalog-product-image,
.gallery-main,
.gallery-thumbs button {
	background: #fff !important;
}

.product-image,
.catalog-product-image {
	box-sizing: border-box;
	padding: 18px !important;
}

.product-image img,
.catalog-product-image img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

.gallery-main > img {
	position: absolute;
	inset: 24px;
	display: block;
	width: calc(100% - 48px) !important;
	height: calc(100% - 48px) !important;
	max-width: none !important;
	max-height: none !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

.gallery-thumbs img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

.gallery-main {
	box-sizing: border-box;
	padding: 24px !important;
}

.gallery-thumbs button {
	box-sizing: border-box;
	padding: 7px !important;
}

.product-card:hover .product-image img,
.product-card:focus-within .product-image img,
.catalog-product-card:hover .catalog-product-image img,
.catalog-product-card:focus-within .catalog-product-image img {
	transform: none !important;
}

@media (max-width: 680px) {
	.product-image,
	.catalog-product-image {
		padding: 14px !important;
	}

	.gallery-main {
		padding: 16px !important;
	}

	.gallery-main > img {
		inset: 16px;
		width: calc(100% - 32px) !important;
		height: calc(100% - 32px) !important;
	}
}

/* Final subcategory-art enforcement. This must remain after the legacy
   full-bleed rules above so every generated scene stays completely visible. */
.category-art {
	box-sizing: border-box;
	padding: 14px !important;
	border: 1px solid #f0e6dc;
	background: linear-gradient(145deg, #fff 0%, #fffaf5 100%) !important;
}

.category-art img,
.category-card:hover .category-art img,
.category-card:focus-visible .category-art img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

.catalog-promo-subcategory > img {
	box-sizing: border-box;
	padding: 14px !important;
	background: #fffaf5 !important;
	object-fit: contain !important;
	object-position: center !important;
}

@media (max-width: 680px) {
	.category-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.category-art {
		padding: 10px !important;
	}

	.catalog-promo-subcategory > img {
		padding: 10px !important;
	}
}

/* Five exact customer-supplied category scenes and six product rows. */
.category-row-five {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 24px;
}

.category-row-five .category-art {
	width: min(80%, 152px);
	height: auto;
	aspect-ratio: 1;
	padding: 0 !important;
	overflow: hidden;
	border: 0;
	border-radius: 18px;
	background: #fff !important;
	box-shadow: 0 10px 28px rgba(24, 48, 39, .08);
}

.category-row-five .category-art img {
	object-fit: cover !important;
}

.homepage-result-count {
	margin: 5px 0 0;
	color: #7e8497;
	font-size: 13px;
}

.homepage-products-section {
	padding-bottom: 70px;
}

.mobile-homepage-products {
	display: none;
}

.homepage-pagination {
	margin-top: 30px;
}

@media (max-width: 980px) {
	.category-row-five {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.category-row-five {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.category-row-five .category-card:last-child {
		grid-column: 1 / -1;
		width: calc(50% - 9px);
		justify-self: center;
	}

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

	.desktop-homepage-products {
		display: none;
	}

	.mobile-homepage-products {
		display: block;
	}

	.mobile-six-row-grid {
		display: grid !important;
		grid-template-columns: 1fr !important;
		gap: 14px;
		overflow: visible !important;
	}

	.mobile-product-scroll-row {
		display: flex !important;
		width: 100%;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		scroll-snap-type: x mandatory;
		overscroll-behavior-inline: contain;
		scrollbar-width: thin;
		-webkit-overflow-scrolling: touch;
	}

	.mobile-product-scroll-row .product-card {
		display: flex !important;
		width: 78%;
		min-width: 0;
		flex: 0 0 78% !important;
		border-right: 1px solid var(--line);
		border-bottom: 0;
		scroll-snap-align: start;
	}

	.mobile-product-scroll-row .product-card:last-child {
		border-right: 0;
	}
}

/* Product search: a compact second search row is available whenever the
   desktop masthead field no longer fits. */
.mobile-product-search {
	position: relative;
	display: none;
	height: 48px;
	margin-top: -2px;
	margin-bottom: 14px;
	border: 1px solid #dfe3e8;
	border-radius: 24px;
	background: #fff;
	overflow: hidden;
}

.mobile-product-search input[type="search"] {
	width: 100%;
	min-width: 0;
	padding: 0 58px 0 20px;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--navy);
	font: inherit;
	font-size: 14px;
}

.mobile-product-search input[type="search"]::placeholder {
	color: #7d8492;
	opacity: 1;
}

.mobile-product-search button {
	position: absolute;
	inset: 0 0 0 auto;
	display: grid;
	width: 54px;
	padding: 0;
	place-items: center;
	border: 0;
	background: var(--green);
	color: #fff;
	font-size: 18px;
}

.catalog-search-summary {
	margin: 8px 0 0;
	color: #6b7280;
	font-size: 15px;
}

.catalog-promo-search {
	min-height: 240px;
}

/* Dedicated category heroes: artwork and CTA each own exactly half of the
   banner. Wide generated artwork fills its half without thumbnail padding. */
@media (min-width: 769px) {
	.catalog-promo,
	.catalog-promo.catalog-promo-subcategory,
	.catalog-promo.catalog-promo-search {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		height: 320px !important;
		min-height: 320px;
		overflow: hidden;
		border-radius: 20px;
		background: var(--accent-dark);
	}

	.catalog-promo > img,
	.catalog-promo-subcategory > img {
		position: static !important;
		display: block;
		width: 100% !important;
		height: 100% !important;
		max-width: none !important;
		max-height: none !important;
		padding: 0 !important;
		background: transparent !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	.catalog-promo-copy {
		position: relative;
		z-index: 1;
		display: flex;
		min-width: 0;
		align-items: flex-start !important;
		justify-content: flex-start;
		padding: 38px clamp(34px, 4vw, 68px) 30px !important;
		text-align: start !important;
	}

	.catalog-promo-copy h1 {
		max-width: 100%;
		margin: 6px 0 10px;
		font-size: clamp(30px, 3vw, 48px);
		overflow-wrap: anywhere;
	}

	.catalog-promo-copy p {
		max-width: 620px;
		margin-bottom: 20px;
		font-size: 15px;
		line-height: 1.55;
	}

	.catalog-promo-copy a {
		padding: 12px 22px;
		border-radius: 999px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.catalog-promo,
	.catalog-promo.catalog-promo-subcategory,
	.catalog-promo.catalog-promo-search {
		display: grid !important;
		grid-template-columns: 1fr !important;
		height: auto !important;
		min-height: 0;
		background: var(--accent-dark) !important;
	}

	.catalog-promo::after {
		display: none !important;
	}

	.catalog-promo > img,
	.catalog-promo-subcategory > img {
		position: static !important;
		display: block;
		width: 100% !important;
		height: 230px !important;
		padding: 0 !important;
		background: transparent !important;
		object-fit: cover !important;
		object-position: center !important;
	}

	.catalog-promo-copy {
		position: relative;
		z-index: 1;
		align-items: flex-start !important;
		justify-content: flex-start;
		min-height: 250px;
		padding: 28px 24px !important;
		text-align: start !important;
	}
}

@media (max-width: 1100px) {
	.mobile-product-search {
		display: flex;
	}
}

html[dir="rtl"] .mobile-product-search input[type="search"] {
	padding-right: 20px;
	padding-left: 58px;
	text-align: right;
}

html[dir="rtl"] .mobile-product-search button {
	inset: 0 auto 0 0;
}

/* Public brand and curated collection pages. */
.curated-page-hero {
	display: flex;
	min-height: 360px;
	margin-bottom: 20px;
	align-items: center;
	background: linear-gradient(135deg, #143d2d, #0b211a);
	background-position: center;
	background-size: cover;
	color: #fff;
}

.curated-page-hero .site-shell {
	padding-top: 65px;
	padding-bottom: 65px;
}

.curated-page-hero span {
	display: inline-block;
	margin-bottom: 10px;
	color: #cce88a;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.curated-page-hero h1 {
	max-width: 720px;
	margin: 0;
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 700;
	letter-spacing: -.045em;
	line-height: 1;
}

.curated-page-hero p {
	max-width: 650px;
	margin: 18px 0 0;
	font-size: 17px;
	line-height: 1.6;
}

.curated-products-section {
	padding-top: 36px;
	padding-bottom: 80px;
}

.curated-back-link {
	display: inline-flex;
	margin-bottom: 12px;
	align-items: center;
	gap: 7px;
	color: #667085;
	font-size: 13px;
}

.curated-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-directory-heading {
	padding-top: 54px;
}

.brand-directory-heading > p {
	margin: 10px 0 0;
	color: #697386;
	font-size: 16px;
}

.brand-directory-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	padding-top: 34px;
	padding-bottom: 80px;
}

.brand-directory-card {
	display: grid;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 35px rgba(18, 43, 35, .05);
}

.brand-directory-card > span {
	display: grid;
	height: 190px;
	margin-bottom: 18px;
	place-items: center;
	overflow: hidden;
	border-radius: 13px;
	background: #f8faf8;
}

.brand-directory-card > span img {
	display: block !important;
	box-sizing: border-box;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	max-height: 100% !important;
	padding: 18px !important;
	background: #fff;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

.brand-directory-card strong {
	color: var(--navy);
	font-size: 21px;
	font-weight: 600;
}

.brand-directory-card small {
	margin-top: 5px;
	color: #7a8190;
	font-size: 13px;
}

@media (max-width: 900px) {
	.curated-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 580px) {
	.curated-page-hero {
		min-height: 310px;
	}

	.curated-page-hero h1 {
		font-size: 38px;
	}

	.curated-product-grid,
	.brand-directory-grid {
		grid-template-columns: 1fr;
	}
}

/* Brand identity artwork is never cropped. Logos vary greatly in aspect
   ratio, so every brand surface uses a padded contain box. */
.brand-grid a {
	box-sizing: border-box;
	height: 156px;
	padding: 14px 14px 12px;
	grid-template-rows: 92px auto;
	gap: 8px;
	background: #f4f5f8;
}

.brand-grid img,
.brand-grid a:hover img,
.brand-grid a:focus-visible img {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	height: 92px !important;
	max-width: 100% !important;
	max-height: 92px !important;
	padding: 14px 18px !important;
	border-radius: 12px;
	background: #fff;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

.brand-grid strong {
	font-size: 13px;
	line-height: 1.25;
}

.curated-brand-hero {
	background: linear-gradient(135deg, #143d2d, #0b211a);
}

.curated-brand-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 42%);
	gap: 56px;
	align-items: center;
}

.curated-brand-logo {
	display: grid;
	box-sizing: border-box;
	min-height: 210px;
	padding: 34px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.curated-brand-logo img {
	display: block;
	width: 100% !important;
	height: 150px !important;
	max-width: 100% !important;
	max-height: 150px !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

@media (max-width: 760px) {
	.curated-brand-hero-inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.curated-brand-logo {
		min-height: 150px;
		padding: 24px;
	}

	.curated-brand-logo img {
		height: 110px;
	}
}

/* Consistent, shadow-free controls across the complete storefront. */
html body *,
html body *::before,
html body *::after {
	box-shadow: none !important;
	text-shadow: none !important;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a.button,
.button,
.pill-button,
.product-card-add,
.add-cart-button,
.cart-drawer-button,
.reviews-load-more,
.review-submit-button,
.checkout-button,
.wc-block-components-button {
	border-radius: 999px !important;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #6f7484 !important;
	opacity: 1 !important;
}

/* Keep the footer courier away from the support copy in either direction. */
html[dir="rtl"] .footer-courier {
	right: auto;
	left: 18px;
}

/* Checkout is a compact Morocco-only, cash-on-delivery form. */
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .create-account,
.woocommerce-checkout #ship-to-different-address {
	display: none !important;
}

@media (max-width: 680px) {
	html[dir="rtl"] .footer-courier {
		right: auto;
		left: 0;
	}
}

/* Cart page: theme-owned classic WooCommerce layout, independent of saved block content. */
.commerce-page {
	padding-top: clamp(38px, 6vw, 76px);
	padding-bottom: clamp(60px, 8vw, 100px);
}

.commerce-page-heading {
	margin-bottom: 32px;
}

.commerce-page-heading span {
	display: block;
	margin-bottom: 8px;
	color: var(--green);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.commerce-page-heading h1 {
	margin: 0;
	color: var(--ink);
	font-size: clamp(34px, 4.5vw, 58px);
	font-weight: 700;
	letter-spacing: -1.5px;
	line-height: 1.05;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info {
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 16px 20px;
	border: 1px solid #e2e6ea;
	border-radius: 14px;
	background: #f7f8f9;
	color: var(--ink);
	list-style: none;
}

body.woocommerce-cart .woocommerce {
	display: flow-root;
}

body.woocommerce-cart form.woocommerce-cart-form {
	float: left;
	box-sizing: border-box;
	width: calc(100% - 420px);
	padding: 8px 30px 8px 0;
}

html[dir="rtl"] body.woocommerce-cart form.woocommerce-cart-form {
	float: right;
	padding-right: 0;
	padding-left: 30px;
}

body.woocommerce-cart table.shop_table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: #fff;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
	padding: 18px 12px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #e6e8eb;
	background: transparent;
	color: var(--ink);
	vertical-align: middle;
}

body.woocommerce-cart table.shop_table th:first-child,
body.woocommerce-cart table.shop_table td:first-child {
	padding-left: 0;
}

body.woocommerce-cart table.shop_table th:last-child,
body.woocommerce-cart table.shop_table td:last-child {
	padding-right: 0;
}

body.woocommerce-cart table.shop_table thead th {
	padding-top: 8px;
	color: #777d82;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .8px;
	text-transform: uppercase;
}

body.woocommerce-cart .product-remove {
	width: 28px;
	text-align: center;
}

body.woocommerce-cart .product-remove a.remove {
	display: inline-grid;
	width: 30px;
	height: 30px;
	place-items: center;
	border-radius: 50%;
	background: #f2f3f4;
	color: #6d7378 !important;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}

body.woocommerce-cart .product-remove a.remove:hover {
	background: var(--green);
	color: #fff !important;
}

body.woocommerce-cart .product-thumbnail {
	width: 82px;
}

body.woocommerce-cart .product-thumbnail img {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 14px;
	object-fit: contain;
	background: #f6f4ef;
}

body.woocommerce-cart .product-name a {
	color: var(--ink);
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
}

body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
	font-weight: 700;
	white-space: nowrap;
}

body.woocommerce-cart .quantity .qty {
	box-sizing: border-box;
	width: 74px;
	height: 44px;
	padding: 0 10px;
	border: 1px solid #d9dde0;
	border-radius: 999px;
	outline: none;
	background: #fff;
	color: var(--ink);
	font: inherit;
	font-weight: 700;
	text-align: center;
}

body.woocommerce-cart .quantity .qty:focus {
	border-color: var(--green);
}

body.woocommerce-cart td.actions {
	display: none !important;
}

body.woocommerce-cart td.actions .coupon {
	display: flex;
	float: left;
	gap: 10px;
}

html[dir="rtl"] body.woocommerce-cart td.actions .coupon {
	float: right;
}

body.woocommerce-cart td.actions .coupon .input-text {
	box-sizing: border-box;
	min-width: 180px;
	height: 46px;
	padding: 0 18px;
	border: 1px solid #d9dde0;
	border-radius: 999px;
}

body.woocommerce-cart .button,
body.woocommerce-cart a.button {
	min-height: 46px;
	padding: 13px 20px;
	border: 0;
	border-radius: 999px;
	background: var(--navy);
	color: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 750;
	line-height: 20px;
	text-decoration: none;
	cursor: pointer;
}

body.woocommerce-cart .button:hover,
body.woocommerce-cart a.button:hover {
	background: var(--navy-dark);
	color: #fff;
}

body.woocommerce-cart .cart-collaterals {
	float: right;
	box-sizing: border-box;
	width: 390px;
}

html[dir="rtl"] body.woocommerce-cart .cart-collaterals {
	float: left;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	float: none;
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	border-radius: 24px;
	background: #f5f3ee;
}

body.woocommerce-cart .cart_totals h2 {
	margin: 0 0 18px;
	color: var(--ink);
	font-size: 25px;
	font-weight: 700;
}

body.woocommerce-cart .cart_totals table.shop_table,
body.woocommerce-cart .cart_totals table.shop_table tbody,
body.woocommerce-cart .cart_totals table.shop_table tr,
body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	background: transparent !important;
	box-shadow: none;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
	padding: 16px 0;
}

body.woocommerce-cart .cart_totals table th {
	width: 42%;
	font-weight: 650;
}

body.woocommerce-cart .cart_totals table td {
	text-align: end;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
	border-bottom: 0;
	font-size: 18px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 22px 0 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 16px 24px;
	background: var(--green);
	font-size: 16px;
	text-align: center;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: var(--accent-dark);
}

body.woocommerce-cart .cart-empty {
	margin: 0 0 24px;
	padding: 48px 24px;
	border-radius: 24px;
	background: #f5f3ee;
	color: var(--ink);
	font-size: 20px;
	font-weight: 650;
	text-align: center;
}

body.woocommerce-cart .return-to-shop {
	text-align: center;
}

@media (max-width: 1040px) {
	body.woocommerce-cart form.woocommerce-cart-form,
	body.woocommerce-cart .cart-collaterals {
		float: none;
		width: 100%;
	}

	body.woocommerce-cart form.woocommerce-cart-form,
	html[dir="rtl"] body.woocommerce-cart form.woocommerce-cart-form {
		padding: 0 0 36px;
	}
}

@media (max-width: 680px) {
	.commerce-page {
		width: min(100% - 24px, 1420px);
		padding-top: 30px;
	}

	body.woocommerce-cart table.shop_table thead {
		display: none;
	}

	body.woocommerce-cart table.shop_table,
	body.woocommerce-cart table.shop_table tbody,
	body.woocommerce-cart table.shop_table tr,
	body.woocommerce-cart table.shop_table td {
		display: block;
		width: 100%;
	}

	body.woocommerce-cart table.shop_table tr.cart_item {
		position: relative;
		box-sizing: border-box;
		margin-bottom: 16px;
		padding: 16px 16px 16px 106px;
		border: 1px solid #e6e8eb;
		border-radius: 18px;
	}

	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item {
		padding-right: 106px;
		padding-left: 16px;
	}

	body.woocommerce-cart table.shop_table tr.cart_item td {
		box-sizing: border-box;
		padding: 7px 0;
		border: 0;
		text-align: end;
	}

	body.woocommerce-cart table.shop_table tr.cart_item td::before {
		float: left;
		color: #777d82;
		font-size: 12px;
		font-weight: 700;
		content: attr(data-title);
	}

	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item td::before {
		float: right;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-remove {
		position: absolute;
		z-index: 2;
		top: 9px;
		right: 9px;
		width: auto;
	}

	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item .product-remove {
		right: auto;
		left: 9px;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-remove::before,
	body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail::before,
	body.woocommerce-cart table.shop_table tr.cart_item .product-name::before {
		display: none;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail {
		position: absolute;
		top: 16px;
		left: 16px;
		width: 76px;
		padding: 0;
	}

	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail {
		right: 16px;
		left: auto;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-name {
		padding-right: 30px;
		text-align: start;
	}

	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item .product-name {
		padding-right: 0;
		padding-left: 30px;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail img {
		width: 76px;
		height: 76px;
	}

	body.woocommerce-cart td.actions {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 8px 0 0 !important;
	}

	body.woocommerce-cart td.actions .coupon,
	html[dir="rtl"] body.woocommerce-cart td.actions .coupon {
		display: grid;
		float: none;
		grid-template-columns: minmax(0, 1fr) auto;
		width: 100%;
	}

	body.woocommerce-cart td.actions .coupon .input-text {
		min-width: 0;
		width: 100%;
	}

	body.woocommerce-cart td.actions > .button {
		width: 100%;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 24px 20px;
	}
}

/* Checkout layout: customer form on the left and a complete order panel on the right. */

body.woocommerce-checkout .content-page {
	display: block;
	box-sizing: border-box;
	width: min(100% - 40px, 1420px);
	margin: 0 auto;
	padding: 58px 0 70px;
}

body.woocommerce-checkout .content-page-card {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
}

body.woocommerce-checkout form.checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr);
	grid-template-rows: auto 1fr;
	column-gap: clamp(42px, 5vw, 84px);
	align-items: start;
}

body.woocommerce-checkout #customer_details {
	grid-column: 1;
	grid-row: 1 / span 2;
	min-width: 0;
	width: 100%;
}

body.woocommerce-checkout #customer_details .col-1 {
	float: none;
	width: 100%;
}

body.woocommerce-checkout #customer_details .col-2 {
	display: none;
}

body.woocommerce-checkout .woocommerce-billing-fields > h3 {
	margin: 0 0 30px;
	color: #111;
	font-size: clamp(28px, 2.2vw, 36px);
	font-weight: 700;
	letter-spacing: -.7px;
	line-height: 1.15;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px 24px;
}

body.woocommerce-checkout .woocommerce-billing-fields .form-row {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

body.woocommerce-checkout .woocommerce-billing-fields .form-row-wide,
body.woocommerce-checkout #billing_country_field {
	grid-column: 1 / -1;
}

body.woocommerce-checkout #billing_country_field {
	display: none;
}

body.woocommerce-checkout .woocommerce-billing-fields label {
	display: block;
	margin: 0 0 9px;
	color: #171717;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
}

body.woocommerce-checkout .woocommerce-billing-fields .required {
	color: #e3252b;
}

body.woocommerce-checkout .woocommerce-billing-fields input.input-text {
	box-sizing: border-box;
	width: 100%;
	height: 56px;
	padding: 0 20px;
	border: 1px solid #d8dce4;
	border-radius: 999px;
	outline: 0;
	background: #fff;
	color: #151515;
	font: inherit;
	font-size: 15px;
}

body.woocommerce-checkout .woocommerce-billing-fields input.input-text::placeholder {
	color: #9398a6;
	opacity: 1;
}

body.woocommerce-checkout .woocommerce-billing-fields input.input-text:focus {
	border-color: var(--navy);
}

body.woocommerce-checkout #order_review_heading {
	box-sizing: border-box;
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
	width: 100%;
	margin: 0;
	padding: 38px 42px 22px;
	border: 0;
	border-radius: 18px 18px 0 0;
	background: #f6f6f6;
	color: #101010;
	font-size: clamp(28px, 2.2vw, 36px);
	font-weight: 700;
	letter-spacing: -.7px;
	line-height: 1.15;
}

body.woocommerce-checkout #order_review {
	box-sizing: border-box;
	grid-column: 2;
	grid-row: 2;
	min-width: 0;
	width: 100%;
	padding: 0 42px 38px;
	overflow: hidden;
	border-radius: 0 0 18px 18px;
	background: #f6f6f6;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	background: transparent;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
	padding: 18px 0;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #d9dde3;
	background: transparent;
	color: #111;
	vertical-align: middle;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
	padding-top: 8px;
	padding-bottom: 15px;
	font-size: 15px;
	font-weight: 650;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
	width: 132px;
	padding-left: 16px;
	text-align: end;
	white-space: nowrap;
}

html[dir="rtl"] body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
	padding-right: 16px;
	padding-left: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td {
	font-size: 13px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .product-name {
	min-width: 0;
	padding-right: 18px;
	color: #455286;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
	overflow-wrap: break-word;
	word-break: normal;
}

html[dir="rtl"] body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody .product-name {
	padding-right: 0;
	padding-left: 18px;
}

body.woocommerce-checkout .product-quantity {
	display: inline-block;
	margin-inline-start: 5px;
	color: #111;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot tr {
	display: table-row;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
	display: table-cell;
	box-sizing: border-box;
	padding-top: 18px;
	padding-bottom: 18px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #d9dde3;
	font-size: 15px;
	font-weight: 600;
	vertical-align: middle;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
	width: 132px;
	max-width: 132px;
	padding-left: 18px;
	text-align: end;
	overflow-wrap: break-word;
	word-break: normal;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td .amount {
	display: inline-block;
	white-space: nowrap;
}

html[dir="rtl"] body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
	padding-right: 18px;
	padding-left: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping label {
	line-height: 1.45;
	white-space: normal;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td {
	vertical-align: top;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping td {
	text-align: start;
	overflow-wrap: anywhere;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping ul,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping p {
	max-width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	padding-top: 21px;
	padding-bottom: 21px;
	border-bottom: 0;
	font-size: 18px;
	font-weight: 700;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
	font-size: 25px;
	font-weight: 700;
}

body.woocommerce-checkout #payment {
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 0;
	border: 0;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #d9dde3;
	line-height: 1.4;
}

body.woocommerce-checkout #payment ul.payment_methods li:first-child {
	border-top: 0;
}

body.woocommerce-checkout #payment input[type="radio"] {
	display: inline-grid;
	width: 17px;
	height: 17px;
	margin: 0 9px 0 0;
	place-content: center;
	border: 1.5px solid #808692;
	border-radius: 50%;
	appearance: none;
	background: transparent;
	vertical-align: -3px;
}

html[dir="rtl"] body.woocommerce-checkout #payment input[type="radio"] {
	margin-right: 0;
	margin-left: 9px;
}

body.woocommerce-checkout #payment input[type="radio"]::before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--green);
	content: "";
	transform: scale(0);
}

body.woocommerce-checkout #payment input[type="radio"]:checked {
	border-color: var(--green);
}

body.woocommerce-checkout #payment input[type="radio"]:checked::before {
	transform: scale(1);
}

body.woocommerce-checkout #payment label {
	color: #111;
	font-size: 15px;
	font-weight: 650;
}

body.woocommerce-checkout #payment div.payment_box {
	margin: 14px 0 0;
	padding: 0 0 0 26px;
	background: transparent;
	color: #5c668e;
	font-size: 12px;
	line-height: 1.5;
}

html[dir="rtl"] body.woocommerce-checkout #payment div.payment_box {
	padding-right: 26px;
	padding-left: 0;
}

body.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

body.woocommerce-checkout #payment .place-order {
	margin: 0;
	padding: 24px 0 0;
	border-top: 1px solid #d9dde3;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
	margin-bottom: 22px;
	color: #5c668e;
	font-size: 12px;
	line-height: 1.55;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text p {
	margin: 0;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text a {
	color: #111;
	font-weight: 600;
	text-decoration: none;
}

body.woocommerce-checkout #place_order {
	float: none;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 14px 24px;
	border: 0;
	border-radius: 999px !important;
	background: #3448a0;
	color: #fff;
	font-size: 15px;
	font-weight: 650;
	text-align: center;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus-visible {
	background: #263987;
}

@media (max-width: 980px) {
	body.woocommerce-checkout .content-page {
		padding-top: 38px;
	}

	body.woocommerce-checkout form.checkout {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout #order_review_heading,
	body.woocommerce-checkout #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.woocommerce-checkout #order_review_heading {
		margin-top: 44px;
		padding: 30px 30px 18px;
	}

	body.woocommerce-checkout #order_review {
		padding: 0 30px 30px;
	}
}

@media (max-width: 560px) {
	body.woocommerce-checkout .content-page {
		width: min(100% - 24px, 1420px);
		padding: 28px 0 48px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields .form-row {
		grid-column: 1;
	}

	body.woocommerce-checkout .woocommerce-billing-fields > h3 {
		margin-bottom: 24px;
	}

	body.woocommerce-checkout #order_review_heading {
		margin-top: 34px;
		padding: 26px 20px 17px;
	}

	body.woocommerce-checkout #order_review {
		padding: 0 20px 24px;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
		width: 38%;
		padding-left: 10px;
	}

	body.woocommerce-checkout .product-quantity {
		margin-inline-start: 3px;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total .amount {
		font-size: 21px;
	}

	body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
		width: 38%;
		max-width: none;
		padding-left: 10px;
	}
}

/* Mobile commerce pages: compact cards with visible product imagery. */
@media (max-width: 680px) {
	body.woocommerce-cart .commerce-page {
		width: min(calc(100% - 24px), 1420px);
		padding-top: 26px;
		padding-bottom: 46px;
	}

	body.woocommerce-cart .commerce-page-heading {
		margin-bottom: 22px;
	}

	body.woocommerce-cart .commerce-page-heading span {
		margin-bottom: 6px;
		font-size: 11px;
		letter-spacing: 1.2px;
	}

	body.woocommerce-cart .commerce-page-heading h1 {
		font-size: 34px;
		letter-spacing: -.8px;
	}

	body.woocommerce-cart form.woocommerce-cart-form,
	html[dir="rtl"] body.woocommerce-cart form.woocommerce-cart-form {
		padding-bottom: 24px;
	}

	body.woocommerce-cart table.shop_table tr.cart_item,
	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item {
		display: grid;
		grid-template-columns: 82px minmax(0, 1fr);
		column-gap: 14px;
		margin-bottom: 12px;
		padding: 14px;
		border-radius: 16px;
		background: #fff;
	}

	body.woocommerce-cart table.shop_table tr.cart_item td {
		width: auto !important;
		min-width: 0;
		padding: 5px 0;
		background: transparent !important;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail {
		position: static;
		display: block !important;
		visibility: visible !important;
		grid-column: 1;
		grid-row: 1 / span 4;
		width: 82px !important;
		padding: 0;
		opacity: 1 !important;
		align-self: start;
	}

	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail {
		position: static;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail a {
		display: grid;
		visibility: visible !important;
		width: 82px;
		height: 82px;
		place-items: center;
		overflow: hidden;
		border-radius: 13px;
		background: #f7f5f1;
		opacity: 1 !important;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-thumbnail img {
		display: block !important;
		visibility: visible !important;
		width: 74px !important;
		height: 74px !important;
		max-width: 74px !important;
		max-height: 74px !important;
		border-radius: 10px;
		background: transparent;
		opacity: 1 !important;
		object-fit: contain !important;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-name,
	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item .product-name {
		grid-column: 2;
		padding: 1px 30px 7px 0;
		text-align: start !important;
	}

	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item .product-name {
		padding-right: 0;
		padding-left: 30px;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-name a {
		display: block;
		font-size: 15px;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-price,
	body.woocommerce-cart table.shop_table tr.cart_item .product-quantity,
	body.woocommerce-cart table.shop_table tr.cart_item .product-subtotal {
		display: flex !important;
		grid-column: 2;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		text-align: end !important;
	}

	body.woocommerce-cart table.shop_table tr.cart_item td::before,
	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item td::before {
		float: none;
		flex: 0 0 auto;
		font-size: 11px;
	}

	body.woocommerce-cart table.shop_table tr.cart_item .product-remove {
		top: 10px;
		right: 10px;
	}

	html[dir="rtl"] body.woocommerce-cart table.shop_table tr.cart_item .product-remove {
		right: auto;
		left: 10px;
	}

	body.woocommerce-cart .product-remove a.remove {
		width: 28px;
		height: 28px;
		font-size: 18px;
	}

	body.woocommerce-cart .quantity .qty {
		width: 68px;
		height: 38px;
	}

	body.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 22px 18px;
		border-radius: 18px;
	}

	body.woocommerce-cart .cart_totals h2 {
		margin-bottom: 10px;
		font-size: 23px;
	}

	body.woocommerce-cart .cart_totals table th,
	body.woocommerce-cart .cart_totals table td {
		padding: 13px 0;
	}

	body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 1.45;
	}

	body.woocommerce-cart .wc-proceed-to-checkout {
		padding-top: 16px;
	}

	body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
		min-height: 50px;
		padding: 14px 20px;
		font-size: 15px;
	}

	body.woocommerce-cart .service-strip,
	body.woocommerce-checkout .service-strip {
		gap: 14px;
		padding-top: 30px;
		padding-bottom: 36px;
	}

	body.woocommerce-cart .footer-links,
	body.woocommerce-checkout .footer-links {
		gap: 28px 22px;
		padding-top: 38px;
		padding-bottom: 38px;
	}

	body.woocommerce-cart .footer-online img,
	body.woocommerce-checkout .footer-online img {
		height: 104px;
		margin: -10px 0 -2px;
	}
}

/* Keep the confirmation overrides after the general checkout rules. */
body.woocommerce-order-received .content-page {
	width: min(100% - 40px, 1080px);
	padding: 48px 0 72px;
}

body.woocommerce-order-received .content-page-card {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-size: 15px;
	line-height: 1.55;
}

body.woocommerce-order-received .nutris-thankyou-card h2 {
	font-weight: 750;
}

body.woocommerce-order-received .nutris-order-product-copy a {
	color: #202b27;
	text-decoration: none;
}

body.woocommerce-order-received .nutris-delivery-details a {
	color: #ed1b23;
	text-decoration: none;
}

@media (max-width: 780px) {
	body.woocommerce-order-received .content-page {
		width: min(100% - 24px, 1080px);
		padding: 28px 0 48px;
	}
}

/* iOS Safari zooms the viewport when a focused form control is smaller than
   16px. Keep every text-entry control at the safe size on phones while
   preserving normal pinch-to-zoom accessibility. */
@media (max-width: 767px) {
	input:not([type]),
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="number"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="week"],
	select,
	textarea,
	.select2-container .select2-selection--single,
	.select2-container .select2-search__field,
	[contenteditable="true"] {
		font-size: 16px !important;
	}
}

/* Blog landing and article reading experience. */
.blog-page-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(58px, 8vw, 104px) 0;
	background:
		radial-gradient(circle at 14% 24%, rgba(237, 27, 35, .12), transparent 25%),
		linear-gradient(135deg, #fff7f7, #f7f8fa 68%, #fff);
}

.blog-page-hero::after {
	position: absolute;
	right: -80px;
	bottom: -115px;
	width: 310px;
	height: 310px;
	border: 45px solid rgba(61, 71, 80, .05);
	border-radius: 50%;
	content: "";
}

.blog-page-hero .site-shell {
	position: relative;
	z-index: 1;
}

.blog-page-hero p {
	max-width: 680px;
	margin: 18px auto 0;
	color: #69716e;
	font-size: 17px;
	line-height: 1.7;
}

.blog-page {
	display: block;
	padding-top: clamp(48px, 6vw, 76px);
	padding-bottom: clamp(64px, 8vw, 100px);
}

.blog-index-heading {
	margin-bottom: 28px;
}

.blog-index-heading p {
	margin: 0 0 5px;
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.blog-index-heading h2 {
	margin: 0;
	color: #202b27;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 760;
	letter-spacing: -.025em;
}

.article-grid,
.blog-page .article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	align-items: start;
}

.blog-page .article-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-card,
.blog-page .article-card {
	display: flex;
	min-width: 0;
	padding: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e7e9e8;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(35, 50, 44, .07);
	transition: transform .2s ease, box-shadow .2s ease;
}

.article-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 48px rgba(35, 50, 44, .12);
}

.article-card .article-image {
	position: relative;
	height: auto;
	margin: 0;
	border-radius: 0;
	background: #f0f2f1;
}

.blog-page .article-card .article-image {
	height: auto;
}

.article-card .article-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 65%, rgba(20, 28, 25, .16));
	content: "";
	pointer-events: none;
}

.article-card .article-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.article-image--placeholder {
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #fcebec, #f4f5f6) !important;
}

.article-image--placeholder span {
	display: grid;
	gap: 8px;
	place-items: center;
	color: var(--accent);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.article-image--placeholder i {
	font-size: 38px;
}

.article-card-body {
	display: flex;
	height: auto;
	padding: 24px;
	flex-direction: column;
}

.article-card .article-meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 13px;
	color: #7b8480;
	font-size: 12px;
	font-weight: 650;
}

.article-card .article-meta span {
	display: inline-flex;
	gap: 6px;
	align-items: center;
	white-space: nowrap;
}

.article-card h2,
.article-card h3,
.blog-page .article-card h2 {
	margin: 0;
	color: #202b27;
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 760;
	letter-spacing: -.02em;
	line-height: 1.28;
}

.articles .article-card h3 {
	font-size: 20px;
}

.article-card h2 a,
.article-card h3 a {
	color: inherit;
	text-decoration: none;
}

.article-card-body > p,
.blog-page .article-card-body > p {
	display: -webkit-box;
	margin: 13px 0 20px;
	overflow: hidden;
	color: #69716e;
	font-size: 14px;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.article-read-more {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	align-self: flex-start;
	margin-top: 0;
	color: var(--accent);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.article-read-more i {
	transition: transform .2s ease;
}

.article-read-more:hover i,
.article-read-more:focus-visible i {
	transform: translateX(4px);
}

.blog-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 42px;
}

.blog-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	place-items: center;
	border: 1px solid #e1e4e2;
	border-radius: 50%;
	background: #fff;
	color: #3d4750;
	font-weight: 750;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
	border-color: var(--accent);
	background: var(--accent);
	color: #fff;
}

.blog-empty {
	display: grid;
	min-height: 280px;
	place-items: center;
	align-content: center;
	border: 1px dashed #dfe4e1;
	border-radius: 22px;
	color: #69716e;
}

.blog-empty i {
	color: var(--accent);
	font-size: 42px;
}

.blog-article-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(42px, 7vw, 82px) 0 clamp(48px, 8vw, 92px);
	background:
		radial-gradient(circle at 86% 10%, rgba(237, 27, 35, .11), transparent 24%),
		linear-gradient(140deg, #fff7f7, #f7f8fa 72%);
}

.blog-article-hero-inner {
	max-width: 940px;
}

.blog-back-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 38px;
	color: #59635f;
	font-size: 13px;
	font-weight: 750;
}

.blog-article-kicker {
	margin: 0 0 12px;
	color: var(--accent);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.blog-article-hero h1 {
	max-width: 900px;
	margin: 0;
	color: #202b27;
	font-size: clamp(34px, 5vw, 58px);
	font-weight: 780;
	letter-spacing: -.045em;
	line-height: 1.08;
}

.blog-article-meta {
	display: flex;
	gap: 22px;
	align-items: center;
	margin-top: 25px;
	color: #69716e;
	font-size: 13px;
	font-weight: 650;
}

.blog-article-meta time,
.blog-article-meta span {
	display: inline-flex;
	gap: 7px;
	align-items: center;
}

.blog-article-page {
	max-width: 980px;
	padding-top: clamp(34px, 5vw, 62px);
	padding-bottom: clamp(70px, 9vw, 110px);
}

.blog-article-content {
	padding: clamp(25px, 5vw, 64px);
	border: 1px solid #e7e9e8;
	border-radius: 24px;
	background: #fff;
	color: #424b47;
	font-size: 18px;
	line-height: 1.82;
	box-shadow: 0 18px 55px rgba(35, 50, 44, .07);
}

.blog-article-content > *:first-child {
	margin-top: 0;
}

.blog-article-content > *:last-child {
	margin-bottom: 0;
}

.blog-article-content p {
	margin: 0 0 1.35em;
}

.blog-article-content > p:first-of-type {
	color: #29332f;
	font-size: 21px;
	font-weight: 520;
	line-height: 1.68;
}

.blog-article-content h2 {
	margin: 2.1em 0 .72em;
	color: #202b27;
	font-size: clamp(27px, 3.5vw, 36px);
	font-weight: 780;
	letter-spacing: -.03em;
	line-height: 1.18;
}

.blog-article-content h3 {
	margin: 1.65em 0 .55em;
	color: #28342f;
	font-size: clamp(21px, 2.5vw, 26px);
	font-weight: 740;
	line-height: 1.28;
}

.blog-article-content ul,
.blog-article-content ol {
	margin: 0 0 1.5em;
	padding-inline-start: 1.35em;
}

.blog-article-content li {
	margin-bottom: .5em;
}

.blog-article-content a {
	color: #c5161d;
	font-weight: 650;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.blog-article-content img {
	display: block;
	width: 100%;
	height: auto;
	margin: 1.5em auto;
	border-radius: 18px;
	box-shadow: 0 13px 36px rgba(35, 50, 44, .1);
}

.blog-article-content blockquote {
	margin: 1.8em 0;
	padding: 20px 24px;
	border: 0;
	border-inline-start: 4px solid var(--accent);
	border-radius: 0 14px 14px 0;
	background: #fff4f4;
	color: #343e3a;
}

.blog-article-content blockquote p:last-child {
	margin-bottom: 0;
}

.blog-table-scroll,
.blog-article-content .wp-block-table {
	width: 100%;
	margin: 1.8em 0;
	overflow-x: auto;
	border: 1px solid #dfe4e1;
	border-radius: 16px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.blog-article-content table {
	width: 100%;
	min-width: 680px;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.5;
}

.blog-article-content th,
.blog-article-content td {
	padding: 15px 17px;
	border: 0;
	border-bottom: 1px solid #e4e8e6;
	text-align: start;
	vertical-align: top;
}

.blog-article-content thead th {
	background: #3d4750;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
}

.blog-article-content tbody tr:nth-child(even) {
	background: #f7f8f8;
}

.blog-article-content tbody tr:last-child td {
	border-bottom: 0;
}

.blog-article-content iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 1.8em 0;
	border: 0;
	border-radius: 18px;
	aspect-ratio: 16 / 9;
	background: #171b19;
}

.blog-article-footer {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: center;
	margin-top: 28px;
	padding: 25px 28px;
	border-radius: 18px;
	background: #3d4750;
	color: #fff;
}

.blog-article-footer div {
	display: grid;
	gap: 4px;
}

.blog-article-footer span {
	color: rgba(255, 255, 255, .7);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.blog-article-footer strong {
	font-size: 17px;
}

.blog-article-footer > a {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 8px;
	align-items: center;
	padding: 12px 18px;
	border-radius: 999px;
	background: var(--accent);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
}

@media (max-width: 900px) {
	.article-grid,
	.blog-page .article-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.articles .article-grid .article-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	.blog-page-hero {
		padding: 52px 0;
	}

	.blog-page-hero h1 {
		font-size: 36px;
	}

	.blog-page-hero p {
		font-size: 15px;
	}

	.article-grid,
	.blog-page .article-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.articles .article-grid .article-card:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.article-card .article-image {
		height: auto;
	}

	.blog-page .article-card .article-image {
		height: auto;
	}

	.article-card-body {
		padding: 20px;
	}

	.blog-article-hero {
		padding: 34px 0 52px;
	}

	.blog-back-link {
		margin-bottom: 28px;
	}

	.blog-article-hero h1 {
		font-size: 34px;
		letter-spacing: -.035em;
	}

	.blog-article-meta {
		flex-wrap: wrap;
		gap: 10px 18px;
	}

	.blog-article-page {
		width: min(100% - 24px, 980px);
		padding-top: 24px;
		padding-bottom: 64px;
	}

	.blog-article-content {
		padding: 23px 19px;
		border-radius: 18px;
		font-size: 16px;
		line-height: 1.75;
	}

	.blog-article-content > p:first-of-type {
		font-size: 18px;
	}

	.blog-article-content h2 {
		font-size: 27px;
	}

	.blog-article-content h3 {
		font-size: 21px;
	}

	.blog-article-content img,
	.blog-article-content iframe {
		border-radius: 13px;
	}

	.blog-table-scroll,
	.blog-article-content .wp-block-table {
		margin-inline: -19px;
		width: calc(100% + 38px);
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}

	.blog-article-content table {
		min-width: 620px;
		font-size: 14px;
	}

	.blog-article-content th,
	.blog-article-content td {
		padding: 13px 14px;
	}

	.blog-article-footer {
		align-items: stretch;
		padding: 22px;
		flex-direction: column;
	}

	.blog-article-footer > a {
		justify-content: center;
	}
}
