: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-products::before,
.amt-hero-products::after {
	position: absolute;
	z-index: 4;
	color: var(--amt-pink);
	pointer-events: none;
}

.amt-hero-products::before {
	top: -8px;
	left: 2%;
	content: "♡";
	font-size: 42px;
	transform: rotate(-12deg);
}

.amt-hero-products::after {
	right: 5%;
	bottom: 20px;
	content: "✦";
	font-size: 34px;
}

.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-testimonial {
	padding-block: 58px;
}

.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-hero {
	position: relative;
	min-height: 270px;
	padding: 48px 0 58px;
	overflow: hidden;
}

.amt-catalog-hero::before {
	position: absolute;
	top: -145px;
	right: -45px;
	width: 420px;
	height: 320px;
	content: "";
	background: rgba(236, 23, 111, 0.1);
	border-radius: 48% 52% 58% 42%;
	transform: rotate(-8deg);
}

.amt-catalog-hero::after {
	position: absolute;
	right: -4%;
	bottom: -76px;
	left: -4%;
	height: 105px;
	content: "";
	background: #fff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.amt-catalog-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
	align-items: center;
	gap: 45px;
}

.amt-catalog-hero-copy h1 {
	max-width: 660px;
	font-size: clamp(44px, 4.5vw, 60px);
}

.amt-catalog-hero-art {
	position: relative;
	min-height: 185px;
}

.amt-gift {
	position: absolute;
	top: 55%;
	left: 52%;
	width: 174px;
	height: 112px;
	background: linear-gradient(135deg, #ff5e9b, var(--amt-pink));
	border: 7px solid rgba(255, 255, 255, 0.9);
	border-radius: 18px 18px 26px 26px;
	box-shadow: 0 18px 38px rgba(89, 16, 79, 0.18);
	transform: translate(-50%, -42%) rotate(3deg);
}

.amt-gift::before {
	position: absolute;
	top: -20px;
	right: -13px;
	left: -13px;
	height: 29px;
	content: "";
	background: var(--amt-plum);
	border: 6px solid rgba(255, 255, 255, 0.92);
	border-radius: 13px;
}

.amt-gift::after {
	position: absolute;
	top: -14px;
	bottom: -7px;
	left: 50%;
	width: 26px;
	content: "";
	background: #ffd4e5;
	transform: translateX(-50%);
}

.amt-gift i {
	position: absolute;
	z-index: 2;
	top: -67px;
	left: 50%;
	width: 22px;
	height: 22px;
	background: var(--amt-pink);
	border: 5px solid #fff;
	border-radius: 50%;
	transform: translateX(-50%);
}

.amt-gift i::before,
.amt-gift i::after {
	position: absolute;
	top: -9px;
	width: 54px;
	height: 38px;
	content: "";
	border: 11px solid var(--amt-pink);
	border-radius: 55% 45% 55% 45%;
}

.amt-gift i::before {
	right: 9px;
	transform: rotate(18deg);
}

.amt-gift i::after {
	left: 9px;
	transform: rotate(-18deg);
}

.amt-gift b,
.amt-gift em {
	position: absolute;
	z-index: 3;
	bottom: 15px;
	width: 15px;
	height: 15px;
	background: rgba(255, 255, 255, 0.72);
	border-radius: 50%;
}

.amt-gift b {
	left: 22px;
}

.amt-gift em {
	right: 21px;
}

.amt-catalog-hero-art .amt-heart,
.amt-catalog-hero-art .amt-spark {
	position: absolute;
	color: var(--amt-pink);
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

.amt-heart-one {
	top: 4px;
	right: 12%;
	font-size: 48px;
	transform: rotate(12deg);
}

.amt-heart-two {
	bottom: 10px;
	left: 7%;
	font-size: 25px;
	transform: rotate(-13deg);
}

.amt-spark-one {
	top: 15px;
	left: 14%;
	font-size: 32px;
}

.amt-spark-two {
	right: 1%;
	bottom: 24px;
	font-size: 24px;
	letter-spacing: 8px;
}

.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 {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	gap: 55px;
	padding-block: 30px 75px;
}

.amt-product-gallery,
.amt-product-summary {
	position: relative;
	z-index: 2;
}

.amt-product-decor {
	position: absolute;
	z-index: 1;
	inset: 0;
	pointer-events: none;
}

.amt-product-decor span {
	position: absolute;
	color: rgba(236, 23, 111, 0.3);
	font-weight: 800;
	line-height: 1;
}

.amt-product-decor span:nth-child(1) {
	top: 3px;
	right: -12px;
	font-size: 44px;
	transform: rotate(13deg);
}

.amt-product-decor span:nth-child(2) {
	top: 145px;
	right: -8px;
	font-size: 20px;
	letter-spacing: 7px;
}

.amt-product-decor span:nth-child(3) {
	right: 38%;
	bottom: 35px;
	font-size: 27px;
}

.amt-product-decor span:nth-child(4) {
	right: 4%;
	bottom: 88px;
	font-size: 48px;
	transform: rotate(-8deg);
}

.amt-product-summary::before {
	position: absolute;
	z-index: -1;
	top: -22px;
	right: -26px;
	bottom: -20px;
	left: -24px;
	content: "";
	background:
		radial-gradient(circle at 96% 13%, rgba(236, 23, 111, 0.1) 0 5px, transparent 6px),
		radial-gradient(circle at 91% 18%, rgba(236, 23, 111, 0.08) 0 3px, transparent 4px);
	border-radius: 32px;
}

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

/* Política de envíos y modal informativa. */
.amt-shipping-hero {
	position: relative;
	padding: 62px 0 86px;
	overflow: hidden;
	background: linear-gradient(115deg, #fff0f5, var(--amt-cream) 52%, var(--amt-lavender));
}

.amt-shipping-hero::before,
.amt-shipping-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.amt-shipping-hero::before {
	top: -150px;
	left: -100px;
	width: 430px;
	height: 300px;
	background: rgba(236, 23, 111, 0.1);
	border-radius: 45% 55% 60% 40%;
	transform: rotate(13deg);
}

.amt-shipping-hero::after {
	right: -5%;
	bottom: -78px;
	left: -5%;
	height: 120px;
	background: #fff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.amt-shipping-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(350px, 0.95fr) minmax(0, 1.05fr);
	align-items: center;
	gap: 70px;
}

.amt-shipping-hero-copy h1 {
	max-width: 650px;
	margin-bottom: 20px;
	font-size: clamp(46px, 5vw, 68px);
}

.amt-shipping-hero-copy p {
	max-width: 620px;
	margin: 0;
	font-size: 19px;
}

.amt-shipping-visual {
	position: relative;
	min-height: 380px;
}

.amt-wrapped-gift {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 335px;
	height: 300px;
	padding: 24px 28px 42px;
	background: linear-gradient(145deg, #ffd4e3, #f9a8c5);
	border: 8px solid rgba(255, 255, 255, 0.9);
	border-radius: 34px 34px 52px 52px;
	box-shadow: 0 24px 55px rgba(89, 16, 79, 0.16);
	transform: translate(-50%, -50%) rotate(-3deg);
}

.amt-wrapped-gift::before {
	position: absolute;
	z-index: 3;
	top: -22px;
	right: -17px;
	left: -17px;
	height: 42px;
	content: "";
	background: var(--amt-pink);
	border: 7px solid #fff;
	border-radius: 18px;
}

.amt-wrapped-gift::after {
	position: absolute;
	z-index: 3;
	top: -28px;
	bottom: -8px;
	left: 50%;
	width: 34px;
	content: "";
	background: rgba(255, 255, 255, 0.68);
	transform: translateX(-50%);
}

.amt-wrapped-gift img,
.amt-wrapped-gift > span {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-size: 90px;
	border-radius: 24px;
}

.amt-shipping-ribbon,
.amt-shipping-heart,
.amt-shipping-spark {
	position: absolute;
	z-index: 4;
	color: var(--amt-pink);
	pointer-events: none;
}

.amt-shipping-ribbon {
	top: -8px;
	left: 0;
	font-size: 85px;
	transform: rotate(-27deg);
}

.amt-shipping-heart {
	top: 20px;
	right: 0;
	font-size: 60px;
	transform: rotate(11deg);
}

.amt-shipping-spark {
	right: 8%;
	bottom: 12px;
	font-size: 34px;
}

.amt-shipping-journey {
	padding-top: 45px;
}

.amt-journey-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
}

.amt-journey-grid::before {
	position: absolute;
	top: 67px;
	right: 15%;
	left: 15%;
	height: 3px;
	content: "";
	background: repeating-linear-gradient(90deg, var(--amt-pink) 0 8px, transparent 8px 18px);
	opacity: 0.35;
}

.amt-journey-grid > div {
	position: relative;
	z-index: 1;
	padding: 20px;
	text-align: center;
}

.amt-journey-icon {
	display: grid;
	place-items: center;
	width: 110px;
	height: 110px;
	margin: 0 auto 15px;
	font-size: 54px;
	background: var(--amt-lavender);
	border: 7px solid #fff;
	border-radius: 50%;
	box-shadow: var(--amt-shadow);
}

.amt-journey-grid b {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 28px;
	margin-bottom: 10px;
	color: #fff;
	background: var(--amt-pink);
	border-radius: 50%;
}

.amt-journey-grid h3 {
	margin-bottom: 7px;
	font-size: 20px;
}

.amt-journey-grid p {
	margin: 0;
	color: var(--amt-muted);
}

.amt-shipping-options {
	position: relative;
	background: linear-gradient(180deg, #fff, var(--amt-cream));
}

.amt-shipping-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 22px;
}

.amt-shipping-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 30px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 26px;
	box-shadow: 0 14px 38px rgba(89, 16, 79, 0.07);
}

.amt-shipping-card::after {
	position: absolute;
	top: 18px;
	right: 22px;
	color: rgba(236, 23, 111, 0.2);
	font-size: 35px;
	content: "♡";
}

.amt-shipping-card-icon {
	display: grid;
	place-items: center;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
	font-size: 30px;
	background: var(--amt-blush);
	border-radius: 18px;
}

.amt-shipping-card h2 {
	font-size: 25px;
}

.amt-shipping-card h3 {
	margin: 20px 0 8px;
	font-size: 18px;
}

.amt-shipping-card address {
	font-style: normal;
}

.amt-shipping-card ul {
	margin: 12px 0 22px;
	padding-left: 20px;
}

.amt-shipping-card li {
	margin-bottom: 8px;
}

.amt-shipping-card .amt-button {
	width: 100%;
	margin-top: auto;
}

.amt-shipping-checks {
	list-style: none;
	padding-left: 0 !important;
}

.amt-shipping-checks li {
	position: relative;
	padding-left: 25px;
}

.amt-shipping-checks li::before {
	position: absolute;
	top: 1px;
	left: 0;
	color: var(--amt-pink);
	content: "✓";
	font-weight: 800;
}

.amt-shipping-note {
	margin-top: auto;
	padding: 14px;
	color: var(--amt-plum);
	background: var(--amt-blush);
	border-radius: 13px;
}

.amt-shipping-faq {
	background: var(--amt-lavender);
}

.amt-shipping-faq-inner {
	max-width: 880px;
}

.amt-shipping-faq details {
	margin-bottom: 12px;
	padding: 18px 22px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 15px;
}

.amt-shipping-faq summary,
.amt-shipping-modal summary {
	color: var(--amt-plum);
	font-weight: 750;
	cursor: pointer;
}

.amt-shipping-faq details p {
	margin: 12px 0 0;
}

.amt-shipping-info-link {
	display: grid;
	grid-template-columns: 40px 1fr auto;
	align-items: center;
	gap: 10px;
	margin: 20px 0;
	padding: 13px 15px;
	color: var(--amt-plum);
	font-size: 13px;
	text-decoration: none;
	background: var(--amt-lavender);
	border: 1px solid var(--amt-line);
	border-radius: 14px;
}

.amt-shipping-info-link > span:first-child {
	font-size: 25px;
}

.amt-shipping-info-link strong {
	display: block;
	font-size: 15px;
}

.amt-shipping-info-link b {
	color: var(--amt-pink-dark);
	white-space: nowrap;
}

.amt-footer-shipping {
	display: block;
	margin-top: 9px;
}

body.amt-modal-open {
	overflow: hidden;
}

.amt-shipping-modal[hidden] {
	display: none;
}

.amt-shipping-modal {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	place-items: center;
	padding: 24px;
	opacity: 0;
	transition: opacity 0.18s ease;
}

.amt-shipping-modal.is-open {
	opacity: 1;
}

.amt-shipping-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(40, 5, 36, 0.7);
	backdrop-filter: blur(4px);
}

.amt-shipping-modal-dialog {
	position: relative;
	z-index: 1;
	width: min(1040px, 100%);
	max-height: min(88vh, 760px);
	padding: 30px;
	overflow: auto;
	background: linear-gradient(145deg, #fff, var(--amt-cream));
	border-radius: 28px;
	box-shadow: 0 30px 90px rgba(26, 3, 23, 0.35);
	transform: translateY(18px) scale(0.98);
	transition: transform 0.18s ease;
}

.amt-shipping-modal.is-open .amt-shipping-modal-dialog {
	transform: translateY(0) scale(1);
}

.amt-shipping-modal-dialog:focus {
	outline: 3px solid rgba(236, 23, 111, 0.25);
}

.amt-shipping-modal-close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	color: var(--amt-plum);
	font-size: 28px;
	line-height: 1;
	background: var(--amt-blush);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.amt-shipping-modal-heading {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-right: 48px;
}

.amt-shipping-modal-heading > span {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	font-size: 32px;
	background: var(--amt-lavender);
	border-radius: 18px;
}

.amt-shipping-modal-heading small {
	color: var(--amt-pink-dark);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.amt-shipping-modal-heading h2 {
	margin: 3px 0 0;
	font-size: 30px;
}

.amt-shipping-modal-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
	margin-top: 24px;
}

.amt-shipping-modal-options > section {
	display: flex;
	flex-direction: column;
	padding: 20px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 18px;
}

.amt-shipping-modal-options > section > span {
	font-size: 30px;
}

.amt-shipping-modal-options h3 {
	margin: 7px 0;
	font-size: 20px;
}

.amt-shipping-modal-options p {
	margin: 5px 0 12px;
	font-size: 14px;
}

.amt-shipping-modal-options details {
	margin-bottom: 12px;
	font-size: 13px;
}

.amt-shipping-modal-options .amt-button {
	width: 100%;
	min-height: 44px;
	margin-top: auto;
	padding: 9px 12px;
	font-size: 13px;
}

.amt-shipping-full-policy {
	display: block;
	margin-top: 20px;
	font-weight: 750;
	text-align: center;
}

/* Página Personaliza. */
.amt-personalize-hero {
	position: relative;
	padding: 76px 0 94px;
	overflow: hidden;
	background: linear-gradient(120deg, var(--amt-lavender), #fff8fb 48%, #fff1e9);
}

.amt-personalize-hero::before,
.amt-personalize-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.amt-personalize-hero::before {
	top: -160px;
	right: 8%;
	width: 390px;
	height: 250px;
	background: rgba(255, 196, 210, 0.45);
	border-radius: 50%;
}

.amt-personalize-hero::after {
	right: -5%;
	bottom: -78px;
	left: -5%;
	height: 120px;
	background: #fff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.amt-personalize-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	align-items: center;
	gap: 70px;
}

.amt-personalize-copy h1 {
	max-width: 690px;
	margin: 12px 0 22px;
	font-size: clamp(48px, 5vw, 70px);
}

.amt-personalize-copy > p {
	max-width: 650px;
	margin-bottom: 28px;
	font-size: 19px;
}

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

.amt-personalize-reassurance {
	display: block;
	margin-top: 16px;
	color: var(--amt-plum);
	font-weight: 700;
}

.amt-personalize-collage {
	position: relative;
	min-height: 440px;
}

.amt-personalize-photo {
	position: absolute;
	display: grid;
	place-items: center;
	overflow: hidden;
	color: var(--amt-pink);
	font-size: 72px;
	text-decoration: none;
	background: #fff;
	border: 9px solid #fff;
	border-radius: 24px;
	box-shadow: 0 24px 55px rgba(89, 16, 79, 0.18);
}

.amt-personalize-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.amt-personalize-photo-1 {
	z-index: 2;
	top: 20px;
	left: 70px;
	width: 255px;
	height: 320px;
	transform: rotate(-5deg);
}

.amt-personalize-photo-2 {
	z-index: 3;
	right: 5px;
	bottom: 15px;
	width: 245px;
	height: 270px;
	transform: rotate(6deg);
}

.amt-personalize-photo-3 {
	z-index: 1;
	right: 32px;
	top: 0;
	width: 205px;
	height: 220px;
	transform: rotate(9deg);
}

.amt-personalize-tape {
	position: absolute;
	z-index: 5;
	top: 4px;
	left: 145px;
	width: 110px;
	height: 32px;
	background: rgba(255, 224, 169, 0.85);
	transform: rotate(-8deg);
}

.amt-personalize-dots,
.amt-personalize-bow,
.amt-personalize-heart {
	position: absolute;
	z-index: 6;
	color: var(--amt-pink);
}

.amt-personalize-dots {
	right: 5px;
	top: 8px;
	font-size: 24px;
	letter-spacing: 8px;
}

.amt-personalize-bow {
	left: 8px;
	bottom: 10px;
	font-size: 56px;
	transform: rotate(-10deg);
}

.amt-personalize-heart {
	right: 5px;
	bottom: 5px;
	font-size: 70px;
}

.amt-personalize-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.amt-personalize-feature-grid article {
	padding: 28px 24px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: var(--amt-radius);
	box-shadow: var(--amt-shadow);
}

.amt-personalize-feature-grid article > span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	color: var(--amt-pink);
	font-size: 24px;
	font-weight: 800;
	background: var(--amt-blush);
	border-radius: 17px;
}

.amt-personalize-feature-grid h3 {
	margin-bottom: 8px;
	font-size: 22px;
}

.amt-personalize-feature-grid p {
	margin: 0;
	color: var(--amt-muted);
	font-size: 14px;
}

.amt-personalize-prep {
	position: relative;
	background: linear-gradient(135deg, #fff9f4, var(--amt-blush));
}

.amt-personalize-prep-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
	gap: 28px;
}

.amt-personalize-checklist,
.amt-photo-tips {
	padding: 38px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 28px;
}

.amt-personalize-checklist h2,
.amt-photo-tips h2 {
	margin: 10px 0 12px;
	font-size: 34px;
}

.amt-personalize-checklist > p {
	color: var(--amt-muted);
}

.amt-personalize-checklist ul,
.amt-photo-tips ul {
	padding: 0;
	margin: 25px 0;
	list-style: none;
}

.amt-personalize-checklist li {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 13px;
	padding: 13px 0;
	border-bottom: 1px solid var(--amt-line);
}

.amt-personalize-checklist li > span {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: #fff;
	font-weight: 900;
	background: var(--amt-pink);
	border-radius: 50%;
}

.amt-personalize-checklist li strong,
.amt-personalize-checklist li small {
	display: block;
}

.amt-personalize-checklist li small {
	color: var(--amt-muted);
}

.amt-photo-tips {
	position: relative;
	color: #fff;
	background: linear-gradient(145deg, var(--amt-plum), #771265);
	border: 0;
}

.amt-photo-tips h2 {
	color: #fff;
}

.amt-photo-tips-icon {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	font-size: 34px;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 20px;
}

.amt-photo-tips li {
	position: relative;
	padding: 11px 0 11px 26px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.amt-photo-tips li::before {
	position: absolute;
	left: 0;
	color: #ffabc9;
	content: "✦";
}

.amt-photo-tips > p {
	padding: 16px;
	margin: 0;
	color: var(--amt-plum);
	font-weight: 700;
	background: #fff;
	border-radius: 15px;
}

.amt-personalize-process {
	background: #fff;
}

.amt-personalize-process-grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.amt-personalize-process-grid::before {
	position: absolute;
	z-index: 0;
	top: 30px;
	right: 10%;
	left: 10%;
	height: 3px;
	content: "";
	background: repeating-linear-gradient(90deg, var(--amt-pink) 0 9px, transparent 9px 18px);
}

.amt-personalize-process-grid article {
	position: relative;
	z-index: 1;
	padding: 0 15px;
	text-align: center;
}

.amt-personalize-process-grid b {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	margin: 0 auto 18px;
	color: #fff;
	font-size: 20px;
	background: var(--amt-pink);
	border: 7px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--amt-pink);
}

.amt-personalize-process-grid article > span {
	display: block;
	margin-bottom: 8px;
	color: var(--amt-pink);
	font-size: 32px;
}

.amt-personalize-process-grid h3 {
	margin-bottom: 7px;
	font-size: 20px;
}

.amt-personalize-process-grid p {
	margin: 0;
	color: var(--amt-muted);
	font-size: 14px;
}

.amt-personalize-inspiration {
	background: var(--amt-lavender);
}

.amt-personalize-faq-inner {
	max-width: 900px;
}

.amt-personalize-faq details {
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 16px;
}

.amt-personalize-faq summary {
	padding: 18px 22px;
	color: var(--amt-plum);
	font-weight: 800;
	cursor: pointer;
}

.amt-personalize-faq details p {
	padding: 0 22px 20px;
	margin: 0;
	color: var(--amt-muted);
}

/* Página Nosotros. */
.amt-about-hero {
	position: relative;
	padding: 78px 0 100px;
	overflow: hidden;
	background: linear-gradient(115deg, #fff8f3, var(--amt-blush) 55%, var(--amt-lavender));
}

.amt-about-hero::before,
.amt-about-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.amt-about-hero::before {
	top: -155px;
	left: 24%;
	width: 390px;
	height: 240px;
	background: rgba(244, 214, 255, 0.65);
	border-radius: 50%;
}

.amt-about-hero::after {
	right: -5%;
	bottom: -75px;
	left: -5%;
	height: 120px;
	background: #fff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.amt-about-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	align-items: center;
	gap: 70px;
}

.amt-about-copy h1 {
	max-width: 700px;
	margin: 12px 0 22px;
	font-size: clamp(48px, 5vw, 68px);
}

.amt-about-copy > p {
	max-width: 650px;
	margin-bottom: 28px;
	font-size: 19px;
}

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

.amt-about-showcase {
	position: relative;
	min-height: 440px;
}

.amt-about-loop {
	position: absolute;
	top: 28px;
	right: 10px;
	bottom: 20px;
	left: 15px;
	border: 3px dashed rgba(236, 23, 111, 0.35);
	border-radius: 46% 54% 42% 58%;
	transform: rotate(-8deg);
}

.amt-about-product {
	position: absolute;
	display: grid;
	place-items: center;
	overflow: hidden;
	color: var(--amt-pink);
	font-size: 68px;
	text-decoration: none;
	background: #fff;
	border: 8px solid #fff;
	box-shadow: 0 22px 55px rgba(89, 16, 79, 0.18);
}

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

.amt-about-product-1 {
	z-index: 3;
	top: 34px;
	left: 95px;
	width: 260px;
	height: 340px;
	border-radius: 46% 46% 25px 25px;
}

.amt-about-product-2 {
	z-index: 4;
	right: 0;
	bottom: 15px;
	width: 190px;
	height: 205px;
	border-radius: 50%;
}

.amt-about-product-3 {
	z-index: 2;
	top: 5px;
	right: 5px;
	width: 175px;
	height: 190px;
	border-radius: 24px;
	transform: rotate(7deg);
}

.amt-about-bow,
.amt-about-heart,
.amt-about-spark {
	position: absolute;
	z-index: 6;
	color: var(--amt-pink);
}

.amt-about-bow {
	left: 22px;
	bottom: 18px;
	font-size: 55px;
	transform: rotate(-12deg);
}

.amt-about-heart {
	right: 6px;
	top: -5px;
	font-size: 60px;
}

.amt-about-spark {
	left: 45px;
	top: 15px;
	font-size: 35px;
}

.amt-about-intro-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
	gap: 70px;
	align-items: start;
}

.amt-about-intro-title {
	position: relative;
}

.amt-about-intro-title .amt-doodle {
	position: absolute;
	top: -30px;
	left: -10px;
}

.amt-about-intro-title h2 {
	font-size: clamp(36px, 4vw, 52px);
}

.amt-about-intro-copy {
	padding-left: 35px;
	font-size: 18px;
	border-left: 3px solid var(--amt-pink);
}

.amt-about-intro-copy p:first-child {
	margin-top: 0;
}

.amt-about-values {
	background: var(--amt-lavender);
}

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

.amt-about-values-grid article {
	padding: 34px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 26px;
	box-shadow: var(--amt-shadow);
}

.amt-about-values-grid article > span {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin-bottom: 22px;
	color: var(--amt-pink);
	font-size: 34px;
	background: var(--amt-blush);
	border-radius: 20px;
}

.amt-about-values-grid h3 {
	margin-bottom: 10px;
	font-size: 24px;
}

.amt-about-values-grid p {
	margin: 0;
	color: var(--amt-muted);
}

.amt-about-care {
	background: linear-gradient(135deg, #fffaf6, #fff);
}

.amt-about-care-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
	align-items: stretch;
	gap: 28px;
}

.amt-about-care-copy,
.amt-about-local-card {
	padding: 38px;
	border-radius: 28px;
}

.amt-about-care-copy {
	background: #fff;
	border: 1px solid var(--amt-line);
}

.amt-about-care-copy h2 {
	margin: 10px 0 14px;
	font-size: 38px;
}

.amt-about-care-copy > p {
	color: var(--amt-muted);
}

.amt-about-care-copy ul {
	padding: 0;
	margin: 24px 0 0;
	list-style: none;
}

.amt-about-care-copy li {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 14px;
	padding: 13px 0;
	border-bottom: 1px solid var(--amt-line);
}

.amt-about-care-copy li:last-child {
	border-bottom: 0;
}

.amt-about-care-copy li > span {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	color: #fff;
	font-weight: 850;
	background: var(--amt-pink);
	border-radius: 50%;
}

.amt-about-care-copy li strong,
.amt-about-care-copy li small {
	display: block;
}

.amt-about-care-copy li small {
	color: var(--amt-muted);
}

.amt-about-local-card {
	position: relative;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(145deg, var(--amt-plum), #811269);
}

.amt-about-local-card::after {
	position: absolute;
	right: -55px;
	bottom: -70px;
	width: 210px;
	height: 210px;
	content: "";
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
}

.amt-about-pin {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	margin-bottom: 20px;
	font-size: 38px;
	background: rgba(255, 255, 255, 0.13);
	border-radius: 20px;
}

.amt-about-local-card > small {
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.amt-about-local-card h2 {
	margin: 9px 0 20px;
	color: #fff;
	font-size: 34px;
}

.amt-about-local-card address {
	padding: 18px;
	font-style: normal;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 16px;
}

.amt-about-local-card a {
	position: relative;
	z-index: 2;
	color: #fff;
	font-weight: 800;
}

.amt-about-promise {
	padding-block: 65px;
}

.amt-about-promise-card {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	align-items: center;
	gap: 50px;
	padding: 44px;
	background: linear-gradient(130deg, var(--amt-cream), var(--amt-blush));
	border: 1px solid var(--amt-line);
	border-radius: 30px;
}

.amt-about-promise blockquote {
	margin: 13px 0;
	color: var(--amt-plum);
	font-size: 20px;
}

.amt-about-promise cite {
	font-style: normal;
	font-weight: 750;
}

.amt-about-promise-message {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	padding-left: 40px;
	border-left: 1px solid var(--amt-line);
}

.amt-about-promise-message > span {
	color: var(--amt-pink);
	font-size: 52px;
	line-height: 1;
}

.amt-about-promise-message > strong {
	color: var(--amt-plum);
	font-size: 20px;
}

.amt-footer-social {
	display: flex;
	gap: 9px;
	margin-top: 14px;
	font-weight: 750;
}

/* Página Contacto. */
.amt-contact-hero {
	position: relative;
	padding: 76px 0 96px;
	overflow: hidden;
	background: linear-gradient(120deg, var(--amt-lavender), #fff9f5 52%, var(--amt-blush));
}

.amt-contact-hero::before,
.amt-contact-hero::after {
	position: absolute;
	content: "";
	pointer-events: none;
}

.amt-contact-hero::before {
	top: -135px;
	right: 8%;
	width: 360px;
	height: 230px;
	background: rgba(255, 191, 207, 0.42);
	border-radius: 50%;
}

.amt-contact-hero::after {
	right: -5%;
	bottom: -76px;
	left: -5%;
	height: 118px;
	background: #fff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.amt-contact-hero-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
	align-items: center;
	gap: 70px;
}

.amt-contact-copy h1 {
	max-width: 680px;
	margin: 12px 0 22px;
	font-size: clamp(50px, 5vw, 70px);
}

.amt-contact-copy > p {
	max-width: 640px;
	margin-bottom: 28px;
	font-size: 19px;
}

.amt-contact-copy > small {
	display: block;
	margin-top: 16px;
	color: var(--amt-plum);
	font-weight: 750;
}

.amt-contact-visual {
	position: relative;
	min-height: 430px;
}

.amt-contact-product {
	position: absolute;
	z-index: 2;
	right: 65px;
	bottom: 5px;
	display: grid;
	place-items: center;
	width: 285px;
	height: 340px;
	overflow: hidden;
	color: var(--amt-pink);
	font-size: 72px;
	background: #fff;
	border: 9px solid #fff;
	border-radius: 48% 48% 25px 25px;
	box-shadow: 0 25px 60px rgba(89, 16, 79, 0.18);
}

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

.amt-contact-bubble {
	position: absolute;
	z-index: 4;
	padding: 13px 18px;
	color: var(--amt-plum);
	font-weight: 800;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 18px 18px 18px 4px;
	box-shadow: var(--amt-shadow);
}

.amt-contact-bubble-one {
	top: 10px;
	left: 5px;
	font-size: 20px;
}

.amt-contact-bubble-two {
	right: 0;
	top: 90px;
	border-radius: 18px 18px 4px;
}

.amt-contact-heart,
.amt-contact-dots {
	position: absolute;
	z-index: 5;
	color: var(--amt-pink);
}

.amt-contact-heart {
	left: 0;
	bottom: 40px;
	font-size: 72px;
}

.amt-contact-dots {
	right: 5px;
	bottom: 5px;
	font-size: 24px;
	letter-spacing: 8px;
}

.amt-contact-reason-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.amt-contact-reason-grid > a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 250px;
	padding: 26px;
	color: var(--amt-text);
	text-decoration: none;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 24px;
	box-shadow: var(--amt-shadow);
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.amt-contact-reason-grid > a:hover,
.amt-contact-reason-grid > a:focus {
	border-color: var(--amt-pink);
	transform: translateY(-4px);
}

.amt-contact-reason-grid a > span {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	margin-bottom: 18px;
	color: var(--amt-pink);
	font-size: 28px;
	font-weight: 850;
	background: var(--amt-blush);
	border-radius: 17px;
}

.amt-contact-reason-grid h3 {
	margin-bottom: 8px;
	font-size: 21px;
}

.amt-contact-reason-grid p {
	margin: 0 0 16px;
	color: var(--amt-muted);
	font-size: 14px;
}

.amt-contact-reason-grid b {
	margin-top: auto;
	color: var(--amt-pink-dark);
}

.amt-contact-location {
	background: linear-gradient(135deg, #fff9f4, var(--amt-blush));
}

.amt-contact-location-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
	gap: 28px;
}

.amt-contact-store,
.amt-contact-map-card {
	padding: 38px;
	background: #fff;
	border: 1px solid var(--amt-line);
	border-radius: 28px;
}

.amt-contact-store h2 {
	margin: 10px 0 24px;
	font-size: 38px;
}

.amt-contact-store address {
	display: grid;
	grid-template-columns: 52px 1fr;
	align-items: center;
	gap: 14px;
	padding: 18px;
	font-style: normal;
	background: var(--amt-lavender);
	border-radius: 18px;
}

.amt-contact-store address > span {
	font-size: 34px;
}

.amt-contact-hours {
	margin-top: 25px;
}

.amt-contact-hours h3 {
	margin-bottom: 10px;
}

.amt-contact-hours dl {
	margin: 0;
}

.amt-contact-hours dl > div {
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 15px;
	padding: 9px 0;
	border-bottom: 1px solid var(--amt-line);
}

.amt-contact-hours dt {
	font-weight: 800;
}

.amt-contact-hours dd {
	margin: 0;
}

.amt-contact-notice {
	padding: 13px 16px;
	margin: 22px 0 0;
	color: var(--amt-plum);
	font-weight: 700;
	background: var(--amt-blush);
	border-radius: 14px;
}

.amt-contact-map-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.amt-contact-map-art {
	position: relative;
	width: 100%;
	height: 190px;
	margin-bottom: 24px;
	overflow: hidden;
	background: linear-gradient(145deg, #f2e9ff, #ffeaf1);
	border-radius: 20px;
}

.amt-contact-map-art i {
	position: absolute;
	width: 130%;
	height: 40px;
	background: rgba(255, 255, 255, 0.75);
	transform: rotate(-15deg);
}

.amt-contact-map-art i:nth-child(1) {
	top: 35px;
	left: -15%;
}

.amt-contact-map-art i:nth-child(2) {
	top: 90px;
	left: -5%;
	transform: rotate(22deg);
}

.amt-contact-map-art i:nth-child(3) {
	top: 70px;
	left: 25%;
	transform: rotate(82deg);
}

.amt-contact-map-art span {
	position: absolute;
	z-index: 2;
	top: 45px;
	left: 50%;
	color: var(--amt-pink);
	font-size: 62px;
	transform: translateX(-50%);
}

.amt-contact-map-art b {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 18px;
	left: 0;
	color: var(--amt-plum);
	text-align: center;
}

.amt-contact-map-card h3 {
	margin-bottom: 8px;
	font-size: 27px;
}

.amt-contact-map-card > p {
	margin-top: 0;
	color: var(--amt-muted);
}

.amt-contact-policy-link {
	margin: 16px auto 0;
	font-weight: 750;
}

.amt-contact-social-card {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1.15fr);
	align-items: center;
	gap: 55px;
	padding: 44px;
	color: #fff;
	background: linear-gradient(130deg, var(--amt-plum), #801269);
	border-radius: 30px;
}

.amt-contact-social-card h2 {
	margin: 9px 0 12px;
	color: #fff;
	font-size: 37px;
}

.amt-contact-social-card p {
	margin: 0;
}

.amt-contact-social-card .amt-eyebrow {
	color: #ffb4cf;
}

.amt-contact-social-links {
	display: grid;
	gap: 14px;
}

.amt-contact-social-links > a {
	display: grid;
	grid-template-columns: 55px 1fr auto;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	color: var(--amt-plum);
	text-decoration: none;
	background: #fff;
	border-radius: 18px;
	transition: transform 0.2s ease;
}

.amt-contact-social-links > a:hover,
.amt-contact-social-links > a:focus {
	transform: translateX(4px);
}

.amt-contact-social-links a > span {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 29px;
	font-weight: 850;
	background: var(--amt-pink);
	border-radius: 15px;
}

.amt-social-tiktok > span {
	background: #1d1720 !important;
}

.amt-contact-social-links small,
.amt-contact-social-links strong {
	display: block;
}

.amt-contact-social-links small {
	color: var(--amt-muted);
}

.amt-contact-social-links b {
	font-size: 20px;
}

.amt-contact-ready {
	padding-block: 30px 70px;
}

.amt-contact-ready-card {
	display: grid;
	grid-template-columns: 70px 1fr auto;
	align-items: center;
	gap: 22px;
	padding: 30px 36px;
	background: var(--amt-cream);
	border: 1px solid var(--amt-line);
	border-radius: 24px;
}

.amt-contact-ready-card > span {
	color: var(--amt-pink);
	font-size: 58px;
	line-height: 1;
}

.amt-contact-ready-card h2 {
	margin-bottom: 4px;
	font-size: 27px;
}

.amt-contact-ready-card p {
	margin: 0;
	color: var(--amt-muted);
}

/* v0.7 · Afinación visual orgánica aprobada. */
:root {
	--amt-shadow: 0 18px 48px rgba(89, 16, 79, 0.12);
	--amt-radius: 26px;
	--amt-font: "Nunito Sans", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	--amt-display: "Fredoka", "Arial Rounded MT Bold", "Segoe UI", sans-serif;
}

body {
	letter-spacing: 0.005em;
}

h1,
h2,
h3,
h4 {
	font-weight: 600;
	letter-spacing: -0.025em;
}

.amt-eyebrow,
.amt-button,
.amt-badge,
.amt-menu a {
	letter-spacing: 0.015em;
}

.amt-button {
	border-radius: 16px;
	box-shadow: 0 9px 24px rgba(236, 23, 111, 0.12);
}

.amt-button-whatsapp {
	box-shadow: 0 9px 24px rgba(25, 173, 89, 0.15);
}

.amt-section-heading {
	position: relative;
	z-index: 3;
}

.amt-section-heading::before,
.amt-section-heading::after {
	position: absolute;
	color: rgba(236, 23, 111, 0.32);
	pointer-events: none;
}

.amt-section-heading::before {
	top: 14px;
	left: -18px;
	content: "✦";
	font-size: 22px;
	transform: rotate(-12deg);
}

.amt-section-heading::after {
	right: -30px;
	bottom: 2px;
	content: "•  •  •";
	font-size: 17px;
	letter-spacing: 5px;
}

.amt-doodle {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin: 0 auto 6px;
	background: linear-gradient(145deg, #fff, var(--amt-blush));
	border: 1px solid rgba(236, 23, 111, 0.13);
	border-radius: 50% 42% 50% 44%;
	box-shadow: 0 8px 20px rgba(89, 16, 79, 0.08);
	transform: rotate(-5deg);
}

.amt-section-heading.amt-align-left .amt-doodle {
	margin-inline: 0;
}

.amt-category-card,
.amt-product-card,
.amt-process-step,
.amt-shipping-card,
.amt-personalize-feature-grid article,
.amt-about-values-grid article,
.amt-contact-reason-grid > a {
	border-color: rgba(210, 169, 200, 0.48);
	border-radius: 28px 22px 30px 20px;
	box-shadow: 0 12px 34px rgba(89, 16, 79, 0.08);
}

.amt-product-card:nth-child(even),
.amt-category-card:nth-child(even),
.amt-contact-reason-grid > a:nth-child(even) {
	border-radius: 22px 30px 20px 28px;
}

.amt-product-card:hover,
.amt-category-card:hover,
.amt-contact-reason-grid > a:hover {
	box-shadow: 0 20px 48px rgba(89, 16, 79, 0.15);
	transform: translateY(-5px);
}

.amt-product-image,
.amt-product-image img {
	border-radius: 25px 19px 0 0;
}

/* Ondas de unión entre las secciones de color. */
.amt-featured,
.amt-related,
.amt-personalize-inspiration,
.amt-about-values {
	--amt-wave-bg: #f6efff;
	position: relative;
	margin-top: 42px;
	background: linear-gradient(135deg, #f7f0ff, #fff3f8 64%, #fffaf6);
}

.amt-process,
.amt-personalize-prep,
.amt-about-care,
.amt-contact-location,
.amt-shipping-options {
	--amt-wave-bg: #fff2f6;
	position: relative;
	margin-top: 42px;
	background: linear-gradient(135deg, #fff9f4, #fff1f6 58%, #f8f1ff);
}

.amt-product-description {
	--amt-wave-bg: #fff8f1;
	position: relative;
	margin-top: 42px;
	background: linear-gradient(135deg, #fffaf6, #fff4f8);
}

.amt-featured::before,
.amt-related::before,
.amt-personalize-inspiration::before,
.amt-about-values::before,
.amt-process::before,
.amt-personalize-prep::before,
.amt-about-care::before,
.amt-contact-location::before,
.amt-shipping-options::before,
.amt-product-description::before {
	position: absolute;
	z-index: 0;
	top: -43px;
	right: -6%;
	left: -6%;
	height: 78px;
	content: "";
	background: var(--amt-wave-bg);
	border-radius: 50% 48% 0 0 / 100% 100% 0 0;
	pointer-events: none;
}

.amt-featured::after,
.amt-related::after,
.amt-personalize-inspiration::after,
.amt-about-values::after,
.amt-process::after,
.amt-personalize-prep::after,
.amt-about-care::after,
.amt-contact-location::after,
.amt-shipping-options::after,
.amt-product-description::after {
	position: absolute;
	z-index: 1;
	top: 15px;
	right: 3%;
	color: rgba(236, 23, 111, 0.24);
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 8px;
	content: "♡  ✦  • • •";
	pointer-events: none;
}

.amt-featured > .amt-container,
.amt-related > .amt-container,
.amt-personalize-inspiration > .amt-container,
.amt-about-values > .amt-container,
.amt-process > .amt-container,
.amt-personalize-prep > .amt-container,
.amt-about-care > .amt-container,
.amt-contact-location > .amt-container,
.amt-shipping-options > .amt-container,
.amt-product-description > .amt-container {
	position: relative;
	z-index: 2;
}

/* Profundidad y decoración específica de la ficha del producto. */
.single-am_producto .amt-breadcrumbs {
	position: relative;
	z-index: 3;
}

.single-am_producto .amt-product-detail {
	padding-block: 42px 92px;
}

.single-am_producto .amt-product-detail::before {
	position: absolute;
	z-index: 0;
	top: -32px;
	right: -7vw;
	bottom: 28px;
	left: -7vw;
	content: "";
	background:
		radial-gradient(circle at 11% 18%, rgba(236, 23, 111, 0.11) 0 5px, transparent 6px),
		radial-gradient(circle at 93% 76%, rgba(89, 16, 79, 0.08) 0 4px, transparent 5px),
		linear-gradient(125deg, rgba(255, 248, 242, 0.9), rgba(248, 239, 255, 0.82) 58%, rgba(255, 240, 246, 0.9));
	border-radius: 7% 12% 9% 14% / 9% 8% 12% 10%;
	pointer-events: none;
}

.single-am_producto .amt-gallery-main {
	border: 7px solid #fff;
	border-radius: 34px 27px 36px 24px;
	box-shadow: 0 24px 58px rgba(89, 16, 79, 0.17);
}

.single-am_producto .amt-gallery-thumbs button {
	border-radius: 16px 12px 17px 11px;
	box-shadow: 0 8px 22px rgba(89, 16, 79, 0.08);
}

.single-am_producto .amt-product-summary::before {
	top: -34px;
	right: -35px;
	bottom: -28px;
	left: -34px;
	background:
		radial-gradient(circle at 96% 13%, rgba(236, 23, 111, 0.14) 0 5px, transparent 6px),
		radial-gradient(circle at 91% 18%, rgba(236, 23, 111, 0.11) 0 3px, transparent 4px),
		linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 247, 251, 0.55));
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 36px 28px 40px 26px;
}

.single-am_producto .amt-product-summary h1 {
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}

.single-am_producto .amt-how-to {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #fff, var(--amt-blush) 46%, var(--amt-lavender));
	border: 1px solid rgba(236, 23, 111, 0.1);
	border-radius: 26px 20px 28px 22px;
	box-shadow: 0 13px 30px rgba(89, 16, 79, 0.08);
}

.single-am_producto .amt-how-to::before,
.single-am_producto .amt-how-to::after {
	position: absolute;
	color: rgba(236, 23, 111, 0.24);
	font-size: 23px;
	content: "✦";
}

.single-am_producto .amt-how-to::before {
	top: 12px;
	left: 15px;
}

.single-am_producto .amt-how-to::after {
	right: 15px;
	top: 12px;
	content: "♡";
}

.single-am_producto .amt-product-description .amt-section-heading h2::after {
	display: inline-block;
	margin-left: 9px;
	color: var(--amt-pink);
	font-size: 0.68em;
	content: "♡";
	transform: rotate(10deg);
}

.single-am_producto .amt-product-benefits {
	position: relative;
	padding-block: 52px 44px;
	margin-top: 34px;
	background: linear-gradient(110deg, #f5edff, #fff0f6, #f6efff);
}

.single-am_producto .amt-product-benefits::before,
.single-am_producto .amt-product-benefits::after {
	position: absolute;
	right: -5%;
	left: -5%;
	height: 46px;
	content: "";
	background: inherit;
	border-radius: 50%;
	pointer-events: none;
}

.single-am_producto .amt-product-benefits::before {
	top: -23px;
}

.single-am_producto .amt-product-benefits::after {
	bottom: -23px;
}

.single-am_producto .amt-product-benefits .amt-container {
	position: relative;
	z-index: 2;
}

.single-am_producto .amt-related {
	padding-top: 92px;
}

.single-am_producto .amt-related .amt-section-heading h2::after {
	display: inline-block;
	margin-left: 9px;
	color: var(--amt-pink);
	font-size: 0.7em;
	content: "♡";
	transform: rotate(11deg);
}

/* Cierres y llamadas a la acción menos planas. */
.amt-final-cta {
	position: relative;
	margin-top: 38px;
	background: linear-gradient(105deg, #fff6e9, #fff, #fff0f6);
	border-top: 0;
}

.amt-final-cta::before {
	position: absolute;
	top: -38px;
	right: -5%;
	left: -5%;
	height: 68px;
	content: "";
	background: #fff6ed;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.amt-final-cta::after {
	position: absolute;
	top: 8px;
	right: 5%;
	color: rgba(236, 23, 111, 0.32);
	font-size: 28px;
	content: "♡  ♥  ✦";
	word-spacing: 14px;
}

.amt-final-cta-inner {
	position: relative;
	z-index: 2;
	padding: 24px 28px;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(236, 23, 111, 0.11);
	border-radius: 26px 20px 30px 22px;
}

.amt-final-icon {
	box-shadow: 0 10px 24px rgba(236, 23, 111, 0.16);
	transform: rotate(-5deg);
}

.amt-site-footer {
	position: relative;
	margin-top: 34px;
}

.amt-site-footer::before {
	position: absolute;
	top: -34px;
	right: -5%;
	left: -5%;
	height: 62px;
	content: "";
	background: linear-gradient(100deg, var(--amt-plum-dark), var(--amt-plum));
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.amt-site-footer::after {
	position: absolute;
	top: -11px;
	right: 7%;
	color: rgba(255, 255, 255, 0.34);
	font-size: 22px;
	content: "• • •   ♡";
	letter-spacing: 7px;
}

.amt-site-footer > .amt-container {
	position: relative;
	z-index: 2;
}

/* v0.8 · Reconstrucción estructural conforme al mockup aprobado. */
.amt-section {
	padding-block: 100px;
}

.amt-product-stage {
	position: relative;
	padding: 18px 0 76px;
	overflow: hidden;
	background:
		radial-gradient(circle at 9% 25%, rgba(236, 23, 111, 0.08) 0 6px, transparent 7px),
		radial-gradient(circle at 91% 18%, rgba(89, 16, 79, 0.07) 0 4px, transparent 5px),
		linear-gradient(128deg, #fffaf6 0%, #fff 28%, #f7efff 62%, #fff0f6 100%);
}

.amt-product-stage::before {
	position: absolute;
	top: 90px;
	right: -8%;
	left: -7%;
	height: 76%;
	content: "";
	background: rgba(255, 255, 255, 0.34);
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 11% 17% 9% 15% / 12% 10% 18% 13%;
	box-shadow: inset 0 0 90px rgba(217, 184, 237, 0.22);
	transform: rotate(-1deg);
}

.amt-product-stage::after {
	position: absolute;
	z-index: 1;
	right: -6%;
	bottom: -63px;
	left: -6%;
	height: 126px;
	content: "";
	background: #fff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.amt-product-stage .amt-breadcrumbs,
.amt-product-stage .amt-product-detail {
	position: relative;
	z-index: 2;
}

.amt-stage-decor,
.amt-product-story-decor {
	position: absolute;
	z-index: 2;
	inset: 0;
	pointer-events: none;
}

.amt-stage-decor span,
.amt-product-story-decor span {
	position: absolute;
	color: rgba(236, 23, 111, 0.28);
	font-weight: 800;
}

.amt-stage-decor span:nth-child(1) {
	top: 180px;
	left: 2.5%;
	font-size: 42px;
	transform: rotate(-12deg);
}

.amt-stage-decor span:nth-child(2) {
	top: 120px;
	right: 6%;
	font-size: 34px;
}

.amt-stage-decor span:nth-child(3) {
	right: 3%;
	bottom: 18%;
	font-size: 22px;
	letter-spacing: 8px;
}

.amt-stage-decor span:nth-child(4) {
	top: 115px;
	right: 1.5%;
	font-size: 60px;
	transform: rotate(14deg);
}

.single-am_producto .amt-product-detail {
	grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
	align-items: start;
	gap: 62px;
	padding-block: 38px 110px;
}

.single-am_producto .amt-product-detail::before {
	display: none;
}

.single-am_producto .amt-gallery-main {
	border: 8px solid rgba(255, 255, 255, 0.94);
	border-radius: 38px 30px 42px 27px;
	box-shadow:
		0 36px 75px rgba(89, 16, 79, 0.16),
		0 10px 25px rgba(89, 16, 79, 0.1),
		inset 0 0 0 1px rgba(89, 16, 79, 0.05);
}

.single-am_producto .amt-gallery-thumbs {
	gap: 14px;
	margin-top: 20px;
}

.single-am_producto .amt-gallery-thumbs button {
	padding: 5px;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 19px 14px 21px 15px;
	box-shadow: 0 14px 30px rgba(89, 16, 79, 0.13);
}

.single-am_producto .amt-product-summary {
	padding: 42px 40px 36px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.92);
	border-radius: 36px 27px 42px 30px;
	box-shadow:
		0 34px 70px rgba(89, 16, 79, 0.14),
		0 9px 24px rgba(89, 16, 79, 0.08),
		inset 0 1px 0 #fff;
	backdrop-filter: blur(10px);
}

.single-am_producto .amt-product-summary::before {
	display: none;
}

.single-am_producto .amt-product-summary h1 {
	margin: 20px 0 16px;
	font-size: clamp(42px, 4.3vw, 62px);
	line-height: 1.04;
}

.single-am_producto .amt-product-intro {
	margin-block: 28px;
	line-height: 1.75;
}

.single-am_producto .amt-product-specs {
	gap: 16px;
	margin: 30px 0;
}

.single-am_producto .amt-shipping-info-link {
	margin-block: 28px;
	padding: 17px 18px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(236, 23, 111, 0.15);
	box-shadow: 0 12px 28px rgba(89, 16, 79, 0.07);
}

.single-am_producto .amt-how-to {
	padding: 30px 26px 28px;
	margin: 30px 0 24px;
	background: linear-gradient(145deg, #fff9f4, #fff0f6 48%, #f6efff);
	border: 1px solid rgba(236, 23, 111, 0.14);
	border-radius: 30px 22px 32px 24px;
	box-shadow:
		0 22px 46px rgba(89, 16, 79, 0.12),
		0 6px 16px rgba(89, 16, 79, 0.07);
}

.single-am_producto .amt-how-to > div {
	position: relative;
	gap: 22px;
}

.single-am_producto .amt-how-to span {
	position: relative;
	z-index: 2;
}

.single-am_producto .amt-how-to span:not(:last-child)::after {
	position: absolute;
	top: 16px;
	left: calc(50% + 30px);
	width: calc(100% - 38px);
	content: "";
	border-top: 2px dashed rgba(236, 23, 111, 0.46);
}

.single-am_producto .amt-product-quote {
	min-height: 60px;
	box-shadow: 0 16px 32px rgba(236, 23, 111, 0.2);
}

.amt-personal-reply {
	display: grid;
	grid-template-columns: 46px 1fr;
	align-items: center;
	gap: 13px;
	margin-top: 27px;
	padding-top: 22px;
	border-top: 1px solid rgba(89, 16, 79, 0.1);
}

.amt-personal-reply > span {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	color: var(--amt-pink);
	font-size: 28px;
	background: var(--amt-blush);
	border-radius: 50%;
}

.amt-personal-reply strong,
.amt-personal-reply small {
	display: block;
}

.amt-personal-reply small {
	color: var(--amt-muted);
}

.amt-product-story {
	position: relative;
	padding: 118px 0 126px;
	margin-top: 35px;
	background: linear-gradient(125deg, #fffaf4 0%, #fff1f6 48%, #f7efff 100%);
}

.amt-product-story::before,
.amt-product-story::after {
	position: absolute;
	right: -6%;
	left: -6%;
	content: "";
	pointer-events: none;
}

.amt-product-story::before {
	top: -58px;
	height: 116px;
	background: #fff8f2;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	box-shadow: 0 -2px 0 rgba(236, 23, 111, 0.08);
}

.amt-product-story::after {
	bottom: -50px;
	height: 100px;
	background: #f7efff;
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.amt-product-story-grid {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(470px, 0.92fr);
	align-items: center;
	gap: 78px;
}

.amt-product-story .amt-product-description {
	padding: 0;
	margin: 0;
	background: transparent;
}

.amt-product-story .amt-product-description::before,
.amt-product-story .amt-product-description::after {
	display: none;
}

.amt-product-story .amt-product-description .amt-section-heading {
	margin-bottom: 26px;
}

.amt-product-story .amt-prose {
	font-size: 17px;
	line-height: 1.85;
}

.amt-product-story .amt-product-benefits {
	padding: 34px 30px;
	margin: 0;
	background: rgba(255, 255, 255, 0.66);
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 32px 24px 35px 26px;
	box-shadow: 0 24px 55px rgba(89, 16, 79, 0.11);
	backdrop-filter: blur(8px);
}

.amt-product-story .amt-product-benefits::before,
.amt-product-story .amt-product-benefits::after {
	display: none;
}

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

.amt-story-benefit-grid > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.amt-story-benefit-grid span {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
	color: var(--amt-pink);
	font-size: 31px;
	background: linear-gradient(145deg, #fff, var(--amt-blush));
	border-radius: 50% 42% 50% 44%;
	box-shadow: 0 12px 25px rgba(236, 23, 111, 0.12);
}

.amt-story-benefit-grid strong {
	color: var(--amt-plum);
	line-height: 1.25;
}

.amt-story-benefit-grid small {
	margin-top: 9px;
	color: var(--amt-muted);
	line-height: 1.5;
}

.amt-product-story-decor span:nth-child(1) {
	top: 28px;
	left: 20%;
	font-size: 38px;
	transform: rotate(-10deg);
}

.amt-product-story-decor span:nth-child(2) {
	top: 60px;
	right: 6%;
	font-size: 32px;
}

.amt-product-story-decor span:nth-child(3) {
	left: 4%;
	bottom: 38px;
	font-size: 22px;
	letter-spacing: 7px;
}

.single-am_producto .amt-related {
	padding: 130px 0 128px;
	margin-top: 0;
	background:
		radial-gradient(circle at 4% 18%, rgba(236, 23, 111, 0.13) 0 4px, transparent 5px),
		radial-gradient(circle at 95% 80%, rgba(89, 16, 79, 0.09) 0 4px, transparent 5px),
		linear-gradient(130deg, #f5ecff, #fff1f7 62%, #fff9f3);
}

.single-am_producto .amt-related::before {
	top: -52px;
	height: 104px;
	background: #f6efff;
}

.single-am_producto .amt-related::after {
	top: 48px;
	right: 4%;
	content: "• • •   ♡";
}

.single-am_producto .amt-related .amt-product-card {
	box-shadow:
		0 25px 55px rgba(89, 16, 79, 0.14),
		0 7px 18px rgba(89, 16, 79, 0.08);
}

.amt-related-inspiration .amt-section-heading {
	max-width: 720px;
	margin-inline: auto;
}

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

.amt-inspiration-grid > a {
	display: grid;
	grid-template-columns: 66px 1fr auto;
	align-items: center;
	gap: 18px;
	min-height: 154px;
	padding: 27px 25px;
	color: var(--amt-text);
	text-decoration: none;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.96);
	border-radius: 28px 20px 31px 22px;
	box-shadow: 0 24px 50px rgba(89, 16, 79, 0.12), 0 7px 18px rgba(89, 16, 79, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.amt-inspiration-grid > a:hover {
	transform: translateY(-5px);
	box-shadow: 0 30px 58px rgba(89, 16, 79, 0.16), 0 9px 20px rgba(89, 16, 79, 0.08);
}

.amt-inspiration-grid > a > span {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	color: var(--amt-pink);
	font-size: 31px;
	background: linear-gradient(145deg, #fff, var(--amt-blush));
	border-radius: 50% 42% 50% 44%;
	box-shadow: 0 12px 25px rgba(236, 23, 111, 0.13);
}

.amt-inspiration-grid strong,
.amt-inspiration-grid small {
	display: block;
}

.amt-inspiration-grid strong {
	color: var(--amt-plum);
	font-size: 17px;
	line-height: 1.3;
}

.amt-inspiration-grid small {
	margin-top: 8px;
	color: var(--amt-muted);
	line-height: 1.5;
}

.amt-inspiration-grid b {
	color: var(--amt-pink);
	font-size: 22px;
}

/* Catálogo con composición útil aun cuando hay pocos artículos. */
.amt-catalog-section {
	position: relative;
	padding: 105px 0 135px;
	background: linear-gradient(180deg, #fff, #fffafd 58%, #fff6fa);
}

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

.amt-catalog-sidebar {
	padding: 30px 27px;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(205, 161, 194, 0.45);
	border-radius: 28px 21px 31px 23px;
	box-shadow:
		0 28px 62px rgba(89, 16, 79, 0.11),
		0 7px 18px rgba(89, 16, 79, 0.06);
}

.amt-catalog-results {
	min-width: 0;
}

.amt-results-header {
	padding: 6px 4px 24px;
}

.amt-catalog-results > .amt-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: 24px;
}

.amt-catalog-invite {
	position: relative;
	display: grid;
	grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1.28fr);
	align-items: center;
	gap: 22px;
	min-height: 100%;
	padding: 32px;
	overflow: hidden;
	background: linear-gradient(135deg, #fff8ed, #fff 42%, #fff0f6 75%, #f5edff);
	border: 1px solid rgba(236, 23, 111, 0.18);
	border-radius: 30px 22px 34px 25px;
	box-shadow:
		0 28px 62px rgba(89, 16, 79, 0.13),
		0 8px 20px rgba(89, 16, 79, 0.07);
}

.amt-catalog-invite-wide {
	grid-column: span 2;
}

.amt-catalog-invite::before {
	position: absolute;
	right: -60px;
	bottom: -85px;
	width: 230px;
	height: 230px;
	content: "";
	background: rgba(236, 23, 111, 0.07);
	border-radius: 50%;
}

.amt-catalog-invite h3 {
	margin: 8px 0 12px;
	font-size: clamp(26px, 2.5vw, 38px);
}

.amt-catalog-invite p {
	margin: 0 0 24px;
	color: var(--amt-muted);
	line-height: 1.7;
}

.amt-catalog-invite-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.amt-catalog-invite-actions .amt-button {
	min-height: 44px;
	padding: 10px 14px;
	font-size: 13px;
}

.amt-catalog-invite-art {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 220px;
}

.amt-catalog-invite-art > b,
.amt-catalog-invite-art > em {
	position: absolute;
	color: var(--amt-pink);
	font-style: normal;
}

.amt-catalog-invite-art > b {
	top: 12px;
	left: 0;
	font-size: 42px;
}

.amt-catalog-invite-art > em {
	right: 0;
	bottom: 18px;
	font-size: 30px;
}

.amt-invite-gift,
.amt-final-gift {
	position: relative;
	display: block;
	width: 112px;
	height: 92px;
	background: linear-gradient(145deg, #ff4d98, var(--amt-pink));
	border: 5px solid #fff;
	border-radius: 18px 18px 25px 25px;
	box-shadow: 0 20px 38px rgba(236, 23, 111, 0.23);
}

.amt-invite-gift::before,
.amt-final-gift::before {
	position: absolute;
	top: -20px;
	right: -10px;
	left: -10px;
	height: 25px;
	content: "";
	background: var(--amt-plum);
	border: 5px solid #fff;
	border-radius: 12px;
}

.amt-invite-gift::after,
.amt-final-gift::after {
	position: absolute;
	top: -15px;
	bottom: -5px;
	left: 50%;
	width: 22px;
	content: "";
	background: #ffd6e5;
	transform: translateX(-50%);
}

.amt-invite-gift i,
.amt-final-gift i {
	position: absolute;
	z-index: 3;
	top: -55px;
	left: 50%;
	width: 20px;
	height: 20px;
	background: var(--amt-pink);
	border: 4px solid #fff;
	border-radius: 50%;
	transform: translateX(-50%);
}

.amt-invite-gift i::before,
.amt-invite-gift i::after,
.amt-final-gift i::before,
.amt-final-gift i::after {
	position: absolute;
	top: -8px;
	width: 45px;
	height: 33px;
	content: "";
	border: 9px solid var(--amt-pink);
	border-radius: 55% 45% 55% 45%;
}

.amt-invite-gift i::before,
.amt-final-gift i::before {
	right: 8px;
	transform: rotate(18deg);
}

.amt-invite-gift i::after,
.amt-final-gift i::after {
	left: 8px;
	transform: rotate(-18deg);
}

/* Cierre de página con el volumen del mockup. */
.amt-final-cta {
	padding: 64px 0 54px;
	margin-top: 68px;
	background: transparent;
}

.amt-final-cta::before {
	top: -48px;
	height: 94px;
	background: #fff;
}

.amt-final-cta-inner {
	grid-template-columns: 135px minmax(0, 1fr) auto;
	gap: 34px;
	padding: 42px 48px;
	background: linear-gradient(120deg, #fff6df, #fffaf2 52%, #fff0f6);
	border: 1px solid rgba(236, 23, 111, 0.18);
	border-radius: 36px 28px 42px 30px;
	box-shadow:
		0 30px 65px rgba(89, 16, 79, 0.13),
		0 8px 22px rgba(89, 16, 79, 0.07);
}

.amt-final-icon {
	width: 125px;
	height: 112px;
	background: transparent;
	box-shadow: none;
}

.amt-final-gift {
	transform: scale(0.84);
}

.amt-final-cta h2 {
	font-size: clamp(27px, 2.6vw, 38px);
}

.amt-site-footer {
	padding-top: 78px;
	margin-top: 78px;
	box-shadow: 0 -18px 45px rgba(89, 16, 79, 0.09);
}

.amt-site-footer::before {
	top: -67px;
	height: 105px;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

/* 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) {
	.amt-product-story-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

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

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

	.amt-catalog-invite-wide {
		grid-column: span 1;
	}

	.amt-catalog-invite {
		grid-template-columns: 150px minmax(0, 1fr);
	}

	.amt-catalog-invite-art {
		min-height: 180px;
	}

	.amt-final-cta-inner {
		grid-template-columns: 115px minmax(0, 1fr);
	}

	.amt-final-cta-inner > .amt-button {
		grid-column: 2;
		justify-self: start;
	}

	.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-hero-grid {
		grid-template-columns: minmax(0, 1fr) 280px;
		gap: 20px;
	}

	.amt-catalog-hero-art {
		min-height: 175px;
		transform: scale(0.88);
	}

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

	.amt-shipping-hero-grid {
		grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
		gap: 30px;
	}

	.amt-shipping-visual {
		min-height: 315px;
		transform: scale(0.85);
	}

	.amt-shipping-card-grid,
	.amt-shipping-modal-options {
		grid-template-columns: 1fr;
	}

	.amt-shipping-card-pickup {
		grid-column: auto;
	}

	.amt-shipping-modal-dialog {
		width: min(680px, 100%);
	}

	.amt-personalize-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.8fr);
		gap: 30px;
	}

	.amt-personalize-collage {
		min-height: 380px;
		transform: scale(0.86);
	}

	.amt-personalize-feature-grid,
	.amt-personalize-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amt-personalize-process-grid::before {
		display: none;
	}

	.amt-personalize-prep-grid {
		grid-template-columns: 1fr;
	}

	.amt-about-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(350px, 0.85fr);
		gap: 30px;
	}

	.amt-about-showcase {
		min-height: 390px;
		transform: scale(0.86);
	}

	.amt-about-intro-grid {
		gap: 35px;
	}

	.amt-about-care-grid {
		grid-template-columns: 1fr;
	}

	.amt-contact-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
		gap: 30px;
	}

	.amt-contact-visual {
		transform: scale(0.86);
	}

	.amt-contact-reason-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.amt-contact-location-grid,
	.amt-contact-social-card {
		grid-template-columns: 1fr;
	}

	.amt-contact-social-card {
		gap: 30px;
	}

	.amt-contact-ready-card {
		grid-template-columns: 60px 1fr;
	}

	.amt-contact-ready-card .amt-button {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 650px) {
	.amt-product-stage {
		padding-bottom: 46px;
	}

	.amt-stage-decor span:nth-child(2),
	.amt-stage-decor span:nth-child(3),
	.amt-stage-decor span:nth-child(4) {
		display: none;
	}

	.single-am_producto .amt-product-summary {
		padding: 29px 21px 27px;
		border-radius: 28px 22px 31px 24px;
	}

	.single-am_producto .amt-product-summary h1 {
		font-size: 38px;
	}

	.single-am_producto .amt-how-to span:not(:last-child)::after {
		display: none;
	}

	.amt-product-story {
		padding: 88px 0 96px;
	}

	.amt-product-story-grid {
		gap: 36px;
	}

	.amt-product-story .amt-product-benefits {
		padding: 25px 20px;
	}

	.amt-story-benefit-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.amt-story-benefit-grid > div {
		display: grid;
		grid-template-columns: 58px 1fr;
		column-gap: 15px;
		text-align: left;
	}

	.amt-story-benefit-grid span {
		grid-row: 1 / 3;
		width: 56px;
		height: 56px;
		margin: 0;
	}

	.amt-story-benefit-grid small {
		margin-top: 4px;
	}

	.single-am_producto .amt-related {
		padding: 96px 0 100px;
	}

	.amt-inspiration-grid > a {
		grid-template-columns: 56px 1fr auto;
		min-height: 0;
		padding: 22px 18px;
	}

	.amt-inspiration-grid > a > span {
		width: 54px;
		height: 54px;
	}

	.amt-catalog-section {
		padding: 74px 0 95px;
	}

	.amt-catalog-results > .amt-product-grid,
	.amt-catalog-invite {
		grid-template-columns: 1fr;
	}

	.amt-catalog-invite {
		padding: 25px 20px;
	}

	.amt-catalog-invite-art {
		min-height: 150px;
	}

	.amt-final-cta {
		padding-top: 45px;
		margin-top: 48px;
	}

	.amt-final-cta-inner {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 30px 22px;
	}

	.amt-final-cta-inner > .amt-button {
		grid-column: auto;
		justify-self: stretch;
	}

	.amt-site-footer {
		padding-top: 58px;
		margin-top: 48px;
	}

	.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-hero {
		padding: 42px 0 62px;
	}

	.amt-catalog-hero-grid {
		grid-template-columns: 1fr;
		gap: 18px;
		text-align: center;
	}

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

	.amt-catalog-hero-copy h1 {
		font-size: 40px;
	}

	.amt-catalog-hero-art {
		min-height: 145px;
		transform: scale(0.82);
	}

	.amt-product-decor span:nth-child(2),
	.amt-product-decor span:nth-child(3) {
		display: none;
	}

	.amt-product-decor span:nth-child(1) {
		right: 2px;
	}

	.amt-product-decor span:nth-child(4) {
		right: 3px;
		bottom: 28px;
	}

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

	.amt-shipping-hero {
		padding: 45px 0 75px;
	}

	.amt-shipping-hero-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}

	.amt-shipping-hero-copy {
		order: -1;
	}

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

	.amt-shipping-visual {
		min-height: 275px;
		transform: scale(0.78);
	}

	.amt-journey-grid {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.amt-journey-grid::before {
		display: none;
	}

	.amt-shipping-card {
		padding: 24px;
	}

	.amt-shipping-info-link {
		grid-template-columns: 36px 1fr;
	}

	.amt-shipping-info-link b {
		grid-column: 2;
	}

	.amt-shipping-modal {
		align-items: end;
		padding: 0;
	}

	.amt-shipping-modal-dialog {
		width: 100%;
		max-height: 92vh;
		padding: 24px 18px 28px;
		border-radius: 25px 25px 0 0;
		transform: translateY(100%);
	}

	.amt-shipping-modal-heading > span {
		display: none;
	}

	.amt-shipping-modal-heading h2 {
		font-size: 25px;
	}

	.amt-personalize-hero {
		padding: 50px 0 76px;
	}

	.amt-personalize-hero-grid {
		grid-template-columns: 1fr;
		gap: 22px;
		text-align: center;
	}

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

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

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

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

	.amt-personalize-collage {
		width: min(390px, 100%);
		min-height: 330px;
		margin-inline: auto;
		transform: scale(0.82);
		transform-origin: top center;
	}

	.amt-personalize-photo-1 {
		left: 25px;
	}

	.amt-personalize-photo-2 {
		right: 10px;
	}

	.amt-personalize-photo-3 {
		right: 5px;
	}

	.amt-personalize-feature-grid,
	.amt-personalize-process-grid {
		grid-template-columns: 1fr;
	}

	.amt-personalize-checklist,
	.amt-photo-tips {
		padding: 25px;
	}

	.amt-personalize-checklist h2,
	.amt-photo-tips h2 {
		font-size: 29px;
	}

	.amt-about-hero {
		padding: 50px 0 78px;
	}

	.amt-about-hero-grid,
	.amt-about-intro-grid,
	.amt-about-values-grid,
	.amt-about-promise-card {
		grid-template-columns: 1fr;
	}

	.amt-about-hero-grid {
		gap: 20px;
		text-align: center;
	}

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

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

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

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

	.amt-about-showcase {
		width: min(400px, 100%);
		min-height: 345px;
		margin-inline: auto;
		transform: scale(0.82);
		transform-origin: top center;
	}

	.amt-about-product-1 {
		left: 55px;
	}

	.amt-about-product-2,
	.amt-about-product-3 {
		right: 5px;
	}

	.amt-about-intro-copy {
		padding: 20px 0 0;
		border-top: 3px solid var(--amt-pink);
		border-left: 0;
	}

	.amt-about-care-copy,
	.amt-about-local-card,
	.amt-about-promise-card {
		padding: 25px;
	}

	.amt-about-care-copy h2,
	.amt-about-local-card h2 {
		font-size: 30px;
	}

	.amt-about-promise-card {
		gap: 28px;
	}

	.amt-about-promise-message {
		align-items: center;
		padding: 26px 0 0;
		text-align: center;
		border-top: 1px solid var(--amt-line);
		border-left: 0;
	}

	.amt-contact-hero {
		padding: 50px 0 76px;
	}

	.amt-contact-hero-grid {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: center;
	}

	.amt-contact-copy h1 {
		font-size: 43px;
	}

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

	.amt-contact-copy .amt-button {
		width: 100%;
	}

	.amt-contact-visual {
		width: min(390px, 100%);
		min-height: 340px;
		margin-inline: auto;
		transform: scale(0.82);
		transform-origin: top center;
	}

	.amt-contact-product {
		right: 42px;
		width: 250px;
		height: 300px;
	}

	.amt-contact-reason-grid {
		grid-template-columns: 1fr;
	}

	.amt-contact-reason-grid > a {
		min-height: 0;
	}

	.amt-contact-store,
	.amt-contact-map-card,
	.amt-contact-social-card {
		padding: 25px;
	}

	.amt-contact-store h2,
	.amt-contact-social-card h2 {
		font-size: 30px;
	}

	.amt-contact-store address,
	.amt-contact-hours dl > div {
		grid-template-columns: 1fr;
	}

	.amt-contact-store address {
		text-align: center;
	}

	.amt-contact-social-card {
		gap: 25px;
	}

	.amt-contact-social-links > a {
		grid-template-columns: 48px 1fr auto;
		padding: 14px;
	}

	.amt-contact-social-links a > span {
		width: 44px;
		height: 44px;
	}

	.amt-contact-ready-card {
		grid-template-columns: 1fr;
		padding: 25px;
		text-align: center;
	}

	.amt-contact-ready-card > span {
		margin-inline: auto;
	}

	.amt-contact-ready-card .amt-button {
		grid-column: auto;
		justify-self: stretch;
	}

	.amt-footer-social {
		justify-content: center;
	}

	.amt-section-heading::before,
	.amt-section-heading::after {
		display: none;
	}

	.amt-featured,
	.amt-related,
	.amt-personalize-inspiration,
	.amt-about-values,
	.amt-process,
	.amt-personalize-prep,
	.amt-about-care,
	.amt-contact-location,
	.amt-shipping-options,
	.amt-product-description {
		margin-top: 30px;
	}

	.amt-featured::before,
	.amt-related::before,
	.amt-personalize-inspiration::before,
	.amt-about-values::before,
	.amt-process::before,
	.amt-personalize-prep::before,
	.amt-about-care::before,
	.amt-contact-location::before,
	.amt-shipping-options::before,
	.amt-product-description::before {
		top: -30px;
		height: 55px;
	}

	.amt-featured::after,
	.amt-related::after,
	.amt-personalize-inspiration::after,
	.amt-about-values::after,
	.amt-process::after,
	.amt-personalize-prep::after,
	.amt-about-care::after,
	.amt-contact-location::after,
	.amt-shipping-options::after,
	.amt-product-description::after {
		top: 8px;
		right: 1%;
		font-size: 18px;
		content: "♡  ✦";
	}

	.single-am_producto .amt-product-detail {
		padding-block: 30px 70px;
	}

	.single-am_producto .amt-product-detail::before {
		top: -20px;
		right: -18px;
		bottom: 30px;
		left: -18px;
		border-radius: 30px;
	}

	.single-am_producto .amt-gallery-main {
		border-width: 5px;
		border-radius: 27px 22px 30px 20px;
	}

	.single-am_producto .amt-product-summary::before {
		right: -14px;
		left: -14px;
	}

	.single-am_producto .amt-product-benefits {
		padding-block: 45px 38px;
	}

	.amt-final-cta {
		margin-top: 28px;
	}

	.amt-final-cta::before {
		top: -28px;
		height: 50px;
	}

	.amt-final-cta::after {
		right: 3%;
		font-size: 20px;
		content: "♡  ✦";
	}

	.amt-final-cta-inner {
		padding: 22px 18px;
	}

	.amt-site-footer {
		margin-top: 26px;
	}

	.amt-site-footer::before {
		top: -26px;
		height: 46px;
	}
}

/* v0.8.15 · Facebook y mosaico administrable de testimonios. */
.amt-social-facebook > span {
	background: #1877f2 !important;
}

.amt-testimonial {
	position: relative;
	padding: 88px 0 96px;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 24%, rgba(236, 23, 111, 0.13) 0 5px, transparent 6px),
		radial-gradient(circle at 92% 76%, rgba(255, 113, 111, 0.16) 0 7px, transparent 8px),
		linear-gradient(135deg, #fff9f5 0%, #fff 43%, #f8efff 100%);
}

.amt-testimonial::before,
.amt-testimonial::after {
	position: absolute;
	left: -4%;
	width: 108%;
	height: 54px;
	content: "";
	pointer-events: none;
}

.amt-testimonial::before {
	top: -27px;
	background: var(--amt-lavender);
	border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.amt-testimonial::after {
	right: -4%;
	bottom: -29px;
	background: var(--amt-blush);
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.amt-testimonial > .amt-container {
	position: relative;
	z-index: 2;
}

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

.amt-testimonial-heading h2 {
	margin: 8px 0 10px;
	font-size: clamp(34px, 4vw, 50px);
}

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

.amt-testimonial-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
	grid-auto-rows: minmax(185px, auto);
	gap: 20px;
	max-width: 1040px;
	margin-inline: auto;
}

.amt-testimonial-grid .amt-testimonial-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: none;
	min-width: 0;
	padding: 30px 34px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(236, 23, 111, 0.16);
	border-radius: 25px;
	box-shadow: 0 17px 42px rgba(89, 16, 79, 0.11);
	backdrop-filter: blur(9px);
}

.amt-testimonial-grid:not(.amt-testimonial-count-1) .amt-testimonial-card.is-featured {
	grid-row: span 2;
	padding: 42px 45px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 240, 247, 0.96));
}

.amt-testimonial-count-1 {
	grid-template-columns: minmax(0, 820px);
	justify-content: center;
}

.amt-testimonial-card .amt-stars {
	position: relative;
	z-index: 2;
	font-size: 17px;
}

.amt-testimonial-grid .amt-testimonial-card blockquote {
	position: relative;
	z-index: 2;
	max-width: none;
	margin: 14px 0 18px;
	color: var(--amt-plum);
	font-size: 17px;
	line-height: 1.65;
}

.amt-testimonial-grid .amt-testimonial-card.is-featured blockquote {
	font-size: 22px;
}

.amt-testimonial-card footer {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px 13px;
}

.amt-testimonial-card cite {
	color: #352c33;
	font-weight: 800;
}

.amt-testimonial-card time {
	color: var(--amt-muted);
	font-size: 12px;
}

.amt-testimonial-source {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 4px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	background: var(--amt-pink);
	border-radius: 999px;
}

.amt-source-facebook { background: #1877f2; }
.amt-source-whatsapp { background: #12aa5b; }
.amt-source-instagram { background: linear-gradient(115deg, #9b36b7, #ef176f, #ff8a43); }
.amt-source-google { background: #4285f4; }

.amt-testimonial-grid .amt-testimonial-heart {
	position: absolute;
	right: 24px;
	bottom: 12px;
	color: rgba(236, 23, 111, 0.16);
	font-size: 78px;
	line-height: 1;
}

.amt-testimonial-quote {
	position: absolute;
	top: -42px;
	right: 22px;
	color: rgba(236, 23, 111, 0.07);
	font-family: Georgia, serif;
	font-size: 190px;
	line-height: 1;
}

.amt-testimonial-confetti span {
	position: absolute;
	z-index: 1;
	color: var(--amt-pink);
	font-size: 28px;
	pointer-events: none;
}

.amt-testimonial-confetti span:nth-child(1) { top: 19%; left: 7%; transform: rotate(-13deg); }
.amt-testimonial-confetti span:nth-child(2) { top: 29%; right: 8%; color: var(--amt-coral); }
.amt-testimonial-confetti span:nth-child(3) { right: 3%; bottom: 12%; font-size: 34px; transform: rotate(12deg); }
.amt-testimonial-confetti span:nth-child(4) { bottom: 15%; left: 5%; color: #dc7ecb; font-size: 18px; }
.amt-testimonial-confetti span:nth-child(5) { top: 52%; left: 2%; color: var(--amt-coral); font-size: 42px; }

.amt-testimonial-dots {
	display: none;
	justify-content: center;
	gap: 9px;
	margin-top: 22px;
}

.amt-testimonial-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	background: #e5bddc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
}

.amt-testimonial-dots button.is-active {
	width: 28px;
	background: var(--amt-pink);
	border-radius: 999px;
}

@media (max-width: 900px) {
	.amt-testimonial {
		padding: 72px 0 82px;
	}

	.amt-testimonial-grid {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
	}

	.amt-testimonial-grid .amt-testimonial-card,
	.amt-testimonial-grid:not(.amt-testimonial-count-1) .amt-testimonial-card.is-featured {
		padding: 28px;
	}
}

@media (max-width: 650px) {
	.amt-testimonial {
		padding: 62px 0 72px;
	}

	.amt-testimonial-heading {
		padding-inline: 8px;
		margin-bottom: 26px;
	}

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

	.amt-testimonial-grid,
	.amt-testimonial-count-1 {
		display: flex;
		gap: 14px;
		width: calc(100% + 36px);
		max-width: none;
		padding: 6px 36px 22px 18px;
		margin-inline: -18px;
		overflow-x: auto;
		scroll-padding-left: 18px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.amt-testimonial-grid::-webkit-scrollbar {
		display: none;
	}

	.amt-testimonial-grid .amt-testimonial-card,
	.amt-testimonial-grid:not(.amt-testimonial-count-1) .amt-testimonial-card.is-featured {
		flex: 0 0 min(84vw, 345px);
		min-height: 295px;
		padding: 28px 25px;
		scroll-snap-align: start;
	}

	.amt-testimonial-count-1 .amt-testimonial-card {
		flex-basis: calc(100vw - 36px);
	}

	.amt-testimonial-grid .amt-testimonial-card.is-featured blockquote,
	.amt-testimonial-grid .amt-testimonial-card blockquote {
		font-size: 17px;
	}

	.amt-testimonial-grid .amt-testimonial-heart {
		display: block;
		font-size: 62px;
	}

	.amt-testimonial-dots {
		display: flex;
	}

	.amt-testimonial-confetti span:nth-child(3),
	.amt-testimonial-confetti span:nth-child(5) {
		display: none;
	}
}

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

/* v0.8.1 · Marquesina reconstruida conforme al mockup aprobado. */
.home .amt-site-header {
	box-shadow: 0 8px 24px rgba(89, 16, 79, 0.05);
}

.home .amt-header-cta {
	background: linear-gradient(135deg, #f71a78, #e70f69);
	border-color: #ec176f;
	box-shadow: 0 12px 28px rgba(236, 23, 111, 0.2);
}

.home .amt-header-cta:hover,
.home .amt-header-cta:focus {
	background: var(--amt-pink-dark);
	border-color: var(--amt-pink-dark);
}

.amt-button-icon {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 27px;
	height: 27px;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	border-radius: 50%;
}

.amt-icon-whatsapp {
	color: #fff;
	background: #18ad59;
	border: 2px solid rgba(255, 255, 255, 0.94);
	box-shadow: 0 4px 10px rgba(17, 139, 71, 0.25);
}

.amt-button-whatsapp .amt-icon-whatsapp {
	color: var(--amt-green);
	background: #fff;
}

.home .amt-header-cta .amt-icon-whatsapp,
.home .amt-hero-actions .amt-button-primary .amt-icon-whatsapp {
	color: #fff;
	background: var(--amt-green);
}

.amt-icon-catalog {
	color: var(--amt-plum);
	background: #ffe28a;
	border: 1px solid rgba(89, 16, 79, 0.16);
	border-radius: 8px;
}

.home .amt-hero {
	position: relative;
	min-height: 690px;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 35%, rgba(236, 23, 111, 0.08) 0 4px, transparent 5px),
		linear-gradient(112deg, #f5edff 0%, #f7efff 42%, #fff8f2 72%, #ffe1d7 100%);
	isolation: isolate;
}

.home .amt-hero::before,
.home .amt-hero::after {
	display: none;
}

.amt-hero-wave {
	position: absolute;
	z-index: 6;
	right: -1px;
	left: -1px;
	display: block;
	width: calc(100% + 2px);
	height: 120px;
	pointer-events: none;
}

.amt-hero-wave-top {
	top: -1px;
	fill: #fff;
}

.amt-hero-wave-bottom {
	bottom: -1px;
	fill: #fff;
}

.amt-hero-wave-bottom-back {
	z-index: 5;
	bottom: 24px;
	fill: rgba(255, 185, 196, 0.58);
}

.home .amt-hero-grid {
	z-index: 3;
	grid-template-columns: minmax(380px, 0.76fr) minmax(520px, 1.24fr);
	gap: 28px;
	min-height: 690px;
	padding-block: 137px 148px;
}

.home .amt-hero-copy {
	position: relative;
	z-index: 4;
}

.home .amt-hero-copy::before {
	position: absolute;
	top: -42px;
	left: -28px;
	color: var(--amt-pink);
	font-size: 28px;
	content: "✦";
	transform: rotate(-12deg);
}

.home .amt-hero .amt-eyebrow {
	margin-bottom: 22px;
	color: var(--amt-pink-dark);
	font-size: 12px;
	letter-spacing: 0.1em;
}

.home .amt-hero h1 {
	max-width: 550px;
	margin-bottom: 24px;
	font-size: clamp(48px, 4.5vw, 68px);
	line-height: 1.08;
	letter-spacing: -0.025em;
	text-shadow: 0 3px 0 rgba(255, 255, 255, 0.74);
}

.home .amt-hero h1 span {
	position: relative;
	display: inline-block;
	color: var(--amt-pink);
}

.home .amt-hero h1 span::after {
	position: absolute;
	right: 1px;
	bottom: 2px;
	left: 1px;
	z-index: -1;
	height: 11px;
	content: "";
	background: rgba(255, 215, 90, 0.52);
	border-radius: 50%;
	transform: rotate(-1deg);
}

.home .amt-hero-copy > p {
	max-width: 470px;
	margin-bottom: 32px;
	font-size: 18px;
	line-height: 1.65;
}

.home .amt-hero-actions {
	gap: 14px;
}

.home .amt-hero-actions .amt-button {
	min-height: 54px;
	padding: 12px 21px;
	border-radius: 15px 12px 17px 13px;
	box-shadow: 0 14px 28px rgba(89, 16, 79, 0.13);
}

.home .amt-hero-actions .amt-button-primary {
	background: linear-gradient(135deg, #f71a78, #e80e69);
	box-shadow: 0 15px 31px rgba(236, 23, 111, 0.25);
}

.home .amt-hero-actions .amt-button-secondary {
	color: var(--amt-plum);
	background: rgba(255, 255, 255, 0.87);
	border-color: rgba(89, 16, 79, 0.34);
}

.home .amt-hero-actions .amt-button-secondary:hover,
.home .amt-hero-actions .amt-button-secondary:focus {
	color: #fff;
	background: var(--amt-plum);
}

.home .amt-hero-products {
	position: relative;
	z-index: 3;
	min-height: 455px;
}

.home .amt-hero-products::before,
.home .amt-hero-products::after {
	display: none;
}

.amt-hero-product-stage {
	position: absolute;
	z-index: 0;
	top: 5px;
	right: -14vw;
	bottom: -10px;
	left: -35px;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 30%),
		linear-gradient(135deg, #ead8c4, #f4e8dc 46%, #dcc0a5);
	border: 8px solid rgba(255, 255, 255, 0.45);
	border-radius: 28% 0 0 38% / 38% 0 0 52%;
	box-shadow: inset 22px 16px 45px rgba(255, 255, 255, 0.34), 0 28px 65px rgba(89, 16, 79, 0.12);
	transform: rotate(1.5deg);
}

.amt-hero-product-stage::before {
	position: absolute;
	top: -36px;
	left: -42px;
	width: 125px;
	height: 122%;
	content: "";
	background: #f6efff;
	border-radius: 50%;
	filter: blur(1px);
}

.amt-hero-product-stage::after {
	position: absolute;
	right: 7%;
	bottom: 8%;
	width: 115px;
	height: 155px;
	content: "";
	background: linear-gradient(90deg, transparent 45%, #7da25e 46% 52%, transparent 53%), radial-gradient(ellipse at 35% 40%, #86ad69 0 12%, transparent 13%), radial-gradient(ellipse at 68% 25%, #6e9958 0 11%, transparent 12%), radial-gradient(ellipse at 72% 63%, #8eb16f 0 12%, transparent 13%);
	opacity: 0.72;
}

.amt-hero-product-stage span {
	position: absolute;
	z-index: 2;
	color: var(--amt-pink);
}

.amt-hero-product-stage span:nth-child(1) {
	top: 34px;
	right: 18%;
	font-size: 42px;
	transform: rotate(13deg);
}

.amt-hero-product-stage span:nth-child(2) {
	top: 14px;
	right: 3%;
	color: var(--amt-plum);
	font-size: 26px;
}

.amt-hero-product-stage span:nth-child(3) {
	right: 25%;
	bottom: 15px;
	font-size: 20px;
	letter-spacing: 8px;
}

.home .amt-hero-product {
	z-index: 2;
	border: 8px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 30px 55px rgba(89, 16, 79, 0.2), 0 8px 18px rgba(89, 16, 79, 0.11);
}

.home .amt-hero-products > .amt-hero-product:only-of-type {
	top: 36px;
	right: auto;
	bottom: auto;
	left: 27%;
	width: 290px;
	height: 385px;
	border-radius: 44% 44% 28% 28% / 31% 31% 20% 20%;
	transform: rotate(-2.5deg);
}

.amt-hero-ornaments {
	position: absolute;
	z-index: 4;
	inset: 0;
	pointer-events: none;
}

.amt-hero-ornaments span {
	position: absolute;
	color: var(--amt-pink);
	font-weight: 900;
}

.amt-hero-ornaments span:nth-child(1) {
	top: 215px;
	left: 3%;
	font-size: 25px;
}

.amt-hero-ornaments span:nth-child(2) {
	top: 330px;
	left: 42%;
	font-size: 35px;
	transform: rotate(-14deg);
}

.amt-hero-ornaments span:nth-child(3) {
	top: 210px;
	left: 45%;
	font-size: 22px;
	letter-spacing: -5px;
	transform: rotate(23deg);
}

.amt-hero-ornaments span:nth-child(4) {
	right: 18%;
	bottom: 137px;
	font-size: 20px;
	letter-spacing: 8px;
}

.amt-hero-ornaments span:nth-child(5) {
	top: 180px;
	right: 7%;
	font-size: 31px;
	transform: rotate(12deg);
}

.home .amt-categories {
	position: relative;
	z-index: 7;
	padding-top: 50px;
}

.home .amt-categories .amt-section-heading {
	position: relative;
}

.home .amt-categories .amt-section-heading::before {
	position: absolute;
	top: -4px;
	left: 17%;
	color: var(--amt-pink);
	font-size: 25px;
	content: "✦  ♡";
	word-spacing: 18px;
	transform: rotate(-7deg);
}

@media (max-width: 1100px) {
	.home .amt-hero-grid {
		grid-template-columns: minmax(340px, 0.8fr) minmax(440px, 1.2fr);
	}

	.home .amt-hero-products > .amt-hero-product:only-of-type {
		left: 22%;
	}
}

@media (max-width: 900px) {
	.home .amt-hero {
		min-height: 930px;
	}

	.home .amt-hero-grid {
		grid-template-columns: 1fr;
		gap: 12px;
		min-height: 930px;
		padding: 120px 0 155px;
	}

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

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

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

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

	.amt-hero-product-stage {
		right: -12vw;
		left: -12vw;
		border-radius: 26% 22% 25% 30% / 34% 27% 32% 40%;
	}

	.amt-hero-product-stage::before {
		display: none;
	}

	.home .amt-hero-products > .amt-hero-product:only-of-type {
		left: 50%;
		width: 265px;
		height: 350px;
		transform: translateX(-50%) rotate(-2deg);
	}

	.amt-hero-ornaments span:nth-child(2),
	.amt-hero-ornaments span:nth-child(3) {
		display: none;
	}
}

@media (max-width: 650px) {
	.home .amt-hero {
		min-height: 830px;
	}

	.amt-hero-wave {
		height: 78px;
	}

	.amt-hero-wave-bottom-back {
		bottom: 17px;
	}

	.home .amt-hero-grid {
		min-height: 830px;
		padding: 88px 0 110px;
	}

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

	.home .amt-hero-copy::before,
	.amt-hero-ornaments span:nth-child(1),
	.amt-hero-ornaments span:nth-child(4),
	.amt-hero-ornaments span:nth-child(5) {
		display: none;
	}

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

	.amt-hero-product-stage {
		top: 8px;
		bottom: 5px;
	}

	.home .amt-hero-products > .amt-hero-product:only-of-type {
		top: 27px;
		width: 218px;
		height: 290px;
	}

	.amt-hero-product-stage::after {
		right: 0;
		transform: scale(0.72);
	}

	.home .amt-categories {
		padding-top: 32px;
	}

	.home .amt-categories .amt-section-heading::before {
		display: none;
	}
}

/* v0.8.2 · Corrección responsiva de la ficha individual. */
@media (max-width: 900px) {
	.single-am_producto .amt-site-main,
	.single-am_producto .amt-product-stage {
		overflow-x: clip;
	}

	.single-am_producto .amt-product-detail {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 44px;
		width: min(100% - 40px, 720px);
		padding-block: 34px 86px;
	}

	.single-am_producto .amt-product-gallery,
	.single-am_producto .amt-product-summary {
		min-width: 0;
		width: 100%;
		max-width: 680px;
		margin-inline: auto;
	}

	.single-am_producto .amt-product-gallery {
		order: 1;
	}

	.single-am_producto .amt-product-summary {
		order: 2;
	}

	.single-am_producto .amt-product-summary h1,
	.single-am_producto .amt-product-intro,
	.single-am_producto .amt-product-specs,
	.single-am_producto .amt-shipping-info-link {
		overflow-wrap: anywhere;
		word-break: normal;
	}
}

@media (max-width: 650px) {
	.single-am_producto .amt-product-stage {
		padding-top: 4px;
		padding-bottom: 44px;
	}

	.single-am_producto .amt-breadcrumbs {
		gap: 5px 7px;
		padding: 24px 0 9px;
		font-size: 12px;
		line-height: 1.5;
	}

	.single-am_producto .amt-product-detail {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
		width: min(100% - 28px, 560px);
		padding: 22px 0 64px;
	}

	.single-am_producto .amt-product-gallery,
	.single-am_producto .amt-product-summary {
		width: 100%;
		max-width: none;
	}

	.single-am_producto .amt-gallery-main {
		width: 100%;
		aspect-ratio: 1 / 1;
		border-width: 5px;
		border-radius: 29px 23px 32px 24px;
		box-shadow: 0 24px 52px rgba(89, 16, 79, 0.16), 0 7px 18px rgba(89, 16, 79, 0.09);
	}

	.single-am_producto .amt-gallery-thumbs {
		display: grid;
		grid-template-columns: none;
		grid-auto-columns: 76px;
		grid-auto-flow: column;
		gap: 10px;
		max-width: 100%;
		padding: 2px 2px 9px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x proximity;
		scrollbar-width: thin;
	}

	.single-am_producto .amt-gallery-thumbs button {
		width: 76px;
		scroll-snap-align: start;
	}

	.single-am_producto .amt-product-summary {
		padding: 30px 20px 27px;
		background: rgba(255, 255, 255, 0.94);
		border-radius: 29px 23px 32px 25px;
		box-shadow: 0 25px 55px rgba(89, 16, 79, 0.14), 0 7px 18px rgba(89, 16, 79, 0.08);
	}

	.single-am_producto .amt-product-summary > .amt-badge {
		display: table;
		margin-inline: auto;
	}

	.single-am_producto .amt-product-summary h1 {
		margin: 18px auto 15px;
		font-size: clamp(34px, 10vw, 42px);
		line-height: 1.08;
		text-align: center;
	}

	.single-am_producto .amt-product-summary > .amt-availability {
		display: table;
		margin: 0 auto 23px;
		text-align: center;
	}

	.single-am_producto .amt-product-intro,
	.single-am_producto .amt-product-specs {
		text-align: left;
	}

	.single-am_producto .amt-product-intro {
		margin-block: 22px;
		font-size: 16px;
		line-height: 1.7;
	}

	.single-am_producto .amt-product-specs {
		gap: 14px;
		margin: 24px 0;
	}

	.single-am_producto .amt-product-specs li {
		display: grid;
		grid-template-columns: 36px minmax(0, 1fr);
		align-items: start;
		column-gap: 9px;
		line-height: 1.55;
	}

	.single-am_producto .amt-product-specs li > span {
		grid-row: 1 / 3;
	}

	.single-am_producto .amt-shipping-info-link {
		width: 100%;
		margin-block: 24px;
	}

	.single-am_producto .amt-how-to {
		padding: 25px 19px 23px;
		margin: 25px 0 21px;
	}

	.single-am_producto .amt-how-to h2 {
		text-align: center;
	}

	.single-am_producto .amt-product-quote {
		width: 100%;
		white-space: normal;
	}

	.single-am_producto .amt-no-commitment {
		display: block;
		margin-top: 12px;
		text-align: center;
	}

	.single-am_producto .amt-personal-reply {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.single-am_producto .amt-personal-reply > span {
		width: 40px;
		height: 40px;
	}

	.single-am_producto .amt-floating-whatsapp {
		right: 14px;
		bottom: 14px;
		width: 52px;
		height: 52px;
	}
}

/* v0.8.3 · Continuidad móvil, contacto y envíos. */
.amt-floating-whatsapp svg {
	width: 31px;
	height: 31px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

@media (max-width: 650px) {
	.single-am_producto .amt-product-detail {
		padding-bottom: 34px;
	}

	.single-am_producto .amt-product-stage {
		padding-bottom: 0;
	}

	.single-am_producto .amt-product-stage::after {
		bottom: -28px;
		height: 58px;
	}

	.single-am_producto .amt-product-story {
		padding: 58px 0 72px;
		margin-top: 0;
	}

	.single-am_producto .amt-product-story::before {
		top: -29px;
		height: 58px;
		border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	}

	.single-am_producto .amt-product-story::after {
		bottom: -32px;
		height: 64px;
	}

	.single-am_producto .amt-product-story-grid {
		gap: 27px;
	}

	.single-am_producto .amt-product-story-decor span:nth-child(1) {
		top: 9px;
		left: 8%;
		font-size: 27px;
	}

	.single-am_producto .amt-product-story-decor span:nth-child(2) {
		top: 17px;
		right: 8%;
		font-size: 24px;
	}

	.single-am_producto .amt-product-story-decor span:nth-child(3) {
		display: none;
	}

	.single-am_producto .amt-floating-whatsapp {
		right: 7px;
		bottom: 16px;
		width: 49px;
		height: 49px;
		border: 3px solid #fff;
		box-shadow: 0 12px 28px rgba(17, 139, 71, 0.3), 0 4px 10px rgba(0, 0, 0, 0.15);
	}

	.single-am_producto .amt-floating-whatsapp svg {
		width: 27px;
		height: 27px;
	}

	.amt-shipping-modal-dialog {
		padding: 27px 18px 30px;
	}

	.amt-shipping-modal-heading {
		display: block;
		padding: 0 42px 0 16px;
		text-align: center;
	}

	.amt-shipping-modal-heading > div {
		width: 100%;
	}

	.amt-shipping-modal-heading h2 {
		max-width: 330px;
		margin: 5px auto 0;
		font-size: 25px;
		line-height: 1.15;
	}

	.amt-shipping-modal-options {
		gap: 14px;
		margin-top: 24px;
	}

	.amt-shipping-modal-options > section {
		align-items: center;
		padding: 23px 20px;
		text-align: center;
		border-radius: 22px;
	}

	.amt-shipping-modal-options > section > span {
		display: grid;
		place-items: center;
		width: 54px;
		height: 54px;
		font-size: 29px;
		background: var(--amt-blush);
		border-radius: 17px;
	}

	.amt-shipping-modal-options h3 {
		margin: 12px 0 5px;
		font-size: 21px;
	}

	.amt-shipping-modal-options p {
		width: 100%;
		margin: 7px auto 12px;
		line-height: 1.65;
	}

	.amt-shipping-modal-options details {
		width: 100%;
		text-align: center;
	}

	.amt-shipping-modal-options summary {
		list-style-position: inside;
	}

	.amt-shipping-modal-options .amt-button {
		align-self: stretch;
		margin-top: 8px;
	}

	.amt-shipping-full-policy {
		padding: 8px 12px 0;
		line-height: 1.45;
	}

	.amt-shipping-page .amt-shipping-card {
		align-items: center;
		text-align: center;
	}

	.amt-shipping-page .amt-shipping-card-icon {
		margin-inline: auto;
	}

	.amt-shipping-page .amt-shipping-card address,
	.amt-shipping-page .amt-shipping-note {
		width: 100%;
		text-align: center;
	}

	.amt-shipping-page .amt-shipping-card ul {
		width: 100%;
		text-align: left;
	}

	.amt-shipping-page .amt-shipping-card .amt-button {
		align-self: stretch;
	}
}

/* v0.8.11 · El modal usa el viewport visible medido por JavaScript en móvil. */
.amt-shipping-modal-dialog {
	max-height: none;
	padding: 0;
	overflow: hidden;
}

.amt-shipping-modal-scroll {
	width: 100%;
	max-height: min(88vh, 760px);
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.amt-shipping-modal-content {
	width: auto;
	padding: 30px;
}

.amt-shipping-modal-close {
	z-index: 3;
}

@media (max-width: 650px) {
	.amt-shipping-modal {
		right: auto;
		width: var(--amt-modal-visible-width, 100%);
		max-width: 100%;
	}

	.amt-shipping-modal-dialog {
		max-height: none;
		padding: 0;
	}

	.amt-shipping-modal-scroll {
		max-height: 92vh;
		padding: 0;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.amt-shipping-modal-scroll::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.amt-shipping-modal-content {
		width: auto;
		padding: 27px 18px 30px;
		background:
			radial-gradient(circle at 8px 92px, rgba(236, 23, 111, 0.16) 0 3px, transparent 4px),
			radial-gradient(circle at calc(100% - 8px) 168px, rgba(89, 16, 79, 0.1) 0 3px, transparent 4px),
			linear-gradient(180deg, #fff8fb 0%, #fff2f8 52%, #f9f3ff 100%);
		box-shadow: inset 0 12px 24px -24px rgba(89, 16, 79, 0.35);
	}

	.amt-shipping-modal-heading {
		width: auto;
		margin-inline: 0;
		padding-inline: 42px;
	}

	.amt-shipping-modal-options {
		width: auto;
		max-width: none;
		margin: 24px 0 0;
	}

	.amt-shipping-modal-options > section {
		width: auto;
		max-width: none;
		min-width: 0;
		margin: 0;
		justify-self: stretch;
		background: rgba(255, 255, 255, 0.98);
		border-color: rgba(89, 16, 79, 0.16);
		box-shadow: 0 11px 25px rgba(89, 16, 79, 0.08), 0 3px 8px rgba(89, 16, 79, 0.04);
	}

	.amt-shipping-full-policy {
		width: auto;
		max-width: none;
		margin: 20px 0 0;
	}

	.amt-shipping-page .amt-shipping-card-grid {
		width: min(100%, 560px);
		margin-inline: auto;
	}

	.amt-shipping-page .amt-shipping-card {
		width: 100%;
		margin-inline: auto;
	}
}

/* v0.8.12 · Franja de beneficios centrada y ambiente de celebración. */
.single-am_producto .amt-product-story {
	background:
		radial-gradient(circle at 7% 24%, rgba(236, 23, 111, 0.22) 0 4px, transparent 5px),
		radial-gradient(circle at 92% 30%, rgba(89, 16, 79, 0.16) 0 3px, transparent 4px),
		radial-gradient(circle at 18% 82%, rgba(255, 116, 112, 0.22) 0 4px, transparent 5px),
		radial-gradient(circle at 84% 78%, rgba(150, 88, 196, 0.18) 0 4px, transparent 5px),
		linear-gradient(125deg, #fff5e9 0%, #ffe6f1 48%, #eee2ff 100%);
}

.single-am_producto .amt-product-story::before {
	background: linear-gradient(90deg, #fff0f6 0%, #f3e7ff 48%, #ffece4 100%);
	box-shadow: 0 -3px 0 rgba(236, 23, 111, 0.13), 0 14px 30px rgba(89, 16, 79, 0.05);
}

.single-am_producto .amt-product-story::after {
	background: linear-gradient(90deg, #f3e8ff 0%, #ffe9f3 52%, #fff0e7 100%);
}

.single-am_producto .amt-product-story-grid.is-benefits-only {
	grid-template-columns: minmax(0, 760px);
	justify-content: center;
}

.single-am_producto .amt-product-story-grid.is-benefits-only .amt-product-benefits {
	width: 100%;
	justify-self: center;
}

.single-am_producto .amt-product-story .amt-product-benefits {
	background: rgba(255, 255, 255, 0.83);
	border-color: rgba(236, 23, 111, 0.16);
	box-shadow: 0 26px 65px rgba(89, 16, 79, 0.15), 0 7px 18px rgba(236, 23, 111, 0.08);
}

.single-am_producto .amt-product-story-decor span {
	color: rgba(236, 23, 111, 0.58);
	text-shadow: 0 8px 18px rgba(89, 16, 79, 0.13);
}

.single-am_producto .amt-product-story-decor span:nth-child(1) {
	left: 16%;
	color: rgba(236, 23, 111, 0.62);
}

.single-am_producto .amt-product-story-decor span:nth-child(2) {
	right: 7%;
	color: rgba(150, 55, 153, 0.56);
}

.single-am_producto .amt-product-story-decor span:nth-child(3) {
	color: rgba(236, 23, 111, 0.5);
}

.single-am_producto .amt-product-story-decor span:nth-child(4) {
	top: 17%;
	left: 6%;
	font-size: 40px;
	transform: rotate(-10deg);
}

.single-am_producto .amt-product-story-decor span:nth-child(5) {
	top: 42%;
	right: 10%;
	font-size: 31px;
	transform: rotate(12deg);
}

.single-am_producto .amt-product-story-decor span:nth-child(6) {
	top: 60%;
	left: 9%;
	font-size: 29px;
}

.single-am_producto .amt-product-story-decor span:nth-child(7) {
	right: 8%;
	bottom: 17%;
	font-size: 38px;
	transform: rotate(8deg);
}

.single-am_producto .amt-product-story-decor span:nth-child(8) {
	bottom: 9%;
	left: 25%;
	font-size: 18px;
	letter-spacing: 8px;
}

.single-am_producto .amt-product-story-decor span:nth-child(9) {
	top: 19%;
	right: 27%;
	font-size: 34px;
	transform: rotate(10deg);
}

.single-am_producto .amt-product-story-decor span:nth-child(10) {
	bottom: 28%;
	left: 47%;
	font-size: 27px;
	transform: rotate(-8deg);
}

@media (max-width: 650px) {
	.single-am_producto .amt-product-story-grid.is-benefits-only {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-am_producto .amt-product-story-decor span:nth-child(4) {
		top: 11%;
		left: 3%;
		font-size: 27px;
	}

	.single-am_producto .amt-product-story-decor span:nth-child(5) {
		top: 46%;
		right: 3%;
		font-size: 23px;
	}

	.single-am_producto .amt-product-story-decor span:nth-child(6) {
		top: 72%;
		left: 3%;
		font-size: 22px;
	}

	.single-am_producto .amt-product-story-decor span:nth-child(n+7) {
		display: none;
	}
}

/* v0.8.13 · Menú móvil y tablet inspirado en el mockup aprobado. */
.amt-mobile-menu-decor,
.amt-mobile-menu-footer {
	display: none;
}

@media (max-width: 900px) {
	body.amt-menu-open {
		overflow: hidden;
	}

	body.amt-menu-open .amt-site-header {
		background: linear-gradient(105deg, rgba(255, 250, 253, 0.99), rgba(250, 242, 255, 0.99));
		box-shadow: 0 14px 36px rgba(89, 16, 79, 0.1);
	}

	.amt-menu-toggle {
		position: relative;
		z-index: 4;
		width: 48px;
		height: 48px;
		padding: 10px 11px;
		background: linear-gradient(145deg, #fff, #fff7fb);
		border: 1px solid rgba(236, 23, 111, 0.2);
		border-radius: 14px;
		box-shadow: 0 8px 20px rgba(89, 16, 79, 0.08);
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}

	.amt-menu-toggle > span:not(.screen-reader-text) {
		height: 3px;
		margin: 4px 0;
		background: var(--amt-plum);
		border-radius: 999px;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.amt-menu-toggle[aria-expanded="true"] {
		box-shadow: 0 10px 24px rgba(236, 23, 111, 0.15);
	}

	.amt-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.amt-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
		opacity: 0;
	}

	.amt-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.amt-primary-nav {
		isolation: isolate;
		height: var(--amt-menu-available-height, calc(100dvh - 78px));
		max-height: var(--amt-menu-available-height, calc(100dvh - 78px));
		padding: 24px clamp(20px, 5vw, 42px) 34px;
		overflow-x: hidden;
		overflow-y: auto;
		overscroll-behavior: contain;
		background:
			radial-gradient(circle at 7% 31%, rgba(236, 23, 111, 0.18) 0 4px, transparent 5px),
			radial-gradient(circle at 91% 23%, rgba(255, 116, 112, 0.2) 0 4px, transparent 5px),
			radial-gradient(circle at 14% 81%, rgba(89, 16, 79, 0.12) 0 3px, transparent 4px),
			linear-gradient(145deg, #f7eeff 0%, #fff1f6 57%, #fffaf6 100%);
		border-bottom: 0;
		box-shadow: 0 24px 50px rgba(89, 16, 79, 0.16);
		scrollbar-width: thin;
		scrollbar-color: rgba(236, 23, 111, 0.35) transparent;
	}

	.amt-primary-nav::before,
	.amt-primary-nav::after {
		position: absolute;
		z-index: -1;
		right: -9%;
		left: -9%;
		content: "";
		pointer-events: none;
	}

	.amt-primary-nav::before {
		top: 46%;
		height: 170px;
		background: rgba(255, 255, 255, 0.36);
		border-radius: 50% 50% 42% 58% / 22% 30% 70% 78%;
		transform: rotate(-2deg);
	}

	.amt-primary-nav::after {
		bottom: -52px;
		height: 180px;
		background: linear-gradient(110deg, rgba(255, 236, 224, 0.86), rgba(247, 232, 255, 0.94));
		border-radius: 48% 52% 0 0 / 34% 40% 0 0;
	}

	.amt-primary-nav.is-open {
		display: flex;
		flex-direction: column;
	}

	.amt-primary-nav .amt-menu {
		position: relative;
		z-index: 2;
		width: min(100%, 720px);
		margin-inline: auto;
		gap: 6px;
	}

	.amt-primary-nav .amt-menu li {
		width: 100%;
	}

	.amt-primary-nav .amt-menu a {
		display: grid;
		grid-template-columns: 48px minmax(0, 1fr) 22px;
		align-items: center;
		min-height: 58px;
		padding: 8px 14px;
		color: var(--amt-plum);
		font-family: var(--amt-font);
		font-size: 17px;
		font-weight: 700;
		letter-spacing: 0.01em;
		border: 1px solid transparent;
		border-radius: 18px;
		transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	}

	.amt-primary-nav .amt-menu a::before {
		display: grid;
		place-items: center;
		width: 40px;
		height: 40px;
		color: var(--amt-pink-dark);
		font-family: var(--amt-font);
		font-size: 27px;
		font-weight: 700;
		line-height: 1;
		content: "♡";
		background: rgba(255, 255, 255, 0.52);
		border-radius: 13px;
	}

	.amt-primary-nav .amt-menu li:nth-child(2) > a::before {
		content: "▣";
		font-size: 24px;
	}

	.amt-primary-nav .amt-menu li:nth-child(3) > a::before {
		content: "✎";
		font-size: 25px;
	}

	.amt-primary-nav .amt-menu li:nth-child(4) > a::before {
		content: "♧";
		font-size: 26px;
	}

	.amt-primary-nav .amt-menu li:nth-child(5) > a::before {
		content: "◌";
		font-size: 28px;
	}

	.amt-primary-nav .amt-menu a::after {
		position: static;
		display: block;
		width: auto;
		height: auto;
		color: rgba(236, 23, 111, 0.72);
		font-family: Arial, sans-serif;
		font-size: 29px;
		font-weight: 400;
		line-height: 1;
		content: "›";
		background: transparent;
	}

	.amt-primary-nav .amt-menu a:hover,
	.amt-primary-nav .amt-menu a:focus,
	.amt-primary-nav .amt-menu .current-menu-item > a,
	.single-am_producto .amt-primary-nav .amt-menu a[href*="catalogo"] {
		color: var(--amt-pink-dark);
		background: rgba(255, 255, 255, 0.9);
		border-color: rgba(236, 23, 111, 0.72);
		box-shadow: 0 13px 30px rgba(89, 16, 79, 0.12), 0 4px 10px rgba(236, 23, 111, 0.08);
		transform: translateY(-1px);
	}

	.amt-primary-nav .amt-menu .current-menu-item > a::before,
	.single-am_producto .amt-primary-nav .amt-menu a[href*="catalogo"]::before {
		color: var(--amt-pink);
		background: var(--amt-blush);
	}

	.amt-mobile-menu-decor {
		position: absolute;
		z-index: 1;
		inset: 0;
		display: block;
		pointer-events: none;
	}

	.amt-mobile-menu-decor span {
		position: absolute;
		color: rgba(236, 23, 111, 0.48);
		font-family: var(--amt-font);
		font-weight: 800;
		line-height: 1;
		text-shadow: 0 7px 18px rgba(89, 16, 79, 0.08);
	}

	.amt-mobile-menu-decor span:nth-child(1) { top: 33%; right: 6%; font-size: 29px; transform: rotate(10deg); }
	.amt-mobile-menu-decor span:nth-child(2) { top: 54%; left: 5%; font-size: 23px; }
	.amt-mobile-menu-decor span:nth-child(3) { top: 47%; right: 18%; font-size: 30px; color: rgba(255, 116, 112, 0.58); }
	.amt-mobile-menu-decor span:nth-child(4) { top: 66%; left: 7%; font-size: 31px; transform: rotate(-9deg); }
	.amt-mobile-menu-decor span:nth-child(5) { top: 76%; right: 8%; font-size: 34px; }
	.amt-mobile-menu-decor span:nth-child(6) { bottom: 8%; right: 28%; font-size: 26px; color: rgba(150, 55, 153, 0.44); }
	.amt-mobile-menu-decor span:nth-child(7) { bottom: 4%; left: 9%; font-size: 17px; letter-spacing: 7px; color: rgba(255, 116, 112, 0.62); }

	.amt-mobile-menu-footer {
		position: relative;
		z-index: 2;
		display: flex;
		flex: 1 0 auto;
		flex-direction: column;
		justify-content: flex-end;
		width: min(100%, 720px);
		min-height: 255px;
		padding-top: 48px;
		margin: 24px auto 0;
		text-align: center;
	}

	.amt-mobile-menu-footer::before {
		position: absolute;
		z-index: -1;
		top: 12px;
		right: -25vw;
		bottom: -40px;
		left: -25vw;
		content: "";
		background: linear-gradient(155deg, rgba(247, 232, 255, 0.84), rgba(255, 232, 242, 0.94) 55%, rgba(255, 247, 237, 0.92));
		border-radius: 50% 50% 0 0 / 12% 16% 0 0;
		box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.62);
	}

	.amt-mobile-menu-footer::after {
		position: absolute;
		top: 28px;
		right: 5%;
		width: 92px;
		height: 42px;
		content: "";
		border-top: 2px dashed rgba(236, 23, 111, 0.48);
		border-radius: 50%;
		transform: rotate(-13deg);
	}

	.amt-mobile-menu-footer > p {
		position: relative;
		max-width: 530px;
		margin: 0 auto 24px;
		color: var(--amt-plum);
		font-family: var(--amt-display);
		font-size: clamp(20px, 3.5vw, 29px);
		font-weight: 600;
		line-height: 1.3;
		letter-spacing: -0.01em;
	}

	.amt-mobile-menu-footer > p::after {
		display: inline-block;
		margin-left: 7px;
		color: var(--amt-pink);
		content: "♥";
		font-family: var(--amt-font);
		font-size: 0.72em;
		transform: rotate(9deg);
	}

	.amt-mobile-menu-actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.amt-mobile-menu-actions .amt-button {
		min-height: 58px;
		padding-inline: 18px;
		font-family: var(--amt-font);
		font-size: 16px;
		font-weight: 800;
		border-radius: 17px;
	}

	.amt-mobile-menu-actions .amt-mobile-quote {
		background: linear-gradient(135deg, #f71a78, #df0e63);
		border-color: var(--amt-pink);
		box-shadow: 0 14px 30px rgba(236, 23, 111, 0.24);
	}

	.amt-mobile-menu-actions .amt-mobile-catalog {
		color: var(--amt-plum);
		background: rgba(255, 255, 255, 0.9);
		border-color: rgba(89, 16, 79, 0.32);
		box-shadow: 0 11px 25px rgba(89, 16, 79, 0.1);
	}

	.amt-mobile-menu-actions .amt-mobile-catalog:hover,
	.amt-mobile-menu-actions .amt-mobile-catalog:focus {
		color: #fff;
		background: var(--amt-plum);
		border-color: var(--amt-plum);
	}

	.amt-mobile-gift-icon {
		display: grid;
		place-items: center;
		width: 30px;
		height: 30px;
		font-size: 19px;
		background: #fff1f6;
		border-radius: 9px;
	}

	.amt-mobile-menu-footer > small {
		margin-top: 22px;
		color: rgba(89, 16, 79, 0.75);
		font-family: var(--amt-display);
		font-size: 15px;
		font-weight: 500;
		font-style: italic;
	}

	.amt-mobile-menu-footer > small span {
		color: var(--amt-pink);
	}
}

@media (max-width: 650px) {
	.amt-primary-nav {
		padding: 18px 15px 25px;
	}

	.amt-primary-nav .amt-menu {
		gap: 2px;
	}

	.amt-primary-nav .amt-menu a {
		grid-template-columns: 43px minmax(0, 1fr) 18px;
		min-height: 52px;
		padding: 6px 10px;
		font-size: 16px;
		border-radius: 15px;
	}

	.amt-primary-nav .amt-menu a::before {
		width: 36px;
		height: 36px;
		font-size: 23px;
		border-radius: 11px;
	}

	.amt-primary-nav .amt-menu a::after {
		font-size: 25px;
	}

	.amt-mobile-menu-footer {
		min-height: 310px;
		padding-top: 46px;
		margin-top: 16px;
	}

	.amt-mobile-menu-footer > p {
		max-width: 310px;
		margin-bottom: 20px;
		font-size: 20px;
	}

	.amt-mobile-menu-actions {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.amt-mobile-menu-actions .amt-button {
		min-height: 52px;
		font-size: 15px;
	}

	.amt-mobile-menu-footer > small {
		margin-top: 18px;
		font-size: 13px;
	}

	.amt-mobile-menu-decor span:nth-child(4),
	.amt-mobile-menu-decor span:nth-child(6) {
		display: none;
	}
}

/* v0.8.14 · Ubicación real de Google Maps en la página Contacto. */
.amt-contact-map-embed {
	position: relative;
	width: 100%;
	height: 235px;
	margin-bottom: 25px;
	overflow: hidden;
	background: linear-gradient(145deg, #f2e9ff, #ffeaf1);
	border: 1px solid rgba(236, 23, 111, 0.18);
	border-radius: 22px;
	box-shadow: 0 16px 34px rgba(89, 16, 79, 0.12);
}

.amt-contact-map-embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.amt-contact-map-label {
	position: absolute;
	z-index: 2;
	right: 18px;
	bottom: 16px;
	left: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: max-content;
	max-width: calc(100% - 36px);
	min-height: 42px;
	padding: 8px 16px;
	margin-inline: auto;
	color: var(--amt-pink);
	font-family: var(--amt-display);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(236, 23, 111, 0.28);
	border-radius: 999px;
	box-shadow: 0 9px 24px rgba(89, 16, 79, 0.18);
	backdrop-filter: blur(8px);
	pointer-events: none;
}

.amt-contact-map-label i {
	font-family: var(--amt-font);
	font-size: 20px;
	font-style: normal;
}

.amt-contact-map-card > .amt-button-primary {
	box-shadow: 0 11px 26px rgba(236, 23, 111, 0.2);
}

@media (max-width: 650px) {
	.amt-contact-map-embed {
		height: 260px;
		margin-bottom: 22px;
		border-radius: 19px;
	}

	.amt-contact-map-label {
		right: 12px;
		bottom: 12px;
		left: 12px;
		max-width: calc(100% - 24px);
		font-size: 16px;
	}

	.amt-contact-map-card > .amt-button-primary {
		width: 100%;
	}
}

/* v0.8.16 · Corrección del catálogo cuando existen exactamente dos productos. */
@media (min-width: 901px) {
	.amt-catalog-results > .amt-product-grid-count-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: start;
	}

	.amt-product-grid-count-2 > .amt-product-card {
		align-self: stretch;
		height: 100%;
	}

	.amt-product-grid-count-2 > .amt-catalog-invite {
		grid-column: 1 / -1;
		grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
		min-height: 245px;
		padding: 34px 42px;
	}

	.amt-product-grid-count-2 .amt-catalog-invite-art {
		min-height: 175px;
	}

	.amt-product-grid-count-2 .amt-catalog-invite h3 {
		font-size: clamp(28px, 3vw, 40px);
	}

	.amt-product-grid-count-2 .amt-catalog-invite-actions .amt-button {
		min-width: 170px;
	}
}

@media (min-width: 651px) and (max-width: 900px) {
	.amt-product-grid-count-2 > .amt-catalog-invite {
		grid-column: 1 / -1;
		grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1.45fr);
		min-height: 220px;
	}
}
