:root {
	--amt-pink: #ec176f;
	--amt-pink-dark: #c60f5b;
	--amt-plum: #59104f;
	--amt-plum-dark: #390834;
	--amt-coral: #ff7470;
	--amt-lavender: #f4edff;
	--amt-blush: #fff1f6;
	--amt-cream: #fffaf6;
	--amt-white: #ffffff;
	--amt-text: #342b32;
	--amt-muted: #746a72;
	--amt-line: #eadde7;
	--amt-green: #19ad59;
	--amt-shadow: 0 16px 44px rgba(89, 16, 79, 0.09);
	--amt-radius: 22px;
	--amt-font: "Segoe UI", "Aptos", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	--amt-display: ui-rounded, "Arial Rounded MT Bold", "Segoe UI", sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--amt-text);
	font-family: var(--amt-font);
	font-size: 16px;
	line-height: 1.6;
	background: var(--amt-white);
}

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

a {
	color: var(--amt-pink-dark);
}

h1,
h2,
h3,
h4 {
	margin-top: 0;
	color: var(--amt-plum);
	font-family: var(--amt-display);
	line-height: 1.15;
}

.amt-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.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;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	color: var(--amt-plum);
	background: #fff;
	border-radius: 8px;
}

.amt-announcement {
	color: #fff;
	font-size: 14px;
	background: var(--amt-plum);
}

.amt-announcement .amt-container {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-block: 7px;
}

.amt-site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(234, 221, 231, 0.7);
	backdrop-filter: blur(12px);
}

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

.amt-header-inner {
	display: flex;
	align-items: center;
	gap: 28px;
	min-height: 92px;
}

.amt-brand {
	flex: 0 0 235px;
}

.amt-brand img,
.amt-default-logo img,
.custom-logo {
	width: auto;
	max-width: 235px;
	max-height: 72px;
	object-fit: contain;
}

.amt-primary-nav {
	flex: 1;
}

.amt-menu,
.amt-footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.amt-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.amt-menu a {
	position: relative;
	display: block;
	padding: 12px 0;
	color: var(--amt-text);
	font-weight: 600;
	text-decoration: none;
}

.amt-menu a::after {
	position: absolute;
	right: 50%;
	bottom: 4px;
	left: 50%;
	height: 2px;
	content: "";
	background: var(--amt-pink);
	transition: inset 0.2s ease;
}

.amt-menu a:hover::after,
.amt-menu .current-menu-item a::after,
.single-am_producto .amt-menu a[href*="catalogo"]::after {
	right: 0;
	left: 0;
}

.amt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 22px;
	color: #fff;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background: var(--amt-pink);
	border: 2px solid var(--amt-pink);
	border-radius: 13px;
	box-shadow: none;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.amt-button:hover,
.amt-button:focus {
	color: #fff;
	background: var(--amt-pink-dark);
	border-color: var(--amt-pink-dark);
	box-shadow: 0 8px 22px rgba(236, 23, 111, 0.2);
	transform: translateY(-1px);
}

.amt-button-secondary {
	color: var(--amt-pink-dark);
	background: #fff;
}

.amt-button-secondary:hover,
.amt-button-secondary:focus {
	color: #fff;
}

.amt-button-whatsapp,
.amt-floating-whatsapp {
	background: var(--amt-green);
	border-color: var(--amt-green);
}

.amt-button-whatsapp:hover,
.amt-button-whatsapp:focus {
	background: #118b47;
	border-color: #118b47;
}

.amt-header-cta {
	font-size: 14px;
}

.amt-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 10px;
}

.amt-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	height: 2px;
	margin: 5px 0;
	background: var(--amt-plum);
}

.amt-hero {
	position: relative;
	overflow: hidden;
	background: linear-gradient(115deg, var(--amt-lavender), var(--amt-cream) 58%, #ffe2d8);
}

.amt-hero::before,
.amt-hero::after {
	position: absolute;
	content: "";
	border-radius: 50%;
	filter: blur(1px);
}

.amt-hero::before {
	top: -180px;
	right: 10%;
	width: 420px;
	height: 300px;
	background: rgba(236, 23, 111, 0.11);
}

.amt-hero::after {
	right: -100px;
	bottom: -180px;
	width: 480px;
	height: 350px;
	background: rgba(255, 116, 112, 0.22);
}

.amt-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
	align-items: center;
	gap: 55px;
	min-height: 580px;
	padding-block: 72px;
}

.amt-eyebrow {
	display: inline-block;
	margin-bottom: 15px;
	color: var(--amt-pink-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.amt-hero h1 {
	max-width: 620px;
	margin-bottom: 20px;
	font-size: clamp(44px, 5.2vw, 72px);
}

.amt-hero h1::first-line {
	color: var(--amt-plum);
}

.amt-hero-copy > p {
	max-width: 560px;
	margin: 0 0 28px;
	font-size: 20px;
}

.amt-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.amt-hero-products {
	position: relative;
	min-height: 440px;
}

.amt-hero-product,
.amt-hero-empty {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 8px solid rgba(255, 255, 255, 0.92);
	border-radius: 38% 38% 25% 25%;
	box-shadow: var(--amt-shadow);
	overflow: hidden;
}

.amt-hero-product img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amt-hero-product-1 {
	top: 0;
	left: 15%;
	width: 240px;
	height: 330px;
	transform: rotate(-4deg);
}

.amt-hero-product-2 {
	top: 40px;
	right: 2%;
	width: 225px;
	height: 305px;
	transform: rotate(4deg);
}

.amt-hero-product-3 {
	right: 28%;
	bottom: 0;
	width: 235px;
	height: 190px;
	border-radius: 28px;
	transform: rotate(1deg);
}

.amt-hero-product-4 {
	bottom: 5px;
	left: 0;
	width: 175px;
	height: 205px;
	transform: rotate(-7deg);
}

.amt-hero-empty {
	inset: 45px 35px;
	flex-direction: column;
	gap: 15px;
	color: var(--amt-plum);
	font-size: 20px;
	text-align: center;
	border-radius: 40px;
}

.amt-hero-empty span {
	font-size: 72px;
}

.amt-section {
	padding-block: 78px;
}

.amt-section-heading {
	max-width: 720px;
	margin: 0 auto 36px;
	text-align: center;
}

.amt-section-heading h2 {
	margin-bottom: 10px;
	font-size: clamp(34px, 4vw, 48px);
}

.amt-section-heading p {
	margin: 0;
	color: var(--amt-muted);
	font-size: 18px;
}

.amt-section-heading.amt-align-left {
	max-width: none;
	margin-inline: 0;
	text-align: left;
}

.amt-doodle {
	display: block;
	margin-bottom: -4px;
	color: var(--amt-pink);
	font-size: 36px;
}

.amt-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 15px;
}

.amt-category-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 190px;
	padding: 24px 15px;
	color: var(--amt-plum);
	text-align: center;
	text-decoration: none;
	background: linear-gradient(160deg, #fff, var(--amt-cream));
	border: 1px solid var(--amt-line);
	border-radius: 20px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.amt-category-card:hover {
	box-shadow: var(--amt-shadow);
	transform: translateY(-4px);
}

.amt-category-card strong {
	flex: 1;
	font-size: 15px;
}

.amt-category-card > span:last-child {
	font-size: 12px;
	font-weight: 700;
}

.amt-category-icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-bottom: 14px;
	color: var(--amt-pink);
	font-size: 30px;
	background: var(--amt-blush);
	border-radius: 18px;
}

.amt-featured,
.amt-related {
	background: linear-gradient(180deg, #fff, #fff8fc);
}

.amt-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

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

.amt-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(89, 16, 79, 0.06);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.amt-product-card:hover {
	box-shadow: var(--amt-shadow);
	transform: translateY(-3px);
}

.amt-product-image {
	display: block;
	aspect-ratio: 4 / 3;
	background: var(--amt-cream);
	overflow: hidden;
}

.amt-product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

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

.amt-image-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-size: 56px;
}

.amt-product-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px;
}

.amt-badge {
	display: inline-block;
	padding: 5px 10px;
	color: var(--amt-plum);
	font-size: 12px;
	font-weight: 700;
	background: var(--amt-blush);
	border-radius: 999px;
}

.amt-product-content h3 {
	width: 100%;
	margin: 13px 0 8px;
	font-family: var(--amt-font);
	font-size: 19px;
	line-height: 1.3;
}

.amt-product-content h3 a {
	color: var(--amt-plum);
	text-decoration: none;
}

.amt-card-excerpt {
	display: -webkit-box;
	width: 100%;
	min-height: 4.5em;
	margin: 0 0 12px;
	overflow: hidden;
	color: var(--amt-muted);
	font-size: 14px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.amt-availability {
	display: inline-flex;
	margin: auto 0 14px;
	color: var(--amt-pink-dark);
	font-size: 13px;
	font-weight: 800;
}

.amt-availability-available {
	color: #178147;
}

.amt-availability-unavailable {
	color: #9b3342;
}

.amt-card-button {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	font-size: 14px;
}

.amt-section-action {
	margin-top: 32px;
	text-align: center;
}

.amt-process {
	background: #fff;
}

.amt-process-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.amt-process-step {
	position: relative;
	padding: 30px;
	text-align: center;
	background: linear-gradient(145deg, var(--amt-cream), #fff);
	border: 1px solid var(--amt-line);
	border-radius: var(--amt-radius);
}

.amt-process-step > span {
	position: absolute;
	top: 18px;
	left: 18px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: #fff;
	font-weight: 800;
	background: var(--amt-pink);
	border-radius: 50%;
}

.amt-process-icon {
	margin-bottom: 12px;
	color: var(--amt-pink);
	font-size: 48px;
}

.amt-process-step h3 {
	margin-bottom: 8px;
	font-size: 24px;
}

.amt-process-step p {
	margin: 0;
	color: var(--amt-muted);
}

.amt-trust,
.amt-product-benefits {
	padding-block: 28px;
	background: var(--amt-lavender);
}

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

.amt-trust-grid > div {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-template-rows: auto auto;
	align-items: center;
	gap: 0 12px;
	padding: 15px 28px;
	border-right: 1px solid rgba(89, 16, 79, 0.16);
}

.amt-trust-grid > div:last-child {
	border-right: 0;
}

.amt-trust-grid span {
	grid-row: 1 / 3;
	color: var(--amt-pink);
	font-size: 36px;
}

.amt-trust-grid strong {
	color: var(--amt-plum);
}

.amt-trust-grid small {
	color: var(--amt-muted);
}

.amt-testimonial-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 850px;
	padding: 38px 44px;
	background: linear-gradient(135deg, var(--amt-cream), var(--amt-blush));
	border: 1px solid var(--amt-line);
	border-radius: 28px;
}

.amt-stars {
	color: var(--amt-pink);
	letter-spacing: 4px;
}

.amt-testimonial blockquote {
	max-width: 680px;
	margin: 12px 0;
	color: var(--amt-plum);
	font-size: 20px;
}

.amt-testimonial cite {
	font-style: normal;
	font-weight: 700;
}

.amt-testimonial-heart {
	color: var(--amt-pink);
	font-size: 72px;
}

.amt-final-cta {
	padding-block: 38px;
	background: linear-gradient(100deg, var(--amt-cream), #fff, var(--amt-blush));
	border-top: 1px solid var(--amt-line);
}

.amt-final-cta-inner {
	display: grid;
	grid-template-columns: 70px 1fr auto;
	align-items: center;
	gap: 20px;
}

.amt-final-icon {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	color: var(--amt-pink);
	font-size: 38px;
	background: #fff;
	border-radius: 20px;
}

.amt-final-cta h2,
.amt-final-cta p {
	margin: 0;
}

.amt-site-footer {
	padding: 55px 0 22px;
	color: #fff;
	background: linear-gradient(125deg, var(--amt-plum-dark), var(--amt-plum), #7f0b57);
}

.amt-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 0.7fr 1fr;
	gap: 55px;
}

.amt-site-footer h2 {
	color: #fff;
	font-family: var(--amt-font);
	font-size: 17px;
}

.amt-footer-brand img {
	max-width: 240px;
	max-height: 75px;
	margin-bottom: 14px;
	filter: brightness(0) invert(1);
}

.amt-footer-menu li {
	margin-bottom: 8px;
}

.amt-site-footer a {
	color: #fff;
}

.amt-footer-link {
	font-weight: 800;
}

.amt-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 38px;
	padding-top: 20px;
	font-size: 13px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.amt-floating-whatsapp {
	position: fixed;
	z-index: 990;
	right: 22px;
	bottom: 22px;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	color: #fff;
	font-size: 28px;
	text-decoration: none;
	border-radius: 50%;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.amt-page-hero {
	padding: 75px 0 60px;
	background: linear-gradient(115deg, var(--amt-lavender), var(--amt-cream) 65%, #ffe4de);
}

.amt-page-hero h1 {
	max-width: 800px;
	margin-bottom: 12px;
	font-size: clamp(42px, 5vw, 64px);
}

.amt-page-hero p {
	max-width: 650px;
	margin: 0;
	font-size: 19px;
}

.amt-catalog-section {
	padding-top: 55px;
}

.amt-catalog-layout {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	align-items: start;
	gap: 32px;
}

.amt-catalog-sidebar {
	position: sticky;
	top: 120px;
	padding: 24px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(89, 16, 79, 0.05);
}

.amt-catalog-sidebar h2 {
	font-family: var(--amt-font);
	font-size: 20px;
}

.amt-catalog-sidebar fieldset {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin: 22px 0;
	padding: 0 0 20px;
	border: 0;
	border-bottom: 1px solid var(--amt-line);
}

.amt-catalog-sidebar legend,
.amt-search-field span {
	display: block;
	margin-bottom: 10px;
	color: var(--amt-plum);
	font-weight: 800;
}

.amt-catalog-sidebar label {
	font-size: 14px;
}

.amt-catalog-sidebar input[type="radio"] {
	accent-color: var(--amt-pink);
}

.amt-search-field input {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid var(--amt-line);
	border-radius: 10px;
}

.amt-catalog-sidebar .amt-button {
	width: 100%;
}

.amt-clear-filters {
	display: block;
	margin-top: 12px;
	text-align: center;
}

.amt-results-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.amt-results-header h2 {
	margin-bottom: 2px;
	font-family: var(--amt-font);
	font-size: 28px;
}

.amt-results-header span {
	color: var(--amt-muted);
}

.amt-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 35px;
}

.amt-pagination .page-numbers {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: var(--amt-plum);
	font-weight: 750;
	text-decoration: none;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 50%;
}

.amt-pagination .current {
	color: #fff;
	background: var(--amt-pink);
	border-color: var(--amt-pink);
}

.amt-empty-state {
	padding: 55px 25px;
	text-align: center;
	background: var(--amt-blush);
	border-radius: var(--amt-radius);
}

.amt-empty-state > span {
	display: block;
	margin-bottom: 10px;
	color: var(--amt-pink);
	font-size: 54px;
}

.amt-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding-block: 30px 10px;
	color: var(--amt-muted);
	font-size: 13px;
}

.amt-breadcrumbs a {
	color: var(--amt-muted);
	text-decoration: none;
}

.amt-product-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	gap: 55px;
	padding-block: 30px 75px;
}

.amt-gallery-main {
	aspect-ratio: 1 / 1;
	background: var(--amt-cream);
	border-radius: 26px;
	overflow: hidden;
}

.amt-gallery-main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amt-large-placeholder {
	font-size: 90px;
}

.amt-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-top: 12px;
}

.amt-gallery-thumbs button {
	aspect-ratio: 1 / 1;
	padding: 3px;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}

.amt-gallery-thumbs button.is-active {
	border-color: var(--amt-pink);
}

.amt-gallery-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.amt-product-summary {
	padding-top: 12px;
}

.amt-product-summary h1 {
	margin: 15px 0;
	font-size: clamp(38px, 4vw, 56px);
}

.amt-product-intro {
	margin-block: 22px;
	font-size: 18px;
}

.amt-product-specs {
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin: 24px 0;
	padding: 0;
	list-style: none;
}

.amt-product-specs span {
	display: inline-grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-right: 8px;
	color: var(--amt-pink);
	background: var(--amt-blush);
	border-radius: 50%;
}

.amt-how-to {
	margin: 28px 0;
	padding: 24px;
	background: linear-gradient(135deg, var(--amt-blush), var(--amt-cream));
	border-radius: 20px;
}

.amt-how-to h2 {
	margin-bottom: 18px;
	font-size: 24px;
	text-align: center;
}

.amt-how-to > div {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.amt-how-to span {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
}

.amt-how-to b {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin-bottom: 7px;
	color: #fff;
	background: var(--amt-pink);
	border-radius: 50%;
}

.amt-product-quote {
	width: 100%;
	min-height: 56px;
}

.amt-no-commitment {
	display: block;
	margin-top: 10px;
	color: var(--amt-muted);
	text-align: center;
}

.amt-product-description {
	padding-block: 60px;
	background: var(--amt-cream);
}

.amt-prose {
	max-width: 850px;
}

.amt-prose > *:first-child {
	margin-top: 0;
}

.amt-prose img {
	border-radius: 18px;
}

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

.amt-post-list {
	display: grid;
	gap: 20px;
}

.amt-post-card {
	padding: 25px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 18px;
}

.amt-post-card h2 a {
	color: var(--amt-plum);
	text-decoration: none;
}

.amt-not-found {
	min-height: 60vh;
}

/* Compatibilidad visual con el shortcode de la primera versión del plugin. */
.amt-site-main .amc-catalog {
	font-family: var(--amt-font);
}

.amt-site-main .amc-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.amt-site-main .amc-product-card {
	border-color: var(--amt-line);
	border-radius: 20px;
}

.amt-site-main .amc-product-body p {
	display: -webkit-box;
	min-height: 4.5em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.amt-site-main .amc-button {
	white-space: nowrap;
	background: var(--amt-pink);
	border-radius: 12px;
}

@media (max-width: 1100px) {
	.amt-header-inner {
		gap: 16px;
	}

	.amt-brand {
		flex-basis: 200px;
	}

	.amt-brand img,
	.amt-default-logo img,
	.custom-logo {
		max-width: 200px;
	}

	.amt-menu {
		gap: 18px;
	}

	.amt-header-cta {
		padding-inline: 14px;
		font-size: 12px;
	}

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

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

@media (max-width: 900px) {
	.admin-bar .amt-site-header {
		top: 46px;
	}

	.amt-header-inner {
		min-height: 78px;
	}

	.amt-menu-toggle {
		display: block;
		margin-left: auto;
	}

	.amt-primary-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 14px 20px 22px;
		background: #fff;
		border-bottom: 1px solid var(--amt-line);
		box-shadow: var(--amt-shadow);
	}

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

	.amt-menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.amt-menu a {
		padding: 11px 4px;
	}

	.amt-menu a::after {
		display: none;
	}

	.amt-header-cta {
		display: none;
	}

	.amt-hero-grid {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-block: 55px;
	}

	.amt-hero-copy {
		text-align: center;
	}

	.amt-hero-copy > p,
	.amt-hero h1 {
		margin-inline: auto;
	}

	.amt-hero-actions {
		justify-content: center;
	}

	.amt-hero-products {
		width: min(600px, 100%);
		margin-inline: auto;
	}

	.amt-catalog-layout {
		grid-template-columns: 1fr;
	}

	.amt-catalog-sidebar {
		position: static;
	}

	.amt-catalog-sidebar form {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.amt-catalog-sidebar h2,
	.amt-search-field,
	.amt-catalog-sidebar .amt-button,
	.amt-clear-filters {
		grid-column: 1 / -1;
	}

	.amt-catalog-sidebar fieldset {
		margin: 0;
		border-bottom: 0;
	}

	.amt-product-detail {
		grid-template-columns: 1fr;
	}

	.amt-product-gallery,
	.amt-product-summary {
		width: min(680px, 100%);
		margin-inline: auto;
	}

	.amt-product-grid,
	.amt-site-main .amc-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 650px) {
	.amt-container {
		width: min(100% - 28px, 1180px);
	}

	.amt-announcement {
		font-size: 12px;
	}

	.amt-brand {
		flex-basis: 175px;
	}

	.amt-brand img,
	.amt-default-logo img,
	.custom-logo {
		max-width: 175px;
		max-height: 58px;
	}

	.amt-hero-grid {
		gap: 30px;
	}

	.amt-hero h1 {
		font-size: 42px;
	}

	.amt-hero-copy > p {
		font-size: 17px;
	}

	.amt-hero-actions .amt-button {
		width: 100%;
	}

	.amt-hero-products {
		min-height: 330px;
	}

	.amt-hero-product-1 {
		left: 11%;
		width: 165px;
		height: 230px;
	}

	.amt-hero-product-2 {
		width: 155px;
		height: 220px;
	}

	.amt-hero-product-3 {
		right: 22%;
		width: 160px;
		height: 130px;
	}

	.amt-hero-product-4 {
		width: 120px;
		height: 145px;
	}

	.amt-section {
		padding-block: 55px;
	}

	.amt-category-grid,
	.amt-process-grid,
	.amt-trust-grid,
	.amt-product-grid,
	.amt-product-grid-featured,
	.amt-related .amt-product-grid,
	.amt-site-main .amc-product-grid {
		grid-template-columns: 1fr;
	}

	.amt-category-card {
		min-height: 150px;
	}

	.amt-trust-grid > div {
		border-right: 0;
		border-bottom: 1px solid rgba(89, 16, 79, 0.15);
	}

	.amt-trust-grid > div:last-child {
		border-bottom: 0;
	}

	.amt-final-cta-inner,
	.amt-footer-grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.amt-final-icon {
		margin-inline: auto;
	}

	.amt-footer-brand img {
		margin-inline: auto;
	}

	.amt-footer-bottom {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.amt-page-hero {
		padding-block: 55px 45px;
	}

	.amt-page-hero h1 {
		font-size: 42px;
	}

	.amt-catalog-sidebar form {
		grid-template-columns: 1fr;
	}

	.amt-catalog-sidebar h2,
	.amt-search-field,
	.amt-catalog-sidebar .amt-button,
	.amt-clear-filters {
		grid-column: auto;
	}

	.amt-product-detail {
		gap: 30px;
		padding-bottom: 55px;
	}

	.amt-product-summary h1 {
		font-size: 40px;
	}

	.amt-how-to > div {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.amt-how-to span {
		flex-direction: row;
		gap: 10px;
		text-align: left;
	}

	.amt-how-to b {
		flex: 0 0 32px;
		margin-bottom: 0;
	}

	.amt-product-quote {
		white-space: normal;
	}

	.amt-testimonial-card {
		padding: 28px;
	}

	.amt-testimonial-heart {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
