@font-face {
  font-family: "Visby";
  src: url("fonts/VisbyRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Visby";
  src: url("fonts/VisbySemibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Visby";
  src: url("fonts/VisbyBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Visby";
  src: url("fonts/VisbyExtrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Extenda";
  src:
    url("fonts/ExtendaVariable.ttf") format("truetype-variations"),
    url("fonts/ExtendaVariable.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-stretch: 50% 200%;
  font-display: swap;
}

.sk-qr-order {
  --color-paper: #f6f6f6;
  --color-ink: #252525;
  --color-muted: #686868;
  --color-gray: #525152;
  --color-red: #8f151a;
  --color-deep-red: #4b0404;
  --color-wine: #270001;
  --content-max: 1840px;
  --font-variation-extenda: "wght" 700, "opsz" 900, "slnt" 0, "ital" 0;
  --page-gutter: clamp(20px, 2.083vw, 40px);
  --content-edge: max(var(--page-gutter), calc((100% - var(--content-max)) / 2));
  --radius: 15px;

  background: var(--color-paper);
  color: var(--color-ink);
  font-family: "Visby", Arial, sans-serif;
  letter-spacing: 0;
  min-height: 100vh;
  overflow-x: clip;
}

.sk-qr-order *,
.sk-qr-order *::before,
.sk-qr-order *::after {
  box-sizing: border-box;
}

.sk-qr-order img {
  display: block;
  max-width: 100%;
}

.sk-qr-order a {
  color: inherit;
  text-decoration: none;
}

.sk-qr-order button,
.sk-qr-order input,
.sk-qr-order textarea {
  border: 0;
  font: inherit;
  letter-spacing: 0;
}

.sk-qr-order button {
  background: transparent;
  color: inherit;
}

.sk-qr-order.is-page-transitioning {
  opacity: 0;
  transform: translateY(12px);
}

.sk-qr-order.is-page-transitioning.is-page-ready {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 360ms ease, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sk-qr-order.is-page-leaving {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 240ms ease, transform 260ms ease;
}

body.is-sk-qr-transitioning .sk-qr-sticky-header.is-scale-fixed {
  opacity: 0;
  transition: opacity 360ms ease;
}

body.is-sk-qr-transitioning.is-sk-qr-ready .sk-qr-sticky-header.is-scale-fixed {
  opacity: 1;
}

body.is-sk-qr-leaving .sk-qr-sticky-header.is-scale-fixed {
  opacity: 0;
  transition: opacity 240ms ease;
}

body.is-modal-open {
  overflow: hidden;
}

body.is-sk-qr-page-scaled {
  --color-paper: #f6f6f6;
  --color-ink: #252525;
  --color-muted: #686868;
  --color-gray: #525152;
  --color-red: #8f151a;
  --color-deep-red: #4b0404;
  --color-wine: #270001;
  --content-max: 1840px;
  --page-gutter: 40px;
  --content-edge: max(var(--page-gutter), calc((100% - var(--content-max)) / 2));
  --radius: 15px;

  min-height: var(--page-scaled-height, auto);
  overflow-x: hidden;
}

body.is-sk-qr-page-scaled .sk-qr-order.site {
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scale(var(--page-scale, 1));
  transform-origin: top left;
  width: 1920px;
}

.sk-qr-sticky-header {
  --header-bg-padding: 12px;
  --header-offset: 40px;
  --header-shell-height: 65px;

  height: 0;
  isolation: isolate;
  overflow: visible;
  position: sticky;
  top: var(--header-offset);
  z-index: 20;
}

.sk-qr-sticky-header::before {
  background: var(--color-wine);
  border-radius: var(--radius);
  content: "";
  height: calc(var(--header-shell-height) + var(--header-bg-padding) + var(--header-bg-padding));
  left: calc(var(--content-edge) - var(--header-bg-padding));
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: calc(var(--content-edge) - var(--header-bg-padding));
  top: calc(0px - var(--header-bg-padding));
  transition: opacity 180ms ease;
  z-index: 0;
}

.sk-qr-sticky-header.is-scrolled::before {
  opacity: 1;
}

.sk-qr-sticky-header.is-scale-fixed {
  left: 0;
  position: fixed;
  right: auto;
  top: var(--header-offset);
  transform: scale(var(--page-scale, 1));
  transform-origin: top left;
  width: 1920px;
  z-index: 1000;
}

.sk-qr-sticky-header a {
  color: inherit;
  text-decoration: none;
}

.sk-qr-sticky-header--inner {
  --header-offset: var(--header-bg-padding);
  --header-shell-height: 68px;
}

.sk-qr-sticky-header--inner::before {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(246, 246, 246, 0.96);
  border-bottom: 1px solid #bababa;
  border-radius: 0;
  height: calc(var(--header-shell-height) + var(--header-bg-padding) + var(--header-bg-padding));
  left: 0;
  right: 0;
  top: calc(0px - var(--header-bg-padding));
}

.sk-qr-header {
  align-items: center;
  color: var(--color-paper);
  display: flex;
  height: 65px;
  justify-content: space-between;
  margin-inline: var(--content-edge);
  position: relative;
  z-index: 1;
}

.sk-qr-header--inner {
  color: var(--color-red);
  height: 68px;
}

.sk-qr-header__brand {
  align-items: center;
  display: flex;
  gap: 18px;
}

.sk-qr-header__brand img:first-child {
  height: 45px;
  width: 47px;
}

.sk-qr-header__wordmark {
  display: block;
  height: 45px;
  width: 268px;
}

.sk-qr-header__wordmark img {
  height: 100%;
  width: 100%;
}

.sk-qr-header__cart {
  display: block;
  height: 56px;
  position: relative;
  width: 56px;
}

.sk-qr-header__cart picture,
.sk-qr-header__cart img {
  display: block;
  height: 100%;
  width: 100%;
}

.sk-qr-header__cart-count {
  align-items: center;
  background: var(--color-red);
  border: 2px solid var(--color-paper);
  border-radius: 50%;
  color: var(--color-paper);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 24px;
  justify-content: center;
  line-height: 1;
  min-width: 24px;
  padding: 0 6px;
  position: absolute;
  right: -6px;
  top: -6px;
  z-index: 2;
}

.sk-qr-header__cart-count[hidden] {
  display: none;
}

.sk-qr-header__nav,
.sk-qr-header__socials {
  align-items: center;
  display: flex;
}

.sk-qr-header__nav {
  gap: 32px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.sk-qr-header__socials {
  gap: 15px;
}

.sk-qr-header__social {
  display: block;
  height: 35px;
  position: relative;
  width: 35px;
}

.sk-qr-header__social-bg,
.sk-qr-header__social-glyph {
  display: block;
  left: 50%;
  max-width: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sk-qr-header__social-bg {
  height: 35px;
  width: 35px;
}

.sk-qr-header__social--instagram .sk-qr-header__social-glyph,
.sk-qr-header__social:first-child .sk-qr-header__social-glyph {
  height: 15px;
  width: 15px;
}

.sk-qr-header__social--telegram .sk-qr-header__social-glyph,
.sk-qr-header__social:last-child .sk-qr-header__social-glyph {
  height: 17px;
  width: 17px;
}

.sk-qr-home-hero {
  background: #820101;
  height: 1080px;
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.sk-qr-home-hero__media {
  display: block;
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.sk-qr-home-hero__media img {
  height: 100%;
  inset: 0;
  max-width: none;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.sk-qr-home-hero__marks {
  color: var(--color-paper);
  display: flex;
  font-size: 20px;
  font-weight: 800;
  justify-content: space-between;
  left: var(--content-edge);
  line-height: 1;
  position: absolute;
  right: var(--content-edge);
  text-transform: uppercase;
  top: 210px;
  z-index: 2;
}

.sk-qr-home-hero__marks p {
  margin: 0;
  max-width: 320px;
}

.sk-qr-home-hero__marks p:last-child {
  text-align: right;
}

.sk-qr-home-hero__cards {
  bottom: 36px;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 724px) minmax(0, 724px);
  justify-content: space-between;
  left: var(--content-edge);
  position: absolute;
  right: var(--content-edge);
  z-index: 3;
}

.sk-qr-feature-card {
  backdrop-filter: blur(27px);
  background: rgba(0, 0, 0, 0.3);
  border-radius: var(--radius);
  color: var(--color-paper);
  display: grid;
  gap: 52px;
  min-height: 220px;
  padding: 40px;
}

.sk-qr-feature-card h1,
.sk-qr-feature-card h2 {
  color: var(--color-paper);
  font-family: "Extenda", "Visby", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-stretch: 70%;
  font-variation-settings: var(--font-variation-extenda);
  font-synthesis-style: none;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.sk-qr-feature-card p {
  color: #f6f6f6;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.08;
  margin: 0;
}

.sk-qr-feature-card a,
.sk-qr-feature-card button {
  align-items: center;
  border: 2px solid var(--color-paper);
  border-radius: var(--radius);
  color: var(--color-paper);
  cursor: pointer;
  display: flex;
  font-size: 25px;
  font-weight: 800;
  gap: 20px;
  height: 74px;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}

.sk-qr-feature-card a img,
.sk-qr-feature-card button img,
.sk-qr-checkout-form__submit img,
.sk-qr-song-modal__submit img {
  display: block;
  height: 26px;
  width: 26px;
}

.sk-qr-split-hero {
  display: grid;
  gap: 90px;
  grid-template-columns: minmax(360px, 910px) minmax(0, 1fr);
  padding: 34px var(--content-edge);
  position: relative;
}

.sk-qr-split-hero::before,
.sk-qr-split-hero::after {
  background: #bababa;
  content: "";
  height: 2px;
  left: var(--content-edge);
  pointer-events: none;
  position: absolute;
  right: var(--content-edge);
}

.sk-qr-split-hero::before {
  top: 0;
}

.sk-qr-split-hero::after {
  bottom: 0;
}

.sk-qr-menu-page,
.sk-qr-checkout-page {
  padding-top: 90px;
}

.sk-qr-split-hero__image {
  border-radius: 20px;
  height: 447px;
  overflow: hidden;
}

.sk-qr-split-hero__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.sk-qr-split-hero__copy {
  align-self: center;
  display: grid;
  gap: 15px;
  max-width: 860px;
}

.sk-qr-split-hero__title {
  align-items: flex-start;
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.sk-qr-split-hero h1 {
  color: var(--color-red);
  font-family: "Extenda", "Visby", sans-serif;
  font-size: 125px;
  font-style: normal;
  font-stretch: 200%;
  font-variation-settings: var(--font-variation-extenda);
  font-synthesis-style: none;
  font-weight: 650;
  line-height: 1.05;
  margin: 0;
  text-transform: uppercase;
}

.sk-qr-split-hero__title img {
  height: 169px;
  object-fit: contain;
  width: 134px;
}

.sk-qr-split-hero p {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
  max-width: 675px;
}

.sk-qr-menu {
  padding: 40px var(--content-edge);
}

.sk-qr-menu-switch {
  display: grid;
  gap: clamp(24px, 5vw, 96px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 35px;
}

.sk-qr-menu-switch__tab {
  align-items: center;
  background: transparent;
  border: 2px solid var(--color-red);
  border-radius: 5px;
  box-shadow: none;
  color: var(--color-red);
  cursor: pointer;
  display: flex;
  font-size: 25px;
  font-weight: 700;
  height: 83px;
  justify-content: center;
  line-height: 1;
  min-width: 0;
  padding: 0;
  text-transform: uppercase;
  transition: background 280ms ease, color 280ms ease, transform 280ms ease;
}

.sk-qr-menu-switch__tab.is-active {
  background: var(--color-red);
  box-shadow: none;
  color: var(--color-paper);
}

.sk-qr-menu-switch__tab[data-order-tab="snacks"] {
  order: 1;
}

.sk-qr-menu-switch__tab[data-order-tab="bar"] {
  order: 2;
}

.sk-qr-menu-info {
  align-items: center;
  color: var(--color-gray);
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  line-height: normal;
  margin: 0;
  min-height: 101px;
  padding: 30px 0 31px;
  text-transform: none;
}

.sk-qr-menu-info__note,
.sk-qr-menu-info__schedule {
  margin: 0;
}

.sk-qr-menu-info__note {
  max-width: 593px;
}

.sk-qr-menu-info__schedule {
  color: var(--color-red);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.sk-qr-menu__panels {
  min-width: 0;
  position: relative;
}

.sk-qr-menu-panel {
  min-width: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 240ms ease, transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sk-qr-menu-panel.is-active {
  opacity: 1;
  transform: translateY(0);
}

.sk-qr-menu-panel.is-entering {
  opacity: 0;
  transform: translateY(10px);
}

.sk-qr-menu-panel.is-leaving {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-6px);
  width: 100%;
}

.sk-qr-menu-panel[hidden] {
  display: none;
}

.sk-qr-menu-group {
  border-bottom: 2px solid #bababa;
  display: grid;
  gap: 25px;
  min-width: 0;
  padding: 0 0 36px;
}

.sk-qr-menu-group + .sk-qr-menu-group {
  padding-top: 32px;
}

.sk-qr-menu-group h2,
.sk-qr-cart-list h2 {
  align-items: center;
  color: var(--color-gray);
  display: flex;
  font-size: 40px;
  font-weight: 800;
  gap: 12px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

.sk-qr-menu-group h2 span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.sk-qr-menu-group h2 img,
.sk-qr-cart-list h2 img {
  display: block;
  flex: 0 0 auto;
  height: 26px;
  width: 25px;
}

.sk-qr-song-modal__heading > span {
  color: var(--color-red);
  font-size: 48px;
  font-weight: 400;
  line-height: 0.8;
}

.sk-qr-menu-list {
  display: grid;
  gap: 25px 56px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
  padding-left: 40px;
}

.sk-qr-menu-item {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 70px 72px 186px;
  min-height: 51px;
}

.sk-qr-menu-item__info {
  min-width: 0;
}

.sk-qr-menu-item__mobile-meta,
.sk-qr-menu-item__button-label--mobile {
  display: none;
}

.sk-qr-menu-item h3 {
  color: var(--color-gray);
  font-size: 25px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.sk-qr-menu-item__unit {
  color: #989898;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.sk-qr-menu-item strong {
  color: #989898;
  font-size: 30px;
  font-weight: 800;
  text-align: right;
}

.sk-qr-menu-item button {
  border: 2px solid var(--color-deep-red);
  border-radius: 5px;
  color: var(--color-deep-red);
  cursor: pointer;
  font-size: 25px;
  font-weight: 800;
  height: 51px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.sk-qr-menu-item button:hover,
.sk-qr-menu-item button.is-added {
  background: var(--color-deep-red);
  color: var(--color-paper);
}

.sk-qr-checkout-layout {
  display: grid;
  gap: 96px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 910px);
  padding: 40px var(--content-edge);
}

.sk-qr-checkout-info {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 100px;
  padding: 30px var(--content-edge);
}

.sk-qr-checkout-info p {
  color: var(--color-gray);
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  max-width: 589px;
}

.sk-qr-checkout-info__hours {
  color: var(--color-red);
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.sk-qr-checkout-info + .sk-qr-checkout-layout {
  padding-top: 40px;
}

.sk-qr-cart-list {
  min-width: 0;
}

.sk-qr-cart-list h2 {
  color: #2c2c2c;
  margin-bottom: 28px;
}

.sk-qr-cart-section {
  border-bottom: 1px solid #8a8a8a;
  display: grid;
  gap: 55px;
  padding-bottom: 50px;
}

.sk-qr-cart-section + .sk-qr-cart-section {
  margin-top: 50px;
}

.sk-qr-cart-section[hidden] {
  display: none;
}

.sk-qr-cart-list__empty {
  color: #989898;
  font-size: 20px;
  font-weight: 800;
  margin: 24px 0 0;
}

.sk-qr-cart-list__empty[hidden] {
  display: none;
}

.sk-qr-checkout-line {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-bottom: 30px;
  max-width: 541px;
  width: 100%;
}

.sk-qr-checkout-line:last-child {
  margin-bottom: 0;
}

.sk-qr-checkout-line__info {
  min-width: 0;
}

.sk-qr-checkout-line__title {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.sk-qr-checkout-line__title h3 {
  min-width: 0;
}

.sk-qr-checkout-line__info h3 {
  color: var(--color-gray);
  font-size: 25px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.sk-qr-checkout-line__meta {
  color: #989898;
  display: none;
  font-size: 15px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}

.sk-qr-checkout-line__bottom {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.sk-qr-checkout-line__details {
  align-items: flex-end;
  display: flex;
  gap: 47px;
}

.sk-qr-checkout-line__price {
  color: #989898;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-align: right;
  margin-bottom: -4px;
}

.sk-qr-checkout-line__unit {
  color: #989898;
  font-size: 15px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.sk-qr-checkout-line__controls {
  align-items: center;
  color: var(--color-red);
  display: flex;
  gap: 16px;
  font-size: 25px;
  font-weight: 800;
  justify-content: flex-end;
  min-width: 95px;
}

.sk-qr-checkout-line .sk-qr-checkout-line__image-button {
  align-items: center;
  background: transparent;
  border: 1.5px solid #989898;
  border-radius: 50%;
  color: #989898;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 25px;
  font-size: 16px;
  font-weight: 800;
  height: 25px;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
  padding: 0;
  text-transform: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 25px;
}

.sk-qr-checkout-line .sk-qr-checkout-line__image-button::before {
  content: "i";
}

.sk-qr-checkout-line .sk-qr-checkout-line__image-button:hover {
  background: var(--color-deep-red);
  border-color: var(--color-deep-red);
  color: var(--color-paper);
}

.sk-qr-quantity-control {
  background: url("images/quantity-control.svg") center / 100% 100% no-repeat;
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 27px;
  width: 69px;
}

.sk-qr-quantity-control button {
  appearance: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  padding: 0;
  width: 100%;
}

.sk-qr-checkout-form {
  display: grid;
  gap: 26px;
}

.sk-qr-checkout-card__box {
  border: 2px solid var(--color-red);
  border-radius: var(--radius);
  display: grid;
  gap: 32px;
  padding: 45px 40px;
}

.sk-qr-checkout-card__back {
  color: var(--color-ink);
  font-size: 20px;
  font-weight: 800;
  text-decoration: underline;
  text-transform: uppercase;
}

.sk-qr-checkout-card p {
  color: var(--color-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.sk-qr-checkout-card__stats {
  display: flex;
  gap: 80px;
}

.sk-qr-checkout-card__stats div {
  display: grid;
  gap: 14px;
}

.sk-qr-checkout-card__stats strong {
  font-size: 30px;
  font-weight: 800;
}

.sk-qr-checkout-card__stats span,
.sk-qr-checkout-card__all {
  color: var(--color-gray);
  font-size: 25px;
  font-weight: 600;
}

.sk-qr-checkout-card__all {
  color: #989898;
  text-decoration: underline;
}

.sk-qr-checkout-form label {
  display: grid;
  gap: 10px;
}

.sk-qr-checkout-form label span {
  color: #989898;
  font-size: 25px;
  font-weight: 700;
}

.sk-qr-checkout-form input,
.sk-qr-checkout-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #bababa;
  border-radius: 0;
  min-height: 44px;
  outline: 0;
  padding: 8px 0;
  width: 100%;
}

.sk-qr-checkout-card__total {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.sk-qr-checkout-card__total span,
.sk-qr-checkout-card__total strong {
  color: #000;
  font-size: 40px;
  font-weight: 800;
}

.sk-qr-order .sk-qr-checkout-form__submit {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: 2px solid var(--color-red);
  border-radius: 15px;
  box-shadow: none;
  color: var(--color-red);
  cursor: pointer;
  display: flex;
  font-size: 25px;
  font-weight: 800;
  gap: 24px;
  height: 83px;
  justify-content: center;
  line-height: normal;
  padding: 0 56px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease, opacity 220ms ease;
  width: 100%;
}

.sk-qr-order .sk-qr-checkout-form__submit img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(69%) saturate(2628%) hue-rotate(341deg) brightness(88%) contrast(96%);
  transition: filter 220ms ease, opacity 220ms ease;
}

.sk-qr-order .sk-qr-checkout-form__submit:hover,
.sk-qr-order .sk-qr-checkout-form__submit:focus-visible {
  background-color: var(--color-red);
  color: var(--color-paper);
}

.sk-qr-order .sk-qr-checkout-form__submit:hover img,
.sk-qr-order .sk-qr-checkout-form__submit:focus-visible img {
  filter: brightness(0) invert(1);
}

.sk-qr-order .sk-qr-checkout-form__submit:disabled {
  background-color: transparent;
  color: var(--color-red);
  cursor: not-allowed;
  opacity: 0.5;
}

.sk-qr-order .sk-qr-checkout-form__submit:disabled img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(69%) saturate(2628%) hue-rotate(341deg) brightness(88%) contrast(96%);
}

.sk-qr-checkout-form__status,
.sk-qr-song-modal__status {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  min-height: 20px;
}

.sk-qr-song-modal__status:empty {
  display: none;
}

.sk-qr-checkout-form__status.is-error,
.sk-qr-song-modal__status.is-error {
  color: var(--color-red);
}

.sk-qr-checkout-form__status.is-success,
.sk-qr-song-modal__status.is-success {
  color: #167a37;
}

.sk-qr-checkout-form__status.is-pending,
.sk-qr-song-modal__status.is-pending {
  color: #989898;
}

.sk-qr-empty {
  padding: 80px var(--content-edge);
}

.sk-qr-empty h2 {
  color: var(--color-gray);
  font-size: 40px;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.sk-qr-empty p {
  color: var(--color-muted);
  font-size: 20px;
  margin: 0;
}

.sk-qr-spacer {
  height: 180px;
}

.sk-qr-footer {
  background: var(--color-paper);
  color: var(--color-red);
  min-height: 884px;
  overflow: hidden;
  padding: 43px var(--content-edge) 30px;
  position: relative;
}

.sk-qr-footer__top {
  align-items: flex-start;
  display: grid;
  gap: 72px;
  grid-template-columns: 500px minmax(0, 1fr) 180px;
  position: relative;
  z-index: 2;
}

.sk-qr-footer__lead {
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.sk-qr-footer__links {
  align-items: flex-start;
  color: var(--color-red);
  display: flex;
  gap: 72px;
  min-width: 0;
}

.sk-qr-footer__nav,
.sk-qr-footer__socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: underline;
  text-transform: uppercase;
  width: 135px;
}

.sk-qr-footer__copyright {
  color: var(--color-red);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
  width: 210px;
}

.sk-qr-footer__contact {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-self: end;
  text-align: right;
  text-transform: uppercase;
}

.sk-qr-footer__contact img {
  display: block;
  height: 102px;
  object-fit: fill;
  width: 102px;
}

.sk-qr-footer__contact strong {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.08;
  text-decoration: underline;
}

.sk-qr-footer__description {
  font-size: 14px;
  font-weight: 800;
  left: var(--content-edge);
  line-height: 1.15;
  margin: 0;
  max-width: 360px;
  position: absolute;
  top: 362px;
  text-align: justify;
}

.sk-qr-footer__wordmark {
  display: block;
  height: 328px;
  left: var(--content-edge);
  position: absolute;
  right: var(--content-edge);
  top: 449px;
}

.sk-qr-footer__wordmark img {
  height: 100%;
  width: 100%;
}

.sk-qr-footer__bottom {
  align-items: center;
  bottom: 31px;
  color: var(--color-ink);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: space-between;
  left: var(--content-edge);
  position: absolute;
  right: var(--content-edge);
  text-transform: uppercase;
}

.sk-qr-song-modal {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  color: #000;
  margin: auto;
  max-height: calc(100dvh - 80px);
  max-width: calc(100vw - 80px);
  opacity: 0;
  overflow: visible;
  padding: 0;
  pointer-events: none;
  transform: translateY(22px) scale(0.985);
  transition: opacity 320ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
  width: min(1688px, calc(100vw - 80px));
}

.sk-qr-song-modal::backdrop {
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  transition: opacity 320ms ease;
}

.sk-qr-song-modal:focus,
.sk-qr-song-modal__panel:focus {
  outline: 0;
}

.sk-qr-song-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.sk-qr-song-modal.is-visible::backdrop {
  opacity: 1;
}

.sk-qr-song-modal.is-closing {
  opacity: 0;
  transform: translateY(18px) scale(0.99);
}

.sk-qr-song-modal.is-closing::backdrop {
  opacity: 0;
}

.sk-qr-song-modal__panel {
  background: var(--color-paper);
  border-radius: var(--radius);
  box-sizing: border-box;
  height: auto;
  overflow: auto;
  padding: clamp(68px, 6.2vw, 110px) 40px clamp(68px, 6.2vw, 110px);
  position: relative;
  scrollbar-width: none;
  width: 100%;
}

.sk-qr-song-modal__panel::-webkit-scrollbar {
  display: none;
}

.sk-qr-song-modal__close {
  background: transparent;
  cursor: pointer;
  height: 36px;
  padding: 0;
  position: absolute;
  right: clamp(28px, 2.26vw, 40px);
  top: clamp(28px, 2.1vw, 34px);
  width: 36px;
}

.sk-qr-song-modal__close span {
  background: #bababa;
  border-radius: 999px;
  height: 3px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 34px;
}

.sk-qr-song-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sk-qr-song-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sk-qr-song-modal__heading {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2vw, 35px);
  margin-bottom: clamp(110px, 9.3vw, 165px);
}

.sk-qr-song-modal__title-row {
  align-items: flex-start;
  display: flex;
  gap: clamp(120px, 20vw, 378px);
}

.sk-qr-song-modal__spark {
  flex: 0 0 auto;
  object-fit: contain;
}

.sk-qr-order .sk-qr-song-modal__spark--desktop {
  display: block;
  height: clamp(32px, 2.6vw, 46px);
  width: clamp(32px, 2.6vw, 46px);
}

.sk-qr-order .sk-qr-song-modal__spark--mobile {
  display: none;
}

.sk-qr-song-modal h2,
.sk-qr-song-modal__subtitle-row p {
  font-family: "Extenda", "Visby", sans-serif;
  font-size: clamp(58px, 5.37vw, 95px);
  font-style: normal;
  font-stretch: 200%;
  font-variation-settings: var(--font-variation-extenda);
  font-synthesis-style: none;
  font-weight: 750;
  line-height: 0.78;
  text-transform: uppercase;
  white-space: nowrap;
}

.sk-qr-song-modal h2 {
  color: var(--color-red);
  margin: 0;
}

.sk-qr-song-modal__subtitle-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.sk-qr-song-modal__subtitle-row p {
  color: var(--color-gray);
  margin: 0;
}

.sk-qr-song-modal__body {
  align-items: start;
  display: grid;
  gap: clamp(120px, 11.93vw, 229px);
  grid-template-columns: clamp(70px, 5.55vw, 98px) minmax(0, 1185px);
}

.sk-qr-song-modal__label {
  color: var(--color-red);
  font-size: clamp(15px, 1.13vw, 20px);
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.sk-qr-song-modal__form {
  display: flex;
  flex-direction: column;
  gap: clamp(34px, 2.82vw, 50px);
  max-width: 1184px;
  width: 100%;
}

.sk-qr-song-modal__fields {
  display: grid;
  gap: clamp(18px, 1.47vw, 26px);
  grid-template-columns: minmax(0, 1fr);
}

.sk-qr-song-modal__field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sk-qr-song-modal__field span {
  color: #000;
  font-size: clamp(15px, 1.13vw, 20px);
  font-weight: 700;
  line-height: 1;
}

.sk-qr-song-modal__field input {
  background: transparent;
  border: 2px solid #bababa;
  border-radius: 10px;
  color: #000;
  font-size: clamp(15px, 1.13vw, 20px);
  font-weight: 700;
  height: clamp(44px, 3.5vw, 62px);
  outline: 0;
  padding: 0 20px;
  width: 100%;
}

.sk-qr-song-modal__field input::placeholder {
  color: #bababa;
  opacity: 1;
}

.sk-qr-song-modal__field input:focus {
  border-color: var(--color-red);
}

.sk-qr-song-modal__submit-row {
  display: grid;
  gap: 11px;
  grid-template-columns: minmax(0, 1fr) clamp(44px, 3.5vw, 62px);
}

.sk-qr-order .sk-qr-song-modal__submit,
.sk-qr-order .sk-qr-song-modal__submit-icon {
  border-radius: 10px;
  cursor: pointer;
  height: clamp(44px, 3.5vw, 62px);
}

.sk-qr-order .sk-qr-song-modal__submit {
  background: var(--color-red);
  color: #fff;
  font-size: clamp(15px, 1.13vw, 20px);
  font-weight: 700;
}

.sk-qr-order .sk-qr-song-modal__submit-icon {
  background: transparent;
  border: 2px solid var(--color-red);
  min-width: clamp(44px, 3.5vw, 62px);
  position: relative;
  width: clamp(44px, 3.5vw, 62px);
}

.sk-qr-order .sk-qr-song-modal__submit-icon::before,
.sk-qr-order .sk-qr-song-modal__submit-icon::after {
  content: "";
  position: absolute;
}

.sk-qr-order .sk-qr-song-modal__submit-icon::before {
  border-right: 2px solid var(--color-red);
  border-top: 2px solid var(--color-red);
  height: 34%;
  right: 28%;
  top: 28%;
  width: 34%;
}

.sk-qr-order .sk-qr-song-modal__submit-icon::after {
  background: var(--color-red);
  height: 2px;
  right: 28%;
  top: 28%;
  transform: rotate(-45deg);
  transform-origin: right center;
  width: 58%;
}

@media (min-width: 1201px) and (max-width: 1600px) {
  .sk-qr-split-hero {
    gap: 56px;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.62fr);
  }

  .sk-qr-split-hero__image {
    height: 360px;
  }

  .sk-qr-split-hero h1 {
    font-size: 88px;
  }

  .sk-qr-split-hero__title img {
    height: 112px;
    width: 88px;
  }

  .sk-qr-split-hero p {
    font-size: 18px;
  }

  .sk-qr-checkout-layout {
    gap: 56px;
    grid-template-columns: minmax(0, 0.85fr) minmax(460px, 0.95fr);
  }
}

@media (max-width: 1200px) {
  .sk-qr-home-hero__cards {
    grid-template-columns: 1fr 1fr;
  }

  .sk-qr-feature-card {
    padding: 28px;
  }

  .sk-qr-feature-card h1,
  .sk-qr-feature-card h2 {
    font-size: 36px;
  }

  .sk-qr-split-hero,
  .sk-qr-checkout-layout {
    gap: 40px;
    grid-template-columns: minmax(0, 1fr);
  }

  .sk-qr-menu-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .sk-qr-song-modal {
    max-height: calc(100dvh - 32px);
    max-width: calc(100vw - 32px);
    width: calc(100vw - 32px);
  }

  .sk-qr-song-modal__panel {
    height: auto;
    max-height: calc(100dvh - 32px);
    min-height: auto;
    padding: 72px 24px 32px;
  }

  .sk-qr-song-modal__close {
    right: 24px;
    top: 24px;
  }

  .sk-qr-song-modal__heading {
    gap: 28px;
    margin-bottom: 54px;
  }

  .sk-qr-song-modal__title-row {
    gap: clamp(40px, 12vw, 120px);
  }

  .sk-qr-song-modal h2,
  .sk-qr-song-modal__subtitle-row p {
    font-size: clamp(44px, 5.5vw, 64px);
    white-space: normal;
  }

  .sk-qr-song-modal__body {
    display: block;
  }

  .sk-qr-song-modal__label {
    margin-bottom: 24px;
  }

  .sk-qr-song-modal__form {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .sk-qr-song-modal__fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sk-qr-order {
    --page-gutter: 20px;
    --content-edge: 20px;
  }

  .sk-qr-sticky-header {
    --header-offset: 30px;
    --header-shell-height: 35px;
    top: 30px;
  }

  .sk-qr-header {
    height: 35px;
  }

  .sk-qr-sticky-header--inner {
    --header-offset: var(--header-bg-padding);
    --header-shell-height: 40px;
    top: var(--header-bg-padding);
  }

  .sk-qr-header--inner {
    height: 40px;
  }

  .sk-qr-header__wordmark {
    height: 15px;
    width: 86px;
  }

  .sk-qr-header__cart {
    height: 42px;
    width: 42px;
  }

  .sk-qr-header__cart-count {
    border-width: 1px;
    font-size: 11px;
    height: 20px;
    min-width: 20px;
    padding: 0 5px;
    right: -5px;
    top: -5px;
  }

  .sk-qr-header__brand img:first-child {
    height: 34px;
    width: 36px;
  }

  .sk-qr-header__nav {
    display: none;
  }

  .sk-qr-header__socials {
    gap: 11px;
  }

  .sk-qr-header__social,
  .sk-qr-header__social-bg {
    height: 27px;
    width: 27px;
  }

  .sk-qr-header__social--instagram .sk-qr-header__social-glyph,
  .sk-qr-header__social:first-child .sk-qr-header__social-glyph {
    height: 12px;
    width: 12px;
  }

  .sk-qr-header__social--telegram .sk-qr-header__social-glyph,
  .sk-qr-header__social:last-child .sk-qr-header__social-glyph {
    height: 13px;
    width: 13px;
  }

  .sk-qr-home-hero {
    height: 626px;
    min-height: 626px;
  }

  .sk-qr-home-hero__media img {
    object-position: center top;
  }

  .sk-qr-home-hero__marks {
    display: none;
  }

  .sk-qr-home-hero__cards {
    bottom: auto;
    display: block;
    inset: 0;
  }

  .sk-qr-feature-card {
    border-radius: 10px;
    display: block;
    gap: 20px;
    left: 34px;
    min-height: 0;
    padding: 20px;
    position: absolute;
    right: 34px;
  }

  .sk-qr-feature-card:nth-child(1) {
    top: 145px;
  }

  .sk-qr-feature-card:nth-child(2) {
    top: 418px;
  }

  .sk-qr-feature-card h1,
  .sk-qr-feature-card h2 {
    font-size: 28px;
    line-height: 1.11;
    margin: 0 0 7px;
    white-space: nowrap;
  }

  .sk-qr-feature-card p {
    font-size: 15px;
    line-height: 1.05;
    margin-bottom: 20px;
  }

  .sk-qr-feature-card a,
  .sk-qr-feature-card button {
    border-radius: 7px;
    font-size: 20px;
    height: 42px;
    padding: 0 12px;
  }

  .sk-qr-feature-card a img,
  .sk-qr-feature-card button img,
  .sk-qr-checkout-form__submit img,
  .sk-qr-song-modal__submit img {
    height: 20px;
    width: 20px;
  }

  .sk-qr-split-hero {
    gap: 20px;
    margin-top: 0;
    padding: 20px var(--content-edge);
  }

  .sk-qr-split-hero::before {
    display: none;
  }

  .sk-qr-menu-page,
  .sk-qr-checkout-page {
    padding-top: 76px;
  }

  .sk-qr-split-hero__copy {
    order: 1;
  }

  .sk-qr-split-hero__image {
    border-radius: 8px;
    height: 223px;
    order: 2;
  }

  .sk-qr-split-hero h1 {
    font-size: 51px;
    line-height: 0.98;
  }

  .sk-qr-split-hero__title img {
    display: block;
    height: 79px;
    width: 63px;
  }

  .sk-qr-split-hero p {
    font-size: 15px;
  }

  .sk-qr-split-hero__copy p + p {
    display: none;
  }

  .sk-qr-menu {
    padding: 28px var(--content-edge);
  }

  .sk-qr-menu-switch {
    display: flex;
    gap: 20px;
    margin-inline: calc(var(--content-edge) * -1);
    overflow-x: auto;
    padding-inline: var(--content-edge);
    scrollbar-width: none;
  }

  .sk-qr-menu-switch::-webkit-scrollbar {
    display: none;
  }

  .sk-qr-order button.sk-qr-menu-switch__tab {
    border-radius: 10px;
    flex: 0 0 325px;
    font-size: 25px;
    height: 102px;
  }

  .sk-qr-menu-switch__tab[data-order-tab="bar"] {
    order: 1;
  }

  .sk-qr-menu-switch__tab[data-order-tab="snacks"] {
    order: 2;
  }

  .sk-qr-menu-info {
    display: block;
    font-size: 13px;
    line-height: 1.05;
    margin: 0 auto 28px;
    max-width: 362px;
    text-align: center;
  }

  .sk-qr-menu-info__schedule {
    display: none;
  }

  .sk-qr-menu-panel {
    transform: translateY(8px);
  }

  .sk-qr-menu-group h2,
  .sk-qr-cart-list h2 {
    font-size: clamp(27px, 8vw, 32px);
  }

  .sk-qr-menu-list {
    gap: 26px;
    padding-left: 0;
  }

  .sk-qr-menu-item {
    align-items: end;
    display: grid;
    gap: 4px clamp(8px, 2.4vw, 16px);
    grid-template-areas:
      "title image cart"
      "meta image cart";
    grid-template-columns: minmax(0, 1fr) auto clamp(94px, 25vw, 118px);
    min-height: 0;
    width: 100%;
  }

  .sk-qr-menu-item__info {
    display: contents;
  }

  .sk-qr-menu-item__title {
    display: contents;
  }

  .sk-qr-menu-item h3 {
    font-size: 22px;
    grid-area: title;
    line-height: 1.05;
  }

  .sk-qr-menu-item__unit {
    display: none;
  }

  .sk-qr-menu-item strong {
    display: none;
  }

  .sk-qr-menu-item__mobile-meta {
    color: #989898;
    display: block;
    font-size: 13px;
    font-weight: 800;
    grid-area: meta;
    line-height: 1.08;
    text-align: left;
    white-space: normal;
  }

  .sk-qr-menu-item button {
    align-items: center;
    align-self: end;
    border-width: 1px;
    display: flex;
    flex: 0 0 76px;
    font-size: 10px;
    font-weight: 800;
    height: 27px;
    justify-content: center;
    line-height: 1;
    padding: 0;
  }

  .sk-qr-menu-item__button-label--desktop {
    display: none;
  }

  .sk-qr-menu-item__button-label--mobile {
    display: block;
  }

  .sk-qr-checkout-info {
    display: block;
    padding: 28px var(--content-edge) 0;
  }

  .sk-qr-checkout-info p {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.05;
    max-width: 330px;
  }

  .sk-qr-checkout-info__hours {
    display: block;
    font-size: 10px;
    font-weight: 800;
    margin-top: 18px;
    text-align: left;
  }

  .sk-qr-checkout-layout {
    gap: 36px;
    padding: 28px var(--content-edge);
  }

  .sk-qr-checkout-info + .sk-qr-checkout-layout {
    padding-top: 30px;
  }

  .sk-qr-cart-list h2 {
    margin-bottom: 0;
  }

  .sk-qr-cart-section {
    gap: 32px;
    padding-bottom: 48px;
  }

  .sk-qr-cart-section + .sk-qr-cart-section {
    margin-top: 44px;
  }

  .sk-qr-checkout-line {
    align-items: end;
    display: grid;
    gap: 4px clamp(8px, 2.4vw, 16px);
    grid-template-areas:
      "title image bottom"
      "meta image bottom";
    grid-template-columns: minmax(0, 1fr) auto 95px;
    margin-bottom: 26px;
    max-width: 100%;
    width: 100%;
  }

  .sk-qr-checkout-line__info,
  .sk-qr-checkout-line__title {
    display: contents;
  }

  .sk-qr-checkout-line__info h3 {
    font-size: 22px;
    grid-area: title;
    line-height: normal;
    margin: 0;
  }

  .sk-qr-checkout-line__meta {
    display: block;
    font-size: 13px;
    grid-area: meta;
    line-height: 1.08;
    text-align: left;
    white-space: normal;
  }

  .sk-qr-checkout-line__bottom {
    display: block;
    grid-area: bottom;
    justify-self: end;
    width: 95px;
  }

  .sk-qr-checkout-line__details {
    display: block;
  }

  .sk-qr-checkout-line__price,
  .sk-qr-checkout-line__unit {
    display: none;
  }

  .sk-qr-checkout-line__controls {
    gap: 16px;
    min-width: 95px;
  }

  .sk-qr-checkout-line .sk-qr-checkout-line__image-button {
    align-self: end;
    flex-basis: 21px;
    font-size: 13px;
    grid-area: image;
    height: 21px;
    justify-self: end;
    margin-bottom: 4px;
    margin-top: 0;
    width: 21px;
  }

  .sk-qr-checkout-card__box {
    gap: 28px;
    padding: 32px 20px;
  }

  .sk-qr-checkout-card p {
    font-size: 17px;
  }

  .sk-qr-checkout-card__stats {
    gap: 34px;
  }

  .sk-qr-checkout-card__stats strong {
    font-size: 26px;
  }

  .sk-qr-checkout-card__stats span,
  .sk-qr-checkout-card__all,
  .sk-qr-checkout-form label span {
    font-size: 20px;
  }

  .sk-qr-checkout-card__total span,
  .sk-qr-checkout-card__total strong {
    font-size: 34px;
  }

  .sk-qr-order .sk-qr-checkout-form__submit {
    border-width: 1px;
    border-radius: 5px;
    font-size: 20px;
    gap: 18px;
    height: 59px;
    padding: 0 55px;
  }

  .sk-qr-order .sk-qr-checkout-form__submit img {
    height: 22px;
    width: 22px;
  }

  .sk-qr-footer {
    min-height: 550px;
    padding: 20px;
  }

  .sk-qr-footer__top {
    display: block;
    position: static;
  }

  .sk-qr-footer__lead {
    font-size: 24px;
    left: 20px;
    line-height: 1.2;
    position: absolute;
    top: 22px;
    width: 190px;
  }

  .sk-qr-footer__links {
    color: #2c2c2c;
    display: flex;
    gap: 0;
    justify-content: space-between;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 160px;
  }

  .sk-qr-footer__nav {
    color: #2c2c2c;
    font-size: 10px;
    gap: 15px;
    line-height: 15.5px;
    position: static;
    width: 56px;
  }

  .sk-qr-footer__socials {
    color: #2c2c2c;
    font-size: 10px;
    gap: 15px;
    line-height: 15.5px;
    position: static;
    width: 57px;
  }

  .sk-qr-footer__copyright {
    color: var(--color-red);
    font-size: 10px;
    line-height: 15.5px;
    position: static;
    width: 72px;
  }

  .sk-qr-footer__contact {
    gap: 8px;
    position: absolute;
    right: 20px;
    top: 31px;
  }

  .sk-qr-footer__contact img {
    height: 38px;
    width: 38px;
  }

  .sk-qr-footer__contact strong {
    font-size: 10px;
    line-height: 1.15;
  }

  .sk-qr-footer__contact strong br {
    display: none;
  }

  .sk-qr-footer__wordmark {
    height: 64px;
    left: 20px;
    right: 20px;
    top: 318px;
  }

  .sk-qr-footer__description {
    font-size: 12px;
    left: 20px;
    line-height: 1.1;
    max-width: 362px;
    top: 399px;
    text-align: justify;
  }

  .sk-qr-footer__bottom {
    bottom: 23px;
    font-size: 10px;
    left: 20px;
    right: 20px;
  }

  .sk-qr-spacer {
    height: 100px;
  }

  .sk-qr-song-modal {
    bottom: auto;
    height: var(--sk-qr-viewport-height, 100dvh);
    inset: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    position: fixed;
    right: auto;
    width: var(--sk-qr-viewport-width, 100vw);
  }

  .sk-qr-song-modal::backdrop {
    background: rgba(0, 0, 0, 0.56);
  }

  .sk-qr-song-modal__panel {
    align-items: flex-start;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: var(--sk-qr-viewport-height, 100dvh);
    max-height: none;
    max-width: var(--sk-qr-viewport-width, 100vw);
    min-height: 0;
    overflow-x: hidden;
    padding: var(--sk-qr-modal-offset-top, clamp(65px, calc(40dvh - 152px), 220px)) 0 20px;
    width: var(--sk-qr-viewport-width, 100vw);
  }

  .sk-qr-song-modal__close {
    height: 22px;
    left: calc(var(--sk-qr-viewport-width, 100vw) - 42px);
    position: absolute;
    right: auto;
    top: 20px;
    width: 22px;
    z-index: 2;
  }

  .sk-qr-song-modal__close span {
    height: 3px;
    width: 29px;
  }

  .sk-qr-song-modal__heading {
    gap: 13px;
    margin: 0;
    margin-left: var(--sk-qr-modal-content-left, 20px);
    max-width: none;
    width: var(--sk-qr-modal-content-width, min(362px, calc(100vw - 40px)));
  }

  .sk-qr-song-modal__title-row {
    display: block;
  }

  .sk-qr-order .sk-qr-song-modal__spark--desktop {
    display: none;
  }

  .sk-qr-order .sk-qr-song-modal__spark--mobile {
    display: block;
    height: 24px;
    width: 24px;
  }

  .sk-qr-song-modal h2,
  .sk-qr-song-modal__subtitle-row p {
    font-size: 29px;
    line-height: 1.05;
    white-space: nowrap;
  }

  .sk-qr-song-modal__subtitle-row {
    gap: 27px;
    justify-content: flex-start;
  }

  .sk-qr-song-modal__label {
    display: none;
  }

  .sk-qr-song-modal__form {
    gap: 24px;
  }

  .sk-qr-song-modal__body,
  .sk-qr-song-modal__form,
  .sk-qr-song-modal__fields,
  .sk-qr-song-modal__submit-row {
    max-width: none;
    width: var(--sk-qr-modal-content-width, min(362px, calc(100vw - 40px)));
  }

  .sk-qr-song-modal__body {
    margin-left: var(--sk-qr-modal-content-left, 20px);
    margin-top: 24px;
  }

  .sk-qr-song-modal__status {
    font-size: 14px;
    margin: 0;
    min-height: 0;
  }

  .sk-qr-song-modal__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .sk-qr-song-modal__field {
    gap: 8px;
  }

  .sk-qr-song-modal__field span,
  .sk-qr-song-modal__field input {
    font-size: 16px;
  }

  .sk-qr-song-modal__field input {
    border-width: 1.6px;
    border-radius: 5px;
    height: 39px;
    padding: 0 10px;
  }

  .sk-qr-song-modal__submit-row {
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) 39px;
  }

  .sk-qr-order .sk-qr-song-modal__submit,
  .sk-qr-order .sk-qr-song-modal__submit-icon {
    border-radius: 5px;
    height: 39px;
  }

  .sk-qr-order .sk-qr-song-modal__submit {
    font-size: 16px;
  }

  .sk-qr-order .sk-qr-song-modal__submit-icon {
    border-width: 1.6px;
    min-width: 39px;
    width: 39px;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .sk-qr-song-modal {
    bottom: auto;
    height: auto;
    left: 50%;
    margin: 0;
    max-height: calc(var(--sk-qr-viewport-height, 100dvh) - 40px);
    max-width: min(640px, calc(var(--sk-qr-viewport-width, 100vw) - 40px));
    right: auto;
    top: 50%;
    transform: translate(-50%, calc(-50% + 22px)) scale(0.985);
    width: min(640px, calc(var(--sk-qr-viewport-width, 100vw) - 40px));
  }

  .sk-qr-song-modal.is-visible {
    transform: translate(-50%, -50%) scale(1);
  }

  .sk-qr-song-modal.is-closing {
    transform: translate(-50%, calc(-50% + 18px)) scale(0.99);
  }

  .sk-qr-song-modal__panel {
    align-items: center;
    border-radius: var(--radius);
    height: auto;
    max-height: calc(var(--sk-qr-viewport-height, 100dvh) - 40px);
    max-width: none;
    overflow: auto;
    padding: 50px 20px 40px;
    width: 100%;
  }

  .sk-qr-song-modal__close {
    left: auto;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .sk-qr-song-modal__heading,
  .sk-qr-song-modal__body,
  .sk-qr-song-modal__form,
  .sk-qr-song-modal__fields,
  .sk-qr-song-modal__submit-row {
    margin-left: 0;
    width: min(362px, calc(var(--sk-qr-viewport-width, 100vw) - 80px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .sk-qr-order,
  .sk-qr-order *,
  .sk-qr-order *::before,
  .sk-qr-order *::after {
    transition: none !important;
  }
}

/* QR task refinements */
.sk-qr-item-image-button {
  align-items: center;
  background: transparent;
  border: 1.5px solid #989898;
  border-radius: 50%;
  color: #989898;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 25px;
  font-size: 16px;
  font-weight: 800;
  height: 25px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-transform: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 25px;
}

.sk-qr-item-image-button::before {
  content: "i";
}

.sk-qr-item-image-button:hover {
  background: var(--color-deep-red);
  border-color: var(--color-deep-red);
  color: var(--color-paper);
}

.sk-qr-menu-item__title {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  min-width: 0;
}

.sk-qr-menu-item .sk-qr-menu-item__image-button {
  align-items: center;
  background: transparent;
  border: 1.5px solid #989898;
  border-radius: 50%;
  color: #989898;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 25px;
  font-size: 16px;
  font-weight: 800;
  height: 25px;
  justify-content: center;
  line-height: 1;
  margin-top: 2px;
  padding: 0;
  text-transform: none;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 25px;
}

.sk-qr-menu-item .sk-qr-menu-item__image-button::before {
  content: "i";
}

.sk-qr-menu-item .sk-qr-menu-item__image-button:hover {
  background: var(--color-deep-red);
  border-color: var(--color-deep-red);
  color: var(--color-paper);
}

.sk-qr-menu-item__cart-control {
  height: 51px;
  min-width: 0;
  position: relative;
  width: 100%;
}

.sk-qr-menu-item__add,
.sk-qr-menu-item__stepper {
  inset: 0;
  position: absolute;
  width: 100%;
}

.sk-qr-menu-item__add {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  transform: translateY(0) scale(1);
  transition:
    background 180ms ease,
    color 180ms ease,
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sk-qr-menu-item__stepper {
  align-items: center;
  background: var(--color-deep-red);
  border: 2px solid var(--color-deep-red);
  border-radius: 5px;
  color: var(--color-paper);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  height: 51px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(6px) scale(0.96);
  transition:
    opacity 180ms ease,
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.sk-qr-menu-item__stepper button {
  align-items: center;
  align-self: stretch;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: flex;
  flex: 0 1 auto;
  font-size: 30px;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background 160ms ease;
  width: 100%;
}

.sk-qr-menu-item__stepper button:hover {
  background: rgba(255, 255, 255, 0.14);
}

.sk-qr-menu-item__stepper-sign {
  display: block;
  line-height: 1;
  transform: translateY(-3px);
}

.sk-qr-menu-item__button-count {
  color: inherit;
  display: block;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.sk-qr-menu-item__cart-control.is-in-cart .sk-qr-menu-item__add {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px) scale(0.96);
}

.sk-qr-menu-item__cart-control.is-in-cart .sk-qr-menu-item__stepper {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.sk-qr-menu-item__cart-control.is-added .sk-qr-menu-item__stepper {
  transform: translateY(0) scale(1.04);
}

.sk-qr-item-modal {
  background: transparent;
  border: 0;
  color: var(--color-paper);
  margin: auto;
  max-height: calc(100dvh - 48px);
  max-width: min(780px, calc(100vw - 40px));
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.985);
  transition: opacity 220ms ease, transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  width: min(780px, calc(100vw - 40px));
}

.sk-qr-item-modal::backdrop {
  background: rgba(0, 0, 0, 0.62);
  opacity: 0;
  transition: opacity 220ms ease;
}

.sk-qr-item-modal.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.sk-qr-item-modal.is-visible::backdrop {
  opacity: 1;
}

.sk-qr-item-modal.is-closing {
  opacity: 0;
  transform: translateY(14px) scale(0.99);
}

.sk-qr-item-modal__panel {
  background: var(--color-deep-red);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.sk-qr-item-modal__image {
  background: #2c2c2c;
  display: block;
  height: min(520px, calc(100dvh - 180px));
  object-fit: cover;
  width: 100%;
}

.sk-qr-item-modal h2 {
  color: var(--color-paper);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  padding: 22px 26px 26px;
  text-transform: uppercase;
}

.sk-qr-item-modal__close {
  background: rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 42px;
  z-index: 2;
}

.sk-qr-item-modal__close span {
  background: #fff;
  border-radius: 999px;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 22px;
}

.sk-qr-item-modal__close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.sk-qr-item-modal__close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 767px) {
  .sk-qr-order button.sk-qr-menu-switch__tab {
    border-radius: 7px;
    border-width: 2px;
    flex: 0 0 164px;
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    min-width: 164px;
    padding: 0 18px;
  }

  .sk-qr-menu-item__info,
  .sk-qr-menu-item__title {
    display: contents;
  }

  .sk-qr-menu-item__title {
    gap: 8px;
  }

  .sk-qr-menu-item .sk-qr-menu-item__image-button {
    align-self: end;
    flex-basis: 21px;
    font-size: 13px;
    grid-area: image;
    height: 21px;
    margin-bottom: 2px;
    margin-top: 0;
    justify-self: end;
    width: 21px;
  }

  .sk-qr-checkout-line .sk-qr-checkout-line__image-button {
    align-self: end;
    flex-basis: 21px;
    font-size: 13px;
    grid-area: image;
    height: 21px;
    margin-bottom: 4px;
    margin-top: 0;
    justify-self: end;
    width: 21px;
  }

  .sk-qr-menu-item__cart-control {
    align-self: end;
    grid-area: cart;
    height: 27px;
    justify-self: stretch;
    width: 100%;
  }

  .sk-qr-menu-item .sk-qr-menu-item__add {
    flex-basis: auto;
    width: 100%;
  }

  .sk-qr-menu-item__add,
  .sk-qr-menu-item__stepper {
    height: 27px;
  }

  .sk-qr-menu-item__stepper {
    border-width: 1px;
    grid-template-columns: 24px minmax(0, 1fr) 24px;
  }

  .sk-qr-menu-item__stepper button {
    font-size: 16px;
  }

  .sk-qr-menu-item__stepper-sign {
    transform: translateY(-2px);
  }

  .sk-qr-menu-item__button-count {
    font-size: 14px;
  }

  .sk-qr-item-modal {
    max-height: calc(100dvh - 24px);
    max-width: calc(100vw - 24px);
    width: calc(100vw - 24px);
  }

  .sk-qr-item-modal__panel {
    border-radius: 12px;
  }

  .sk-qr-item-modal__image {
    height: min(420px, calc(100dvh - 150px));
  }

  .sk-qr-item-modal h2 {
    font-size: 18px;
    padding: 16px 18px 20px;
  }
}
.sk-qr-header__social--google .sk-qr-header__social-glyph {
  height: 17px;
  width: 17px;
}

@media (max-width: 767px) {
  .sk-qr-header__social--google .sk-qr-header__social-glyph {
    height: 13px;
    width: 13px;
  }
}

/* Dark theme */
.sk-qr-order {
  --color-paper: #f6f6f6;
  --color-ink: #f6f6f6;
  --color-muted: #d2d2d2;
  --color-gray: #d2d2d2;
  --color-red: #8f151a;
  --color-deep-red: #8f151a;
  --color-wine: #5e000b;
  --color-night: #141414;
  --color-surface: rgba(246, 246, 246, 0.06);
  --color-surface-strong: rgba(246, 246, 246, 0.1);
  --color-line: rgba(246, 246, 246, 0.22);
  --color-field: rgba(246, 246, 246, 0.04);

  background: var(--color-night);
  color: var(--color-paper);
}

body.is-sk-qr-page-scaled {
  --color-paper: #f6f6f6;
  --color-ink: #f6f6f6;
  --color-muted: #d2d2d2;
  --color-gray: #d2d2d2;
  --color-red: #8f151a;
  --color-deep-red: #8f151a;
  --color-wine: #5e000b;

  background: #141414;
}

.sk-qr-order input,
.sk-qr-order textarea {
  color: inherit;
}

.sk-qr-sticky-header--inner::before {
  background: rgba(20, 20, 20, 0.9);
  border-bottom-color: var(--color-line);
}

.sk-qr-home-hero {
  background: var(--color-wine);
}

.sk-qr-split-hero::before,
.sk-qr-split-hero::after {
  background: var(--color-line);
}

.sk-qr-menu-group {
  border-bottom-color: var(--color-line);
}

.sk-qr-cart-section {
  border-bottom-color: var(--color-line);
}

.sk-qr-cart-list h2,
.sk-qr-checkout-line__info h3 {
  color: var(--color-gray);
}

.sk-qr-checkout-card__box {
  background: var(--color-surface);
  border-color: var(--color-red);
}

.sk-qr-checkout-card__back,
.sk-qr-checkout-card p,
.sk-qr-checkout-card__total span,
.sk-qr-checkout-card__total strong {
  color: var(--color-paper);
}

.sk-qr-checkout-form input,
.sk-qr-checkout-form textarea {
  border-bottom-color: var(--color-line);
  caret-color: var(--color-red);
}

.sk-qr-checkout-form input:focus,
.sk-qr-checkout-form textarea:focus {
  border-bottom-color: var(--color-red);
}

.sk-qr-checkout-form input::placeholder,
.sk-qr-checkout-form textarea::placeholder {
  color: rgba(246, 246, 246, 0.44);
}

.sk-qr-checkout-form__status.is-success,
.sk-qr-song-modal__status.is-success {
  color: #58c37d;
}

.sk-qr-footer {
  background: var(--color-night);
  color: var(--color-red);
}

.sk-qr-footer__links,
.sk-qr-footer__bottom {
  color: var(--color-paper);
}

.sk-qr-footer__copyright {
  color: var(--color-red);
}

.sk-qr-song-modal {
  color: var(--color-paper);
}

.sk-qr-song-modal__panel {
  background: var(--color-night);
  border: 1px solid var(--color-line);
}

.sk-qr-song-modal__close span {
  background: rgba(246, 246, 246, 0.58);
}

.sk-qr-song-modal__field span,
.sk-qr-song-modal__field input {
  color: var(--color-paper);
}

.sk-qr-song-modal__field input {
  background: var(--color-field);
  border-color: var(--color-line);
  caret-color: var(--color-red);
}

.sk-qr-song-modal__field input::placeholder {
  color: rgba(246, 246, 246, 0.44);
}

.sk-qr-song-modal__field input:focus {
  border-color: var(--color-red);
}

.sk-qr-item-modal__panel {
  background: var(--color-night);
  border: 1px solid var(--color-line);
}

.sk-qr-item-modal__image {
  background: #252525;
}

@media (max-width: 767px) {
  .sk-qr-footer__links,
  .sk-qr-footer__nav,
  .sk-qr-footer__socials {
    color: var(--color-paper);
  }

  .sk-qr-footer {
    display: grid;
    gap: 28px;
    min-height: 0;
    padding: 20px;
  }

  .sk-qr-footer__top {
    display: grid;
    gap: 28px 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    position: static;
  }

  .sk-qr-footer__lead {
    left: auto;
    max-width: min(190px, calc(100vw - 122px));
    position: static;
    top: auto;
    width: auto;
  }

  .sk-qr-footer__contact {
    align-self: start;
    justify-self: end;
    position: static;
    right: auto;
    top: auto;
  }

  .sk-qr-footer__links {
    display: grid;
    gap: 18px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    left: auto;
    position: static;
    right: auto;
    top: auto;
  }

  .sk-qr-footer__nav,
  .sk-qr-footer__socials,
  .sk-qr-footer__copyright {
    min-width: 0;
    overflow-wrap: anywhere;
    width: auto;
  }

  .sk-qr-footer__wordmark {
    aspect-ratio: 362.152 / 64.5035;
    height: auto;
    left: auto;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }

  .sk-qr-footer__wordmark img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }

  .sk-qr-footer__description {
    left: auto;
    max-width: none;
    position: static;
    top: auto;
    width: 100%;
  }

  .sk-qr-footer__bottom {
    align-items: flex-end;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    left: auto;
    position: static;
    right: auto;
  }

  .sk-qr-footer__bottom a,
  .sk-qr-footer__bottom span {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

/* Keep QR menu tabs visually aligned with the main bar catalog tabs. */
.sk-qr-order button.sk-qr-menu-switch__tab {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 2px solid var(--color-red);
  border-radius: 5px;
  box-shadow: none;
  color: var(--color-red);
  cursor: pointer;
  display: flex;
  font-family: "Visby", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  height: 83px;
  justify-content: center;
  line-height: 1;
  min-width: 0;
  padding: 0;
  text-transform: uppercase;
}

.sk-qr-order button.sk-qr-menu-switch__tab.is-active {
  background: var(--color-red);
  border-color: var(--color-red);
  color: var(--color-paper);
}

@media (max-width: 767px) {
  .sk-qr-order button.sk-qr-menu-switch__tab {
    border-radius: 7px;
    border-width: 2px;
    flex: 0 0 164px;
    font-size: 16px;
    font-weight: 700;
    height: 54px;
    min-width: 164px;
    padding: 0 18px;
  }
}

/* Three catalog categories: hookah stays last and spans the second mobile row. */
.sk-qr-order .sk-qr-menu-switch {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sk-qr-order .sk-qr-menu-switch__tab[data-order-tab="bar"] {
  order: 1;
}

.sk-qr-order .sk-qr-menu-switch__tab[data-order-tab="snacks"] {
  order: 2;
}

.sk-qr-order .sk-qr-menu-switch__tab[data-order-tab="hookah"] {
  order: 3;
}

@media (max-width: 767px) {
  .sk-qr-order .sk-qr-menu-switch {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto 35px;
    max-width: 500px;
    overflow: visible;
    padding: 0;
    width: 100%;
  }

  .sk-qr-order button.sk-qr-menu-switch__tab {
    flex: none;
    min-width: 0;
    width: 100%;
  }

  .sk-qr-order .sk-qr-menu-switch__tab[data-order-tab="hookah"] {
    grid-column: 1 / -1;
  }
}
