:root{--mt-color-fondo: #FFF4E8;--mt-color-texto: #3A2A2E;--mt-color-acento: #FF5C72;--mt-color-acento-oscuro: #E14A5F;--mt-color-verde: #4F8A5B;--mt-color-crema-suave: #FFEBD9;--mt-fuente-titulo: "Fraunces", Georgia, "Times New Roman", serif;--mt-fuente-cuerpo: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;--mt-radio: 24px;--mt-radio-chico: 14px;--mt-margen: 24px;--mt-ease: cubic-bezier(.22, 1, .36, 1);--mt-espacio-xs: 8px;--mt-espacio-sm: 12px;--mt-espacio-md: 16px;--mt-espacio-lg: 24px;--mt-espacio-xl: 32px;--mt-espacio-2xl: 48px}.mt-section{font-family:var(--mt-fuente-cuerpo);color:var(--mt-color-texto);padding-top:0!important;padding-bottom:0!important;overflow-x:clip}.mt-container{max-width:1200px;margin:0 auto;padding:0 var(--mt-margen)}.mt-h1,.mt-h2,.mt-h3{font-family:var(--mt-fuente-titulo);font-weight:600;line-height:1.12;margin:0 0 16px;color:var(--mt-color-texto)}.mt-h1{font-size:clamp(26px,5vw,52px)}.mt-h2{font-size:clamp(22px,4.2vw,38px)}.mt-h3{font-size:clamp(17px,3vw,22px)}.mt-body{font-family:var(--mt-fuente-cuerpo);line-height:1.6;margin:0 0 16px}.mt-eyebrow{display:inline-block;font-family:var(--mt-fuente-cuerpo);font-weight:800;font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--mt-color-verde);background:#fff;padding:6px 14px;border-radius:999px;margin-bottom:16px}.mt-boton{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--mt-fuente-cuerpo);font-weight:700;font-size:16px;padding:15px 30px;border-radius:999px;background:var(--mt-color-acento);color:#fff;border:none;cursor:pointer;text-decoration:none;transition:transform .25s var(--mt-ease),box-shadow .25s var(--mt-ease),background .25s var(--mt-ease);box-shadow:0 8px 20px #ff5c7247}.mt-boton:hover{transform:translateY(-2px);box-shadow:0 12px 26px #ff5c7261;background:var(--mt-color-acento-oscuro)}.mt-boton--verde{background:var(--mt-color-verde);box-shadow:0 8px 20px #4f8a5b47}.mt-boton--verde:hover{background:#3f7249;box-shadow:0 12px 26px #4f8a5b61}.mt-boton--fantasma{background:transparent;color:var(--mt-color-texto);border:2px solid var(--mt-color-texto);box-shadow:none}.mt-boton--fantasma:hover{background:var(--mt-color-texto);color:#fff}.mt-tarjeta{background:#fff;border-radius:var(--mt-radio);overflow:hidden}.mt-reveal{opacity:0;transform:translateY(28px) scale(.98);transition:opacity .7s var(--mt-ease),transform .7s var(--mt-ease)}.mt-reveal.mt-visible{opacity:1;transform:translateY(0) scale(1)}.mt-reveal[data-mt-delay="1"]{transition-delay:.08s}.mt-reveal[data-mt-delay="2"]{transition-delay:.16s}.mt-reveal[data-mt-delay="3"]{transition-delay:.24s}.mt-reveal[data-mt-delay="4"]{transition-delay:.32s}@media(prefers-reduced-motion:reduce){.mt-reveal{opacity:1;transform:none;transition:none}.mt-boton,.mt-hover-tarjeta{transition:none!important}}.mt-hover-tarjeta{transition:transform .35s var(--mt-ease),box-shadow .35s var(--mt-ease)}.mt-hover-tarjeta:hover{transform:translateY(-6px);box-shadow:0 20px 40px #3a2a2e1f}@media screen and (max-width:989px){.mt-container{padding:0 18px}}@keyframes mt-pulso{0%,to{box-shadow:0 8px 20px #ff5c7247}50%{box-shadow:0 8px 30px #ff5c728c}}.mt-boton--pulso{animation:mt-pulso 1.8s ease-in-out infinite}.mt-boton--pulso:hover{animation:none}.mt-aviso-urgencia{display:flex;align-items:center;gap:9px;background-color:#ffe9e9;color:#c23b3b;font-weight:800;font-size:14px;padding:12px 16px;border-radius:10px;margin:0 0 16px;white-space:nowrap}@media screen and (max-width:420px){.mt-aviso-urgencia{font-size:12px;padding:10px 12px;gap:7px}}@media screen and (max-width:360px){.mt-aviso-urgencia{font-size:11px;padding:9px 10px}}.mt-punto-urgencia{flex:none;width:9px;height:9px;border-radius:50%;background:#e43535;box-shadow:0 0 #e4353599;animation:mt-punto-pulso 1.6s ease-out infinite}@keyframes mt-punto-pulso{0%{box-shadow:0 0 #e435358c}70%{box-shadow:0 0 0 8px #e4353500}to{box-shadow:0 0 #e4353500}}@media(prefers-reduced-motion:reduce){.mt-punto-urgencia{animation:none}}.mt-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--mt-espacio-sm);margin:var(--mt-espacio-lg) 0 0}.mt-badge{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:18px 10px;background:#fff;border-radius:18px;box-shadow:0 4px 16px #3a2a2e12;transition:transform .3s var(--mt-ease),box-shadow .3s var(--mt-ease)}.mt-badge:hover{transform:translateY(-3px);box-shadow:0 10px 22px #3a2a2e1f}.mt-badge__icono{font-size:20px;line-height:1;width:44px;height:44px;border-radius:50%;background:var(--mt-color-crema-suave);display:flex;align-items:center;justify-content:center}.mt-badge__texto{font-size:12.5px;font-weight:700;line-height:1.3}.mt-rating{display:flex;align-items:center;gap:10px;margin-bottom:var(--mt-espacio-sm);flex-wrap:wrap}.mt-rating__estrellas{color:var(--mt-color-acento);font-size:16px;letter-spacing:1px}.mt-rating__texto{font-size:14px;font-weight:700;color:var(--mt-color-texto);opacity:.85}.mt-contador{font-family:var(--mt-fuente-titulo);font-weight:700}.mt-barra-sticky{position:fixed;left:0;right:0;bottom:0;z-index:30;background:#fff;box-shadow:0 -8px 24px #3a2a2e24;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;transform:translateY(100%);transition:transform .35s var(--mt-ease)}.mt-barra-sticky.mt-visible-sticky{transform:translateY(0)}.mt-barra-sticky__info{display:flex;flex-direction:column;min-width:0}.mt-barra-sticky__titulo{font-size:13px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mt-barra-sticky__precio{font-size:13px;opacity:.75}.mt-barra-sticky .mt-boton{padding:12px 22px;font-size:14px;flex:none}@media screen and (min-width:990px){.mt-barra-sticky{display:none}}.mt-avatar{width:40px;height:40px;border-radius:50%;background:var(--mt-color-verde);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-family:var(--mt-fuente-titulo);flex:none}.mt-resena__cabecera-fila{display:flex;align-items:center;gap:12px;margin-bottom:12px}@media(prefers-reduced-motion:reduce){.mt-boton--pulso{animation:none}}.mt-carrusel{position:relative}.mt-carrusel__pista{display:flex;width:100%;min-width:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.mt-carrusel__pista::-webkit-scrollbar{display:none}.mt-carrusel__dots{display:flex;justify-content:center;gap:8px;margin-top:14px;flex-wrap:wrap}.mt-carrusel__dot{padding:0;border:none;background:#e7dacd;border-radius:50%;width:8px;height:8px;cursor:pointer;overflow:hidden;transition:transform .25s var(--mt-ease),background .25s var(--mt-ease);flex:none}.mt-carrusel__dot img{display:none}.mt-carrusel__dot--activo{background:var(--mt-color-acento);transform:scale(1.3)}.mt-carrusel__flecha{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:none;box-shadow:0 4px 14px #3a2a2e2e;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;color:var(--mt-color-texto);transition:transform .2s var(--mt-ease),background .2s var(--mt-ease)}.mt-carrusel__flecha:hover{background:var(--mt-color-acento);color:#fff}.mt-carrusel__flecha--prev{left:12px}.mt-carrusel__flecha--next{right:12px}@media screen and (max-width:749px){.mt-carrusel__flecha{display:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/mt-styles.css.map */
