:root {
  --dl-color-menu-gray: rgba(127, 127, 127, 1);
  --dl-color-menu-black: rgba(0, 0, 0, 1);
  --dl-color-menu-holly: rgba(29, 0, 0, 1);
  --dl-color-menu-white: rgba(255, 255, 255, 1);
  --dl-color-menu-funred: rgba(105, 0, 1, 1);
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-color-menu-mercury: rgba(230, 230, 230, 1);
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-menu-camarone: rgba(89, 0, 1, 1);
  --dl-color-menu-scorpion: rgba(91, 91, 91, 1);
  --dl-color-theme-accent1: #ffffff;
  --dl-color-theme-accent2: #f5d1b0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-theme-primary1: #bf4408;
  --dl-color-theme-primary2: #e65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-color-menu-kaitokered: rgba(84, 0, 1, 1);
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #ffffff;
  --dl-color-theme-secondary2: #fbf1eb;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #fbfaf9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-color-paragraph-paragraph1: rgba(255, 255, 255, 1);
  --dl-color-paragraph-paragraph2: rgba(0, 0, 0, 1);
  --dl-layout-radius-buttonradius: 24px;
  --dl-color-menu_chicking-thunder: rgba(35, 31, 31, 1);
  --dl-color-background-background1: rgba(255, 255, 255, 1);
  --dl-color-background-background2: rgba(0, 0, 0, 1);
  --dl-layout-space-oneandhalfunits: 24px;
  --dl-color-www-wingstop-co-uk-roti: rgba(188, 172, 69, 1);
  --dl-color-www-wingstop-co-uk-chino: rgba(208, 204, 171, 1);
  --dl-color-www-wingstop-co-uk-white: rgba(255, 255, 255, 1);
  --dl-color-www-wingstop-co-uk-alto30: rgba(
    216,
    216,
    216,
    0.30000001192092896
  );
  --dl-color-www-wingstop-co-uk-danube: rgba(102, 153, 204, 1);
  --dl-color-www-wingstop-co-uk-boulder: rgba(118, 118, 118, 1);
  --dl-color-www-wingstop-co-uk-mercury: rgba(228, 228, 228, 1);
  --dl-color-www-wingstop-co-uk-white02: rgba(
    255,
    255,
    255,
    0.0020000000949949026
  );
  --dl-color-www-wingstop-co-uk-white10: rgba(
    255,
    255,
    255,
    0.10000000149011612
  );
  --dl-color-www-wingstop-co-uk-camarone: rgba(0, 89, 48, 1);
  --dl-color-www-wingstop-co-uk-fungreen: rgba(0, 105, 56, 1);
  --dl-color-www-wingstop-co-uk-linkwater: rgba(216, 224, 243, 1);
  --dl-color-www-wingstop-co-uk-mineshaft: rgba(51, 51, 51, 1);
  --dl-color-www-wingstop-co-uk-quillgray: rgba(209, 208, 206, 1);
  --dl-color-www-wingstop-co-uk-kaitokegreen: rgba(0, 84, 45, 1);
}

.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}

.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}

.list-item {
  display: list-item;
}

.teleport-show {
  display: flex !important;
  transform: none !important;
}

.thq-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}

.thq-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}

.thq-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}

.thq-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}

.thq-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}

.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}

.thq-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}

.thq-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}

.thq-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}

.thq-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}

.thq-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}

.thq-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}

.thq-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}

.thq-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}

.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}

.thq-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}

.thq-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}

.thq-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}

.thq-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}

.thq-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.thq-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.thq-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}

.thq-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}

.thq-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}

.thq-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.thq-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}

.thq-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}

.thq-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}

.thq-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}

.thq-icon-small {
  width: 24px;
  height: 24px;
}

.thq-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}

.thq-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}

.thq-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}

.thq-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}

.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(
    to right,
    var(--dl-color-theme-primary1) 50%,
    var(--dl-color-theme-neutral-dark) 50%
  );
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}

.thq-link:hover {
  background-position: 0 100%;
}

.thq-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.thq-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}

.thq-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}

.thq-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}

.thq-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}

.thq-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.thq-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}

.thq-mask-image-vertical {
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 1%,
    black 99%,
    transparent
  );
}

.thq-mask-image-horizontal {
  mask-image: linear-gradient(
    to right,
    transparent,
    black 1%,
    black 99%,
    transparent
  );
}

.thq-img-scale {
  transition: 0.3s;
}

.thq-img-scale:hover {
  scale: 1.05;
}

.thq-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}

.thq-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}

.thq-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}

.thq-input::placeholder {
  text-align: center;
  vertical-align: middle;
}

.thq-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}

.thq-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}

.thq-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}

.thq-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg)
    rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}

.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}

.www\.wingstop\.co\.ukInterLight3 {
  font-size: 12.800000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLinkupper4 {
  font-size: 15px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper9 {
  font-size: 15.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLinkupper5 {
  font-size: 15.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper {
  font-size: 19px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuInterLight1 {
  font-size: 13.800000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper1 {
  font-size: 19.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper9 {
  font-size: 20.5px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper8 {
  font-size: 9.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper6 {
  font-size: 19.899999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper4 {
  font-size: 19.700000762939453px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticSlot {
  font-size: 12.5px;
  font-style: normal;
  font-family: Inter;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper7 {
  font-size: 20.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterRegular2 {
  font-size: 10.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper5 {
  font-size: 20px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterMediumunderlinetitle1 {
  font-size: 18px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticLinkupper3 {
  font-size: 15.800000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterLight2 {
  font-size: 12.5px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper8 {
  font-size: 20.5px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper {
  font-size: 16.98046875px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterRegular3 {
  font-size: 11.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLinkupper {
  font-size: 10.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.chickingInterMediumunderlinetitle1 {
  font-size: 16.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.chickingInterExtraBoldupper {
  font-size: 12.5px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper12 {
  font-size: 21.299999237060547px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLinkupper2 {
  font-size: 11.5px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldItalic {
  font-size: 9px;
  font-style: italic;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticLink1 {
  font-size: 11.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper1 {
  font-size: 19.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper4 {
  font-size: 19.899999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLabelupper {
  font-size: 10.300000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticLink4 {
  font-size: 12.199999809265137px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper4 {
  font-size: 18.899999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper3 {
  font-size: 19.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper2 {
  font-size: 19.700000762939453px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.chickingInterMediumunderlinetitle2 {
  font-size: 16.299999237060547px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLink2 {
  font-size: 12.199999809265137px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterMediumunderlinetitle {
  font-size: 16.700000762939453px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuInterExtraBoldupper {
  font-size: 10.899999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLinkupper6 {
  font-size: 15.800000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuInterLight {
  font-size: 11.800000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading1upper1 {
  font-size: 38.900001525878906px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper1 {
  font-size: 18.7734375px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper14 {
  font-size: 14.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper2 {
  font-size: 18.700000762939453px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticSlot1 {
  font-size: 13.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuInterExtraBoldupper1 {
  font-size: 12.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper10 {
  font-size: 20.799999237060547px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticLink2 {
  font-size: 11.800000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper3 {
  font-size: 19.799999237060547px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper5 {
  font-size: 11.300000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper14 {
  font-size: 21.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterLight {
  font-size: 14.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper3 {
  font-size: 19.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper7 {
  font-size: 20px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterRegular {
  font-size: 5.599999904632568px;
  font-style: normal;
  font-family: Inter;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper15 {
  font-size: 21.899999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterRegular1 {
  font-size: 7.699999809265137px;
  font-style: normal;
  font-family: Inter;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper5 {
  font-size: 19.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper9 {
  font-size: 20.700000762939453px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper2 {
  font-size: 19.299999237060547px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper13 {
  font-size: 10.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

.www\.wingstop\.co\.ukSemanticLinkupper1 {
  font-size: 10.899999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticStrong {
  font-size: 14.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterLight4 {
  font-size: 12.300000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLink3 {
  font-size: 12.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper11 {
  font-size: 21.200000762939453px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticLink {
  font-size: 10.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper11 {
  font-size: 11px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterLight1 {
  font-size: 13.899999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading1upper {
  font-size: 38.5px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper6 {
  font-size: 14.800000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.HeadlineHeadline5 {
  font-size: 22px;
  font-style: normal;
  font-family: Anek Tamil;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: -0.03em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper {
  font-size: 19.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticLink3 {
  font-size: 12px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLink1 {
  font-size: 11.800000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading1upper2 {
  font-size: 50px;
  font-style: normal;
  font-family: fantasy;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuInterLight2 {
  font-size: 21px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLink4 {
  font-size: 12.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuInterExtraBoldupper2 {
  font-size: 17px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticHeading2upper8 {
  font-size: 20.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper6 {
  font-size: 20.200000762939453px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticLinkupper1 {
  font-size: 15.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuInterExtraBoldunderlineupper {
  font-size: 12.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLabelupper1 {
  font-size: 11.300000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLabelupper3 {
  font-size: 13.699999809265137px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.Link {
  font-size: 18px;
  font-style: normal;
  font-family: Encode Sans Semi Condensed;
  font-weight: 400px;
  font-stretch: normal;
  letter-spacing: -0.02em;
}

.www\.wingstop\.co\.ukSemanticLabelupper2 {
  font-size: 12.5px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLink {
  font-size: 11px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuInterExtraBoldupper3 {
  font-size: 18.799999237060547px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper7 {
  font-size: 9.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper10 {
  font-size: 21.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.chickingInterLight {
  font-size: 13.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.chickingInterMediumunderlinetitle {
  font-size: 15.899999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper12 {
  font-size: 14.100000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticLinkupper {
  font-size: 14.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.MenuSemanticLinkupper2 {
  font-size: 15px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticLinkupper3 {
  font-size: 14.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterExtraBoldupper10 {
  font-size: 10.800000190734863px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterLight6 {
  font-size: 12.899999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukInterLight5 {
  font-size: 12.600000381469727px;
  font-style: normal;
  font-family: Inter;
  font-weight: 300px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.www\.wingstop\.co\.ukSemanticHeading2upper13 {
  font-size: 21.399999618530273px;
  font-style: normal;
  font-family: Inter;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.chickingInterMediumunderlinetitle3 {
  font-size: 16.5px;
  font-style: normal;
  font-family: Inter;
  font-weight: 500px;
  font-stretch: normal;
  letter-spacing: 0em;
}

.HeaderHeader4 {
  font-size: 24px;
  font-style: normal;
  font-family: DM Sans;
  font-weight: 700px;
  font-stretch: normal;
  letter-spacing: -0.02em;
}

/* flavour Content */
.flavor-container100 {
  width: 100%;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  margin-top: 80px;
}

.flavor-flavor {
  gap: 10px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: var(--dl-color-menu-black);
}

.flavor-slot {
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  background-color: var(--dl-color-menu-black);
  padding-bottom: 100px;
}

.flavor-slider-creamy,
.flavor-slider-smoky,
.flavor-slider-spicy {
  height: 21px;
  max-width: 784px;
  width: 100%;
}

input[type="range"].flavor-slider-creamy,
input[type="range"].flavor-slider-spicy,
input[type="range"].flavor-slider-smoky {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid #333;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  border: 2px solid #333;
  cursor: pointer;
}

.flavor-container101 {
  display: flex;
  width: 100%;
  padding: 115px 0 82px;
  z-index: 2;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-heading1margin {
  gap: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading1 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.flavor-text100 {
  color: var(--dl-color-menu-white);
  height: auto;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 64.3499984741211px;
  margin: 0;
}

.flavor-container102 {
  display: flex;
  padding: 0 83.80000305175781px 0.6000000238418579px 83.79000091552734px;
  align-items: center;
  flex-direction: column;
}

.flavor-text101 {
  color: var(--dl-color-menu-white);
  height: auto;
  box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 22px;
}

.flavor-appflavorswrapper {
  gap: 48px;
  height: auto;
  display: flex;
  z-index: 0;
  align-items: center;
  flex-shrink: 0;
  padding-top: 0 30px 150px;
  padding-left: 0 30px 150px;
  padding-right: 0 30px 150px;
  flex-direction: column;
}

.flavor-appflavorsrangeslider1 {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/tq_qlflm_eubd-f1b5-2200h.png");
}

.flavor-margin1 {
  height: 89px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}

.flavor-vertical-border1 {
  gap: 15px;
  height: 89px;
  display: flex;
  padding: 48px 30.799999237060547px 8px 0;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(216, 216, 216, 0.30000001192092896);
  border-style: solid;
  flex-direction: column;
}

.flavor-heatscalenoheat1 {
  width: 793.6000366210938px;
  height: 4px;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
}

.flavor-container103 {
  top: -16px;
  left: 0px;
  width: 794px;
  height: 32px;
  display: flex;
  padding: 14px 0 0;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-background10 {
  width: 769px;
  height: 10px;
  border-radius: 2px;
}

.flavor-container104 {
  margin-top: -16px;
  left: 0px;
  width: 794px;
  height: 32px;
  display: flex;
  padding: 14px 0 0;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-gradient1 {
  width: 769px;
  height: 10px;
  border-radius: 2px;
}

.flavor-slider-heatscalenoheat1 {
  margin-top: -8px;
  left: 0px;
  width: 100%;
  max-width: 784px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  border-radius: 16px;
  flex-direction: column;
}

.flavor-sliderpointersvgfill1 {
  width: 25px;
  height: 25px;
}

.flavor-container105,
.flavor-container109,
.flavor-container113 {
  width: 100%;
  display: flex;
  padding: 0 0 0.6000000238418579px;
  z-index: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}

.flavor-text105 {
  color: var(--dl-color-menu-white);
  height: auto;
  font-size: 14.800000190734863px;
  font-style: Extra Bold;
  text-align: center;
  font-family: Inter;
  font-weight: 700;
  line-height: 14px;
  font-stretch: normal;
  text-decoration: none;
}

.flavor-container106 {
  gap: 669.0499877929688px;
  display: flex;
  padding: 0 1.1368683772161603e-13px 0 0;
  z-index: 2;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}

.flavor-appflavorsrangeslider2 {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/tq_2pozaj30zc-f45t-2200h.png");
}

.flavor-margin2 {
  height: 89px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}

.flavor-vertical-border2 {
  gap: 15px;
  height: 89px;
  display: flex;
  padding: 48px 30.799999237060547px 8px 0;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(216, 216, 216, 0.30000001192092896);
  border-style: solid;
  flex-direction: column;
}

.flavor-heatscalenoheat2 {
  width: 793.6000366210938px;
  height: 4px;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
}

.flavor-container107 {
  top: -16px;
  left: 0px;
  width: 794px;
  height: 32px;
  display: flex;
  padding: 14px 0 0;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-background11 {
  width: 769px;
  height: 10px;
  border-radius: 2px;
}

.flavor-container108 {
  top: -16px;
  left: 0px;
  width: 794px;
  height: 32px;
  display: flex;
  padding: 14px 0 0;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-gradient2 {
  width: 769px;
  height: 10px;
  border-radius: 2px;
}

.flavor-slider-heatscalenoheat2 {
  margin-top: -8px;
  left: 0px;
  width: 100%;
  max-width: 784px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  border-radius: 16px;
  flex-direction: column;
}

.flavor-sliderpointersvgfill2 {
  width: 25px;
  height: 25px;
}

.flavor-text106 {
  color: var(--dl-color-menu-white);
  height: auto;
  font-size: 14.800000190734863px;
  font-style: Extra Bold;
  text-align: center;
  font-family: Inter;
  font-weight: 700;
  line-height: 14px;
  font-stretch: normal;
  text-decoration: none;
}

.flavor-container110 {
  gap: 669.0499877929688px;
  display: flex;
  padding: 0 1.1368683772161603e-13px 0 0;
  z-index: 2;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}

.flavor-appflavorsrangeslider3 {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/tq_qrd0es6gsl-a5pil-2200h.png");
}

.flavor-margin3 {
  height: 89px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
}

.flavor-vertical-border3 {
  gap: 15px;
  height: 89px;
  display: flex;
  padding: 48px 30.799999237060547px 8px 0;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: rgba(216, 216, 216, 0.30000001192092896);
  border-style: solid;
  flex-direction: column;
}

.flavor-heatscalenoheat3 {
  width: 793.6000366210938px;
  height: 4px;
  display: flex;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
}

.flavor-container111 {
  top: -16px;
  left: 0px;
  width: 794px;
  height: 32px;
  display: flex;
  padding: 14px 0 0;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-background12 {
  width: 769px;
  height: 10px;
  border-radius: 2px;
}

.flavor-container112 {
  top: -16px;
  left: 0px;
  width: 794px;
  height: 32px;
  display: flex;
  padding: 14px 0 0;
  position: absolute;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-gradient3 {
  width: 769px;
  height: 10px;
  border-radius: 2px;
}

.flavor-slider-heatscalenoheat3 {
  margin-top: -8px;
  left: 0px;
  width: 100%;
  max-width: 784px;
  height: 25px;
  display: flex;
  position: absolute;
  align-items: flex-start;
  border-radius: 16px;
  flex-direction: column;
}

.flavor-sliderpointersvgfill3 {
  width: 25px;
  height: 25px;
}

.flavor-text107 {
  color: var(--dl-color-menu-white);
  height: auto;
  font-size: 14.800000190734863px;
  font-style: Extra Bold;
  text-align: center;
  font-family: Inter;
  font-weight: 700;
  line-height: 14px;
  font-stretch: normal;
  text-decoration: none;
}

.flavor-container114 {
  gap: 669.0499877929688px;
  display: flex;
  padding: 0 1.1368683772161603e-13px 0 0;
  z-index: 2;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}

.flavor-container115 {
  gap: 10px;
  width: 100%;
  display: grid;
  align-self: center;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.flavor-background13 {
  width: 347px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow10 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: center;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container116 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container117 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container118 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg10 {
  width: 80px;
  height: 80px;
  background-color: darkred;
  border-radius: 40px;
}

.flavor-container119 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading210 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text108 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container120 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness10 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-container121 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness10 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container122 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text109 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin10 {
  width: 262px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component210 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text113 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-appflavorscard11 {
  width: 100%;
  height: 326px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

[class^="flavor-appflavorscard"][style*="opacity: 0"] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

.flavor-background14 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow11 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container123 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container124 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container125 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg11 {
  width: 80px;
  height: 80px;
}

.flavor-container126 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading211 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text114 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container127 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness11 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-container128 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container129 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container130 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg12 {
  width: 80px;
  height: 80px;
}

.flavor-container131 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading212 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text115 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container132 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness11 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container133 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text116 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin10 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component211 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text120 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness10 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-overlay-border-shadow13 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
}

.flavor-container134 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container135 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container136 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg13 {
  width: 80px;
  height: 80px;
}

.flavor-container137 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading213 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text121 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container138 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness12 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container139 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text122 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin11 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component212 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text126 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness11 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container140 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text127 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin11 {
  width: 262px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component213 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text131 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background15 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow14 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container141 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container142 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container143 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg14 {
  width: 80px;
  height: 80px;
}

.flavor-container144 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading214 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text132 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container145 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness12 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-overlay-border-shadow15 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container146 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container147 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container148 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg15 {
  width: 80px;
  height: 80px;
}

.flavor-container149 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading215 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text133 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container150 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness13 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container151 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text134 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin12 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component214 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text138 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness12 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-overlay-border-shadow16 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container152 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container153 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container154 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg16 {
  width: 80px;
  height: 80px;
}

.flavor-container155 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading216 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text139 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container156 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness14 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container157 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text140 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin13 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component215 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text144 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness13 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container158 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text145 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin12 {
  width: 262px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component216 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text149 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background16 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow17 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container159 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container160 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container161 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg17 {
  width: 80px;
  height: 80px;
}

.flavor-container162 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading217 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text150 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container163 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness13 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-overlay-border-shadow18 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container164 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container165 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container166 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg18 {
  width: 80px;
  height: 80px;
}

.flavor-container167 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading218 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text151 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container168 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness15 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container169 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text152 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin14 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component217 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text156 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness14 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-overlay-border-shadow19 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container170 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container171 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container172 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg19 {
  width: 80px;
  height: 80px;
}

.flavor-container173 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading219 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text157 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container174 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness16 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container175 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text158 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin15 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component218 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text162 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness15 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container176 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text163 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin13 {
  width: 262px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component219 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text167 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background17 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow20 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container177 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container178 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container179 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg20 {
  width: 80px;
  height: 80px;
}

.flavor-container180 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading220 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text168 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container181 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness14 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-background18 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow21 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container183 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container184 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container185 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg21 {
  width: 80px;
  height: 80px;
}

.flavor-container186 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading221 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text169 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container187 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness15 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-container188 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness17 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container189 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text170 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin14 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component220 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text174 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background19 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow22 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container190 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container191 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container192 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg22 {
  width: 80px;
  height: 80px;
}

.flavor-container193 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading222 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text175 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container194 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness16 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-overlay-border-shadow23 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container195 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container196 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container197 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg23 {
  width: 80px;
  height: 80px;
}

.flavor-container198 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading223 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text176 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container199 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness18 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container200 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text177 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin16 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component221 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text181 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness16 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-overlay-border-shadow24 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container201 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container202 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container203 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg24 {
  width: 80px;
  height: 80px;
}

.flavor-container204 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading224 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text182 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container205 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness19 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container206 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text183 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin17 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component222 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text187 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness17 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container207 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text188 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin15 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component223 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text192 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background20 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow25 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container208 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container209 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container210 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg25 {
  width: 80px;
  height: 80px;
}

.flavor-container211 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading225 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text193 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container212 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness17 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-container213 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text194 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin16 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component224 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text198 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background21 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow26 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container214 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container215 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container216 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg26 {
  width: 80px;
  height: 80px;
}

.flavor-container217 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading226 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text199 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container218 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness18 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-overlay-border-shadow27 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container219 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container220 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container221 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg27 {
  width: 80px;
  height: 80px;
}

.flavor-container222 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading227 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text200 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container223 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness20 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container224 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text201 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin18 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component225 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text205 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness18 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container225 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text206 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin17 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component226 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text210 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background22 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow28 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container226 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container227 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container228 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg28 {
  width: 80px;
  height: 80px;
}

.flavor-container229 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading228 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text211 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container230 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness19 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-frame3levelsofspiciness21 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container231 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text212 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin18 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component227 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text216 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background23 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_uximdbj98y-o3po-1700h.png");
}

.flavor-overlay-border-shadow29 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container232 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container233 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container234 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg29 {
  width: 80px;
  height: 80px;
}

.flavor-container235 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading229 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text217 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container236 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness22 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container237 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text218 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin19 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component228 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text222 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background24 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_gfobdhvohi-qc5f-1700h.png");
}

.flavor-overlay-border-shadow30 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container238 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container239 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container240 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg30 {
  width: 80px;
  height: 80px;
}

.flavor-container241 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading230 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text223 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container242 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness23 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_uwbcn2kw-z-2tbh-200h.png");
}

.flavor-container243 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text224 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-brazilian-citrus-pepper-order-nowmargin1 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component229 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text228 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background25 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_gfobdhvohi-qc5f-1700h.png");
}

.flavor-overlay-border-shadow31 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container244 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container245 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container246 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg31 {
  width: 80px;
  height: 80px;
}

.flavor-container247 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading231 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text229 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container248 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness24 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_uwbcn2kw-z-2tbh-200h.png");
}

.flavor-container249 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text230 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-brazilian-citrus-pepper-order-nowmargin2 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component230 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text234 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background26 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_-y1btfwhod-q1b5-1700h.png");
}

.flavor-overlay-border-shadow32 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-background27 {
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  background-color: var(--dl-color-www-wingstop-co-uk-chino);
}

.flavor-container250 {
  display: flex;
  padding: 5px 8px 2px;
  align-items: center;
  flex-direction: column;
}

.flavor-text235 {
  color: var(--dl-color-menu-black);
  height: auto;
  text-align: center;
  line-height: 14px;
}

.flavor-container251 {
  gap: 9.199999809265137px;
  display: flex;
  z-index: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container252 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container253 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg32 {
  width: 80px;
  height: 80px;
}

.flavor-container254 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading232 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text236 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container255 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness25 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_rtqgfsv8ch-i6v-200h.png");
}

.flavor-container256 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text237 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-original-order-nowmargin1 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component231 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text241 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background28 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_mkcppugxyb-7zo-1700h.png");
}

.flavor-overlay-border-shadow33 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container257 {
  gap: 5.6843418860808015e-14px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container258 {
  gap: 2.200000047683716px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.flavor-container259 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg33 {
  width: 80px;
  height: 80px;
}

.flavor-container260 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading233 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text242 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container261 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness26 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_infafe0qlk-lkj-200h.png");
}

.flavor-container262 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text243 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-spicy-korean-q-order-nowmargin1 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component232 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text249 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background29 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_wlrvbmke2h-g5t6-1700h.png");
}

.flavor-overlay-border-shadow34 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container263 {
  gap: 9.199999809265137px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container264 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container265 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg34 {
  width: 80px;
  height: 80px;
}

.flavor-container266 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading234 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text250 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container267 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame4levelsofspiciness1 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_nuc1e8ym7e-opd6-200h.png");
}

.flavor-container268 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text251 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-mango-habanero-order-nowmargin1 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component233 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text255 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background30 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_twly-o0oef-8hro-1700h.png");
}

.flavor-overlay-border-shadow35 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container269 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container270 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container271 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg35 {
  width: 80px;
  height: 80px;
}

.flavor-container272 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading235 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text256 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container273 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame5levelsofspiciness19 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-overlay-border-shadow36 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container274 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container275 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container276 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg36 {
  width: 80px;
  height: 80px;
}

.flavor-container277 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading236 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text257 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container278 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness27 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container279 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text258 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin20 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component234 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text262 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness20 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container280 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text263 {
  color: var(--dl-color-menu-white);
  height: auto;
  font-size: 13.899999618530273px;
  font-style: Light;
  text-align: center;
  font-family: Inter;
  font-weight: 300;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}

.flavor-button-atomic-order-nowmargin1 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component235 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text267 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background31 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow37 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container282 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container283 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container284 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg37 {
  width: 80px;
  height: 80px;
}

.flavor-container285 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading237 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text268 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container286 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness20 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-container287 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness28 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container288 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text269 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin19 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component236 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text273 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background32 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow38 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container289 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container290 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container291 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg38 {
  width: 80px;
  height: 80px;
}

.flavor-container292 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading238 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text274 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container293 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness21 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-overlay-border-shadow39 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container294 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container295 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container296 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg39 {
  width: 80px;
  height: 80px;
}

.flavor-container297 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading239 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text275 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container298 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness29 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container299 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text276 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin21 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component237 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text280 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness21 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-overlay-border-shadow40 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container300 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container301 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container302 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg40 {
  width: 80px;
  height: 80px;
}

.flavor-container303 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading240 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text281 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container304 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness30 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container305 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text282 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin22 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component238 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text286 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness22 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container306 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text287 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin20 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component239 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text291 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background33 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow41 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container307 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container308 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container309 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg41 {
  width: 80px;
  height: 80px;
}

.flavor-container310 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading241 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text292 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container311 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness22 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-background34 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow42 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container313 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container314 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container315 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg42 {
  width: 80px;
  height: 80px;
}

.flavor-container316 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading242 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text293 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container317 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness23 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-container318 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness31 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container319 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text294 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin21 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component240 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text298 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background35 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow43 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container320 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container321 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container322 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg43 {
  width: 80px;
  height: 80px;
}

.flavor-container323 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading243 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text299 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container324 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness24 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-overlay-border-shadow44 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container325 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container326 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container327 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg44 {
  width: 80px;
  height: 80px;
}

.flavor-container328 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading244 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text300 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container329 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness32 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container330 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text301 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin23 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component241 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text305 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness23 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-overlay-border-shadow45 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container331 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container332 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container333 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg45 {
  width: 80px;
  height: 80px;
}

.flavor-container334 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading245 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text306 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container335 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness33 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container336 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text307 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin24 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component242 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text311 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness24 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container337 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text312 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin22 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component243 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text316 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background36 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow46 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container338 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container339 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container340 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg46 {
  width: 80px;
  height: 80px;
}

.flavor-container341 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading246 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text317 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container342 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness25 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-container343 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text318 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin23 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component244 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text322 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background37 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow47 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container344 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container345 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container346 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg47 {
  width: 80px;
  height: 80px;
}

.flavor-container347 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading247 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text323 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container348 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness26 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-overlay-border-shadow48 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container349 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container350 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container351 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg48 {
  width: 80px;
  height: 80px;
}

.flavor-container352 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading248 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text324 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container353 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness34 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container354 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text325 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin25 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component245 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text329 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness25 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container355 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text330 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin24 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component246 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text334 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background38 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow49 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container356 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container357 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container358 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg49 {
  width: 80px;
  height: 80px;
}

.flavor-container359 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading249 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text335 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container360 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness27 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-frame3levelsofspiciness35 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container361 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text336 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin25 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component247 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text340 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background39 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_uximdbj98y-o3po-1700h.png");
}

.flavor-overlay-border-shadow50 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container362 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container363 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container364 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg50 {
  width: 80px;
  height: 80px;
}

.flavor-container365 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading250 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text341 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container366 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness36 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container367 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text342 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin26 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component248 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text346 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background40 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_gfobdhvohi-qc5f-1700h.png");
}

.flavor-overlay-border-shadow51 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container368 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container369 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container370 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg51 {
  width: 80px;
  height: 80px;
}

.flavor-container371 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading251 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text347 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container372 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness37 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_uwbcn2kw-z-2tbh-200h.png");
}

.flavor-container373 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text348 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-brazilian-citrus-pepper-order-nowmargin3 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component249 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text352 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background41 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_gfobdhvohi-qc5f-1700h.png");
}

.flavor-overlay-border-shadow52 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container374 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container375 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container376 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg52 {
  width: 80px;
  height: 80px;
}

.flavor-container377 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading252 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text353 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container378 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness38 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_uwbcn2kw-z-2tbh-200h.png");
}

.flavor-container379 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text354 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-brazilian-citrus-pepper-order-nowmargin4 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component250 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text358 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background42 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_-y1btfwhod-q1b5-1700h.png");
}

.flavor-overlay-border-shadow53 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-background43 {
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  background-color: var(--dl-color-www-wingstop-co-uk-chino);
}

.flavor-container380 {
  display: flex;
  padding: 5px 8px 2px;
  align-items: center;
  flex-direction: column;
}

.flavor-text359 {
  color: var(--dl-color-menu-black);
  height: auto;
  text-align: center;
  line-height: 14px;
}

.flavor-container381 {
  gap: 9.199999809265137px;
  display: flex;
  z-index: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container382 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container383 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg53 {
  width: 80px;
  height: 80px;
}

.flavor-container384 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading253 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text360 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container385 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness39 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_rtqgfsv8ch-i6v-200h.png");
}

.flavor-container386 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text361 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-original-order-nowmargin2 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component251 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text365 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background44 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_mkcppugxyb-7zo-1700h.png");
}

.flavor-overlay-border-shadow54 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container387 {
  gap: 5.6843418860808015e-14px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container388 {
  gap: 2.200000047683716px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.flavor-container389 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg54 {
  width: 80px;
  height: 80px;
}

.flavor-container390 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading254 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text366 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container391 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness40 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_infafe0qlk-lkj-200h.png");
}

.flavor-container392 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text367 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-spicy-korean-q-order-nowmargin2 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component252 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text373 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background45 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_wlrvbmke2h-g5t6-1700h.png");
}

.flavor-overlay-border-shadow55 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container393 {
  gap: 9.199999809265137px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container394 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container395 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg55 {
  width: 80px;
  height: 80px;
}

.flavor-container396 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading255 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text374 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container397 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame4levelsofspiciness2 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_nuc1e8ym7e-opd6-200h.png");
}

.flavor-container398 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text375 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-mango-habanero-order-nowmargin2 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component253 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text379 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background46 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_twly-o0oef-8hro-1700h.png");
}

.flavor-overlay-border-shadow56 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container399 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container400 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container401 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg56 {
  width: 80px;
  height: 80px;
}

.flavor-container402 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading256 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text380 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container403 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame5levelsofspiciness26 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-overlay-border-shadow57 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container404 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container405 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container406 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg57 {
  width: 80px;
  height: 80px;
}

.flavor-container407 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading257 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text381 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container408 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness41 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container409 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text382 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin27 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component254 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text386 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness27 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container410 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text387 {
  color: var(--dl-color-menu-white);
  height: auto;
  font-size: 13.899999618530273px;
  font-style: Light;
  text-align: center;
  font-family: Inter;
  font-weight: 300;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}

.flavor-button-atomic-order-nowmargin2 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component255 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text391 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-container411 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text392 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin26 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component256 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text396 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background47 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow58 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container412 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container413 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container414 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg58 {
  width: 80px;
  height: 80px;
}

.flavor-container415 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading258 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text397 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container416 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness28 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-overlay-border-shadow59 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container417 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container418 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container419 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg59 {
  width: 80px;
  height: 80px;
}

.flavor-container420 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading259 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text398 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container421 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness42 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container422 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text399 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin28 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component257 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text403 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness28 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container423 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text404 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin27 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component258 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text408 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background48 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow60 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container424 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container425 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container426 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg60 {
  width: 80px;
  height: 80px;
}

.flavor-container427 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading260 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text409 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container428 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness29 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-frame3levelsofspiciness43 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container429 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text410 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin28 {
  width: 280px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component259 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text414 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background49 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_uximdbj98y-o3po-1700h.png");
}

.flavor-overlay-border-shadow61 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container430 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container431 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container432 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg61 {
  width: 80px;
  height: 80px;
}

.flavor-container433 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading261 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text415 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container434 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness44 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container435 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text416 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin29 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component260 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text420 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background50 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_gfobdhvohi-qc5f-1700h.png");
}

.flavor-overlay-border-shadow62 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container436 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container437 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container438 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg62 {
  width: 80px;
  height: 80px;
}

.flavor-container439 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading262 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text421 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container440 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness45 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_uwbcn2kw-z-2tbh-200h.png");
}

.flavor-container441 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text422 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-brazilian-citrus-pepper-order-nowmargin5 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component261 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text426 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background51 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_gfobdhvohi-qc5f-1700h.png");
}

.flavor-overlay-border-shadow63 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container442 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container443 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container444 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg63 {
  width: 80px;
  height: 80px;
}

.flavor-container445 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading263 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text427 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container446 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness46 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_uwbcn2kw-z-2tbh-200h.png");
}

.flavor-container447 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text428 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-brazilian-citrus-pepper-order-nowmargin6 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component262 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text432 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background52 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_-y1btfwhod-q1b5-1700h.png");
}

.flavor-overlay-border-shadow64 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  position: relative;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-background53 {
  display: flex;
  align-items: center;
  border-radius: 8px;
  justify-content: center;
  background-color: var(--dl-color-www-wingstop-co-uk-chino);
}

.flavor-container448 {
  display: flex;
  padding: 5px 8px 2px;
  align-items: center;
  flex-direction: column;
}

.flavor-text433 {
  color: var(--dl-color-menu-black);
  height: auto;
  text-align: center;
  line-height: 14px;
}

.flavor-container449 {
  gap: 9.199999809265137px;
  display: flex;
  z-index: 1;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container450 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container451 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg64 {
  width: 80px;
  height: 80px;
}

.flavor-container452 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading264 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text434 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container453 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness47 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_rtqgfsv8ch-i6v-200h.png");
}

.flavor-container454 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text435 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-original-order-nowmargin3 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component263 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text439 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background54 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_mkcppugxyb-7zo-1700h.png");
}

.flavor-overlay-border-shadow65 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container455 {
  gap: 5.6843418860808015e-14px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container456 {
  gap: 2.200000047683716px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.flavor-container457 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg65 {
  width: 80px;
  height: 80px;
}

.flavor-container458 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading265 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text440 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container459 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness48 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_infafe0qlk-lkj-200h.png");
}

.flavor-container460 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text441 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-spicy-korean-q-order-nowmargin3 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component264 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text447 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background55 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_wlrvbmke2h-g5t6-1700h.png");
}

.flavor-overlay-border-shadow66 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container461 {
  gap: 9.199999809265137px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container462 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container463 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg66 {
  width: 80px;
  height: 80px;
}

.flavor-container464 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading266 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text448 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container465 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame4levelsofspiciness3 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_nuc1e8ym7e-opd6-200h.png");
}

.flavor-container466 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text449 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-mango-habanero-order-nowmargin3 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component265 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text453 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background56 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_twly-o0oef-8hro-1700h.png");
}

.flavor-overlay-border-shadow67 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container467 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container468 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container469 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg67 {
  width: 80px;
  height: 80px;
}

.flavor-container470 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading267 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text454 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container471 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame5levelsofspiciness29 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-overlay-border-shadow68 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container472 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container473 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container474 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg68 {
  width: 80px;
  height: 80px;
}

.flavor-container475 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading268 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text455 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container476 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness49 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container477 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text456 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin30 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component266 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text460 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness30 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container478 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text461 {
  color: var(--dl-color-menu-white);
  height: auto;
  font-size: 13.899999618530273px;
  font-style: Light;
  text-align: center;
  font-family: Inter;
  font-weight: 300;
  line-height: 24px;
  font-stretch: normal;
  text-decoration: none;
}

.flavor-button-atomic-order-nowmargin3 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component267 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text465 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-container479 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text466 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin29 {
  width: 262px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component268 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text470 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-background57 {
  width: 347px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 4px;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/tq_ueyllb3xnz-a09s-400w.png");
}

.flavor-overlay-border-shadow69 {
  height: 325px;
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  padding-bottom: 1px;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container480 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container481 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container482 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg69 {
  width: 80px;
  height: 80px;
}

.flavor-container483 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading269 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text471 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container484 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness30 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-overlay-border-shadow70 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container485 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container486 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container487 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg70 {
  width: 80px;
  height: 80px;
}

.flavor-container488 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading270 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text472 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container489 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness50 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container490 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text473 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin31 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component269 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text477 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-overlay-border-shadow71 {
  display: flex;
  padding: 38.79999923706055px 35.79999923706055px;
  align-self: stretch;
  align-items: flex-start;
  border-color: rgba(255, 255, 255, 0.10000000149011612);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  flex-direction: column;
  background-color: var(--dl-color-www-wingstop-co-uk-white02);
}

.flavor-container491 {
  gap: -1.1368683772161603e-13px;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container492 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container493 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-svg71 {
  width: 80px;
  height: 80px;
}

.flavor-container494 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading271 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text478 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container495 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame3levelsofspiciness51 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container496 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text479 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-louisiana-rub-order-nowmargin32 {
  width: 280px;
  display: flex;
  padding: 24px 8px 0;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-component270 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text483 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-frame5levelsofspiciness31 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_0iau0zkncp-unho-200h.png");
}

.flavor-container497 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text484 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin30 {
  width: 262px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component271 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

.flavor-text488 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24.299999237060547px;
}

.flavor-container498 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.flavor-container499 {
  gap: 2.200000047683716px;
  display: flex;
  padding: 0 0 14.800000190734863px;
  align-items: center;
  flex-direction: column;
}

.flavor-container500 {
  display: flex;
  padding: 0 0 19.200000762939453px;
  align-items: flex-start;
}

.flavor-container501 {
  gap: 4.618527782440651e-14px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}

.flavor-heading272 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text489 {
  color: var(--dl-color-menu-white);
  height: auto;
  align-self: stretch;
  text-align: center;
  line-height: 25.200000762939453px;
}

.flavor-container502 {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-frame0levelsofspiciness31 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_4lvj8wp16m-9i6qh-200h.png");
}

.flavor-frame3levelsofspiciness52 {
  width: 90px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  background-size: cover;
  background-image: url("public/tq_qckhrazsfy-lsru-200h.png");
}

.flavor-container503 {
  display: flex;
  padding: 9.800000190734863px 0 0;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}

.flavor-text490 {
  color: var(--dl-color-menu-white);
  height: auto;
  text-align: center;
  line-height: 24px;
}

.flavor-button-hawaiian-order-nowmargin31 {
  width: 262px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 0px;
  padding-right: 0px;
  flex-direction: row;
  padding-bottom: 0px;
}

.flavor-component272 {
  width: 264px;
  display: flex;
  padding: 13.899999618530273px 24.799999237060547px 12.600000381469727px;
  overflow: hidden;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  justify-content: center;
  background-color: var(--dl-color-menu-funred);
}

/* background image*/
/* .flavor-image2 {
  width: 100%;
  max-width: 750px;
  height: auto;
  opacity: 0.51;
  z-index: 1;
  position: absolute;
  transform: translateX(325px);
  filter: brightness(0.95);
} */

.flavor-footersection {
  gap: 10px;
  height: 443px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  padding-left: 30px 0 0;
  padding-right: 30px 0 0;
  flex-direction: column;
  padding-bottom: 30px 0 0;
  background-color: rgba(0, 0, 0, 1);
}

.flavor-footercontent {
  display: flex;
  padding: 0 0 188px;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}

.flavor-logo {
  gap: 10px;
  display: flex;
  padding: 0 30px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.flavor-text495 {
  color: var(--dl-color-paragraph-paragraph1);
  height: auto;
  flex-grow: 1;
  font-size: 126px;
  font-style: SemiBold;
  text-align: left;
  font-family: Encode Sans Condensed;
  font-weight: 600;
  line-height: 89.99999761581421%;
  font-stretch: normal;
  text-decoration: none;
}

.flavor-footerbottom {
  gap: 18px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}

.flavor-aboutbutton {
  gap: 15px;
  width: 65px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-text496 {
  color: rgb(255, 255, 255);
  height: auto;
  text-align: left;
  line-height: 131%;
}

.flavor-contactbutton {
  gap: 15px;
  width: 114px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-text497 {
  color: rgb(255, 255, 255);
  height: auto;
  text-align: left;
  line-height: 131%;
}

.flavor-signupbutton {
  gap: 15px;
  width: 89px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-text498 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 130.9999942779541%;
}

.flavor-feedbackbutton {
  gap: 15px;
  width: 114px;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}

.flavor-text499 {
  color: rgba(255, 255, 255, 1);
  height: auto;
  text-align: left;
  line-height: 130.9999942779541%;
}

.flavor-footerlinks {
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

.flavor-oursocials {
  gap: 15.166589736938477px;
  width: 664.6666870117188px;
  display: flex;
  padding: 30px 30px 134px;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: rgba(239, 129, 36, 1);
}

.flavor-text500 {
  color: var(--dl-color-paragraph-paragraph1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 100%;
}

.flavor-emailus {
  gap: 15.166589736938477px;
  width: 664.6666259765625px;
  display: flex;
  padding: 30px 30px 134px;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: rgba(190, 30, 45, 1);
}

.flavor-text501 {
  color: var(--dl-color-paragraph-paragraph1);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 100%;
}

.flavor-allergen {
  gap: 15.166589736938477px;
  width: 664.6666259765625px;
  display: flex;
  padding: 30px 30px 134px;
  flex-grow: 1;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  background-color: rgba(239, 239, 239, 1);
}

.flavor-text502 {
  color: var(--dl-color-paragraph-paragraph2);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: 100%;
}

.flavor-link {
  display: contents;
}

.flavor-icon1 {
  width: 24px;
  margin-right: 4px;
}

.flavor-text503 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 1220px) {
  /* Adjust flavor container */
  .flavor-container100 {
    margin-top: 0;
    padding: 0;
  }

  /* Make heading smaller */
  .flavor-text100 {
    font-size: 36px;
    line-height: 48px;
  }

  .flavor-text101 {
    font-size: 14px;
    padding: 0 20px;
  }

  /* Adjust slider container */
  .flavor-appflavorsrangeslider1,
  .flavor-appflavorsrangeslider2,
  .flavor-appflavorsrangeslider3 {
    width: 100%;
    padding: 0.8px 10px;
  }

  .flavor-margin1,
  .flavor-margin2,
  .flavor-margin3 {
    width: 100%;
  }

  .flavor-slider-heatscalenoheat1,
  .flavor-slider-heatscalenoheat2,
  .flavor-slider-heatscalenoheat3 {
    width: 100%;
  }

  /* Make sliders smaller */
  .flavor-slider-creamy,
  .flavor-slider-smoky,
  .flavor-slider-spicy {
    width: 100%;
    max-width: 784px;
  }

  /* Adjust slider container widths */
  .flavor-heatscalenoheat1,
  .flavor-heatscalenoheat2,
  .flavor-heatscalenoheat3 {
    width: 100%;
  }

  .flavor-container103,
  .flavor-container104,
  .flavor-container107,
  .flavor-container108,
  .flavor-container111,
  .flavor-container112 {
    width: 100%;
  }

  .flavor-background10,
  .flavor-gradient1,
  .flavor-background11,
  .flavor-gradient2,
  .flavor-background12,
  .flavor-gradient3 {
    width: 100%;
  }

  /* Grid layout - 2 columns for tablets */
  .flavor-container115 {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 15px;
    padding: 0 15px;
    height: auto;
  }

  /* Adjust flavor cards */
  .flavor-appflavorscard11 {
    height: auto;
  }

  .flavor-image2 {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .flavor-appflavorsrangeslider1,
  .flavor-appflavorsrangeslider2,
  .flavor-appflavorsrangeslider3 {
    max-width: 550px;
    width: 100%;
    touch-action: none;
  }

  .flavor-margin1,
  .flavor-margin2,
  .flavor-margin3 {
    width: 100%;
  }

  /* Adjust wrapper */
  .flavor-appflavorswrapper {
    gap: 30px;
    padding: 0 10px;
    width: 100%;
  }

  /* Grid layout - 1 column for mobile */
  .flavor-container115 {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
    padding: 0 10px;
    height: auto;
    justify-items: center;
  }

  /* Hide background image on mobile for better performance */
  .flavor-image2 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .flavor-appflavorswrapper {
    gap: 30px;
    padding: 0 20px;
    width: 100%;
  }
}
