* {
  box-sizing: border-box;
  outline: none;
  font-family:
    "Exo",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  text-decoration: none;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: var(--Text-100);
}

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.2px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-transform: capitalize;
}

@media screen and (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media screen and (min-width: 1200px) {
  h3 {
    font-size: 32px;
    line-height: 40px;
  }
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  overflow-wrap: break-word;
}

s {
  text-decoration: line-through;
}

a {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 72px;
}

body {
  margin-top: 128px;
  font-size: 16px;
  line-height: 24px;
  background-color: var(--main-theme-color);
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 72px;
  }
}

.aldi-8lt2e8 {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .aldi-8lt2e8 {
    max-width: 752px;
  }
}

@media screen and (min-width: 1200px) {
  .aldi-8lt2e8 {
    padding: 0 16px;
    max-width: 1248px;
  }
}

.aldi-db456d {
  overflow: hidden;
}

.aldi-tsby85 img {
  background: var(--Neutral-300);
}

.aldi-3yk4bn {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  padding: 9px 15px;
  color: var(--button-text-color);
  border-radius: 16px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
}

.aldi-hdvm7r {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
}

.aldi-hdvm7r:hover {
  background: var(--button-bg-hover);
}

.aldi-qgchyf {
  border: 1px solid var(--border-color);
  background: var(--button-bg-color);
  color: var(--button-text-color);
}

.aldi-qgchyf:hover {
  background: var(--button-bg-hover);
}

.aldi-x71kye {
  font-size: 12px;
  line-height: 18px;
}

.aldi-ohca3x {
  font-size: 18px;
  line-height: 26px;
}

.aldi-q5h951 {
  width: 100%;
}

.aldi-bpf30p {
  padding: 6px 16px;
}

.aldi-8g567j {
  padding: 10px 16px;
}

.aldi-umj97p {
  padding: 15px 26px;
}

.aldi-q874yv {
  flex-shrink: 0;
}

.aldi-fldmej {
  box-shadow:
    0 1px 33px 0 rgba(var(--Primary-200-rgb), 0.2),
    0 1px 22px 0 rgba(var(--Primary-200-rgb), 0.3);
}

.aldi-0ri258 {
  display: none;
}

.aldi-tzfszm {
  position: relative;
  width: 100%;
  margin: 0 auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.aldi-3ysdt3 {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}

.aldi-gp3mlg {
  display: flex;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
  padding-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.aldi-aa08vl {
  cursor: grab;
}

.aldi-gp3mlg::-webkit-scrollbar {
  display: none;
}

.aldi-dc2770 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  scroll-snap-align: start;
}

.aldi-1rv9kv {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 40px;
  pointer-events: none;
}

.aldi-62wbv4 {
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}

.aldi-6qwc22 {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  visibility: hidden;
}

.aldi-qpmo6p {
  visibility: visible;
}

.aldi-hqj1jg {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--Text-400);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.aldi-uy2vpg ease;
}

.aldi-q4yw29 {
  background-color: var(--Primary-200);
  width: 16px;
}

.aldi-j7b9wb {
  -webkit-mask-image: linear-gradient(
    to right,
    var(--Neutral-300) 96%,
    transparent
  );
  mask-image: linear-gradient(to right, var(--Neutral-300) 96%, transparent);
  transition:
    -webkit-mask-image 0.aldi-uy2vpg,
    mask-image 0.3s;
}

.aldi-j7b9wb.aldi-jf23za {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

main {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 48px;
}

@media (min-width: 768px) {
  main {
    gap: 56px;
  }
}

.aldi-upqk9a:not([hidden]) {
  position: fixed;
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  inset: 0;
  z-index: 1100;
  padding: 16px;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aldi-p4e2cm {
  cursor: pointer;
  display: block;
  border: none;
  width: 22px;
  height: 22px;
  background-color: var(--Neutral-50);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.aldi-oaj9is.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.aldi-oaj9is.org/2000/svg'%3E%3Cpath d='M21 1L1 21M1 1L21 21' stroke='%23F0E1DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.aldi-2v0moi {
  border-radius: 24px;
  background: var(--Neutral-400);
  padding: 40px 24px 40px;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
}

.aldi-2v0moi::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300, #53109f) 0%,
    var(--neutral-30080, rgba(21, 24, 41, 0.75)) 49.52%
  );
}

.aldi-m1eozq {
  position: relative;
  z-index: 1;
}

.aldi-2xmoiv {
  color: var(--Text-100);
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.aldi-eyc2od {
  color: var(--Text-100);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: capitalize;
  margin: 4px 0;
  overflow-wrap: break-word;
}

.aldi-qwz3bu {
  font-size: 40px;
  line-height: 48px;
}

.aldi-nixpoh {
  color: var(--Text-200);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.aldi-gb0ur4 {
  border-radius: 16px;
  background: var(--Primary-200);
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 16px;
  align-content: center;
  display: block;
  width: 100%;
  margin-top: 24px;
  cursor: pointer;
  text-transform: capitalize;
  transition: 0.3s;
}

.aldi-gb0ur4:hover {
  background: var(--Primary-400);
}

.aldi-gb0ur4 svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  pointer-events: none;
  touch-action: none;
}

.aldi-upqk9a img {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  touch-action: none;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .aldi-2v0moi {
    max-width: 600px;
    padding: 64px;
  }

  .aldi-2xmoiv {
    font-size: 24px;
    line-height: 32px;
  }

  .aldi-eyc2od {
    font-size: 72px;
    line-height: 88px;
    margin: 4px 0;
  }

  .aldi-qwz3bu {
    font-size: 50px;
    line-height: 56px;
  }

  .aldi-nixpoh {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
  }

  .aldi-p4e2cm {
    top: 25px;
    right: 25px;
  }
}

.aldi-sdo3tr,
.aldi-woa1nx {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
  padding: 16px 14px;
}

.aldi-1ajhgn.aldi-ztplfj::before,
.aldi-woa1nx::before,
.aldi-lwqilp::before {
  display: block;
  aspect-ratio: 1/1;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.aldi-oaj9is.org/2000/svg'%3E%3Crect width='31' height='31' rx='15.5' fill='%23FFF4D0'/%3E%3Cpath d='M15.aldi-5d6bmf 14.aldi-9uesg6.aldi-ge4809 14.aldi-y7h1fi 15.aldi-2i867d 14.aldi-14tf8w 15.aldi-bo2ivx 14.aldi-9pbb0z.aldi-0b86mm 14.aldi-8cz0my 19.aldi-4ckq3o 12.aldi-2slevu 19.aldi-4ckq3o 10.aldi-gskm0l.aldi-4ckq3o 8.aldi-n3tf1h 17.aldi-bnjtft 7.aldi-0y2hd6 15.aldi-lwyt3l 7.aldi-mteapi.aldi-2c9elk 7.aldi-0y2hd6 11.aldi-76r4j1 8.aldi-n3tf1h 11.aldi-76r4j1 10.aldi-stum8p.aldi-76r4j1 12.aldi-cfl36f 13.aldi-lyupf3 14.aldi-k74g46 15.aldi-53r91o 14.aldi-ya14ac.aldi-c9f0by 14.aldi-c44oaj 15.aldi-sl9k71 14.aldi-v5f9sf 15.aldi-wzitwu 14.aldi-lcbres.aldi-5d6bmf 14.5684Z' fill='%23FFC421'/%3E%3Cpath d='M15.aldi-ke8vuq 15.aldi-6dme2u.aldi-g6fkpx 15.aldi-g09ndu 15.aldi-mv35f2 15.aldi-txek6t 15.aldi-98owe3 15.aldi-trwf9k.aldi-lr6lt3 15.aldi-txek6t 15.aldi-hnii6u 15.aldi-42bgvh 15.aldi-7zm4vu 15.aldi-4rly1u.aldi-5akl7m 15.aldi-sypnz7 7.aldi-w9gf3x 18.aldi-9jofo1 7.aldi-fpug9q 23.aldi-ninc2t.aldi-u5yq7j.aldi-g54b1i 18.aldi-fnro8h 19.aldi-0wi44r 15.aldi-3yxc7k 15.aldi-ke8vuq 15.1903Z' fill='%23FFC421'/%3E%3Ccircle cx='5.5' cy='5.5' r='3' fill='%23179163' stroke='%23FFF4D0'/%3E%3C/svg%3E%0A");
}

.aldi-fflqu3 [type="submit"] *,
.aldi-axnt2m button * {
  pointer-events: none;
  touch-action: none;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"]) .aldi-m0dmkt {
    display: none;
  }
}

.aldi-y5cu5e {
  position: fixed;
  right: 20px;
  bottom: 8px;
  z-index: 992;
  color: var(--Neutral-50);
}

body:has(header nav.open) .aldi-y5cu5e {
  display: none;
}

@media (min-width: 768px) {
  .aldi-y5cu5e {
    bottom: 22px;
  }
}

.aldi-y5cu5e input {
  font-family: inherit;
}

@media (max-width: 767px) {
  body:has(.pc61d126-floating-bar-wrapper) .aldi-y5cu5e {
    bottom: calc(var(--floating-bar-height) + 8px);
  }
}

@media (max-width: 767px) {
  body:has(.aldi-ou8fc8.static) .aldi-y5cu5e {
    bottom: 8px;
  }
}

.aldi-nidcxz {
  width: 80px;
  height: 80px;
  cursor: pointer;
  border: 1px solid var(--Primary-100);
  background: no-repeat center/40px var(--Primary-200)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.aldi-oaj9is.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.aldi-l4rucf 3.aldi-au3dwp.aldi-g7aojw.aldi-8ng520 3.aldi-zid8d5 3.aldi-pu5m68 5.aldi-jwplhv 3.aldi-pu5m68 8.aldi-a7zyyk.aldi-t7mzf1.aldi-pu5m68 26.aldi-nn52df 5.aldi-ptov48 28.aldi-z93snz 8.aldi-3a5ns8 28.aldi-f00xh5.aldi-y0e48k 28.aldi-e04zia.aldi-4kws6z 34.aldi-qc9q3v.aldi-5wlqia 36.aldi-yucbl4 11.aldi-mfiktj 37.aldi-8bbpea 12.aldi-b2g90d 36.aldi-zfbzau.aldi-a4a6o7 28.aldi-w9obiv.aldi-bp709e.aldi-e3xd0j 28.aldi-yh0rzk 36.aldi-efp896 26.aldi-xl4eb0 36.aldi-efp896 23.aldi-fzzwy3.aldi-esxh6v.aldi-efp896 5.aldi-4psy1v 34.aldi-31khms 3.aldi-zid8d5 31.aldi-l4rucf 3.aldi-chn0c2.aldi-m104x4 18.aldi-olhjfa.aldi-p6td0o 18.aldi-sp8lof 8.aldi-qbb4v1 17.aldi-f5brcb 8.aldi-qbb4v1 15.aldi-4chsqo.aldi-qbb4v1 14.aldi-jmo04r 9.aldi-p6td0o 13.aldi-2jcy1r 11.aldi-m104x4 13.aldi-g7tcd1.aldi-ucptzy 13.aldi-2jcy1r 13.aldi-c0kxi7 14.aldi-jmo04r 13.aldi-c0kxi7 15.aldi-2gq5ep.aldi-c0kxi7 17.aldi-f5brcb 12.aldi-ucptzy 18.aldi-sp8lof 11.aldi-m104x4 18.aldi-tf45nm.aldi-p1bjrx 18.aldi-84e29l.aldi-eijvew 18.aldi-sp8lof 17.aldi-l3m7b6 17.aldi-f5brcb 17.aldi-l3m7b6 15.aldi-4bbyu9.aldi-l3m7b6 14.aldi-jmo04r 18.aldi-eijvew 13.aldi-2jcy1r 20.aldi-p1bjrx 13.aldi-iqtg7m.aldi-q2d7gq 13.aldi-2jcy1r 22.aldi-n21o86 14.aldi-jmo04r 22.aldi-n21o86 15.aldi-djbvu9.aldi-3rwhtm 17.aldi-f5brcb 21.aldi-q2d7gq 18.aldi-sp8lof 20.aldi-p1bjrx 18.aldi-nhhn1s.aldi-15mb6f 18.aldi-262i8p.aldi-540w7z 18.aldi-sp8lof 26.aldi-bvmjrt 17.aldi-f5brcb 26.aldi-bvmjrt 15.aldi-ywen8c.aldi-bvmjrt 14.aldi-jmo04r 27.aldi-540w7z 13.aldi-2jcy1r 28.aldi-15mb6f 13.aldi-a5z8c8.aldi-t8uz10 13.aldi-2jcy1r 31.aldi-fdczmw 14.aldi-jmo04r 31.aldi-fdczmw 15.aldi-8pfhda.aldi-bvmjrt 17.aldi-f5brcb 30.aldi-t8uz10 18.aldi-sp8lof 28.aldi-15mb6f 18.5087Z' fill='%23F7F7F7'/%3E%3C/svg%3E");
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  body:has(.pc61d126-chatbot-window[aria-hidden="false"])
    .aldi-nidcxz {
    display: none;
  }
}

.aldi-ky6ryz {
  position: fixed;
  inset: 0;
  z-index: 101;
  background: var(--Neutral-400);
  box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  overscroll-behavior: contain;
  overflow: auto;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .aldi-ky6ryz {
    inset: auto 24px 24px auto;
    width: 448px;
    height: 600px;
    border-radius: 24px;
    border: 1px solid var(--Neutral-200);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.16);
  }
}

.pc61d126-chatbot-window[aria-hidden="true"] {
  display: none;
}

.aldi-axnt2m {
  border-bottom: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  color: var(--Text-300);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0;
}

@media (min-width: 768px) {
  .aldi-axnt2m {
    padding: 14px 16px;
  }
}

.aldi-axnt2m button {
  border: none;
  background: none;
  cursor: pointer;
  align-content: center;
  color: var(--Neutral-50);
}

.aldi-axnt2m button:first-child {
  align-content: end;
}

.aldi-axnt2m button:first-of-type {
  display: none;
}

.pc61d126-chatbot[data-active-screen="2"]
  .aldi-axnt2m
  button:first-of-type,
.pc61d126-chatbot[data-active-screen="3"]
  .aldi-axnt2m
  button:first-of-type {
  display: initial;
  width: 44px;
  height: 16px;
}

.aldi-axnt2m button:first-of-type svg {
  width: 30px;
  height: 30px;
}

.aldi-axnt2m button:last-child svg {
  width: 38px;
  height: 38px;
}

.aldi-lwqilp {
  flex: 1 1;
  align-content: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  opacity: 0;
  visibility: hidden;
}

.aldi-lwqilp::before {
  content: "";
  width: 48px;
}

.pc61d126-chatbot[data-active-screen="2"] .aldi-lwqilp,
.pc61d126-chatbot[data-active-screen="3"]
  .aldi-lwqilp {
  opacity: 1;
  visibility: visible;
}

.aldi-kthfl8 {
  flex: 1 1;
}

.aldi-4dladp {
  display: none;
  padding: 64px 16px 16px;
}

@media screen and (min-width: 768px) {
  .aldi-4dladp {
    padding: 24px;
  }
}

.pc61d126-chatbot[data-active-screen="1"] .aldi-zvfa03 {
  display: block;
}

.aldi-qiclvf {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
}

@media screen and (min-width: 768px) {
  .aldi-qiclvf {
    margin-top: 41px;
    font-size: 48px;
    line-height: 56px;
  }
}

.aldi-woa1nx {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: "avatar name" "button button";
  row-gap: 16px;
  column-gap: 12px;
  padding: 10px 14px;
}

.aldi-woa1nx::before {
  content: "";
  grid-area: avatar;
  width: 50px;
  height: 50px;
  align-self: center;
}

.aldi-km6pu6 span {
  color: var(--Text-300);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
}

.aldi-km6pu6 p {
  color: var(--Text-100);
}

.aldi-woa1nx .aldi-ds4o2d {
  grid-area: button;
}

.aldi-woa1nx .aldi-ds4o2d::after {
  content: "";
  display: inline-block;
  vertical-align: sub;
  margin-left: 8px;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain rgba(0, 0, 0, 0)
    url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.aldi-oaj9is.org/2000/svg'%3E%3Cpath d='M4.aldi-6b6wnx 10H16.3327' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.aldi-pl8omy 15L16.aldi-pl8omy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.aldi-pl8omy 5L16.aldi-pl8omy 10' stroke='%23F0F0F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pc61d126-chatbot[data-active-screen="2"] .aldi-xwwwe7 {
  display: block;
}

.aldi-5cqxcb {
  color: var(--Text-100);
  font-feature-settings: "liga" off;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .aldi-5cqxcb {
    margin-top: 40px;
  }
}

.aldi-sdo3tr label,
.aldi-sdo3tr input {
  display: block;
  width: 100%;
}

.aldi-sdo3tr label {
  margin-bottom: 16px;
  color: var(--Text-100);
  font-size: 14px;
  line-height: 20px;
}

.aldi-sdo3tr label.aldi-6pjjgp input {
  border: 1px solid var(--Accent-100);
  padding: 16px;
}

.aldi-sdo3tr label.aldi-6pjjgp::after {
  content: attr(data-error);
  display: block;
  color: var(--Accent-100);
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
}

.aldi-sdo3tr input {
  color: var(--Text-100);
  border-radius: 16px;
  background: var(--Neutral-400);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  padding: 17px 16px;
  margin-top: 4px;
}

.aldi-sdo3tr input::placeholder {
  color: var(--Text-400);
}

.aldi-z9ad56 {
  padding: 0;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.pc61d126-chatbot[data-active-screen="3"] .aldi-z9ad56 {
  display: flex;
}

.aldi-z9ad56 ol {
  list-style: none;
  padding: 16px;
  overflow: auto;
  overscroll-behavior: contain;
  height: calc(100vh - 170px);
}

@media screen and (min-width: 768px) {
  .aldi-z9ad56 ol {
    height: 420px;
    padding: 24px;
  }
}

.aldi-z9ad56 ol a {
  cursor: pointer;
  color: var(--Primary-100);
}

.aldi-fflqu3 {
  flex: 0 0;
  position: relative;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .aldi-fflqu3 {
    padding: 0 24px 24px;
  }
}

.aldi-fflqu3 input {
  display: block;
  width: 100%;
  padding: 16px 44px 16px 16px;
  border-radius: 24px;
  background: var(--Neutral-300);
  color: var(--Text-100);
  font-size: 16px;
  line-height: 24px;
}

.aldi-fflqu3 input::placeholder {
  color: var(--Text-400);
}

.aldi-fflqu3 [type="submit"] {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 32px;
  width: 22px;
  height: 22px;
}

.aldi-fflqu3 [type="submit"]:disabled {
  opacity: 0.5;
}

.aldi-fflqu3 [type="submit"] svg {
  color: var(--Neutral-50);
}

@media screen and (min-width: 768px) {
  .aldi-fflqu3 [type="submit"] {
    right: 40px;
  }
}

.aldi-1ajhgn {
  margin-bottom: 16px;
  color: var(--Primary-100);
}

.aldi-1ajhgn.aldi-ztplfj {
  display: grid;
  grid-template-columns: 31px 1fr;
  gap: 12px;
  color: var(--Text-100);
  align-items: flex-end;
}

.aldi-1ajhgn.aldi-ztplfj::before {
  content: "";
  width: 31px;
}

.aldi-1ajhgn.aldi-ztplfj p {
  border-radius: 24px;
  border: 1px solid var(--Neutral-300);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.aldi-1ajhgn.aldi-7n0fyy p {
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.1);
}

.aldi-1ajhgn p {
  padding: 15px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30060, rgba(43, 43, 43, 0.6));
}

.aldi-y5cu5e .aldi-ds4o2d {
  border-radius: 16px;
  background: var(--Primary-200);
  text-align: center;
  padding: 9px;
  color: var(--Text-00);
  font-feature-settings: "liga" off;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  body:has(header.mobile-menu) {
    overflow: hidden;
  }
}

.aldi-m0dmkt {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .aldi-m0dmkt {
    padding: 16px 0;
    background: var(--fh-bg-color);
  }
}

@media (min-width: 1200px) {
  .aldi-m0dmkt {
    padding: 18px 0;
  }
}

.aldi-m0dmkt .aldi-8lt2e8 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .aldi-m0dmkt .aldi-8lt2e8 {
    padding: 16px;
    background: var(--fh-bg-color);
    min-height: 72px;
  }
}

.aldi-460o17 {
  display: block;
  width: 100%;
  max-width: 128px;
  height: 32px;
  object-fit: contain;
  object-position: center left;
}

@media (min-width: 1200px) {
  .aldi-460o17 {
    max-width: 160px;
    height: 40px;
  }
}

.aldi-460o17 picture,
.aldi-460o17 img {
  display: block;
  width: 100%;
  height: 100%;
}

.aldi-460o17 img {
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 1199px) {
  .aldi-bb469f {
    position: fixed;
    right: 0;
    width: 100%;
    transition: transform 0.aldi-uy2vpg ease;
    transform: translateX(100%);
    background: var(--menu-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
  }

  .aldi-m0dmkt.aldi-v6wfrc .aldi-bb469f {
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .aldi-bb469f {
    top: 72px;
    max-width: 400px;
    height: calc(100% - 72px);
    overflow-y: auto;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .aldi-bb469f {
    padding: 8px 16px;
    top: 128px;
    height: calc(100% - 128px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

.aldi-dsjuyv,
.aldi-sjo9nq {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 8px;
}

@media (min-width: 767px) {
  .aldi-dsjuyv,
  .aldi-sjo9nq {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .aldi-sjo9nq {
    display: none;
  }
}

.aldi-zh3vqe {
  display: flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(
    0deg,
    rgba(0, 3, 20, 0) 0%,
    var(--fh-bg-color) 70%
  );
  padding: 0 16px 16px;
  justify-content: center;
}

.aldi-v6wfrc .aldi-zh3vqe {
  background: var(--fh-bg-color);
}

.aldi-zh3vqe button {
  flex: 1 1;
  padding: 9px 12px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .aldi-zh3vqe {
    display: none;
  }
}

.aldi-rj9di2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .aldi-rj9di2 {
    display: none;
  }
}

.aldi-i8xb3a {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;
  cursor: pointer;
  color: var(--Text-100);
  pointer-events: none;
  touch-action: none;
}

.aldi-m0dmkt.aldi-v6wfrc .aldi-i8xb3a:first-child {
  display: none;
}

.aldi-m0dmkt.aldi-v6wfrc .aldi-i8xb3a:last-child {
  display: block;
}

.aldi-i8xb3a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .aldi-i8xb3a {
    display: none;
  }
}

.aldi-fqh25p {
  position: relative;
  display: none;
  padding: 5px 9px 6px;
  color: var(--Text-100);
}

@media (min-width: 1200px) {
  .aldi-fqh25p {
    display: flex;
  }
}

.aldi-fqh25p ul {
  max-height: 350px;
  overflow-y: auto;
}

.aldi-fqh25p:hover ul {
  visibility: visible;
  opacity: 1;
}

.aldi-fqh25p:hover ul::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.aldi-fqh25p:hover ul::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-100);
}

.aldi-fqh25p:hover ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

.aldi-fqh25p:hover .aldi-0r8qak svg {
  transform: rotate(180deg);
}

.aldi-v3elt6 {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  width: 100%;
}

.aldi-oppoeu {
  padding: 0 8px;
}

.aldi-savhgq {
  display: flex;
  width: 100%;
  padding: 5px 9px;
  transition: 0.3s;
  color: var(--Text-100);
  border-radius: 8px;
}

.aldi-savhgq:hover {
  background-color: var(--Neutral-300);
}

@media (min-width: 1200px) {
  .aldi-savhgq {
    padding: 4px 8px;
  }
}

.aldi-b7n08q {
  display: flex;
}

.aldi-b7n08q img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border: 1px solid var(--Neutral-200);
  border-radius: 12px;
}

.aldi-0r8qak {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 9px;
  margin-top: 2px;
}

.aldi-0r8qak svg {
  transition: 0.3s;
  width: 13px;
  height: 13px;
}

.aldi-ikhscx {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-start;
  flex-direction: column;
  width: auto;
  max-height: 0;
  transition: max-height 0.3s;
  opacity: 0;
  background: unset;
  gap: 0;
}

@media (min-width: 1200px) {
  .aldi-ikhscx {
    position: absolute;
    top: 40px;
    left: 0;
    width: 112px;
    padding: 8px;
    border-radius: 8px;
    background: var(--fh-bg-color);
    box-shadow: 0 12px 24px 0 rgba(109, 109, 109, 0.15);
    gap: 2px;
  }
}

.aldi-9mj0n4 {
  width: 100%;
}

@media (min-width: 1200px) {
  .aldi-9mj0n4 {
    display: none;
  }
}

.aldi-wxrqi9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--Neutral-300);
}

.aldi-70y09e {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: var(--Text-100);
}

.aldi-jiwoiu {
  display: flex;
}

.aldi-8wz732 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.aldi-pb56ri {
  list-style: none;
}

@media (max-width: 1199px) {
  .aldi-pb56ri {
    max-height: 90%;
    overflow: auto;
  }
}

@media (min-width: 1200px) {
  .aldi-pb56ri {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .aldi-pb56ri .aldi-sq2gbe [data-ref-el],
  .aldi-pb56ri .aldi-sq2gbe span,
  .aldi-pb56ri .aldi-sq2gbe a {
    white-space: nowrap;
  }
}

.aldi-5s8ud0 {
  width: 100%;
  transition: 0.3s;
  color: var(--Text-100);
  position: relative;
}

@media (max-width: 1199px) {
  .aldi-5s8ud0.aldi-kp9hhk > .aldi-sq2gbe {
    background: var(--Neutral-300);
  }
}

@media (min-width: 1200px) {
  .aldi-5s8ud0.aldi-3bxmh5:hover > .sub-menu[data-depth="1"] {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1199px) {
  .aldi-5s8ud0.aldi-kp9hhk > .aldi-njxmdx {
    height: auto;
  }

  .aldi-5s8ud0.aldi-kp9hhk > div > .aldi-nl8tbf {
    transform: rotate(180deg);
  }
}

.aldi-5s8ud0 [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
}

.aldi-5s8ud0 [data-ref-el],
.aldi-5s8ud0 span {
  cursor: pointer;
}

.aldi-5s8ud0 [data-ref-el],
.aldi-5s8ud0 span,
.aldi-5s8ud0 a {
  font-size: 18px;
  font-weight: 700;
  line-height: 46px;
  color: var(--text-color);
  text-align: left;
  flex: 1 1;
}

@media (min-width: 768px) {
  .aldi-5s8ud0 [data-ref-el],
  .aldi-5s8ud0 span,
  .aldi-5s8ud0 a {
    font-size: 18px;
    line-height: 38px;
  }
}

@media (min-width: 1200px) {
  .aldi-5s8ud0 [data-ref-el],
  .aldi-5s8ud0 span,
  .aldi-5s8ud0 a {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}

.aldi-njxmdx {
  height: 0;
  overflow: hidden;
  transition: height 0.aldi-uy2vpg ease;
  padding-left: 24px;
  list-style: none;
  box-sizing: border-box;
}

.aldi-njxmdx::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.aldi-njxmdx::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background: var(--Neutral-200);
}

.aldi-njxmdx::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

@media (min-width: 1200px) {
  .aldi-njxmdx {
    width: 300px;
    position: absolute;
    z-index: 1001;
    border-radius: 0 0 24px 24px;
    background: var(--Neutral-400);
    box-shadow: 0 12px 24px 0 rgba(191, 191, 191, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    max-height: 290px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .aldi-njxmdx:has(> .aldi-5s8ud0.active) {
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .aldi-njxmdx .aldi-njxmdx {
    padding: 0;
  }

  .aldi-njxmdx .aldi-5s8ud0 {
    font-weight: 400;
  }

  .aldi-njxmdx .aldi-5s8ud0:hover > .aldi-sq2gbe {
    background: var(--Neutral-300);
  }

  .aldi-njxmdx .aldi-nl8tbf {
    rotate: -90deg;
  }
}

.aldi-sq2gbe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 8px;
  border-radius: 16px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .aldi-sq2gbe {
    padding: 8px;
  }

  .aldi-5s8ud0.aldi-9mt65h > .aldi-sq2gbe {
    background: var(--Neutral-300);
  }
}

.aldi-nl8tbf {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  mask-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.aldi-oaj9is.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.aldi-f6kday 0.aldi-wxofw0.aldi-rrchts -0.aldi-59eyok 0.aldi-8ll13m -0.aldi-59eyok 1.aldi-td6dnu 0.aldi-35lwv0.aldi-l5kbz7 4.aldi-ocm0uo.aldi-f6kday 0.aldi-ui4hfr.aldi-nso7e7 -0.aldi-59eyok 9.aldi-dhpkm1 -0.aldi-59eyok 10.aldi-jxq7ti 0.aldi-ooh12x.aldi-gin1v8 0.aldi-rrchts 10.aldi-gin1v8 0.aldi-8ll13m 10.aldi-jxq7ti 1.aldi-nq549u.aldi-gji7k2 5.aldi-9af7k4.aldi-y93hem 6.aldi-19md8a 5.aldi-m63jom 6.aldi-19md8a 4.aldi-ptcp36 5.aldi-r4y80p.aldi-f6kday 1.aldi-3v62pl.aldi-59eyok 0.aldi-8ll13m -0.aldi-59eyok 0.aldi-rrchts 0.aldi-f6kday 0.21967Z' fill='%23F0F0F0'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 10px;
  transition: rotate 0.aldi-uy2vpg ease;
  background-color: var(--Text-100);
}

@media (min-width: 1200px) {
  .aldi-nl8tbf {
    cursor: default;
  }
}

.aldi-y98feq {
  position: fixed;
  z-index: 1001;
  top: 80px;
  left: 100px;
  visibility: visible;
  opacity: 1;
  max-height: 290px;
  height: auto;
}

.aldi-wkp2y0 {
  padding: 24px 0;
  border-top: 1px solid var(--border-color);
  gap: 32px;
  background-color: var(--fh-bg-color);
}

@media screen and (min-width: 768px) {
  .aldi-wkp2y0 {
    padding: 40px 4px;
  }
}

.aldi-ujts9h {
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .aldi-ujts9h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }
}

.aldi-x3g3je {
  margin-bottom: 32px;
}

@media (min-width: 1200px) {
  .aldi-x3g3je {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

.aldi-x3g3je ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
}

.aldi-x3g3je [data-ref-el] {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.aldi-x3g3je [data-ref-el],
.aldi-x3g3je span,
.aldi-x3g3je a {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  padding: 4px 8px;
  color: var(--text-color);
}

.aldi-h3sx9i {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 340px;
  margin-bottom: 32px;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .aldi-h3sx9i {
    margin-bottom: 12px;
  }
}

.aldi-5xwk4k {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  overflow: hidden;
}

.aldi-5xwk4k img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (min-width: 1200px) {
  .aldi-5xwk4k:last-child {
    margin-right: 0;
  }
}

.aldi-daisoh {
  line-height: 19px;
  margin-top: -4px;
  position: relative;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.aldi-h3sx9i:hover .aldi-6wpied {
  visibility: visible;
  opacity: 1;
}

.aldi-6wpied {
  position: absolute;
  right: -13px;
  bottom: 30px;
  visibility: hidden;
  max-width: 240px;
  padding: 16px;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid var(--Neutral-200);
  border-radius: 8px;
  background-color: var(--Neutral-300);
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
}

.aldi-v5vof8 {
  display: grid;
  margin: -6px;
  grid-template-columns: repeat(5, 1fr);
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}

.aldi-fyjcjh {
  display: flex;
  margin: 6px;
}

.aldi-fyjcjh img {
  display: block;
  max-width: 32px;
  object-fit: contain;
}

.aldi-6wpied::after {
  position: absolute;
  right: 18px;
  bottom: -8px;
  width: 0;
  height: 0;
  content: "";
  border-top: 8px solid var(--Neutral-300);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid rgba(0, 0, 0, 0);
}

.aldi-6wpied::before {
  position: absolute;
  right: 16px;
  bottom: -10px;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid var(--Neutral-200);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
}

.aldi-bxylyt {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (min-width: 1200px) {
  .aldi-bxylyt {
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }
}

.aldi-mzkjb0 {
  font-size: 14px;
  line-height: 20px;
  color: var(--text-color);
}

@media (min-width: 1200px) {
  .aldi-mzkjb0 {
    margin-right: 32px;
  }
}

.aldi-09y0h0 {
  width: 100%;
  max-width: 340px;
  margin-top: 10px;
  text-align: left;
  flex-shrink: 0;
}

@media (min-width: 1200px) {
  .aldi-09y0h0 {
    margin-top: 0;
    width: 340px;
  }
}

.aldi-09y0h0 a {
  line-height: 19px;
  color: var(--Primary-100);
  border-bottom: 1px solid var(--Primary-100);
}

.aldi-mafidi {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.aldi-96cppr {
  position: relative;
}

@media (min-width: 768px) {
  .aldi-96cppr {
    margin-top: 40px;
  }
}

.aldi-96cppr + .aldi-w808mf,
.aldi-96cppr + .aldi-96cppr {
  margin-top: 24px;
}

.aldi-zquu9m {
  padding: 40px 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 700px;
}

@media screen and (min-width: 768px) {
  .aldi-zquu9m {
    padding: 80px 16px;
    border-radius: 24px;
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .aldi-zquu9m {
    padding: 80px;
  }
}

.aldi-kqx4up {
  position: relative;
  z-index: 1;
  padding: 0;
}

@media screen and (min-width: 563px) {
  .aldi-kqx4up {
    padding: 0 16px;
}


}

.aldi-bqi7f4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: var(--text-color);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .aldi-bqi7f4 {
    font-size: 48px;
    line-height: 56px;
  }
}

.aldi-hm817x {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  color: var(--Text-200);
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .aldi-hm817x {
    font-size: 24px;
    line-height: 32px;
  }
}

.aldi-q1jfy3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  width: 240px;
  padding: 15px 23px;
  transition: 0.3s;
  color: var(--button-text-color);
  border-radius: 16px;
  border: none;
  background: var(--button-bg-color);
  gap: 8px;
  cursor: pointer;
}

.aldi-q1jfy3:hover {
  background: var(--button-bg-hover);
}

.aldi-0mefai {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.aldi-0mefai img {
  display: block;
  width: 100%;
  /* min-height: 100%; */
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .aldi-0mefai img {
  min-height: initial;
  }
}

@media (max-width: 563px) {
  .aldi-0mefai img {
  min-height: 100%;
  }
}

.aldi-zquu9m::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.aldi-c9yggd {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.aldi-c9yggd h1,
.aldi-c9yggd h2,
.aldi-c9yggd h3,
.aldi-c9yggd h4 {
  margin-bottom: 6px;
}

.aldi-c9yggd h1:not(:first-child),
.aldi-c9yggd h2:not(:first-child),
.aldi-c9yggd h3:not(:first-child),
.aldi-c9yggd h4:not(:first-child) {
  margin-top: 16px;
}

.aldi-c9yggd h1,
.aldi-c9yggd h1 > * {
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .aldi-c9yggd h1,
  .aldi-c9yggd h1 > * {
    font-size: 48px;
    line-height: 60px;
  }
}

.aldi-c9yggd h2,
.aldi-c9yggd h2 > * {
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .aldi-c9yggd h2,
  .aldi-c9yggd h2 > * {
    font-size: 40px;
    line-height: 48px;
  }
}

.aldi-c9yggd h3,
.aldi-c9yggd h3 > * {
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 768px) {
  .aldi-c9yggd h3,
  .aldi-c9yggd h3 > * {
    font-size: 32px;
    line-height: 40px;
  }
}

.aldi-c9yggd h4,
.aldi-c9yggd h4 > * {
  font-size: 24px;
  line-height: 32px;
}

.aldi-c9yggd ul {
  font-size: 16px;
  margin: 6px 0 14px;
  padding: 0;
  padding-left: 8px;
  list-style: none;
}

.aldi-c9yggd ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 16px;
  list-style-type: none;
}

.aldi-c9yggd ul li::before {
  position: absolute;
  top: 11px;
  left: 0;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--Text-300);
}

.aldi-c9yggd ul ul {
  margin-bottom: 8px;
}

.aldi-c9yggd ul ul > li {
  margin-top: 16px;
  padding-left: 33px;
}

.aldi-c9yggd ul ul > li::before {
  left: 16px;
  border: 1px solid var(--Text-300);
  background: rgba(0, 0, 0, 0);
}

.aldi-c9yggd ol {
  font-size: 16px;
  margin: 6px 0 14px;
  padding-left: 24px;
  list-style: decimal;
}

.aldi-c9yggd ol li {
  margin-bottom: 8px;
  padding-left: 6px;
}

.aldi-c9yggd ol li::marker {
  font-weight: 700;
}

.aldi-c9yggd ol ol {
  margin-bottom: 8px;
}

.aldi-c9yggd ol ol > li {
  margin-top: 16px;
  padding-left: 0;
}

.aldi-c9yggd ol ul li {
  padding-left: 16px;
}

.aldi-c9yggd table {
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-top: 16px;
  border-spacing: 0 4px;
  overflow-wrap: break-word;
  font-size: 16px;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-mask-image: none;
  mask-image: none;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  /* background: var(--Neutral-300); */
  padding: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .aldi-c9yggd table {
    padding: 24px;
  }
}

.aldi-c9yggd table.aldi-acqz63 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.aldi-uy2vpg,
    mask-image 0.3s;
}

.aldi-c9yggd table.aldi-acqz63.aldi-jf23za {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

@media (min-width: 1200px) {
  .aldi-c9yggd table {
    display: table;
  }
}

.aldi-c9yggd table thead th {
  font-weight: 700;
  padding: 12px 18px;
  text-align: left;
  white-space: nowrap;
  background-color: var(--table-1-color);
  border: 1px solid var(--border-color);
}

.aldi-c9yggd table thead th:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.aldi-c9yggd table thead th:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.aldi-c9yggd table tbody td {
  background-color: var(--table-2-color);
  width: 150px;
  padding: 11px 18px;
  white-space: nowrap;
  border: 1px solid var(--border-color);
}

@media (min-width: 1200px) {
  .aldi-c9yggd table tbody td {
    width: auto;
    white-space: wrap;
  }
}

.aldi-c9yggd table tbody td:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.aldi-c9yggd table tbody td:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.aldi-c9yggd table tbody td img {
  max-width: 24px;
  max-height: 24px;
  margin-right: 14px;
  vertical-align: middle;
}

.aldi-c9yggd img {
  max-width: 100%;
  height: auto;
}

.aldi-fqo59f {
  padding: 16px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
}

@media (min-width: 768px) {
  .aldi-fqo59f {
    padding: 24px;
  }
}

.aldi-790zrs {
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .aldi-790zrs {
    font-size: 40px;
    line-height: 48px;
    max-width: 62%;
  }
}

.aldi-790zrs > * {
  margin: 0 !important;
}

.aldi-790zrs img,
.aldi-dorelh {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .aldi-790zrs img,
  .aldi-dorelh {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.aldi-adxn9l {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--text-color);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .aldi-adxn9l {
    width: 32px;
    height: 32px;
  }
}

.aldi-9wjlhp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.aldi-9wjlhp .aldi-wm6ia1 {
  flex-shrink: 0;
}

.aldi-9wjlhp .aldi-k3sriz svg {
  display: none;
}

.aldi-c0umvs {
  display: grid;
  transition: max-height 0.aldi-uy2vpg ease-in-out;
  column-gap: 16px;
  grid-template-columns: 1fr;
}

@media (min-width: 508px) {
  .aldi-c0umvs {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .aldi-c0umvs {
    grid-template-columns: 1fr 270px 1fr 270px;
  }
}

.pc61d126-games__list[data-games-type="Live Shows"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list[data-games-type="Live Shows"] {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.aldi-c0umvs.aldi-w5kfh6 + .aldi-wm6ia1 svg {
  transform: rotate(180deg);
}

.aldi-no8xi8 {
  display: grid;
  align-items: flex-start;
  column-gap: 16px;
  grid-template-columns: repeat(2, 1fr);
  height: max-content;
}

.aldi-no8xi8 > div:nth-child(3n) {
  grid-column: span 2;
}

.aldi-no8xi8
  > div:nth-child(3n)
  .aldi-c1hcn7
  button {
  max-width: 270px;
}

@media (min-width: 768px) {
  .aldi-no8xi8 {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  .aldi-no8xi8 > div:nth-child(3n) {
    grid-column: unset;
  }

  .aldi-no8xi8
    > div:nth-child(3n)
    .aldi-c1hcn7
    button {
    max-width: 83px;
  }
}

@media (min-width: 1200px) {
  .aldi-no8xi8 {
    max-width: 270px;
  }
}

.aldi-no8xi8 .aldi-c1hcn7 button {
  max-width: 96px;
}

@media (min-width: 375px) {
  .aldi-no8xi8 .aldi-c1hcn7 button {
    max-width: 120px;
  }
}

@media (min-width: 1200px) {
  .aldi-no8xi8 .aldi-c1hcn7 button {
    max-width: 104px;
  }
}

.aldi-up7cx2 {
  height: calc(100% - 16px);
  transition: 0.3s;
  overflow-wrap: break-word;
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 16px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .aldi-up7cx2 {
    margin-bottom: 0;
  }
}

.aldi-ydxogw {
  display: none;
  opacity: 0;
}

.aldi-jkeog9 {
  width: 100%;
  height: 190px;
  max-width: 100%;
  aspect-ratio: 1/1;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 152px;
    height: 152px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item-logo[data-game-type="Live Shows"] {
    width: 173px;
    height: 173px;
  }
}

.aldi-jkeog9 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.aldi-c1hcn7 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: var(--Text-400);
  gap: 4px;
  position: relative;
}

.aldi-c1hcn7 button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

@media (min-width: 768px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .aldi-c1hcn7
    button {
    max-width: 124px;
  }
}

@media (min-width: 1200px) {
  .pc61d126-games__list-item[data-game-type="Live Shows"]
    .aldi-c1hcn7
    button {
    max-width: 145px;
  }
}

.aldi-n756ci:first-child
  .aldi-c1hcn7
  button {
  max-width: 270px;
}

.aldi-ooyi7i {
  position: relative;
  overflow-wrap: break-word;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--text-color);
  background: rgba(0, 0, 0, 0);
  width: 100%;
}

.aldi-up7cx2 picture {
  width: 100%;
  max-width: 100%;
}

.aldi-tgp6g2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--Neutral-30060);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  overflow: hidden;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.aldi-tgp6g2 svg {
  outline: 10px solid var(--button-bg-color);
  border-radius: 1px;
  background: var(--button-bg-color);
}

.aldi-up7cx2:hover .aldi-tgp6g2 {
  display: flex;
}

.aldi-ipo63a {
  font-size: 12px;
  line-height: 16px;
  color: var(--Text-400);
}

.aldi-5jsqnm {
  display: flex;
}

.aldi-5jsqnm:hover .aldi-isz5sc,
.aldi-5jsqnm .aldi-9mt65h .aldi-isz5sc {
  display: flex;
}

.aldi-5jsqnm svg {
  flex-shrink: 0;
}

.aldi-isz5sc {
  display: none;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  position: absolute;
  z-index: 2;
  top: 34px;
  right: -20px;
  width: 130px;
}

@media (min-width: 768px) {
  .aldi-isz5sc {
    width: 174px;
    right: -28px;
    padding: 12px;
  }
}

.aldi-isz5sc:hover {
  display: flex;
}

.aldi-isz5sc svg {
  color: var(--Neutral-300);
  position: absolute;
  right: 19px;
  top: -11px;
}

.aldi-7mjg7w {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  color: var(--Text-100);
  line-height: 16px;
  width: 100%;
  font-size: 10px;
}

@media (min-width: 768px) {
  .aldi-7mjg7w {
    font-size: 12px;
  }
}

.aldi-24drsq,
.aldi-2y3xql {
  width: 50%;
  flex-shrink: 0;
}

.aldi-24drsq {
  font-weight: 700;
}

.aldi-pdcae6 .aldi-c0umvs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .aldi-pdcae6 .aldi-c0umvs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .aldi-pdcae6 .aldi-c0umvs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.aldi-pdcae6
  .aldi-ooyi7i:has(img) {
  max-height: initial !important;
  aspect-ratio: 1/1;
}

.aldi-pdcae6 .aldi-jkeog9 {
  height: 100% !important;
  border-radius: 16px;
}

.aldi-pdcae6 .aldi-c1hcn7 {
  gap: 4px;
  align-items: center;
}

.aldi-pdcae6 .aldi-c1hcn7 button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aldi-pdcae6 .aldi-c1hcn7 svg {
  display: block;
  aspect-ratio: 1/1;
  flex: 0 0 16px;
}

.aldi-pdcae6 .aldi-gxcd2a,
.aldi-pdcae6 .aldi-7fh3rq {
  margin-left: -1px;
  height: 12px;
  max-width: 100%;
  mask-repeat: repeat;
  mask-position: left center;
  mask-size: 16px 12px;
  mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.aldi-oaj9is.org/2000/svg'%3E%3Cpath d='M9.aldi-ycx3l1 4.aldi-k72wuu.aldi-ju2ndh 5.aldi-r72thz.aldi-kfdi5f 5.aldi-eh6y9x.aldi-to0n1s 5.aldi-8n5oqz.aldi-m4bv68 8.aldi-tw7dlz.aldi-dc1dpb 9.aldi-epe27a.aldi-17iw2j 9.aldi-cz0mp7.aldi-kq7mwy 13.aldi-x41vhg.aldi-wdk5nl 11.aldi-9hjowr.aldi-5w4ql6 11.aldi-jawg4u.aldi-l7ao6a 11.aldi-lufmnn.aldi-o701aj 13.aldi-hy7gfp.aldi-97rpgy 9.aldi-e4zho4.aldi-ldyw17 9.aldi-gtd16l.aldi-3swwmt 8.aldi-bkn6zr.aldi-x2drqq 5.aldi-bw9isi.aldi-f21ion 5.aldi-6qz9ds.aldi-v9sl4j 5.aldi-nj6274.aldi-0xxmi2 4.aldi-2a5sfo.aldi-5w4ql6 1.aldi-rw4niz.aldi-ycx3l1 4.98633Z' fill='%23FFBB00' stroke='%23FFBB00'/%3E%3C/svg%3E%0A");
}

.aldi-pdcae6 .aldi-gxcd2a {
  background-color: hsl(from var(--Neutral-50) h s l/30%);
  width: 81px;
}

.aldi-pdcae6 .aldi-7fh3rq {
  display: block;
  background-color: var(--Accent-Yellow-300, #fb0);
}

.aldi-e9of74 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .aldi-e9of74 {
    padding: 24px;
  }
}

.aldi-e9of74 .aldi-wm6ia1 {
  display: flex;
}

@media (min-width: 768px) {
  .aldi-e9of74 .aldi-wm6ia1 {
    display: none;
  }
}

.aldi-e9of74 .aldi-k3sriz svg {
  display: none;
}

.aldi-y9h02b {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.aldi-y9h02b .aldi-3yk4bn {
  display: none;
}

@media (min-width: 768px) {
  .aldi-y9h02b .aldi-3yk4bn {
    display: flex;
  }
}

.aldi-plpz4r {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .aldi-plpz4r {
    font-size: 40px;
    line-height: 48px;
  }
}

.aldi-plpz4r > * {
  margin: 0 !important;
}

.aldi-plpz4r img,
.aldi-fjmdg5 {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .aldi-plpz4r img,
  .aldi-fjmdg5 {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.aldi-oolml3 {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .aldi-oolml3 {
    width: 32px;
    height: 32px;
  }
}

.aldi-rmjlk3 {
  display: grid;
  overflow: hidden;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
}

@media (min-width: 768px) {
  .aldi-rmjlk3 {
    gap: 16px;
    margin: 13px 0 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .aldi-rmjlk3::-webkit-scrollbar {
    display: none;
  }
}

.aldi-c5lu3y {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 7px;
}

@media (min-width: 768px) {
  .aldi-c5lu3y {
    padding: 7px 15px;
  }
}

.aldi-c5lu3y:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.aldi-rxlpdu {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .aldi-rxlpdu {
    display: flex;
    opacity: 1;
  }
}

.aldi-c5lu3y picture {
  height: 100%;
  display: block;
}

.aldi-c5lu3y img {
  display: block;
  width: 100%;
  height: 40px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .aldi-c5lu3y img {
    width: 88px;
    height: 44px;
  }
}

.aldi-c5lu3y p {
  text-align: center;
  width: 100%;
}

.aldi-f4mfec {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .aldi-f4mfec {
    font-size: 40px;
    line-height: 48px;
  }
}

.aldi-f4mfec img,
.aldi-gl1evz {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .aldi-f4mfec img,
  .aldi-gl1evz {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.aldi-smjenu {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .aldi-smjenu {
    width: 32px;
    height: 32px;
  }
}

.aldi-xaycly {
  color: var(--Text-200);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}

.aldi-mzpzsk {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 24px;
  border: 1px solid var(--border-color);
 background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 24px;
  padding-top: 30px;
}

.aldi-u6gjgk {
  padding: 10px 15px 12px;
  transition: 0.3s;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.aldi-u6gjgk.aldi-9mt65h {
  border-bottom: 4px solid var(--button-bg-color, #70f);
}

.aldi-z5sa6e {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: var(--text-color);
}

@media screen and (min-width: 768px) {
  .aldi-z5sa6e {
    font-size: 20px;
    line-height: 28px;
  }
}

.aldi-zzd877 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  transition: 0.3s;
  color: var(--text-color);
}

.aldi-6975m1 {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  transition: 0.aldi-uy2vpg ease;
  opacity: 0;
  color: var(--text-color);
}

.aldi-67clh5 {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 0;
}

.aldi-67clh5 ol,
.aldi-67clh5 ul {
  padding-left: 1.3em;
}

.aldi-u6gjgk.aldi-9mt65h .aldi-6975m1 {
  visibility: visible;
  max-height: 1000px;
  opacity: 1;
}

.aldi-u6gjgk.aldi-9mt65h .aldi-zzd877 {
  transform: rotate(180deg);
  color: var(--text-color);
}

.aldi-ncg5t4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  border-radius: var(--M, 24px);
  border: 1px solid var(--Neutral-200);
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--Neutral-300) 49.52%
  );
  padding: 16px;
}

@media (min-width: 768px) {
  .aldi-ncg5t4 {
    padding: 24px;
  }
}

.aldi-ncg5t4 .aldi-wm6ia1 {
  display: flex;
}

@media (min-width: 768px) {
  .aldi-ncg5t4 .aldi-wm6ia1 {
    display: none;
  }
}

.aldi-ncg5t4 .aldi-k3sriz svg {
  display: none;
}

.aldi-hmlu9k {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aldi-hmlu9k .aldi-3yk4bn {
  display: none;
}

@media (min-width: 768px) {
  .aldi-hmlu9k .aldi-3yk4bn {
    display: flex;
  }
}

.aldi-zt2fwa {
  color: var(--Text-100);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .aldi-zt2fwa {
    align-items: center;
    font-size: 40px;
    line-height: 48px;
  }
}

.aldi-zt2fwa > * {
  margin: 0 !important;
}

.aldi-zt2fwa img,
.aldi-x2sypq {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 768px) {
  .aldi-zt2fwa img,
  .aldi-x2sypq {
    width: 48px;
    height: 48px;
    max-width: 32px;
    max-height: 32px;
  }
}

.aldi-pzbx4v {
  display: flex;
  width: 24px;
  height: 24px;
  background: var(--Primary-100);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .aldi-pzbx4v {
    width: 32px;
    height: 32px;
  }
}

.aldi-ycxvsw {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 8px;
}

@media (min-width: 768px) {
  .aldi-ycxvsw {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: pan-x;
  }

  .aldi-ycxvsw::-webkit-scrollbar {
    display: none;
  }
}

.aldi-ehw7wh {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-400);
  padding: 8px 16px;
  height: 60px;
}

.aldi-ehw7wh:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

.aldi-eyrj4e {
  display: none;
  opacity: 0;
}

@media (min-width: 768px) {
  .aldi-eyrj4e {
    display: flex;
    opacity: 1;
  }
}

.aldi-ehw7wh picture {
  width: auto;
  height: 100%;
  display: block;
}

.aldi-ehw7wh picture img {
  display: block;
  width: auto;
  height: 100%;
}

.aldi-ad21ym {
  margin: -24px 0;
}

.aldi-ad21ym:first-of-type {
  margin-top: 24px;
}

@media (min-width: 1200px) {
  .aldi-ad21ym {
    margin: -16px 0;
  }
}

.aldi-llk6xf {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .aldi-llk6xf {
    flex-direction: row;
  }
}

.aldi-wlnv0p {
  padding: 12px 12px 12px 50px;
  border-radius: 16px;
  background:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI1IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTguMzk5OSAxNy42TDIzLjk5OTkgMjMuMiIgc3Ryb2tlPSIjOTk5OTk5IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogIDxjaXJjbGUgY3g9IjExLjIiIGN5PSIxMS4yIiByPSI5LjQiIHN0cm9rZT0iIzk5OTk5OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+")
      no-repeat 16px center,
    var(--Neutral-300);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  color: var(--Text-400);
}

@media (min-width: 768px) {
  .aldi-wlnv0p {
    flex: 1;
  }
}

.aldi-wlnv0p::placeholder {
  color: var(--Text-400);
}

.aldi-ifxcvm {
  padding: 10px 15px;
  border-radius: 16px;
  border: 1px solid var(--Primary-200);
  background: var(--neutral-30060);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  gap: 8px;
  color: var(--Text-100);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.aldi-vv18ra {
  display: flex;
  margin: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.aldi-vv18ra::-webkit-scrollbar {
  display: none;
}

.aldi-c836xl {
  border-radius: 16px;
  background-color: var(--neutral-30060);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--Text-100);
  margin: 4px;
  text-align: center;
  padding: 7px 15.5px;
  border: 1px solid var(--Primary-200);
  flex-shrink: 0;
  cursor: pointer;
}

.aldi-c836xl img,
.aldi-c836xl svg {
  margin-right: 8px;
}

.aldi-mmzyq1 {
  background: var(--Primary-200);
  color: var(--Text-00);
}

.aldi-ad21ym + .aldi-pgdm5c {
  margin-top: 0;
}

@media (min-width: 768px) {
  .aldi-ad21ym + .aldi-pgdm5c {
    margin-top: -16px;
  }
}

.aldi-ym2169 {
  border-radius: 4px;
  overflow-y: auto;
  position: absolute;
  background-color: var(--Neutral-300);
  width: 100%;
  z-index: 990;
  top: 54px;
}

.aldi-ym2169 > * {
  padding: 12px;
  color: var(--Text-200);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.aldi-ym2169 > *:hover {
  box-shadow: inset 0px 0px 3px var(--Text-300);
  background-color: var(--Neutral-100);
}

.aldi-55ifem {
  border-radius: 24px;
  border: 1px solid var(--border-color);

  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--fh-bg-color) 0%,
    color-mix(in srgb, var(--menu-color) 50%, transparent)
  );
  padding: 15px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.aldi-gsur59 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.aldi-hlf6q6 {
  color: var(--text-color);
  font-feature-settings: "liga" off;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.aldi-1u225v {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.aldi-9edwy2 {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: auto;
  height: 170px;
}

.aldi-55ifem button {
  border-radius: 16px;
  background: var(--button-bg-color);
  padding: 10px 15px;
  color: var(--button-text-color);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  flex: 1;
}

.aldi-55ifem button svg {
  pointer-events: none;
  touch-action: none;
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  object-position: center;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .aldi-55ifem {
    padding: 39px 179px 39px 39px;
  }

  .aldi-gsur59 {
    font-size: 40px;
    line-height: 48px;
  }

  .aldi-9edwy2 {
    height: 348px;
  }

  .aldi-55ifem button {
    font-size: 18px;
    line-height: 26px;
    flex: 0 0 auto;
    padding: 15px 23px;
  }

  .aldi-55ifem button svg {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 1200px) {
  .aldi-55ifem {
    padding: 63px;
  }
}

.aldi-u3ymdg {
  display: flex;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .aldi-u3ymdg {
    flex-wrap: nowrap;
    padding: 16px 0;
  }
}

.aldi-8cpwe3 {
  font-size: 14px;
  width: 100%;
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .aldi-8cpwe3 {
    width: auto;
  }
}

.aldi-bhdcs7 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-x;
  margin-top: 4px;
}

.aldi-bhdcs7::-webkit-scrollbar {
  display: none;
}

.aldi-bhdcs7 a {
  background-color: var(--Neutral-300);
  color: var(--Text-300);
  padding: 8px 16px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  border-radius: var(--M, 8px);
}

.aldi-bhdcs7 a:hover {
  background-color: var(--Neutral-200);
  color: var(--Text-100);
}

@media (min-width: 768px) {
  .aldi-bhdcs7 {
    margin-left: 16px;
    margin-top: 0;
  }
}

.aldi-u3ymdg .aldi-rp13x9 {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent);
  mask-image: linear-gradient(to right, black 90%, transparent);
  transition:
    -webkit-mask-image 0.aldi-uy2vpg,
    mask-image 0.3s;
}

.aldi-u3ymdg .aldi-rp13x9.aldi-jf23za {
  -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
  mask-image: linear-gradient(to right, black 100%, black 100%);
}

.aldi-yrqcyw {
  margin: 40px -16px;
}

.aldi-ppk4tj + .aldi-w808mf,
.aldi-ppk4tj + .aldi-96cppr {
  margin-top: 24px;
}

.aldi-e8k9uu {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--Neutral-200);
}

.aldi-e8k9uu picture {
  display: flex;
  width: 100%;
  min-height: 400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.aldi-zmj1cf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 46px;
  padding: 0 8px;
}

@media (min-width: 768px) {
  .aldi-zmj1cf {
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 7px;
  }
}

@media (min-width: 1200px) {
  .aldi-zmj1cf {
    margin-top: 0;
  }
}

.aldi-28tuo2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .aldi-28tuo2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.aldi-ywqet7 {
  max-width: 700px;
  padding: 18px 14px;
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--neutral-30080);
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .aldi-ywqet7 {
    gap: 24px;
    padding: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: row;
  }
}

.aldi-6xu1cf {
  position: relative;
  z-index: 1;
  width: 100%;
  background: radial-gradient(
    156.65% 140.48% at 1.23% 99.9%,
    var(--Primary-300) 0%,
    var(--neutral-30080) 49.52%
  );
  padding: 16px 16px;
}

@media (min-width: 1200px) {
  .aldi-6xu1cf {
    margin-bottom: 0;
    margin-right: 32px;
    padding: 40px;
  }
}

.aldi-m9vwlv {
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: var(--Text-300);
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .aldi-m9vwlv {
    font-size: 20px;
    line-height: 28px;
  }
}

.aldi-jhuz5p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--Text-100);
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .aldi-jhuz5p {
    font-size: 32px;
    line-height: 40px;
  }
}

.aldi-qs30yn {
  border-radius: 24px;
  border: 1px solid var(--Neutral-200);
  background: var(--Neutral-300);
  display: flex;
  padding: 8px;
  align-items: center;
  box-shadow: 0 0 12px 0 rgba(191, 191, 191, 0.14);
  color: var(--Text-100);
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.aldi-nk8eeg {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  max-height: 100%;
}

.aldi-nk8eeg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aldi-pgdm5c {
  margin: 24px auto 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.aldi-yjpljv {
  border-radius: 16px;
  background: var(--Primary-200);
  padding: 15px 24px;
  color: var(--Text-00);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

@media (min-width: 768px) {
  .aldi-yjpljv {
    padding: 15px 48px;
  }
}

main > .aldi-pgdm5c {
  margin: -26px auto -16px;
}

@media (max-width: 700px) {
  .aldi-c0umvs.aldi-ifelk2 > div:nth-child(n+5) {
    display: none;
  }
}

.aldi-c9yggd p a img {
  display: block;
  margin: 0 auto;
}


.aldi-9eqe9v {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

/* contanct form */
.aldi-jdgna6 {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.aldi-jdgna6 label {
  font-size: 14px;
}

.aldi-jdgna6 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.aldi-jdgna6 input,
.aldi-jdgna6 textarea,
.aldi-jdgna6 button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.aldi-jdgna6 button {
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  border: none;
  cursor: pointer;
  transition: background 0.aldi-i2vmde ease;
}
.aldi-jdgna6 button:hover {
  background-color: var(--button-bg-hover);
}
.aldi-yb7tgj {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.aldi-bgzqwu ease-in;
}

.aldi-yb7tgj h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.aldi-95opto, .aldi-jo55fm, [class*="review-card"],
thead, thead th, table th, .aldi-v37u0e,
.aldi-k9la0p, [class*="collapsible-header"],
.aldi-xywip6, [class*="updated-block"] {
  color: #ece7dc !important;
}
