@font-face {
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/wix-madefor-display-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Wix Madefor Display";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/wix-madefor-display-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2190-2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --wm-space: #03050a;
  --wm-space-soft: #080c16;
  --wm-card-line: rgba(255, 255, 255, .11);
  --wm-card-text: #f8f9ff;
  --wm-card-muted: rgba(238, 241, 255, .64);
  --wm-cosmic-accent: #ff315f;
}

body[data-wm-line="sweet"] { --wm-cosmic-accent: #ff315f; }
body[data-wm-line="sour"] { --wm-cosmic-accent: #c8f238; }
body[data-wm-line="ice"] { --wm-cosmic-accent: #62dcff; }
body[data-wm-line="cocktail"] { --wm-cosmic-accent: #ff3b4f; }
body[data-wm-line="super-sour"] { --wm-cosmic-accent: #d9ff28; }
body[data-wm-line="tobacco"] { --wm-cosmic-accent: #d6a675; }

.wm-cosmic-card {
  --wm-card-accent: var(--wm-accent, var(--wm-cosmic-accent));
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--wm-card-text) !important;
  border: 1px solid var(--wm-card-line) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 76% 8%, color-mix(in srgb, var(--wm-card-accent) 22%, transparent), transparent 31%),
    linear-gradient(148deg, #0e1422 0%, #070a12 48%, #03050a 100%) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .18), inset 0 1px rgba(255, 255, 255, .06) !important;
  cursor: pointer;
  transition: transform .35s cubic-bezier(.2, .75, .25, 1), border-color .35s ease, box-shadow .35s ease !important;
}

.wm-cosmic-card::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image:
    radial-gradient(circle at 13% 18%, rgba(255, 255, 255, .78) 0 1px, transparent 1.4px),
    radial-gradient(circle at 82% 27%, rgba(255, 255, 255, .48) 0 1px, transparent 1.4px),
    radial-gradient(circle at 67% 68%, rgba(255, 255, 255, .38) 0 1px, transparent 1.3px),
    radial-gradient(circle at 21% 73%, rgba(255, 255, 255, .3) 0 1px, transparent 1.3px);
  background-size: 137px 151px, 181px 163px, 211px 197px, 247px 223px;
  content: "";
  opacity: .3;
  pointer-events: none;
}

.wm-cosmic-card::after {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--wm-card-accent) 52%, rgba(255, 255, 255, .16));
  border-radius: 50%;
  color: #fff;
  background: color-mix(in srgb, var(--wm-card-accent) 17%, rgba(4, 6, 12, .82));
  box-shadow: 0 0 28px color-mix(in srgb, var(--wm-card-accent) 18%, transparent);
  content: "\2197";
  font-size: 17px;
  line-height: 1;
  pointer-events: none;
  transition: transform .3s ease, background-color .3s ease;
}

.wm-cosmic-card > * {
  position: relative;
  z-index: 1;
}

.wm-cosmic-card:hover {
  border-color: color-mix(in srgb, var(--wm-card-accent) 62%, rgba(255, 255, 255, .22)) !important;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .3), 0 0 38px color-mix(in srgb, var(--wm-card-accent) 12%, transparent) !important;
  transform: translateY(-7px) !important;
}

.wm-cosmic-card:hover::after { transform: rotate(45deg) scale(1.05); }

.wm-cosmic-card:focus-visible {
  outline: 3px solid var(--wm-card-accent);
  outline-offset: 5px;
}

.wm-cosmic-card a,
.wm-cosmic-card a:hover { color: inherit !important; text-decoration: none !important; }

/* Cards loaded by the live catalog. */
.uc-js-taste-parser .ux-catalog__card-list {
  align-items: stretch;
  gap: 28px 20px !important;
}

.uc-js-taste-parser .wm-cosmic-card.ux-catalog__card { min-height: 520px; }

.uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__imgwrapper {
  aspect-ratio: 1 / 1;
  height: auto !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--wm-card-accent) 24%, transparent) 0, transparent 40%),
    radial-gradient(ellipse at 50% 96%, rgba(255, 255, 255, .12), transparent 38%),
    #050812 !important;
}

.uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__imgwrapper::after,
.wm-product-card__visual::after,
.wm-product-modal__media::after {
  position: absolute;
  right: 12%;
  bottom: 8%;
  left: 12%;
  height: 8%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--wm-card-accent, var(--wm-cosmic-accent)) 32%, transparent);
  filter: blur(18px);
  content: "";
  opacity: .62;
  pointer-events: none;
}

.uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__img {
  z-index: 1;
  padding: 14px;
  object-fit: contain !important;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, .46));
  transition: opacity .4s ease, transform .5s cubic-bezier(.2, .75, .25, 1) !important;
}

.uc-js-taste-parser .wm-cosmic-card:hover .ux-catalog__card__img { transform: translateY(-5px) scale(1.025); }

.uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__wrap_txt-and-btns {
  flex: 1;
  padding: 0 !important;
}

.uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__textwrapper {
  min-height: 225px;
  padding: 25px 64px 25px 24px !important;
}

.uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__title {
  color: #fff !important;
  font-size: clamp(20px, 1.6vw, 25px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__descr {
  margin-top: 16px !important;
  color: var(--wm-card-muted) !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__descr strong {
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  letter-spacing: .045em;
}

.uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__descr em { color: var(--wm-card-accent); }

.uc-js-taste-parser .wm-cosmic-card .taste-rating { margin-top: 17px; }
.uc-js-taste-parser .wm-cosmic-card .taste-row { border-color: rgba(255, 255, 255, .08) !important; }
.uc-js-taste-parser .wm-cosmic-card .taste-diamond { color: var(--wm-card-accent) !important; }

/* Hand-built cards for Cocktail, Super Sour and Tobacco. */
.wm-product-card.wm-cosmic-card {
  min-height: 620px;
  background:
    radial-gradient(circle at 72% 8%, color-mix(in srgb, var(--wm-card-accent) 20%, transparent), transparent 30%),
    linear-gradient(148deg, #0e1422, #05070d 68%) !important;
}

.wm-product-card.wm-cosmic-card .wm-product-card__visual {
  position: relative;
  min-height: 390px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(circle at 50% 48%, color-mix(in srgb, var(--wm-card-accent) 23%, transparent), transparent 39%),
    radial-gradient(ellipse at 50% 98%, rgba(255, 255, 255, .1), transparent 40%),
    #050812 !important;
}

.wm-product-card.wm-cosmic-card .wm-product-card__visual img {
  position: relative;
  z-index: 1;
  transition: transform .5s cubic-bezier(.2, .75, .25, 1);
}

.wm-product-card.wm-cosmic-card:hover .wm-product-card__visual img { transform: translateY(-6px) scale(1.025); }

.wm-product-card.wm-cosmic-card .wm-product-card__body {
  position: relative;
  z-index: 2;
  padding: 25px 64px 25px 24px;
  color: #fff;
}

.wm-product-card.wm-cosmic-card .wm-product-card__quote,
.wm-product-card.wm-cosmic-card .wm-product-card__meta-row span:first-child { color: var(--wm-card-muted); }
.wm-product-card.wm-cosmic-card .wm-product-card__meta-row { border-color: rgba(255, 255, 255, .1); }

body[data-wm-line="ice"] .wm-cosmic-card .wm-product-card__name,
body[data-wm-line="ice"] .wm-cosmic-card .js-product-name,
body[data-wm-line="ice"] .wm-cosmic-card .ux-catalog__card__title {
  text-transform: uppercase !important;
}

body[data-wm-line="ice"] .wm-product-card__temperature {
  display: inline-block;
  color: var(--wm-card-accent, #62dcff) !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: .035em;
  text-transform: uppercase;
}

body[data-wm-line="classic"] .wm-cosmic-card .wm-product-card__name,
body[data-wm-line="classic"] .wm-cosmic-card .js-product-name,
body[data-wm-line="classic"] .wm-cosmic-card .ux-catalog__card__title {
  text-transform: uppercase !important;
}

body[data-wm-line="classic"] .wm-product-card__profile {
  color: var(--wm-card-accent, #bd87ef) !important;
}

body[data-wm-line="classic"] .wm-product-card__profile--sweet {
  color: #d996ff !important;
  text-shadow: 0 0 10px rgba(217, 150, 255, .18);
}

body[data-wm-line="super-sour"] .wm-product-card__super-sour-profile {
  display: block;
  margin: -10px 0 18px;
  color: #caff00;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .035em;
  text-shadow: 0 0 11px rgba(202, 255, 0, .28);
}

body[data-wm-line="super-sour"] .wm-product-card .taste-rating,
body[data-wm-line="super-sour"] .wm-product-modal__description .taste-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin-top: 20px;
}

body[data-wm-line="super-sour"] .taste-row {
  display: grid;
  grid-template-columns: 68px auto;
  align-items: center;
  gap: 8px;
}

body[data-wm-line="super-sour"] .taste-label {
  color: var(--wm-card-muted);
  font-size: 12px;
  line-height: 1;
}

body[data-wm-line="super-sour"] .taste-icons {
  display: flex;
  gap: 4px;
}

body[data-wm-line="super-sour"] .taste-diamond {
  display: block;
  width: 17px;
  height: 14px;
  flex: 0 0 auto;
  color: #caff00 !important;
  filter: drop-shadow(0 0 5px rgba(202, 255, 0, .2));
}

body[data-wm-line="super-sour"] .taste-diamond svg {
  display: block;
  width: 100%;
  height: 100%;
}

body[data-wm-line="cocktail"] .wm-product-card__cocktail-profile {
  display: block;
  margin: -10px 0 18px;
  color: #ff5c6c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .035em;
  text-shadow: 0 0 11px rgba(255, 59, 79, .24);
}

body[data-wm-line="cocktail"] .wm-product-card .taste-rating,
body[data-wm-line="cocktail"] .wm-product-modal__description .taste-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin-top: 20px;
}

body[data-wm-line="cocktail"] .taste-row {
  display: grid;
  grid-template-columns: 68px auto;
  align-items: center;
  gap: 8px;
}

body[data-wm-line="cocktail"] .taste-label {
  color: var(--wm-card-muted);
  font-size: 12px;
  line-height: 1;
}

body[data-wm-line="cocktail"] .taste-icons {
  display: flex;
  gap: 4px;
}

body[data-wm-line="cocktail"] .taste-diamond {
  display: block;
  width: 17px;
  height: 14px;
  flex: 0 0 auto;
  color: #ff5c6c !important;
  filter: drop-shadow(0 0 5px rgba(255, 59, 79, .18));
}

body[data-wm-line="cocktail"] .taste-diamond svg {
  display: block;
  width: 100%;
  height: 100%;
}

body[data-wm-line="tobacco"] .wm-product-card .taste-rating,
body[data-wm-line="tobacco"] .wm-product-modal__description .taste-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin-top: 20px;
}

body[data-wm-line="tobacco"] .taste-row {
  display: grid;
  grid-template-columns: 68px auto;
  align-items: center;
  gap: 8px;
}

body[data-wm-line="tobacco"] .taste-label {
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1;
}

body[data-wm-line="tobacco"] .taste-icons {
  display: flex;
  gap: 4px;
}

body[data-wm-line="tobacco"] .taste-diamond,
body[data-wm-line="tobacco"] .wm-product-modal__description .taste-diamond {
  display: block;
  width: 17px;
  height: 14px;
  flex: 0 0 auto;
  color: #fff !important;
  opacity: .92;
  filter: none;
}

body[data-wm-line="tobacco"] .taste-diamond svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wm-product-card.wm-cosmic-card .wm-taste-meter__item {
  color: #fff;
  border: 1px solid color-mix(in srgb, var(--wm-card-accent) 32%, rgba(255, 255, 255, .1));
  background: rgba(255, 255, 255, .055);
}

.wm-product-card.wm-cosmic-card .wm-taste-meter__item strong { color: var(--wm-card-accent); }

/* Accessible product gallery dialog. */
body.wm-modal-open { overflow: hidden; }

.wm-product-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  padding: 30px;
  place-items: center;
  color: #fff;
  background: rgba(0, 2, 8, .82);
  backdrop-filter: blur(14px) saturate(120%);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}

.wm-product-modal.is-open { opacity: 1; visibility: visible; }

.wm-product-modal__dialog {
  --wm-card-accent: var(--wm-cosmic-accent);
  position: relative;
  display: grid;
  width: min(1120px, 100%);
  max-height: min(760px, calc(100vh - 60px));
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 32px;
  background: linear-gradient(135deg, #0b101c, #05070d 72%);
  box-shadow: 0 45px 120px rgba(0, 0, 0, .66), 0 0 72px color-mix(in srgb, var(--wm-card-accent) 12%, transparent);
  opacity: 0;
  transform: translateY(20px) scale(.985);
  transition: opacity .28s ease, transform .38s cubic-bezier(.2, .78, .25, 1);
}

.wm-product-modal.is-open .wm-product-modal__dialog { opacity: 1; transform: none; }

.wm-product-modal__media {
  position: relative;
  display: grid;
  min-height: 570px;
  place-items: center;
  overflow: hidden;
  border-right: 1px solid rgba(255, 255, 255, .09);
  background:
    radial-gradient(circle at 50% 47%, color-mix(in srgb, var(--wm-card-accent) 28%, transparent), transparent 39%),
    radial-gradient(circle at 14% 15%, rgba(255, 255, 255, .7) 0 1px, transparent 1.3px),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, .45) 0 1px, transparent 1.3px),
    radial-gradient(circle at 67% 72%, rgba(255, 255, 255, .35) 0 1px, transparent 1.3px),
    #030610;
  background-size: auto, 151px 167px, 199px 181px, 239px 213px, auto;
}

.wm-product-modal__image {
  position: relative;
  z-index: 2;
  display: block;
  width: min(88%, 570px);
  height: min(72vh, 570px);
  object-fit: contain;
  filter: drop-shadow(0 34px 32px rgba(0, 0, 0, .58));
  opacity: 1;
  transform: scale(1);
  transition: opacity .16s ease, transform .35s ease;
}

.wm-product-modal__image.is-changing { opacity: 0; transform: scale(.975); }

.wm-product-modal__content {
  position: relative;
  min-width: 0;
  overflow-y: auto;
  padding: 72px 52px 46px;
}

.wm-product-modal__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--wm-card-accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.wm-product-modal__eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.wm-product-modal__title {
  margin: 0;
  color: #fff;
  font-family: var(--ux-title-font, Arial, sans-serif);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.045em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.wm-product-modal__description {
  margin-top: 30px;
  color: rgba(240, 243, 255, .7);
  font-size: 15px;
  line-height: 1.6;
}

.wm-product-modal__description > strong:first-child,
.wm-product-modal__description .wm-product-card__quote {
  display: block;
  margin: 0 0 15px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.wm-product-modal__description > em { color: var(--wm-card-accent); }
.wm-product-modal__description .taste-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin: 26px 0 18px;
}

.wm-product-modal__description .taste-row {
  display: grid;
  grid-template-columns: 72px auto;
  align-items: center;
  gap: 10px;
}

.wm-product-modal__description .taste-label {
  color: rgba(240, 243, 255, .74);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.wm-product-modal__description .taste-icons { display: flex; gap: 5px; }
.wm-product-modal__description .taste-diamond { display: block; width: 18px; height: 15px; flex: 0 0 auto; }
.wm-product-modal__description .taste-diamond svg { display: block; width: 100%; height: 100%; }
.wm-product-modal__description .taste-row,
.wm-product-modal__description .wm-product-card__meta-row { border-color: rgba(255, 255, 255, .11) !important; }
.wm-product-modal__description .taste-diamond { color: var(--wm-card-accent) !important; }
.wm-product-modal__description .wm-product-card__body { padding: 0; }
.wm-product-modal__description .wm-product-card__name { display: none; }
.wm-product-modal__description .wm-product-card__meta { margin-top: 26px; }
.wm-product-modal__description .wm-product-card__meta-row { padding: 12px 0; }
.wm-product-modal__description .wm-product-card__meta-row span:first-child { color: var(--wm-card-muted); }
.wm-product-modal__description .wm-taste-meter { margin-top: 25px; }
.wm-product-modal__description .wm-taste-meter__item { border: 1px solid rgba(255, 255, 255, .11); background: rgba(255, 255, 255, .055); }
.wm-product-modal__description .wm-taste-meter__item strong { color: var(--wm-card-accent); }

.wm-product-modal__close,
.wm-product-modal__arrow {
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 8, 15, .72);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.wm-product-modal__close:hover,
.wm-product-modal__arrow:hover {
  border-color: var(--wm-card-accent);
  background: color-mix(in srgb, var(--wm-card-accent) 18%, rgba(5, 8, 15, .84));
  transform: scale(1.06);
}

.wm-product-modal__close:focus-visible,
.wm-product-modal__arrow:focus-visible,
.wm-product-modal__dot:focus-visible { outline: 3px solid var(--wm-card-accent); outline-offset: 3px; }

.wm-product-modal__close {
  position: absolute;
  z-index: 8;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  font-size: 25px;
}

.wm-product-modal__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  width: 48px;
  height: 48px;
  font-size: 24px;
  transform: translateY(-50%);
}

.wm-product-modal__arrow:hover { transform: translateY(-50%) scale(1.06); }
.wm-product-modal__arrow--prev { left: 20px; }
.wm-product-modal__arrow--next { right: 20px; }

.wm-product-modal__nav {
  position: absolute;
  z-index: 4;
  right: 26px;
  bottom: 22px;
  left: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.wm-product-modal__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .34);
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background-color .2s ease;
}

.wm-product-modal__dot.is-active { width: 24px; border-radius: 8px; background: var(--wm-card-accent); }

.wm-product-modal__counter {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 24px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.wm-product-modal.is-single .wm-product-modal__arrow,
.wm-product-modal.is-single .wm-product-modal__nav,
.wm-product-modal.is-single .wm-product-modal__counter { display: none; }

@media (max-width: 959px) {
  .wm-product-modal { padding: 18px; }
  .wm-product-modal__dialog {
    max-height: calc(100vh - 36px);
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
    border-radius: 26px;
  }
  .wm-product-modal__media { min-height: 480px; }
  .wm-product-modal__content { padding: 66px 32px 36px; }
}

@media (max-width: 639px) {
  .uc-js-taste-parser .ux-catalog__card-list { gap: 16px 10px !important; }
  .uc-js-taste-parser .wm-cosmic-card.ux-catalog__card { min-height: 0; border-radius: 19px !important; }
  .uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__img { padding: 7px; }
  .uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__textwrapper { min-height: 190px; padding: 16px 43px 17px 14px !important; }
  .uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__title { font-size: 16px !important; }
  .uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__descr { margin-top: 10px !important; font-size: 10px !important; }
  .uc-js-taste-parser .wm-cosmic-card .ux-catalog__card__descr strong { font-size: 10px; }
  .uc-js-taste-parser .wm-cosmic-card .taste-rating { margin-top: 11px; }
  .wm-cosmic-card::after { right: 11px; bottom: 12px; width: 29px; height: 29px; font-size: 13px; }

  .wm-product-modal { align-items: end; padding: 0; background: rgba(0, 2, 8, .88); }
  .wm-product-modal__dialog {
    width: 100%;
    max-height: 94dvh;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(280px, 46dvh) auto;
    overflow-y: auto;
    overflow-x: hidden;
    border-width: 1px 0 0;
    border-radius: 26px 26px 0 0;
    transform: translateY(35px);
  }
  .wm-product-modal__media { min-height: 280px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .09); }
  .wm-product-modal__image { width: 82%; height: 41dvh; }
  .wm-product-modal__content { overflow: visible; padding: 31px 24px 42px; }
  .wm-product-modal__eyebrow { margin-bottom: 15px; }
  .wm-product-modal__title { font-size: clamp(28px, 9.5vw, 42px); }
  .wm-product-modal__description { margin-top: 21px; font-size: 14px; }
  .wm-product-modal__close { position: fixed; top: max(14px, env(safe-area-inset-top)); right: 14px; width: 43px; height: 43px; }
  .wm-product-modal__arrow { width: 42px; height: 42px; }
  .wm-product-modal__arrow--prev { left: 12px; }
  .wm-product-modal__arrow--next { right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .wm-cosmic-card,
  .wm-cosmic-card::after,
  .wm-cosmic-card img,
  .wm-product-modal,
  .wm-product-modal__dialog,
  .wm-product-modal__image { transition-duration: .01ms !important; }
  .wm-cosmic-card:hover { transform: none !important; }
}

/* One-card flavor-map pilot based on pages 22–23 of the brand guideline. */
body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card {
  position: relative;
  min-height: 520px;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: "Wix Madefor Display", var(--ux-text-font, Arial, sans-serif);
}

body[data-wm-line="ice"] .wm-flavor-map-card::before,
body[data-wm-line="ice"] .wm-flavor-map-card::after { display: none; }

body[data-wm-line="ice"] .wm-flavor-map-card:hover {
  box-shadow: none !important;
  transform: translateY(-5px) scale(1.008) !important;
}

body[data-wm-line="ice"] .wm-flavor-map-card__frame {
  position: absolute;
  z-index: 0 !important;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, .24));
}

body[data-wm-line="ice"] .wm-flavor-map-card__frame path:first-of-type {
  transition: stroke .28s ease, filter .28s ease;
}

body[data-wm-line="ice"] .wm-flavor-map-card:hover .wm-flavor-map-card__frame path:first-of-type,
body[data-wm-line="ice"] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__frame path:first-of-type {
  stroke: rgba(98, 220, 255, .68);
  filter: drop-shadow(0 0 7px rgba(98, 220, 255, .16));
}

body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual {
  position: absolute !important;
  top: 8px;
  right: 8px;
  left: 8px;
  display: grid;
  width: auto !important;
  height: 226px !important;
  min-height: 0 !important;
  place-items: center;
  overflow: visible !important;
  border: 0 !important;
  background: radial-gradient(ellipse at 50% 64%, rgba(98, 220, 255, .17), transparent 61%) !important;
  opacity: 1;
  pointer-events: none;
}

body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__visual::before {
  position: absolute;
  z-index: 1;
  width: 214px;
  height: 214px;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 35%, rgba(98, 220, 255, .17) 35.4% 35.9%, transparent 36.3% 48%, rgba(255, 255, 255, .09) 48.4% 48.9%, transparent 49.3% 62%, rgba(98, 220, 255, .08) 62.4% 62.9%, transparent 63.3%);
  content: "";
  opacity: .38;
  transform: scale(.9);
  transition: opacity .45s ease, transform .7s cubic-bezier(.2, .75, .25, 1);
}

body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual img {
  position: relative !important;
  z-index: 2;
  inset: auto !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  object-fit: contain;
  filter: drop-shadow(0 22px 20px rgba(0, 0, 0, .5));
  transform: translateY(-8px) scale(1.1);
  transition: filter .45s ease, transform .65s cubic-bezier(.2, .75, .25, 1);
}

body[data-wm-line="ice"] .wm-flavor-map-card:hover .wm-product-card__visual img,
body[data-wm-line="ice"] .wm-flavor-map-card:focus-visible .wm-product-card__visual img {
  filter: drop-shadow(0 28px 24px rgba(0, 0, 0, .56)) drop-shadow(0 0 16px rgba(98, 220, 255, .1));
  transform: translateY(-22px) scale(1.22);
}

body[data-wm-line="ice"] .wm-flavor-map-card:hover .wm-product-card__visual::before,
body[data-wm-line="ice"] .wm-flavor-map-card:focus-visible .wm-product-card__visual::before {
  opacity: .78;
  transform: scale(1.04);
}

body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 520px !important;
  padding: 236px 27px 66px !important;
  box-sizing: border-box;
  flex-direction: column;
  color: #f7f7f8;
  transition: transform .45s cubic-bezier(.2, .75, .25, 1);
}

body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__name {
  margin: 0;
  color: #f7f7f8;
  font-family: "Wix Madefor Display", var(--ux-title-font, Arial, sans-serif);
  font-size: clamp(23px, 1.8vw, 27px);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -.025em;
  text-transform: none !important;
  white-space: nowrap;
}

.wm-flavor-map-card__quote {
  margin: 11px 0 0;
  color: #e8e8ea;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .035em;
  text-transform: uppercase;
}

body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__temperature {
  margin-top: 4px;
  font-family: "Wix Madefor Display", var(--ux-text-font, Arial, sans-serif);
  font-size: 10px !important;
  font-weight: 500;
}

.wm-flavor-map-card__rating { margin-top: 13px; }

body[data-wm-line="ice"] .wm-flavor-map-card .taste-rating {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: column;
  gap: 6px;
}

body[data-wm-line="ice"] .wm-flavor-map-card .taste-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 11px;
}

body[data-wm-line="ice"] .wm-flavor-map-card .taste-label {
  color: #d2d2d5;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-transform: lowercase;
}

body[data-wm-line="ice"] .wm-flavor-map-card .taste-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

body[data-wm-line="ice"] .wm-flavor-map-card .taste-diamond {
  display: block;
  width: 12px;
  height: 10px;
  flex: 0 0 auto;
  color: #f8f8f9 !important;
  filter: none;
}

body[data-wm-line="ice"] .wm-flavor-map-card .taste-diamond svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wm-flavor-map-card__divider {
  width: 100%;
  height: 1px;
  margin-top: 14px;
  background: #303138;
}

.wm-flavor-map-card__description {
  max-width: 220px;
  margin: 12px 0 0;
  color: #e8e8ea;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -.012em;
}

.wm-flavor-map-card__details {
  position: absolute;
  z-index: 5;
  right: 27px;
  bottom: 17px;
  left: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 9px 0 17px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #0d1015;
  background: rgba(249, 250, 252, .96);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .28), 0 0 24px rgba(98, 220, 255, .08);
  opacity: 0;
  transform: translateY(10px) scale(.97);
  transition: opacity .3s ease, transform .42s cubic-bezier(.2, .78, .25, 1), box-shadow .3s ease;
  pointer-events: none;
}

.wm-flavor-map-card__details-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.wm-flavor-map-card__details-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #11151c;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}

body[data-wm-line="ice"] .wm-flavor-map-card:hover .wm-flavor-map-card__details,
body[data-wm-line="ice"] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__details {
  opacity: 1;
  transform: none;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .34), 0 0 30px rgba(98, 220, 255, .14);
}

body[data-wm-line="ice"] .wm-product-modal__eyebrow { display: none; }

@media (max-width: 639px) {
  .wm-product-grid:has(.wm-flavor-map-card) .wm-flavor-map-card {
    width: min(330px, 100%);
    min-height: 520px;
    grid-column: 1 / -1;
    justify-self: center;
  }

  body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__body {
    min-height: 520px !important;
    padding-top: 236px !important;
    padding-right: 31px !important;
    padding-left: 31px !important;
  }

  body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual {
    right: 12px;
    left: 12px;
  }

  body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__name { font-size: 27px; }
  .wm-flavor-map-card__description { max-width: 228px; }

  .wm-flavor-map-card__details {
    right: 31px;
    left: 31px;
  }
}

@media (hover: none) {
  .wm-flavor-map-card__details {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__visual img,
  body[data-wm-line="ice"] .wm-flavor-map-card:hover .wm-product-card__visual img,
  body[data-wm-line="ice"] .wm-flavor-map-card:focus-visible .wm-product-card__visual img { transform: translateY(-8px) scale(1.1); }
  body[data-wm-line="ice"] .wm-flavor-map-card__frame path:first-of-type,
  body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__visual::before,
  .wm-flavor-map-card__details { transition-duration: .01ms !important; }
}

/* All-flavor multi-container cards based on guideline pages 24–25. */
.wm-product-grid:has(.wm-flavor-map-card) {
  align-items: stretch;
  gap: 30px 20px;
}

body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card {
  position: relative;
  display: grid;
  min-height: 590px !important;
  height: 100%;
  padding: 0;
  gap: 8px;
  grid-template-rows: 250px minmax(0, 1fr);
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  color: #f5f6f8;
  background: transparent !important;
  box-shadow: none !important;
  isolation: isolate;
  font-family: "Wix Madefor Display", var(--ux-text-font, Arial, sans-serif);
  transition: transform .48s cubic-bezier(.2, .75, .25, 1), filter .4s ease;
}

body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card::before,
body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card::after,
body .wm-flavor-map-card__frame { display: none !important; }

body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:hover,
body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:focus-visible {
  transform: translateY(-5px) scale(1.006) !important;
  filter: drop-shadow(0 22px 28px rgba(9, 12, 18, .22));
}

body .wm-product-card--legacy.wm-flavor-map-card:focus-visible {
  outline: 2px solid var(--wm-card-accent);
  outline-offset: 5px;
}

body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual {
  position: relative !important;
  inset: auto !important;
  display: grid;
  width: 100% !important;
  height: 250px !important;
  min-height: 0 !important;
  box-sizing: border-box;
  place-items: center;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .11) !important;
  border-radius: 26px 26px 18px 18px !important;
  background:
    radial-gradient(circle at 72% 16%, color-mix(in srgb, var(--wm-card-accent) 16%, transparent), transparent 38%),
    radial-gradient(ellipse at 50% 92%, rgba(255, 255, 255, .055), transparent 58%),
    linear-gradient(145deg, #11151c 0%, #090c11 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);
  pointer-events: none;
}

body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual::before {
  position: absolute;
  z-index: 1;
  width: 210px;
  height: 210px;
  border: 1px solid color-mix(in srgb, var(--wm-card-accent) 24%, transparent);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 44%, color-mix(in srgb, var(--wm-card-accent) 14%, transparent) 44.4% 44.9%, transparent 45.3% 61%, rgba(255, 255, 255, .08) 61.4% 61.9%, transparent 62.3%);
  content: "";
  opacity: .55;
  transform: scale(.92);
  transition: opacity .45s ease, transform .7s cubic-bezier(.2, .75, .25, 1);
}

body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual::after {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 28px;
  display: block !important;
  width: 78px;
  height: 6px;
  border-radius: 0 0 8px 8px;
  background: var(--wm-card-accent);
  box-shadow: 0 0 15px color-mix(in srgb, var(--wm-card-accent) 38%, transparent);
  content: "";
  opacity: .7;
}

body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual img {
  position: relative !important;
  z-index: 2;
  inset: auto !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  object-fit: contain;
  filter: drop-shadow(0 22px 22px rgba(0, 0, 0, .46));
  transform: translateY(-2px) scale(1.08);
  transition: filter .5s ease, transform .68s cubic-bezier(.2, .75, .25, 1);
  will-change: transform;
}

body .wm-product-card--legacy.wm-flavor-map-card:hover .wm-product-card__visual img,
body .wm-product-card--legacy.wm-flavor-map-card:focus-visible .wm-product-card__visual img {
  filter: drop-shadow(0 27px 25px rgba(0, 0, 0, .56)) drop-shadow(0 0 16px color-mix(in srgb, var(--wm-card-accent) 15%, transparent));
  transform: translateY(-11px) scale(1.17);
}

body .wm-product-card--legacy.wm-flavor-map-card:hover .wm-product-card__visual::before,
body .wm-product-card--legacy.wm-flavor-map-card:focus-visible .wm-product-card__visual::before {
  opacity: .9;
  transform: scale(1.04);
}

body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__body {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 0 !important;
  height: 100%;
  padding: 0 !important;
  gap: 8px;
  grid-template-rows: minmax(0, 1fr) auto;
  color: #f5f6f8;
  background: transparent !important;
  transition: none;
}

.wm-flavor-map-card__content,
.wm-flavor-map-card__meta {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  background:
    radial-gradient(circle at 96% 0%, color-mix(in srgb, var(--wm-card-accent) 10%, transparent), transparent 46%),
    linear-gradient(145deg, #11141a 0%, #0b0e13 100%);
  transition: border-color .35s ease, background .35s ease, opacity .3s ease;
}

.wm-flavor-map-card__content {
  min-height: 250px;
  padding: 21px 21px 18px;
  border-radius: 18px;
}

.wm-flavor-map-card__content::before {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #0b0e13;
  border-radius: 50%;
  background: var(--wm-card-accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--wm-card-accent) 38%, transparent);
  content: "";
  transform: translateX(-50%);
}

body .wm-flavor-map-card:hover .wm-flavor-map-card__content,
body .wm-flavor-map-card:hover .wm-flavor-map-card__meta,
body .wm-flavor-map-card:focus-visible .wm-flavor-map-card__content,
body .wm-flavor-map-card:focus-visible .wm-flavor-map-card__meta {
  border-color: color-mix(in srgb, var(--wm-card-accent) 42%, rgba(255, 255, 255, .12));
}

body .wm-flavor-map-card .wm-product-card__name {
  display: block;
  min-height: 3.15em;
  margin: 0;
  overflow: visible;
  color: #f7f7f8;
  font-family: "Wix Madefor Display", var(--ux-title-font, Arial, sans-serif);
  font-size: clamp(20px, 1.52vw, 25px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.025em;
  text-transform: none !important;
  white-space: normal !important;
  -webkit-line-clamp: unset;
}

body[data-wm-line] .wm-flavor-map-card .wm-product-card__name {
  text-transform: none !important;
  white-space: normal !important;
}

.wm-flavor-map-card__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.wm-flavor-map-card__profile {
  display: block;
  color: var(--wm-card-accent);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.wm-flavor-map-card__rating { margin-top: 15px; }

body .wm-flavor-map-card .taste-rating {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

body .wm-flavor-map-card .taste-row {
  display: grid;
  min-height: 11px;
  grid-template-columns: 58px auto;
  align-items: center;
  justify-content: start;
  gap: 7px;
}

body .wm-flavor-map-card .taste-label {
  color: #aeb3bc;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: lowercase;
}

body .wm-flavor-map-card .taste-icons {
  display: flex;
  align-items: center;
  gap: 3px;
}

body .wm-flavor-map-card .taste-diamond {
  display: block;
  width: 12px;
  height: 10px;
  flex: 0 0 auto;
  color: var(--wm-card-accent) !important;
  filter: none;
}

body .wm-flavor-map-card .taste-diamond svg {
  display: block;
  width: 100%;
  height: 100%;
}

.wm-flavor-map-card__description {
  display: -webkit-box;
  margin: 15px 0 0;
  padding-top: 13px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #d9dce1;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -.008em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.wm-flavor-map-card__meta {
  display: grid;
  min-height: 68px;
  padding: 12px 15px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-radius: 18px 18px 26px 26px;
}

.wm-flavor-map-card__quote {
  display: -webkit-box;
  overflow: hidden;
  color: #e8e9ec;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: .04em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.wm-flavor-map-card__coordinates {
  display: block;
  color: #8d949f;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  line-height: 1.2;
  white-space: nowrap;
}

.wm-flavor-map-card__details {
  position: absolute;
  z-index: 6;
  right: 13px;
  bottom: 13px;
  left: 13px;
  display: flex;
  min-height: 42px;
  padding: 0 8px 0 16px;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  color: #0d1015;
  background: rgba(249, 250, 252, .97);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .32), 0 0 24px color-mix(in srgb, var(--wm-card-accent) 12%, transparent);
  opacity: 0;
  transform: translateY(9px) scale(.98);
  transition: opacity .3s ease, transform .42s cubic-bezier(.2, .78, .25, 1);
  pointer-events: none;
}

.wm-flavor-map-card__details-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.wm-flavor-map-card__details-icon {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: #11151c;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

body .wm-flavor-map-card:hover .wm-flavor-map-card__meta,
body .wm-flavor-map-card:focus-visible .wm-flavor-map-card__meta { opacity: 0; }

body .wm-flavor-map-card:hover .wm-flavor-map-card__details,
body .wm-flavor-map-card:focus-visible .wm-flavor-map-card__details {
  opacity: 1;
  transform: none;
}

@media (min-width: 640px) and (max-width: 959px) {
  body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card {
    min-height: 650px !important;
    grid-template-rows: 320px minmax(0, 1fr);
  }

  body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual { height: 320px !important; }
  .wm-flavor-map-card__content { min-height: 245px; padding: 24px; }
  body .wm-flavor-map-card .wm-product-card__name { font-size: 27px; }
  .wm-flavor-map-card__description { font-size: 12px; }
  .wm-flavor-map-card__quote { font-size: 10px; }
  .wm-flavor-map-card__coordinates { font-size: 9px; }
}

@media (max-width: 639px) {
  .wm-product-grid:has(.wm-flavor-map-card) { gap: 18px 10px; }

  .wm-product-grid:has(.wm-flavor-map-card) .wm-flavor-map-card,
  body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card {
    min-height: 438px !important;
    width: 100% !important;
    grid-column: auto !important;
    justify-self: stretch !important;
    grid-template-rows: 152px minmax(0, 1fr);
    gap: 6px;
  }

  body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual {
    right: auto;
    left: auto;
    height: 152px !important;
    border-radius: 19px 19px 13px 13px !important;
  }

  body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual::before {
    width: 126px;
    height: 126px;
  }

  body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual::after {
    left: 18px;
    width: 48px;
    height: 4px;
  }

  body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual img,
  body .wm-product-card--legacy.wm-flavor-map-card:hover .wm-product-card__visual img,
  body .wm-product-card--legacy.wm-flavor-map-card:focus-visible .wm-product-card__visual img {
    height: 100% !important;
    transform: translateY(-1px) scale(1.08);
  }

  body .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__body {
    min-height: 0 !important;
    height: 100%;
    padding: 0 !important;
    gap: 6px;
  }

  .wm-flavor-map-card__content {
    min-height: 216px;
    padding: 14px 12px 12px;
    border-radius: 13px;
  }

  .wm-flavor-map-card__content::before {
    top: -4px;
    width: 8px;
    height: 8px;
  }

  body .wm-flavor-map-card .wm-product-card__name {
    min-height: 3.2em;
    font-size: 16px;
    line-height: 1.05;
    -webkit-line-clamp: unset;
  }

  .wm-flavor-map-card__heading { gap: 5px; }
  .wm-flavor-map-card__profile { font-size: 8px; }
  .wm-flavor-map-card__rating { margin-top: 11px; }
  body .wm-flavor-map-card .taste-rating { gap: 4px; }
  body .wm-flavor-map-card .taste-row { grid-template-columns: 34px auto; gap: 4px; }
  body .wm-flavor-map-card .taste-label { font-size: 8px; }
  body .wm-flavor-map-card .taste-icons { gap: 2px; }
  body .wm-flavor-map-card .taste-diamond { width: 9px; height: 8px; }

  .wm-flavor-map-card__description {
    margin-top: 10px;
    padding-top: 9px;
    font-size: 8.5px;
    line-height: 1.25;
    -webkit-line-clamp: 4;
  }

  .wm-flavor-map-card__meta {
    min-height: 58px;
    padding: 9px 46px 9px 10px;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    gap: 4px;
    border-radius: 13px 13px 19px 19px;
  }

  .wm-flavor-map-card__quote { font-size: 7.5px; -webkit-line-clamp: 1; }
  .wm-flavor-map-card__coordinates { font-size: 7px; }

  .wm-flavor-map-card__details {
    right: 9px;
    bottom: 9px;
    left: auto;
    width: 34px;
    min-height: 34px;
    padding: 3px;
    opacity: 1;
    transform: none;
  }

  .wm-flavor-map-card__details-label { display: none; }
  .wm-flavor-map-card__details-icon { width: 26px; height: 26px; font-size: 12px; line-height: 26px; }
}

@media (hover: none), (pointer: coarse) {
  body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:hover { transform: none !important; }
  body .wm-flavor-map-card:hover .wm-flavor-map-card__meta { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card,
  body .wm-flavor-map-card .wm-product-card__visual img,
  body .wm-flavor-map-card .wm-product-card__visual::before,
  .wm-flavor-map-card__details { transition-duration: .01ms !important; }
  body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:hover,
  body .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:focus-visible { transform: none !important; }
}

/* The earlier ice pilot used deliberately strong selectors; these resets let the
   shared multi-container component own the final geometry on that page too. */
body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card .wm-product-card__visual {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  width: 100% !important;
  height: 250px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .11) !important;
  background:
    radial-gradient(circle at 72% 16%, rgba(98, 220, 255, .14), transparent 38%),
    radial-gradient(ellipse at 50% 92%, rgba(255, 255, 255, .055), transparent 58%),
    linear-gradient(145deg, #11151c 0%, #090c11 100%) !important;
}

body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual img {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  transform: translateY(-2px) scale(1.08);
}

body[data-wm-line="ice"] .wm-flavor-map-card:hover .wm-product-card__visual img,
body[data-wm-line="ice"] .wm-flavor-map-card:focus-visible .wm-product-card__visual img {
  transform: translateY(-11px) scale(1.17);
}

body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__body {
  display: grid !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  gap: 8px;
  grid-template-rows: minmax(0, 1fr) auto;
}

body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__name {
  font-size: clamp(20px, 1.52vw, 25px);
  white-space: normal !important;
}

body[data-wm-line="ice"] .wm-flavor-map-card .taste-row {
  grid-template-columns: 58px auto;
  justify-content: start;
  gap: 7px;
}

body[data-wm-line="ice"] .wm-flavor-map-card .taste-label {
  color: #aeb3bc;
  font-size: 10px;
}

body[data-wm-line="ice"] .wm-flavor-map-card .taste-diamond {
  width: 12px;
  height: 10px;
  color: var(--wm-card-accent) !important;
}

body[data-wm-line="ice"] .wm-flavor-map-card .wm-flavor-map-card__details {
  right: 13px;
  bottom: 13px;
  left: 13px;
}

@media (min-width: 640px) and (max-width: 959px) {
  body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual { height: 320px !important; }
  body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__name { font-size: 27px; }
}

@media (max-width: 639px) {
  body[data-wm-line="ice"] .wm-product-grid:has(.wm-flavor-map-card) .wm-flavor-map-card {
    width: 100% !important;
    min-height: 438px !important;
    grid-column: auto !important;
    justify-self: stretch !important;
  }

  body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual {
    right: auto !important;
    left: auto !important;
    height: 152px !important;
  }

  body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual img,
  body[data-wm-line="ice"] .wm-flavor-map-card:hover .wm-product-card__visual img,
  body[data-wm-line="ice"] .wm-flavor-map-card:focus-visible .wm-product-card__visual img {
    transform: translateY(-1px) scale(1.08);
  }

  body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__body {
    padding: 0 !important;
    gap: 6px;
  }

  body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__name { font-size: 16px; }
  body[data-wm-line="ice"] .wm-flavor-map-card .taste-row { grid-template-columns: 34px auto; gap: 4px; }
  body[data-wm-line="ice"] .wm-flavor-map-card .taste-label { font-size: 8px; }
  body[data-wm-line="ice"] .wm-flavor-map-card .taste-diamond { width: 9px; height: 8px; }
  body[data-wm-line="ice"] .wm-flavor-map-card .wm-flavor-map-card__details {
    right: 9px;
    bottom: 9px;
    left: auto;
  }
}

/* Depth multi-container v2: brandbook page 24 geometry with lightweight 3D motion. */
.wm-product-grid:has(.wm-flavor-map-card) {
  perspective: 1400px;
  perspective-origin: 50% 28%;
}

body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card {
  --wm-card-rx: 0deg;
  --wm-card-ry: 0deg;
  --wm-card-lift: 0px;
  --wm-product-x: 0px;
  --wm-product-y: 0px;
  --wm-visual-x: 0px;
  --wm-visual-y: 0px;
  --wm-grid-x: 0px;
  --wm-grid-y: 0px;
  --wm-content-x: 0px;
  --wm-content-y: 0px;
  --wm-depth-glow-x: 50%;
  --wm-depth-glow-y: 46%;
  --wm-visual-h: 300px;
  position: relative;
  display: grid;
  min-height: 648px !important;
  height: 100%;
  gap: 10px;
  grid-template-rows: var(--wm-visual-h) minmax(0, 1fr);
  isolation: isolate;
  overflow: visible;
  transform: translateY(var(--wm-card-lift)) !important;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  transition: transform .52s cubic-bezier(.16, 1, .3, 1), filter .45s ease !important;
  will-change: auto;
}

body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card.is-depth-active,
body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:hover,
body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:focus-visible {
  --wm-card-lift: -5px;
  filter: drop-shadow(0 32px 30px rgba(6, 10, 17, .22));
  transition-duration: .15s, .35s !important;
  will-change: transform;
}

body[data-wm-line] .wm-flavor-map-card__aura {
  position: absolute;
  z-index: -1 !important;
  inset: 12% -10% 7%;
  display: block !important;
  border-radius: 42%;
  background: radial-gradient(circle at var(--wm-depth-glow-x) var(--wm-depth-glow-y), color-mix(in srgb, var(--wm-card-accent) 24%, transparent), transparent 58%);
  filter: blur(34px);
  opacity: .18;
  pointer-events: none;
  transform: scale(.96);
  transition: opacity .45s ease, transform .55s cubic-bezier(.16, 1, .3, 1);
}

body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__aura,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__aura {
  opacity: .48;
  transform: scale(1.06);
}

body[data-wm-line] .wm-flavor-map-card__connector {
  position: absolute;
  z-index: 14 !important;
  top: calc(var(--wm-visual-h) - 8px);
  left: 50%;
  display: grid !important;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  place-items: center;
  border: 6px solid #f5f5f3;
  border-radius: 50%;
  background: #0a0d13;
  box-shadow: 0 0 0 1px rgba(11, 16, 23, .18), 0 7px 18px rgba(4, 7, 12, .2);
  pointer-events: none;
  transform: translateX(-50%);
}

body[data-wm-line] .wm-flavor-map-card__connector i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wm-card-accent);
  box-shadow: 0 0 12px color-mix(in srgb, var(--wm-card-accent) 72%, transparent);
}

body[data-wm-line] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual,
body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual {
  position: relative !important;
  z-index: 3;
  inset: auto !important;
  display: grid !important;
  width: 100% !important;
  height: var(--wm-visual-h) !important;
  min-height: 0 !important;
  padding: 10px !important;
  box-sizing: border-box;
  place-items: center;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 28px 28px 20px 20px !important;
  background:
    radial-gradient(circle at var(--wm-depth-glow-x) var(--wm-depth-glow-y), color-mix(in srgb, var(--wm-card-accent) 25%, transparent) 0, transparent 38%),
    linear-gradient(145deg, #111620 0%, #070a10 62%, #030509 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .08),
    inset 0 -42px 80px rgba(0, 0, 0, .3),
    0 16px 36px rgba(4, 7, 12, .18);
  pointer-events: none;
  transform: perspective(850px) translate3d(var(--wm-visual-x), var(--wm-visual-y), 0) rotateX(var(--wm-card-rx)) rotateY(var(--wm-card-ry));
  transform-style: preserve-3d;
  transition: transform .44s cubic-bezier(.16, 1, .3, 1), border-color .35s ease, box-shadow .35s ease;
}

body[data-wm-line] .wm-product-card--legacy.wm-flavor-map-card:hover .wm-product-card__visual,
body[data-wm-line] .wm-product-card--legacy.wm-flavor-map-card:focus-visible .wm-product-card__visual {
  border-color: color-mix(in srgb, var(--wm-card-accent) 42%, rgba(255, 255, 255, .16)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .11),
    inset 0 -42px 80px rgba(0, 0, 0, .24),
    0 23px 44px rgba(4, 7, 12, .28),
    0 0 34px color-mix(in srgb, var(--wm-card-accent) 12%, transparent);
}

body[data-wm-line] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual::before {
  position: absolute;
  z-index: 1;
  inset: 17px;
  display: block !important;
  width: auto;
  height: auto;
  border: 1px solid color-mix(in srgb, var(--wm-card-accent) 23%, transparent);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 35%, rgba(255, 255, 255, .07) 35.2% 35.7%, transparent 36% 51%, color-mix(in srgb, var(--wm-card-accent) 16%, transparent) 51.3% 51.8%, transparent 52.1% 68%, rgba(255, 255, 255, .045) 68.3% 68.8%, transparent 69.2%);
  content: "";
  opacity: .55;
  transform: translateZ(7px) rotate(-7deg) scale(.91);
  transition: opacity .45s ease, transform .9s cubic-bezier(.16, 1, .3, 1);
}

body[data-wm-line] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual::after {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 28px;
  display: block !important;
  width: 74px;
  height: 5px;
  border-radius: 0 0 7px 7px;
  background: linear-gradient(90deg, transparent, var(--wm-card-accent) 22% 78%, transparent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--wm-card-accent) 40%, transparent);
  content: "";
  opacity: .84;
}

body[data-wm-line] .wm-flavor-map-card:hover .wm-product-card__visual::before,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-product-card__visual::before {
  opacity: .92;
  transform: translateZ(7px) rotate(4deg) scale(1.03);
}

.wm-flavor-map-card__visual-grid,
.wm-flavor-map-card__orbit,
.wm-flavor-map-card__spotlight {
  position: absolute;
  display: block;
  pointer-events: none;
}

.wm-flavor-map-card__visual-grid {
  z-index: 0;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .42) 0 1px, transparent 1.4px),
    radial-gradient(circle, color-mix(in srgb, var(--wm-card-accent) 60%, white) 0 1px, transparent 1.5px);
  background-position: 8px 11px, 31px 28px;
  background-size: 43px 43px, 69px 69px;
  opacity: .2;
  transform: translate3d(var(--wm-grid-x), var(--wm-grid-y), 0);
  transition: opacity .4s ease;
}

.wm-flavor-map-card__spotlight {
  z-index: 1;
  inset: -22%;
  background: radial-gradient(circle at var(--wm-depth-glow-x) var(--wm-depth-glow-y), rgba(255, 255, 255, .19), transparent 17%);
  mix-blend-mode: screen;
  opacity: .28;
  transition: opacity .36s ease;
}

.wm-flavor-map-card__orbit {
  z-index: 1;
  width: 74%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  opacity: .72;
  transform: translateZ(10px) rotate(18deg);
  transition: opacity .45s ease, transform .85s cubic-bezier(.16, 1, .3, 1);
}

.wm-flavor-map-card__orbit i {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--wm-card-accent);
  box-shadow: 0 0 13px color-mix(in srgb, var(--wm-card-accent) 76%, transparent);
}

.wm-flavor-map-card__orbit i:nth-child(1) { top: 8%; left: 24%; }
.wm-flavor-map-card__orbit i:nth-child(2) { top: 57%; right: -3px; width: 7px; height: 7px; }
.wm-flavor-map-card__orbit i:nth-child(3) { bottom: 6%; left: 17%; width: 3px; height: 3px; }

@keyframes wm-flavor-orbit-drift {
  from { transform: translateZ(10px) rotate(18deg) scale(1.02); }
  to { transform: translateZ(10px) rotate(378deg) scale(1.02); }
}

body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__visual-grid,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__visual-grid { opacity: .34; }

body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__spotlight,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__spotlight { opacity: .62; }

body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__orbit,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__orbit {
  opacity: 1;
  animation: wm-flavor-orbit-drift 13s linear infinite;
}

body[data-wm-line] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual img,
body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual img,
body[data-wm-line="ice"] .wm-flavor-map-card:hover .wm-product-card__visual img,
body[data-wm-line="ice"] .wm-flavor-map-card:focus-visible .wm-product-card__visual img {
  position: relative !important;
  z-index: 4;
  inset: auto !important;
  display: block;
  width: 94% !important;
  height: 94% !important;
  max-width: 94% !important;
  max-height: 94% !important;
  padding: 0 !important;
  object-fit: contain !important;
  filter: drop-shadow(0 25px 22px rgba(0, 0, 0, .56));
  transform: translate3d(var(--wm-product-x), var(--wm-product-y), 62px) scale(1.01);
  transform-origin: 50% 54%;
  transition: filter .5s ease, transform .58s cubic-bezier(.16, 1, .3, 1) !important;
  will-change: auto;
}

body[data-wm-line] .wm-flavor-map-card.is-depth-active .wm-product-card__visual img,
body[data-wm-line] .wm-flavor-map-card:hover .wm-product-card__visual img,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-product-card__visual img {
  filter: drop-shadow(0 32px 26px rgba(0, 0, 0, .65)) drop-shadow(0 0 20px color-mix(in srgb, var(--wm-card-accent) 17%, transparent));
  transform: translate3d(var(--wm-product-x), var(--wm-product-y), 78px) scale(1.065);
  will-change: transform;
}

body[data-wm-line] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__body,
body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__body {
  position: relative;
  z-index: 2;
  display: grid !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  gap: 10px;
  grid-template-rows: minmax(0, 1fr) auto;
  background: transparent !important;
  transform: none;
  transform-style: preserve-3d;
  transition: transform .48s cubic-bezier(.16, 1, .3, 1);
}

body[data-wm-line] .wm-flavor-map-card__content,
body[data-wm-line] .wm-flavor-map-card__meta {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  background:
    radial-gradient(circle at var(--wm-depth-glow-x) 0%, color-mix(in srgb, var(--wm-card-accent) 14%, transparent), transparent 43%),
    linear-gradient(145deg, rgba(18, 23, 32, .99), rgba(7, 10, 15, .995));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 13px 28px rgba(5, 8, 13, .15);
  opacity: 1 !important;
  transition: border-color .35s ease, box-shadow .35s ease, transform .45s cubic-bezier(.16, 1, .3, 1), opacity .3s ease;
}

body[data-wm-line] .wm-flavor-map-card__content {
  min-height: 252px;
  padding: 23px 22px 20px;
  border-radius: 20px;
  transform: none;
}

body[data-wm-line] .wm-flavor-map-card__content::before {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 3px solid #0a0d13;
  border-radius: 50%;
  background: var(--wm-card-accent);
  box-shadow: 0 0 14px color-mix(in srgb, var(--wm-card-accent) 40%, transparent);
  content: "";
  transform: translateX(-50%);
}

body[data-wm-line] .wm-flavor-map-card__content::after {
  position: absolute;
  z-index: -1;
  right: -40px;
  bottom: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid color-mix(in srgb, var(--wm-card-accent) 14%, transparent);
  border-radius: 50%;
  content: "";
  opacity: .55;
}

body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__content,
body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__meta,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__content,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__meta {
  border-color: color-mix(in srgb, var(--wm-card-accent) 43%, rgba(255, 255, 255, .15));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 19px 34px rgba(5, 8, 13, .23);
}

body[data-wm-line] .wm-flavor-map-card .wm-product-card__name,
body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__name {
  display: block;
  min-height: 2.08em;
  margin: 0;
  color: #fafbff;
  font-family: "Wix Madefor Display", var(--ux-title-font, Arial, sans-serif);
  font-size: clamp(21px, 1.52vw, 26px);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -.035em;
  text-wrap: balance;
  text-transform: none !important;
  white-space: normal !important;
}

body[data-wm-line] .wm-flavor-map-card__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

body[data-wm-line] .wm-flavor-map-card__profile {
  display: block;
  color: var(--wm-card-accent);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: .08em;
  text-shadow: 0 0 15px color-mix(in srgb, var(--wm-card-accent) 24%, transparent);
  text-transform: uppercase;
}

body[data-wm-line] .wm-flavor-map-card__rating { margin-top: 16px; }

body[data-wm-line] .wm-flavor-map-card .taste-rating {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
}

body[data-wm-line] .wm-flavor-map-card .taste-row,
body[data-wm-line="ice"] .wm-flavor-map-card .taste-row {
  display: grid;
  min-height: 12px;
  grid-template-columns: 58px auto;
  align-items: center;
  justify-content: start;
  gap: 8px;
}

body[data-wm-line] .wm-flavor-map-card .taste-label,
body[data-wm-line="ice"] .wm-flavor-map-card .taste-label {
  color: #aeb5c0;
  font-size: 10px;
  font-weight: 430;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: lowercase;
}

body[data-wm-line] .wm-flavor-map-card .taste-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}

body[data-wm-line] .wm-flavor-map-card .taste-diamond,
body[data-wm-line="ice"] .wm-flavor-map-card .taste-diamond {
  display: block;
  width: 12px;
  height: 10px;
  flex: 0 0 auto;
  color: var(--wm-card-accent) !important;
  filter: drop-shadow(0 0 5px color-mix(in srgb, var(--wm-card-accent) 23%, transparent));
}

body[data-wm-line] .wm-flavor-map-card__description {
  display: -webkit-box;
  margin: 16px 0 0;
  padding-top: 14px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #d9dee7;
  font-size: 10.8px;
  font-weight: 430;
  line-height: 1.36;
  letter-spacing: -.006em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body[data-wm-line] .wm-flavor-map-card__meta {
  display: grid;
  min-height: 72px;
  padding: 13px 16px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border-radius: 20px 20px 28px 28px;
  transform: none;
}

body[data-wm-line] .wm-flavor-map-card__meta::before {
  position: absolute;
  top: -1px;
  right: 39px;
  width: 34px;
  height: 9px;
  border-radius: 0 0 11px 11px;
  background: #f5f5f3;
  content: "";
  opacity: .96;
}

body[data-wm-line] .wm-flavor-map-card__quote {
  display: -webkit-box;
  overflow: hidden;
  color: #eef0f5;
  font-size: 9px;
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: .045em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  transition: opacity .25s ease, transform .35s cubic-bezier(.16, 1, .3, 1);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body[data-wm-line] .wm-flavor-map-card__coordinates {
  display: block;
  color: #8e97a4;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 8px;
  line-height: 1.2;
  white-space: nowrap;
  transition: opacity .25s ease, transform .35s cubic-bezier(.16, 1, .3, 1);
}

body[data-wm-line] .wm-flavor-map-card__details,
body[data-wm-line="ice"] .wm-flavor-map-card .wm-flavor-map-card__details {
  position: absolute;
  z-index: 18;
  right: 10px;
  bottom: 10px;
  left: auto;
  display: flex;
  width: 40px;
  min-height: 40px;
  padding: 4px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  color: #0b0e13;
  background: rgba(249, 251, 255, .97);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .31), 0 0 25px color-mix(in srgb, var(--wm-card-accent) 15%, transparent);
  opacity: 1;
  transform: none;
  transform-origin: 100% 50%;
  transition: width .52s cubic-bezier(.16, 1, .3, 1), box-shadow .3s ease, transform .52s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

body[data-wm-line] .wm-flavor-map-card__details-label {
  display: block;
  max-width: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
  opacity: 0;
  white-space: nowrap;
  transform: translateX(8px);
  transition: max-width .52s cubic-bezier(.16, 1, .3, 1), opacity .23s ease, transform .43s cubic-bezier(.16, 1, .3, 1);
}

body[data-wm-line] .wm-flavor-map-card__details-icon {
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #1c2530, #07090d);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1), background .3s ease;
}

body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__details,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__details {
  width: calc(100% - 20px);
  transform: translateY(-1px);
}

body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__details-label,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__details-label {
  max-width: 180px;
  opacity: 1;
  transform: none;
}

body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__details-icon,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__details-icon {
  background: color-mix(in srgb, var(--wm-card-accent) 58%, #10141b);
  transform: rotate(45deg);
}

body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__meta > .wm-flavor-map-card__quote,
body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__meta > .wm-flavor-map-card__coordinates,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__meta > .wm-flavor-map-card__quote,
body[data-wm-line] .wm-flavor-map-card:focus-visible .wm-flavor-map-card__meta > .wm-flavor-map-card__coordinates {
  opacity: 0;
  transform: translateY(6px);
}

@media (min-width: 640px) and (max-width: 1199px) {
  body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card {
    --wm-visual-h: 300px;
    min-height: 646px !important;
  }
}

@media (max-width: 639px) {
  body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card,
  body[data-wm-line="ice"] .wm-product-grid:has(.wm-flavor-map-card) .wm-flavor-map-card {
    --wm-visual-h: 250px;
    min-height: 568px !important;
    width: 100% !important;
    grid-column: auto !important;
    justify-self: stretch !important;
    gap: 8px;
    grid-template-rows: var(--wm-visual-h) minmax(0, 1fr);
  }

  body[data-wm-line] .wm-product-card--legacy.wm-flavor-map-card .wm-product-card__visual,
  body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card .wm-product-card__visual {
    height: var(--wm-visual-h) !important;
    padding: 8px !important;
    border-radius: 22px 22px 16px 16px !important;
  }

  body[data-wm-line] .wm-flavor-map-card__connector {
    top: calc(var(--wm-visual-h) - 7px);
    width: 23px;
    height: 23px;
    border-width: 5px;
  }

  body[data-wm-line] .wm-flavor-map-card__content {
    min-height: 228px;
    padding: 18px 18px 15px;
    border-radius: 16px;
  }

  body[data-wm-line] .wm-flavor-map-card .wm-product-card__name,
  body[data-wm-line="ice"] .wm-flavor-map-card .wm-product-card__name {
    min-height: 2.08em;
    font-size: 22px;
  }

  body[data-wm-line] .wm-flavor-map-card__description {
    font-size: 10px;
    -webkit-line-clamp: 3;
  }

  body[data-wm-line] .wm-flavor-map-card__meta {
    min-height: 66px;
    padding: 11px 14px;
    border-radius: 16px 16px 22px 22px;
  }

  body[data-wm-line] .wm-flavor-map-card__quote { font-size: 8.5px; }
  body[data-wm-line] .wm-flavor-map-card__coordinates { font-size: 7.5px; }
  body[data-wm-line] .wm-flavor-map-card__details,
  body[data-wm-line="ice"] .wm-flavor-map-card .wm-flavor-map-card__details { right: 9px; bottom: 9px; }
}

@media (max-width: 479px) {
  .wm-product-grid:has(.wm-flavor-map-card) {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card {
    width: min(340px, 100%) !important;
    justify-self: center !important;
  }
}

@media (hover: none), (pointer: coarse) {
  body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card,
  body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:hover {
    --wm-card-rx: 0deg;
    --wm-card-ry: 0deg;
    --wm-card-lift: 0px;
    --wm-product-x: 0px;
    --wm-product-y: 0px;
    transform: none !important;
  }

  body[data-wm-line] .wm-flavor-map-card:hover .wm-product-card__visual img { transform: translate3d(0, 0, 62px) scale(1.01); }
  body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__details { width: 40px; transform: none; }
  body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__details-label { max-width: 0; opacity: 0; }
  body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__details-icon { transform: none; }
  body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__orbit { animation: none; }
  body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__meta > .wm-flavor-map-card__quote,
  body[data-wm-line] .wm-flavor-map-card:hover .wm-flavor-map-card__meta > .wm-flavor-map-card__coordinates { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card,
  body[data-wm-line] .wm-flavor-map-card__aura,
  body[data-wm-line] .wm-flavor-map-card .wm-product-card__visual,
  body[data-wm-line] .wm-flavor-map-card .wm-product-card__visual::before,
  body[data-wm-line] .wm-flavor-map-card .wm-product-card__visual img,
  body[data-wm-line] .wm-flavor-map-card__orbit,
  body[data-wm-line] .wm-flavor-map-card__content,
  body[data-wm-line] .wm-flavor-map-card__meta,
  body[data-wm-line] .wm-flavor-map-card__details,
  body[data-wm-line] .wm-flavor-map-card__details-label,
  body[data-wm-line] .wm-flavor-map-card__details-icon { transition-duration: .01ms !important; }

  body[data-wm-line] .wm-flavor-map-card__orbit { animation: none !important; }

  body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card,
  body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:hover,
  body[data-wm-line] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card:focus-visible { transform: none !important; }
}

/* Cold-line single-card prototype: two full panels, circular cut-out and hover moon. */
body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card--ice-prototype {
  --wm-visual-h: 310px;
  min-height: 648px !important;
  gap: 8px;
  grid-template-rows: var(--wm-visual-h) minmax(0, 1fr);
}

body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card--ice-prototype.is-depth-active,
body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card--ice-prototype:hover,
body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card--ice-prototype:focus-visible {
  transition-duration: 1.05s, .7s !important;
}

body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card.wm-flavor-map-card--ice-prototype .wm-product-card__visual {
  height: var(--wm-visual-h) !important;
  overflow: hidden !important;
  border-radius: 28px 28px 22px 22px !important;
  -webkit-mask: radial-gradient(circle 22px at 50% 100%, transparent 21px, #000 22px);
  mask: radial-gradient(circle 22px at 50% 100%, transparent 21px, #000 22px);
}

body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card.wm-flavor-map-card--ice-prototype .wm-product-card__visual img,
body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card.wm-flavor-map-card--ice-prototype:hover .wm-product-card__visual img,
body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card.wm-flavor-map-card--ice-prototype:focus-visible .wm-product-card__visual img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  transition: filter .9s ease, transform 1.2s cubic-bezier(.16, 1, .3, 1) !important;
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__connector {
  top: calc(var(--wm-visual-h) + 4px);
  width: 38px;
  height: 38px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: 0 0 16px color-mix(in srgb, var(--wm-card-accent) 30%, transparent);
  transform: translate(-50%, -50%) translateZ(90px);
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__connector::after {
  position: absolute;
  z-index: 2;
  inset: 6px -4px;
  border: 1px solid color-mix(in srgb, var(--wm-card-accent) 62%, transparent);
  border-radius: 50%;
  content: "";
  opacity: .8;
  pointer-events: none;
  transform: rotate(-22deg);
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__connector img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  filter: saturate(1.18) drop-shadow(0 0 8px color-mix(in srgb, var(--wm-card-accent) 56%, transparent));
  transform: rotate(0deg);
  will-change: transform;
}

body[data-wm-line="ice"] .wm-product-card--legacy.wm-flavor-map-card--ice-prototype .wm-product-card__body {
  position: relative;
  display: block !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px 22px 28px 28px;
  background:
    radial-gradient(circle at 50% 0%, color-mix(in srgb, var(--wm-card-accent) 14%, transparent), transparent 42%),
    linear-gradient(145deg, rgba(18, 23, 32, .995), rgba(6, 9, 14, 1)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 13px 28px rgba(5, 8, 13, .16);
  -webkit-mask: radial-gradient(circle 22px at 50% 0, transparent 21px, #000 22px);
  mask: radial-gradient(circle 22px at 50% 0, transparent 21px, #000 22px);
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-product-card__body::after {
  position: absolute;
  z-index: 9;
  inset: 28% 0 0;
  background: linear-gradient(180deg, transparent 0%, rgba(2, 4, 7, .38) 35%, rgba(1, 2, 4, .93) 82%, #010204 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity .52s cubic-bezier(.16, 1, .3, 1);
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:hover .wm-product-card__body::after,
body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:focus-visible .wm-product-card__body::after {
  opacity: 1;
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__content {
  z-index: 2;
  height: 100%;
  min-height: 0;
  padding: 28px 22px 82px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__content::before,
body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__content::after {
  display: none;
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__description {
  transition: opacity .38s ease, transform .48s cubic-bezier(.16, 1, .3, 1);
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__meta {
  position: absolute;
  z-index: 3;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: grid;
  min-height: 32px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: opacity .36s ease, transform .46s cubic-bezier(.16, 1, .3, 1);
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__meta::before {
  display: none;
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:hover .wm-flavor-map-card__description,
body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:focus-visible .wm-flavor-map-card__description {
  opacity: .2;
  transform: translateY(-4px);
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:hover .wm-flavor-map-card__meta,
body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:focus-visible .wm-flavor-map-card__meta {
  opacity: .08 !important;
  transform: translateY(7px);
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__details {
  z-index: 14;
  right: 16px;
  bottom: 16px;
  left: 16px;
  width: auto;
  min-height: 48px;
  padding: 5px 6px 5px 17px;
  justify-content: space-between;
  gap: 12px;
  border-radius: 16px;
  opacity: 0;
  transform: translateY(18px) scale(.98);
  transition: opacity .32s ease, transform .58s cubic-bezier(.16, 1, .3, 1), box-shadow .35s ease;
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__details-label {
  max-width: 160px;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity .3s ease .06s, transform .5s cubic-bezier(.16, 1, .3, 1) .03s;
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:hover .wm-flavor-map-card__details,
body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:focus-visible .wm-flavor-map-card__details {
  width: auto;
  opacity: 1;
  transform: none;
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:hover .wm-flavor-map-card__details-label,
body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:focus-visible .wm-flavor-map-card__details-label {
  max-width: 160px;
  opacity: 1;
  transform: none;
}

body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:hover .wm-flavor-map-card__details-icon,
body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype:focus-visible .wm-flavor-map-card__details-icon {
  transform: rotate(45deg);
}

@media (max-width: 639px) {
  body[data-wm-line="ice"] .wm-product-card--legacy.wm-cosmic-card.wm-flavor-map-card--ice-prototype {
    --wm-visual-h: 260px;
    min-height: 586px !important;
  }

  body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__content {
    padding: 25px 18px 76px;
  }

  body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__meta {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }
}

@media (hover: none), (pointer: coarse) {
  body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__details {
    right: 12px;
    bottom: 12px;
    left: auto;
    width: 42px;
    min-height: 42px;
    padding: 5px;
    opacity: 1;
    transform: none;
  }

  body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__details-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-wm-line="ice"] .wm-flavor-map-card--ice-prototype .wm-flavor-map-card__connector img {
    transform: none !important;
  }
}
