:root {
	--aml-color-navy: #0f2742;
	--aml-color-navy-deep: #0a1a2f;
	--aml-color-gold: #b8933e;
	--aml-color-gold-soft: #dbc48b;
	--aml-color-white: #ffffff;
	--aml-color-ink: #223043;
	--aml-color-muted: #5f6f81;
	--aml-color-bg: #f4f5f6;
	--aml-color-panel: #fbfbfa;
	--aml-shadow: 0 20px 60px rgba(15, 39, 66, 0.08);
	--aml-radius: 24px;
	--aml-container: min(1200px, calc(100vw - 2rem));
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--aml-color-ink);
	background: linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
	font-family: "Manrope", sans-serif;
	line-height: 1.6;
}

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

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4 {
	font-family: "Cormorant Garamond", serif;
	line-height: 1.1;
	letter-spacing: -0.02em;
	margin: 0 0 0.75rem;
	color: var(--aml-color-navy-deep);
}

p {
	margin: 0 0 1rem;
}

.aml-container {
	width: var(--aml-container);
	margin: 0 auto;
}

.aml-container--shop {
	--aml-container: min(1360px, calc(100vw - 2.5rem));
}

.aml-container--product {
	--aml-container: min(1520px, calc(100vw - 3rem));
}

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

.aml-promo-bar {
	background: var(--aml-color-navy-deep);
	color: var(--aml-color-white);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.aml-promo-bar__message {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.45rem 0.65rem;
	margin: 0;
	padding: 0.72rem 0;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}

.aml-promo-bar__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 1.15rem;
	color: var(--aml-color-gold-soft);
}

.aml-promo-bar__icon svg {
	display: block;
	width: 1.15rem;
	height: 1.15rem;
}

.aml-promo-bar__code,
.aml-promo-code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.16rem 0.5rem;
	border: 1px solid rgba(219, 196, 139, 0.45);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: var(--aml-color-white);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.aml-promo-code-wrap {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	flex-wrap: wrap;
}

.aml-copy-confirmation {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: var(--aml-color-muted);
	opacity: 0;
	transform: translateY(2px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.aml-promo-code-wrap.is-copied .aml-copy-confirmation {
	opacity: 1;
	transform: translateY(0);
}

.aml-trust-bar {
	background: var(--aml-color-white);
	border-bottom: 1px solid rgba(15, 39, 66, 0.08);
}

.aml-trust-bar__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	padding: 0.9rem 0;
}

.aml-trust-item {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	min-width: 0;
}

.aml-trust-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	background: #f2f4f6;
	color: var(--aml-color-navy);
}

.aml-trust-item__icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.aml-trust-item__content {
	min-width: 0;
}

.aml-trust-item__title,
.aml-trust-item__subtitle {
	margin: 0;
}

.aml-trust-item__title {
	color: var(--aml-color-navy-deep);
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.2;
}

.aml-trust-item__subtitle {
	margin-top: 0.18rem;
	color: var(--aml-color-muted);
	font-size: 0.88rem;
	line-height: 1.45;
}

.aml-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(15, 39, 66, 0.08);
}

.aml-header-inner,
.aml-footer-grid,
.aml-footer-bottom,
.aml-hero-grid,
.aml-newsletter-panel,
.aml-contact-layout {
	display: grid;
	gap: 1.5rem;
}

.aml-header-inner {
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	column-gap: clamp(1.25rem, 2vw, 2.75rem);
	row-gap: 1rem;
	padding: 1rem 0;
}

.aml-site-branding {
	display: flex;
	align-items: center;
	justify-self: start;
	gap: 0.8rem;
	min-width: 0;
}

.custom-logo {
	width: 62px;
	height: 62px;
	object-fit: contain;
}

.aml-site-identity {
	display: none;
	min-width: 0;
}

.aml-site-title {
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--aml-color-navy-deep);
}

.aml-site-tagline {
	margin: 0;
	font-size: 0.88rem;
	color: var(--aml-color-muted);
}

.aml-primary-nav {
	justify-self: center;
	min-width: 0;
}

.aml-nav__list,
.aml-site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aml-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 1.5rem;
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	position: relative;
	white-space: nowrap;
}

.aml-nav__list > .menu-item,
.aml-menu-item-has-panel {
	position: relative;
}

.aml-nav__list > .menu-item > a,
.aml-menu-link,
.aml-submenu-toggle,
.aml-menu-link--button {
	font: inherit;
	text-transform: inherit;
	letter-spacing: inherit;
}

.aml-nav__list > .menu-item > a,
.aml-menu-link {
	transition: color 0.2s ease, opacity 0.2s ease;
}

.aml-nav__list > .menu-item > a:hover,
.aml-nav__list > .menu-item > a:focus-visible,
.aml-menu-link:hover,
.aml-menu-link:focus-visible {
	color: var(--aml-color-navy);
	opacity: 0.92;
	outline: none;
}

.aml-nav__list > .current-menu-item > a,
.aml-nav__list > .current-menu-item > .aml-menu-link-group > .aml-menu-link {
	color: var(--aml-color-navy);
}

.aml-menu-link-group {
	display: flex;
	align-items: center;
	gap: 0.2rem;
}

.aml-menu-link,
.aml-menu-link--button {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	background: transparent;
	border: 0;
	color: inherit;
	padding: 0;
}

.aml-submenu-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.8rem;
	height: 1.8rem;
	padding: 0;
	background: transparent;
	border: 0;
	color: inherit;
}

.aml-menu-arrow {
	display: inline-block;
	width: 0.55rem;
	height: 0.55rem;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: rotate(45deg) translateY(-1px);
	transform-origin: center;
	transition: transform 0.2s ease;
}

.aml-menu-item-has-panel.is-open > .aml-menu-link-group .aml-menu-arrow,
.aml-menu-item-has-panel:focus-within > .aml-menu-link-group .aml-menu-arrow,
.aml-menu-item-has-panel:hover > .aml-menu-link-group .aml-menu-arrow {
	transform: rotate(225deg) translateY(-1px);
}

.aml-submenu-panel {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 0;
	z-index: 120;
	min-width: 260px;
	padding: 1rem;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(15, 39, 66, 0.08);
	border-radius: 20px;
	box-shadow: 0 24px 60px rgba(15, 39, 66, 0.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.aml-submenu-panel--mega {
	left: 50%;
	width: min(1500px, calc(100vw - 48px));
	max-width: 1500px;
	max-height: calc(100vh - 120px);
	padding: 34px 36px;
	transform: translate(-50%, 8px);
	overflow-x: hidden;
	overflow-y: auto;
}

.aml-submenu-panel--mega::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 100%;
	left: 0;
	height: 18px;
}

.aml-mega-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.aml-mega-column {
	min-width: 0;
	width: 100%;
	box-sizing: border-box;
}

.aml-mega-column a {
	display: block;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 0.5rem 0.65rem;
	border-radius: 12px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.4;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: normal;
}

.aml-mega-column a:hover,
.aml-mega-column a:focus-visible {
	background: rgba(15, 39, 66, 0.05);
	outline: none;
}

.aml-mega-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	column-gap: 32px;
	row-gap: 28px;
	align-items: start;
}

.aml-mega-column h3 {
	margin: 0 0 24px;
	font-size: clamp(20px, 1.3vw, 26px);
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.aml-mega-column h3 a {
	padding: 0;
	line-height: inherit;
}

.aml-mega-column ul {
	display: grid;
	gap: 0;
}

.aml-mega-column ul li + li {
	margin-top: 4px;
}

.aml-mega-column ul a {
	margin-bottom: 0;
}

.aml-mega-column small,
.aml-mega-column .count,
.aml-mega-column .count-badge,
.aml-mega-column [class*="count"] {
	display: none !important;
}

.aml-mobile-category-list {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 821px) {
	.aml-menu-item-has-panel:hover > .aml-submenu-panel,
	.aml-menu-item-has-panel:focus-within > .aml-submenu-panel,
	.aml-menu-item-has-panel.is-open > .aml-submenu-panel {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.aml-menu-item--mega:hover > .aml-submenu-panel--mega,
	.aml-menu-item--mega:focus-within > .aml-submenu-panel--mega,
	.aml-menu-item--mega.is-open > .aml-submenu-panel--mega {
		transform: translate(-50%, 0);
	}
}

@media (max-width: 1249px) and (min-width: 821px) {
	.aml-submenu-panel--mega {
		width: min(1180px, calc(100vw - 40px));
		padding: 30px 28px;
	}

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

@media (max-width: 899px) and (min-width: 821px) {
	.aml-submenu-panel--mega {
		width: min(860px, calc(100vw - 32px));
		padding: 26px 24px;
	}

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

.aml-header-tools {
	display: flex;
	align-items: center;
	justify-self: end;
	justify-content: flex-end;
	gap: 1rem;
	min-width: 0;
}

.aml-header-search {
	position: relative;
}

.aml-header-tool {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 52px;
	height: 52px;
	border-radius: 999px;
	border: 1px solid rgba(15, 39, 66, 0.12);
	background: rgba(255, 255, 255, 0.96);
	color: var(--aml-color-navy);
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.aml-header-tool:hover,
.aml-header-tool:focus-visible {
	border-color: rgba(15, 39, 66, 0.26);
	box-shadow: 0 10px 24px rgba(15, 39, 66, 0.12);
	transform: translateY(-1px);
	outline: none;
}

.aml-header-tool__icon,
.aml-header-tool__icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.aml-search-panel {
	position: absolute;
	top: calc(100% + 0.85rem);
	right: 0;
	z-index: 140;
	width: min(32rem, calc(100vw - 2rem));
	padding: 1rem;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(15, 39, 66, 0.12);
	border-radius: 22px;
	box-shadow: 0 24px 60px rgba(15, 39, 66, 0.16);
}

.aml-search-panel__form {
	display: grid;
	gap: 0.75rem;
}

.aml-search-panel__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 0.75rem;
	align-items: center;
}

.aml-search-panel__input {
	min-width: 0;
	border-radius: 16px;
	padding-right: 1rem;
}

.aml-search-panel__submit,
.aml-search-panel__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border-radius: 999px;
	font: inherit;
}

.aml-search-panel__submit {
	padding-inline: 1.25rem;
	background: var(--aml-color-navy);
	color: var(--aml-color-white);
}

.aml-search-panel__close {
	width: 52px;
	padding: 0;
	background: rgba(15, 39, 66, 0.06);
	color: var(--aml-color-navy);
}

.aml-search-panel__close:hover,
.aml-search-panel__close:focus-visible {
	background: rgba(15, 39, 66, 0.1);
	opacity: 1;
}

.aml-search-panel__error {
	margin: 0;
	font-size: 0.9rem;
	color: #9f2f2f;
}

.aml-search-panel__form[data-invalid='true'] .aml-search-panel__input {
	border-color: #9f2f2f;
	box-shadow: 0 0 0 3px rgba(159, 47, 47, 0.12);
}

.aml-cart-link {
	overflow: visible;
}

.aml-cart-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

.aml-cart-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.aml-cart-count {
	position: absolute;
	top: -4px;
	right: -4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.35rem;
	height: 1.35rem;
	padding: 0 0.3rem;
	border-radius: 999px;
	background: var(--aml-color-navy);
	color: var(--aml-color-white);
	font-style: normal;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 6px 16px rgba(15, 39, 66, 0.2);
}

.aml-nav-toggle {
	display: none;
	background: transparent;
	border: 0;
	padding: 0;
}

.aml-nav-toggle span:not(.screen-reader-text) {
	display: block;
	width: 24px;
	height: 2px;
	background: var(--aml-color-navy);
	margin: 5px 0;
}

.aml-hero,
.aml-section {
	padding: 5rem 0;
}

.aml-section--soft {
	background: linear-gradient(180deg, rgba(15, 39, 66, 0.03) 0%, rgba(15, 39, 66, 0.01) 100%);
}

.aml-section--dark {
	background: linear-gradient(135deg, var(--aml-color-navy-deep), var(--aml-color-navy));
	color: var(--aml-color-white);
}

.aml-hero-grid {
	grid-template-columns: minmax(0, 1.52fr) minmax(280px, 0.7fr);
	align-items: center;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.aml-hero-copy {
	max-width: 52rem;
}

.aml-eyebrow {
	margin-bottom: 1rem;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--aml-color-gold);
	font-weight: 700;
}

.aml-hero h1 {
	font-size: clamp(3rem, 5vw, 5.2rem);
	max-width: 14.5ch;
	line-height: 0.98;
	text-wrap: balance;
}

.aml-hero h1 br {
	display: block;
}

.aml-hero p:not(.aml-eyebrow) {
	font-size: 1.08rem;
	color: var(--aml-color-muted);
	max-width: 60ch;
}

.aml-hero-actions,
.aml-button,
.aml-search-bar,
.aml-product-card__footer {
	display: flex;
	align-items: center;
}

.aml-hero-actions {
	gap: 1rem;
	flex-wrap: wrap;
	margin: 2rem 0;
}

.aml-button,
.aml-search-bar button,
.button,
button,
input[type="submit"] {
	border: 0;
	border-radius: 999px;
	background: var(--aml-color-navy);
	color: var(--aml-color-white);
	padding: 0.95rem 1.4rem;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.aml-button--secondary {
	background: transparent;
	color: var(--aml-color-navy);
	border: 1px solid rgba(15, 39, 66, 0.16);
}

.aml-button:hover,
.aml-search-bar button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover {
	transform: translateY(-2px);
	opacity: 0.96;
}

.aml-hero-actions .aml-button {
	box-shadow: 0 12px 24px rgba(15, 39, 66, 0.08);
}

.aml-hero-actions .aml-button:hover,
.aml-hero-actions .aml-button:focus-visible {
	box-shadow: 0 18px 32px rgba(15, 39, 66, 0.14);
}

.aml-hero-actions .aml-button--secondary:hover,
.aml-hero-actions .aml-button--secondary:focus-visible {
	border-color: rgba(15, 39, 66, 0.24);
	background: rgba(255, 255, 255, 0.72);
}

.aml-search-bar {
	background: var(--aml-color-white);
	border-radius: 999px;
	padding: 0.5rem;
	box-shadow: var(--aml-shadow);
	max-width: 720px;
}

.aml-search-bar input,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
select,
textarea {
	width: 100%;
	border: 1px solid rgba(15, 39, 66, 0.12);
	border-radius: 16px;
	padding: 0.95rem 1rem;
	font: inherit;
	background: var(--aml-color-white);
}

.aml-search-bar input {
	border: 0;
}

.aml-hero-card,
.aml-category-card,
.aml-value-cards article,
.aml-search-card,
.aml-contact-details,
.aml-contact-form-wrap,
.aml-shop-sidebar,
.aml-generic-content article,
.woocommerce-cart .cart_totals,
.woocommerce-checkout .woocommerce form.checkout {
	background: var(--aml-color-white);
	border-radius: var(--aml-radius);
	box-shadow: var(--aml-shadow);
	padding: 2rem;
}

.aml-hero-card {
	background:
		radial-gradient(circle at top left, rgba(200, 169, 106, 0.12), rgba(255, 255, 255, 0) 58%),
		linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(251, 248, 242, 0.94) 100%);
	max-width: 360px;
	margin-left: auto;
	padding: 2rem 1.85rem;
	border: 1px solid rgba(200, 169, 106, 0.22);
	box-shadow: 0 22px 46px rgba(15, 39, 66, 0.08);
}

.aml-hero-card h2 {
	margin: 0 0 1.2rem;
	font-size: clamp(1.7rem, 2vw, 2.05rem);
	line-height: 1.1;
}

.aml-hero-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.aml-hero-trust-item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	padding-bottom: 0.95rem;
	border-bottom: 1px solid rgba(15, 39, 66, 0.07);
}

.aml-hero-trust-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.aml-hero-trust-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 999px;
	background: rgba(200, 169, 106, 0.08);
	color: var(--aml-color-gold);
	flex: 0 0 auto;
}

.aml-hero-trust-item__icon svg {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
}

.aml-hero-trust-item__content h3 {
	margin: 0 0 0.28rem;
	font-family: "Manrope", sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	color: var(--aml-color-navy);
}

.aml-hero-trust-item__content p {
	margin: 0;
	color: #66788d;
	font-size: 0.9rem;
	line-height: 1.55;
}

.aml-section-heading {
	max-width: 720px;
	margin-bottom: 2rem;
}

.aml-section-heading h2 {
	font-size: clamp(2.2rem, 3vw, 3.3rem);
}

.aml-section-description {
	color: var(--aml-color-muted);
}

.aml-category-grid,
.aml-product-grid,
ul.products,
.aml-value-cards,
.aml-search-grid {
	display: grid;
	gap: 1.5rem;
}

.aml-category-grid,
.aml-value-cards {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aml-product-grid,
ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	padding: 0;
	margin: 0;
}

.aml-category-card__count,
.aml-product-card__type {
	display: inline-block;
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--aml-color-gold);
	font-weight: 700;
}

.aml-product-card {
	--aml-product-title-lines: 5;
	--aml-product-title-line-height: 1.26;
	--aml-product-title-block-size: calc(var(--aml-product-title-lines) * 1em * var(--aml-product-title-line-height));
	display: flex;
	flex-direction: column;
	position: relative;
	background: var(--aml-color-white);
	border-radius: 24px;
	overflow: hidden;
	border: 1px solid rgba(15, 39, 66, 0.08);
	box-shadow: 0 16px 34px rgba(15, 39, 66, 0.06);
	height: 100%;
	min-width: 0;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.aml-product-card:hover,
.aml-product-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(15, 39, 66, 0.12);
	box-shadow: 0 22px 42px rgba(15, 39, 66, 0.11);
}

.aml-value-cards article {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	height: 100%;
	padding: 1.7rem;
}

.aml-value-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.85rem;
	height: 2.85rem;
	border-radius: 999px;
	background: rgba(15, 39, 66, 0.05);
	color: var(--aml-color-navy);
}

.aml-value-card__icon svg {
	display: block;
	width: 1.35rem;
	height: 1.35rem;
}

.aml-value-cards article h3 {
	margin-bottom: 0;
	font-size: 1.5rem;
}

.aml-value-cards article p {
	margin-bottom: 0;
	color: var(--aml-color-muted);
	line-height: 1.7;
}

.aml-product-card__image {
	display: block;
	aspect-ratio: 4 / 5;
	padding: 1.3rem 1.3rem 0;
	background: linear-gradient(180deg, #faf8f3 0%, #f3f6f9 100%);
	overflow: hidden;
}

.aml-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
}

.aml-product-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	padding: 1.4rem;
	min-width: 0;
}

.aml-product-card__publisher {
	display: inline-flex;
	align-self: flex-start;
	margin: 0 0 0.75rem;
	padding: 0.28rem 0.62rem;
	border-radius: 999px;
	background: rgba(15, 39, 66, 0.05);
	color: var(--aml-color-navy);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.aml-product-card__meta,
.price,
.woocommerce-result-count,
.woocommerce-breadcrumb,
.product_meta,
.woocommerce-product-details__short-description,
.aml-spec-grid span:last-child,
.aml-contact-details p {
	color: var(--aml-color-muted);
}

.aml-product-card__footer {
	justify-content: space-between;
	margin-top: auto;
	padding-top: 1.1rem;
	gap: 0.75rem;
	flex-wrap: wrap;
	align-items: center;
}

.aml-product-card__arrow {
	font-size: 0.82rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.aml-product-card__button {
	margin-top: auto;
	padding: 0.75rem 1rem;
	line-height: 1.2;
	white-space: normal;
	text-align: center;
}

.aml-product-card .woocommerce-loop-product__title,
.aml-product-card .woocommerce-loop-product__title a,
.aml-product-card__meta,
.aml-product-card__type,
.aml-product-card .price {
	overflow-wrap: anywhere;
	word-break: normal;
}

.aml-product-card .woocommerce-loop-product__title {
	font-size: clamp(1.375rem, 1.35vw, 1.5rem);
	margin-bottom: 0.45rem;
	display: block;
	overflow: hidden;
	min-height: var(--aml-product-title-block-size);
	max-height: var(--aml-product-title-block-size);
	line-height: var(--aml-product-title-line-height);
}

.aml-product-card .woocommerce-loop-product__title a {
	display: -webkit-box;
	overflow: hidden;
	min-height: var(--aml-product-title-block-size);
	max-height: var(--aml-product-title-block-size);
	line-height: inherit;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.aml-product-card .price {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem 0.7rem;
	margin: 0.1rem 0 0;
	align-items: baseline;
	color: var(--aml-color-navy-deep);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.35;
}

.aml-product-card .price del {
	color: rgba(156, 163, 175, 0.9);
	font-size: 1.02rem;
	font-weight: 500;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(156, 163, 175, 0.9);
}

.aml-product-card .price ins {
	color: #b88a2a;
	font-size: 1.16rem;
	font-weight: 700;
	text-decoration: none;
}

.woocommerce ul.products li.product.aml-product-card .button,
.woocommerce-page ul.products li.product.aml-product-card .button,
.aml-product-card__footer .button,
.aml-product-card .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.8rem 1rem;
	border: 0;
	border-radius: 14px;
	background: var(--aml-color-navy);
	color: var(--aml-color-white);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 12px 24px rgba(15, 39, 66, 0.12);
}

.woocommerce ul.products li.product.aml-product-card .button:hover,
.woocommerce ul.products li.product.aml-product-card .button:focus-visible,
.woocommerce-page ul.products li.product.aml-product-card .button:hover,
.woocommerce-page ul.products li.product.aml-product-card .button:focus-visible,
.aml-product-card__footer .button:hover,
.aml-product-card__footer .button:focus-visible,
.aml-product-card .added_to_cart:hover,
.aml-product-card .added_to_cart:focus-visible {
	background: #17385f;
	color: var(--aml-color-white);
	outline: none;
}

.aml-product-card .added_to_cart {
	background: rgba(15, 39, 66, 0.06);
	color: var(--aml-color-navy);
	box-shadow: none;
}

.aml-value-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 2rem;
}

.aml-newsletter-panel {
	grid-template-columns: 1fr auto;
	align-items: center;
}

.aml-newsletter-form {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.aml-newsletter-form input {
	min-width: 280px;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.button.checkout-button,
.woocommerce-page a.button.checkout-button,
.woocommerce a.checkout-button.button,
.woocommerce-page a.checkout-button.button,
.wc-block-cart__submit-container .wc-block-components-button {
	border-radius: 18px !important;
	border: 1px solid rgba(116, 201, 255, 0.5) !important;
	background: linear-gradient(180deg, #63c8ff 0%, #2797ff 46%, #0d63df 100%) !important;
	color: #f8fcff !important;
	text-shadow: 0 1px 0 rgba(8, 28, 72, 0.2);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.42),
		inset 0 -1px 0 rgba(7, 42, 115, 0.28),
		0 18px 34px rgba(13, 99, 223, 0.28) !important;
}

.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button:focus-visible,
.woocommerce a.button.checkout-button:hover,
.woocommerce a.button.checkout-button:focus-visible,
.woocommerce-page a.button.checkout-button:hover,
.woocommerce-page a.button.checkout-button:focus-visible,
.woocommerce a.checkout-button.button:hover,
.woocommerce a.checkout-button.button:focus-visible,
.woocommerce-page a.checkout-button.button:hover,
.woocommerce-page a.checkout-button.button:focus-visible,
.wc-block-cart__submit-container .wc-block-components-button:hover,
.wc-block-cart__submit-container .wc-block-components-button:focus-visible {
	border-color: rgba(147, 222, 255, 0.72) !important;
	background: linear-gradient(180deg, #7ad5ff 0%, #3aa8ff 42%, #156fe6 100%) !important;
	color: #ffffff !important;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.5),
		inset 0 -1px 0 rgba(8, 48, 128, 0.3),
		0 22px 40px rgba(21, 111, 230, 0.34) !important;
}

.aml-disclaimer {
	max-width: 880px;
}

.aml-disclaimer h2 {
	margin-bottom: 0.9rem;
	font-size: clamp(2.2rem, 2.4vw, 2.7rem);
}

.aml-disclaimer__accent {
	display: inline-block;
	width: 68px;
	height: 2px;
	margin-bottom: 1.35rem;
	background: linear-gradient(90deg, rgba(200, 169, 106, 0.92) 0%, rgba(200, 169, 106, 0.42) 100%);
	border-radius: 999px;
}

.aml-disclaimer__content {
	max-width: 900px;
}

.aml-disclaimer__content p {
	margin: 0 0 1.15rem;
	color: #53657b;
	font-size: clamp(1.06rem, 1.35vw, 1.22rem);
	line-height: 1.7;
}

.aml-disclaimer__content p:last-child {
	margin-bottom: 0;
}

.aml-site-footer {
	background: var(--aml-color-navy-deep);
	color: rgba(255, 255, 255, 0.84);
	padding: 4rem 0 2rem;
}

.aml-footer-grid {
	grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
	align-items: start;
}

.aml-footer-grid h3,
.aml-site-footer .aml-site-title {
	color: var(--aml-color-white);
}

.aml-footer-bottom {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.92rem;
}

.aml-generic-content {
	padding: 4rem 0;
}

.entry-title,
.woocommerce-products-header__title,
.woocommerce div.product .product_title {
	font-size: clamp(2.3rem, 3vw, 3.5rem);
}

.aml-page-section + .aml-page-section {
	margin-top: 3rem;
}

.aml-contact-layout,
.aml-search-grid,
.aml-shop-layout {
	grid-template-columns: 320px minmax(0, 1fr);
}

.aml-footer-business-name {
	color: var(--aml-color-white);
	font-weight: 700;
}

.aml-contact-form,
.aml-legal-page {
	display: grid;
	gap: 1rem;
}

.aml-contact-form p,
.aml-legal-page p,
.aml-legal-page li {
	line-height: 1.7;
}

.aml-contact-form label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
	color: var(--aml-color-navy-deep);
}

.aml-contact-form input,
.aml-contact-form textarea {
	width: 100%;
	padding: 0.9rem 1rem;
	border: 1px solid rgba(15, 39, 66, 0.14);
	border-radius: 14px;
	font: inherit;
	color: var(--aml-color-ink);
	background: #fff;
}

.aml-contact-form button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.8rem 1.25rem;
	border: 0;
	border-radius: 14px;
	background: var(--aml-color-navy);
	color: var(--aml-color-white);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
}

.aml-contact-form__honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.aml-form-success,
.aml-form-error,
.aml-checkout-note,
.aml-checkout-policy-links,
.aml-product-purchase-note,
.aml-email-support-note {
	padding: 1rem 1.1rem;
	border-radius: 16px;
	border: 1px solid rgba(15, 39, 66, 0.08);
	background: rgba(255, 255, 255, 0.92);
}

.aml-form-success {
	color: #1d5d33;
	background: rgba(232, 247, 236, 0.92);
	border-color: rgba(29, 93, 51, 0.15);
}

.aml-form-error {
	color: #7b2531;
	background: rgba(253, 241, 243, 0.96);
	border-color: rgba(123, 37, 49, 0.14);
}

.aml-page-meta {
	margin: 0 0 1rem;
	color: var(--aml-color-muted);
	font-size: 0.95rem;
}

.aml-page-section ul {
	margin: 0.75rem 0 0;
	padding-left: 1.4rem;
}

.aml-inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}

.aml-inline-links a,
.aml-contact-details a,
.aml-legal-page a,
.aml-checkout-policy-links a,
.aml-product-purchase-note a,
.aml-email-support-note a {
	color: var(--aml-color-navy);
	text-decoration: underline;
	text-decoration-color: rgba(184, 147, 62, 0.5);
	text-underline-offset: 0.18em;
}

.aml-inline-links a:hover,
.aml-inline-links a:focus-visible,
.aml-contact-details a:hover,
.aml-contact-details a:focus-visible,
.aml-legal-page a:hover,
.aml-legal-page a:focus-visible {
	color: var(--aml-color-gold);
}

.aml-shop-layout {
	display: grid;
	gap: 2rem;
	align-items: start;
}

.aml-shop-header {
	margin-bottom: 2rem;
}

.aml-shop-sidebar {
	position: sticky;
	top: 8rem;
	align-self: start;
	padding: 1.5rem;
}

.aml-shop-results {
	min-width: 0;
}

.aml-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.aml-shop-toolbar .woocommerce-result-count,
.aml-shop-toolbar .woocommerce-ordering {
	float: none;
	margin: 0;
}

.aml-shop-toolbar .woocommerce-ordering {
	margin-left: auto;
	max-width: 320px;
	width: 100%;
}

.aml-shop-toolbar .woocommerce-ordering select {
	width: 100%;
	min-width: 0;
}

.aml-products-grid-wrap {
	min-width: 0;
}

.woocommerce .aml-shop-results ul.products,
.woocommerce-page .aml-shop-results ul.products,
.woocommerce .aml-shop-results .products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 0;
}

.woocommerce .aml-shop-results ul.products::before,
.woocommerce .aml-shop-results ul.products::after,
.woocommerce-page .aml-shop-results ul.products::before,
.woocommerce-page .aml-shop-results ul.products::after {
	display: none;
}

.woocommerce .aml-shop-results ul.products li.product,
.woocommerce-page .aml-shop-results ul.products li.product,
.woocommerce .aml-shop-results .products li.product,
.woocommerce-page .aml-shop-results .products li.product {
	float: none;
	width: auto;
	min-width: 0;
	max-width: none;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.woocommerce .aml-shop-results ul.products[class*="columns-"] li.product,
.woocommerce-page .aml-shop-results ul.products[class*="columns-"] li.product {
	width: auto;
	margin-right: 0;
}

.woocommerce .aml-shop-results .woocommerce-loop-product__link,
.woocommerce-page .aml-shop-results .woocommerce-loop-product__link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
}

.woocommerce .aml-shop-results ul.products li.product a img,
.woocommerce-page .aml-shop-results ul.products li.product a img {
	width: 100%;
	height: auto;
	margin: 0;
}

.woocommerce .aml-shop-results ul.products li.product .button,
.woocommerce-page .aml-shop-results ul.products li.product .button {
	margin-top: auto;
	align-self: flex-start;
}

.woocommerce .aml-shop-results .products .product,
.woocommerce-page .aml-shop-results .products .product {
	min-width: 0;
}

.aml-filter-form {
	display: grid;
	gap: 1rem;
}

.aml-filter-form__field[hidden] {
	display: none;
}

.aml-filter-form h3 {
	font-size: 1.4rem;
}

.aml-filter-form select {
	padding-right: 2.8rem;
	color: var(--aml-color-navy-deep);
	background-color: var(--aml-color-white);
}

.aml-filter-actions {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.woocommerce .quantity,
.woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce,
.woocommerce-form-login-toggle,
.woocommerce-account-fields,
.create-account {
	display: none !important;
}

.woocommerce span.onsale {
	top: 0.8rem;
	left: 0.8rem;
	min-height: 0;
	padding: 0.42rem 0.72rem;
	border-radius: 14px;
	background: linear-gradient(135deg, #e3c777 0%, #b8933e 100%);
	color: var(--aml-color-navy-deep);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(15, 39, 66, 0.12);
}

.woocommerce div.product {
	display: grid;
	grid-template-columns: minmax(320px, 37%) minmax(0, 63%);
	gap: clamp(3.4rem, 4vw, 4.5rem);
	align-items: start;
	max-width: 100%;
	margin: 0 auto;
	padding: clamp(1.9rem, 2.2vw, 2.5rem);
	background: var(--aml-color-white);
	border-radius: 28px;
	box-shadow: var(--aml-shadow);
}

.woocommerce-product-gallery,
.summary.entry-summary {
	width: auto !important;
	float: none !important;
}

.woocommerce-product-gallery {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding-right: 0.25rem;
}

.woocommerce div.product div.images {
	width: 100% !important;
	max-width: 470px;
	margin: 0 auto !important;
	float: none !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.aml-fallback-gallery {
	width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image > a,
.aml-fallback-gallery__main {
	display: block;
	border: 1px solid rgba(15, 39, 66, 0.08);
	border-radius: 18px;
	background: rgba(248, 249, 250, 0.94);
	box-shadow: 0 16px 32px rgba(15, 39, 66, 0.08);
	padding: 0.7rem;
}

.woocommerce div.product div.images img,
.aml-fallback-gallery__main img,
.aml-fallback-gallery__thumbs img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.75rem;
	margin-top: 1rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	float: none;
	width: auto;
}

.woocommerce div.product div.images .flex-control-thumbs img,
.aml-fallback-gallery__thumbs img {
	border-radius: 14px;
	background: rgba(244, 245, 246, 0.92);
	border: 1px solid rgba(15, 39, 66, 0.08);
	box-shadow: 0 10px 22px rgba(15, 39, 66, 0.06);
	padding: 0.35rem;
}

.summary.entry-summary {
	display: grid;
	align-content: start;
	gap: 1.15rem;
	min-width: 0;
	padding-top: 0.15rem;
}

.woocommerce div.product .product_title {
	margin: 0;
	font-size: clamp(2.125rem, 3vw, 3.125rem);
	line-height: 1.08;
	letter-spacing: 0;
	text-wrap: balance;
	max-width: 100%;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0.45rem 0.85rem;
	margin: 0.1rem 0 0;
	color: var(--aml-color-navy-deep);
	font-size: clamp(2.25rem, 2.8vw, 2.6rem);
	font-weight: 700;
	line-height: 1.2;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: rgba(156, 163, 175, 0.9);
	font-size: clamp(1.35rem, 1.65vw, 1.6rem);
	font-weight: 500;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(156, 163, 175, 0.9);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	color: #b88a2a;
	font-weight: 800;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-product-details__short-description {
	margin: 0;
	max-width: 850px;
	font-size: 1.08rem;
	line-height: 1.68;
}

.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.woocommerce div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin: 1rem 0 0;
	padding: 0;
	border: 0;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
	width: min(100%, 280px);
	min-width: 260px;
	min-height: 64px;
	padding: 1rem 2rem;
	border-radius: 16px;
	background: var(--aml-color-navy);
	color: var(--aml-color-white);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	box-shadow: 0 16px 30px rgba(15, 39, 66, 0.16);
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:focus-visible {
	background: var(--aml-color-gold);
	color: var(--aml-color-navy-deep);
	box-shadow: 0 18px 34px rgba(184, 147, 62, 0.24);
	transform: translateY(-1px);
}

.woocommerce div.product .stock {
	margin: 0;
	font-weight: 600;
}

.aml-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 0.55rem 0 0;
	padding: 1.2rem 1.25rem;
	background: rgba(15, 39, 66, 0.03);
	border: 1px solid rgba(15, 39, 66, 0.06);
	border-radius: 20px;
}

.aml-spec-grid div {
	min-width: 0;
}

.aml-spec-grid span {
	display: block;
}

.aml-spec-grid span:first-child {
	margin-bottom: 0.22rem;
	color: var(--aml-color-navy-deep);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.aml-product-notice {
	display: grid;
	gap: 0.3rem;
	margin-top: 0.25rem;
	padding: 1rem 1.1rem;
	background: rgba(184, 147, 62, 0.12);
	border-left: 3px solid var(--aml-color-gold);
	border-radius: 14px;
}

.aml-product-purchase-note {
	display: grid;
	gap: 0.55rem;
	margin-top: 0.2rem;
	background: rgba(15, 39, 66, 0.03);
}

.aml-checkout-note,
.aml-checkout-policy-links,
.aml-email-support-note {
	margin: 0 0 1rem;
}

.aml-product-notice strong {
	color: var(--aml-color-navy-deep);
	font-size: 0.84rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aml-product-discount-box {
	display: grid;
	gap: 0.9rem;
	margin-top: 0.25rem;
	padding: 1.1rem 1.15rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(244, 245, 246, 0.72) 100%);
	border: 1px solid rgba(15, 39, 66, 0.08);
	border-radius: 18px;
	box-shadow: 0 12px 24px rgba(15, 39, 66, 0.06);
}

.aml-product-discount-box__item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
}

.aml-product-discount-box__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 999px;
	background: rgba(184, 147, 62, 0.14);
	color: var(--aml-color-navy);
	font-size: 0.94rem;
	font-weight: 700;
	line-height: 1;
}

.aml-product-discount-box__content p {
	margin: 0;
	color: var(--aml-color-ink);
	font-size: 0.98rem;
	line-height: 1.55;
}

.aml-product-discount-box__content strong {
	color: var(--aml-color-navy-deep);
}

.aml-product-discount-box__code-label {
	color: var(--aml-color-muted);
}

.aml-product-discount-box .aml-promo-code {
	background: rgba(15, 39, 66, 0.04);
	border-color: rgba(15, 39, 66, 0.14);
	color: var(--aml-color-navy);
}

.product_meta.aml-product-meta {
	display: grid;
	gap: 0.6rem;
	margin-top: 0.45rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(15, 39, 66, 0.08);
	font-size: 0.92rem;
}

.aml-product-meta__row {
	display: grid;
	grid-template-columns: minmax(96px, auto) minmax(0, 1fr);
	gap: 0.8rem;
	align-items: start;
}

.aml-product-meta__label {
	color: var(--aml-color-navy-deep);
	font-size: 0.74rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.aml-product-meta__value {
	min-width: 0;
	color: var(--aml-color-muted);
	line-height: 1.55;
}

.aml-product-meta__value a {
	color: var(--aml-color-navy);
	text-decoration: none;
}

.aml-product-meta__separator {
	display: inline-block;
	margin: 0 0.35rem;
	color: rgba(95, 111, 129, 0.7);
}

.aml-product-meta__value a:hover,
.aml-product-meta__value a:focus-visible {
	color: var(--aml-color-gold);
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .aml-product-description-section,
.woocommerce div.product .related.products,
.woocommerce div.product .upsells.products {
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
}

.woocommerce div.product .woocommerce-tabs {
	display: none;
}

.aml-product-description-section {
	margin-top: 2.3rem;
}

.aml-product-description-card {
	width: 100%;
	margin: 0;
	padding: clamp(2.6rem, 3.2vw, 3.5rem);
	background: var(--aml-color-white);
	border: 1px solid rgba(15, 39, 66, 0.08);
	border-radius: 28px;
	box-shadow: var(--aml-shadow);
	box-sizing: border-box;
}

.aml-product-description-content {
	width: 100%;
	max-width: none;
	margin: 0;
	box-sizing: border-box;
}

.aml-product-description-content > h2:first-child {
	margin: 0 0 1.2rem;
	font-size: clamp(2.125rem, 2.6vw, 2.625rem);
	line-height: 1.15;
}

.aml-product-description-body,
.aml-product-description-extra {
	width: 100%;
	max-width: 1060px;
	margin: 0;
}

.aml-product-description-extra {
	margin-top: 2rem;
}

.aml-product-description-content h3,
.aml-product-description-content h4,
.aml-product-description-body h1,
.aml-product-description-body h2,
.aml-product-description-body h3,
.aml-product-description-body h4 {
	max-width: 28ch;
	line-height: 1.18;
}

.aml-product-description-content h3,
.aml-product-description-body h3 {
	margin-top: 1.75rem;
	margin-bottom: 0.85rem;
	font-size: clamp(1.38rem, 1.65vw, 1.8rem);
}

.aml-product-description-content h4,
.aml-product-description-body h4 {
	margin-top: 1.45rem;
	margin-bottom: 0.7rem;
	font-size: clamp(1.12rem, 1.3vw, 1.34rem);
}

.aml-product-description-body p,
.aml-product-description-body ul,
.aml-product-description-body ol,
.aml-product-description-extra p,
.aml-product-description-extra ul,
.aml-product-description-extra ol {
	margin-top: 0;
	margin-bottom: 1.1rem;
	max-width: 1000px;
	font-size: 1.08rem;
	line-height: 1.72;
}

.aml-product-description-body ul,
.aml-product-description-body ol,
.aml-product-description-extra ul,
.aml-product-description-extra ol {
	margin-top: 1.15rem;
	margin-bottom: 1.5rem;
	padding-left: 1.7rem;
}

.aml-product-description-body li + li,
.aml-product-description-extra li + li {
	margin-top: 0.5rem;
}

.aml-product-description-body li,
.aml-product-description-extra li {
	padding-left: 0.1rem;
	line-height: 1.72;
}

.aml-product-description-body table,
.aml-product-description-extra table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
}

.aml-product-description-body table th,
.aml-product-description-body table td,
.aml-product-description-extra table th,
.aml-product-description-extra table td {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(15, 39, 66, 0.1);
	text-align: left;
}

.woocommerce .related.products ul.products,
.woocommerce-page .related.products ul.products,
.woocommerce .related.products .products,
.woocommerce-page .related.products .products,
.woocommerce .upsells.products ul.products,
.woocommerce-page .upsells.products ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 0;
}

.woocommerce .related.products ul.products::before,
.woocommerce .related.products ul.products::after,
.woocommerce-page .related.products ul.products::before,
.woocommerce-page .related.products ul.products::after,
.woocommerce .upsells.products ul.products::before,
.woocommerce .upsells.products ul.products::after {
	display: none;
}

.woocommerce .related.products ul.products li.product,
.woocommerce-page .related.products ul.products li.product,
.woocommerce .related.products .products li.product,
.woocommerce-page .related.products .products li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .upsells.products ul.products li.product {
	float: none;
	width: auto;
	min-width: 0;
	max-width: none;
	margin: 0;
	display: flex;
	flex-direction: column;
}

.woocommerce .related.products ul.products[class*="columns-"] li.product,
.woocommerce-page .related.products ul.products[class*="columns-"] li.product,
.woocommerce .upsells.products ul.products[class*="columns-"] li.product,
.woocommerce-page .upsells.products ul.products[class*="columns-"] li.product {
	width: auto;
	margin-right: 0;
}

.woocommerce .related.products ul.products li.product a img,
.woocommerce-page .related.products ul.products li.product a img,
.woocommerce .upsells.products ul.products li.product a img,
.woocommerce-page .upsells.products ul.products li.product a img {
	width: 100%;
	height: auto;
	margin: 0;
}

.woocommerce .related.products .product,
.woocommerce-page .related.products .product,
.woocommerce .upsells.products .product,
.woocommerce-page .upsells.products .product {
	min-width: 0;
}

.aml-fallback-gallery {
	display: grid;
	gap: 1rem;
}

.aml-fallback-gallery__main,
.aml-fallback-gallery__thumbs img {
	border-radius: 20px;
	overflow: hidden;
	background: linear-gradient(180deg, #f3eee2 0%, #eef1f5 100%);
}

.aml-fallback-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	padding: 1rem;
}

.woocommerce-notices-wrapper {
	width: 100%;
	margin: 0 0 1.5rem;
}

.woocommerce-message {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin: 0 0 1.75rem;
	padding: 1.15rem 1.35rem 1.15rem 4.1rem;
	background: linear-gradient(180deg, #fffefd 0%, #fbfaf7 100%);
	border: 1px solid rgba(15, 39, 66, 0.14);
	border-radius: 16px;
	box-shadow: 0 14px 32px rgba(15, 39, 66, 0.08);
	color: var(--aml-color-navy);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
}

.woocommerce-message::before {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	width: 4px;
	border-radius: 16px 0 0 16px;
	background: var(--aml-color-gold);
}

.woocommerce-message::after {
	content: "\2713";
	position: absolute;
	top: 50%;
	left: 1.25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 999px;
	background: rgba(184, 147, 62, 0.18);
	color: var(--aml-color-navy);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1;
	transform: translateY(-50%);
}

.woocommerce-message .button {
	order: 2;
	flex: 0 0 auto;
	margin: 0 0 0 auto;
	padding: 0.82rem 1.25rem;
	border-radius: 14px;
	background: var(--aml-color-navy);
	color: var(--aml-color-white);
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	box-shadow: 0 12px 24px rgba(15, 39, 66, 0.14);
}

.woocommerce-message .button:hover,
.woocommerce-message .button:focus-visible {
	background: #17385f;
	color: var(--aml-color-white);
	box-shadow: 0 16px 30px rgba(15, 39, 66, 0.18);
	outline: 2px solid rgba(184, 147, 62, 0.36);
	outline-offset: 2px;
}

.woocommerce-message a {
	color: inherit;
}

.woocommerce-message .restore-item,
.woocommerce-message .wc-forward {
	text-decoration: none;
}

.aml-thankyou-message p + p {
	margin-top: 0.85rem;
}

.aml-discount-progress {
	margin: 0 0 1.5rem;
}

.aml-discount-progress__inner {
	display: block;
	padding: 1rem 1.2rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 249, 246, 0.96) 100%);
	border: 1px solid rgba(184, 147, 62, 0.24);
	border-left: 4px solid rgba(184, 147, 62, 0.72);
	border-radius: 16px;
	box-shadow: 0 12px 28px rgba(15, 39, 66, 0.07);
	color: var(--aml-color-navy);
	font-size: 0.98rem;
	font-weight: 500;
	line-height: 1.6;
}

.aml-discount-progress__heading {
	margin: 0 0 0.9rem;
	color: var(--aml-color-navy-deep);
	font-size: 1rem;
	font-weight: 700;
}

.aml-discount-progress__offers {
	list-style: none;
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
}

.aml-discount-progress__offer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.3rem 0.5rem;
}

.aml-discount-progress__offer strong {
	color: var(--aml-color-navy-deep);
}

.aml-discount-progress__offer-text,
.aml-discount-progress__status {
	color: var(--aml-color-navy);
}

.aml-discount-progress__status {
	margin: 0.9rem 0 0;
	font-size: 0.92rem;
	font-weight: 600;
}

.aml-discount-progress .aml-promo-code {
	margin-inline: 0.1rem;
	background: rgba(15, 39, 66, 0.04);
	border-color: rgba(15, 39, 66, 0.14);
	color: var(--aml-color-navy);
}

.aml-discount-progress .aml-promo-code.is-copied,
.aml-product-discount-box .aml-promo-code.is-copied,
.aml-promo-bar__code.is-copied {
	background: rgba(200, 169, 106, 0.18);
	border-color: rgba(200, 169, 106, 0.4);
	color: var(--aml-color-navy);
}

.aml-promo-bar {
	border-bottom-color: rgba(200, 169, 106, 0.28);
}

.aml-promo-bar__message {
	padding-block: 0.86rem;
}

.aml-promo-bar__message strong {
	color: var(--aml-color-gold-soft);
	font-weight: 700;
}

.aml-promo-bar__code,
.aml-promo-code {
	padding: 0.22rem 0.62rem;
	background: rgba(255, 255, 255, 0.06);
	transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.aml-promo-bar__code:hover,
.aml-promo-bar__code:focus-visible {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(219, 196, 139, 0.72);
	transform: translateY(-1px);
	outline: none;
}

.aml-trust-item__icon {
	border: 1px solid rgba(15, 39, 66, 0.08);
	box-shadow: 0 8px 20px rgba(15, 39, 66, 0.05);
	transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.aml-trust-item:hover .aml-trust-item__icon,
.aml-trust-item:focus-within .aml-trust-item__icon {
	color: var(--aml-color-gold);
	border-color: rgba(200, 169, 106, 0.45);
	transform: translateY(-1px);
}

.aml-site-header {
	box-shadow: 0 14px 34px rgba(15, 39, 66, 0.06);
}

.aml-site-header .aml-container {
	width: min(100%, calc(100vw - 5rem));
}

.aml-header-inner {
	padding-block: 1.05rem;
}

.aml-nav__list {
	gap: 1.85rem;
}

.aml-nav__list > .menu-item > a,
.aml-menu-link {
	position: relative;
}

.aml-nav__list > .menu-item > a::after,
.aml-menu-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.48rem;
	width: 100%;
	height: 2px;
	background: var(--aml-color-gold);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.24s ease;
}

.aml-nav__list > .menu-item > a:hover::after,
.aml-nav__list > .menu-item > a:focus-visible::after,
.aml-menu-link:hover::after,
.aml-menu-link:focus-visible::after,
.aml-nav__list > .current-menu-item > a::after,
.aml-nav__list > .current-menu-item > .aml-menu-link-group > .aml-menu-link::after {
	transform: scaleX(1);
}

.aml-mega-column a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.6rem 0.75rem;
}

.aml-mega-column h3 a {
	align-items: baseline;
}

.aml-mega-column small {
	color: var(--aml-color-muted);
	font-family: "Manrope", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.aml-header-tool:hover,
.aml-header-tool:focus-visible {
	border-color: rgba(200, 169, 106, 0.6);
	background: rgba(200, 169, 106, 0.08);
	color: var(--aml-color-gold);
}

.aml-section-heading-wrap {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	margin-bottom: 2rem;
}

.aml-section-heading-wrap .aml-section-heading {
	margin-bottom: 0;
}

.aml-section-action {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	flex: 0 0 auto;
	color: var(--aml-color-navy);
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.aml-section-action::after {
	content: "\203A";
	font-size: 1rem;
	color: var(--aml-color-gold);
}

.aml-product-card {
	--aml-product-title-lines: 5;
	--aml-product-title-line-height: 1.26;
	--aml-product-title-block-size: calc(var(--aml-product-title-lines) * 1em * var(--aml-product-title-line-height));
	position: relative;
	background: var(--aml-color-white);
	border-color: rgba(15, 39, 66, 0.08);
	box-shadow: 0 16px 34px rgba(15, 39, 66, 0.06);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.aml-product-card:hover,
.aml-product-card:focus-within {
	transform: translateY(-4px);
	border-color: rgba(15, 39, 66, 0.12);
	box-shadow: 0 22px 42px rgba(15, 39, 66, 0.11);
}

.aml-product-card__badges {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	max-width: calc(100% - 2rem);
}

.aml-product-badge {
	display: inline-flex;
	align-items: center;
	min-height: 1.8rem;
	padding: 0.24rem 0.62rem;
	border: 1px solid rgba(184, 138, 42, 0.35);
	border-radius: 999px;
	background: #fffdf8;
	color: #0b223d;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	box-shadow: 0 4px 12px rgba(11, 34, 61, 0.12);
	opacity: 1;
	filter: none;
	mix-blend-mode: normal;
	backdrop-filter: none;
	text-shadow: none;
	white-space: nowrap;
}

.aml-product-badge--sale {
	background: #e6d19a;
	color: #0b223d;
}

.aml-product-badge--new,
.aml-product-badge--featured,
.aml-product-badge--bestseller {
	background: #fffdf8;
	color: #0b223d;
}

.aml-product-card__image {
	padding: 1.3rem 1.3rem 0;
	background: linear-gradient(180deg, #faf8f3 0%, #f3f6f9 100%);
}

.aml-product-card__image img {
	object-fit: contain;
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(15, 39, 66, 0.08);
}

.aml-product-card__publisher {
	display: inline-flex;
	align-self: flex-start;
	margin: 0 0 0.75rem;
	padding: 0.28rem 0.62rem;
	border-radius: 999px;
	background: rgba(15, 39, 66, 0.05);
	color: var(--aml-color-navy);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.aml-product-card__footer {
	margin-top: auto;
	padding-top: 1.1rem;
}

.aml-product-card .woocommerce-loop-product__title {
	display: block;
	overflow: hidden;
	min-height: var(--aml-product-title-block-size);
	max-height: var(--aml-product-title-block-size);
	line-height: var(--aml-product-title-line-height);
}

.aml-product-card .woocommerce-loop-product__title a {
	display: -webkit-box;
	overflow: hidden;
	min-height: var(--aml-product-title-block-size);
	max-height: var(--aml-product-title-block-size);
	line-height: inherit;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.aml-product-card .price {
	align-items: baseline;
	color: var(--aml-color-navy-deep);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.35;
}

.aml-product-card .price del {
	color: rgba(156, 163, 175, 0.9);
	font-size: 1.02rem;
	font-weight: 500;
	text-decoration-thickness: 1px;
	text-decoration-color: rgba(156, 163, 175, 0.9);
}

.aml-product-card .price ins {
	color: #b88a2a;
	font-size: 1.16rem;
	font-weight: 700;
	text-decoration: none;
}

.aml-product-card__footer .button,
.aml-product-card .added_to_cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.8rem 1rem;
	border-radius: 14px;
	background: var(--aml-color-navy);
	color: var(--aml-color-white);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 12px 24px rgba(15, 39, 66, 0.12);
}

.aml-product-card__footer .button:hover,
.aml-product-card__footer .button:focus-visible,
.aml-product-card .added_to_cart:hover,
.aml-product-card .added_to_cart:focus-visible {
	background: #17385f;
	color: var(--aml-color-white);
	outline: none;
}

.aml-product-card .added_to_cart {
	background: rgba(15, 39, 66, 0.06);
	color: var(--aml-color-navy);
	box-shadow: none;
}

.aml-site-footer {
	padding-top: 4.25rem;
}

.aml-footer-grid {
	grid-template-columns: 1.25fr 0.85fr 0.95fr 0.95fr 1.05fr;
	gap: 2rem 1.5rem;
}

.aml-site-footer .custom-logo {
	width: 82px;
	height: 82px;
}

.aml-footer-grid h3,
.aml-site-footer .aml-site-title {
	color: var(--aml-color-gold-soft);
	margin-bottom: 0.85rem;
}

.aml-site-footer p,
.aml-site-footer li {
	color: rgba(255, 255, 255, 0.76);
}

.aml-site-footer ul {
	display: grid;
	gap: 0.55rem;
}

body .aml-site-footer a,
body .aml-site-footer a:link,
body .aml-site-footer a:visited,
body .aml-site-footer a:active,
body .aml-site-footer ul li a,
body .aml-site-footer ul li a:link,
body .aml-site-footer ul li a:visited,
body .aml-site-footer ul li a:active,
body .aml-site-footer p a,
body .aml-site-footer p a:link,
body .aml-site-footer p a:visited,
body .aml-site-footer p a:active {
	color: rgba(255, 255, 255, 0.92) !important;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.4);
	text-underline-offset: 0.18em;
	transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

body .aml-site-footer a:hover,
body .aml-site-footer a:focus,
body .aml-site-footer a:focus-visible,
body .aml-site-footer a:active:hover,
body .aml-site-footer ul li a:hover,
body .aml-site-footer ul li a:focus,
body .aml-site-footer ul li a:focus-visible,
body .aml-site-footer p a:hover,
body .aml-site-footer p a:focus,
body .aml-site-footer p a:focus-visible {
	color: var(--aml-color-gold-soft) !important;
	text-decoration-color: rgba(219, 196, 139, 0.7);
	outline: none;
}

.aml-product-trust-points {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 0.65rem;
	margin-top: 0.15rem;
}

.aml-product-trust-point,
.aml-product-publisher-pill {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: rgba(15, 39, 66, 0.05);
	color: var(--aml-color-navy);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.aml-product-discount-box .aml-promo-code {
	cursor: pointer;
}

.aml-promo-code[role="button"] {
	cursor: pointer;
}

.aml-promo-code[role="button"]:focus-visible {
	outline: 2px solid rgba(200, 169, 106, 0.42);
	outline-offset: 2px;
}

.aml-publisher-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.aml-publisher-chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.25rem;
	padding: 0.85rem 1.15rem;
	border: 1px solid rgba(15, 39, 66, 0.09);
	border-radius: 18px;
	background: var(--aml-color-white);
	color: var(--aml-color-navy-deep);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	box-shadow: 0 12px 26px rgba(15, 39, 66, 0.05);
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .shipping_address,
.woocommerce-checkout .woocommerce-additional-fields {
	display: none;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
	width: 100%;
	float: none;
}

body.aml-digital-only-checkout .wc-block-checkout .wc-block-components-address-form__company,
body.aml-digital-only-checkout .wc-block-checkout .wc-block-components-address-form__address_1,
body.aml-digital-only-checkout .wc-block-checkout .wc-block-components-address-form__address_2,
body.aml-digital-only-checkout .wc-block-checkout .wc-block-components-address-form__city,
body.aml-digital-only-checkout .wc-block-checkout .wc-block-components-address-form__state,
body.aml-digital-only-checkout .wc-block-checkout .wc-block-components-address-form__postcode,
body.aml-digital-only-checkout .wc-block-checkout .wc-block-components-address-form__phone {
	display: none;
}

@media (max-width: 1100px) {
	.aml-trust-bar__grid {
		gap: 0.8rem;
	}

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

	.aml-promo-bar__message {
		justify-content: flex-start;
		text-align: left;
		font-size: 0.84rem;
	}

	.aml-trust-item {
		gap: 0.75rem;
	}

	.aml-trust-item__icon {
		width: 42px;
		height: 42px;
	}

	.aml-trust-item__title {
		font-size: 0.92rem;
	}

	.aml-trust-item__subtitle {
		font-size: 0.82rem;
	}

	.aml-product-grid,
	ul.products,
	.aml-category-grid,
	.aml-value-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.aml-header-inner,
	.aml-footer-grid,
	.aml-contact-layout,
	.aml-value-grid,
	.aml-newsletter-panel,
	.woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.aml-container--product {
		--aml-container: min(1440px, calc(100vw - 2.5rem));
	}

	.woocommerce div.product {
		gap: 2rem;
	}

	.woocommerce div.product div.images {
		max-width: 450px;
	}

	.aml-product-description-card {
		padding: 2.4rem;
	}

	.aml-product-discount-box__content p,
	.aml-discount-progress__inner {
		font-size: 0.94rem;
	}

	.aml-product-card .woocommerce-loop-product__title {
		font-size: 1.32rem;
	}

	.aml-product-card .price {
		font-size: 1rem;
	}

	.aml-product-card .price del {
		font-size: 0.94rem;
	}

	.aml-product-card .price ins {
		font-size: 1.08rem;
	}

	.woocommerce-message {
		align-items: flex-start;
	}

	.woocommerce .aml-shop-results ul.products,
	.woocommerce-page .aml-shop-results ul.products,
	.woocommerce .aml-shop-results .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.woocommerce .related.products ul.products,
	.woocommerce-page .related.products ul.products,
	.woocommerce .related.products .products,
	.woocommerce-page .related.products .products,
	.woocommerce .upsells.products ul.products,
	.woocommerce-page .upsells.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.aml-promo-bar__message {
		padding: 0.75rem 0;
		gap: 0.35rem 0.5rem;
		justify-content: flex-start;
		text-align: left;
		font-size: 0.8rem;
	}

	.aml-trust-bar__grid {
		grid-template-columns: 1fr;
		padding: 0.8rem 0;
	}

	.aml-trust-item {
		align-items: flex-start;
	}

	.aml-nav-toggle {
		display: inline-block;
	}

	.aml-primary-nav {
		display: none;
	}

	.aml-primary-nav.is-open {
		display: block;
		grid-column: 1 / -1;
	}

	.aml-nav__list {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 1rem;
	}

	.aml-nav__list > .menu-item,
	.aml-menu-item-has-panel,
	.aml-menu-link-group,
	.aml-menu-link,
	.aml-menu-link--button {
		width: 100%;
	}

	.aml-menu-link-group {
		justify-content: space-between;
		gap: 0.75rem;
	}

	.aml-submenu-panel,
	.aml-submenu-panel--mega {
		position: static;
		width: 100%;
		min-width: 0;
		margin-top: 0.75rem;
		padding: 0.85rem 0 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
	}

	.aml-menu-item-has-panel.is-open > .aml-submenu-panel {
		display: block;
	}

	.aml-mobile-category-list {
		display: block;
	}

	.aml-mega-grid {
		display: none;
	}

	.aml-mobile-category-list li + li {
		border-top: 1px solid rgba(15, 39, 66, 0.08);
	}

	.aml-mobile-category-list a {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 44px;
		padding: 0.8rem 0 0.8rem 0.9rem;
		color: #0b2742;
		text-transform: none;
		letter-spacing: 0;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	.aml-mobile-category-list a:hover,
	.aml-mobile-category-list a:focus-visible,
	.aml-mobile-category-list a:active {
		background: rgba(194, 161, 90, 0.08);
		outline: none;
	}

	.aml-mega-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.aml-mega-column a {
		padding-left: 0;
		padding-right: 0;
	}

	.aml-hero h1 {
		max-width: none;
	}

	.aml-product-grid,
	ul.products,
	.aml-category-grid,
	.aml-value-cards,
	.aml-search-grid,
	.aml-footer-bottom {
		grid-template-columns: 1fr;
	}

	.aml-publisher-grid {
		gap: 0.75rem;
	}

	.aml-search-bar {
		flex-direction: column;
		border-radius: 28px;
	}

	.aml-search-panel {
		position: fixed;
		top: 1rem;
		right: 1rem;
		left: 1rem;
		width: auto;
	}

	.aml-search-panel__row {
		grid-template-columns: 1fr;
	}

	.aml-search-panel__submit,
	.aml-search-panel__close {
		width: 100%;
	}

	.aml-header-tool {
		width: 46px;
		height: 46px;
	}

	.aml-header-tool__icon,
	.aml-header-tool__icon svg {
		width: 20px;
		height: 20px;
	}

	.aml-product-card .woocommerce-loop-product__title {
		font-size: 1.26rem;
	}

	.aml-product-card .price {
		gap: 0.35rem 0.55rem;
		font-size: 0.98rem;
	}

	.aml-product-card .price del {
		font-size: 0.9rem;
	}

	.aml-product-card .price ins {
		font-size: 1.02rem;
	}

	.aml-cart-icon,
	.aml-cart-icon svg {
		width: 22px;
		height: 22px;
	}

	.aml-shop-toolbar {
		align-items: stretch;
	}

	.aml-shop-toolbar .woocommerce-ordering {
		margin-left: 0;
		max-width: none;
	}

	.woocommerce div.product {
		padding: 1.25rem;
	}

	.woocommerce div.product div.images {
		max-width: min(100%, 420px);
		padding-right: 0;
	}

	.woocommerce div.product form.cart .single_add_to_cart_button {
		width: 100%;
		min-width: 0;
	}

	.aml-product-discount-box__item {
		grid-template-columns: 1fr;
	}

	.aml-product-card__badges {
		top: 0.85rem;
		left: 0.85rem;
	}

	.woocommerce-message {
		flex-direction: column;
		align-items: flex-start;
		padding-right: 1.15rem;
	}

	.woocommerce-message .button {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	.aml-spec-grid,
	.aml-product-meta__row {
		grid-template-columns: 1fr;
	}

	.woocommerce div.product .woocommerce-tabs {
		padding-inline: 0;
	}

	.aml-product-description-section {
		margin-top: 1.75rem;
	}

	.aml-product-description-card {
		padding: 1.6rem;
	}

	.aml-discount-progress__inner {
		padding: 0.95rem 1rem;
	}
}

@media (max-width: 1100px) and (min-width: 821px) {
	.aml-shop-layout {
		grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	.woocommerce .aml-shop-results ul.products,
	.woocommerce-page .aml-shop-results ul.products,
	.woocommerce .aml-shop-results .products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1101px) and (max-width: 1320px) {
	.woocommerce .aml-shop-results ul.products,
	.woocommerce-page .aml-shop-results ul.products,
	.woocommerce .aml-shop-results .products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.aml-contact-layout,
	.aml-search-grid,
	.aml-shop-layout {
		grid-template-columns: 1fr;
	}

	.aml-product-card {
		--aml-product-title-line-height: 1.24;
	}

	.aml-product-card .woocommerce-loop-product__title {
		line-height: var(--aml-product-title-line-height);
	}

	.aml-product-card .woocommerce-loop-product__title a {
		min-height: var(--aml-product-title-block-size);
		max-height: var(--aml-product-title-block-size);
		line-height: inherit;
		-webkit-line-clamp: 5;
	}

	.aml-product-badge {
		min-height: 1.7rem;
		padding: 0.2rem 0.54rem;
		font-size: 0.62rem;
	}

	.woocommerce .aml-shop-results ul.products,
	.woocommerce-page .aml-shop-results ul.products,
	.woocommerce .aml-shop-results .products {
		grid-template-columns: 1fr;
	}

	.woocommerce .related.products ul.products,
	.woocommerce-page .related.products ul.products,
	.woocommerce .related.products .products,
	.woocommerce-page .related.products .products,
	.woocommerce .upsells.products ul.products,
	.woocommerce-page .upsells.products ul.products {
		grid-template-columns: 1fr;
	}
}

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

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

body.woocommerce nav.woocommerce-pagination,
body.woocommerce-page nav.woocommerce-pagination,
body.post-type-archive-product nav.woocommerce-pagination,
body.tax-product_cat nav.woocommerce-pagination,
body.tax-product_tag nav.woocommerce-pagination,
body.search.search-results .aml-generic-content > nav.navigation.pagination {
	display: flex;
	justify-content: center;
	margin: 2rem 0 2.75rem;
	padding: 0;
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers,
body.woocommerce-page nav.woocommerce-pagination ul.page-numbers,
body.post-type-archive-product nav.woocommerce-pagination ul.page-numbers,
body.tax-product_cat nav.woocommerce-pagination ul.page-numbers,
body.tax-product_tag nav.woocommerce-pagination ul.page-numbers,
body.search.search-results .aml-generic-content > nav.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	list-style: none;
}

body.woocommerce nav.woocommerce-pagination ul.page-numbers li,
body.woocommerce-page nav.woocommerce-pagination ul.page-numbers li,
body.post-type-archive-product nav.woocommerce-pagination ul.page-numbers li,
body.tax-product_cat nav.woocommerce-pagination ul.page-numbers li,
body.tax-product_tag nav.woocommerce-pagination ul.page-numbers li {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	list-style: none;
}

body.woocommerce nav.woocommerce-pagination a.page-numbers,
body.woocommerce nav.woocommerce-pagination span.page-numbers,
body.woocommerce-page nav.woocommerce-pagination a.page-numbers,
body.woocommerce-page nav.woocommerce-pagination span.page-numbers,
body.post-type-archive-product nav.woocommerce-pagination a.page-numbers,
body.post-type-archive-product nav.woocommerce-pagination span.page-numbers,
body.tax-product_cat nav.woocommerce-pagination a.page-numbers,
body.tax-product_cat nav.woocommerce-pagination span.page-numbers,
body.tax-product_tag nav.woocommerce-pagination a.page-numbers,
body.tax-product_tag nav.woocommerce-pagination span.page-numbers,
body.search.search-results .aml-generic-content > nav.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 0.9rem;
	border: 1px solid #e1e5ea;
	border-radius: 6px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(11, 39, 66, 0.08);
	color: #0b2742;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.woocommerce nav.woocommerce-pagination span.page-numbers.current,
body.woocommerce-page nav.woocommerce-pagination span.page-numbers.current,
body.post-type-archive-product nav.woocommerce-pagination span.page-numbers.current,
body.tax-product_cat nav.woocommerce-pagination span.page-numbers.current,
body.tax-product_tag nav.woocommerce-pagination span.page-numbers.current,
body.search.search-results .aml-generic-content > nav.navigation.pagination span.page-numbers.current {
	border-color: #0b2742;
	background: #0b2742;
	box-shadow: 0 10px 24px rgba(11, 39, 66, 0.18);
	color: #ffffff;
}

body.woocommerce nav.woocommerce-pagination a.page-numbers:hover,
body.woocommerce nav.woocommerce-pagination a.page-numbers:focus-visible,
body.woocommerce-page nav.woocommerce-pagination a.page-numbers:hover,
body.woocommerce-page nav.woocommerce-pagination a.page-numbers:focus-visible,
body.post-type-archive-product nav.woocommerce-pagination a.page-numbers:hover,
body.post-type-archive-product nav.woocommerce-pagination a.page-numbers:focus-visible,
body.tax-product_cat nav.woocommerce-pagination a.page-numbers:hover,
body.tax-product_cat nav.woocommerce-pagination a.page-numbers:focus-visible,
body.tax-product_tag nav.woocommerce-pagination a.page-numbers:hover,
body.tax-product_tag nav.woocommerce-pagination a.page-numbers:focus-visible,
body.search.search-results .aml-generic-content > nav.navigation.pagination a.page-numbers:hover,
body.search.search-results .aml-generic-content > nav.navigation.pagination a.page-numbers:focus-visible {
	border-color: #c2a15a;
	background: #f8f3e8;
	box-shadow: 0 10px 22px rgba(11, 39, 66, 0.12);
	color: #0b2742;
	outline: 2px solid #c2a15a;
	outline-offset: 2px;
	transform: translateY(-1px);
}

body.woocommerce nav.woocommerce-pagination a.page-numbers:focus,
body.woocommerce-page nav.woocommerce-pagination a.page-numbers:focus,
body.post-type-archive-product nav.woocommerce-pagination a.page-numbers:focus,
body.tax-product_cat nav.woocommerce-pagination a.page-numbers:focus,
body.tax-product_tag nav.woocommerce-pagination a.page-numbers:focus,
body.search.search-results .aml-generic-content > nav.navigation.pagination a.page-numbers:focus {
	text-decoration: none;
}

@media (max-width: 480px) {
	body.woocommerce nav.woocommerce-pagination,
	body.woocommerce-page nav.woocommerce-pagination,
	body.post-type-archive-product nav.woocommerce-pagination,
	body.tax-product_cat nav.woocommerce-pagination,
	body.tax-product_tag nav.woocommerce-pagination,
	body.search.search-results .aml-generic-content > nav.navigation.pagination {
		margin: 1.9rem 0 2.4rem;
	}

	body.woocommerce nav.woocommerce-pagination a.page-numbers,
	body.woocommerce nav.woocommerce-pagination span.page-numbers,
	body.woocommerce-page nav.woocommerce-pagination a.page-numbers,
	body.woocommerce-page nav.woocommerce-pagination span.page-numbers,
	body.post-type-archive-product nav.woocommerce-pagination a.page-numbers,
	body.post-type-archive-product nav.woocommerce-pagination span.page-numbers,
	body.tax-product_cat nav.woocommerce-pagination a.page-numbers,
	body.tax-product_cat nav.woocommerce-pagination span.page-numbers,
	body.tax-product_tag nav.woocommerce-pagination a.page-numbers,
	body.tax-product_tag nav.woocommerce-pagination span.page-numbers,
	body.search.search-results .aml-generic-content > nav.navigation.pagination .page-numbers {
		min-width: 40px;
		min-height: 40px;
		padding: 0 0.75rem;
		font-size: 0.9rem;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.aml-site-header .aml-container {
		width: min(100%, calc(100vw - 4rem));
	}

	.aml-header-inner {
		column-gap: 1.35rem;
	}

	.aml-nav__list {
		gap: 1.1rem;
		font-size: 0.84rem;
		letter-spacing: 0.06em;
	}

	.aml-menu-link-group {
		gap: 0.1rem;
	}

	.custom-logo {
		width: 58px;
		height: 58px;
	}

	.aml-header-tool {
		width: 48px;
		height: 48px;
	}

	.aml-header-tool__icon,
	.aml-header-tool__icon svg,
	.aml-cart-icon,
	.aml-cart-icon svg {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 1023px) {
	.aml-container {
		--aml-container: min(100%, calc(100vw - 2rem));
	}

	.aml-site-header {
		box-shadow: 0 10px 24px rgba(15, 39, 66, 0.05);
	}

	.aml-site-header .aml-container {
		width: var(--aml-container);
	}

	.aml-header-inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
		gap: 0.85rem;
		padding-block: 0.85rem;
	}

	.aml-site-branding {
		min-width: 0;
		gap: 0.8rem;
	}

	.aml-site-identity {
		display: block;
		min-width: 0;
	}

	.custom-logo {
		width: 72px;
		height: 72px;
	}

	.aml-site-title {
		font-size: 1rem;
		line-height: 1.1;
	}

	.aml-site-tagline {
		font-size: 0.82rem;
		line-height: 1.35;
	}

	.aml-header-tools {
		gap: 0.65rem;
		min-width: 0;
	}

	.aml-header-tool,
	.aml-nav-toggle {
		width: 44px;
		height: 44px;
	}

	.aml-hero,
	.aml-section {
		padding: 4rem 0;
	}

	.aml-hero-grid {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
		gap: 1.75rem;
	}

	.aml-hero-copy,
	.aml-hero-card {
		max-width: 100%;
	}

	.aml-hero-card {
		width: 100%;
		margin: 1.75rem 0 0;
		padding: 1.75rem;
		position: static;
		transform: none;
	}

	.aml-value-grid,
	.aml-newsletter-panel,
	.aml-contact-layout,
	.aml-footer-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.aml-container,
	.aml-container--shop,
	.aml-container--product {
		--aml-container: min(100%, calc(100vw - 2rem));
	}

	.aml-promo-bar__message {
		padding: 0.65rem 0;
		font-size: 0.76rem;
	}

	.aml-trust-bar {
		background: transparent;
		border-bottom: 0;
	}

	.aml-trust-bar .aml-container {
		padding-inline: 0;
	}

	.aml-trust-bar__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.75rem;
		padding: 1.5rem 0;
	}

	.aml-trust-item {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap: 0.7rem;
		min-width: 0;
		height: 100%;
		padding: 1rem;
		border: 1px solid #e1e5ea;
		border-radius: 12px;
		background: #ffffff;
		box-shadow: 0 8px 18px rgba(15, 39, 66, 0.05);
		text-align: center;
	}

	.aml-header-inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
		align-items: center;
		gap: 0.7rem;
		padding-block: 0.75rem;
	}

	.aml-primary-nav {
		display: none;
		grid-column: 1 / -1;
		position: relative;
		z-index: 130;
		padding-top: 0.85rem;
	}

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

	.aml-primary-nav > .aml-nav__list {
		padding-top: 0;
	}

	.aml-nav-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		border-radius: 999px;
		border: 1px solid rgba(15, 39, 66, 0.12);
		background: rgba(255, 255, 255, 0.96);
	}

	.aml-nav-toggle span:not(.screen-reader-text) {
		width: 18px;
		margin: 2px 0;
	}

	.aml-nav__list {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		padding-top: 1rem;
	}

	.aml-nav__list > .menu-item,
	.aml-menu-item-has-panel,
	.aml-menu-link-group,
	.aml-menu-link,
	.aml-menu-link--button,
	.aml-submenu-toggle {
		width: 100%;
	}

	.aml-menu-item--categories {
		display: none;
	}

	.aml-menu-link-group {
		justify-content: space-between;
		gap: 0.75rem;
		align-items: center;
	}

	.aml-menu-link,
	.aml-menu-link--button,
	.aml-submenu-toggle {
		min-height: 44px;
	}

	.aml-submenu-panel,
	.aml-submenu-panel--mega {
		position: static;
		width: 100%;
		min-width: 0;
		height: auto;
		max-height: none;
		margin-top: 0.75rem;
		padding: 0.25rem 0 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
		pointer-events: auto;
		overflow: visible;
	}

	.aml-menu-item-has-panel.is-open > .aml-submenu-panel {
		display: block;
	}

	.aml-mobile-category-list {
		display: block;
	}

	.aml-mega-grid {
		display: none;
	}

	.aml-mobile-category-list li + li {
		border-top: 1px solid rgba(15, 39, 66, 0.08);
	}

	.aml-mobile-category-list a {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 44px;
		padding: 0.8rem 0 0.8rem 0.9rem;
		color: #0b2742;
		text-transform: none;
		letter-spacing: 0;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	.aml-mobile-category-list a:hover,
	.aml-mobile-category-list a:focus-visible,
	.aml-mobile-category-list a:active {
		background: rgba(194, 161, 90, 0.08);
		outline: none;
	}

	.aml-mega-grid {
		grid-template-columns: 1fr;
		gap: 0.85rem;
		padding: 0;
	}

	.aml-mega-column {
		padding-left: 0.85rem;
	}

	.aml-mega-column h3 {
		margin-bottom: 0.35rem;
		font-size: 0.98rem;
	}

	.aml-mega-column h3 a,
	.aml-mega-column ul a {
		display: block;
		width: 100%;
		color: #0b2742;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.aml-mega-column h3 a {
		padding: 0.65rem 0;
	}

	.aml-mega-column ul {
		display: grid;
		gap: 0;
	}

	.aml-mega-column ul li + li {
		border-top: 1px solid rgba(15, 39, 66, 0.08);
	}

	.aml-mega-column ul a {
		padding: 0.78rem 0;
		min-height: 44px;
	}

	.aml-mega-column small {
		display: inline-block;
		margin-left: 0.35rem;
	}

	.custom-logo {
		width: 66px;
		height: 66px;
	}

	.aml-trust-item__icon {
		width: auto;
		height: auto;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		color: #0b2742;
		transform: none;
	}

	.aml-trust-item__icon svg {
		width: 1.85rem;
		height: 1.85rem;
	}

	.aml-trust-item:hover .aml-trust-item__icon,
	.aml-trust-item:focus-within .aml-trust-item__icon {
		color: #0b2742;
		border-color: transparent;
		transform: none;
	}

	.aml-trust-item__content {
		width: 100%;
	}

	.aml-trust-item__title {
		font-size: 1rem;
		line-height: 1.15;
		text-align: center;
	}

	.aml-trust-item__subtitle {
		margin: 0;
		font-size: 0.78rem;
		line-height: 1.35;
		text-align: center;
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.aml-site-title {
		font-size: clamp(0.92rem, 2.8vw, 1rem);
	}

	.aml-site-tagline {
		font-size: 0.74rem;
	}

	.aml-header-tool {
		width: 44px;
		height: 44px;
	}

	.aml-header-tool__icon,
	.aml-header-tool__icon svg,
	.aml-cart-icon,
	.aml-cart-icon svg {
		width: 20px;
		height: 20px;
	}

	.aml-search-panel {
		position: fixed;
		top: 0.9rem;
		right: 1rem;
		left: 1rem;
		width: auto;
	}

	.aml-search-panel__row {
		grid-template-columns: 1fr;
	}

	.aml-search-panel__submit,
	.aml-search-panel__close {
		width: 100%;
	}

	.aml-hero,
	.aml-section {
		padding: 3.4rem 0;
	}

	.aml-hero-grid {
		gap: 1.5rem;
	}

	.aml-hero-copy {
		max-width: none;
		padding-inline: 0;
	}

	.aml-eyebrow {
		margin-bottom: 0.85rem;
		font-size: 0.74rem;
		letter-spacing: 0.12em;
	}

	.aml-hero h1 {
		max-width: 100%;
		font-size: clamp(2.65rem, 8.4vw, 3.9rem);
		line-height: 1.01;
		text-wrap: pretty;
	}

	.aml-hero h1 br {
		display: none;
	}

	.aml-hero p:not(.aml-eyebrow) {
		max-width: 100%;
		font-size: 1rem;
		line-height: 1.62;
	}

	.aml-hero-actions {
		margin: 1.5rem 0;
	}

	.aml-hero-actions .aml-button {
		width: 100%;
		justify-content: center;
	}

	.aml-search-bar {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
		max-width: 100%;
		padding: 0.6rem;
		border-radius: 28px;
	}

	.aml-search-bar input,
	.aml-search-bar button {
		width: 100%;
	}

	.aml-hero-card {
		margin-top: 1.6rem;
		padding: 1.5rem;
	}

	.aml-hero-trust-item {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}

	.aml-hero-trust-item__icon {
		width: 2.4rem;
		height: 2.4rem;
	}

	.aml-category-grid,
	.aml-value-cards,
	.aml-search-grid,
	.aml-footer-bottom {
		grid-template-columns: 1fr;
	}

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

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

	.aml-publisher-grid {
		gap: 0.75rem;
	}

	body.woocommerce .aml-shop-layout,
	body.woocommerce-page .aml-shop-layout,
	body.tax-product_cat .aml-shop-layout,
	body.tax-product_tag .aml-shop-layout,
	body.post-type-archive-product .aml-shop-layout {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	body.woocommerce .aml-shop-sidebar,
	body.woocommerce-page .aml-shop-sidebar,
	body.tax-product_cat .aml-shop-sidebar,
	body.tax-product_tag .aml-shop-sidebar,
	body.post-type-archive-product .aml-shop-sidebar {
		position: static;
		top: auto;
		width: 100%;
		max-width: none;
		margin: 0 0 1.25rem;
		padding: 1rem;
		align-self: auto;
		transform: none;
	}

	body.woocommerce .aml-shop-results,
	body.woocommerce-page .aml-shop-results,
	body.tax-product_cat .aml-shop-results,
	body.tax-product_tag .aml-shop-results,
	body.post-type-archive-product .aml-shop-results {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		min-width: 0;
		transform: none;
	}

	body.woocommerce .aml-shop-toolbar,
	body.woocommerce-page .aml-shop-toolbar,
	body.tax-product_cat .aml-shop-toolbar,
	body.tax-product_tag .aml-shop-toolbar,
	body.post-type-archive-product .aml-shop-toolbar {
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 0.85rem;
		width: 100%;
		margin-bottom: 1rem;
	}

	body.woocommerce .aml-shop-toolbar .woocommerce-result-count,
	body.woocommerce .aml-shop-toolbar .woocommerce-ordering,
	body.woocommerce-page .aml-shop-toolbar .woocommerce-result-count,
	body.woocommerce-page .aml-shop-toolbar .woocommerce-ordering,
	body.tax-product_cat .aml-shop-toolbar .woocommerce-result-count,
	body.tax-product_cat .aml-shop-toolbar .woocommerce-ordering,
	body.tax-product_tag .aml-shop-toolbar .woocommerce-result-count,
	body.tax-product_tag .aml-shop-toolbar .woocommerce-ordering,
	body.post-type-archive-product .aml-shop-toolbar .woocommerce-result-count,
	body.post-type-archive-product .aml-shop-toolbar .woocommerce-ordering {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	body.woocommerce .aml-shop-toolbar .woocommerce-ordering select,
	body.woocommerce-page .aml-shop-toolbar .woocommerce-ordering select,
	body.tax-product_cat .aml-shop-toolbar .woocommerce-ordering select,
	body.tax-product_tag .aml-shop-toolbar .woocommerce-ordering select,
	body.post-type-archive-product .aml-shop-toolbar .woocommerce-ordering select {
		width: 100%;
	}

	body.woocommerce .aml-products-grid-wrap,
	body.woocommerce-page .aml-products-grid-wrap,
	body.tax-product_cat .aml-products-grid-wrap,
	body.tax-product_tag .aml-products-grid-wrap,
	body.post-type-archive-product .aml-products-grid-wrap,
	body.woocommerce .woocommerce nav.woocommerce-pagination,
	body.woocommerce-page .woocommerce nav.woocommerce-pagination {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.woocommerce .aml-filter-form,
	body.woocommerce-page .aml-filter-form,
	body.tax-product_cat .aml-filter-form,
	body.tax-product_tag .aml-filter-form,
	body.post-type-archive-product .aml-filter-form {
		width: 100%;
		max-width: 100%;
	}

	body.woocommerce .aml-filter-form > div,
	body.woocommerce-page .aml-filter-form > div,
	body.tax-product_cat .aml-filter-form > div,
	body.tax-product_tag .aml-filter-form > div,
	body.post-type-archive-product .aml-filter-form > div {
		width: 100%;
		max-width: 100%;
	}

	body.woocommerce .aml-filter-actions,
	body.woocommerce-page .aml-filter-actions,
	body.tax-product_cat .aml-filter-actions,
	body.tax-product_tag .aml-filter-actions,
	body.post-type-archive-product .aml-filter-actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	body.woocommerce .aml-filter-actions > *,
	body.woocommerce-page .aml-filter-actions > *,
	body.tax-product_cat .aml-filter-actions > *,
	body.tax-product_tag .aml-filter-actions > *,
	body.post-type-archive-product .aml-filter-actions > * {
		width: 100%;
		text-align: center;
		justify-content: center;
	}

	body.woocommerce .aml-shop-results ul.products,
	body.woocommerce-page .aml-shop-results ul.products,
	body.woocommerce .aml-shop-results .products,
	body.woocommerce-page .aml-shop-results .products,
	body.tax-product_cat .aml-shop-results ul.products,
	body.tax-product_tag .aml-shop-results ul.products,
	body.post-type-archive-product .aml-shop-results ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		max-width: 100%;
		min-width: 0;
		margin: 0;
	}

	body.woocommerce .aml-shop-results ul.products li.product,
	body.woocommerce-page .aml-shop-results ul.products li.product,
	body.woocommerce .aml-shop-results .products li.product,
	body.woocommerce-page .aml-shop-results .products li.product,
	body.tax-product_cat .aml-shop-results ul.products li.product,
	body.tax-product_tag .aml-shop-results ul.products li.product,
	body.post-type-archive-product .aml-shop-results ul.products li.product {
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	body.woocommerce .aml-shop-results ul.products li.product .button,
	body.woocommerce-page .aml-shop-results ul.products li.product .button {
		align-self: stretch;
	}
}

@media (max-width: 600px) {
	.aml-container,
	.aml-container--shop,
	.aml-container--product {
		--aml-container: min(100%, calc(100vw - 1.5rem));
	}

	.aml-trust-bar__grid {
		gap: 0.7rem;
		padding: 1.4rem 0;
	}

	.aml-trust-item {
		padding: 0.95rem 0.8rem;
	}

	.aml-site-branding {
		gap: 0.65rem;
	}

	.custom-logo {
		width: 62px;
		height: 62px;
	}

	.aml-site-tagline {
		display: none;
	}

	.aml-hero,
	.aml-section {
		padding: 3rem 0;
	}

	.aml-hero h1 {
		font-size: clamp(2.75rem, 11vw, 3.35rem);
		line-height: 1.02;
	}

	.aml-hero-card {
		margin-top: 1.5rem;
		padding: 1.35rem;
		border-radius: 24px;
	}

	.aml-product-grid,
	ul.products,
	.aml-category-grid,
	.aml-value-cards,
	.aml-search-grid {
		grid-template-columns: 1fr;
	}

	body.woocommerce .aml-shop-results ul.products,
	body.woocommerce-page .aml-shop-results ul.products,
	body.woocommerce .aml-shop-results .products,
	body.woocommerce-page .aml-shop-results .products,
	body.tax-product_cat .aml-shop-results ul.products,
	body.tax-product_tag .aml-shop-results ul.products,
	body.post-type-archive-product .aml-shop-results ul.products {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.aml-value-cards article,
	.aml-category-card,
	.aml-hero-card {
		padding-inline: 1.35rem;
	}

	.aml-newsletter-form {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 480px) {
	.aml-container,
	.aml-container--shop,
	.aml-container--product {
		--aml-container: min(100%, calc(100vw - 1.25rem));
	}

	.aml-trust-bar__grid {
		gap: 0.65rem;
		padding: 1.35rem 0;
	}

	.aml-trust-item {
		padding: 0.9rem 0.7rem;
	}

	.aml-trust-item__title {
		font-size: 0.96rem;
	}

	.aml-trust-item__subtitle {
		font-size: 0.76rem;
	}

	.aml-promo-bar__message {
		justify-content: flex-start;
		text-align: left;
		font-size: 0.72rem;
		line-height: 1.4;
	}

	.aml-header-inner {
		gap: 0.55rem;
		padding-block: 0.65rem;
	}

	.custom-logo {
		width: 58px;
		height: 58px;
	}

	.aml-site-title {
		font-size: 0.9rem;
	}

	.aml-header-tools {
		gap: 0.45rem;
	}

	.aml-header-tool,
	.aml-nav-toggle {
		width: 42px;
		height: 42px;
	}

	.aml-cart-count {
		top: -2px;
		right: -2px;
	}

	.aml-hero h1 {
		font-size: clamp(2.7rem, 12vw, 3.2rem);
		line-height: 1;
	}

	.aml-hero p:not(.aml-eyebrow) {
		font-size: 0.98rem;
	}

	.aml-button,
	.aml-search-bar button,
	.button,
	button,
	input[type="submit"] {
		padding: 0.9rem 1.2rem;
	}
}

@media (max-width: 390px) {
	.aml-container,
	.aml-container--shop,
	.aml-container--product {
		--aml-container: min(100%, calc(100vw - 1rem));
	}

	.aml-trust-bar__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.aml-header-inner {
		grid-template-columns: minmax(0, 1fr) auto auto;
		row-gap: 0.55rem;
	}

	.aml-site-title {
		font-size: 0.84rem;
	}

	.aml-header-tools {
		gap: 0.35rem;
	}

	body.woocommerce .aml-shop-sidebar,
	body.woocommerce-page .aml-shop-sidebar,
	body.tax-product_cat .aml-shop-sidebar,
	body.tax-product_tag .aml-shop-sidebar,
	body.post-type-archive-product .aml-shop-sidebar {
		padding: 0.9rem;
	}

	.aml-hero h1 {
		font-size: clamp(2.6rem, 13vw, 3rem);
	}
}

@media (min-width: 1024px) {
	.aml-site-header .aml-container {
		width: min(100%, calc(100vw - 5rem));
	}

	.aml-header-inner {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
		column-gap: clamp(1.25rem, 2vw, 2.75rem);
		row-gap: 1rem;
	}

	.aml-site-branding {
		justify-self: start;
		gap: 0;
	}

	.aml-site-branding .custom-logo-link {
		display: inline-flex;
		align-items: center;
	}

	.aml-site-identity {
		display: none;
	}

	.custom-logo {
		width: 62px;
		height: 62px;
	}

	.aml-primary-nav {
		justify-self: center;
		min-width: 0;
	}

	.aml-nav__list {
		justify-content: center;
		flex-wrap: nowrap;
		white-space: nowrap;
	}

	.aml-header-tools {
		justify-self: end;
		justify-content: flex-end;
		gap: 1rem;
	}
}

@media (min-width: 1024px) and (max-width: 1279px) {
	.aml-site-header .aml-container {
		width: min(100%, calc(100vw - 4rem));
	}

	.custom-logo {
		width: 58px;
		height: 58px;
	}

	.aml-nav__list {
		gap: 1.1rem;
		font-size: 0.84rem;
		letter-spacing: 0.06em;
	}

	.aml-header-tool {
		width: 48px;
		height: 48px;
	}

	.aml-header-tool__icon,
	.aml-header-tool__icon svg,
	.aml-cart-icon,
	.aml-cart-icon svg {
		width: 20px;
		height: 20px;
	}
}
