@charset "UTF-8";
.ifx {
  --ifx-blue: #1e88e5;
  --ifx-blue-2: #4fc3f7;
  --ifx-ink: #172033;
  --ifx-muted: #64748b;
  --ifx-line: #dce8f5;
  --ifx-surface: #ffffff;
  --ifx-soft: #f4f9fd;
  --ifx-green: #22c55e;
  --ifx-radius: 8px;
  color: var(--ifx-ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.ifx :where(a, button, input, select, textarea, summary):focus,
.icefamily-order-elementor-widget :where(a, button, input, select, textarea):focus {
  outline: none;
  box-shadow: none;
}

.ifx :where(a, button, input, select, textarea, summary):focus-visible,
.icefamily-order-elementor-widget :where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid rgba(30, 136, 229, 0.42);
  outline-offset: 3px;
  box-shadow: none;
}

.ifx a {
  color: inherit;
}

.ifx-container {
  width: min(80rem, 100% - 32px);
  margin: 0 auto;
}

.ifx-narrow {
  width: min(780px, 100% - 32px);
}

.ifx-section {
  padding: 4.5rem 0;
}

.ifx-tight {
  padding: 2.125rem 0;
}

.ifx-center {
  text-align: center;
}

.ifx-section-head {
  max-width: 780px;
  margin: 0 0 2.125rem;
  text-align: left;
}

.ifx-section-head.ifx-center,
.ifx-center .ifx-section-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ifx-eyebrow {
  margin: 0 0 0.625rem;
  color: var(--ifx-blue);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.ifx-title {
  margin: 0;
  line-height: 1.05;
  font-weight: 800;
  color: var(--ifx-ink);
}

h1.ifx-title {
  font-size: clamp(2.375rem, 5vw, 4rem);
}

h2.ifx-title {
  font-size: clamp(1.875rem, 3vw, 2.75rem);
  line-height: 1.12;
}

h3.ifx-title {
  font-size: clamp(1.5rem, 2.4vw, 2.125rem);
  line-height: 1.16;
}

.ifx-title span,
.ifx-stat strong,
.ifx-melt-visual strong {
  color: var(--ifx-blue);
}

.ifx-intro {
  margin: 1.125rem 0 0;
  max-width: 680px;
  color: var(--ifx-muted);
  font-size: 1.0625rem;
  line-height: 1.65;
}

.ifx-section-head.ifx-center .ifx-intro,
.ifx-center .ifx-section-head .ifx-intro {
  margin-right: auto;
  margin-left: auto;
}

.ifx-page-hero {
  padding: 5.5rem 0 4.5rem;
  background: linear-gradient(180deg, #f4f9fd 0%, #ffffff 100%);
  border-bottom: 1px solid var(--ifx-line);
}

.ifx-card-grid,
.ifx-highlight-grid,
.ifx-product-grid,
.ifx-stat-grid,
.ifx-weather-grid,
.ifx-recipe-grid,
.ifx-spec-grid,
.ifx-page-card-grid,
.ifx-blue-block-grid {
  display: grid;
  gap: 18px;
}

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

.ifx-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.ifx-highlight-grid,
.ifx-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ifx-two-col,
.ifx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 3rem;
}

.ifx-check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 1.25rem 0 0;
  list-style: none;
}

.ifx-check-list li,
.ifx-pills li,
.ifx-contact-line,
.ifx-weather-foot {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.ifx-icon {
  display: inline-flex;
  flex: 0 0 auto;
  color: var(--ifx-blue);
}

.ifx-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: var(--ifx-blue);
  color: #fff;
  padding: 0.3125rem 0.625rem;
  font-size: 0.6875rem;
  font-weight: 800;
}

.ifx-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ifx-btn,
.ifx-inline-link,
.ifx-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.ifx-btn:hover,
.ifx-inline-link:hover,
.ifx-icon-btn:hover {
  transform: translateY(-1px);
}

.ifx-btn svg,
.ifx-icon svg,
.ifx-inline-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ifx-btn > .ifx-icon,
.ifx-inline-link > .ifx-icon {
  color: inherit;
}

.ifx-btn-primary,
.ifx-btn-small {
  min-height: 44px;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, oklch(55% 0.2 252deg), oklch(62% 0.18 252deg));
  color: #fff;
  box-shadow: oklch(55% 0.2 252deg / 0.5) 0px 18px 40px -12px;
}

.ifx-home-hero .ifx-actions > .ifx-btn-primary,
.ifx-home-hero .ifx-delivery-panel .ifx-panel-cta,
.elementor .ifx.ifx-home-hero .ifx-actions > .ifx-btn-primary,
.elementor .ifx.ifx-home-hero .ifx-delivery-panel .ifx-panel-cta {
  color: #fff;
  background: linear-gradient(135deg, oklch(55% 0.2 252deg), oklch(62% 0.18 252deg));
  box-shadow: oklch(55% 0.2 252deg / 0.5) 0px 18px 40px -12px;
}

.ifx-home-hero .ifx-actions > .ifx-btn-primary:hover,
.ifx-home-hero .ifx-actions > .ifx-btn-primary:focus,
.ifx-home-hero .ifx-actions > .ifx-btn-primary:focus-visible,
.ifx-home-hero .ifx-delivery-panel .ifx-panel-cta:hover,
.ifx-home-hero .ifx-delivery-panel .ifx-panel-cta:focus,
.ifx-home-hero .ifx-delivery-panel .ifx-panel-cta:focus-visible {
  color: #fff;
}

.ifx-btn-secondary {
  min-height: 44px;
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--ifx-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ifx-ink);
}

.ifx-btn-small {
  min-height: 36px;
  padding: 0.5625rem 0.875rem;
  font-size: 0.8125rem;
}

.ifx-inline-link {
  margin-top: 18px;
  color: var(--ifx-blue);
  font-size: 0.875rem;
}

.ifx-card,
.ifx-mini-card,
.ifx-product-card,
.ifx-price-card,
.ifx-article-card,
.ifx-page-card,
.ifx-details,
.ifx-cta {
  border: 1px solid var(--ifx-line);
  border-radius: var(--ifx-radius);
  background: var(--ifx-surface);
  box-shadow: 0 16px 38px -34px rgba(30, 136, 229, 0.55);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .ifx-card:hover,
  .ifx-mini-card:hover,
  .ifx-product-card:hover,
  .ifx-price-card:hover,
  .ifx-article-card:hover,
  .ifx-page-card:hover,
  .ifx-details:hover,
  .ifx-cta:hover {
    transform: translateY(-3px);
    border-color: rgba(30, 136, 229, 0.45);
  }
}
.ifx-card {
  position: relative;
  padding: 1.625rem;
}

.ifx-card.is-featured,
.ifx-page-card.is-featured {
  border-color: rgba(30, 136, 229, 0.45);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f1f8ff 100%);
  overflow: visible;
}

.ifx-card.is-featured {
  padding-top: 4.25rem;
}

.ifx-card.is-featured > .ifx-badge {
  position: absolute;
  top: 0;
  left: 2rem;
  z-index: 1;
  transform: translateY(-50%);
}

.ifx-card h3,
.ifx-product-card h3,
.ifx-article-card h3,
.ifx-page-card h3,
.ifx-price-card strong {
  margin: 0;
  font-size: 1.3125rem;
  line-height: 1.2;
  color: var(--ifx-ink);
}

.ifx-card p,
.ifx-product-card p,
.ifx-article-card p,
.ifx-page-card p,
.ifx-price-card p {
  margin: 0.625rem 0 0;
  color: var(--ifx-muted);
  line-height: 1.55;
}

.ifx.ifx-page-cards-section .ifx-page-card {
  display: flex;
  min-height: 152px;
  flex-direction: column;
  align-items: flex-start;
  border-color: #d7e2ec;
  border-radius: 26px;
  background: #f8fbff;
  box-shadow: 0 16px 30px rgba(23, 32, 51, 0.05);
  padding: 1.75rem 2rem 1.5rem;
}

.ifx.ifx-page-cards-section .ifx-page-card h3 {
  margin: 0;
  color: var(--ifx-ink);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: 0;
}

.ifx.ifx-page-cards-section .ifx-page-card p {
  margin: 0.875rem 0 0;
  color: #5f6d7f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
}

.ifx.ifx-page-cards-section .ifx-page-card .ifx-inline-link {
  margin-top: auto;
  padding-top: 18px;
  color: var(--ifx-blue);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.ifx.ifx-page-cards-section .ifx-page-card .ifx-inline-link svg {
  width: 18px;
  height: 18px;
}

.ifx-home-hero {
  position: relative;
  z-index: 0;
  padding: 5.375rem 0 2.875rem;
  background: radial-gradient(760px 420px at 28% 20%, rgba(79, 195, 247, 0.17), transparent 68%), radial-gradient(680px 430px at 77% 40%, rgba(30, 136, 229, 0.16), transparent 68%), linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
  isolation: isolate;
  overflow: hidden;
}

.ifx-hero-copy .ifx-section-head {
  margin: 0 0 1.75rem;
}

.ifx-hero-copy .ifx-section-head:not(.ifx-center) {
  text-align: left;
}

.ifx-home-hero .ifx-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.1fr);
  gap: 42px;
  align-items: center;
}

.ifx-home-hero .ifx-hero-head {
  max-width: 640px;
}

.ifx-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 0 2.125rem;
  border: 1px solid rgba(30, 136, 229, 0.32);
  border-radius: 999px;
  background: rgba(30, 136, 229, 0.07);
  color: var(--ifx-blue);
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 850;
  line-height: 1;
}

.ifx-hero-pill .ifx-icon svg {
  width: 17px;
  height: 17px;
}

.ifx-home-hero .ifx-hero-title,
.ifx-home-hero .ifx-hero-title * {
  color: var(--ifx-ink);
}

.ifx-home-hero .ifx-hero-title {
  max-width: 640px;
  font-size: clamp(2.75rem, 5vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
}

.ifx-home-hero .ifx-hero-title .ifx-title-highlight {
  color: var(--ifx-blue);
}

.ifx-home-hero .ifx-intro {
  margin-left: 0;
  max-width: 650px;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #5f6f82;
}

.ifx-home-hero .ifx-intro strong {
  color: var(--ifx-ink);
}

.ifx-hero-copy .ifx-actions {
  justify-content: flex-start;
  margin-top: 30px;
  gap: 18px;
}

.ifx-home-hero .ifx-btn {
  min-height: 54px;
  border-radius: 999px;
  padding: 0.9375rem 1.625rem;
  font-size: 1rem;
  line-height: 1;
  border-width: 2px;
}

.ifx-home-hero .ifx-btn-primary {
  box-shadow: oklch(55% 0.2 252deg / 0.5) 0px 18px 40px -12px;
}

.ifx-home-hero .ifx-btn-secondary {
  border-color: #d6e3ef;
  box-shadow: none;
}

.ifx-rating {
  margin-top: 2rem;
  color: var(--ifx-muted);
  font-size: 0.95rem;
}

.ifx-rating span {
  margin-right: 0.75rem;
  color: var(--ifx-blue);
  letter-spacing: 0;
}

.ifx-map-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(260px, 0.78fr);
  gap: 28px;
  align-items: center;
}

.ifx-map-area {
  position: relative;
  min-width: 0;
}

.ifx-france-map {
  position: relative;
  aspect-ratio: 1/1;
  min-height: 360px;
}

.ifx-france-map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ifx-map-pin {
  appearance: none;
  position: absolute;
  z-index: var(--ifx-pin-z, 1);
  border: 0;
  padding: 0;
  background: transparent;
  background-image: none;
  transform: translate(-50%, -100%);
  cursor: pointer;
  line-height: 0;
  overflow: visible;
}

.ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin,
.ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin:hover,
.ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin:focus,
.ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin:focus-visible,
.ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin:active,
.elementor .ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin,
.elementor .ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin:hover,
.elementor .ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin:focus,
.elementor .ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin:focus-visible,
.elementor .ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin:active {
  appearance: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
  color: var(--ifx-blue);
  outline: 0;
}

.ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin svg,
.ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin svg *,
.elementor .ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin svg,
.elementor .ifx.ifx-home-hero .ifx-france-map button.ifx-map-pin svg * {
  box-shadow: none;
}

.ifx-pin-cube {
  position: relative;
  z-index: 1;
  display: block;
  width: 32px;
  height: 32px;
  filter: drop-shadow(0 8px 10px rgba(30, 70, 120, 0.4));
  transition: transform 220ms ease, filter 220ms ease;
}

.ifx-pin-cube svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ifx-map-pin.is-active .ifx-pin-cube {
  transform: scale(1.34);
  filter: drop-shadow(0 14px 18px rgba(30, 70, 120, 0.44));
}

.ifx-map-pin.is-active .ifx-pin-cube::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79, 195, 247, 0.55), transparent 66%);
  opacity: 0.62;
  z-index: -1;
  animation: ifx-ping 2.2s ease-out infinite;
  pointer-events: none;
}

.ifx-pin-label {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -18px;
  white-space: nowrap;
  border: 1px solid var(--ifx-line);
  border-radius: 999px;
  background: #fff;
  padding: 0.4375rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #1068d8;
  font-weight: 800;
  opacity: 0;
  transform: translate(-50%, -100%);
  box-shadow: 0 12px 24px -14px rgba(30, 70, 120, 0.65);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.ifx-map-pin:hover .ifx-pin-label,
.ifx-map-pin.is-active .ifx-pin-label,
.ifx-map-pin.is-hover .ifx-pin-label {
  opacity: 1;
}

.ifx-map-pin.is-label-left .ifx-pin-label {
  left: auto;
  right: 50%;
  transform: translate(50%, -100%);
}

.ifx-map-help {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0.875rem 0 0;
  color: var(--ifx-muted);
  font-size: 0.8125rem;
  line-height: 1.3;
}

.ifx-map-help-dot {
  position: relative;
  display: inline-flex;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
}

.ifx-map-help-dot span,
.ifx-map-help-dot i {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: 999px;
  background: var(--ifx-blue);
}

.ifx-map-help-dot span {
  opacity: 0.6;
  animation: ifx-ping 2.2s ease-out infinite;
}

.ifx-delivery-panel {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid #d8e8f7;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 252, 255, 0.86));
  box-shadow: 0 30px 80px -30px rgba(30, 136, 229, 0.35);
  backdrop-filter: blur(12px);
}

.ifx-delivery-panel::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -32px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79, 195, 247, 0.3), transparent 62%);
  filter: blur(38px);
  pointer-events: none;
}

.ifx-delivery-panel > * {
  position: relative;
  z-index: 1;
}

.ifx-delivery-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ifx-delivery-panel .ifx-eyebrow {
  margin: 0;
  color: var(--ifx-blue);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ifx-growth-badge {
  flex: 0 0 auto;
  gap: 6px;
  background: linear-gradient(135deg, var(--ifx-blue), var(--ifx-blue-2));
  color: #fff;
  padding: 0.4375rem 0.75rem;
  font-size: 0.6875rem;
  box-shadow: 0 8px 20px -8px rgba(30, 136, 229, 0.7);
}

.ifx-growth-badge .ifx-icon {
  color: #fff;
  transform: rotate(-45deg);
}

.ifx-growth-badge svg {
  width: 14px;
  height: 14px;
}

.ifx-delivery-panel h2 {
  margin: 0.5rem 0 1.25rem;
  font-size: 1.875rem;
  line-height: 1.1;
  font-weight: 850;
  color: var(--ifx-ink);
}

.ifx-delivery-panel dl,
.ifx-city-panel dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 1.25rem;
}

.ifx-delivery-panel dl > div {
  border: 1px solid rgba(30, 136, 229, 0.14);
  border-radius: 16px;
  background: rgba(30, 136, 229, 0.06);
  padding: 0.875rem 0.75rem;
}

.ifx-delivery-panel dt,
.ifx-city-panel dt {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ifx-muted);
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ifx-delivery-panel dd,
.ifx-city-panel dd {
  margin: 0.4375rem 0 0;
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 850;
  color: var(--ifx-ink);
}

.ifx-city-switcher .ifx-filterbar {
  gap: 10px;
  margin-bottom: 30px;
}

.ifx-city-switcher .ifx-chip {
  min-height: 40px;
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  background: #fff;
  color: var(--ifx-ink);
  padding: 0.5625rem 1rem;
  box-shadow: none;
  font-size: 0.9375rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.ifx-city-switcher .ifx-chip:hover {
  transform: translateY(-1px);
  border-color: transparent;
  background: #0875e1;
  color: #fff;
  box-shadow: 0 12px 24px -18px rgba(8, 119, 223, 0.64);
}

.ifx-city-switcher .ifx-chip.is-active,
.ifx-city-switcher .ifx-chip.is-active:hover,
.ifx-city-switcher .ifx-chip.is-active:focus,
.ifx-city-switcher .ifx-chip.is-active:focus-visible {
  border-color: transparent;
  background: #0875e1;
  color: #fff;
  box-shadow: 0 14px 28px -18px rgba(8, 119, 223, 0.78);
}

.ifx-city-switcher .ifx-two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  margin-bottom: 0;
}

.ifx-city-switcher .ifx-card {
  border-color: #d7e0ea;
  border-radius: 20px;
  background: #f8fbff;
  box-shadow: 0 16px 30px rgba(23, 32, 51, 0.05);
  padding: 2rem;
}

.ifx-city-switcher .ifx-card:hover {
  transform: none;
  border-color: #d7e0ea;
}

.ifx-city-switcher .ifx-city-panel {
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.ifx-city-switcher .ifx-city-panel h3 {
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.12;
}

.ifx-city-switcher .ifx-city-panel > p {
  margin-top: 0.625rem;
  color: #5f6d7f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.ifx-city-switcher .ifx-city-panel dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 2.25rem 0 0;
}

.ifx-city-switcher .ifx-city-panel dl > div {
  display: grid;
  grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: baseline;
}

.ifx-city-switcher .ifx-city-panel dt,
.ifx-city-switcher .ifx-city-panel dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.ifx-city-switcher .ifx-city-panel dt {
  color: #5f6d7f;
  font-weight: 600;
}

.ifx-city-switcher .ifx-city-panel dd {
  color: var(--ifx-ink);
  font-weight: 700;
}

.ifx-city-switcher .ifx-city-order {
  align-self: flex-start;
  margin-top: 2.25rem;
  min-height: 42px;
  border-radius: 999px;
  padding: 0.625rem 1rem;
  background: #0875e1;
  box-shadow: 0 16px 30px -18px rgba(8, 119, 223, 0.72);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 800;
}

.ifx-city-switcher .ifx-city-order:hover,
.ifx-city-switcher .ifx-city-order:focus,
.ifx-city-switcher .ifx-city-order:focus-visible {
  background: #0668c8;
  color: #fff;
}

.ifx-city-switcher .ifx-city-order svg {
  color: #fff;
}

.ifx-city-switcher .ifx-commercial-panel {
  min-height: 300px;
}

.ifx-city-switcher .ifx-commercial-panel .ifx-eyebrow {
  margin-bottom: 1.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
}

.ifx-city-switcher .ifx-person {
  gap: 16px;
  margin-top: 0;
}

.ifx-city-switcher .ifx-person > span {
  width: 56px;
  height: 56px;
  background: #d9ecff;
  font-size: 1.375rem;
}

.ifx-city-switcher .ifx-person strong {
  display: block;
  color: var(--ifx-ink);
  font-size: 1.25rem;
  line-height: 1.1;
}

.ifx-city-switcher .ifx-person small {
  margin-top: 0.375rem;
  color: #5f6d7f;
  font-size: 1rem;
  line-height: 1.2;
}

.ifx-city-switcher .ifx-commercial-panel .ifx-contact-line {
  align-items: center;
  gap: 10px;
  margin: 2rem 0 0;
  color: var(--ifx-ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.ifx-city-switcher .ifx-commercial-panel .ifx-contact-line + .ifx-contact-line {
  margin-top: 1rem;
}

.ifx-city-switcher .ifx-commercial-panel .ifx-contact-line .ifx-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.1;
}

.ifx-delivery-panel ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0 0 1.25rem;
  list-style: none;
  color: #40516a;
  font-size: 0.875rem;
  line-height: 1.55;
}

.ifx-delivery-panel ul li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ifx-delivery-panel .ifx-panel-cta {
  width: 100%;
  min-height: 52px;
  font-size: 1rem;
  padding-inline: 28px;
  box-shadow: oklch(55% 0.2 252deg / 0.5) 0px 18px 40px -12px;
}

@keyframes ifx-ping {
  0% {
    opacity: 0.8;
    transform: scale(0.6);
  }
  80%, 100% {
    opacity: 0;
    transform: scale(2.2);
  }
}
.ifx-mini-card {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 84px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 1.5rem;
}

.ifx-home-hero .ifx-mini-card .ifx-icon {
  color: oklch(55% 0.2 252deg);
}

.ifx-home-hero .ifx-mini-card .ifx-icon svg {
  stroke-width: 2.1;
}

.ifx-mini-card strong,
.ifx-mini-card span {
  display: block;
}

.ifx-mini-card span {
  margin-top: 2px;
  color: var(--ifx-muted);
  font-size: 0.8125rem;
}

.ifx-filterbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 1.75rem;
}

.ifx-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--ifx-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ifx-ink);
  padding: 0.5625rem 0.875rem;
  font-size: 0.8125rem;
  font-weight: 750;
  cursor: pointer;
}

.ifx-products {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, oklch(100% 0 0deg) 0%, oklch(98% 0.015 252deg) 100%);
  border: 1px solid oklch(62% 0.13 252deg / 0.12);
}

.ifx-product-filter-head .ifx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ifx-product-filter-head .ifx-eyebrow .ifx-icon svg {
  width: 16px;
  height: 16px;
}

.ifx-products .ifx-intro {
  color: #4f5f74;
}

.ifx-products > .ifx-container {
  position: relative;
  z-index: 1;
}

.ifx-product-halos {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ifx-product-halo {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(90px);
}

.ifx-product-halo-top {
  top: -160px;
  left: 25%;
  background: radial-gradient(circle, oklch(62% 0.18 252deg / 0.28), transparent 60%);
}

.ifx-product-halo-bottom {
  right: 25%;
  bottom: -160px;
  background: radial-gradient(circle, oklch(70% 0.16 252deg / 0.22), transparent 60%);
}

.ifx-products .ifx-filterbar .ifx-chip.is-active,
.ifx-products .ifx-filterbar .ifx-chip.is-active:hover,
.ifx-products .ifx-filterbar .ifx-chip.is-active:focus,
.ifx-products .ifx-filterbar .ifx-chip.is-active:focus-visible,
.elementor .ifx-products .ifx-filterbar .ifx-chip.is-active,
.elementor .ifx-products .ifx-filterbar .ifx-chip.is-active:hover,
.elementor .ifx-products .ifx-filterbar .ifx-chip.is-active:focus,
.elementor .ifx-products .ifx-filterbar .ifx-chip.is-active:focus-visible {
  border-color: transparent;
  background: var(--ifx-blue);
  color: #fff;
  outline: none;
}

.ifx-products .ifx-filterbar .ifx-chip:hover,
.ifx-products .ifx-filterbar .ifx-chip:focus,
.ifx-products .ifx-filterbar .ifx-chip:focus-visible,
.elementor .ifx-products .ifx-filterbar .ifx-chip:hover,
.elementor .ifx-products .ifx-filterbar .ifx-chip:focus,
.elementor .ifx-products .ifx-filterbar .ifx-chip:focus-visible {
  border-color: transparent;
  background: var(--ifx-blue);
  color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px oklch(62% 0.18 252deg / 0.22);
}

.ifx-product-grid {
  position: relative;
  isolation: isolate;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ifx-product-grid::before {
  content: "";
  position: absolute;
  inset: -70px 10% auto;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(62% 0.18 252deg / 0.2), transparent 65%);
  filter: blur(90px);
  pointer-events: none;
  z-index: -1;
}

.ifx-product-card {
  position: relative;
  overflow: hidden;
}

.ifx-product-card[hidden] {
  display: none;
}

.ifx-product-card .ifx-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  background: #fff;
  color: var(--ifx-blue);
  border: 1px solid var(--ifx-line);
}

.ifx-product-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 4/3;
  padding: 2.25rem;
  background: linear-gradient(180deg, #eef7ff, #ffffff);
  overflow: hidden;
}

.ifx-product-media::before {
  content: "";
  position: absolute;
  inset: 14% 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, oklch(62% 0.18 252deg / 0.28), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

.ifx-product-media img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.ifx-product-body {
  padding: 1.375rem;
}

.ifx-pills,
.ifx-city-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 1.125rem 0 0;
  list-style: none;
}

.ifx-pills li,
.ifx-city-tags li {
  border: 1px solid var(--ifx-line);
  border-radius: 999px;
  background: var(--ifx-soft);
  padding: 0.3125rem 0.5625rem;
  font-size: 0.6875rem;
  line-height: 1.1;
  font-weight: 600;
  color: #334155;
}

.ifx-pills li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ifx-pills li .ifx-icon svg {
  width: 13px;
  height: 13px;
  stroke-width: 2.5;
}

.ifx-card-foot {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--ifx-line);
  margin-top: 20px;
  padding-top: 18px;
}

.ifx-card-format {
  display: grid;
  gap: 4px;
}

.ifx-card-format small {
  display: block;
  color: var(--ifx-muted);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ifx-card-format strong {
  display: block;
  color: var(--ifx-ink);
  font-size: 0.9375rem;
  line-height: 1.15;
  font-weight: 700;
}

.ifx-products .ifx-product-card .ifx-btn.ifx-btn-primary.ifx-product-order,
.ifx-products .ifx-product-card .ifx-btn.ifx-btn-primary.ifx-product-order:hover,
.ifx-products .ifx-product-card .ifx-btn.ifx-btn-primary.ifx-product-order:focus,
.ifx-products .ifx-product-card .ifx-btn.ifx-btn-primary.ifx-product-order:focus-visible,
.elementor .ifx-products .ifx-product-card .ifx-btn.ifx-btn-primary.ifx-product-order,
.elementor .ifx-products .ifx-product-card .ifx-btn.ifx-btn-primary.ifx-product-order:hover,
.elementor .ifx-products .ifx-product-card .ifx-btn.ifx-btn-primary.ifx-product-order:focus,
.elementor .ifx-products .ifx-product-card .ifx-btn.ifx-btn-primary.ifx-product-order:focus-visible {
  overflow: visible;
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  padding: 0.5625rem 0.875rem;
  color: #fff;
  background: linear-gradient(135deg, oklch(54% 0.2 252deg), oklch(61% 0.18 252deg));
  box-shadow: oklch(55% 0.2 252deg / 0.46) 0px 16px 34px -14px;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}

.ifx-products .ifx-product-card .ifx-btn.ifx-btn-primary.ifx-product-order svg {
  color: #fff;
}

.ifx-product-detail .ifx-price-card {
  padding: 1.5rem;
  position: sticky;
  top: 24px;
}

.ifx-price-card img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: contain;
  margin-bottom: 20px;
}

.ifx-price-card strong {
  display: block;
  font-size: 2rem;
  color: var(--ifx-blue);
}

.ifx-spec-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.ifx-spec-grid div,
.ifx-blue-block {
  border: 1px solid var(--ifx-line);
  border-radius: var(--ifx-radius);
  background: var(--ifx-soft);
  padding: 0.875rem;
}

.ifx-spec-grid small,
.ifx-recipe small,
.ifx-blue-block small {
  display: block;
  color: var(--ifx-blue);
  font-weight: 800;
  text-transform: uppercase;
}

.ifx-spec-grid strong,
.ifx-blue-block strong {
  display: block;
  margin-top: 4px;
}

.ifx-blue-block-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ifx-blue-block {
  min-height: 110px;
  padding: 1.25rem;
  background: #eef7ff;
}

.ifx-blue-block.is-featured {
  border-color: rgba(30, 136, 229, 0.52);
  background: linear-gradient(135deg, #1e88e5, #4fc3f7);
  color: #fff;
}

.ifx-blue-block.is-featured small,
.ifx-blue-block.is-featured strong {
  color: #fff;
}

.ifx-product-blue-blocks.is-spec {
  padding: 0;
}

.ifx-product-blue-blocks.is-spec > .ifx-container {
  width: 100%;
}

.ifx-product-blue-blocks.is-spec .ifx-blue-block-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ifx-product-blue-blocks.is-spec .ifx-blue-block {
  min-height: 88px;
  border-color: #d7e2ec;
  border-radius: 18px;
  background: #fbfdff;
  box-shadow: 0 14px 28px rgba(23, 32, 51, 0.06);
  padding: 1.125rem 1.25rem;
}

.ifx-product-blue-blocks.is-spec .ifx-blue-block small {
  color: var(--ifx-blue);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  line-height: 1.2;
}

.ifx-product-blue-blocks.is-spec .ifx-blue-block strong {
  margin-top: 10px;
  color: var(--ifx-ink);
  font-size: 1rem;
  line-height: 1.25;
}

.ifx-product-blue-blocks.is-spec .ifx-blue-block.is-featured {
  border-color: rgba(30, 136, 229, 0.45);
  background: #eef7ff;
  color: var(--ifx-ink);
}

.ifx-product-blue-blocks.is-spec .ifx-blue-block.is-featured small {
  color: var(--ifx-blue);
}

.ifx-product-blue-blocks.is-spec .ifx-blue-block.is-featured strong {
  color: var(--ifx-ink);
}

.ifx-product-quality-list ul {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ifx-product-quality-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: var(--ifx-ink);
  font-size: 1.125rem;
  line-height: 1.45;
}

.ifx-product-quality-list .ifx-icon {
  margin-top: 2px;
  color: var(--ifx-blue);
}

.ifx-product-quality-list .ifx-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.6;
}

.ifx-product-offers {
  display: grid;
  gap: 18px;
}

.ifx-product-offer-card {
  border: 1px solid #d7e2ec;
  border-radius: 24px;
  background: #f9fbff;
  box-shadow: 0 16px 36px rgba(23, 32, 51, 0.07);
  padding: clamp(1.625rem, 4vw, 2.125rem);
}

.ifx-product-offer-card.is-business {
  border-color: rgba(30, 136, 229, 0.45);
  background: #eef7ff;
  box-shadow: none;
}

.ifx-product-offer-label {
  margin: 0 0 1.375rem;
  color: var(--ifx-blue);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
}

.ifx-product-offer-price {
  display: block;
  color: var(--ifx-ink);
  font-size: clamp(2.125rem, 4vw, 2.625rem);
  font-weight: 800;
  line-height: 1.1;
}

.ifx-product-offer-text {
  margin: 1rem 0 0;
  color: var(--ifx-muted);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.45;
}

.ifx-product-cta {
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(30, 136, 229, 0.42);
  border-radius: 30px;
  background: radial-gradient(circle at 50% 0%, rgba(232, 244, 255, 0.95), rgba(255, 255, 255, 0.92) 48%, #fff 100%);
  padding: clamp(3.25rem, 7vw, 5.375rem) clamp(1.375rem, 5vw, 4.5rem);
  text-align: center;
}

.ifx-product-cta h2 {
  margin: 0;
  color: var(--ifx-ink);
  font-size: clamp(2.25rem, 5vw, 3.625rem);
  font-weight: 800;
  line-height: 1.08;
}

.ifx-product-cta p {
  margin: 1.75rem auto 0;
  max-width: 780px;
  color: var(--ifx-muted);
  font-size: clamp(1.25rem, 2.3vw, 1.6875rem);
  font-weight: 500;
  line-height: 1.4;
}

.ifx-product-cta .ifx-actions {
  margin-top: 54px;
  gap: 18px;
}

.ifx-product-cta .ifx-btn {
  min-height: 76px;
  padding: 1.25rem 3.5rem;
  font-size: 1.625rem;
  line-height: 1;
}

.ifx-product-cta .ifx-btn-primary,
.ifx-product-cta .ifx-btn-primary:hover,
.ifx-product-cta .ifx-btn-primary:focus,
.ifx-product-cta .ifx-btn-primary:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #0877df, #0d98ef);
  box-shadow: rgba(30, 136, 229, 0.34) 0 24px 48px -18px;
}

.ifx-product-cta .ifx-btn-primary svg,
.ifx-product-cta .ifx-btn-primary:hover svg,
.ifx-product-cta .ifx-btn-primary:focus svg,
.ifx-product-cta .ifx-btn-primary:focus-visible svg {
  color: #fff;
  stroke: #fff;
  fill: none;
}

.ifx-product-cta .ifx-btn-secondary {
  border: 1px solid #d7e2ec;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ifx-ink);
  box-shadow: none;
}

.ifx-product-image-block {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  margin: 0;
  border: 1px solid var(--ifx-line);
  border-radius: var(--ifx-radius);
  background: linear-gradient(180deg, #eef7ff, #fff);
  padding: clamp(1.5rem, 6vw, 4rem);
  overflow: hidden;
}

.ifx-product-image-block .ifx-badge {
  position: absolute;
  top: 18px;
  left: 18px;
}

.ifx-product-image-block img {
  display: block;
  max-width: min(520px, 100%);
  max-height: 420px;
  object-fit: contain;
}

.ifx-product-image-block figcaption {
  margin-top: 18px;
  color: var(--ifx-muted);
  font-size: 0.875rem;
  text-align: center;
}

.ifx-service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #e8f4ff;
  margin-bottom: 16px;
}

.ifx-stat {
  padding: 1.625rem 1.125rem;
  border: 1px solid var(--ifx-line);
  border-radius: var(--ifx-radius);
  background: #fff;
  text-align: center;
}

.ifx-preset-stats .ifx-stat {
  min-height: 110px;
  display: grid;
  place-content: center;
  border-color: #d8e2ec;
  border-radius: 28px;
  background: #f8fbff;
  box-shadow: 0 14px 28px rgba(23, 32, 51, 0.06);
  padding: 1.875rem 1.25rem;
}

.ifx-stat strong {
  display: block;
  font-size: clamp(1.75rem, 4vw, 2.625rem);
}

.ifx-preset-stats .ifx-stat strong {
  font-size: clamp(2rem, 4vw, 3.125rem);
  line-height: 1;
}

.ifx-stat span {
  display: block;
  margin-top: 6px;
  color: var(--ifx-muted);
}

.ifx-preset-stats .ifx-stat span {
  margin-top: 12px;
  color: #5f6d7f;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.ifx-stars {
  color: var(--ifx-blue);
  margin-bottom: 12px;
}

.ifx-testimonial blockquote {
  margin: 0.75rem 0 0;
  color: var(--ifx-muted);
  font-style: italic;
}

.ifx-testimonial figcaption,
.ifx-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.ifx-testimonial figcaption span,
.ifx-person > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e8f4ff;
  color: var(--ifx-blue);
  font-weight: 900;
}

.ifx-testimonial small,
.ifx-person small {
  display: block;
  color: var(--ifx-muted);
}

.ifx-commercial-panel .ifx-contact-line {
  margin: 0.875rem 0 0;
}

.ifx-city-highlights .ifx-mini-card .ifx-icon {
  color: oklch(55% 0.2 252deg);
}

.ifx-city-highlights .ifx-mini-card .ifx-icon svg {
  width: 24px;
  height: 24px;
  stroke-width: 2.1;
}

.ifx-details {
  padding: 0;
  overflow: hidden;
}

.ifx-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 1.125rem 1.25rem;
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.ifx-details summary::-webkit-details-marker {
  display: none;
}

.ifx-details summary::after {
  content: "+";
  color: var(--ifx-blue);
  font-size: 1.375rem;
}

.ifx-details[open] summary::after {
  content: "-";
}

.ifx-details > div,
.ifx-recipe-body {
  padding: 0 1.25rem 1.25rem;
  color: var(--ifx-muted);
  line-height: 1.6;
}

.ifx-faq-list {
  display: grid;
  gap: 12px;
}

.ifx-recipe-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 22px;
}

.ifx-recipes .ifx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ifx-blue);
  letter-spacing: 0.16em;
}

.ifx-recipes .ifx-eyebrow::before {
  content: "♥";
  font-size: 1rem;
  letter-spacing: 0;
}

.ifx-recipes .ifx-details {
  border-color: #a8d4ff;
  border-radius: 28px;
  background: #f8fbff;
  box-shadow: 0 16px 36px rgba(23, 32, 51, 0.05);
  overflow: hidden;
}

.ifx-recipe summary {
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 1.5rem;
}

.ifx-recipe[open] summary {
  margin-bottom: 0.625rem;
}

.ifx-recipe summary::after {
  margin-left: auto;
  color: #5f6d7f;
  content: "⌄";
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.ifx-recipe[open] summary::after {
  content: "⌃";
}

.ifx-recipe summary > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 1px solid #9ecfff;
  border-radius: var(--ifx-radius);
  background: #e4f2ff;
  font-size: 1.375rem;
}

.ifx-recipe summary > .ifx-recipe-emoji {
  border-radius: 50%;
}

.ifx-recipe summary small {
  color: var(--ifx-blue);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.1;
}

.ifx-recipe summary strong,
.ifx-recipe summary em {
  display: block;
}

.ifx-recipe summary strong {
  margin-top: 4px;
  color: var(--ifx-ink);
  font-size: 0.9rem;
  line-height: 1.12;
}

.ifx-recipe summary em {
  margin-top: 2px;
  color: #5f6d7f;
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
}

.ifx-recipe-body {
  border-top: 1px solid #d8e2ec;
  margin: 0 1.5rem;
  padding: 1.375rem 0 1.5rem;
}

.ifx-recipe-intro {
  margin: 0 0 1.5rem;
  color: #5f6d7f;
  font-size: 0.9375rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.45;
}

.ifx-recipe h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 1.5rem 0 0.875rem;
  color: var(--ifx-blue);
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ifx-recipe h4:first-of-type {
  margin-top: 0;
}

.ifx-recipe h4 .ifx-icon svg {
  width: 16px;
  height: 16px;
}

.ifx-recipe ul,
.ifx-recipe ol {
  margin: 0;
  padding-left: 18px;
}

.ifx-recipe li {
  margin: 0.5rem 0;
  color: var(--ifx-ink);
  font-size: 0.9375rem;
  line-height: 1.35;
}

.ifx-recipe li::marker {
  color: var(--ifx-blue);
  font-weight: 900;
}

.ifx-recipe-tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-top: 1px solid #d8e2ec;
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  text-align: left;
  color: #5f6d7f;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
}

.ifx-recipe-tip .ifx-icon {
  margin-top: 2px;
}

.ifx-recipe-tip .ifx-icon svg {
  width: 18px;
  height: 18px;
}

.ifx-recipe-submit {
  max-width: 760px;
  margin: 2rem auto 0;
  color: #5f6d7f;
  font-weight: 400;
  text-align: center;
}

.ifx-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(1.75rem, 6vw, 3.625rem);
  border-color: #b8d9fb;
  border-radius: 30px;
  background: radial-gradient(circle at 50% 0%, rgba(232, 244, 255, 0.92), rgba(255, 255, 255, 0.96) 54%, #fff 100%);
  text-align: center;
}

.ifx-cta .ifx-section-head {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}

.ifx-cta .ifx-actions {
  position: relative;
  z-index: 1;
}

.ifx-cta-snow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  color: #cfe7ff;
  opacity: 0.72;
}

.ifx-cta-snow .ifx-icon svg {
  width: 112px;
  height: 112px;
  stroke-width: 1.8;
}

.ifx-cta-snow-left {
  bottom: 34px;
  left: 54px;
  transform: rotate(-8deg);
  opacity: 0.2;
}

.ifx-cta-snow-right {
  top: 34px;
  right: 54px;
  transform: rotate(10deg);
  opacity: 0.35;
}

.ifx.ifx-cta-section .ifx-cta .ifx-actions > .ifx-btn.ifx-btn-primary.ifx-cta-primary,
.ifx.ifx-cta-section .ifx-cta .ifx-actions > .ifx-btn.ifx-btn-primary.ifx-cta-primary:hover,
.ifx.ifx-cta-section .ifx-cta .ifx-actions > .ifx-btn.ifx-btn-primary.ifx-cta-primary:focus,
.ifx.ifx-cta-section .ifx-cta .ifx-actions > .ifx-btn.ifx-btn-primary.ifx-cta-primary:focus-visible,
.elementor .ifx.ifx-cta-section .ifx-cta .ifx-actions > .ifx-btn.ifx-btn-primary.ifx-cta-primary,
.elementor .ifx.ifx-cta-section .ifx-cta .ifx-actions > .ifx-btn.ifx-btn-primary.ifx-cta-primary:hover,
.elementor .ifx.ifx-cta-section .ifx-cta .ifx-actions > .ifx-btn.ifx-btn-primary.ifx-cta-primary:focus,
.elementor .ifx.ifx-cta-section .ifx-cta .ifx-actions > .ifx-btn.ifx-btn-primary.ifx-cta-primary:focus-visible {
  color: #fff;
}

.ifx-article-card {
  overflow: hidden;
}

.ifx-article-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: var(--ifx-soft);
}

.ifx-article-card > div {
  padding: 1.375rem;
}

.ifx-article-card h3 a {
  text-decoration: none;
}

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

.ifx-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border: 1px solid var(--ifx-line);
  border-radius: 999px;
  padding: 0 0.75rem;
  text-decoration: none;
}

.ifx-pagination .current {
  background: var(--ifx-blue);
  color: #fff;
}

.ifx-empty {
  grid-column: 1/-1;
  text-align: center;
  color: var(--ifx-muted);
}

.ifx-weather-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 30px;
}

.ifx.ifx-weather .ifx-filterbar {
  gap: 12px;
}

.ifx.ifx-weather .ifx-filterbar button.ifx-chip,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-chip {
  min-height: 44px;
  border: 1px solid #d8e5f2;
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  color: var(--ifx-ink);
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transform: none;
}

.ifx.ifx-weather .ifx-filterbar button.ifx-chip:hover,
.ifx.ifx-weather .ifx-filterbar button.ifx-chip:focus,
.ifx.ifx-weather .ifx-filterbar button.ifx-chip:focus-visible,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-chip:hover,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-chip:focus,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-chip:focus-visible {
  border-color: rgba(30, 136, 229, 0.55);
  background: #eef7ff;
  box-shadow: none;
  color: var(--ifx-blue);
  outline: none;
  text-decoration: none;
  transform: none;
}

.ifx.ifx-weather .ifx-filterbar button.ifx-chip.is-active,
.ifx.ifx-weather .ifx-filterbar button.ifx-chip.is-active:hover,
.ifx.ifx-weather .ifx-filterbar button.ifx-chip.is-active:focus,
.ifx.ifx-weather .ifx-filterbar button.ifx-chip.is-active:focus-visible,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-chip.is-active,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-chip.is-active:hover,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-chip.is-active:focus,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-chip.is-active:focus-visible {
  border-color: var(--ifx-ink);
  background: var(--ifx-ink);
  box-shadow: 0 18px 34px -22px rgba(23, 32, 51, 0.7);
  color: #fff;
  outline: none;
  text-decoration: none;
  transform: none;
}

.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate {
  border-color: rgba(30, 136, 229, 0.42);
  background: #eef7ff;
  color: var(--ifx-blue);
}

.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:hover,
.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:focus,
.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:focus-visible,
.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active,
.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active:hover,
.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active:focus,
.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active:focus-visible,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:hover,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:focus,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:focus-visible,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active:hover,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active:focus,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active:focus-visible {
  border-color: var(--ifx-blue);
  background: var(--ifx-blue);
  color: #fff;
}

.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active .ifx-icon,
.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:hover .ifx-icon,
.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:focus .ifx-icon,
.ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:focus-visible .ifx-icon,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate.is-active .ifx-icon,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:hover .ifx-icon,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:focus .ifx-icon,
.elementor .ifx.ifx-weather .ifx-filterbar button.ifx-geolocate:focus-visible .ifx-icon {
  color: #fff;
}

.ifx-weather-day {
  position: relative;
  border: 1px solid var(--ifx-line);
  border-radius: 22px;
  background: #fff;
  padding: 1.125rem 0.625rem;
  text-align: center;
}

.ifx-weather-day.is-peak {
  border-color: var(--ifx-blue);
  background: #f1f8ff;
}

.ifx-weather-peak-icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #a8d4ff;
  color: var(--ifx-blue);
  transform: translate(-50%, -50%);
}

.ifx-weather-peak-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ifx-weather-day small,
.ifx-weather-day span:not(.ifx-weather-peak-icon) {
  display: block;
  color: var(--ifx-muted);
}

.ifx-weather-day strong {
  display: block;
  margin-top: 8px;
  font-size: 1.75rem;
}

.ifx-weather-emoji {
  font-size: 1.75rem;
  line-height: 1.3;
}

.ifx-weather-foot {
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  color: var(--ifx-muted);
}

.ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary,
.ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary:hover,
.ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary:focus,
.ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary:focus-visible,
.elementor .ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary,
.elementor .ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary:hover,
.elementor .ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary:focus,
.elementor .ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary:focus-visible {
  background: var(--ifx-blue);
  box-shadow: oklch(55% 0.2 252deg / 0.38) 0px 18px 40px -12px;
  color: #fff;
  text-decoration: none;
}

.ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary .ifx-icon,
.ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary svg,
.elementor .ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary .ifx-icon,
.elementor .ifx.ifx-weather .ifx-weather-foot > .ifx-btn-primary svg {
  display: inline-flex;
  color: #fff;
}

.ifx-weather-source,
.ifx-note {
  text-align: center;
  color: var(--ifx-muted);
  font-size: 0.8125rem;
}

.ifx-melt .ifx-section-head {
  max-width: 920px;
}

.ifx-melt .ifx-title {
  font-size: clamp(1.875rem, 3vw, 2.75rem);
  line-height: 1.12;
}

.ifx-melt .ifx-intro {
  max-width: 700px;
  font-size: 1.0625rem;
}

.ifx-melt-tabs {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin: 2.25rem auto 3rem;
  border: 1px solid #d8e2ec;
  border-radius: 999px;
  background: rgba(248, 251, 255, 0.86);
  padding: 0.3125rem;
  box-shadow: 0 10px 28px rgba(23, 32, 51, 0.04);
}

.ifx-melt-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #5f6d7f;
  padding: 0.625rem 1.125rem;
  font-size: 0.9375rem;
  font-weight: 800;
  cursor: pointer;
}

.ifx-melt-tab:hover,
.ifx-melt-tab:focus,
.ifx-melt-tab:focus-visible {
  background: #eef7ff;
  color: var(--ifx-blue);
  outline: none;
}

.ifx-melt-tab.is-active,
.ifx-melt-tab.is-active:hover,
.ifx-melt-tab.is-active:focus,
.ifx-melt-tab.is-active:focus-visible {
  background: var(--ifx-blue);
  color: #fff;
  box-shadow: 0 14px 28px rgba(30, 136, 229, 0.28);
}

.ifx-melt .ifx-two-col {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  margin-bottom: 0;
}

.ifx-melt-visual,
.ifx-melt-controls {
  border: 1px solid #d8e2ec;
  border-radius: 32px;
  background: #fbfdff;
  box-shadow: 0 18px 34px rgba(23, 32, 51, 0.05);
}

.ifx-melt-visual {
  display: flex;
  height: 100%;
  min-height: 560px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 4vw, 3.5rem);
  text-align: center;
}

.ifx-melt-svg {
  display: grid;
  place-items: center;
  width: min(300px, 70%);
  min-height: 300px;
  margin-bottom: 2rem;
}

.ifx-melt-cocktail-svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.ifx-melt-visual strong {
  color: var(--ifx-blue);
  font-size: clamp(3.25rem, 6.4vw, 5.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  white-space: nowrap;
}

.ifx-melt-visual small {
  margin-top: 1rem;
  color: #5f6d7f;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ifx-melt-controls {
  padding: clamp(1.75rem, 4vw, 3rem);
}

.ifx-range {
  display: block;
  margin-bottom: 2rem;
}

.ifx-range-head,
.ifx-range-head > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1rem;
  color: var(--ifx-ink);
  font-size: 1rem;
  font-weight: 850;
}

.ifx-range-head > span {
  justify-content: flex-start;
  margin-bottom: 0;
}

.ifx-range-head .ifx-icon svg {
  width: 18px;
  height: 18px;
}

.ifx-range strong {
  color: var(--ifx-blue);
  font-size: 1.5rem;
  font-weight: 900;
  white-space: nowrap;
}

.ifx-range input {
  --ifx-range-progress: 0%;
  appearance: none;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ifx-blue) 0 var(--ifx-range-progress), transparent var(--ifx-range-progress) 100%), #e1e7ef;
  outline: none;
}

.ifx-range input::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #6f7280;
  box-shadow: 0 2px 7px rgba(23, 32, 51, 0.34);
  cursor: pointer;
}

.ifx-range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #6f7280;
  box-shadow: 0 2px 7px rgba(23, 32, 51, 0.34);
  cursor: pointer;
}

.ifx-range-marks {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0.875rem;
  color: #5f6d7f;
}

.ifx-range-marks small {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ifx-melt-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border-top: 1px solid #d8e2ec;
  margin-top: 2.25rem;
  padding-top: 1.75rem;
}

.ifx-melt-stats span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #5f6d7f;
  font-size: 0.8125rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ifx-melt-stats em {
  font-style: normal;
}

.ifx-melt-stats .ifx-icon svg {
  width: 18px;
  height: 18px;
}

.ifx-melt-stats strong {
  display: block;
  margin-top: 0.75rem;
  color: var(--ifx-ink);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1;
}

.ifx-melt-model {
  margin: 1.5rem 0 0;
  color: #5f6d7f;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.ifx-melt .ifx-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  gap: 14px;
  margin-top: 1.5rem;
}

.ifx-melt .ifx-actions > .ifx-btn.ifx-btn-primary,
.ifx-melt .ifx-actions > .ifx-btn.ifx-btn-primary:hover,
.ifx-melt .ifx-actions > .ifx-btn.ifx-btn-primary:focus,
.ifx-melt .ifx-actions > .ifx-btn.ifx-btn-primary:focus-visible {
  min-height: 58px;
  background: linear-gradient(135deg, oklch(55% 0.2 252deg), oklch(62% 0.18 252deg));
  color: #fff;
  box-shadow: oklch(55% 0.2 252deg / 0.5) 0px 18px 40px -12px;
  text-decoration: none;
}

.ifx-melt .ifx-actions > .ifx-btn.ifx-btn-primary .ifx-icon svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

.ifx-icon-btn {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid #d8e2ec;
  border-radius: 50%;
  background: #fff;
  color: var(--ifx-ink);
  font-size: 1rem;
}

.ifx-icon-btn:hover,
.ifx-icon-btn:focus,
.ifx-icon-btn:focus-visible {
  border-color: rgba(30, 136, 229, 0.45);
  color: var(--ifx-blue);
  outline: none;
  background: #fff;
}

.ifx-icon-btn .ifx-icon svg {
  width: 20px;
  height: 20px;
}

.ifx-progress {
  height: 7px;
  background: #dce8f5;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 1.5rem;
}

.ifx-progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(135deg, var(--ifx-blue), var(--ifx-blue-2));
}

.ifx-melt .ifx-note {
  max-width: 880px;
  margin: 2rem auto 0;
  color: #5f6d7f;
  font-size: 1rem;
  line-height: 1.45;
}

.ifx-melt .ifx-note strong {
  color: var(--ifx-blue);
}

@media (max-width: 1040px) {
  .ifx-hero-grid,
  .ifx-map-wrap,
  .ifx-two-col {
    grid-template-columns: 1fr;
  }
  .ifx-map-wrap {
    display: none;
  }
  .ifx-home-hero .ifx-hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .ifx-hero-copy .ifx-section-head,
  .ifx-hero-copy .ifx-actions {
    text-align: center;
    justify-content: center;
  }
  .ifx-home-hero .ifx-hero-copy .ifx-section-head {
    text-align: left;
  }
  .ifx-product-grid,
  .ifx-grid-3,
  .ifx-grid-4,
  .ifx-highlight-grid,
  .ifx-stat-grid,
  .ifx-weather-grid,
  .ifx-recipe-grid,
  .ifx-blue-block-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ifx-product-detail .ifx-price-card {
    position: static;
  }
  .ifx-city-switcher .ifx-two-col {
    grid-template-columns: 1fr;
  }
  .ifx-melt .ifx-two-col {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 2rem;
  }
  .ifx-melt-visual {
    min-height: 340px;
    padding: 2rem 1.5rem;
  }
  .ifx-melt-visual strong {
    font-size: clamp(2.5rem, 9vw, 4.25rem);
    white-space: normal;
  }
  .ifx-melt-controls {
    padding: 1.5rem;
  }
  .ifx-melt-tabs {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  .ifx-melt-tabs::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 680px) {
  .ifx-container,
  .ifx-narrow {
    width: min(100% - 24px, 1180px);
  }
  .ifx-section {
    padding: 3.375rem 0;
  }
  h1.ifx-title {
    font-size: clamp(2.25rem, 10vw, 3rem);
  }
  h2.ifx-title {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }
  h3.ifx-title {
    font-size: clamp(1.375rem, 6vw, 1.75rem);
  }
  .ifx-actions,
  .ifx-card-foot,
  .ifx-weather-foot {
    align-items: stretch;
    flex-direction: column;
  }
  .ifx-btn,
  .ifx-inline-link {
    width: 100%;
  }
  .ifx-product-grid,
  .ifx-grid-2,
  .ifx-grid-3,
  .ifx-grid-4,
  .ifx-highlight-grid,
  .ifx-stat-grid,
  .ifx-weather-grid,
  .ifx-recipe-grid,
  .ifx-page-card-grid,
  .ifx-blue-block-grid,
  .ifx-product-blue-blocks.is-spec .ifx-blue-block-grid,
  .ifx-spec-grid,
  .ifx-delivery-panel dl,
  .ifx-city-panel dl {
    grid-template-columns: 1fr;
  }
  .ifx-product-quality-list li,
  .ifx-product-offer-text {
    font-size: 1rem;
  }
  .ifx-product-offer-card {
    border-radius: 18px;
  }
  .ifx-product-cta {
    border-radius: 20px;
  }
  .ifx-product-cta p {
    margin-top: 20px;
  }
  .ifx-product-cta .ifx-actions {
    margin-top: 32px;
  }
  .ifx-product-cta .ifx-btn {
    min-height: 58px;
    padding: 1rem 1.375rem;
    font-size: 1.125rem;
  }
  .ifx.ifx-page-cards-section .ifx-page-card {
    min-height: 0;
    border-radius: 20px;
    padding: 1.5rem 1.375rem;
  }
  .ifx.ifx-page-cards-section .ifx-page-card h3 {
    font-size: 1.1875rem;
  }
  .ifx.ifx-page-cards-section .ifx-page-card p {
    font-size: 0.9375rem;
  }
  .ifx.ifx-page-cards-section .ifx-page-card .ifx-inline-link {
    padding-top: 16px;
    font-size: 0.9375rem;
  }
  .ifx-card,
  .ifx-delivery-panel,
  .ifx-product-body,
  .ifx-price-card {
    padding: 1.25rem;
  }
  .ifx-melt-visual {
    min-height: 280px;
    padding: 1.5rem 1rem;
  }
  .ifx-melt-visual .ifx-melt-cocktail-svg {
    max-width: 220px;
  }
  .ifx-melt-visual strong {
    font-size: clamp(2.1rem, 12vw, 3rem);
    line-height: 1;
  }
  .ifx-melt-visual small {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
  }
  .ifx-melt-tabs {
    gap: 0.25rem;
    padding: 0.25rem;
  }
  .ifx-melt-tab {
    min-height: 40px;
    padding: 0.55rem 0.9rem;
    font-size: 0.875rem;
  }
  .ifx-range-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .ifx-range-head > span {
    width: 100%;
  }
  .ifx-range strong {
    font-size: 1.25rem;
  }
  .ifx-range-marks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }
  .ifx-range-marks small {
    text-align: center;
  }
  .ifx-melt-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ifx-melt-stats strong {
    font-size: 1.625rem;
  }
  .ifx-melt-model {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
  .ifx-melt .ifx-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ifx-icon-btn {
    width: 100%;
    height: 52px;
    border-radius: 18px;
  }
  .ifx-cta-snow .ifx-icon svg {
    width: 72px;
    height: 72px;
  }
  .ifx-cta-snow-left {
    bottom: 18px;
    left: 18px;
  }
  .ifx-cta-snow-right {
    top: 18px;
    right: 18px;
  }
  .ifx-city-switcher .ifx-filterbar {
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .ifx-city-switcher .ifx-chip {
    min-height: 40px;
    padding: 0.5625rem 0.875rem;
    font-size: 0.875rem;
  }
  .ifx-city-switcher .ifx-card {
    border-radius: 18px;
    padding: 1.5rem;
  }
  .ifx-city-switcher .ifx-city-panel dl {
    margin-top: 2rem;
  }
  .ifx-city-switcher .ifx-city-panel dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ifx-city-switcher .ifx-city-order {
    align-self: stretch;
    margin-top: 2rem;
  }
  .ifx-city-switcher .ifx-person {
    align-items: flex-start;
  }
  .ifx-city-switcher .ifx-person > span {
    width: 52px;
    height: 52px;
    font-size: 1.25rem;
  }
  .ifx-city-switcher .ifx-person strong {
    font-size: 1.125rem;
  }
  .ifx-city-switcher .ifx-person small,
  .ifx-city-switcher .ifx-city-panel dt,
  .ifx-city-switcher .ifx-city-panel dd,
  .ifx-city-switcher .ifx-commercial-panel .ifx-contact-line {
    font-size: 1rem;
  }
}
