:root {
  --ml-black: #171315;
  --ml-ink: #292124;
  --ml-cream: #f7f1eb;
  --ml-paper: #fffdf9;
  --ml-pink: #874757;
  --ml-pink-dark: #5d303b;
  --ml-peach: #c98f72;
  --ml-line: rgba(23, 19, 21, .12);
  --ml-serif: Georgia, "Times New Roman", serif;
  --ml-sans: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

body {
  color: var(--ml-ink);
  background: var(--ml-paper);
  font-family: var(--ml-sans);
  -webkit-font-smoothing: antialiased;
}

body#index #wrapper {
  padding-top: 0;
  background: var(--ml-paper);
}

body#index #content-wrapper,
body#index #content {
  width: 100%;
  max-width: none;
  padding: 0;
}

body#index .ApSlideShow,
body#index .box-slider {
  display: none !important;
}

.topbar-full > .title-ap-group {
  display: none !important;
}

.payment-logos {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px clamp(22px, 3vw, 36px) !important;
  margin-bottom: 18px !important;
}

.payment-logos img {
  display: block !important;
  flex: 0 0 auto;
  width: auto !important;
  max-width: 150px;
  object-fit: contain;
  opacity: .96;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .16));
}

.payment-logos img[alt="Mastercard"] { height: 44px !important; }
.payment-logos img[alt="Visa"] { height: 31px !important; }
.payment-logos img[alt="PayPal"] { height: 36px !important; }
.payment-logos img[alt="Bizum"] { height: 34px !important; }

.ml-footer .ml-registered {
  display: inline-block;
  margin-left: .08em;
  font-size: .56em;
  line-height: 0;
  vertical-align: super;
}

@media (max-width: 575px) {
  .payment-logos {
    gap: 14px 16px !important;
    padding: 0 14px !important;
    box-sizing: border-box;
  }

  .payment-logos img[alt="Mastercard"] { height: 32px !important; }
  .payment-logos img[alt="Visa"] { height: 23px !important; }
  .payment-logos img[alt="PayPal"] { height: 27px !important; }
  .payment-logos img[alt="Bizum"] { height: 25px !important; }

  #footer.ml-footer .footer-bottom {
    padding-bottom: 145px !important;
  }
}

.ml-storefront {
  width: 100%;
  overflow: hidden;
  color: var(--ml-ink);
  background: var(--ml-paper);
}

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

.ml-kicker {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ml-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  background: var(--ml-black);
}

.ml-hero__track,
.ml-hero__slide,
.ml-hero__media,
.ml-hero__media picture {
  display: block;
  width: 100%;
}

.ml-hero__slide {
  position: relative;
  display: none;
  min-height: clamp(520px, 53vw, 810px);
}

.ml-hero__slide.is-active {
  display: block;
  animation: mlHeroReveal .55s ease both;
}

.ml-hero__image,
.ml-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ml-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19, 12, 15, .76) 0%, rgba(19, 12, 15, .32) 43%, rgba(19, 12, 15, .05) 72%),
    linear-gradient(0deg, rgba(19, 12, 15, .24), transparent 45%);
}

.ml-hero__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: clamp(520px, 53vw, 810px);
  align-items: center;
  width: min(100% - 48px, 1460px);
  margin: 0 auto;
  padding: 82px 0 96px;
}

.ml-hero__content {
  width: min(700px, 56%);
}

.ml-hero__content .ml-kicker {
  color: #fff;
}

.ml-hero__content h1 {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--ml-serif);
  font-size: clamp(52px, 6.4vw, 104px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
  text-wrap: balance;
}

.ml-hero__copy {
  max-width: 590px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.55;
}

.ml-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ml-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 15px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.ml-button:hover,
.ml-button:focus-visible {
  text-decoration: none;
  transform: translateY(-2px);
}

.ml-button--light {
  color: var(--ml-black);
  background: #fff;
}

.ml-button--light:hover,
.ml-button--light:focus-visible {
  color: #fff;
  background: var(--ml-pink);
}

.ml-button--ghost {
  color: #fff;
  background: rgba(20, 14, 16, .18);
  border-color: rgba(255, 255, 255, .58);
  backdrop-filter: blur(10px);
}

.ml-button--ghost:hover,
.ml-button--ghost:focus-visible {
  color: var(--ml-black);
  background: #fff;
  border-color: #fff;
}

.ml-hero__arrow,
.ml-hero__pause,
.ml-hero__dots button {
  border: 0;
  cursor: pointer;
}

.ml-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 46px;
  height: 46px;
  padding: 0;
  color: #fff;
  background: rgba(17, 12, 14, .36);
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 31px;
  line-height: 41px;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.ml-hero__arrow--previous { left: 20px; }
.ml-hero__arrow--next { right: 20px; }

.ml-hero__controls {
  position: absolute;
  z-index: 4;
  right: max(28px, calc((100% - 1460px) / 2));
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.ml-hero__dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ml-hero__dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
}

.ml-hero__dots button.is-active {
  width: 30px;
  background: #fff;
  border-radius: 999px;
}

.ml-hero__pause {
  padding: 7px 11px;
  color: #fff;
  background: rgba(17, 12, 14, .35);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ml-benefits {
  display: grid;
  width: min(100% - 48px, 1460px);
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--ml-line);
}

.ml-benefits article {
  display: flex;
  min-height: 126px;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  border-right: 1px solid var(--ml-line);
}

.ml-benefits article:first-child { padding-left: 0; }
.ml-benefits article:last-child { padding-right: 0; border-right: 0; }

.ml-benefits__number {
  color: var(--ml-pink);
  font-family: var(--ml-serif);
  font-size: 27px;
  font-style: italic;
}

.ml-benefits strong,
.ml-benefits small {
  display: block;
}

.ml-benefits strong {
  margin-bottom: 4px;
  color: var(--ml-black);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.ml-benefits small {
  color: #74686d;
  font-size: 12px;
  line-height: 1.4;
}

.ml-discover {
  width: min(100% - 48px, 1460px);
  margin: 0 auto;
  padding: 96px 0 110px;
}

.ml-section-heading {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, .65fr);
  gap: 70px;
  margin-bottom: 48px;
}

.ml-section-heading h2,
.ml-manifesto h2 {
  margin: 0;
  color: var(--ml-black);
  font-family: var(--ml-serif);
  font-size: clamp(43px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .98;
  text-transform: none;
}

.ml-section-heading > p {
  margin: 0 0 5px;
  color: #6c6165;
  font-size: 16px;
  line-height: 1.65;
}

.ml-editorial-grid {
  display: grid;
  min-height: 700px;
  grid-template-columns: 1.32fr .84fr .84fr;
  gap: 18px;
}

.ml-editorial-card {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: #272023;
  border-radius: 3px;
}

.ml-editorial-card__media,
.ml-editorial-card__media img,
.ml-editorial-card__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ml-editorial-card__media img {
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2, .75, .25, 1);
}

.ml-editorial-card__veil {
  background: linear-gradient(0deg, rgba(20, 12, 16, .76), rgba(20, 12, 16, 0) 60%);
  transition: background .3s ease;
}

.ml-editorial-card__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: clamp(24px, 3vw, 44px);
}

.ml-editorial-card small,
.ml-editorial-card strong,
.ml-editorial-card em {
  display: block;
}

.ml-editorial-card small {
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.ml-editorial-card strong {
  max-width: 390px;
  margin-bottom: 18px;
  font-family: var(--ml-serif);
  font-size: clamp(36px, 4vw, 62px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .95;
}

.ml-editorial-card:not(.ml-editorial-card--1) strong {
  font-size: clamp(30px, 3vw, 45px);
}

.ml-editorial-card em {
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ml-editorial-card:hover,
.ml-editorial-card:focus-visible {
  color: #fff;
  text-decoration: none;
}

.ml-editorial-card:hover img,
.ml-editorial-card:focus-visible img {
  transform: scale(1.045);
}

.ml-manifesto {
  position: relative;
  display: grid;
  min-height: 570px;
  align-items: center;
  grid-template-columns: .8fr 1.2fr;
  overflow: hidden;
  padding: 90px max(24px, calc((100% - 1320px) / 2));
  color: var(--ml-black);
  background: var(--ml-peach);
}

.ml-manifesto__mark {
  color: rgba(255, 255, 255, .36);
  font-family: var(--ml-serif);
  font-size: clamp(180px, 28vw, 430px);
  font-style: italic;
  letter-spacing: -.12em;
  line-height: .6;
  transform: translateX(-8%);
  user-select: none;
}

.ml-manifesto__copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.ml-manifesto__copy > p:not(.ml-kicker) {
  max-width: 600px;
  margin: 28px 0;
  font-size: 17px;
  line-height: 1.7;
}

.ml-manifesto__copy > a {
  display: inline-block;
  padding-bottom: 6px;
  color: var(--ml-black);
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Cabecera y navegación */
#header {
  position: relative;
  z-index: 30;
  color: var(--ml-black);
  background: rgba(255, 253, 249, .97);
  border: 0;
  box-shadow: 0 1px 0 var(--ml-line);
}

#header .header-nav {
  min-height: 34px;
  color: #fff;
  background: var(--ml-black);
  border: 0;
}

#header .header-nav,
#header .header-nav p,
#header .header-nav a {
  color: #fff;
  font-size: 11px;
  letter-spacing: .035em;
}

#header .header-top {
  padding-top: 13px;
  padding-bottom: 13px;
}

#header .logo {
  width: auto;
  max-height: 59px;
}

#header .leo-megamenu .navbar-nav > li > a,
#header .menu-title {
  color: var(--ml-black);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#header .leo-megamenu .navbar-nav > li > a:hover {
  color: var(--ml-pink);
}

/* Bloques de producto automáticos de PrestaShop */
body#index .products-section-title,
body#index .ApProductCarousel h4.title_block,
body#index .block-title {
  margin: 92px auto 18px;
  color: var(--ml-black);
  font-family: var(--ml-serif);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
  text-align: center;
  text-transform: none;
}

body#index .ApProductCarousel,
body#index .featured-products,
body#index .product-accessories {
  width: min(100% - 48px, 1460px);
  margin-right: auto;
  margin-left: auto;
}

.product-miniature .thumbnail-container {
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.product-miniature .product-image {
  overflow: hidden;
  background: #f1ece7;
}

.product-miniature .product-image img,
.product-miniature .thumbnail-container img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2, .75, .25, 1);
}

.product-miniature:hover .product-image img,
.product-miniature:focus-within .product-image img {
  transform: scale(1.025);
}

.product-miniature .product-description,
.product-miniature .product-meta {
  padding: 17px 2px 24px;
  text-align: left;
}

.product-miniature .product-title,
.product-miniature .product-title a {
  color: var(--ml-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
}

.product-miniature .price,
.product-price {
  color: var(--ml-black);
  font-size: 15px;
  font-weight: 800;
}

.product-flags li.product-flag,
.product-flag {
  padding: 7px 10px;
  color: #fff;
  background: var(--ml-pink);
  border-radius: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.btn-primary,
.add-to-cart,
button.add-to-cart {
  color: #fff;
  background: var(--ml-pink);
  border-color: var(--ml-pink);
  border-radius: 999px;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.add-to-cart:hover,
.add-to-cart:focus {
  color: #fff;
  background: var(--ml-pink-dark);
  border-color: var(--ml-pink-dark);
}

/* Categorías, producto y carrito */
.breadcrumb {
  padding: 18px 0;
  color: #81757a;
  background: transparent;
}

.block-category,
.card,
.tabs,
.product-information {
  border-color: var(--ml-line);
  border-radius: 0;
  box-shadow: none;
}

.product-detail-name,
.page-header h1,
#js-product-list-header h1 {
  color: var(--ml-black);
  font-family: var(--ml-serif);
  font-size: clamp(37px, 4.5vw, 68px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1;
  text-transform: none;
}

.product-prices .current-price {
  color: var(--ml-black);
  font-size: 28px;
}

.product-variants > .product-variants-item select,
.product-quantity #quantity_wanted,
.form-control {
  border-color: var(--ml-line);
  border-radius: 0;
}

/* Pie */
#footer {
  margin-top: 110px;
  padding-top: 74px;
  color: rgba(255, 255, 255, .78);
  background: var(--ml-black);
}

#footer,
#footer p,
#footer a,
#footer .h3,
#footer .h4 {
  color: rgba(255, 255, 255, .78);
}

#footer .h3,
#footer .h4,
#footer .block-title {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#footer a:hover {
  color: var(--ml-peach);
}

@keyframes mlHeroReveal {
  from { opacity: 0; transform: scale(1.008); }
  to { opacity: 1; transform: scale(1); }
}

@media (min-width: 992px) {
  #header {
    position: sticky;
    top: 0;
  }
}

@media (max-width: 991px) {
  .ml-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .ml-benefits article:nth-child(2) {
    border-right: 0;
  }

  .ml-benefits article:nth-child(-n+2) {
    border-bottom: 1px solid var(--ml-line);
  }

  .ml-editorial-grid {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }

  .ml-editorial-card--1 {
    grid-column: 1 / -1;
  }

  .ml-editorial-card {
    min-height: 560px;
  }

  .ml-manifesto {
    grid-template-columns: .55fr 1.45fr;
  }
}

@media (max-width: 767px) {
  #header .header-top {
    padding: 0;
  }

  #header .box-top {
    display: grid !important;
    min-height: 92px;
    height: auto !important;
    align-items: center;
    grid-template-columns: minmax(140px, 1fr) 44px 124px;
    margin: 0 !important;
    padding: 10px 16px !important;
  }

  #header .box-top > .ApColumn {
    position: static !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #header .box-top > .ApColumn:nth-child(2) {
    grid-column: 2;
  }

  #header .col-logo {
    grid-column: 1;
    grid-row: 1;
  }

  #header .col-info {
    display: flex !important;
    grid-column: 3;
    grid-row: 1;
    align-items: center;
    justify-content: flex-end;
  }

  #header .logo,
  #header .logo-img {
    width: auto;
    max-width: 145px;
    max-height: 52px;
  }

  #header .leo-megamenu,
  #header .leo-megamenu .navbar,
  #header .leo-megamenu .navbar-header {
    min-height: 0;
    margin: 0;
    padding: 0;
  }

  #header .navbar-toggler {
    position: static !important;
    width: 40px;
    height: 40px;
    margin: 0 !important;
    padding: 0 !important;
  }

  #header #leo_search_block_top {
    display: none !important;
  }

  #header .col-info #leo_block_top,
  #header .col-info .wislish-button,
  #header .col-info #_desktop_cart,
  #header .col-info .popup-title,
  #header .col-info .ap-btn-wishlist,
  #header .col-info .blockcart {
    position: static;
    width: 40px;
    height: 44px !important;
    min-height: 44px;
    line-height: 44px !important;
  }

  .ml-hero__slide,
  .ml-hero__overlay {
    min-height: min(780px, calc(100svh - 92px));
  }

  .ml-hero__image,
  .ml-hero__video {
    object-position: 60% center;
  }

  .ml-hero__shade {
    background: linear-gradient(0deg, rgba(19, 12, 15, .83) 0%, rgba(19, 12, 15, .24) 67%, rgba(19, 12, 15, .08) 100%);
  }

  .ml-hero__overlay {
    width: calc(100% - 36px);
    align-items: flex-end;
    padding: 80px 0 70px;
  }

  .ml-hero__content {
    width: 100%;
  }

  .ml-hero__content h1 {
    max-width: 620px;
    font-size: clamp(47px, 15vw, 68px);
  }

  .ml-hero__copy {
    font-size: 16px;
  }

  .ml-button {
    flex: 1 1 auto;
    padding-right: 18px;
    padding-left: 18px;
  }

  .ml-hero__arrow {
    display: none;
  }

  .ml-hero__controls {
    right: 18px;
    bottom: 18px;
  }

  .ml-benefits {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
  }

  .ml-benefits article,
  .ml-benefits article:first-child,
  .ml-benefits article:last-child {
    min-height: 92px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--ml-line);
  }

  .ml-benefits article:last-child {
    border-bottom: 0;
  }

  .ml-discover {
    width: calc(100% - 32px);
    padding: 72px 0 78px;
  }

  .ml-section-heading {
    display: block;
    margin-bottom: 30px;
  }

  .ml-section-heading h2,
  .ml-manifesto h2 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .ml-section-heading > p {
    margin-top: 22px;
  }

  .ml-editorial-grid {
    display: flex;
    overflow-x: auto;
    margin-right: -16px;
    padding-right: 16px;
    gap: 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ml-editorial-grid::-webkit-scrollbar { display: none; }

  .ml-editorial-card,
  .ml-editorial-card--1 {
    min-width: 82vw;
    min-height: 520px;
    grid-column: auto;
    scroll-snap-align: start;
  }

  .ml-editorial-card strong,
  .ml-editorial-card:not(.ml-editorial-card--1) strong {
    font-size: 40px;
  }

  .ml-manifesto {
    display: block;
    min-height: 620px;
    padding: 72px 20px;
  }

  .ml-manifesto__mark {
    position: absolute;
    top: 70px;
    left: -20px;
    font-size: 250px;
  }

  .ml-manifesto__copy {
    padding-top: 220px;
  }

  body#index .products-section-title,
  body#index .ApProductCarousel h4.title_block,
  body#index .block-title {
    margin-top: 68px;
    padding: 0 16px;
    font-size: 45px;
  }

  body#index .ApProductCarousel,
  body#index .featured-products,
  body#index .product-accessories {
    width: calc(100% - 24px);
  }

  .product-miniature .product-description,
  .product-miniature .product-meta {
    padding: 12px 0 20px;
  }

  #footer {
    margin-top: 72px;
    padding-top: 50px;
  }
}

/* Mariquilla Lunares 3.5.10 — transición compacta escaparates/pie */
body#index #content > .row.box-manu,
body#index #content > .box-manu {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#index #footer {
  margin-top: 0 !important;
}

body#index #footer > .footer-top {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================================
   Mariquilla Lunares 3.3.0
   Experiencia comercial definitiva · desktop + mobile
   ========================================================== */

:root {
  --ml-ink: #211d1b;
  --ml-muted: #6f6660;
  --ml-wine: #5b1832;
  --ml-wine-dark: #310d1e;
  --ml-clay: #ad7864;
  --ml-olive: #30362c;
  --ml-cream: #f5f0e9;
  --ml-paper: #fffdf9;
  --ml-line: rgba(33, 29, 27, .13);
  --ml-shadow: 0 20px 55px rgba(47, 33, 28, .10);
}

html {
  scroll-behavior: smooth;
}

/* Mariquilla Lunares 3.5.6 — carruseles comerciales unificados */
.ml-native-new-hidden {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.ml-commerce-rails {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  padding: 26px 0 66px;
  background: #283025;
  color: #fffdf8;
  overflow: hidden;
}

.ml-commerce-rails .ml-sale {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(54px, 6vw, 88px) max(24px, calc((100vw - 1500px) / 2));
  background: transparent;
}

.ml-commerce-rails .ml-sale + .ml-sale {
  border-top: 1px solid rgba(255,255,255,.18);
}

.ml-commerce-rails .ml-sale__heading > div {
  max-width: 820px;
}

.ml-commerce-rails .ml-sale__track {
  grid-auto-columns: minmax(250px, 24%);
}

.ml-sale-card__variants {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 14px;
  min-height: 26px;
  margin-top: 10px;
}

.ml-sale-card__colors,
.ml-sale-card__sizes {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.ml-sale-card__colors i {
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,.18);
}

.ml-sale-card__sizes b {
  display: inline-grid;
  place-items: center;
  min-width: 25px;
  min-height: 23px;
  padding: 2px 6px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 3px;
  color: #fffdf8;
  font-size: 10px;
  line-height: 1;
}

#footer.ml-footer-v330 .ml-club .input-wrapper {
  grid-template-columns: minmax(0,1fr) minmax(190px,230px) !important;
}

#footer.ml-footer-v330 .ml-club .ml-club__submit {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  justify-self: stretch !important;
}

@media (max-width: 991px) {
  .ml-commerce-rails .ml-sale__track { grid-auto-columns: minmax(240px, 48%); }
}

@media (max-width: 767px) {
  .ml-commerce-rails { padding: 8px 0 38px; }
  .ml-commerce-rails .ml-sale { padding: 52px 18px; }
  .ml-commerce-rails .ml-sale__track { grid-auto-columns: 78%; }
  #footer.ml-footer-v330 .ml-club .input-wrapper { grid-template-columns: 1fr !important; }
}

body {
  color: var(--ml-ink);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font-family: "Montserrat", Arial, sans-serif;
}

body#index #wrapper {
  overflow: clip;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(91, 24, 50, .35) !important;
  outline-offset: 3px;
}

/* Cabecera limpia, con logotipo completo incluso al hacer scroll. */
#header {
  background: var(--ml-paper);
}

#header .header-nav {
  min-height: 28px;
}

#header .header-nav .topbar-message {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: .01em;
}

#header .box-top,
.keep-header #header.navbar-fixed-top .box-top {
  min-height: 82px;
  overflow: visible !important;
}

#header .h-logo,
#header .h-logo > a,
.keep-header #header.navbar-fixed-top .h-logo.logo-slot,
.keep-header #header.navbar-fixed-top .h-logo.logo-slot > a {
  min-height: 66px;
  height: auto !important;
  overflow: visible !important;
}

#header .logo-img,
#header .logo-responsive,
.keep-header #header.navbar-fixed-top .logo-img {
  display: block;
  width: auto !important;
  max-width: 230px !important;
  height: 62px !important;
  max-height: none !important;
  object-fit: contain;
}

#header .leo-megamenu .navbar-nav > li > a {
  font-size: 13px;
  letter-spacing: .105em;
}

.ml-quick-nav {
  border-color: var(--ml-line);
  background: #f1ebe4;
}

.ml-quick-nav__inner {
  min-height: 48px;
}

.ml-quick-nav a {
  color: #342d29;
  font-size: 12.5px;
  letter-spacing: .09em;
}

.ml-mobile-header {
  display: none;
}

/* Hero: mayor resolución, tipografía proporcionada y carga estable. */
.ml-hero {
  background: var(--ml-wine-dark);
}

.ml-hero__slide,
.ml-hero__overlay {
  min-height: clamp(610px, 69vw, 780px);
}

.ml-hero__image {
  image-rendering: auto;
  object-position: center center;
}

.ml-hero__content {
  max-width: 720px;
}

.ml-hero__content h1 {
  font-size: clamp(52px, 5.2vw, 88px);
  line-height: .94;
  letter-spacing: -.045em;
}

.ml-hero__copy {
  max-width: 620px;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.55;
}

.ml-button {
  min-height: 52px;
  padding: 15px 27px;
  font-size: 13px;
}

.ml-section-heading > p,
.ml-manifesto__copy > p,
.ml-benefits small {
  font-size: 15px;
}

.product-miniature .product-title,
.product-miniature .product-title a {
  font-size: 15px !important;
  line-height: 1.4 !important;
}

.product-miniature .price {
  font-size: 16px !important;
}

/* Comunidad real: 3 publicaciones de Instagram y 1 TikTok. */
#footer.ml-footer-v330 {
  background: var(--ml-cream);
  color: var(--ml-ink);
}

#footer.ml-footer-v330 .ml-social-hub,
#footer.ml-footer-v330 .ml-reviews {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
}

.ml-social-hub {
  padding: 92px 0 78px;
  border-bottom: 1px solid var(--ml-line);
}

.ml-social-hub__heading,
.ml-reviews__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 34px;
}

.ml-social-hub__heading > div > span,
.ml-reviews__heading > div > span {
  display: block;
  margin-bottom: 10px;
  color: var(--ml-wine);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
}

.ml-social-hub__heading h3,
.ml-reviews__heading h3 {
  margin: 0;
  color: var(--ml-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.2vw, 66px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.ml-social-hub__heading > p {
  max-width: 570px;
  margin: 0;
  color: var(--ml-muted);
  font-size: 16px;
  line-height: 1.7;
}

.ml-social-hub__accounts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 30px;
}

.ml-social-hub__accounts > a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 70px;
  padding: 13px 18px;
  border: 1px solid var(--ml-line);
  border-radius: 16px;
  background: rgba(255, 255, 255, .68);
  color: var(--ml-ink);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ml-social-hub__accounts > a:hover {
  border-color: rgba(91, 24, 50, .4);
  box-shadow: 0 12px 28px rgba(49, 13, 30, .08);
  transform: translateY(-2px);
}

.ml-social-hub__accounts svg,
.ml-social-post__media span svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.ml-social-hub__accounts span {
  font-size: 13px;
  font-weight: 700;
}

.ml-social-hub__accounts small {
  display: block;
  color: var(--ml-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ml-social-hub__accounts b {
  color: var(--ml-wine);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ml-social-hub__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ml-social-post {
  min-width: 0;
  padding: 10px 10px 18px;
  border: 1px solid var(--ml-line);
  border-radius: 20px;
  background: rgba(255, 253, 249, .78);
  color: var(--ml-ink);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.ml-social-post:hover {
  color: var(--ml-ink);
  box-shadow: var(--ml-shadow);
  transform: translateY(-5px);
}

.ml-social-post__media,
.ml-social-post__video {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 16px;
  border-radius: 14px;
  background: #171515;
  overflow: hidden;
}

.ml-social-post__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.ml-social-post:hover .ml-social-post__media img {
  transform: scale(1.025);
}

.ml-social-post__media span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 253, 249, .93);
  color: var(--ml-ink);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .17);
}

.ml-social-post__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ml-social-post > small {
  display: block;
  margin: 0 8px 5px;
  color: var(--ml-wine);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.ml-social-post > strong {
  display: block;
  min-height: 48px;
  margin: 0 8px 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.14;
}

.ml-social-post > em,
.ml-social-post > a {
  margin: 0 8px;
  color: var(--ml-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Reseñas de Google: visibles sin carrusel. */
.ml-reviews {
  padding: 80px 0;
  border-bottom: 1px solid var(--ml-line);
}

.ml-reviews__heading {
  grid-template-columns: minmax(0, 1fr) auto;
}

.ml-reviews__score {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 3px 12px;
  padding: 16px 20px;
  border: 1px solid var(--ml-line);
  border-radius: 18px;
  background: var(--ml-paper);
}

.ml-reviews__score > strong {
  grid-row: 1 / span 2;
  color: var(--ml-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-weight: 400;
}

.ml-reviews__score > span,
.ml-review > span {
  display: flex;
  gap: 2px;
  color: #b7853b;
}

.ml-reviews__score svg,
.ml-review > span svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.ml-reviews__score small {
  color: var(--ml-muted);
  font-size: 11px;
}

.ml-reviews__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.ml-review {
  grid-column: span 2;
  min-height: 240px;
  padding: 25px;
  border: 1px solid var(--ml-line);
  border-radius: 18px;
  background: rgba(255, 253, 249, .82);
}

.ml-review:nth-child(4) {
  grid-column: 2 / span 2;
}

.ml-review--featured {
  background: var(--ml-olive);
  color: #fff;
}

.ml-review blockquote {
  margin: 22px 0 25px;
  padding: 0;
  border: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.ml-review > strong {
  display: block;
  font-size: 13px;
}

.ml-review > small {
  color: var(--ml-muted);
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ml-review--featured > small {
  color: rgba(255, 255, 255, .68);
}

.ml-reviews__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}

.ml-reviews__footer small {
  color: var(--ml-muted);
  font-size: 11px;
}

.ml-reviews__footer a {
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: var(--ml-wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Club y pie: reconstruidos sobre el formulario real de PrestaShop. */
#footer.ml-footer-v330 .ml-legacy-social,
#footer.ml-footer-v330 .ml-club-legacy,
#footer.ml-footer-v330 .ml-club-column > .title_block,
#footer.ml-footer-v330 .box-vogaft > .title_block.title-ap-group {
  display: none !important;
}

#footer.ml-footer-v330 .box-vogaft {
  width: min(1440px, calc(100% - 64px));
  margin: 0 auto;
  padding: 72px 0 46px;
}

#footer.ml-footer-v330 .box-vogaft > .ApColumn {
  color: var(--ml-ink);
}

#footer.ml-footer-v330 .ml-club-column {
  width: 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

#footer.ml-footer-v330 .ml-map-column {
  width: 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

#footer.ml-footer-v330 .ml-club {
  position: relative;
  min-height: 390px;
  padding: clamp(30px, 3vw, 48px);
  border: 1px solid var(--ml-line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(173, 120, 100, .18), transparent 34%),
    var(--ml-paper);
  box-shadow: 0 18px 50px rgba(47, 33, 28, .07);
  color: var(--ml-ink);
  overflow: hidden;
}

#footer.ml-footer-v330 .ml-club::after {
  position: absolute;
  right: -28px;
  bottom: -72px;
  color: rgba(91, 24, 50, .055);
  content: "ML";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 190px;
  line-height: 1;
  pointer-events: none;
}

.ml-club__header {
  position: relative;
  z-index: 1;
}

.ml-club__header > span {
  display: block;
  margin-bottom: 12px;
  color: var(--ml-wine);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

#footer.ml-footer-v330 .ml-club__header h3 {
  max-width: 500px;
  margin: 0 0 14px;
  color: var(--ml-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.ml-club__header p {
  max-width: 520px;
  margin: 0 0 26px;
  color: var(--ml-muted);
  font-size: 14px;
  line-height: 1.65;
}

#footer.ml-footer-v330 .ml-club .block_content,
#footer.ml-footer-v330 .ml-club form,
#footer.ml-footer-v330 .ml-club .row,
#footer.ml-footer-v330 .ml-club .col-form {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

#footer.ml-footer-v330 .ml-club .col-conditions {
  display: none;
}

#footer.ml-footer-v330 .ml-club .input-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  max-width: 560px;
  min-height: 58px;
  padding: 5px;
  border: 1px solid rgba(33, 29, 27, .22);
  border-radius: 14px;
  background: #fff;
}

#footer.ml-footer-v330 .ml-club .input-wrapper input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 15px;
  border: 0 !important;
  background: transparent;
  color: var(--ml-ink);
  font-size: 14px;
  box-shadow: none !important;
}

#footer.ml-footer-v330 .ml-club .ml-club__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 174px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 10px;
  background: var(--ml-olive);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#footer.ml-footer-v330 .ml-club .ml-club__submit:disabled {
  cursor: not-allowed;
  opacity: .56;
}

#footer.ml-footer-v330 .ml-club .gdpr_consent {
  margin-top: 16px;
}

#footer.ml-footer-v330 .ml-club .psgdpr_consent_message,
#footer.ml-footer-v330 .ml-club .psgdpr_consent_message a,
#footer.ml-footer-v330 .ml-club__note {
  color: var(--ml-muted) !important;
  font-size: 11px !important;
  line-height: 1.5;
}

#footer.ml-footer-v330 .ml-club__note {
  display: block;
  margin-top: 8px;
}

#footer.ml-footer-v330 .footer-center .title_block,
#footer.ml-footer-v330 .footer-center .title_block a,
#footer.ml-footer-v330 .footer-center li a,
#footer.ml-footer-v330 .footer-center p,
#footer.ml-footer-v330 .footer-center small {
  color: #5d554f !important;
  opacity: 1 !important;
}

#footer.ml-footer-v330 .ml-reviews__footer a {
  color: var(--ml-wine) !important;
}

#footer.ml-footer-v330 .ml-club form,
#footer.ml-footer-v330 .ml-club form > .row,
#footer.ml-footer-v330 .ml-club .col-form {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
}

#footer.ml-footer-v330 .ml-club .input-wrapper {
  width: 100% !important;
  max-width: 560px !important;
}

#footer.ml-footer-v330 .ml-club .ml-club__submit {
  overflow: hidden;
}

#footer.ml-footer-v330 .ml-club .ml-club__submit::before,
#footer.ml-footer-v330 .ml-club .ml-club__submit::after {
  display: none !important;
  content: none !important;
}

#footer.ml-footer-v330 .ml-club::before {
  display: none !important;
  content: none !important;
}

#footer.ml-footer-v330 .ml-club__header h3 {
  width: 100%;
  max-width: 520px;
  white-space: normal !important;
  overflow-wrap: anywhere;
  line-height: 1.02;
}

#footer.ml-footer-v330 .footer-center .title_block {
  color: var(--ml-ink) !important;
  font-size: 15px;
}

#footer.ml-footer-v330 .footer-center li a {
  font-size: 13px;
  line-height: 1.7;
}

#footer.ml-footer-v330 .footer-center li a:hover {
  color: var(--ml-wine) !important;
}

#footer.ml-footer-v330 .ml-map-card {
  min-height: 390px;
  border: 1px solid var(--ml-line);
  border-radius: 24px;
  background: var(--ml-paper);
  box-shadow: 0 18px 50px rgba(47, 33, 28, .07);
  overflow: hidden;
}

#footer.ml-footer-v330 .ml-map-card__intro {
  min-height: 158px;
  padding: 27px 28px 24px;
}

#footer.ml-footer-v330 .ml-map-card__intro span {
  color: var(--ml-wine);
  font-size: 9px;
  letter-spacing: .16em;
}

#footer.ml-footer-v330 .ml-map-card__intro strong {
  margin: 8px 0 7px;
  color: var(--ml-ink);
  font-size: 34px;
  line-height: 1.05;
}

#footer.ml-footer-v330 .ml-map-card__intro small {
  display: block;
  margin-bottom: 13px;
  color: var(--ml-muted) !important;
  font-size: 12px !important;
}

#footer.ml-footer-v330 .ml-map-card__intro a {
  color: var(--ml-olive);
  font-size: 10px;
}

#footer.ml-footer-v330 .ml-map-card__frame,
#footer.ml-footer-v330 .ml-map-card iframe {
  height: 232px;
}

#footer.ml-footer-v330 .footer-bottom {
  border-top: 1px solid var(--ml-line);
  background: var(--ml-cream);
  color: var(--ml-muted);
}

/* Accesos discretos junto a WhatsApp. */
.ml-floating-socials {
  position: fixed;
  right: 20px;
  bottom: 88px;
  z-index: 998;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ml-floating-socials a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(33, 29, 27, .13);
  border-radius: 50%;
  background: rgba(255, 253, 249, .94);
  color: var(--ml-ink);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .13);
  backdrop-filter: blur(8px);
  transition: transform .2s ease, background .2s ease;
}

.ml-floating-socials a:hover {
  background: #fff;
  color: var(--ml-wine);
  transform: translateY(-2px);
}

.ml-floating-socials svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

@media (max-width: 1199px) {
  #footer.ml-footer-v330 .ml-social-hub,
  #footer.ml-footer-v330 .ml-reviews,
  #footer.ml-footer-v330 .box-vogaft {
    width: min(100% - 40px, 1120px);
  }

  .ml-social-hub__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-social-post__media,
  .ml-social-post__video {
    aspect-ratio: 4 / 4.4;
  }

  #footer.ml-footer-v330 .ml-club-column {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  #footer.ml-footer-v330 .ml-map-column {
    width: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  #header {
    position: sticky !important;
    top: 0;
    z-index: 1050;
    width: 100%;
    box-shadow: 0 7px 22px rgba(39, 28, 24, .08);
  }

  #header .header-top {
    padding: 0 !important;
    background: var(--ml-paper);
  }

  #header .header-top > .inner > .box-top {
    display: none !important;
  }

  #header .topbar-full {
    min-height: 42px;
    height: auto;
    opacity: 1;
    overflow: visible;
  }

  body.ml-page-scrolled #header .topbar-full {
    min-height: 42px;
    height: auto;
    margin: 0;
    opacity: 1;
    overflow: visible;
  }

  .ml-mobile-header {
    display: grid;
    grid-template-columns: 48px minmax(118px, 1fr) 126px;
    align-items: center;
    gap: 5px;
    width: 100%;
    min-height: 72px;
    padding: 7px 12px;
    border-bottom: 1px solid var(--ml-line);
    background: rgba(255, 253, 249, .98);
  }

  .ml-mobile-header__menu,
  .ml-mobile-header__actions button,
  .ml-mobile-header__actions a {
    position: relative;
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--ml-ink);
  }

  .ml-mobile-header svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
  }

  .ml-mobile-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .ml-mobile-header__logo img {
    display: block;
    width: auto !important;
    max-width: min(100%, 168px) !important;
    height: 54px !important;
    object-fit: contain;
  }

  .ml-mobile-header__actions {
    display: grid;
    grid-template-columns: repeat(3, 40px);
    justify-content: end;
    gap: 2px;
  }

  .ml-mobile-header__actions span {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    place-items: center;
    border: 2px solid var(--ml-paper);
    border-radius: 9px;
    background: var(--ml-wine);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
  }

  .ml-quick-nav {
    display: none !important;
  }

  #header .leo-megamenu .megamenu-off-canvas {
    display: none !important;
  }

  body .off-canvas-nav-megamenu,
  body .off-canvas-overlay {
    display: none !important;
  }

  .ml-social-hub__heading,
  .ml-reviews__heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .ml-review,
  .ml-review:nth-child(4) {
    grid-column: auto;
  }

  .ml-review--featured {
    grid-column: 1 / -1;
  }

  #footer.ml-footer-v330 .box-vogaft > .ApColumn {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 18px;
  }

  #footer.ml-footer-v330 .ml-club,
  #footer.ml-footer-v330 .ml-map-card {
    min-height: 0;
  }
}

/* Menu comercial movil: sustituye el off-canvas plano del tema. */
.ml-shop-drawer,
.ml-shop-drawer__backdrop {
  display: none;
}

@media (max-width: 991px) {
  body.ml-shop-drawer-open {
    overflow: hidden !important;
  }

  .ml-shop-drawer__backdrop {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(24, 19, 17, .56);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
  }

  .ml-shop-drawer__backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .ml-shop-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 6010;
    display: flex;
    flex-direction: column;
    width: min(520px, 92vw);
    height: 100dvh;
    overflow: hidden;
    background: #fbf7f1;
    color: #181311;
    box-shadow: 22px 0 60px rgba(20, 15, 12, .22);
    transform: translate3d(-102%, 0, 0);
    transition: transform .34s cubic-bezier(.2, .7, .2, 1);
  }

  .ml-shop-drawer.is-open {
    transform: translate3d(0, 0, 0);
  }

  .ml-shop-drawer__head {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    min-height: 104px;
    padding: 22px 24px;
    background: #263123;
    color: #fff;
  }

  .ml-shop-drawer__head > div {
    display: grid;
    gap: 5px;
  }

  .ml-shop-drawer__head span,
  .ml-shop-drawer__title > span,
  .ml-shop-drawer__promo small,
  .ml-shop-drawer__all small {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .17em;
    line-height: 1.25;
  }

  .ml-shop-drawer__head strong {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(25px, 5vw, 32px);
    font-weight: 400;
    line-height: 1.02;
  }

  .ml-shop-drawer__close {
    position: relative;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 50%;
    background: transparent;
  }

  .ml-shop-drawer__close span {
    position: absolute;
    top: 21px;
    left: 12px;
    width: 20px;
    height: 1.5px;
    background: #fff;
  }

  .ml-shop-drawer__close span:first-child { transform: rotate(45deg); }
  .ml-shop-drawer__close span:last-child { transform: rotate(-45deg); }

  .ml-shop-drawer__body {
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 16px 20px 26px;
  }

  .ml-shop-drawer__promos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ml-shop-drawer__promo {
    display: flex;
    min-height: 152px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px;
    border-radius: 16px;
    color: #fff !important;
    text-decoration: none !important;
    transition: transform .2s ease;
  }

  .ml-shop-drawer__promo--new { background: linear-gradient(145deg, #5d2738, #35121f); }
  .ml-shop-drawer__promo--sale { background: linear-gradient(145deg, #bd876d, #9b624e); }
  .ml-shop-drawer__promo:active { transform: scale(.98); }

  .ml-shop-drawer__promo strong {
    margin: 8px 0 10px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(25px, 5.4vw, 32px);
    font-weight: 400;
    line-height: 1;
  }

  .ml-shop-drawer__promo > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
  }

  .ml-shop-drawer__section {
    padding: 24px 0 4px;
  }

  .ml-shop-drawer__title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
  }

  .ml-shop-drawer__title > span { color: #7a3749; }
  .ml-shop-drawer__title small { color: #756c67; font-size: 12px; }

  .ml-shop-drawer__styles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .ml-shop-drawer__styles a {
    position: relative;
    display: grid;
    min-height: 98px;
    align-content: center;
    padding: 17px 42px 17px 17px;
    border: 1px solid #dfd5cc;
    border-radius: 14px;
    background: #fff;
    color: #181311 !important;
    text-decoration: none !important;
  }

  .ml-shop-drawer__styles strong {
    margin-bottom: 5px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
  }

  .ml-shop-drawer__styles span { color: #6f6660; font-size: 11px; line-height: 1.3; }
  .ml-shop-drawer__styles b { position: absolute; right: 17px; top: 38px; font-size: 17px; }

  .ml-shop-drawer__categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #ded4cb;
    border-left: 1px solid #ded4cb;
    border-radius: 12px;
    overflow: hidden;
  }

  .ml-shop-drawer__categories a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    border-right: 1px solid #ded4cb;
    border-bottom: 1px solid #ded4cb;
    background: rgba(255, 255, 255, .62);
    color: #29211e !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
  }

  .ml-shop-drawer__categories b { color: #9b624e; font-weight: 400; }

  .ml-shop-drawer__all {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding: 15px 20px;
    border-radius: 14px;
    background: #181311;
    color: #fff !important;
    text-decoration: none !important;
  }

  .ml-shop-drawer__all > span { display: grid; gap: 3px; }
  .ml-shop-drawer__all small { color: #d8a087; }
  .ml-shop-drawer__all strong { font-family: Georgia, 'Times New Roman', serif; font-size: 22px; font-weight: 400; }
  .ml-shop-drawer__all > b { font-size: 22px; }

  .ml-shop-drawer__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    justify-content: center;
    padding: 18px 6px 0;
    color: #675e58;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
  }

  .ml-shop-drawer__trust span::before {
    content: '\2713';
    margin-right: 5px;
    color: #a36550;
  }
}

@media (max-width: 480px) {
  .ml-shop-drawer { width: 100vw; }
  .ml-shop-drawer__head { min-height: 94px; padding: 18px; }
  .ml-shop-drawer__body { padding: 13px 14px 24px; }
  .ml-shop-drawer__promo { min-height: 134px; padding: 15px; }
  .ml-shop-drawer__promo > span { font-size: 10px; }
  .ml-shop-drawer__title { align-items: start; flex-direction: column; gap: 3px; }
  .ml-shop-drawer__styles a { min-height: 92px; }
  .ml-shop-drawer__categories a { min-height: 48px; padding: 0 12px; font-size: 13px; }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }

  #header .header-nav .topbar-message {
    padding: 8px 18px;
    font-size: 11px;
    line-height: 1.35;
  }

  .ml-mobile-header {
    grid-template-columns: 42px minmax(105px, 1fr) 120px;
    min-height: 68px;
    padding: 6px 8px;
  }

  .ml-mobile-header__menu,
  .ml-mobile-header__actions button,
  .ml-mobile-header__actions a {
    width: 38px;
    height: 38px;
  }

  .ml-mobile-header__actions {
    grid-template-columns: repeat(3, 38px);
    gap: 1px;
  }

  .ml-mobile-header__logo img {
    max-width: min(100%, 148px) !important;
    height: 50px !important;
  }

  .ml-hero__slide,
  .ml-hero__overlay {
    min-height: min(760px, calc(100svh - 68px));
  }

  .ml-hero__image {
    object-position: 51% top;
  }

  .ml-hero__shade {
    background: linear-gradient(180deg, rgba(20, 10, 13, .04) 18%, rgba(20, 10, 13, .78) 86%);
  }

  .ml-hero__overlay {
    align-items: end;
    padding: 44px 22px 36px;
  }

  .ml-hero__content {
    width: 100%;
  }

  .ml-hero__content h1 {
    max-width: 11ch;
    font-size: clamp(48px, 14.3vw, 68px);
    line-height: .92;
  }

  .ml-hero__copy {
    font-size: 16px;
    line-height: 1.55;
  }

  .ml-hero__actions {
    display: grid;
    width: 100%;
    gap: 10px;
  }

  .ml-button {
    width: 100%;
    min-height: 52px;
  }

  .ml-section-heading h2,
  .ml-manifesto__copy h2 {
    font-size: clamp(39px, 12vw, 56px);
  }

  #footer.ml-footer-v330 .ml-social-hub,
  #footer.ml-footer-v330 .ml-reviews,
  #footer.ml-footer-v330 .box-vogaft {
    width: calc(100% - 24px);
  }

  .ml-social-hub,
  .ml-reviews {
    padding: 58px 0;
  }

  .ml-social-hub__heading h3,
  .ml-reviews__heading h3 {
    font-size: clamp(39px, 12vw, 53px);
  }

  .ml-social-hub__heading > p {
    font-size: 15px;
  }

  .ml-social-hub__accounts {
    grid-template-columns: 1fr;
  }

  .ml-social-hub__gallery {
    display: flex;
    gap: 12px;
    margin-right: -12px;
    padding-right: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ml-social-hub__gallery::-webkit-scrollbar {
    display: none;
  }

  .ml-social-post {
    flex: 0 0 82vw;
    scroll-snap-align: start;
  }

  .ml-social-post__media,
  .ml-social-post__video {
    aspect-ratio: 4 / 4.7;
  }

  .ml-reviews__heading {
    margin-bottom: 24px;
  }

  .ml-reviews__score {
    width: max-content;
  }

  .ml-reviews__grid {
    grid-template-columns: 1fr;
  }

  .ml-review,
  .ml-review--featured,
  .ml-review:nth-child(4) {
    grid-column: auto;
    min-height: 0;
    padding: 22px;
  }

  .ml-review blockquote {
    margin: 17px 0 20px;
    font-size: 17px;
  }

  .ml-reviews__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  #footer.ml-footer-v330 .box-vogaft {
    padding: 48px 0 28px;
  }

  #footer.ml-footer-v330 .ml-club {
    padding: 28px 22px;
    border-radius: 20px;
  }

  #footer.ml-footer-v330 .ml-club__header h3 {
    max-width: 10ch;
    font-size: 38px;
  }

  #footer.ml-footer-v330 .ml-club__header p {
    font-size: 14px;
  }

  #footer.ml-footer-v330 .ml-club .input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 6px;
    border-radius: 15px;
  }

  #footer.ml-footer-v330 .ml-club .input-wrapper input,
  #footer.ml-footer-v330 .ml-club .ml-club__submit {
    width: 100%;
    min-width: 0;
    min-height: 50px;
  }

  #footer.ml-footer-v330 .ml-map-card {
    border-radius: 20px;
  }

  #footer.ml-footer-v330 .ml-map-card__intro {
    min-height: 0;
    padding: 25px 22px 21px;
  }

  #footer.ml-footer-v330 .ml-map-card__intro strong {
    font-size: 34px;
  }

  #footer.ml-footer-v330 .ml-map-card__frame,
  #footer.ml-footer-v330 .ml-map-card iframe {
    height: 320px;
  }

  #footer.ml-footer-v330 .footer-center .title_block {
    color: var(--ml-ink) !important;
    font-size: 16px;
  }

  #footer.ml-footer-v330 .footer-center li a {
    color: #5d554f !important;
    font-size: 14px;
  }

  .ml-floating-socials {
    right: 17px;
    bottom: 93px;
    gap: 7px;
  }

  .ml-floating-socials a {
    width: 35px;
    height: 35px;
  }

  .side-discount.ml-club-trigger {
    right: 12px;
    bottom: 24px;
  }
}

@media (max-width: 370px) {
  .ml-mobile-header {
    grid-template-columns: 38px minmax(90px, 1fr) 108px;
    padding-inline: 5px;
  }

  .ml-mobile-header__menu,
  .ml-mobile-header__actions button,
  .ml-mobile-header__actions a {
    width: 35px;
    height: 35px;
  }

  .ml-mobile-header__actions {
    grid-template-columns: repeat(3, 35px);
  }

  .ml-mobile-header__logo img {
    max-width: 124px !important;
  }
}

/* Evolución 3.2: cabecera móvil y pie social */
.keep-header #header.navbar-fixed-top .h-logo.logo-slot,
.keep-header #header.navbar-fixed-top .h-logo.logo-slot > a {
  display: flex;
  min-height: 70px;
  align-items: center;
  overflow: visible;
}

.keep-header #header.navbar-fixed-top .logo-img {
  display: block;
  max-width: 230px;
  max-height: 65px;
  object-fit: contain;
}

#footer.ml-footer .footer-center .wrapper[style*="#ffffff"],
#footer.ml-footer .footer-center .wrapper[style*="#fff"] {
  padding: 42px 0 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .42), rgba(255, 255, 255, .08)),
    #ebe4dc !important;
}

#footer.ml-footer .social-instagram,
#footer.ml-footer .ml-legacy-social,
#footer.ml-footer .box-vogaft > .ApColumn:nth-child(2),
#footer.ml-footer .side-discount.ml-club-trigger {
  display: none !important;
}

#footer.ml-footer .box-vogaft {
  display: grid;
  align-items: stretch;
  padding: 0 !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(190px, .55fr) minmax(285px, 1fr);
  gap: 22px;
}

#footer.ml-footer .box-vogaft > .ApColumn {
  width: auto !important;
  max-width: none !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

#footer.ml-footer .box-vogaft > .ApColumn:first-child {
  display: flex !important;
}

#footer.ml-footer .box-vogaft > .ApColumn:first-child .ml-club,
#footer.ml-footer .box-vogaft > .ApColumn:last-child .ml-map-card {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}

#footer.ml-footer .box-vogaft > .ApColumn:last-child > .block {
  height: 100%;
  margin: 0 !important;
}

.ml-social-hub {
  display: grid;
  align-items: stretch;
  margin: 0 0 32px;
  padding: 0 0 34px;
  border-bottom: 1px solid rgba(48, 42, 44, .12);
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 4vw, 70px);
}

.ml-social-hub__intro {
  align-self: center;
}

.ml-social-hub__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--ml-wine);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em;
}

.ml-social-hub h3 {
  max-width: 520px;
  margin: 0 0 14px;
  color: #30292b;
  font-family: var(--ml-serif);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
  text-transform: none;
}

.ml-social-hub__intro > p {
  max-width: 560px;
  margin: 0 0 22px;
  color: #6b6064 !important;
  font-size: 13px;
  line-height: 1.65;
}

.ml-social-hub__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ml-social-link {
  display: grid;
  min-height: 64px;
  align-items: center;
  padding: 10px 14px;
  color: #332d2f !important;
  background: rgba(255, 255, 255, .48);
  border: 1px solid rgba(48, 42, 44, .11);
  border-radius: 14px;
  grid-template-columns: 27px 1fr auto;
  gap: 10px;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.ml-social-link:hover,
.ml-social-link:focus-visible {
  color: #332d2f !important;
  background: rgba(255, 255, 255, .8);
  border-color: rgba(93, 48, 59, .3);
  text-decoration: none;
  transform: translateY(-2px);
}

.ml-social-link svg,
.ml-social-shot svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ml-social-link span {
  min-width: 0;
  overflow: hidden;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .01em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ml-social-link small {
  display: block;
  margin-bottom: 2px;
  color: #82767a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ml-social-link b {
  color: var(--ml-wine-dark);
  font-size: 9px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ml-social-hub__topics {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
  gap: 7px;
}

.ml-social-hub__topics span {
  padding: 6px 9px;
  color: #6c6265;
  background: rgba(255, 255, 255, .32);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ml-social-hub__gallery {
  display: grid;
  min-height: 330px;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.ml-social-shot {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: #ddd4cb;
  border-radius: 12px;
}

.ml-social-shot:nth-child(even) {
  transform: translateY(18px);
}

.ml-social-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.ml-social-shot:hover img {
  transform: scale(1.035);
}

.ml-social-shot > span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: rgba(30, 27, 28, .72);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  backdrop-filter: blur(8px);
}

.ml-social-shot svg {
  width: 17px;
  height: 17px;
}

#footer.ml-footer .ml-club {
  min-height: 100%;
  margin: 0 !important;
  padding: 28px 26px !important;
  color: #342e30 !important;
  background: rgba(255, 255, 255, .33) !important;
  border: 1px solid rgba(48, 42, 44, .11);
  border-radius: 16px;
  box-shadow: none;
}

#footer.ml-footer .ml-club__eyebrow {
  margin-bottom: 10px !important;
  color: var(--ml-wine) !important;
}

#footer.ml-footer .ml-club #block-newsletter-label {
  display: block !important;
  margin-bottom: 12px;
  color: #30292b !important;
  font-size: clamp(28px, 3vw, 39px);
}

#footer.ml-footer .ml-club .col-conditions p {
  margin-bottom: 20px;
  color: #6d6266 !important;
  font-size: 12px;
}

#footer.ml-footer .ml-club .input-wrapper {
  padding: 3px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(48, 42, 44, .1);
}

#footer.ml-footer .ml-club .input-wrapper input {
  min-width: 0;
  min-height: 44px;
  color: #30292b;
}

#footer.ml-footer .ml-club .ml-club__submit {
  min-width: 92px;
  min-height: 44px;
  color: #fff;
  background: var(--ml-olive-dark);
}

#footer.ml-footer .ml-club .psgdpr_consent_message,
#footer.ml-footer .ml-club .psgdpr_consent_message a {
  color: #796f72 !important;
}

#footer.ml-footer .ml-map-card {
  height: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, .3);
  border: 1px solid rgba(48, 42, 44, .11);
  border-radius: 16px;
  box-shadow: none;
}

#footer.ml-footer .ml-map-card__intro {
  padding: 24px 24px 18px;
}

#footer.ml-footer .ml-map-card__intro strong {
  font-size: 27px;
}

#footer.ml-footer .ml-map-card__frame {
  min-height: 220px;
  background: #d9d1c8;
}

#footer.ml-footer .ml-map-card iframe {
  height: 230px;
  filter: grayscale(.2) saturate(.55) contrast(.92);
}

@media (max-width: 1199px) {
  #footer.ml-footer .box-vogaft {
    grid-template-columns: minmax(0, 1fr) minmax(180px, .52fr) minmax(270px, .9fr);
  }

  .ml-social-hub {
    grid-template-columns: 1fr;
  }

  .ml-social-hub__gallery {
    min-height: 300px;
  }
}

@media (max-width: 991px) {
  #footer.ml-footer .box-vogaft {
    grid-template-columns: 1fr 1fr;
  }

  #footer.ml-footer .box-vogaft > .ApColumn:first-child {
    grid-column: 1 / -1;
  }

  .ml-social-shot {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  #header .box-top {
    min-height: 78px;
    grid-template-columns: 44px 1fr 84px;
    padding: 8px 14px !important;
  }

  #header .box-top > .ApColumn.col-logo {
    left: 50%;
  }

  #header .logo,
  #header .logo-img {
    max-width: 128px;
    max-height: 44px;
  }

  #header .col-info {
    width: 84px !important;
    max-width: 84px !important;
  }

  #header .col-info .wislish-button {
    display: none !important;
  }

  #header .col-info #leo_block_top,
  #header .col-info #_desktop_cart,
  #header .col-info .popup-title,
  #header .col-info .blockcart {
    width: 40px !important;
    min-width: 40px;
  }

  #footer.ml-footer {
    margin-top: 64px;
  }

  #footer.ml-footer .footer-center .wrapper[style*="#ffffff"],
  #footer.ml-footer .footer-center .wrapper[style*="#fff"] {
    padding: 30px 0 24px;
  }

  #footer.ml-footer .box-vogaft {
    display: block;
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #footer.ml-footer .box-vogaft > .ApColumn {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 14px !important;
  }

  .ml-social-hub {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 26px;
  }

  .ml-social-hub h3 {
    font-size: 42px;
  }

  .ml-social-hub__links {
    grid-template-columns: 1fr;
  }

  .ml-social-hub__gallery {
    min-height: 0;
    margin-top: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .ml-social-shot,
  .ml-social-shot:nth-child(even) {
    min-height: 235px;
    transform: none;
  }

  #footer.ml-footer .ml-club {
    padding: 24px 20px !important;
  }

  #footer.ml-footer .ml-map-card iframe {
    height: 210px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ml-hero__slide.is-active { animation: none; }
  .ml-button,
  .ml-editorial-card__media img,
  .product-miniature .product-image img { transition: none; }
}

/* Experiencia de compra 3.0 */
:root {
  --ml-wine: #874757;
  --ml-wine-dark: #5d303b;
  --ml-olive: #56604b;
  --ml-olive-dark: #333a2e;
  --ml-clay: #b97b62;
  --ml-sand: #e8ddd0;
  --ml-mist: #f3eee8;
}

body {
  background: #fcfaf7;
}

#header {
  background: rgba(252, 250, 247, .98);
  box-shadow: 0 10px 35px rgba(37, 29, 31, .07);
}

#header .header-nav {
  min-height: 35px;
  background: #252124;
}

#header .header-nav p {
  margin: 0;
  line-height: 35px;
}

#header .header-top {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fcfaf7;
}

#header .logo-img,
#header .logo-responsive {
  content: url("../media/logo-mariquilla.png");
  width: auto;
  object-fit: contain;
  image-rendering: auto;
}

#header .leo-megamenu .navbar-nav > li > a {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 0 17px;
  color: #292426;
  font-size: 12px;
  letter-spacing: .105em;
}

#header .leo-megamenu .navbar-nav > li > a::after {
  position: absolute;
  right: 17px;
  bottom: 8px;
  left: 17px;
  height: 1px;
  content: "";
  background: var(--ml-wine);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

#header .leo-megamenu .navbar-nav > li:hover > a::after,
#header .leo-megamenu .navbar-nav > li.active > a::after {
  transform: scaleX(1);
  transform-origin: left;
}

#header .leo-megamenu .dropdown-menu {
  padding: 24px 26px;
  background: #fffdf9;
  border: 1px solid rgba(41, 33, 36, .1);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 22px 50px rgba(32, 25, 28, .14);
}

#header .leo-megamenu .dropdown-menu a {
  padding: 9px 12px;
  color: #4b4245;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
}

#header .leo-megamenu .dropdown-menu a:hover {
  color: var(--ml-wine-dark);
  background: #f2ebe4;
  border-radius: 8px;
}

#header .col-info .popup-title,
#header .col-info .ap-btn-wishlist,
#header .col-info .blockcart {
  border-radius: 50%;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

#header .col-info .popup-title:hover,
#header .col-info .ap-btn-wishlist:hover,
#header .col-info .blockcart:hover {
  color: var(--ml-wine-dark);
  background: #eee6df;
  transform: translateY(-1px);
}

.ml-quick-nav {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #f0e9e1;
  border-top: 1px solid rgba(41, 33, 36, .07);
  border-bottom: 1px solid rgba(41, 33, 36, .1);
}

.ml-quick-nav__inner {
  display: flex;
  width: min(100% - 40px, 1420px);
  min-height: 43px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: clamp(16px, 2.2vw, 38px);
}

.ml-quick-nav a {
  position: relative;
  display: flex;
  min-height: 43px;
  align-items: center;
  color: #51484a;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .085em;
  white-space: nowrap;
  text-transform: uppercase;
}

.ml-quick-nav a:hover,
.ml-quick-nav a:focus-visible {
  color: var(--ml-wine-dark);
  text-decoration: none;
}

.ml-quick-nav__sale {
  color: var(--ml-wine-dark) !important;
}

.ml-quick-nav__sale::before {
  width: 6px;
  height: 6px;
  margin-right: 8px;
  content: "";
  background: var(--ml-clay);
  border-radius: 50%;
}

.product-flags li.product-flag,
.product-flag {
  background: var(--ml-wine);
}

.btn-primary,
.add-to-cart,
button.add-to-cart {
  background: var(--ml-olive-dark);
  border-color: var(--ml-olive-dark);
}

.btn-primary:hover,
.btn-primary:focus,
.add-to-cart:hover,
.add-to-cart:focus {
  background: var(--ml-wine-dark);
  border-color: var(--ml-wine-dark);
}

.ml-product-trust {
  display: flex;
  flex-wrap: wrap;
  margin: 18px 0 8px;
  padding: 15px 0;
  border-top: 1px solid var(--ml-line);
  border-bottom: 1px solid var(--ml-line);
  gap: 8px 18px;
}

.ml-product-trust span {
  color: #665b5f;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: .035em;
}

.side-discount.ml-club-trigger {
  right: 0;
  padding: 15px 11px;
  color: #fff;
  background: var(--ml-olive-dark) !important;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 10px 28px rgba(29, 29, 25, .2);
}

.side-discount.ml-club-trigger span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.newsletter-popup.ml-club-popup {
  background: rgba(31, 27, 29, .58);
  backdrop-filter: blur(8px);
}

.ml-club-popup .popup-content {
  width: min(92vw, 470px);
  padding: 42px 38px 36px;
  color: #30292b;
  background: #f7f1e9;
  border: 1px solid rgba(52, 43, 46, .1);
  border-radius: 22px;
  box-shadow: 0 35px 90px rgba(27, 22, 24, .3);
}

.ml-club-popup .popup-content img {
  max-width: 210px !important;
  margin-bottom: 24px !important;
}

.ml-club-popup .popup-content h3 {
  margin-bottom: 14px;
  color: #2f292b;
  font-family: var(--ml-serif);
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
}

.ml-club-popup .popup-content p {
  color: #695e61;
  font-size: 14px;
  line-height: 1.65;
}

.ml-club-popup .popup-content input[type="email"] {
  min-height: 52px;
  padding: 0 17px;
  background: #fff;
  border: 1px solid rgba(47, 41, 43, .18);
  border-radius: 999px;
}

.ml-club-popup .popup-content button[type="submit"] {
  min-height: 50px;
  margin-top: 10px;
  padding: 0 23px;
  color: #fff;
  background: var(--ml-olive-dark);
  border: 0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ml-club-popup .popup-close {
  top: 15px;
  right: 17px;
  color: #52484b;
  background: transparent;
}

#footer.ml-footer {
  margin-top: 100px;
  padding-top: 0;
  color: #efe9e2;
  background: #252124;
}

.ml-footer .footer-center > .inner > .wrapper[style*="#ff2ea6"],
.ml-footer .footer-center > .inner > .wrapper[style*="#ff2a8a"] {
  padding: 36px 0;
  background: #34392f !important;
}

.ml-footer .box-shipping2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 !important;
}

.ml-footer .box-shipping2 > .ApColumn {
  width: auto !important;
  max-width: none !important;
  padding: 10px 24px !important;
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.ml-footer .box-shipping2 > .ApColumn:last-child {
  border-right: 0;
}

.ml-footer .box-shipping2 .icon-text {
  display: grid;
  align-items: start;
  grid-template-columns: 36px 1fr;
  gap: 13px;
}

.ml-footer .box-shipping2 i {
  color: #d2a58d;
  font-size: 24px;
}

.ml-footer .icon-text__title {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
}

.ml-footer .icon-text__line {
  display: block;
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  line-height: 1.55;
}

.ml-footer .footer-center .wrapper[style*="#ffffff"],
.ml-footer .footer-center .wrapper[style*="#fff"] {
  padding: 62px 0;
  color: #312b2d;
  background: #f0e9e1 !important;
}

.ml-footer .box-vogaft {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.05fr .85fr 1.1fr;
  gap: 26px;
}

.ml-footer .box-vogaft > .ApColumn {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.ml-footer .social-instagram {
  margin-bottom: 20px;
}

.ml-footer .social-instagram a {
  justify-content: flex-start !important;
  color: #41383b !important;
}

.ml-footer .social-instagram span {
  color: #41383b !important;
  font-size: 12px !important;
  letter-spacing: .08em;
}

.ml-club {
  min-height: 100%;
  padding: 34px;
  color: #fff;
  background: #474f40;
  border-radius: 18px;
}

.ml-club__eyebrow {
  margin: 0 0 13px !important;
  color: #d8b29c !important;
  font-size: 9px !important;
  font-weight: 800;
  letter-spacing: .16em;
}

.ml-club #block-newsletter-label {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--ml-serif);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1;
  text-transform: none;
}

.ml-club .col-conditions p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, .76);
  font-size: 13px;
  line-height: 1.65;
}

.ml-club .input-wrapper {
  position: relative;
  display: flex;
  padding: 4px;
  background: #fff;
  border-radius: 999px;
}

.ml-club .input-wrapper input {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  color: #322d2f;
  background: transparent;
  border: 0;
  border-radius: 999px;
}

.ml-club .ml-club__submit {
  position: static;
  min-width: 104px;
  min-height: 48px;
  padding: 0 18px;
  color: #fff;
  background: #292e26;
  border: 0;
  border-radius: 999px;
}

.ml-club .ml-club__submit i {
  display: none;
}

.ml-club__submit-label {
  display: inline !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ml-club .gdpr_consent {
  margin-top: 14px;
}

.ml-club .psgdpr_consent_message,
.ml-club .psgdpr_consent_message a {
  color: rgba(255, 255, 255, .7) !important;
  font-size: 10px;
  line-height: 1.5;
}

.ml-map-card {
  overflow: hidden;
  height: 100%;
  background: #fffdf9;
  border: 1px solid rgba(47, 41, 43, .1);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(44, 36, 39, .08);
}

.ml-map-card__intro {
  position: relative;
  padding: 27px 28px 23px;
}

.ml-map-card__intro span {
  display: block;
  margin-bottom: 8px;
  color: var(--ml-wine);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .16em;
}

.ml-map-card__intro strong {
  display: block;
  margin-bottom: 8px;
  color: #312b2d;
  font-family: var(--ml-serif);
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.035em;
}

.ml-map-card__intro small {
  display: block;
  max-width: 72%;
  color: #796e72;
  font-size: 11px;
  line-height: 1.5;
}

.ml-map-card__intro a {
  position: absolute;
  right: 25px;
  bottom: 23px;
  color: var(--ml-olive-dark) !important;
  border-bottom: 1px solid currentColor;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ml-map-card__frame {
  overflow: hidden;
  min-height: 270px;
  margin: 0 !important;
  background: #ddd5ca;
}

.ml-map-card iframe {
  display: block;
  width: 100%;
  height: 300px;
  filter: saturate(.7) contrast(.92) sepia(.08);
  transition: filter .25s ease, transform .35s ease;
}

.ml-map-card:hover iframe {
  filter: saturate(.95) contrast(1);
  transform: scale(1.01);
}

.ml-footer .footer-bottom {
  padding: 30px 0;
  color: rgba(255, 255, 255, .68);
  background: #252124;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.ml-footer .footer-copy {
  margin: 0;
  color: rgba(255, 255, 255, .78) !important;
  font-size: 12px;
  letter-spacing: .04em;
}

.ml-footer .footer-copy-small {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
}

.ml-footer h4.title_block {
  display: none;
}

@media (min-width: 992px) {
  #header .box-top {
    display: grid !important;
    width: min(100% - 52px, 1420px);
    min-height: 86px;
    align-items: center;
    grid-template-columns: minmax(260px, 1fr) auto minmax(180px, 1fr);
    margin: 0 auto !important;
  }

  #header .box-top > .ApColumn {
    position: static !important;
    float: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }

  #header .col-logo {
    justify-self: start;
  }

  #header .box-top > .ApColumn:nth-child(2) {
    justify-self: center;
  }

  #header .col-info {
    display: flex !important;
    align-items: center;
    justify-self: end;
  }

  #header .logo,
  #header .logo-img {
    max-width: 280px;
    max-height: 79px;
  }
}

@media (max-width: 991px) {
  .ml-footer .box-shipping2 {
    grid-template-columns: 1fr 1fr;
  }

  .ml-footer .box-shipping2 > .ApColumn:nth-child(2) {
    border-right: 0;
  }

  .ml-footer .box-shipping2 > .ApColumn:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .ml-footer .box-vogaft {
    grid-template-columns: 1fr 1fr;
  }

  .ml-footer .box-vogaft > .ApColumn:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  #header .box-top {
    position: relative;
    grid-template-columns: 44px minmax(150px, 1fr) 124px;
    padding: 9px 12px !important;
  }

  #header .box-top > .ApColumn.col-logo {
    position: absolute !important;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: auto !important;
    transform: translate(-50%, -50%);
  }

  #header .box-top > .ApColumn:nth-child(2) {
    position: relative !important;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  #header .col-info {
    position: relative !important;
    z-index: 2;
    grid-column: 3;
    justify-self: end;
  }

  #header .logo,
  #header .logo-img {
    max-width: 128px;
    max-height: 53px;
  }

  .ml-hero__slide,
  .ml-hero__overlay {
    min-height: min(680px, calc(100svh - 180px));
  }

  .ml-quick-nav {
    overflow: hidden;
  }

  .ml-quick-nav__inner {
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    padding: 0 16px;
    gap: 24px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ml-quick-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .ml-quick-nav a {
    min-height: 42px;
    scroll-snap-align: start;
  }

  .ml-footer .box-shipping2 {
    display: block;
  }

  .ml-footer .box-shipping2 > .ApColumn {
    padding: 20px 14px !important;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .ml-footer .box-vogaft {
    display: block;
  }

  .ml-footer .box-vogaft > .ApColumn {
    margin-bottom: 22px;
  }

  .ml-club {
    padding: 28px 22px;
  }

  .ml-club #block-newsletter-label {
    font-size: 34px;
  }

  .ml-map-card__intro {
    padding: 24px 21px;
  }

  .ml-map-card__intro small {
    max-width: 100%;
    padding-right: 0;
  }

  .ml-map-card__intro a {
    position: static;
    display: inline-block;
    margin-top: 16px;
  }

  .ml-club-popup .popup-content {
    padding: 36px 23px 28px;
  }

  .side-discount.ml-club-trigger {
    right: 10px;
    bottom: 16px;
    top: auto;
    padding: 11px 15px;
    border-radius: 999px;
    transform: none;
  }

  .side-discount.ml-club-trigger span {
    writing-mode: horizontal-tb;
  }

  .ml-product-trust {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* 3.3.0 · cierre de cascada para neutralizar reglas heredadas del tema */
#footer.ml-footer-v330 .ml-social-hub,
#footer.ml-footer-v330 .ml-reviews {
  display: block;
  width: min(1440px, calc(100% - 64px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

#footer.ml-footer-v330 .ml-social-hub__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 0;
  gap: 14px;
}

#footer.ml-footer-v330 .box-vogaft {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr) minmax(300px, 1fr) !important;
  align-items: stretch;
  gap: 22px;
  width: min(1440px, calc(100% - 64px));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

#footer.ml-footer-v330 .box-vogaft > .ApColumn,
#footer.ml-footer-v330 .ml-club-column,
#footer.ml-footer-v330 .ml-map-column {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#footer.ml-footer-v330 .ml-club {
  min-height: 390px;
  padding: clamp(30px, 3vw, 48px);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(173, 120, 100, .18), transparent 34%),
    var(--ml-paper);
  color: var(--ml-ink);
}

#footer.ml-footer-v330 .ml-club__header h3 {
  color: var(--ml-ink) !important;
}

#footer.ml-footer-v330 .ml-club .input-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 5px;
  background: #fff;
}

#footer.ml-footer-v330 .ml-club .ml-club__submit {
  min-width: 174px;
  min-height: 46px;
}

#footer.ml-footer-v330 .ml-map-card__intro small {
  max-width: none;
}

#footer.ml-footer-v330 .ml-map-card__intro a {
  position: static;
  display: inline-block;
}

#footer.ml-footer-v330 .ml-map-card__frame {
  min-height: 0;
}

#footer.ml-footer-v330 .footer-center .title_block,
#footer.ml-footer-v330 .footer-center .title_block a {
  color: var(--ml-ink) !important;
}

#footer.ml-footer-v330 .footer-center li a,
#footer.ml-footer-v330 .footer-center p,
#footer.ml-footer-v330 .footer-center small {
  color: #5d554f !important;
  opacity: 1 !important;
}

@media (max-width: 1199px) {
  #footer.ml-footer-v330 .ml-social-hub,
  #footer.ml-footer-v330 .ml-reviews,
  #footer.ml-footer-v330 .box-vogaft {
    width: min(100% - 40px, 1120px);
  }

  #footer.ml-footer-v330 .ml-social-hub__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #footer.ml-footer-v330 .box-vogaft {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  #footer.ml-footer-v330 .ml-club-column {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  body #header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    width: 100%;
  }

  body {
    padding-top: 107px !important;
  }

  body #header .header-top {
    padding: 0 !important;
  }

  body #header .header-top > .inner > .box-top {
    display: none !important;
  }

  body #header .ml-mobile-header {
    display: grid !important;
  }

  body #header + .ml-quick-nav,
  body #header .ml-quick-nav {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #footer.ml-footer-v330 .ml-social-hub,
  #footer.ml-footer-v330 .ml-reviews,
  #footer.ml-footer-v330 .box-vogaft {
    width: calc(100% - 24px);
  }

  #footer.ml-footer-v330 .ml-social-hub__gallery {
    display: flex;
    grid-template-columns: none;
    min-height: 0;
  }

  #footer.ml-footer-v330 .box-vogaft {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  #footer.ml-footer-v330 .ml-club-column {
    grid-column: auto;
  }

  #footer.ml-footer-v330 .ml-club {
    min-height: 0;
    padding: 28px 22px;
  }

  #footer.ml-footer-v330 .ml-club .input-wrapper {
    display: flex;
  }

  #footer.ml-footer-v330 .ml-club .ml-club__submit {
    min-width: 0;
  }
}

/* Mariquilla Lunares 3.4.0 — refinamiento comercial */
#header .logo-img,
#header .logo-responsive,
#header .ml-mobile-header__logo img {
  width: auto !important;
  height: auto !important;
  max-width: 245px !important;
  max-height: 70px !important;
  object-fit: contain !important;
  background: transparent !important;
}

#header .ml-mobile-header__logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.ml-manifesto {
  overflow: hidden;
}

.ml-manifesto__mark {
  left: clamp(24px, 5vw, 86px) !important;
  right: auto !important;
  transform: none !important;
  font-size: clamp(170px, 25vw, 390px) !important;
  line-height: .74 !important;
  letter-spacing: -.11em;
  white-space: nowrap;
}

body#index .featured-products {
  padding: clamp(54px, 7vw, 100px) max(24px, calc((100vw - 1440px) / 2)) !important;
  background: #fffdf9;
}

body#index .featured-products .products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 34px) !important;
}

body#index .featured-products .product-miniature {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#index .featured-products .thumbnail-container,
body#index .featured-products .product-image {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  background: #f3eee8;
}

body#index .featured-products .product-thumbnail img,
body#index .featured-products .product-image img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4 / 5;
  object-fit: cover !important;
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}

body#index .featured-products .product-miniature:hover img {
  transform: scale(1.045);
}

body#index .featured-products .product-description {
  padding: 18px 2px 4px !important;
  background: transparent !important;
  text-align: left !important;
}

body#index .featured-products .product-title,
body#index .featured-products .product-title a {
  min-height: 0 !important;
  color: #15120f !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

body#index .featured-products .product-price-and-shipping {
  margin-top: 8px;
  font-size: 16px !important;
  color: #763d3f !important;
}

.ml-sale {
  padding: clamp(60px, 8vw, 112px) max(24px, calc((100vw - 1440px) / 2));
  background: #283025;
  color: #fffdf8;
}

.ml-sale__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.ml-sale__heading h2 {
  max-width: 760px;
  margin: 7px 0 0;
  color: inherit;
  font-family: var(--ml-serif);
  font-size: clamp(38px, 4.3vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
}

.ml-sale__heading a {
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 7px;
}

.ml-sale__viewport { position: relative; }
.ml-sale__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 24%);
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.ml-sale__track::-webkit-scrollbar { display: none; }
.ml-sale-card { color: #fffdf8 !important; scroll-snap-align: start; }
.ml-sale-card__media { display: block; position: relative; overflow: hidden; background: #eee8df; aspect-ratio: 4 / 5; }
.ml-sale-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ml-sale-card:hover img { transform: scale(1.045); }
.ml-sale-card__media > b { position: absolute; left: 12px; top: 12px; padding: 7px 10px; background: #fffdf8; color: #743d40; font-size: 10px; letter-spacing: .12em; }
.ml-sale-card > strong { display: block; margin-top: 15px; font-size: 17px; line-height: 1.25; }
.ml-sale-card__prices { display: flex; gap: 10px; align-items: center; margin-top: 8px; }
.ml-sale-card__prices b { font-size: 18px; }
.ml-sale-card__prices del { opacity: .62; }
.ml-sale-card > em { display: inline-block; margin-top: 13px; color: inherit; font-size: 11px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ml-sale__arrow { position: absolute; z-index: 3; top: 40%; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #fff; color: #171512; font-size: 28px; box-shadow: 0 8px 28px rgba(0,0,0,.2); }
.ml-sale__arrow--prev { left: -24px; }
.ml-sale__arrow--next { right: -24px; }

#footer.ml-footer-v330 .ml-footer-benefits {
  width: min(100% - 48px, 1440px) !important;
  margin: 0 auto !important;
  padding: 30px 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  background: transparent !important;
}
#footer.ml-footer-v330 .ml-footer-benefits > .ApColumn { width: auto !important; padding: 0 26px !important; border-right: 1px solid rgba(255,255,255,.16); }
#footer.ml-footer-v330 .ml-footer-benefits > .ApColumn:last-child { border-right: 0; }
#footer.ml-footer-v330 .ml-footer-benefits .icon-text { min-height: 62px; display: flex; align-items: center; gap: 14px; padding: 0 !important; }
#footer.ml-footer-v330 .ml-footer-benefits .icon-text > span { display: flex; flex-direction: column; gap: 5px; }
#footer.ml-footer-v330 .ml-footer-benefits .icon-text strong { color: #fff !important; font-size: 12px; letter-spacing: .09em; }
#footer.ml-footer-v330 .ml-footer-benefits .icon-text small { color: rgba(255,255,255,.72) !important; font-size: 12px; line-height: 1.35; }

#footer.ml-footer-v330 .ml-social-hub__accounts a svg,
#footer.ml-footer-v330 .ml-social-post__media > span svg {
  opacity: 1 !important;
  visibility: visible !important;
  color: #8e4d48 !important;
  stroke: currentColor !important;
}
#footer.ml-footer-v330 .ml-social-hub__accounts a { color: #2b2420 !important; background: rgba(255,255,255,.72) !important; }
#footer.ml-footer-v330 .ml-social-hub__accounts a span,
#footer.ml-footer-v330 .ml-social-hub__accounts a small,
#footer.ml-footer-v330 .ml-social-hub__accounts a b { color: inherit !important; opacity: 1 !important; }

#footer.ml-footer-v330 .ml-review { color: #26211e !important; text-decoration: none !important; }
#footer.ml-footer-v330 .ml-review:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(52,39,32,.1); }
#footer.ml-footer-v330 .ml-reviews__score { text-decoration: none; }
#footer.ml-footer-v330 .ml-reviews__footer { justify-content: flex-end !important; }

#footer.ml-footer-v330 .box-vogaft {
  grid-template-columns: minmax(0, 1.55fr) minmax(210px, .55fr) minmax(300px, .85fr) !important;
}
#footer.ml-footer-v330 .ml-club .input-wrapper { width: 100%; grid-template-columns: minmax(0, 1fr) minmax(150px, 190px) !important; }
#footer.ml-footer-v330 .ml-club form { width: 100%; max-width: none !important; }

@media (max-width: 991px) {
  #header .ml-mobile-header__logo img { max-width: 172px !important; max-height: 61px !important; }
  body#index .featured-products .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ml-sale__track { grid-auto-columns: minmax(240px, 48%); }
  #footer.ml-footer-v330 .ml-footer-benefits { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  #footer.ml-footer-v330 .ml-footer-benefits > .ApColumn:nth-child(2) { border-right: 0; }
}

@media (max-width: 767px) {
  #header .ml-mobile-header { grid-template-columns: 46px minmax(120px, 1fr) minmax(132px, auto) !important; min-height: 72px; gap: 8px; padding: 5px 12px !important; }
  #header .ml-mobile-header__logo img { max-width: 145px !important; max-height: 52px !important; }
  #header .ml-mobile-header__actions { gap: 4px !important; justify-content: end; }
  #header .ml-mobile-header__actions > * { width: 38px !important; height: 42px !important; }
  .ml-manifesto__mark { left: 12px !important; font-size: 190px !important; opacity: .18; }
  body#index .featured-products { padding-left: 14px !important; padding-right: 14px !important; }
  body#index .featured-products .products { gap: 13px !important; }
  body#index .featured-products .product-title,
  body#index .featured-products .product-title a { font-size: 14px !important; }
  .ml-sale { padding-left: 18px; padding-right: 18px; }
  .ml-sale__heading { display: block; }
  .ml-sale__heading a { display: inline-block; margin-top: 20px; }
  .ml-sale__track { grid-auto-columns: 78%; }
  .ml-sale__arrow { display: none; }
  #footer.ml-footer-v330 .ml-footer-benefits { width: calc(100% - 28px) !important; grid-template-columns: 1fr !important; padding: 18px 0 !important; }
  #footer.ml-footer-v330 .ml-footer-benefits > .ApColumn { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.14); padding: 18px 12px !important; }
  #footer.ml-footer-v330 .ml-footer-benefits > .ApColumn:last-child { border-bottom: 0; }
  #footer.ml-footer-v330 .ml-club .input-wrapper { display: grid !important; grid-template-columns: 1fr !important; gap: 8px; padding: 6px !important; }
  #footer.ml-footer-v330 .ml-club .ml-club__submit { width: 100% !important; min-height: 52px; }
  #footer.ml-footer-v330 .ml-social-hub__accounts { grid-template-columns: 1fr !important; }
}

html {
  scroll-behavior: smooth;
}

/* Mariquilla Lunares 3.5.0 — escaparates y pie responsive */
body#index .featured-products.ml-new-rail {
  position: relative;
  max-width: none !important;
  padding: clamp(60px, 8vw, 112px) max(24px, calc((100vw - 1440px) / 2)) !important;
  background: #283025 !important;
  color: #fffdf8 !important;
  overflow: hidden;
}

body#index .ml-new-rail__legacy-title,
body#index .ml-new-rail > p:not(.ml-kicker) {
  display: none !important;
}

.ml-new-rail__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  margin: 0 0 34px;
}

.ml-new-rail__heading > div { max-width: 770px; }
.ml-new-rail__heading .ml-kicker { color: #d7b59d !important; }
.ml-new-rail__heading h2 {
  margin: 7px 0 0;
  color: #fffdf8 !important;
  font-family: var(--ml-serif);
  font-size: clamp(38px, 4.3vw, 70px);
  line-height: .98;
  letter-spacing: -.045em;
  text-transform: none !important;
}
.ml-new-rail__heading > p {
  max-width: 390px;
  margin: 0;
  color: rgba(255,253,248,.74) !important;
  font-size: 15px;
  line-height: 1.6;
}

body#index .featured-products.ml-new-rail .products {
  display: grid !important;
  grid-template-columns: none !important;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 24%);
  gap: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
body#index .featured-products.ml-new-rail .products::-webkit-scrollbar { display: none; }
body#index .featured-products.ml-new-rail .product-miniature { scroll-snap-align: start; color: #fffdf8 !important; }
body#index .featured-products.ml-new-rail .thumbnail-container,
body#index .featured-products.ml-new-rail .product-image { background: #eee8df !important; }
body#index .featured-products.ml-new-rail .product-description { background: transparent !important; }
body#index .featured-products.ml-new-rail .product-title,
body#index .featured-products.ml-new-rail .product-title a,
body#index .featured-products.ml-new-rail .product-price-and-shipping,
body#index .featured-products.ml-new-rail .product-price { color: #fffdf8 !important; }
body#index .featured-products.ml-new-rail .product-price { font-weight: 800 !important; }
body#index .featured-products.ml-new-rail .variant-links,
body#index .featured-products.ml-new-rail .product-variants,
body#index .featured-products.ml-new-rail .product-attributes { opacity: 1 !important; visibility: visible !important; }

.ml-new-rail__arrow {
  position: absolute;
  z-index: 4;
  top: 58%;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #171512;
  font-size: 28px;
  box-shadow: 0 8px 28px rgba(0,0,0,.2);
}
.ml-new-rail__arrow--prev { left: max(8px, calc((100vw - 1500px) / 2)); }
.ml-new-rail__arrow--next { right: max(8px, calc((100vw - 1500px) / 2)); }

.ml-sale-card { position: relative; }
.ml-sale-card__media > a { display: block; width: 100%; height: 100%; }
.ml-sale-card__media > a img { width: 100%; height: 100%; object-fit: cover; }
.ml-sale-card__media > a > b { position: absolute; left: 12px; top: 12px; padding: 7px 10px; background: #fffdf8; color: #743d40; font-size: 10px; letter-spacing: .12em; }
.ml-sale-card__actions {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: 12px;
  display: flex;
  gap: 8px;
}
.ml-sale-card__actions > a,
.ml-sale-card__actions > button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(23,19,21,.12);
  border-radius: 50%;
  background: rgba(255,253,249,.94);
  color: #241d1a !important;
  box-shadow: 0 8px 20px rgba(0,0,0,.14);
  transition: transform .2s ease, background .2s ease;
}
.ml-sale-card__actions > *:hover { transform: translateY(-2px); background: #fff; }
.ml-sale-card__actions svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ml-sale-card__actions button.is-loading { opacity: .6; }
.ml-sale-card__actions button.is-added { background: #283025; color: #fff !important; }
.ml-sale-card__name { display: block; margin-top: 15px; color: #fffdf8 !important; font-size: 17px; font-weight: 700; line-height: 1.25; }
.ml-sale-card__link { display: inline-block; margin-top: 13px; color: #fffdf8 !important; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

#footer.ml-footer-v330 .ml-social-account--tiktok,
#footer.ml-footer-v330 .ml-social-account--tiktok span,
#footer.ml-footer-v330 .ml-social-account--tiktok small,
#footer.ml-footer-v330 .ml-social-account--tiktok b { color: #2b2420 !important; opacity: 1 !important; visibility: visible !important; }
#footer.ml-footer-v330 .ml-social-account--tiktok svg,
#footer.ml-footer-v330 .ml-social-account--tiktok svg path { color: #8e4d48 !important; stroke: #8e4d48 !important; opacity: 1 !important; visibility: visible !important; }

#footer.ml-footer-v330 .ml-review,
#footer.ml-footer-v330 .ml-review--featured {
  background: #fffdfa !important;
  color: #26211e !important;
  border-color: rgba(38,33,30,.13) !important;
}
#footer.ml-footer-v330 .ml-review blockquote,
#footer.ml-footer-v330 .ml-review small { color: #26211e !important; opacity: 1 !important; }

#footer.ml-footer-v330 .box-vogaft {
  width: min(100% - 48px, 1440px) !important;
  display: grid !important;
  grid-template-columns: minmax(220px, .62fr) minmax(0, 1.38fr) !important;
  align-items: stretch !important;
  gap: 28px !important;
}
#footer.ml-footer-v330 .box-vogaft > .ApColumn { width: auto !important; min-width: 0 !important; max-width: none !important; margin: 0 !important; }
#footer.ml-footer-v330 .ml-club-column { grid-column: 1 / -1 !important; }
#footer.ml-footer-v330 .ml-club { width: 100% !important; max-width: none !important; min-width: 0 !important; padding: clamp(34px, 5vw, 66px) clamp(24px, 6vw, 84px) !important; }
#footer.ml-footer-v330 .ml-club .block_content,
#footer.ml-footer-v330 .ml-club form,
#footer.ml-footer-v330 .ml-club form > .row,
#footer.ml-footer-v330 .ml-club .col-form,
#footer.ml-footer-v330 .ml-club .input-wrapper { width: 100% !important; max-width: none !important; min-width: 0 !important; }
#footer.ml-footer-v330 .ml-club .input-wrapper { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(180px, 230px) !important; }
#footer.ml-footer-v330 .ml-club .input-wrapper input { width: 100% !important; min-width: 0 !important; }

#footer.ml-footer-v330 .ml-map-column { width: 100% !important; min-width: 0 !important; }
#footer.ml-footer-v330 .ml-map-card { width: 100% !important; max-width: none !important; min-width: 0 !important; height: 100% !important; min-height: 560px !important; display: grid !important; grid-template-rows: auto 1fr; }
#footer.ml-footer-v330 .ml-map-card__frame { width: 100% !important; min-height: 430px !important; height: 100% !important; }
#footer.ml-footer-v330 .ml-map-card iframe { display: block !important; width: 100% !important; height: 100% !important; min-height: 430px !important; }

@media (max-width: 991px) {
  body#index .featured-products.ml-new-rail .products { grid-auto-columns: minmax(240px, 48%) !important; }
  #footer.ml-footer-v330 .box-vogaft { grid-template-columns: minmax(180px, .5fr) minmax(0, 1.5fr) !important; }
}

@media (max-width: 767px) {
  .ml-new-rail__heading { display: block; }
  .ml-new-rail__heading > p { margin-top: 18px; }
  body#index .featured-products.ml-new-rail { padding: 62px 18px !important; }
  body#index .featured-products.ml-new-rail .products { grid-auto-columns: 78% !important; gap: 16px !important; }
  .ml-new-rail__arrow { display: none; }
  .ml-sale-card__actions > a,
  .ml-sale-card__actions > button { width: 40px; height: 40px; }
  #footer.ml-footer-v330 .box-vogaft { width: calc(100% - 24px) !important; grid-template-columns: 1fr !important; gap: 22px !important; }
  #footer.ml-footer-v330 .box-vogaft > .ApColumn,
  #footer.ml-footer-v330 .ml-club-column,
  #footer.ml-footer-v330 .ml-map-column { grid-column: 1 !important; width: 100% !important; min-width: 0 !important; }
  #footer.ml-footer-v330 .ml-club { padding: 38px 20px !important; overflow: hidden !important; }
  #footer.ml-footer-v330 .ml-club__header,
  #footer.ml-footer-v330 .ml-club__header p { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
  #footer.ml-footer-v330 .ml-club__header h3 { max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; font-size: clamp(38px, 12vw, 54px) !important; line-height: .95 !important; overflow-wrap: anywhere; }
  #footer.ml-footer-v330 .ml-club .input-wrapper { grid-template-columns: 1fr !important; gap: 8px !important; }
  #footer.ml-footer-v330 .ml-club .input-wrapper input,
  #footer.ml-footer-v330 .ml-club .ml-club__submit { width: 100% !important; min-width: 0 !important; min-height: 56px !important; }
  #footer.ml-footer-v330 .ml-map-card { min-height: 620px !important; }
  #footer.ml-footer-v330 .ml-map-card__intro { padding: 30px 24px !important; }
  #footer.ml-footer-v330 .ml-map-card__frame,
  #footer.ml-footer-v330 .ml-map-card iframe { min-height: 460px !important; height: 460px !important; }
  #footer.ml-footer-v330 .footer-center .title_block,
  #footer.ml-footer-v330 .footer-center ul,
  #footer.ml-footer-v330 .footer-center .block_content { max-width: 100% !important; min-width: 0 !important; }
}

/* 3.5.14 — identidad editorial en toda la navegacion interior. */
body:not(#index) #wrapper {
  padding-top: 0;
  padding-bottom: clamp(64px, 8vw, 110px);
  background: radial-gradient(circle at 100% 0, rgba(197,143,113,.11), transparent 30%), #f7f2ec;
}
body:not(#index) #wrapper > .container { width: min(100% - 48px, 1380px); max-width: 1380px; }
body:not(#index) .breadcrumb {
  margin: 0; padding: 18px 0 22px; color: #786e68; background: transparent;
  font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}
body:not(#index) .breadcrumb a { color: #786e68; }
body:not(#index) .breadcrumb a:hover { color: #7d394b; }

body:not(#index) .block-category {
  position: relative; margin: 0 0 30px; padding: clamp(30px,4.5vw,62px) clamp(24px,5vw,70px);
  overflow: hidden; border: 1px solid rgba(76,59,50,.12); border-radius: 22px;
  background: linear-gradient(125deg,rgba(255,253,249,.98),rgba(239,224,214,.82));
}
body:not(#index) .block-category::after {
  content: 'ML'; position: absolute; right: -18px; bottom: -46px; pointer-events: none;
  color: rgba(116,61,64,.06); font-family: var(--ml-serif); font-size: clamp(150px,20vw,300px); line-height: .75;
}
body:not(#index) .block-category h1,
body:not(#index) .page-header h1,
body:not(#index) #js-product-list-header h1,
body:not(#index) .product-detail-name {
  position: relative; z-index: 1; margin: 0 0 18px; color: #1d1917;
  font-family: var(--ml-serif); font-size: clamp(42px,5vw,76px); font-weight: 400;
  letter-spacing: -.048em; line-height: .95; text-transform: none;
}
body:not(#index) .block-category .category-description,
body:not(#index) .block-category .category-description p {
  position: relative; z-index: 1; max-width: 790px; margin: 0; color: #5e5550; font-size: 16px; line-height: 1.72;
}

body:not(#index) #js-product-list-top,
body:not(#index) .products-selection {
  margin: 0 0 28px; padding: 14px 18px; border: 1px solid rgba(76,59,50,.11);
  border-radius: 14px; background: rgba(255,253,249,.78);
}
body:not(#index) #js-product-list-top .select-title,
body:not(#index) #search_filters_wrapper .btn,
body:not(#index) .products-selection .btn {
  min-height: 46px; border: 1px solid #ded3ca; border-radius: 999px;
  background: #fffdfa; color: #27211e; font-weight: 700;
}
body:not(#index) #search_filter_toggler { border-color: #283025 !important; background: #283025 !important; color: #fff !important; }
body:not(#index) #products .products,
body:not(#index) .featured-products .products,
body:not(#index) .product-accessories .products { row-gap: clamp(32px,4vw,58px); }
body:not(#index) .product-miniature .thumbnail-container { overflow: visible; background: transparent; }
body:not(#index) .product-miniature .product-image {
  overflow: hidden; border-radius: 16px; background: #ebe4dc; box-shadow: 0 10px 32px rgba(58,42,34,.07);
}
body:not(#index) .product-miniature .product-image img { transition: transform .45s cubic-bezier(.2,.75,.25,1); }
body:not(#index) .product-miniature:hover .product-image img { transform: scale(1.035); }
body:not(#index) .product-miniature .product-description,
body:not(#index) .product-miniature .product-meta { padding: 16px 4px 8px; background: transparent !important; }
body:not(#index) .product-miniature .product-title,
body:not(#index) .product-miniature .product-title a {
  color: #201b19; font-family: var(--ml-serif); font-size: clamp(18px,1.55vw,23px);
  font-weight: 400; letter-spacing: -.02em; line-height: 1.1;
}
body:not(#index) .product-miniature .product-price,
body:not(#index) .product-miniature .price { color: #201b19; font-size: 15px; font-weight: 800; }
body:not(#index) .product-miniature .regular-price { color: #8c817a; }
body:not(#index) .product-flags li.product-flag,
body:not(#index) .product-flag { border-radius: 0 0 8px 0; background: #7d394b; }

body.page-product #main { padding-top: clamp(14px,2.5vw,34px); }
body.page-product .product-cover {
  overflow: hidden; border-radius: 20px; background: #ebe4dc; box-shadow: 0 18px 55px rgba(49,36,30,.1);
}
body.page-product .product-cover img { width: 100%; }
body.page-product .product-detail-name { padding-top: 6px; }
body.page-product .product-prices { padding: 8px 0 22px; border-bottom: 1px solid #ded4cc; }
body.page-product .product-prices .current-price,
body.page-product .product-price { color: #1d1917; font-size: clamp(28px,3vw,40px); font-weight: 800; }
body.page-product .description-short { color: #514944; font-size: 16px; line-height: 1.72; }
body.page-product .product-variants { margin-top: 24px; padding-top: 22px; border-top: 1px solid #ded4cc; }
body.page-product .product-variants-item select,
body.page-product .product-variants-item label span { border-radius: 10px; }
body.page-product .product-add-to-cart .add-to-cart,
body.page-product .product-quantity .add-to-cart {
  min-height: 54px; border: 0; background: #7d394b; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
body.page-product .product-add-to-cart .add-to-cart:hover,
body.page-product .product-quantity .add-to-cart:hover { background: #283025; }
body.page-product .ml-product-trust,
body.page-product .blockreassurance_product {
  margin-top: 20px; padding: 18px; border: 1px solid #ded4cc; border-radius: 14px; background: rgba(255,253,249,.74);
}
body.page-product .product-tabs,
body.page-product .tabs {
  margin-top: 52px; padding: clamp(24px,4vw,48px); border: 1px solid #ded4cc;
  border-radius: 20px; background: #fffdfa;
}
body.page-product.ml-product-content-tabs-ready .product-tabs .nav-tabs {
  display: flex; justify-content: center; gap: 8px; margin: 0 0 26px; border-bottom: 1px solid #ded4cc;
}
body.page-product.ml-product-content-tabs-ready .product-tabs .nav-item { margin: 0 0 -1px; }
body.page-product.ml-product-content-tabs-ready .product-tabs .nav-link {
  min-height: 48px; padding: 13px 22px; border: 1px solid transparent; border-radius: 12px 12px 0 0;
  color: #71665f; font-size: 15px; font-weight: 800; text-transform: none;
}
body.page-product.ml-product-content-tabs-ready .product-tabs .nav-link.active {
  border-color: #ded4cc #ded4cc #fffdfa; background: #fffdfa; color: #1d1917;
}
body.page-product .ml-product-composition-content { color: #514944; font-size: 16px; line-height: 1.72; }
body.page-product .ml-product-composition-content > :last-child { margin-bottom: 0; }
body.page-product .ml-product-composition-content ul { margin: 10px 0 0; padding-left: 22px; }
body.page-product .ml-product-composition-content li { margin-bottom: 5px; }
body.page-product .products-section-title,
body:not(#index) .featured-products .title_block {
  margin: clamp(56px,7vw,96px) 0 28px; color: #1d1917; font-family: var(--ml-serif);
  font-size: clamp(34px,4vw,58px); font-weight: 400; letter-spacing: -.04em;
  line-height: 1; text-align: left; text-transform: none;
}

body.page-cart .card,
body#checkout .card,
body.page-order .card,
body.page-customer-account .page-content,
body.page-addresses .page-content,
body.page-cms .page-content,
body.page-contact .contact-form {
  padding: clamp(22px,3.5vw,44px); border: 1px solid #ded4cc; border-radius: 18px;
  background: #fffdfa; box-shadow: 0 16px 45px rgba(54,39,32,.06);
}
body:not(#index) .btn-primary,
body:not(#index) .checkout a.btn,
body:not(#index) button[type='submit'].btn-primary {
  min-height: 48px; border: 0; border-radius: 999px; background: #7d394b; font-weight: 800; letter-spacing: .04em;
}
body:not(#index) .btn-primary:hover,
body:not(#index) .btn-primary:focus { background: #283025; }
body:not(#index) .form-control,
body:not(#index) select.form-control,
body:not(#index) textarea.form-control {
  min-height: 48px; border: 1px solid #d8cec6; border-radius: 10px; background: #fff;
}
body:not(#index) .pagination { margin-top: 46px; padding: 22px 0; border-top: 1px solid #ded4cc; }

@media (max-width: 767px) {
  body:not(#index) #wrapper > .container { width: calc(100% - 24px); }
  body:not(#index) .breadcrumb { padding: 12px 0 16px; font-size: 9px; }
  body:not(#index) .block-category { margin-bottom: 18px; padding: 27px 20px; border-radius: 16px; }
  body:not(#index) .block-category h1,
  body:not(#index) .page-header h1,
  body:not(#index) #js-product-list-header h1,
  body:not(#index) .product-detail-name { font-size: clamp(40px,12vw,54px); }
  body:not(#index) .block-category .category-description,
  body:not(#index) .block-category .category-description p { font-size: 14px; line-height: 1.62; }
  body:not(#index) #js-product-list-top,
  body:not(#index) .products-selection { padding: 10px; }
  body:not(#index) .product-miniature .product-image { border-radius: 11px; }
  body:not(#index) .product-miniature .product-description,
  body:not(#index) .product-miniature .product-meta { padding: 12px 1px 4px; }
  body:not(#index) .product-miniature .product-title,
  body:not(#index) .product-miniature .product-title a { font-size: 17px; }
  body.page-product #main { padding-top: 8px; }
  body.page-product .product-cover { border-radius: 14px; }
  body.page-product .product-information { padding-top: 25px; }
  body.page-product .product-quantity { display: grid; grid-template-columns: 118px minmax(0,1fr); gap: 10px; }
  body.page-product:not(.ml-gift-product-page) .product-quantity .qty,
  body.page-product:not(.ml-gift-product-page) .product-quantity .input-group { width: 118px !important; }
  body.page-product:not(.ml-gift-product-page) .product-quantity #quantity_wanted {
    width: 70px !important; height: 56px !important; padding: 0 8px; font-size: 18px; font-weight: 800; text-align: center;
  }
  body.page-product:not(.ml-gift-product-page) .product-quantity .input-group-btn-vertical { width: 48px; }
  body.page-product:not(.ml-gift-product-page) .product-quantity .input-group-btn-vertical .btn {
    width: 48px; min-width: 48px; height: 28px; min-height: 28px; padding: 0; border-color: #d8cec6; background: #fffdfa;
  }
  body.page-product .product-quantity .add,
  body.page-product .product-quantity .add-to-cart { width: 100%; }
  body.page-product .product-quantity .add-to-cart,
  body.page-product .product-add-to-cart .wishlist-button-add { min-height: 56px; }
  body.page-product .product-tabs,
  body.page-product .tabs { margin-top: 36px; padding: 20px; border-radius: 15px; }
  body.page-product.ml-product-content-tabs-ready .product-tabs .nav-tabs {
    justify-content: flex-start; gap: 2px; margin-bottom: 20px; overflow-x: auto; scrollbar-width: none;
  }
  body.page-product.ml-product-content-tabs-ready .product-tabs .nav-tabs::-webkit-scrollbar { display: none; }
  body.page-product.ml-product-content-tabs-ready .product-tabs .nav-link {
    min-height: 44px; padding: 11px 14px; white-space: nowrap;
  }
  body.page-product .products-section-title,
  body:not(#index) .featured-products .title_block { font-size: 36px; }
  body.page-cart .card,
  body#checkout .card,
  body.page-order .card,
  body.page-customer-account .page-content,
  body.page-addresses .page-content,
  body.page-cms .page-content,
  body.page-contact .contact-form { padding: 20px 16px; border-radius: 14px; }
}

/* Tarjetas regalo — escaparate corporativo y emocional. */
body.ml-gift-page #wrapper { padding-top: 26px; }
body.ml-gift-page #wrapper > .container { width: min(100% - 36px, 1440px); max-width: 1440px; }
body.ml-gift-page .ml-gift-shell {
  padding: 0 !important; overflow: hidden; border: 1px solid rgba(65,48,41,.12) !important;
  border-radius: 24px !important; background: #fbf7f1 !important; box-shadow: 0 22px 70px rgba(55,40,33,.08) !important;
}
body.ml-gift-page .ml-gift-shell > h3,
body.ml-gift-page .ml-gift-tools { display: none !important; }

.ml-gift-hero {
  display: grid; grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr);
  min-height: 680px; background: #283025; color: #fffdf8;
}
.ml-gift-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px,7vw,108px); }
.ml-gift-hero__copy > span {
  color: #d8aa91; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.ml-gift-hero__copy h1 {
  max-width: 9ch; margin: 16px 0 28px; color: #fffdf8; font-family: var(--ml-serif);
  font-size: clamp(54px,6vw,88px); font-weight: 400; letter-spacing: -.055em; line-height: .88;
}
.ml-gift-hero__copy p { max-width: 580px; margin: 0 0 32px; color: rgba(255,253,248,.76); font-size: 17px; line-height: 1.68; }
.ml-gift-hero__copy > a {
  display: flex; width: fit-content; min-height: 54px; align-items: center; gap: 34px; padding: 0 24px;
  border-radius: 999px; background: #fffdfa; color: #211b18 !important; font-size: 11px;
  font-weight: 800; letter-spacing: .1em; text-decoration: none !important; text-transform: uppercase;
}
.ml-gift-hero__copy > div { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 30px; }
.ml-gift-hero__copy > div small { color: rgba(255,253,248,.7); font-size: 11px; text-transform: uppercase; }
.ml-gift-hero__copy > div small::before { content: '\2713'; margin-right: 6px; color: #d8aa91; }
.ml-gift-hero__visual { position: relative; min-height: 680px; overflow: hidden; }
.ml-gift-hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.ml-gift-hero__visual::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(40,48,37,.28),transparent 34%); pointer-events: none;
}
.ml-gift-hero__card {
  position: absolute; z-index: 2; left: 50%; top: 48%; display: grid; width: 42%; min-width: 250px;
  justify-items: center; gap: 10px; transform: translate(-50%,-50%); text-align: center;
}
.ml-gift-hero__card img { width: 82%; height: auto; }
.ml-gift-hero__card span { color: #713847; font-size: 9px; font-weight: 800; letter-spacing: .17em; }

body.ml-gift-page .gift_products_wrapper { padding: clamp(50px,6vw,86px) clamp(20px,4vw,58px) clamp(64px,7vw,100px); }
body.ml-gift-page .gift_products_wrapper::before {
  content: 'Elige el importe perfecto'; display: block; margin-bottom: 10px; color: #201a18;
  font-family: var(--ml-serif); font-size: clamp(42px,5vw,72px); letter-spacing: -.05em; line-height: .95;
}
body.ml-gift-page .gift_products_wrapper::after {
  content: 'Tú eliges el detalle. Ella elige el look que le hace feliz.'; display: block; position: absolute;
  margin-top: -70px; color: #6a5f59; font-size: 15px;
}
body.ml-gift-page .gift_products_wrapper .row.push-down { margin: 34px 0 0 !important; }
body.ml-gift-page .filtr-container {
  display: grid !important; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 26px 18px;
  width: 100% !important; height: auto !important; padding: 0 !important;
}
body.ml-gift-page .filtr-item.ml-gift-card {
  position: relative !important; inset: auto !important; width: auto !important; max-width: none !important;
  height: auto !important; padding: 0 !important; opacity: 1 !important; transform: none !important;
  transition: transform .25s ease,box-shadow .25s ease !important;
}
.ml-gift-card > a {
  display: block; height: 100%; overflow: hidden; border: 1px solid #ded3ca; border-radius: 18px;
  background: #fffdfa; color: #211b18 !important; text-decoration: none !important;
  box-shadow: 0 12px 34px rgba(51,37,31,.07);
}
.ml-gift-card:hover { transform: translateY(-5px) !important; }
.ml-gift-card__media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; background: #eee5dc; }
.ml-gift-card__media > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; border: 0 !important; border-radius: 0 !important; }
.ml-gift-card__face {
  position: absolute; left: 50%; top: 48%; display: grid; width: 58%; justify-items: center;
  transform: translate(-50%,-50%); text-align: center;
}
.ml-gift-card__face img { width: 88%; height: auto; margin-bottom: 7px; padding: 8px 11px; border: 1px solid rgba(115,57,74,.13); border-radius: 10px; background: rgba(255,253,249,.94); box-shadow: 0 5px 15px rgba(57,38,31,.09); }
.ml-gift-card__face b { color: #73394a; font-family: var(--ml-serif); font-size: clamp(32px,3vw,48px); font-weight: 400; line-height: 1; }
.ml-gift-card__face small { margin-top: 7px; color: #73394a; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.ml-gift-card__info { display: grid; gap: 7px; padding: 20px 20px 23px; }
.ml-gift-card__info small { color: #9b624e; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.ml-gift-card__info strong { color: #211b18; font-family: var(--ml-serif); font-size: 24px; font-weight: 400; line-height: 1.05; }
.ml-gift-card__info em { margin-top: 5px; color: #283025; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 991px) {
  .ml-gift-hero { grid-template-columns: 1fr; }
  .ml-gift-hero__copy { min-height: 520px; }
  .ml-gift-hero__visual { min-height: 620px; }
  body.ml-gift-page .filtr-container { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  body.ml-gift-page #wrapper { padding-top: 12px; }
  body.ml-gift-page #wrapper > .container { width: calc(100% - 20px); }
  body.ml-gift-page .ml-gift-shell { border-radius: 16px !important; }
  .ml-gift-hero__copy { min-height: 470px; padding: 52px 24px; }
  .ml-gift-hero__copy h1 { font-size: clamp(52px,15vw,68px); }
  .ml-gift-hero__copy p { font-size: 15px; }
  .ml-gift-hero__visual { min-height: 500px; }
  .ml-gift-hero__card { width: 54%; min-width: 190px; }
  body.ml-gift-page .gift_products_wrapper { padding: 48px 12px 80px; }
  body.ml-gift-page .gift_products_wrapper::before { font-size: 44px; }
  body.ml-gift-page .gift_products_wrapper::after { margin-top: -58px; font-size: 13px; }
  body.ml-gift-page .filtr-container { gap: 18px 10px; }
  .ml-gift-card > a { border-radius: 12px; }
  .ml-gift-card__face { width: 66%; }
  .ml-gift-card__face b { font-size: 28px; }
  .ml-gift-card__face small { font-size: 5px; }
  .ml-gift-card__info { padding: 14px 11px 17px; }
  .ml-gift-card__info strong { font-size: 18px; }
  .ml-gift-card__info em { font-size: 8px; }
}

/* Categorias y filtros: utiles, compactos y alineados con la marca. */
.ml-filter-panel__head,
.ml-filter-toggle,
.ml-filter-backdrop { display: none; }

@media (min-width: 992px) {
  body.ml-catalog-has-sidebar #left-column { padding-right: 24px; }
  body.ml-catalog-has-sidebar #left-column .block-categories,
  body.ml-catalog-has-sidebar #left-column #search_filters {
    margin: 0 0 20px; padding: 26px 24px; border: 1px solid #ded4cc;
    border-radius: 18px; background: rgba(255,253,249,.9); box-shadow: 0 12px 34px rgba(53,39,32,.05);
  }
  body.ml-catalog-has-sidebar #left-column .block-categories .block-title,
  body.ml-catalog-has-sidebar #left-column #search_filters .h6 {
    margin: 0 0 20px; color: #7d394b; font-size: 10px; font-weight: 800;
    letter-spacing: .16em; text-transform: uppercase;
  }
  body.ml-catalog-has-sidebar #left-column .category-sub-menu { max-height: 520px; overflow-y: auto; padding-right: 8px; scrollbar-width: thin; }
  body.ml-catalog-has-sidebar #left-column .category-sub-menu a {
    display: flex; min-height: 39px; align-items: center; justify-content: space-between;
    border-bottom: 1px solid rgba(88,70,61,.08); color: #3b322e; font-size: 13px;
  }
  body.ml-catalog-has-sidebar #left-column .category-sub-menu a:hover { color: #7d394b; padding-left: 4px; }
  body.ml-catalog-has-sidebar #search_filters .facet { padding: 17px 0; border-top: 1px solid #e4dbd4; }
  body.ml-catalog-has-sidebar #search_filters .facet:first-of-type { border-top: 0; }
  body.ml-catalog-has-sidebar #search_filters .facet-title { color: #27201d; font-family: var(--ml-serif); font-size: 20px; font-weight: 400; }
  body.ml-catalog-has-sidebar #search_filters .facet-label a { color: #5d534e; font-size: 13px; }
  body.ml-catalog-has-sidebar #search_filters .custom-checkbox input + span,
  body.ml-catalog-has-sidebar #search_filters .custom-radio input + span { border-color: #aa9e96; border-radius: 4px; }
}

@media (max-width: 991px) {
  body.ml-filter-open { overflow: hidden !important; }
  body.ml-catalog-has-sidebar #content-wrapper { width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }
  body.ml-catalog-has-sidebar #left-column.ml-catalog-sidebar {
    position: fixed !important; inset: 0 auto 0 0 !important; z-index: 6030; display: block !important;
    width: min(430px,92vw) !important; max-width: 92vw !important; height: 100dvh !important;
    margin: 0 !important; padding: 0 18px 32px !important; overflow-x: hidden; overflow-y: auto;
    background: #f8f3ed; box-shadow: 24px 0 65px rgba(32,23,19,.24);
    transform: translate3d(-105%,0,0); transition: transform .34s cubic-bezier(.2,.7,.2,1);
  }
  body.ml-catalog-has-sidebar #left-column.ml-catalog-sidebar.is-open { transform: translate3d(0,0,0); }
  body.ml-catalog-has-sidebar #left-column.ml-catalog-sidebar.is-open #search_filters_wrapper,
  body.ml-catalog-has-sidebar #left-column.ml-catalog-sidebar.is-open #search_filters {
    display: block !important;
  }
  body.ml-catalog-has-sidebar #left-column.ml-catalog-sidebar.is-open .block-categories { display: none !important; }
  .ml-filter-panel__head {
    position: sticky; z-index: 5; top: 0; display: flex; min-height: 96px; align-items: center;
    justify-content: space-between; margin: 0 -18px 18px; padding: 18px 22px; background: #283025; color: #fff;
  }
  .ml-filter-panel__head > div { display: grid; gap: 4px; }
  .ml-filter-panel__head small { color: #d8aa91; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
  .ml-filter-panel__head strong { font-family: var(--ml-serif); font-size: 30px; font-weight: 400; line-height: 1; }
  .ml-filter-panel__head button {
    position: relative; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.32);
    border-radius: 50%; background: transparent;
  }
  .ml-filter-panel__head button span { position: absolute; left: 11px; top: 20px; width: 19px; height: 1.5px; background: #fff; }
  .ml-filter-panel__head button span:first-child { transform: rotate(45deg); }
  .ml-filter-panel__head button span:last-child { transform: rotate(-45deg); }
  body.ml-catalog-has-sidebar #left-column .block-categories,
  body.ml-catalog-has-sidebar #left-column #search_filters {
    margin: 0 0 16px; padding: 22px 18px; border: 1px solid #ded4cc; border-radius: 16px;
    background: #fffdfa; box-shadow: none;
  }
  body.ml-catalog-has-sidebar #left-column .block-categories .block-title,
  body.ml-catalog-has-sidebar #left-column #search_filters > .h6 {
    margin-bottom: 17px; color: #7d394b; font-size: 10px; font-weight: 800; letter-spacing: .15em;
  }
  body.ml-catalog-has-sidebar #left-column .category-sub-menu { max-height: 360px; overflow-y: auto; }
  body.ml-catalog-has-sidebar #left-column .category-sub-menu a {
    display: flex; min-height: 42px; align-items: center; border-bottom: 1px solid #eee6df; color: #392f2b; font-size: 14px;
  }
  body.ml-catalog-has-sidebar #search_filters .facet { padding: 16px 0; border-top: 1px solid #eee6df; }
  body.ml-catalog-has-sidebar #search_filters .facet-title { font-family: var(--ml-serif); font-size: 21px; font-weight: 400; }
  body.ml-catalog-has-sidebar #search_filter_controls {
    position: sticky; z-index: 4; bottom: -32px; display: block !important; margin: 10px -18px -32px;
    padding: 14px 18px 18px; background: linear-gradient(180deg,rgba(248,243,237,0),#f8f3ed 22%);
  }
  body.ml-catalog-has-sidebar #search_filter_controls .ok {
    display: flex; width: 100%; min-height: 52px; align-items: center; justify-content: space-between;
    padding: 0 20px; border: 0; border-radius: 999px; background: #7d394b; color: #fff;
    font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
  }
  .ml-filter-toggle {
    display: flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; margin-left: auto;
    padding: 0 19px; border: 0; border-radius: 999px; background: #283025; color: #fff;
    font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  }
  .ml-filter-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
  .ml-filter-backdrop {
    position: fixed; inset: 0; z-index: 6020; display: block; width: 100%; height: 100%; padding: 0;
    border: 0; background: rgba(25,19,16,.55); opacity: 0; pointer-events: none; transition: opacity .28s ease;
  }
  .ml-filter-backdrop.is-open { opacity: 1; pointer-events: auto; }
}

@media (max-width: 480px) {
  body.ml-catalog-has-sidebar #left-column.ml-catalog-sidebar { width: 100vw !important; max-width: 100vw !important; }
  .ml-filter-toggle { width: 100%; margin: 8px 0 0; }
}

/* 3.5.18 — Regala Mariquilla, ficha de regalo y entrada visual a toda la tienda. */
.ml-shop-drawer__gift {
  position: relative; display: flex; min-height: 104px; align-items: center; justify-content: space-between;
  gap: 18px; margin-top: 10px; padding: 18px 20px; overflow: hidden; border-radius: 16px;
  background: linear-gradient(112deg,#263125 0%,#354231 58%,#713847 100%); color: #fff !important;
  text-decoration: none !important; box-shadow: 0 12px 32px rgba(34,40,31,.15);
}
.ml-shop-drawer__gift::after {
  content: ''; position: absolute; right: 36px; top: -35px; width: 130px; height: 130px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.035);
}
.ml-shop-drawer__gift > span { position: relative; z-index: 1; display: grid; gap: 4px; }
.ml-shop-drawer__gift small { color: #d9aa91; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.ml-shop-drawer__gift strong { font-family: Georgia,'Times New Roman',serif; font-size: 29px; font-weight: 400; line-height: 1; }
.ml-shop-drawer__gift em { color: rgba(255,255,255,.72); font-size: 11px; font-style: normal; }
.ml-shop-drawer__gift > b { position: relative; z-index: 1; font-size: 24px; font-weight: 400; }

.ml-home-gift {
  display: grid; grid-template-columns: minmax(0,.94fr) minmax(430px,1.06fr); min-height: 620px;
  margin: 0; overflow: hidden; background: #283025; color: #fffdf8;
}
.ml-home-gift__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px,7vw,110px); }
.ml-home-gift__copy .ml-kicker { color: #d8aa91; }
.ml-home-gift__copy h2 {
  max-width: 10ch; margin: 15px 0 25px; color: #fffdf8; font-family: var(--ml-serif);
  font-size: clamp(54px,5.7vw,86px); font-weight: 400; letter-spacing: -.055em; line-height: .9;
}
.ml-home-gift__copy > p:not(.ml-kicker) { max-width: 610px; margin: 0 0 30px; color: rgba(255,253,248,.75); font-size: 17px; line-height: 1.68; }
.ml-home-gift__copy > a {
  display: flex; width: fit-content; min-height: 54px; align-items: center; gap: 30px; padding: 0 24px;
  border-radius: 999px; background: #fffdfa; color: #211b18 !important; font-size: 10px; font-weight: 800;
  letter-spacing: .1em; text-decoration: none !important; text-transform: uppercase;
}
.ml-home-gift__copy > div { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 26px; }
.ml-home-gift__copy > div small { color: rgba(255,253,248,.66); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.ml-home-gift__copy > div small::before { content: '\2713'; margin-right: 6px; color: #d8aa91; }
.ml-home-gift__visual { position: relative; display: block; min-height: 620px; overflow: hidden; }
.ml-home-gift__visual > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.ml-home-gift__visual:hover > img { transform: scale(1.025); }
.ml-home-gift__visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(40,48,37,.2),transparent 35%); }
.ml-home-gift__card {
  position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; width: 43%; min-width: 250px;
  justify-items: center; gap: 10px; transform: translate(-50%,-50%); color: #713847; text-align: center;
}
.ml-home-gift__card img { width: 84%; height: auto; }
.ml-home-gift__card b { font-size: 8px; letter-spacing: .17em; }

body#module-giftcard-mygiftcards:not(.ml-gift-list-ready) .gift_products_wrapper .filtr-item img,
body.product-id-category-21:not(.ml-gift-cover-ready) .product-cover > img,
body.product-id-category-21:not(.ml-gift-cover-ready) .product-cover > picture > img,
body.product-id-category-21:not(.ml-gift-cover-ready) .product-accessories .product-image img,
body.product-id-category-21:not(.ml-gift-cover-ready) .category-products .product-image img { opacity: 0 !important; }
body#module-giftcard-mygiftcards.ml-gift-list-ready .gift_products_wrapper .filtr-item img,
body.product-id-category-21.ml-gift-cover-ready .product-cover > img,
body.product-id-category-21.ml-gift-cover-ready .product-cover > picture > img,
body.product-id-category-21.ml-gift-cover-ready .product-accessories .product-image img,
body.product-id-category-21.ml-gift-cover-ready .category-products .product-image img { opacity: 1 !important; transition: opacity .18s ease; }

body:not(#index).ml-gift-product-page #wrapper { padding-top: 82px; background: #f4eee8; }
body.ml-gift-product-page #wrapper > .row,
body.ml-gift-product-page #wrapper > .container > .row,
body.ml-gift-product-page #main > .row { margin-right: 0; margin-left: 0; }
body.ml-gift-product-page #content-wrapper { padding-right: 0; padding-left: 0; }
body.ml-gift-product-page #main { padding-top: clamp(22px,4vw,54px); }
body.ml-gift-product-page .product-cover {
  position: relative; aspect-ratio: 4/3; min-height: 0; overflow: hidden; border-radius: 24px;
  background: #e7d9cf; box-shadow: 0 24px 70px rgba(45,32,27,.13);
}
body.ml-gift-product-page .product-cover > img,
body.ml-gift-product-page .product-cover > picture,
body.ml-gift-product-page .product-cover > picture > img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
body.ml-gift-product-page .product-cover::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(38,25,22,.14)); pointer-events: none; }
.ml-gift-product-cover__face {
  position: absolute; z-index: 3; left: 50%; top: 49%; display: grid; width: 48%; min-height: 0;
  align-content: center; justify-items: center; gap: 9px; padding: 0; transform: translate(-50%,-50%);
  border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #73394a; text-align: center; pointer-events: none;
}
.ml-gift-product-cover__face img { width: 86%; height: auto; padding: 10px 14px; border: 1px solid rgba(115,57,74,.13); border-radius: 12px; background: rgba(255,253,249,.95); box-shadow: 0 7px 20px rgba(57,38,31,.11); }
.ml-gift-product-cover__face b { font-family: var(--ml-serif); font-size: clamp(46px,6vw,76px); font-weight: 400; line-height: 1; text-shadow: 0 1px 1px rgba(255,250,244,.9); }
.ml-gift-product-cover__face small { max-width: 24ch; font-size: 8px; font-weight: 800; letter-spacing: .16em; line-height: 1.55; text-shadow: 0 1px 1px rgba(255,250,244,.9); }
body.ml-gift-product-page .js-qv-mask,
body.ml-gift-product-page .product-images,
body.ml-gift-product-page .product-thumb-images { display: none !important; }
.ml-gift-product__kicker { display: block; margin: 5px 0 12px; color: #9b624e; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
body.ml-gift-product-page .product-detail-name { max-width: 11ch; font-size: clamp(54px,5vw,76px); line-height: .94; }
body.ml-gift-product-page .product-information { display: flex; flex-direction: column; }
.ml-gift-product__promise {
  order: -2; display: grid; gap: 5px; margin: 2px 0 24px; padding: 22px 0 23px;
  border-top: 1px solid #d8cdc4; border-bottom: 1px solid #d8cdc4;
}
.ml-gift-product__promise strong { color: #283025; font-family: var(--ml-serif); font-size: 25px; font-weight: 400; }
.ml-gift-product__promise > span { color: #645a54; font-size: 14px; }
.ml-gift-product__promise > div { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 10px; }
.ml-gift-product__promise small { color: #7d394b; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ml-gift-product__promise small::before { content: '\2713'; margin-right: 5px; }
.ml-gift-product__process { display: grid; gap: 15px; margin: -6px 0 8px; padding: 20px; border-radius: 16px; background: #fffdfa; box-shadow: 0 12px 34px rgba(45,32,27,.07); }
.ml-gift-product__process > strong { color: #283025; font-family: var(--ml-serif); font-size: 24px; font-weight: 400; }
.ml-gift-product__process ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.ml-gift-product__process li { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 10px; color: #554b46; font-size: 13px; line-height: 1.45; }
.ml-gift-product__process li b { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: #7d394b; color: #fff; font-size: 11px; }
.ml-gift-product__process p { margin: 2px 0 0; padding-top: 13px; border-top: 1px solid #e0d7d0; color: #766a64; font-size: 11px; line-height: 1.55; }
body.ml-gift-product-page .product-quantity { margin-top: 18px; padding: 18px; border: 1px solid #d9cec5; border-radius: 17px; background: #fffdfa; }
body.ml-gift-product-page .product-add-to-cart .add-to-cart { background: #7d394b; }
body.ml-gift-product-page .product-accessories,
body.ml-gift-product-page .category-products { margin-top: 70px; padding: clamp(34px,5vw,66px); border-radius: 24px; background: #283025; color: #fff; }
body.ml-gift-product-page .product-accessories .products-section-title,
body.ml-gift-product-page .product-accessories .title_block,
body.ml-gift-product-page .product-accessories h5,
body.ml-gift-product-page .category-products .title_block { color: #fffdf8; font-family: var(--ml-serif); font-size: clamp(38px,4vw,60px); font-weight: 400; text-transform: none; }
body.ml-gift-product-page .product-accessories .product-title a,
body.ml-gift-product-page .product-accessories .product-price,
body.ml-gift-product-page .product-accessories .price,
body.ml-gift-product-page .category-products .product-title a,
body.ml-gift-product-page .category-products .product-price,
body.ml-gift-product-page .category-products .price { color: #fffdf8 !important; }
body.ml-gift-product-page .product-accessories .product-image,
body.ml-gift-product-page .category-products .product-image {
  position: relative; aspect-ratio: 4/3; overflow: hidden; border-radius: 13px; background: #dfd2c8;
}
body.ml-gift-product-page .product-accessories .product-image > a,
body.ml-gift-product-page .category-products .product-image > a { display: block; width: 100%; height: 100%; }
body.ml-gift-product-page .product-accessories .product-image > img,
body.ml-gift-product-page .product-accessories .product-image > a > img,
body.ml-gift-product-page .category-products .product-image > img,
body.ml-gift-product-page .category-products .product-image > a > img {
  display: block; width: 100% !important; height: 100% !important; object-fit: cover !important; object-position: 50% 50% !important;
}
.ml-gift-related__face {
  position: absolute; z-index: 3; left: 50%; top: 49%; display: grid; width: 48%; justify-items: center; gap: 5px;
  padding: 0; transform: translate(-50%,-50%); border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #73394a;
}
.ml-gift-related__face img { width: 88% !important; height: auto !important; object-fit: contain !important; filter: drop-shadow(0 1px 1px rgba(255,250,244,.8)); }
.ml-gift-related__face b { font-family: var(--ml-serif); font-size: 32px; font-weight: 400; text-shadow: 0 1px 1px rgba(255,250,244,.9); }
.ml-gift-shipping-hidden { display: none !important; }
.ml-gift-cart-note { display: grid; gap: 5px; margin: 0 0 16px; padding: 17px 18px; border: 1px solid #d9cec5; border-radius: 13px; background: #f6eee8; color: #504640; }
.ml-gift-cart-note strong { color: #7d394b; font-family: var(--ml-serif); font-size: 21px; font-weight: 400; }
.ml-gift-cart-note span { font-size: 12px; line-height: 1.5; }

/* Tarjeta regalo: personalización clara y asociada a cada línea del carrito. */
.ml-gift-personalization {
  display: grid; gap: 20px; margin: 20px 0 4px; padding: clamp(22px,3vw,32px);
  border: 1px solid #d8cbc2; border-radius: 19px; background: #fffdfa;
  box-shadow: 0 15px 42px rgba(48,33,28,.065);
}
.ml-gift-personalization__head { display: grid; gap: 7px; }
.ml-gift-personalization__head small { color: #8b4753; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.ml-gift-personalization__head h2 { margin: 0; color: #28221f; font-family: var(--ml-serif); font-size: clamp(30px,3vw,42px); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.ml-gift-personalization__head p { margin: 0; color: #6f625b; font-size: 12px; line-height: 1.55; }
.ml-gift-personalization__names { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ml-gift-personalization label { display: grid; gap: 7px; margin: 0; color: #3f3733; font-size: 11px; font-weight: 700; }
.ml-gift-personalization label > span { letter-spacing: .05em; }
.ml-gift-personalization label > span b { color: #8b4753; }
.ml-gift-personalization input,
.ml-gift-personalization textarea,
.ml-gift-cart-personalization input,
.ml-gift-cart-personalization textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cfc2b8; border-radius: 10px;
  background: #fff; color: #28221f; font: 400 14px/1.4 var(--ml-sans); outline: none;
}
.ml-gift-personalization textarea,
.ml-gift-cart-personalization textarea { min-height: 96px; resize: vertical; }
.ml-gift-personalization input:focus,
.ml-gift-personalization textarea:focus,
.ml-gift-cart-personalization input:focus,
.ml-gift-cart-personalization textarea:focus { border-color: #7d394b; box-shadow: 0 0 0 3px rgba(125,57,75,.1); }
.ml-gift-personalization input[aria-invalid="true"] { border-color: #ae2d39; background: #fff8f7; }
.ml-gift-personalization__message { display: grid; gap: 9px; }
.ml-gift-personalization__message > span { color: #3f3733; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.ml-gift-personalization__presets { display: flex; flex-wrap: wrap; gap: 7px; }
.ml-gift-preset {
  min-height: 36px; padding: 8px 12px; border: 1px solid #d8cbc2; border-radius: 999px;
  background: #f6efea; color: #5e514a; font-size: 10px; line-height: 1.25; cursor: pointer;
}
.ml-gift-preset:hover,
.ml-gift-preset.is-selected { border-color: #7d394b; background: #7d394b; color: #fff; }
.ml-gift-personalization__message label { position: relative; }
.ml-gift-personalization__message label small { position: absolute; right: 10px; bottom: 7px; color: #8d817a; font-size: 9px; font-weight: 400; }
.ml-gift-personalization__error { margin: -5px 0 0; color: #9d2532; font-size: 11px; font-weight: 700; }
.ml-gift-personalization__note { margin: -5px 0 0; padding-top: 13px; border-top: 1px solid #e1d7cf; color: #7d394b; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body.ml-gift-product-page .product-quantity .qty,
body.ml-gift-product-page .product-quantity .input-group-btn-vertical { display: none !important; }
body.ml-gift-product-page .product-quantity { display: flex; }
body.ml-gift-product-page .product-quantity .add { width: 100%; }
body.ml-gift-product-page .product-quantity .add-to-cart { width: 100%; min-height: 56px; justify-content: center; border-radius: 999px; }

/* Compartir con intención: canales útiles y compartir nativo para Instagram/TikTok. */
.ml-product-share { display: grid; width: 100%; gap: 8px; margin: 14px 0 22px; padding: 12px 0 0; border-top: 1px solid #ded4cc; }
.ml-product-share > span { color: #756861; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.ml-product-share > div { display: flex; flex-wrap: wrap; gap: 8px; }
.ml-product-share a,
.ml-product-share button {
  display: inline-flex; width: 42px; min-width: 42px; height: 42px; min-height: 42px; align-items: center; justify-content: center; padding: 0;
  border: 1px solid #d6cbc3; border-radius: 999px; background: #fffdfa; color: #403833 !important;
  font-family: var(--ml-sans); text-decoration: none !important; cursor: pointer;
}
.ml-product-share a:hover,
.ml-product-share button:hover { border-color: #7d394b; background: #7d394b; color: #fff !important; }
.ml-product-share svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ml-product-share b { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.ml-product-share a:nth-child(2) svg,
.ml-product-share a:nth-child(3) svg { fill: currentColor; stroke: none; }
.ml-product-share > small { min-height: 13px; color: #7d394b; font-size: 10px; }
.ml-product-share__legacy,
body.page-product .social-sharing,
body.page-product .product-social-sharing { display: none !important; }

/* Respaldo del antiflash también en la hoja principal. */
.ets_cookie_banber_block:not(.ml-cookie-banner),
#cookieNotice:not(.ml-cookie-banner),
#newsletterPopup:not(.ml-club-popup),
#popup-newsletter:not(.ml-club-popup),
.newsletter-popup:not(.ml-club-popup) { display: none !important; }

/* Modal de añadido y carrito: editorial, cálido y orientado a finalizar compra. */
#blockcart-modal.ml-cart-modal { background: rgba(32,26,23,.54); backdrop-filter: blur(6px); }
#blockcart-modal.ml-cart-modal .modal-dialog { width: min(calc(100% - 28px),900px); max-width: 900px; margin: clamp(30px,7vh,90px) auto; }
#blockcart-modal.ml-cart-modal .modal-content { overflow: hidden; border: 0; border-radius: 24px; background: #fffdfa; box-shadow: 0 34px 100px rgba(29,20,17,.3); }
#blockcart-modal.ml-cart-modal .modal-header { min-height: 74px; padding: 22px 30px; border: 0; background: #283025; color: #fff; }
#blockcart-modal.ml-cart-modal .modal-title { color: #fffdfa; font-family: var(--ml-serif); font-size: clamp(27px,3vw,38px); font-weight: 400; letter-spacing: -.03em; text-transform: none; }
#blockcart-modal.ml-cart-modal .modal-title > span { display: inline-grid; width: 28px; height: 28px; margin-right: 8px; place-items: center; border-radius: 50%; background: #d5a890; color: #283025; font: 800 13px var(--ml-sans); vertical-align: 5px; }
#blockcart-modal.ml-cart-modal .close { top: 19px; right: 22px; color: #fff; opacity: .8; }
#blockcart-modal.ml-cart-modal .modal-body { padding: clamp(25px,4vw,42px); background: #fffdfa; }
#blockcart-modal.ml-cart-modal .row { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.9fr); gap: 32px; }
#blockcart-modal.ml-cart-modal .row > [class*="col-"] { width: auto; max-width: none; padding: 0; border: 0; }
#blockcart-modal.ml-cart-modal .product-image { width: 180px; height: 145px; object-fit: cover; border-radius: 14px; }
#blockcart-modal.ml-cart-modal h6 { color: #27211e; font-family: var(--ml-serif); font-size: 27px; font-weight: 400; line-height: 1.05; }
#blockcart-modal.ml-cart-modal .product-price { color: #7d394b; font-size: 20px; font-weight: 800; }
#blockcart-modal.ml-cart-modal .cart-content { padding: 24px; border-radius: 17px; background: #f3ebe5; }
#blockcart-modal.ml-cart-modal .cart-content p { color: #574c46; }
#blockcart-modal.ml-cart-modal .cart-content .cart-content-btn { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 20px; }
#blockcart-modal.ml-cart-modal .cart-content-btn .btn { width: 100%; min-height: 48px; justify-content: center; border-radius: 999px; }
#blockcart-modal.ml-cart-modal .cart-content-btn .btn-primary { border-color: #7d394b; background: #7d394b; color: #fff; }
#blockcart-modal.ml-cart-modal .cart-content-btn .btn-secondary { order: 2; border: 1px solid #cfc1b8; background: transparent; color: #463d38; }
.ml-cart-modal__benefits { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; margin-top: 25px; padding-top: 18px; border-top: 1px solid #e0d5cd; }
.ml-cart-modal__benefits span { color: #6f625b; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ml-cart-modal__benefits span::before { content: '\2713'; margin-right: 6px; color: #7d394b; }

body.ml-cart-page #wrapper { background: #f3eee8; }
body.ml-cart-page #main { padding-top: clamp(28px,5vw,66px); padding-bottom: clamp(60px,8vw,110px); }
body.ml-cart-page #main h1 { color: #241e1b; font-family: var(--ml-serif); font-size: clamp(48px,6vw,78px); font-weight: 400; letter-spacing: -.05em; line-height: .92; text-transform: none; }
body.ml-cart-page .cart-grid { align-items: start; }
body.ml-cart-page .cart-grid-body,
body.ml-cart-page .cart-grid-right .card { border: 1px solid #dbd0c7; border-radius: 22px; background: #fffdfa; box-shadow: 0 18px 55px rgba(54,39,32,.065); }
body.ml-cart-page .cart-grid-body { overflow: hidden; padding: clamp(22px,3vw,36px); }
body.ml-cart-page .cart-item { margin: 0; padding: 25px 0; border-bottom: 1px solid #e1d7cf; }
body.ml-cart-page .cart-item:last-child { border-bottom: 0; }
body.ml-cart-page .cart-item img { border-radius: 13px; }
body.ml-cart-page .cart-item .product-line-info a { color: #2d2622; font-family: var(--ml-serif); font-size: clamp(23px,2.4vw,32px); line-height: 1; text-decoration: none; }
body.ml-cart-page .cart-grid-right { position: sticky; top: 190px; }
body.ml-cart-page .cart-grid-right .card { overflow: hidden; }
body.ml-cart-page .cart-detailed-totals,
body.ml-cart-page .cart-summary-totals { padding: 24px; }
body.ml-cart-page .checkout .btn-primary,
body.ml-cart-page .cart-summary .btn-primary { min-height: 56px; border-radius: 999px; background: #7d394b; box-shadow: 0 12px 28px rgba(125,57,75,.18); font-size: 11px; letter-spacing: .06em; }
.ml-gift-line__media { position: relative !important; display: block; overflow: hidden; border-radius: 13px; }
.ml-gift-line__face { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; width: 48%; min-height: 0; place-content: center; justify-items: center; gap: 3px; padding: 0; transform: translate(-50%,-50%); border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #743a4a; pointer-events: none; }
.ml-gift-line__face img { width: 78% !important; height: auto !important; object-fit: contain !important; border-radius: 0 !important; filter: drop-shadow(0 1px 1px rgba(255,250,244,.8)); }
.ml-gift-line__face b { font-family: var(--ml-serif); font-size: clamp(16px,2vw,27px); font-weight: 400; line-height: 1; text-shadow: 0 1px 1px rgba(255,250,244,.9); }
.ml-gift-cart-personalization { margin-top: 15px; padding: 14px; border: 1px solid #ded2ca; border-radius: 13px; background: #f8f1ec; }
.ml-gift-cart-personalization__summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.ml-gift-cart-personalization__summary > div { display: grid; gap: 3px; }
.ml-gift-cart-personalization__summary small { color: #8b4753; font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.ml-gift-cart-personalization__summary strong { color: #2f2824; font-family: var(--ml-serif); font-size: 19px; font-weight: 400; }
.ml-gift-cart-personalization__summary span { color: #74675f; font-size: 10px; }
.ml-gift-cart-personalization__summary button { padding: 7px 11px; border: 1px solid #7d394b; border-radius: 999px; background: transparent; color: #7d394b; font-size: 9px; font-weight: 800; cursor: pointer; }
.ml-gift-cart-personalization__form { display: grid; gap: 10px; margin-top: 15px; padding-top: 15px; border-top: 1px solid #ded2ca; }
.ml-gift-cart-personalization__form[hidden] { display: none !important; }
.ml-gift-cart-personalization__form > div:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.ml-gift-cart-personalization__form label { display: grid; gap: 5px; margin: 0; color: #574b45; font-size: 9px; font-weight: 800; }
.ml-gift-cart-personalization__actions { display: flex; justify-content: flex-end; gap: 7px; }
.ml-gift-cart-personalization__actions button { min-height: 37px; padding: 0 13px; border: 1px solid #cbbeb5; border-radius: 999px; background: transparent; color: #534843; font-size: 9px; font-weight: 800; cursor: pointer; }
.ml-gift-cart-personalization__actions button[type="submit"] { border-color: #7d394b; background: #7d394b; color: #fff; }
.ml-gift-cart-personalization__form [role="status"] { margin: 0; color: #8b3342; font-size: 10px; }

/* Acceso y Mi cuenta: menos ruido, más utilidad y más deseo de volver. */
body.ml-account-access-page #wrapper,
body.ml-account-page #wrapper { background: #f3eee8; }
.ml-account-access__layout { display: grid !important; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); gap: 0; overflow: hidden; border: 1px solid #dbd0c7; border-radius: 25px; background: #fffdfa; box-shadow: 0 24px 75px rgba(47,33,28,.1); }
.ml-account-access__intro { position: relative; display: flex; min-height: 560px; flex-direction: column; justify-content: center; padding: clamp(36px,5vw,70px); overflow: hidden; background: #283025; color: #fffdf8; }
.ml-account-access__intro::after { content: 'ML'; position: absolute; right: -12px; bottom: -35px; color: rgba(255,255,255,.06); font-family: var(--ml-serif); font-size: 210px; letter-spacing: -.12em; line-height: .8; }
.ml-account-access__intro small { position: relative; z-index: 1; color: #d9ab94; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.ml-account-access__intro h2 { position: relative; z-index: 1; margin: 15px 0 20px; color: #fffdfa; font-family: var(--ml-serif); font-size: clamp(45px,5vw,68px); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.ml-account-access__intro p { position: relative; z-index: 1; margin: 0; color: rgba(255,253,248,.72); font-size: 15px; line-height: 1.65; }
.ml-account-access__intro > div { position: relative; z-index: 1; display: grid; gap: 10px; margin-top: 30px; color: #fffdfa; font-size: 11px; }
.ml-account-access__layout > .page-content,
.ml-account-access__layout > .login-form,
.ml-account-access__layout > form { align-self: center; margin: 0 !important; padding: clamp(36px,6vw,78px) !important; border: 0 !important; box-shadow: none !important; }
body.ml-account-access-page #main > h1,
body.ml-account-access-page .page-header h1 { color: #26201d; font-family: var(--ml-serif); font-size: clamp(45px,5vw,66px); font-weight: 400; letter-spacing: -.05em; text-transform: none; }
body.ml-account-access-page #main .form-control { min-height: 50px; border: 1px solid #d1c5bc; border-radius: 9px; background: #fff; }
body.ml-account-access-page #main .btn-primary { min-height: 52px; border-radius: 999px; background: #7d394b; }
.ml-account-field--hidden { display: none !important; }

.ml-account-dashboard { display: grid; gap: 24px; margin: 0 0 clamp(60px,8vw,110px); }
.ml-account-dashboard > header { position: relative; display: grid; min-height: 400px; align-content: center; overflow: hidden; padding: clamp(42px,7vw,90px); border-radius: 26px; background: #283025; color: #fffdfa; }
.ml-account-dashboard > header::after { content: 'ML'; position: absolute; right: 2%; bottom: -13%; color: rgba(255,255,255,.055); font-family: var(--ml-serif); font-size: clamp(170px,25vw,330px); letter-spacing: -.14em; line-height: .8; }
.ml-account-dashboard > header small { position: relative; z-index: 1; color: #d6a68f; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.ml-account-dashboard > header h1 { position: relative; z-index: 1; max-width: 9ch; margin: 14px 0 20px; color: #fffdfa; font-family: var(--ml-serif); font-size: clamp(58px,7vw,96px); font-weight: 400; letter-spacing: -.06em; line-height: .85; }
.ml-account-dashboard > header p { position: relative; z-index: 1; max-width: 590px; margin: 0; color: rgba(255,253,248,.73); font-size: 16px; line-height: 1.65; }
.ml-account-dashboard > header a { position: relative; z-index: 1; display: inline-flex; width: max-content; min-height: 48px; align-items: center; gap: 30px; margin-top: 28px; padding: 0 20px; border-radius: 999px; background: #fffdfa; color: #25201d !important; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-decoration: none !important; text-transform: uppercase; }
.ml-account-dashboard__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.ml-account-card { display: flex; min-height: 280px; flex-direction: column; padding: 25px; border: 1px solid #d9cec6; border-radius: 18px; background: #fffdfa; color: #2b2521 !important; text-decoration: none !important; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.ml-account-card:hover { transform: translateY(-5px); border-color: #b99586; box-shadow: 0 19px 45px rgba(47,33,28,.1); }
.ml-account-card > span { color: #a49389; font-family: var(--ml-serif); font-size: 27px; }
.ml-account-card strong { margin-top: auto; font-family: var(--ml-serif); font-size: 29px; font-weight: 400; line-height: 1; }
.ml-account-card p { min-height: 54px; margin: 12px 0 17px; color: #766a63; font-size: 11px; line-height: 1.55; }
.ml-account-card em { color: #7d394b; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ml-account-dashboard__more { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; padding: 20px 24px; border: 1px solid #d9cec6; border-radius: 16px; background: #fffdfa; }
.ml-account-dashboard__more small { margin-right: auto; color: #877a72; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.ml-account-dashboard__more a { color: #7d394b !important; font-size: 10px; font-weight: 800; text-decoration: none !important; }
.ml-account-dashboard__legacy { display: none !important; }

@media (max-width: 991px) {
  #blockcart-modal.ml-cart-modal .row { grid-template-columns: 1fr; }
  body.ml-cart-page .cart-grid-right { position: static; }
  .ml-account-dashboard__grid { grid-template-columns: 1fr 1fr; }
  .ml-account-access__layout { grid-template-columns: 1fr; }
  .ml-account-access__intro { min-height: 410px; }
}

@media (max-width: 767px) {
  .ml-gift-personalization__names,
  .ml-gift-cart-personalization__form > div:first-child { grid-template-columns: 1fr; }
  body.page-product .product-prices + .ml-product-share {
    display: grid !important; grid-template-columns: minmax(76px,1fr) auto; width: 100%; margin: 10px 0 20px; padding: 11px 12px;
    align-items: center; gap: 8px 10px; border: 1px solid #ded4cc; border-radius: 14px; background: #fffdfa;
    visibility: visible !important; opacity: 1 !important;
  }
  body.page-product .product-prices + .ml-product-share > span { line-height: 1.45; }
  body.page-product .product-prices + .ml-product-share > div { display: flex !important; flex-wrap: nowrap; gap: 6px; }
  body.page-product .product-prices + .ml-product-share a,
  body.page-product .product-prices + .ml-product-share button { width: 38px; min-width: 38px; height: 38px; min-height: 38px; }
  body.page-product .product-prices + .ml-product-share > small { grid-column: 1 / -1; }
  #blockcart-modal.ml-cart-modal .modal-dialog { width: calc(100% - 16px); margin: 18px auto; }
  #blockcart-modal.ml-cart-modal .modal-header { min-height: 64px; padding: 17px 21px; }
  #blockcart-modal.ml-cart-modal .modal-title { padding-right: 30px; font-size: 25px; }
  #blockcart-modal.ml-cart-modal .modal-body { max-height: calc(100vh - 105px); overflow-y: auto; padding: 20px; }
  #blockcart-modal.ml-cart-modal .product-image { width: 132px; height: 106px; }
  body.ml-cart-page .cart-grid-body { padding: 16px; border-radius: 16px; }
  .ml-account-dashboard > header { min-height: 370px; padding: 40px 26px; border-radius: 18px; }
  .ml-account-dashboard__grid { grid-template-columns: 1fr; }
  .ml-account-card { min-height: 220px; }
  .ml-account-access__intro { min-height: 380px; padding: 42px 26px; }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.page-product .product-prices + .ml-product-share { display: grid !important; visibility: visible !important; opacity: 1 !important; width: 100%; }
}

body.ml-shop-hub-page .block-category,
body.ml-shop-hub-page .ml-shop-hub__legacy,
body.ml-shop-hub-page #left-column .block-categories { display: none !important; }
body:not(#index).ml-shop-hub-page #wrapper { padding-top: 130px; }
body.ml-shop-hub-page #wrapper > .container { width: min(100% - 36px,1440px); max-width: 1440px; }
.ml-shop-hub { margin: 0 0 clamp(54px,7vw,96px); padding: clamp(42px,6vw,86px) 0 0; }
.ml-shop-hub__heading { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(260px,.75fr); align-items: end; gap: 38px; margin-bottom: 34px; }
.ml-shop-hub__heading small,
.ml-shop-products-heading small { color: #7d394b; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.ml-shop-hub__heading h2,
.ml-shop-products-heading h2 { margin: 9px 0 0; color: #201a18; font-family: var(--ml-serif); font-size: clamp(48px,5.7vw,82px); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.ml-shop-hub__heading > p { max-width: 420px; margin: 0; color: #625852; font-size: 16px; line-height: 1.65; }
.ml-shop-hub__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.ml-shop-hub-card { position: relative; display: block; min-height: 420px; overflow: hidden; border-radius: 18px; background: #ddd2c8; color: #fff !important; text-decoration: none !important; }
.ml-shop-hub-card:nth-child(1),
.ml-shop-hub-card:nth-child(6),
.ml-shop-hub-card--gift { grid-column: span 2; }
.ml-shop-hub-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.ml-shop-hub-card:hover img { transform: scale(1.04); }
.ml-shop-hub-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 38%,rgba(22,15,13,.82)); }
.ml-shop-hub-card__copy { position: absolute; z-index: 2; inset: auto 24px 24px; display: grid; gap: 5px; }
.ml-shop-hub-card__copy small { font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.ml-shop-hub-card__copy strong { font-family: var(--ml-serif); font-size: clamp(31px,3vw,48px); font-weight: 400; letter-spacing: -.035em; line-height: .96; }
.ml-shop-hub-card__copy em { margin-top: 5px; color: rgba(255,255,255,.82); font-size: 11px; font-style: normal; }
.ml-shop-hub-card--gift .ml-shop-hub-card__shade { background: linear-gradient(90deg,rgba(40,48,37,.87),rgba(40,48,37,.08)); }
.ml-shop-hub-card__gift-face {
  position: absolute; z-index: 2; right: clamp(18px,4vw,54px); top: 50%; display: grid; width: min(40%,300px);
  min-width: 190px; min-height: 0; place-content: center; justify-items: center; gap: 8px; padding: 0;
  transform: translateY(-50%); border: 0; border-radius: 0; background: transparent; color: #713847;
  box-shadow: none; text-align: center;
}
.ml-shop-hub-card__gift-face img { width: 76%; height: auto; object-fit: contain; transform: none !important; filter: drop-shadow(0 1px 1px rgba(255,250,244,.8)); }
.ml-shop-hub-card__gift-face b { font-family: var(--ml-serif); font-size: clamp(23px,2.8vw,42px); font-weight: 400; line-height: 1; text-shadow: 0 1px 1px rgba(255,250,244,.9); }
.ml-shop-hub-card__gift-face small { font-size: 7px; font-weight: 800; letter-spacing: .14em; text-shadow: 0 1px 1px rgba(255,250,244,.9); }
.ml-shop-products-heading { margin: 18px 0 30px; padding: 36px 0 25px; border-bottom: 1px solid #dcd2ca; }
.ml-shop-products-heading h2 { font-size: clamp(42px,4.3vw,64px); }
.ml-shop-products-heading p { max-width: 690px; margin: 15px 0 0; color: #6a605a; font-size: 15px; line-height: 1.6; }

@media (max-width: 991px) {
  .ml-home-gift { grid-template-columns: 1fr; }
  .ml-home-gift__copy { min-height: 530px; }
  .ml-home-gift__visual { min-height: 580px; }
  .ml-shop-hub__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ml-shop-hub-card:nth-child(1), .ml-shop-hub-card:nth-child(6), .ml-shop-hub-card--gift { grid-column: span 1; }
  body.ml-shop-hub-page #wrapper > .container { width: calc(100% - 24px); }
}

@media (max-width: 1100px) {
  body.ml-gift-product-page #main > .row { display: grid; grid-template-columns: minmax(0,1fr); gap: 32px; }
  body.ml-gift-product-page #main > .row > [class*="col-"] {
    width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; padding-right: 0; padding-left: 0;
  }
  body.ml-gift-product-page .product-cover,
  body.ml-gift-product-page .product-information { width: min(100%,720px); margin-right: auto; margin-left: auto; }
}

@media (max-width: 767px) {
  body:not(#index).ml-gift-product-page #wrapper,
  body:not(#index).ml-shop-hub-page #wrapper { padding-top: 98px; }
  .ml-home-gift__copy { min-height: 0; padding: 58px 24px 48px; }
  .ml-home-gift__copy h2 { font-size: clamp(50px,15vw,66px); }
  .ml-home-gift__copy > p:not(.ml-kicker) { font-size: 15px; }
  .ml-home-gift__copy > a { width: 100%; justify-content: space-between; }
  .ml-home-gift__visual { min-height: 470px; }
  .ml-home-gift__card { width: 57%; min-width: 190px; }
  body.ml-gift-product-page .product-cover { min-height: 0; border-radius: 16px; }
  .ml-gift-product-cover__face { width: 54%; min-height: 0; padding: 0; }
  .ml-gift-product-cover__face b { font-size: 48px; }
  body.ml-gift-product-page .product-detail-name { max-width: none; font-size: clamp(44px,13vw,58px); }
  body.ml-gift-product-page .product-accessories,
  body.ml-gift-product-page .category-products { margin-top: 46px; padding: 32px 12px 46px; border-radius: 16px; }
  .ml-shop-hub { padding-top: 46px; }
  .ml-shop-hub__heading { grid-template-columns: 1fr; gap: 13px; margin-bottom: 23px; }
  .ml-shop-hub__heading h2 { font-size: clamp(47px,14vw,62px); }
  .ml-shop-hub__heading > p { font-size: 14px; }
  .ml-shop-hub__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ml-shop-hub-card { min-height: 320px; border-radius: 12px; }
  .ml-shop-hub-card:first-child,
  .ml-shop-hub-card--gift { grid-column: 1 / -1; min-height: 420px; }
  .ml-shop-hub-card__copy { inset: auto 15px 17px; }
  .ml-shop-hub-card__copy strong { font-size: 28px; }
  .ml-shop-hub-card__copy em { font-size: 9px; }
  .ml-shop-hub-card__gift-face { right: 14px; top: 39%; width: 54%; min-width: 165px; min-height: 0; padding: 0; }
  .ml-shop-hub-card__gift-face b { font-size: 25px; }
  .ml-shop-products-heading { margin-top: 8px; padding-top: 26px; }
  .ml-shop-products-heading h2 { font-size: 42px; }
}

@media (max-width: 420px) {
  .ml-shop-hub__grid { grid-template-columns: 1fr; }
  .ml-shop-hub-card,
  .ml-shop-hub-card:first-child,
  .ml-shop-hub-card--gift { grid-column: auto; min-height: 390px; }
}

/* Informacion y ayuda: una familia editorial, clara y coherente con la tienda. */
body.ml-info-page #wrapper {
  padding-top: 190px !important; background: #f3eee8;
}
body.ml-info-page #wrapper > .container {
  width: min(calc(100% - 40px),1440px); max-width: 1440px; padding: 0 !important;
}
body.ml-info-page #main { padding: 28px 0 clamp(80px,9vw,130px); }
body.ml-info-page .breadcrumb,
body.ml-info-page .ml-info-original-title { display: none !important; }

.ml-info-hero {
  position: relative; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr);
  min-height: 470px; overflow: hidden; margin: 0 0 28px; border-radius: 26px; background: #283025; color: #fffdf8;
  box-shadow: 0 22px 65px rgba(55,39,31,.11);
}
.ml-info-hero::before {
  content: ''; position: absolute; inset: 0; opacity: .62; pointer-events: none;
  background: radial-gradient(circle at 82% 20%,rgba(197,139,112,.34),transparent 29%), linear-gradient(118deg,transparent 58%,rgba(125,57,75,.32));
}
.ml-info-hero__copy {
  position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center;
  max-width: 880px; padding: clamp(48px,7vw,98px);
}
.ml-info-hero__copy > small,
.ml-info-nav__head small,
.ml-contact-methods small {
  font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
}
.ml-info-hero__copy > small { color: #d7a88f; }
.ml-info-hero__copy h1 {
  max-width: 12ch; margin: 18px 0 25px; color: #fffdf8; font-family: var(--ml-serif);
  font-size: clamp(58px,6.3vw,94px); font-weight: 400; letter-spacing: -.055em; line-height: .88;
}
.ml-info-hero__copy p { max-width: 680px; margin: 0; color: rgba(255,253,248,.75); font-size: 17px; line-height: 1.68; }
.ml-info-hero__copy > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.ml-info-hero__copy a {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 30px;
  padding: 0 22px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: #fff !important;
  font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none !important; text-transform: uppercase;
}
.ml-info-hero__copy a:first-child { border-color: #fffdfa; background: #fffdfa; color: #211b18 !important; }
.ml-info-hero__copy a:hover { border-color: #d7a88f; background: #d7a88f; color: #211b18 !important; }
.ml-info-hero__brand {
  position: relative; z-index: 1; display: flex; min-width: 0; align-items: center; justify-content: center;
  border-left: 1px solid rgba(255,255,255,.12);
}
.ml-info-hero__brand span {
  color: rgba(255,253,248,.11); font-family: var(--ml-serif); font-size: clamp(150px,20vw,310px); letter-spacing: -.13em; line-height: .7;
}
.ml-info-hero__brand small {
  position: absolute; right: 38px; bottom: 37px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 800; letter-spacing: .16em;
}

.ml-info-layout { display: grid; grid-template-columns: minmax(260px,320px) minmax(0,1fr); gap: 28px; align-items: start; }
.ml-info-nav {
  position: sticky; top: 205px; overflow: hidden; border: 1px solid #d9cfc7; border-radius: 20px;
  background: rgba(255,253,249,.82); box-shadow: 0 14px 42px rgba(54,39,32,.05);
}
.ml-info-nav__head { display: grid; gap: 7px; padding: 27px 25px 22px; border-bottom: 1px solid #e0d7d0; }
.ml-info-nav__head small { color: #8b4753; }
.ml-info-nav__head strong { color: #201b19; font-family: var(--ml-serif); font-size: 28px; font-weight: 400; line-height: 1; }
.ml-info-nav nav { display: grid; padding: 10px; }
.ml-info-nav nav a {
  display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 15px; padding: 0 14px;
  border-radius: 10px; color: #4c433f !important; font-size: 13px; text-decoration: none !important;
}
.ml-info-nav nav a b { color: #9b8e87; font-weight: 400; transition: transform .25s ease; }
.ml-info-nav nav a:hover { background: #f2e9e3; color: #7d394b !important; }
.ml-info-nav nav a:hover b { transform: translateX(3px); }
.ml-info-nav nav a.is-active { background: #283025; color: #fffdf8 !important; font-weight: 700; }
.ml-info-nav nav a.is-active b { color: #d7a88f; }
.ml-info-nav__help { display: grid; gap: 8px; margin: 10px; padding: 24px 18px; border-radius: 14px; background: #7d394b; color: #fff; }
.ml-info-nav__help small { color: #e2b6a0; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.ml-info-nav__help strong { color: #fff; font-family: var(--ml-serif); font-size: 24px; font-weight: 400; line-height: 1.05; }
.ml-info-nav__help a { margin-top: 8px; color: #fff !important; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-decoration: none !important; text-transform: uppercase; }

body.ml-info-page .ml-info-article,
body.ml-info-page .contact-form.ml-info-article {
  width: 100%; min-width: 0; margin: 0; padding: clamp(34px,5vw,76px) clamp(26px,6vw,92px) !important;
  border: 1px solid #d9cfc7 !important; border-radius: 20px !important; background: #fffdfa !important;
  box-shadow: 0 16px 48px rgba(54,39,32,.055) !important; color: #514843;
}
.ml-info-article .ml-info-legacy-title { display: none !important; }
.ml-info-article,
.ml-info-article p,
.ml-info-article li,
.ml-info-article span,
.ml-info-article div { font-family: var(--ml-sans) !important; }
.ml-info-article > p,
.ml-info-article .ml-faq-item__answer p { margin: 0 0 18px; color: #514843 !important; font-size: 16px; line-height: 1.78; }
.ml-info-article > p:first-of-type:not(.ml-info-section-title) {
  margin-bottom: 38px; color: #2b2420 !important; font-family: var(--ml-serif) !important; font-size: clamp(24px,2.5vw,34px); line-height: 1.3;
}
.ml-info-article p span,
.ml-info-article p b,
.ml-info-article p strong { color: inherit !important; font-family: inherit !important; font-size: inherit !important; }
.ml-info-article .ml-info-section-title {
  margin: clamp(38px,5vw,64px) 0 18px !important; padding-top: 28px; border-top: 1px solid #ded4cc;
  color: #201b19 !important; font-family: var(--ml-serif) !important; font-size: clamp(31px,3vw,46px) !important;
  font-weight: 400; letter-spacing: -.035em; line-height: 1.05;
}
.ml-info-article ul,
.ml-info-article ol { display: grid; gap: 9px; margin: 18px 0 28px; padding-left: 22px; }
.ml-info-article a { color: #7d394b !important; text-underline-offset: 3px; }
.ml-info-article table { width: 100% !important; margin: 26px 0; border-collapse: collapse; }
.ml-info-article td,
.ml-info-article th { padding: 14px; border: 1px solid #ded4cc; text-align: left; }

.ml-faq { display: grid; gap: 34px; }
.ml-faq-group { display: grid; gap: 10px; }
.ml-faq-group--intro:empty { display: none; }
.ml-faq-group--intro > p { margin: 0 0 18px; color: #2b2420 !important; font-family: var(--ml-serif) !important; font-size: clamp(24px,2.5vw,34px) !important; line-height: 1.3 !important; }
.ml-faq-group h2 {
  margin: 16px 0 11px; color: #201b19; font-family: var(--ml-serif); font-size: clamp(34px,3.3vw,49px);
  font-weight: 400; letter-spacing: -.04em; line-height: 1;
}
.ml-faq-group h2 b,
.ml-faq-group h2 span { color: inherit !important; font: inherit !important; }
.ml-faq-item { overflow: hidden; border: 1px solid #ded4cc; border-radius: 13px; background: #fbf7f2; }
.ml-faq-item summary {
  position: relative; display: flex; min-height: 68px; align-items: center; padding: 18px 62px 18px 20px;
  color: #27211e; cursor: pointer; font-size: 15px; font-weight: 700; line-height: 1.45; list-style: none;
}
.ml-faq-item summary::-webkit-details-marker { display: none; }
.ml-faq-item summary::after {
  content: '+'; position: absolute; right: 18px; top: 50%; display: grid; width: 32px; height: 32px;
  place-items: center; transform: translateY(-50%); border-radius: 50%; background: #283025; color: #fff; font-size: 21px; font-weight: 400;
}
.ml-faq-item[open] summary { background: #283025; color: #fff; }
.ml-faq-item[open] summary::after { content: '\2212'; background: #fffdfa; color: #283025; }
.ml-faq-item summary b,
.ml-faq-item summary span { color: inherit !important; font: inherit !important; }
.ml-faq-item__answer { padding: 22px 22px 7px; border-top: 1px solid #ded4cc; }

body.ml-info-contact-page .ml-info-article { padding-top: 36px !important; }
.ml-contact-methods { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-bottom: clamp(38px,5vw,62px); }
.ml-contact-methods a {
  display: flex; min-height: 152px; flex-direction: column; justify-content: flex-end; padding: 22px;
  border: 1px solid #ded4cc; border-radius: 14px; background: #f7f1eb; color: #27211e !important; text-decoration: none !important;
  transition: transform .25s ease,background .25s ease,color .25s ease;
}
.ml-contact-methods a:hover { transform: translateY(-3px); background: #283025; color: #fff !important; }
.ml-contact-methods small { margin-bottom: auto; color: #8b4753; }
.ml-contact-methods a:hover small { color: #d7a88f; }
.ml-contact-methods strong { margin: 25px 0 7px; color: inherit; font-family: var(--ml-serif); font-size: 26px; font-weight: 400; line-height: 1; }
.ml-contact-methods span { color: inherit !important; font-size: 11px; opacity: .72; }
body.ml-info-contact-page .contact-form .form-fields { display: block; }
body.ml-info-contact-page .contact-form .form-group.row { margin-right: 0; margin-left: 0; padding: 0; }
body.ml-info-contact-page .contact-form .form-control-label { padding-top: 14px; color: #39312d; font-size: 12px; font-weight: 800; }
body.ml-info-contact-page .contact-form .form-control { border-color: #d8cec6; background: #fff; }
body.ml-info-contact-page .contact-form textarea.form-control { min-height: 180px; padding: 17px; }
body.ml-info-contact-page .contact-form .form-footer { padding-top: 18px; text-align: right; }
body.ml-info-contact-page .contact-form .form-footer .btn { min-width: 190px; }

@media (max-width: 991px) {
  body.ml-info-page #wrapper { padding-top: 175px !important; }
  .ml-info-hero { grid-template-columns: 1fr; min-height: 0; }
  .ml-info-hero__brand { min-height: 190px; border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .ml-info-hero__brand span { font-size: 210px; }
  .ml-info-layout { grid-template-columns: 1fr; }
  .ml-info-nav { position: static; }
  .ml-info-nav nav { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 4px; }
  .ml-info-nav__help { display: none; }
  .ml-contact-methods { grid-template-columns: 1fr; }
  .ml-contact-methods a { min-height: 135px; }
}

@media (max-width: 767px) {
  body.ml-info-page #wrapper { padding-top: 145px !important; }
  body.ml-info-page #wrapper > .container { width: calc(100% - 20px); }
  body.ml-info-page #main { padding-top: 14px; }
  .ml-info-hero { margin-bottom: 12px; border-radius: 17px; }
  .ml-info-hero__copy { padding: 43px 22px 39px; }
  .ml-info-hero__copy h1 { margin: 13px 0 19px; font-size: clamp(48px,14vw,64px); }
  .ml-info-hero__copy p { font-size: 14px; line-height: 1.6; }
  .ml-info-hero__copy > div { display: grid; margin-top: 27px; }
  .ml-info-hero__copy a { width: 100%; }
  .ml-info-hero__brand { min-height: 125px; }
  .ml-info-hero__brand span { font-size: 145px; }
  .ml-info-hero__brand small { right: 18px; bottom: 16px; }
  .ml-info-layout { gap: 12px; }
  .ml-info-nav { border-radius: 15px; }
  .ml-info-nav__head { padding: 22px 18px 17px; }
  .ml-info-nav__head strong { font-size: 25px; }
  .ml-info-nav nav { grid-template-columns: 1fr 1fr; padding: 7px; }
  .ml-info-nav nav a { min-height: 52px; padding: 8px 10px; font-size: 11px; line-height: 1.25; }
  body.ml-info-page .ml-info-article,
  body.ml-info-page .contact-form.ml-info-article { padding: 31px 18px !important; border-radius: 15px !important; }
  .ml-info-article > p,
  .ml-info-article .ml-faq-item__answer p { font-size: 14px; line-height: 1.7; }
  .ml-info-article .ml-info-section-title { font-size: 32px !important; }
  .ml-faq { gap: 27px; }
  .ml-faq-group h2 { font-size: 34px; }
  .ml-faq-item summary { min-height: 64px; padding: 16px 54px 16px 15px; font-size: 13px; }
  .ml-faq-item summary::after { right: 13px; }
  .ml-faq-item__answer { padding: 18px 16px 4px; }
  .ml-contact-methods a { min-height: 126px; padding: 18px; }
  body.ml-info-contact-page .contact-form .form-group.row { display: block; }
  body.ml-info-contact-page .contact-form .form-control-label,
  body.ml-info-contact-page .contact-form .form-group [class*='col-md'] { width: 100%; max-width: none; margin-left: 0; padding-right: 0; padding-left: 0; }
  body.ml-info-contact-page .contact-form .form-footer .btn { width: 100%; }
}

/* 3.7.14 · primera visita: cookies y Club Mariquilla */
body.ml-cookie-visible #newsletterPopup,
body.ml-cookie-visible #popup-newsletter { display: none !important; }

.ets_cookie_banber_block.ml-cookie-banner,
#cookieNotice.ml-cookie-banner {
  top: auto !important; right: auto !important; bottom: 18px !important; left: 18px !important;
  width: min(540px,calc(100vw - 36px)) !important; max-width: min(540px,calc(100vw - 36px)) !important;
  min-height: 0 !important; padding: 26px 28px 24px !important; overflow: hidden;
  color: #403733 !important;
  background: radial-gradient(circle at 100% 0,rgba(201,143,114,.16),transparent 34%),#fffdfa !important;
  border: 1px solid rgba(78,59,50,.16) !important; border-radius: 22px !important;
  box-shadow: 0 24px 70px rgba(34,25,21,.22) !important;
  font-family: var(--ml-sans) !important; font-size: 13px !important; line-height: 1.58 !important;
  text-align: left !important; opacity: 1 !important; z-index: 11050 !important;
}
.ml-cookie-banner::before {
  content: ''; position: absolute; top: 0; right: 0; left: 0; height: 5px;
  background: linear-gradient(90deg,#7d394b,#c98f72);
}
.ml-cookie-banner .ml-cookie-banner__head { display: grid; gap: 6px; margin: 0 42px 15px 0; }
.ml-cookie-banner .ml-cookie-banner__head span { color: #9b624e !important; font-size: 8px !important; font-weight: 800; letter-spacing: .18em; }
.ml-cookie-banner .ml-cookie-banner__head strong {
  color: #211b18 !important; font-family: var(--ml-serif); font-size: 29px; font-weight: 400; letter-spacing: -.035em; line-height: 1;
}
.ml-cookie-banner .ets_cookie_banner_content,
.ml-cookie-banner #cookieNoticeContent { padding: 0 !important; color: #625650 !important; text-align: left !important; }
.ml-cookie-banner .ets_cookie_banner_content p,
.ml-cookie-banner #cookieNoticeContent p { margin: 0 0 9px !important; color: #625650 !important; font-size: 12px !important; line-height: 1.58 !important; }
.ml-cookie-banner a:not(.ets-cb-btn-ok) { color: #7d394b !important; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.ml-cookie-banner .ets_cookie_banner_footer { padding: 16px 0 0 !important; text-align: left !important; }
.ml-cookie-banner .ets-cb-btn-ok,
.ml-cookie-banner .closeButtonNormal {
  display: inline-flex !important; width: auto !important; min-height: 46px; align-items: center; justify-content: center;
  margin: 0 !important; padding: 0 21px !important; color: #fff !important; background: #7d394b !important;
  border: 0 !important; border-radius: 999px !important; box-shadow: 0 9px 24px rgba(125,57,75,.18);
  font-size: 9px !important; font-weight: 800 !important; letter-spacing: .08em; line-height: 1 !important;
  text-decoration: none !important; text-transform: uppercase !important;
}
.ml-cookie-banner .ets-cb-btn-ok:hover,
.ml-cookie-banner .closeButtonNormal:hover { background: #283025 !important; }
.ml-cookie-banner .close_cookie,
.ml-cookie-banner .closeFontAwesome {
  top: 15px !important; right: 15px !important; display: grid !important; width: 36px !important; height: 36px !important;
  place-items: center; padding: 0 !important; border: 1px solid #ded3ca; border-radius: 50%; background: rgba(255,253,250,.88) !important;
}
.ml-cookie-banner .close_cookie::before,
.ml-cookie-banner .close_cookie::after { width: 14px; background: #5b4e48 !important; }
#cookieNotice.ml-cookie-banner table,
#cookieNotice.ml-cookie-banner tbody,
#cookieNotice.ml-cookie-banner tr,
#cookieNotice.ml-cookie-banner td { display: block; width: 100% !important; padding: 0 !important; color: inherit !important; text-align: left !important; }

.newsletter-popup.ml-club-popup,
#popup-newsletter.ml-club-popup {
  inset: 0 !important; width: 100% !important; height: 100% !important; padding: 22px 12px !important;
  overflow-y: auto !important; background: rgba(29,22,20,.62) !important; backdrop-filter: blur(9px); z-index: 11000 !important;
}
.ml-club-popup .popup-content {
  position: relative !important; width: min(100%,520px) !important; max-width: 520px !important; min-height: 0 !important;
  margin: clamp(18px,5vh,54px) auto !important; padding: 42px 46px 34px !important; overflow: hidden;
  color: #4d423d !important;
  background: radial-gradient(circle at 100% 0,rgba(201,143,114,.2),transparent 32%),linear-gradient(145deg,#fffdfa,#f5ece5) !important;
  border: 1px solid rgba(78,59,50,.15) !important; border-radius: 26px !important;
  box-shadow: 0 36px 110px rgba(26,18,16,.34) !important; text-align: left !important;
}
.ml-club-popup .popup-content::after {
  content: 'ML'; position: absolute; right: -20px; bottom: -46px; color: rgba(125,57,75,.055);
  font-family: var(--ml-serif); font-size: 190px; letter-spacing: -.12em; line-height: .75; pointer-events: none;
}
.ml-club-popup .popup-content > * { position: relative; z-index: 1; }
.ml-club-popup .ml-club-popup__eyebrow {
  display: block; margin: 0 50px 18px 0; color: #9b624e !important; font-size: 8px; font-weight: 800; letter-spacing: .2em;
}
.ml-club-popup .popup-content img {
  display: block !important; width: auto !important; max-width: 178px !important; max-height: 64px !important;
  margin: 0 0 24px !important; object-fit: contain;
}
.ml-club-popup .popup-content h2,
.ml-club-popup .popup-content h3 {
  max-width: 9ch; margin: 0 0 16px !important; color: #211b18 !important; font-family: var(--ml-serif) !important;
  font-size: clamp(38px,5vw,52px) !important; font-weight: 400 !important; letter-spacing: -.05em !important;
  line-height: .92 !important; text-transform: none !important;
}
.ml-club-popup .popup-content p:not(.spam-note) { margin: 0 0 22px !important; color: #655953 !important; font-size: 14px !important; line-height: 1.62 !important; }
.ml-club-popup .popup-content form { display: grid !important; grid-template-columns: minmax(0,1fr) auto; gap: 8px; margin: 0 0 13px !important; }
.ml-club-popup .popup-content input[type="email"] {
  width: 100% !important; min-height: 52px !important; margin: 0 !important; padding: 0 16px !important;
  color: #2d2622 !important; background: #fff !important; border: 1px solid #d4c7bd !important;
  border-radius: 12px !important; font-size: 14px !important;
}
.ml-club-popup .popup-content button[type="submit"] {
  width: auto !important; min-height: 52px !important; margin: 0 !important; padding: 0 19px !important;
  color: #fff !important; background: #7d394b !important; border: 0 !important; border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(125,57,75,.18); font-size: 9px !important; font-weight: 800 !important;
  letter-spacing: .07em; text-transform: uppercase;
}
.ml-club-popup .popup-content button[type="submit"]:hover { background: #283025 !important; }
.ml-club-popup .popup-content .spam-note,
.ml-club-popup .popup-content > small { display: block; margin: 0 0 12px !important; color: #81746d !important; font-size: 10px !important; opacity: 1 !important; }
.ml-club-popup .popup-content label,
.ml-club-popup .checkbox-group {
  display: flex !important; align-items: flex-start; gap: 8px; margin: 0 !important;
  color: #746760 !important; font-size: 10px !important; line-height: 1.45 !important; text-align: left !important;
}
.ml-club-popup .popup-content label input,
.ml-club-popup .checkbox-group input {
  flex: 0 0 auto; width: 17px !important; height: 17px !important; margin: 1px 0 0 !important; accent-color: #7d394b;
}
.ml-club-popup .popup-content label a,
.ml-club-popup .checkbox-group a { color: #7d394b !important; font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.ml-club-popup .popup-close,
.ml-club-popup .close-popup {
  position: absolute !important; z-index: 3 !important; top: 15px !important; right: 15px !important;
  display: grid !important; width: 40px !important; min-width: 40px !important; height: 40px !important; min-height: 40px !important;
  place-items: center; margin: 0 !important; padding: 0 !important; color: #564a45 !important;
  background: rgba(255,253,250,.88) !important; border: 1px solid #d9cdc4 !important; border-radius: 50% !important;
  box-shadow: none !important; font-size: 25px !important; font-weight: 400 !important; line-height: 1 !important;
}
.ml-club-popup__benefits { display: flex; flex-wrap: wrap; gap: 7px 15px; margin-top: 18px; padding-top: 16px; border-top: 1px solid #ddd1c8; }
.ml-club-popup__benefits span { color: #685a54 !important; font-size: 8px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ml-club-popup__benefits span::before { content: '✓'; margin-right: 5px; color: #9b624e; }

@media (max-width: 575px) {
  .ets_cookie_banber_block.ml-cookie-banner,
  #cookieNotice.ml-cookie-banner {
    right: 10px !important; bottom: 10px !important; left: 10px !important; width: auto !important;
    max-width: none !important; padding: 23px 20px 19px !important; border-radius: 17px !important;
  }
  .ml-cookie-banner .ml-cookie-banner__head strong { font-size: 25px; }
  .ml-cookie-banner .ets-cb-btn-ok,
  .ml-cookie-banner .closeButtonNormal { width: 100% !important; }
  .newsletter-popup.ml-club-popup,
  #popup-newsletter.ml-club-popup { padding: 8px !important; }
  .ml-club-popup .popup-content { width: 100% !important; margin: 8px auto !important; padding: 34px 22px 25px !important; border-radius: 19px !important; }
  .ml-club-popup .popup-content img { max-width: 145px !important; max-height: 53px !important; margin-bottom: 19px !important; }
  .ml-club-popup .popup-content h2,
  .ml-club-popup .popup-content h3 { max-width: 10ch; font-size: 39px !important; }
  .ml-club-popup .popup-content form { grid-template-columns: 1fr; }
  .ml-club-popup .popup-content button[type="submit"] { width: 100% !important; }
  .ml-club-popup__benefits { gap: 6px 11px; }
}

/* Lenguaje visual común para todos los diálogos de la tienda. */
body .modal { color: #403733; font-family: var(--ml-sans); }
body .modal-backdrop.show { opacity: .58; backdrop-filter: blur(5px); }
body .modal:not(#blockcart-modal) .modal-dialog { width: min(calc(100% - 28px),760px); max-width: 760px; margin: clamp(24px,6vh,72px) auto; }
body .modal:not(#blockcart-modal) .modal-content {
  overflow: hidden; color: #403733;
  background: radial-gradient(circle at 100% 0,rgba(201,143,114,.12),transparent 28%),#fffdfa;
  border: 1px solid rgba(78,59,50,.15); border-radius: 22px;
  box-shadow: 0 32px 100px rgba(27,19,16,.3);
}
body .modal:not(#blockcart-modal) .modal-header {
  min-height: 70px; align-items: center; padding: 20px 28px;
  background: #f5ece5; border: 0; border-bottom: 1px solid #ded3ca;
}
body .modal:not(#blockcart-modal) .modal-title,
body .modal:not(#blockcart-modal) .modal-header h2,
body .modal:not(#blockcart-modal) .modal-header h3,
body .modal:not(#blockcart-modal) .modal-header h4 {
  margin: 0; color: #211b18; font-family: var(--ml-serif);
  font-size: clamp(26px,3vw,38px); font-weight: 400; letter-spacing: -.035em; line-height: 1;
  text-align: left; text-transform: none;
}
body .modal:not(#blockcart-modal) .modal-body { padding: clamp(24px,4vw,40px); background: transparent; }
body .modal:not(#blockcart-modal) .modal-footer {
  gap: 8px; padding: 17px 28px 24px; background: transparent; border: 0; border-top: 1px solid #e1d7cf;
}
body .modal:not(#blockcart-modal) .close {
  position: absolute; z-index: 4; top: 14px; right: 14px;
  display: grid; width: 42px; min-width: 42px; height: 42px; min-height: 42px; place-items: center;
  margin: 0; padding: 0; color: #564a45; background: rgba(255,253,250,.92);
  border: 1px solid #d9cdc4; border-radius: 50%; box-shadow: none;
  font-size: 24px; line-height: 1; opacity: 1;
}
body .modal:not(#blockcart-modal) .close:hover { color: #fff; background: #7d394b; border-color: #7d394b; }
body .modal:not(#blockcart-modal) .btn {
  min-height: 46px; padding: 0 19px; border-radius: 999px;
  font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
}
body .modal:not(#blockcart-modal) .btn-primary { color: #fff; background: #7d394b; border-color: #7d394b; }
body .modal:not(#blockcart-modal) .btn-primary:hover { background: #283025; border-color: #283025; }
body .modal:not(#blockcart-modal) .btn-secondary {
  color: #463d38; background: transparent; border: 1px solid #cfc1b8;
}
body .modal:not(#blockcart-modal) input,
body .modal:not(#blockcart-modal) select,
body .modal:not(#blockcart-modal) textarea {
  min-height: 48px; border: 1px solid #d4c7bd; border-radius: 10px; background: #fff;
}
body .quickview.leo-quickview .modal-dialog { width: min(calc(100% - 28px),1120px); max-width: 1120px; }
body .quickview.leo-quickview .modal-body { padding: clamp(24px,4vw,46px); }
body .quickview.leo-quickview .product-detail-name,
body .quickview.leo-quickview h1 {
  color: #211b18; font-family: var(--ml-serif); font-size: clamp(37px,4vw,58px);
  font-weight: 400; letter-spacing: -.045em; line-height: .96; text-transform: none;
}
body .quickview.leo-quickview .product-cover img { border-radius: 15px; }
body .customization-modal .modal-body { color: #5f534d; font-size: 14px; line-height: 1.65; }
body #product-modal.leo-product-modal .modal-content { background: #f4eee8; }
body #product-modal.leo-product-modal .modal-body { padding: clamp(16px,3vw,30px); }
body #product-modal.leo-product-modal .product-cover-modal { border-radius: 15px; box-shadow: 0 18px 50px rgba(40,28,23,.12); }
body #notifications .alert,
body .leo-notification,
body .growl {
  color: #403733; background: #fffdfa; border: 1px solid #d9cec6;
  border-left: 5px solid #7d394b; border-radius: 13px;
  box-shadow: 0 18px 48px rgba(35,25,21,.18);
}
@media (max-width: 767px) {
  body .modal:not(#blockcart-modal) .modal-dialog { width: calc(100% - 16px); margin: 12px auto; }
  body .modal:not(#blockcart-modal) .modal-content { border-radius: 17px; }
  body .modal:not(#blockcart-modal) .modal-header { min-height: 62px; padding: 16px 20px; }
  body .modal:not(#blockcart-modal) .modal-title,
  body .modal:not(#blockcart-modal) .modal-header h2,
  body .modal:not(#blockcart-modal) .modal-header h3,
  body .modal:not(#blockcart-modal) .modal-header h4 { padding-right: 34px; font-size: 28px; }
  body .modal:not(#blockcart-modal) .modal-body { max-height: calc(100vh - 100px); overflow-y: auto; padding: 20px; }
  body .modal:not(#blockcart-modal) .modal-footer { display: grid; padding: 15px 20px 20px; }
  body .modal:not(#blockcart-modal) .modal-footer .btn { width: 100%; }
  body .quickview.leo-quickview .modal-dialog { width: calc(100% - 16px); }
}

/* 3.7.22: cabecera estable y compacta en cualquier tamaño de pantalla. */
#header .topbar-full,
body.ml-page-scrolled #header .topbar-full {
  min-height: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
}

#header .header-top,
.keep-header #header.navbar-fixed-top .header-top {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#header .box-top,
.keep-header #header.navbar-fixed-top .box-top {
  min-height: 70px !important;
  height: 70px !important;
  align-items: center !important;
  overflow: visible !important;
}

#header .h-logo,
#header .h-logo > a,
.keep-header #header.navbar-fixed-top .h-logo.logo-slot,
.keep-header #header.navbar-fixed-top .h-logo.logo-slot > a {
  display: flex !important;
  min-height: 70px !important;
  height: 70px !important;
  align-items: center !important;
  padding: 0 !important;
  overflow: visible !important;
}

#header .logo-img,
#header .logo-responsive,
.keep-header #header.navbar-fixed-top .logo-img {
  width: auto !important;
  height: 62px !important;
  max-width: 245px !important;
  max-height: 62px !important;
  object-fit: contain !important;
}

/* El aviso superior sigue fijo; su espacio no debe desaparecer al hacer scroll. */
.keep-header #header.navbar-fixed-top .header-nav,
.keep-header #header.navbar-fixed-top .header-nav.hide-bar {
  margin-top: 0 !important;
}

/* La imagen editorial sustituye a la miniatura antigua en el catálogo general. */
.ml-gift-product-card .product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

@media (max-width: 991px) {
  #header .ml-mobile-header__logo img {
    width: auto !important;
    height: auto !important;
    max-width: 172px !important;
    max-height: 61px !important;
  }
}

@media (max-width: 767px) {
  #header .ml-mobile-header__logo img {
    max-width: 145px !important;
    max-height: 52px !important;
  }
}

/* 3.7.23: versión vertical de marca en espacios editoriales y de regalo. */
.ml-brand-logo--vertical {
  display: block;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 2px rgba(255,250,244,.62));
}

.ml-home-gift__card .ml-brand-logo--vertical,
.ml-gift-hero__card .ml-brand-logo--vertical {
  width: 58%;
  max-height: 265px;
}

.ml-shop-hub-card__gift-face .ml-brand-logo--vertical {
  width: 48%;
  max-height: 220px;
}

.ml-shop-drawer__gift-logo {
  position: relative;
  z-index: 1;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  padding: 6px;
  object-fit: contain;
  border-radius: 15px;
  background: #fffdfa;
  box-shadow: 0 10px 24px rgba(15,18,14,.24);
}

@media (max-width: 767px) {
  .ml-home-gift__card .ml-brand-logo--vertical,
  .ml-gift-hero__card .ml-brand-logo--vertical {
    width: 55%;
    max-height: 210px;
  }

  .ml-shop-hub-card__gift-face .ml-brand-logo--vertical {
    width: 44%;
    max-height: 170px;
  }

  .ml-shop-drawer__gift-logo {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }
}
