@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&display=swap");

.ssm-menu {
  --ssm-green: #E93DAC;
  --ssm-theme: #e93d8f;
  --ssm-ink: #080808;
  --ssm-text: #535353;
  --ssm-line: #d9d9d9;
  --ssm-image-bg: #e9e7e7;
  --ssm-page-pad: clamp(28px, 4.5vw, 76px);
  --ssm-rail: 118px;
  --ssm-fixed-top: 120px;
  --ssm-rail-left: calc(var(--ssm-page-pad) + 10px);
  color: var(--ssm-ink);
  background: #fff;
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
  overflow: visible;
  position: relative;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

.ssm-menu a {
  color: inherit;
  text-decoration: none;
}

.ssm-shell {
  display: grid;
  grid-template-columns: var(--ssm-rail) minmax(0, 1fr);
  gap: 56px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 52px var(--ssm-page-pad) 76px;
  position: relative;
}

.ssm-menu-banner {
  display: block;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  background: var(--ssm-theme);
  padding: 34px var(--ssm-page-pad);
}

.ssm-menu-banner-inner {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
}

.ssm-menu-banner img {
  display: block;
  width: 100%;
  height: clamp(220px, 24vw, 360px);
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
}

.ssm-flavour-guide {
  display: grid;
  grid-template-columns: minmax(180px, 245px) minmax(0, 1fr);
  gap: 24px;
  margin: 14px 0 64px;
  padding: 26px 0;
  align-items: center;
  border-top: 2px solid var(--ssm-theme);
  border-bottom: 2px solid var(--ssm-theme);
  background: #fff;
}

.ssm-flavour-heading {
  color: var(--ssm-theme);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.ssm-flavour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.ssm-flavour-tile {
  display: grid;
  min-height: 70px;
  place-items: center;
  padding: 12px 10px;
  border-radius: 10px;
  color: #0d4fa1;
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
}

.ssm-flavour-white { background: #fff; }
.ssm-flavour-pink { background: #f7addd; color: #f01818; }
.ssm-flavour-blue { background: #1152a4; color: #a8ee31; }
.ssm-flavour-mint { background: #b5dada; color: #0d4fa1; }
.ssm-flavour-green { background: #73ad43; color: #f8ec27; }
.ssm-flavour-forest { background: #2c5a38; color: #a8ee31; }
.ssm-flavour-orange { background: #f05a24; color: #ffd1bb; }
.ssm-flavour-magenta { background: #db4d9d; color: #a8ee31; }
.ssm-flavour-red { background: #f7191f; color: #ffe729; }

.ssm-flavour-note {
  grid-column: 2;
  margin: 0;
  color: #333;
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.ssm-category-rail {
  position: sticky;
  top: var(--ssm-fixed-top);
  left: auto;
  z-index: 10020;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: var(--ssm-rail);
  max-height: none;
  min-height: 0;
  padding-top: 0;
  align-self: start;
}

.ssm-menu.ssm-rail-fixed .ssm-category-rail {
  position: fixed;
  top: var(--ssm-fixed-top);
  left: var(--ssm-rail-left);
  z-index: 10020;
}

.ssm-menu.ssm-rail-bottom .ssm-category-rail {
  position: absolute;
  top: var(--ssm-rail-bottom-top);
  left: 0;
  z-index: 10020;
}

.ssm-content {
  position: relative;
  z-index: 1;
  grid-column: 2;
  min-width: 0;
}

.ssm-cat-arrow {
  display: none;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: var(--ssm-ink);
  font-size: 38px;
  line-height: 1;
  cursor: pointer;
}

.ssm-cat-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(10px, 1.6vh, 16px);
  width: 100%;
  max-height: none;
  margin: 0;
  padding: 0 0 4px;
  overflow-x: visible;
  overflow-y: visible;
  overscroll-behavior: contain;
  scrollbar-width: none;
  list-style: none;
}

.ssm-cat-list::-webkit-scrollbar {
  display: none;
}

.ssm-cat-list > li {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1;
  list-style: none;
}

.ssm-cat-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0;
  width: auto;
  min-width: max-content;
  height: auto;
  padding: 0 0 6px;
  border-radius: 0;
  color: #777;
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: color .16s ease;
}

.ssm-cat-link svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ssm-cat-link:hover,
.ssm-cat-link:focus-visible {
  z-index: 10030;
  color: var(--ssm-green);
  outline: 0;
}

.ssm-category-rail:hover,
.ssm-menu.ssm-rail-fixed .ssm-category-rail {
  z-index: 10030;
}

.ssm-cat-link.active {
  color: var(--ssm-green);
}

.ssm-cat-link.active:not(:hover):not(:focus-visible)::after {
  display: none;
}

.ssm-cat-icon {
  display: none;
}

.ssm-cat-label {
  position: relative;
  display: inline-block;
  color: var(--ssm-ink);
  white-space: nowrap;
}

.ssm-cat-link:hover .ssm-cat-label,
.ssm-cat-link:focus-visible .ssm-cat-label {
  display: inline-block;
}

.ssm-cat-link.active:not(:hover):not(:focus-visible) .ssm-cat-label::after,
.ssm-cat-link:hover .ssm-cat-label::after,
.ssm-cat-link:focus-visible .ssm-cat-label::after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 3px;
  background: var(--ssm-green);
  content: "";
}

body:has(nav.navigation.active) .ssm-menu .ssm-category-rail,
body:has(.navigation.active) .ssm-menu .ssm-category-rail,
body:has(nav.navigation.active) .ssm-menu.ssm-rail-fixed .ssm-category-rail,
body:has(.navigation.active) .ssm-menu.ssm-rail-fixed .ssm-category-rail,
body.ssm-site-menu-open .ssm-menu .ssm-category-rail,
body.ssm-site-menu-open .ssm-menu.ssm-rail-fixed .ssm-category-rail {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

nav.navigation.active,
.navigation.active {
  z-index: 100000 !important;
}

.ssm-category-section {
  scroll-margin-top: 34px;
  margin-bottom: 58px;
}

@media (min-width: 1025px) {
  .ssm-menu.ssm-menu-js:not(.ssm-rail-ready) .ssm-category-rail {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .ssm-menu.ssm-rail-ready .ssm-category-rail,
  .ssm-menu.ssm-rail-fixed .ssm-category-rail,
  .ssm-menu.ssm-rail-bottom .ssm-category-rail {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .ssm-menu.ssm-rail-footer-hidden .ssm-category-rail {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .ssm-menu-banner {
    display: none;
  }

  .ssm-shell {
    display: block;
    max-width: 920px;
    padding: 0 28px 66px;
  }

  .ssm-category-rail {
    position: sticky;
    left: auto;
    top: var(--ssm-fixed-top);
    z-index: 40;
    display: block;
    width: auto;
    max-width: none;
    height: 58px;
    max-height: 58px;
    min-height: 58px;
    margin: 0 0 24px;
    margin-inline: calc(50% - 50vw);
    padding: 0 0 1px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }

  .ssm-category-rail::-webkit-scrollbar {
    display: none;
  }

  .ssm-menu.ssm-rail-fixed .ssm-category-rail {
    position: fixed;
    top: var(--ssm-fixed-top);
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 40;
  }

  .ssm-menu.ssm-rail-fixed .ssm-content {
    padding-top: 82px;
  }

  .ssm-cat-arrow {
    display: none;
  }

  .ssm-cat-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
    height: 58px;
    width: max-content;
    min-width: max-content;
    max-height: none;
    margin: 0;
    padding: 0 28px;
    overflow: visible;
    scroll-snap-type: x proximity;
  }

  .ssm-cat-list li {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
    justify-content: flex-start;
    height: 58px;
    min-width: 0;
    scroll-snap-align: start;
  }

  .ssm-cat-link,
  .ssm-cat-link:hover,
  .ssm-cat-link:focus-visible {
    width: auto;
    min-width: max-content;
    height: 58px;
    padding: 0 0 9px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: rgba(8, 8, 8, .48);
  }

  .ssm-cat-icon {
    display: none;
  }

  .ssm-cat-label,
  .ssm-cat-link:hover .ssm-cat-label,
  .ssm-cat-link:focus-visible .ssm-cat-label {
    display: inline-block;
    color: currentColor;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
  }

  .ssm-cat-link.active {
    color: var(--ssm-ink);
  }

  .ssm-cat-link.active:not(:hover):not(:focus-visible) .ssm-cat-label::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 3px;
    background: var(--ssm-green);
    content: "";
  }

  .ssm-content {
    grid-column: auto;
    min-width: 0;
  }

  .ssm-category-section {
    scroll-margin-top: calc(var(--ssm-fixed-top) + 100px);
    margin-bottom: 64px;
  }

  .ssm-section-title {
    font-size: 34px !important;
  }

  .ssm-section-note {
    font-size: 17px;
  }

  .ssm-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .ssm-menu .ssm-card {
    height: auto !important;
    min-height: 0 !important;
  }

  .ssm-menu .ssm-card-image {
    height: 190px !important;
    min-height: 0 !important;
    max-height: 190px !important;
  }

  .ssm-menu .ssm-card .ssm-card-body {
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 16px 20px !important;
  }

  .ssm-card-title {
    font-size: 24px;
  }

  .ssm-menu .ssm-card .ssm-card-desc {
    font-size: 14px;
  }

  .ssm-option-panel {
    grid-column: 1 / -1;
  }
}

.ssm-section-title {
  margin: 0 0 24px;
  color: var(--ssm-theme);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: .98;
  text-transform: uppercase;
}

.ssm-section-note {
  max-width: 900px;
  margin: 0 0 34px;
  color: #555;
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.ssm-items-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.ssm-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  min-height: 0;
  border: 1px solid var(--ssm-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
}

.ssm-option-panel {
  grid-column: 1 / -1;
  padding: 22px 24px 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(233, 61, 143, .06), rgba(233, 61, 143, .015)),
    #fff;
  box-shadow: 0 12px 28px rgba(8, 8, 8, .08);
}

.ssm-option-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.ssm-option-panel-title {
  margin: 0;
  color: var(--ssm-theme);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.ssm-option-panel-price {
  color: var(--ssm-theme);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.ssm-option-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ssm-option-panel-layout {
  display: block;
}

.ssm-option-panel-with-media .ssm-option-panel-layout {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.ssm-option-panel-with-media .ssm-option-panel-layout .ssm-option-panel-grid {
  min-width: 0;
}

.ssm-option-panel-media {
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--ssm-image-bg);
}

.ssm-option-panel-media .ssm-card-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  object-position: center;
  opacity: 1 !important;
}

.ssm-option-col {
  min-width: 0;
  padding: 16px 16px 14px;
  border: 1px solid rgba(233, 61, 143, .18);
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
}

.ssm-option-col-title {
  margin: 0 0 10px;
  color: var(--ssm-ink);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ssm-option-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ssm-option-list li {
  color: var(--ssm-text);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-transform: none;
}

.ssm-option-list li::before {
  color: var(--ssm-theme);
  content: "+ ";
  font-weight: 800;
}

.ssm-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 170px;
  min-height: 0;
  height: 170px;
  padding: 0;
  overflow: hidden;
  background: var(--ssm-image-bg);
}

.ssm-menu img.ssm-card-img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  object-fit: cover;
  object-position: center center;
}

.ssm-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 0;
  padding: 18px 16px 20px;
}

.ssm-card-no-image {
  display: block;
  min-height: auto;
}

.ssm-card-no-image .ssm-card-body {
  padding-top: 24px;
}

.ssm-card-no-image .ssm-card-desc {
  min-height: auto;
}

.ssm-card-title {
  margin: 0 0 8px;
  color: var(--ssm-ink);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 1.12;
  text-transform: uppercase;
}

.ssm-card-desc {
  display: block;
  min-height: auto;
  margin: 0 0 14px;
  overflow: visible;
  color: var(--ssm-text);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: none;
}

.ssm-sando-flavours {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
}

.ssm-sando-flavours span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  border: 1px solid rgba(233, 61, 172, .28);
  border-radius: 999px;
  background: rgba(233, 61, 172, .08);
  color: var(--ssm-theme);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.ssm-prices {
  color: var(--ssm-theme);
  font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 1.2;
  margin-top: auto;
  text-transform: uppercase;
}

.ssm-price-tier {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.ssm-price-label {
  color: rgba(8, 8, 8, .58);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ssm-price-sep {
  display: inline-block;
  margin: 0 7px;
  color: rgba(8, 8, 8, .38);
}

.ssm-prices strong {
  font-weight: 700;
}

.ssm-empty {
  margin: 0;
  color: var(--ssm-text);
  font-size: 18px;
}

.ssm-menu-compact .ssm-shell {
  padding-top: 0;
  padding-bottom: 34px;
}

@media (max-width: 760px) {
  .ssm-menu-banner {
    display: none;
  }

  .ssm-flavour-guide {
    display: block;
    margin: -8px 0 46px;
    padding: 18px 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }

  .ssm-flavour-heading {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 1;
  }

  .ssm-flavour-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .ssm-flavour-tile {
    min-height: 44px;
    padding: 9px 8px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.15;
  }

  .ssm-flavour-note {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.4;
  }

  .ssm-shell {
    display: block;
    padding: 0 16px 56px;
  }

  .ssm-category-rail {
    position: sticky;
    left: auto;
    top: var(--ssm-fixed-top);
    z-index: 40;
    display: block;
    width: auto;
    max-width: none;
    height: 54px;
    max-height: 54px;
    min-height: 54px;
    margin: 0 0 14px;
    margin-inline: calc(50% - 50vw);
    padding: 0 0 1px;
    overflow-x: auto;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }

  .ssm-category-rail::-webkit-scrollbar {
    display: none;
  }

  .ssm-menu.ssm-rail-fixed .ssm-category-rail {
    position: fixed;
    top: var(--ssm-fixed-top);
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 40;
  }

  .ssm-menu.ssm-rail-fixed .ssm-content {
    padding-top: 76px;
  }

  .ssm-cat-arrow {
    display: none;
  }

  .ssm-cat-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 18px;
    height: 54px;
    width: max-content;
    min-width: max-content;
    max-height: none;
    margin: 0;
    padding: 0 16px;
    scroll-snap-type: x proximity;
  }

  .ssm-cat-list li {
    display: flex;
    align-items: stretch;
    flex: 0 0 auto;
    justify-content: flex-start;
    height: 54px;
    min-width: 0;
    scroll-snap-align: start;
  }

  .ssm-cat-link,
  .ssm-cat-link:hover,
  .ssm-cat-link:focus-visible {
    width: auto;
    min-width: max-content;
    height: 54px;
    padding: 0 0 8px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: rgba(8, 8, 8, .46);
  }

  .ssm-cat-icon {
    display: none;
  }

  .ssm-cat-label,
  .ssm-cat-link:hover .ssm-cat-label,
  .ssm-cat-link:focus-visible .ssm-cat-label {
    display: inline-block;
    color: currentColor;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }

  .ssm-cat-link:hover .ssm-cat-label::after,
  .ssm-cat-link:focus-visible .ssm-cat-label::after {
    bottom: -10px;
  }

  .ssm-cat-link.active {
    color: var(--ssm-ink);
  }

  .ssm-cat-link.active:not(:hover):not(:focus-visible) .ssm-cat-label::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 3px;
    background: var(--ssm-green);
    content: "";
  }

  .ssm-category-section {
    scroll-margin-top: calc(var(--ssm-fixed-top) + 92px);
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .ssm-section-title {
    display: block;
    margin-bottom: 12px;
    color: var(--ssm-theme);
    font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 32px !important;
  }

  .ssm-section-note {
    display: none;
  }

  .ssm-items-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ssm-option-panel {
    padding: 18px 16px;
    border-radius: 22px;
  }

  .ssm-option-panel-head {
    display: block;
    margin-bottom: 14px;
  }

  .ssm-option-panel-title {
    font-size: 24px;
    line-height: 1.05;
  }

  .ssm-option-panel-price {
    margin-top: 8px;
    font-size: 15px;
  }

  .ssm-option-panel-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ssm-option-panel-layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ssm-option-panel-with-media .ssm-option-panel-layout {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ssm-option-panel-media .ssm-card-img {
    height: 160px;
    min-height: 160px;
  }

  .ssm-option-col {
    padding: 14px 14px 13px;
    border-radius: 16px;
  }

  .ssm-option-col-title {
    font-size: 15px;
  }

  .ssm-option-list li {
    font-size: 14px;
    line-height: 1.4;
  }

  .ssm-menu .ssm-card {
    display: block !important;
    grid-template-rows: none !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 16px;
  }

  .ssm-menu .ssm-card-image {
    height: 160px !important;
    min-height: 0 !important;
    max-height: 160px !important;
    padding: 0 !important;
  }

  .ssm-menu .ssm-card .ssm-card-body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    padding: 12px 10px !important;
  }

  .ssm-card-title {
    margin: 0 0 7px;
    color: #000;
    font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 1.12;
  }

  .ssm-menu .ssm-card .ssm-card-desc {
    display: block;
    min-height: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 0 8px !important;
    overflow: visible;
    font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.42;
  }

  .ssm-sando-flavours {
    gap: 5px;
    margin-bottom: 10px;
  }

  .ssm-sando-flavours span {
    min-height: 24px;
    padding: 4px 8px;
    font-size: 12px;
  }

  .ssm-menu .ssm-card .ssm-prices {
    font-family: "Barlow Condensed", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700 !important;
    display: block;
    margin: auto 0 0 !important;
    line-height: 1.15;
  }
}

@media (min-width: 1025px) and (max-width: 1080px) {
  .ssm-shell {
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 40px;
  }

  .ssm-items-grid {
    gap: 26px;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .ssm-menu {
    overflow-x: clip;
  }

  .ssm-shell {
    display: block !important;
    width: 100%;
    max-width: 960px;
    padding: 0 clamp(22px, 4vw, 36px) 66px !important;
  }

  .ssm-category-rail {
    position: sticky;
    top: var(--ssm-fixed-top);
    right: auto;
    left: auto;
    width: 100vw;
    max-width: 100vw;
    height: 58px;
    max-height: 58px;
    min-height: 58px;
    margin: 0 calc(50% - 50vw) 24px !important;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .ssm-menu.ssm-rail-fixed .ssm-category-rail {
    position: fixed;
    top: var(--ssm-fixed-top);
    right: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    margin: 0 !important;
  }

  .ssm-cat-list {
    width: max-content;
    min-width: max-content;
    max-width: none;
    gap: clamp(18px, 3vw, 26px);
    padding: 0 clamp(22px, 4vw, 36px);
    overflow: visible;
  }

  .ssm-content {
    width: 100%;
    min-width: 0;
    overflow: visible;
  }

  .ssm-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(22px, 3vw, 28px) !important;
    width: 100%;
    min-width: 0;
  }

  .ssm-card,
  .ssm-option-panel {
    max-width: 100%;
    min-width: 0;
  }

  .ssm-option-panel {
    grid-column: 1 / -1;
    width: 100%;
    overflow: hidden;
  }

  .ssm-option-panel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(12px, 2vw, 16px);
    width: 100%;
    min-width: 0;
  }

  .ssm-option-panel-with-media .ssm-option-panel-layout {
    grid-template-columns: minmax(160px, 220px) minmax(0, 1fr);
  }

  .ssm-option-col {
    min-width: 0;
    padding: 14px;
  }

  .ssm-option-list li {
    overflow-wrap: anywhere;
  }
}