@charset "UTF-8";
.text-10px {
  font-size: 10px !important;
}

.text-12px {
  font-size: 12px !important;
}

.text-14px {
  font-size: 14px !important;
}

.text-16px {
  font-size: 16px !important;
}

.text-18px {
  font-size: 18px !important;
}

.text-20px {
  font-size: 20px !important;
}

.text-24px {
  font-size: 24px !important;
}

/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

html, body {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 1100px) {
  html, body {
    font-size: 14px;
    overflow-x: hidden;
  }
}
.nav-overflow {
  overflow: hidden;
}

body.load {
  overflow-x: hidden;
  overflow-y: scroll;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

p {
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 1.5px;
}

a {
  display: block;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  line-height: 1.7;
}
ul {
  padding: 0px;
  margin: 0;
}
ul li {
  list-style: none;
  line-height: 2;
  letter-spacing: 2px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
html, body {
  font-size: 16px;
}
@media screen and (max-width: 550px) {
  html, body {
    font-size: 14px;
  }
}

html, body, p, li, td, th, input, select, textarea, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, table, form, button, a, img, span, div, label, fieldset, legend, figure, figcaption, blockquote, cite, code, pre, address, time, small, strong, em, i, b, mark, q, s, sub, sup, abbr, dfn, kbd, samp, var {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

body, p, li, td, th, input, select, textarea {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  body, p, li, td, th, input, select, textarea {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

.text-base {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .text-base {
    font-size: clamp(16px, 16px + 0.1vw * 2, 19.2px);
  }
}
@media screen and (max-width: 767px) {
  .text-base {
    font-size: clamp(14px, 14px + 0.1vw, 19.2px);
  }
}

.text-small {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw * 2, 15.4px);
  }
}
@media screen and (max-width: 767px) {
  .text-small {
    font-size: clamp(14px, 14px + 0.1vw, 15.4px);
  }
}

.text-h1 {
  font-size: 40px;
}
@media screen and (max-width: 1100px) {
  .text-h1 {
    font-size: clamp(40px, 40px + 0.1vw * 2, 48px);
  }
}
@media screen and (max-width: 767px) {
  .text-h1 {
    font-size: clamp(35px, 35px + 0.1vw, 48px);
  }
}

.text-h2 {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  .text-h2 {
    font-size: clamp(32px, 32px + 0.1vw * 2, 38.4px);
  }
}
@media screen and (max-width: 767px) {
  .text-h2 {
    font-size: clamp(28px, 28px + 0.1vw, 38.4px);
  }
}

.text-h3 {
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .text-h3 {
    font-size: clamp(24px, 24px + 0.1vw * 2, 28.8px);
  }
}
@media screen and (max-width: 767px) {
  .text-h3 {
    font-size: clamp(21px, 21px + 0.1vw, 28.8px);
  }
}

.text-h4 {
  font-size: 20px;
}
@media screen and (max-width: 1100px) {
  .text-h4 {
    font-size: clamp(20px, 20px + 0.1vw * 2, 24px);
  }
}
@media screen and (max-width: 767px) {
  .text-h4 {
    font-size: clamp(17.5px, 17.5px + 0.1vw, 24px);
  }
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

@media (min-width: 576px) {
  .sm\:fw-100 {
    font-weight: 100 !important;
  }
  .sm\:fw-200 {
    font-weight: 200 !important;
  }
  .sm\:fw-300 {
    font-weight: 300 !important;
  }
  .sm\:fw-400 {
    font-weight: 400 !important;
  }
  .sm\:fw-500 {
    font-weight: 500 !important;
  }
  .sm\:fw-600 {
    font-weight: 600 !important;
  }
  .sm\:fw-700 {
    font-weight: 700 !important;
  }
  .sm\:fw-800 {
    font-weight: 800 !important;
  }
  .sm\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 768px) {
  .md\:fw-100 {
    font-weight: 100 !important;
  }
  .md\:fw-200 {
    font-weight: 200 !important;
  }
  .md\:fw-300 {
    font-weight: 300 !important;
  }
  .md\:fw-400 {
    font-weight: 400 !important;
  }
  .md\:fw-500 {
    font-weight: 500 !important;
  }
  .md\:fw-600 {
    font-weight: 600 !important;
  }
  .md\:fw-700 {
    font-weight: 700 !important;
  }
  .md\:fw-800 {
    font-weight: 800 !important;
  }
  .md\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 992px) {
  .lg\:fw-100 {
    font-weight: 100 !important;
  }
  .lg\:fw-200 {
    font-weight: 200 !important;
  }
  .lg\:fw-300 {
    font-weight: 300 !important;
  }
  .lg\:fw-400 {
    font-weight: 400 !important;
  }
  .lg\:fw-500 {
    font-weight: 500 !important;
  }
  .lg\:fw-600 {
    font-weight: 600 !important;
  }
  .lg\:fw-700 {
    font-weight: 700 !important;
  }
  .lg\:fw-800 {
    font-weight: 800 !important;
  }
  .lg\:fw-900 {
    font-weight: 900 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:fw-100 {
    font-weight: 100 !important;
  }
  .xl\:fw-200 {
    font-weight: 200 !important;
  }
  .xl\:fw-300 {
    font-weight: 300 !important;
  }
  .xl\:fw-400 {
    font-weight: 400 !important;
  }
  .xl\:fw-500 {
    font-weight: 500 !important;
  }
  .xl\:fw-600 {
    font-weight: 600 !important;
  }
  .xl\:fw-700 {
    font-weight: 700 !important;
  }
  .xl\:fw-800 {
    font-weight: 800 !important;
  }
  .xl\:fw-900 {
    font-weight: 900 !important;
  }
}
.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-j {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .sm\:ta-l {
    text-align: left !important;
  }
  .sm\:ta-c {
    text-align: center !important;
  }
  .sm\:ta-r {
    text-align: right !important;
  }
  .sm\:ta-j {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .md\:ta-l {
    text-align: left !important;
  }
  .md\:ta-c {
    text-align: center !important;
  }
  .md\:ta-r {
    text-align: right !important;
  }
  .md\:ta-j {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .lg\:ta-l {
    text-align: left !important;
  }
  .lg\:ta-c {
    text-align: center !important;
  }
  .lg\:ta-r {
    text-align: right !important;
  }
  .lg\:ta-j {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .xl\:ta-l {
    text-align: left !important;
  }
  .xl\:ta-c {
    text-align: center !important;
  }
  .xl\:ta-r {
    text-align: right !important;
  }
  .xl\:ta-j {
    text-align: justify !important;
  }
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.aboreto {
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ==========
統一されたアニメーションスタイル
========== */
/* 遅延クラス - すべてのアニメーションタイプで共通利用 */
.fade1 {
  /* デフォルト - 遅延なし */
}

.fade2 {
  /* JSで0.3秒遅延 */
}

.fade3 {
  /* JSで0.6秒遅延 */
}

.fade4 {
  /* JSで0.9秒遅延 */
}

.fade5 {
  /* JSで1.2秒遅延 */
}

.fade6 {
  /* JSで1.5秒遅延 */
}

/* 1. シンプルなフェードイン */
.fade-simple {
  opacity: 0;
  visibility: hidden;
  /* 基本スタイルはJSで設定するため最小限のCSSのみ定義 */
}

/* 2. 下から上へのフェードイン */
.fade-up {
  opacity: 0;
  visibility: hidden;
  position: relative;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 9998;
}

/* 3. 上からのマスクアニメーション */
.fade-top {
  position: relative;
  overflow: hidden;
}
.fade-top .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #ED8F26 !important;
  z-index: 1;
}
.fade-top img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 4. 左からのマスクアニメーション */
.fade-left, .fade-left2 {
  position: relative;
  overflow: hidden;
}
.fade-left .fade-overlay, .fade-left2 .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #ED8F26 !important;
  z-index: 1;
}
.fade-left img, .fade-left2 img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 5. 下からのマスクアニメーション */
.fade-down {
  position: relative;
  overflow: hidden;
}
.fade-down .fade-mask {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(5%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 100%);
  position: absolute;
  width: 100%;
  height: 200%;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* 6. スケールアニメーション */
.fade-scale {
  position: relative;
  overflow: hidden;
}
.fade-scale .fade-overlay {
  position: absolute;
  inset: 0;
  background-color: #ED8F26 !important;
  z-index: 1;
}
.fade-scale img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* 7. バウンスアニメーション */
.fade-bounce {
  position: relative;
  overflow: hidden;
}
.fade-bounce img {
  position: relative;
  z-index: 2;
  width: 100%;
  display: block;
}

/* レスポンシブ設定 */
@media (max-width: 768px) {
  /* モバイル用スタイル調整（必要に応じて） */
}
/* 
注意: 大部分のアニメーションスタイルはJavaScriptで動的に設定されます。
CSSでは、基本的なスタイルとバリエーションごとの静的なスタイルのみ定義しています。
 */
section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
section .section__container {
  max-width: 1920px;
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  section .section__container {
    width: 93%;
    max-width: 93%;
  }
}
section.load-contents1#load {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ED8F26;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 2s ease, visibility 2s ease;
  transition: opacity 2s ease, visibility 2s ease; /* フェードアウト演出 */
}
section.load-contents1#load.hidden {
  opacity: 0;
  visibility: hidden;
}
section.load-contents1#load .section-container {
  width: 100%;
  height: 100%;
  max-width: none;
}
section.load-contents1#load .section-container .load__visual {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.load-contents1#load.top {
  background-color: #3768B7;
}

/* ==============
 firstview | firstview7
============== */
section#firstview.firstview7 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
section#firstview.firstview7 .firstview__bg {
  position: absolute;
  top: 40px;
  left: 40px;
  width: calc(100% - 40px);
  height: calc(100% - 80px);
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 0px 0px 30px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section#firstview.firstview7 .firstview__bg {
    top: 20px;
    left: 20px;
    width: calc(100% - 20px);
    height: calc(100% - 40px);
  }
}
section#firstview.firstview7 .section__container {
  height: 100%;
  width: 100%;
  max-width: none;
  padding: 40px 0px 40px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section#firstview.firstview7 .firstview__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(110px, 130px + 6.5vw, 500px);
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 0.6944444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6944444444vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
section#firstview.firstview7 .firstview__logo img {
  width: 70%;
}
@media screen and (max-width: 767px) {
  section#firstview.firstview7 .firstview__logo {
    width: 100px;
    border-radius: 15px;
  }
  section#firstview.firstview7 .firstview__logo img {
    width: 85%;
  }
}
section#firstview.firstview7 .firstview__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
section#firstview.firstview7 .firstview__title h1 {
  color: #fff;
  font-size: clamp(24px, 3.5vw, 72px);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  section#firstview.firstview7 .section__container {
    padding-left: 5vw;
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
}

/* ==============
 * contents-slide.slide3-1
 * ============== */
.contents-slide.slide3-1 .contents-slide__swiper {
  position: relative;
  overflow: hidden;
}
.contents-slide.slide3-1 .contents-slide__swiper:not(.is-mobile):not(.swiper-always-active) {
  overflow: visible;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  grid-template-slides: unset !important;
  gap: unset !important;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__items .contents-slide__item {
  width: 85%;
  max-width: 400px;
  height: auto;
  opacity: 0.7;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__items .contents-slide__item.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__pagination,
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__pagination span.nav-arrow,
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button span.nav-arrow {
  position: relative;
  width: 100%;
  height: 100%;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__pagination span.nav-arrow:after,
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button span.nav-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__pagination.contents-slide__nav-button--prev,
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button.contents-slide__nav-button--prev {
  margin-right: 20px;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__pagination.contents-slide__nav-button--prev span.nav-arrow:after,
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button.contents-slide__nav-button--prev span.nav-arrow:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__pagination.contents-slide__nav-button--next span.nav-arrow:after,
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button.contents-slide__nav-button--next span.nav-arrow:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 15px;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-container button {
  display: inline-block;
  width: auto;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #337ab7;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  z-index: 10;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button::after {
  font-size: 18px;
  font-weight: bold;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button:hover {
  opacity: 0.8;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button.contents-slide__nav-button--prev {
  left: 0 !important;
}
.contents-slide.slide3-1 .contents-slide__swiper.swiper-always-active .contents-slide__nav-button.contents-slide__nav-button--next {
  right: 0 !important;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items {
  display: grid;
  grid-template-slides: repeat(3, 1fr);
  gap: 2.5vw;
  list-style: none;
  padding: 0;
}
body.is-mobile .contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-slides: unset;
  gap: unset;
}
body.is-tablet .contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items {
  grid-template-slides: repeat(2, 1fr);
  gap: 3vw;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
body.is-mobile .contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item {
  width: 85%;
  height: auto;
  opacity: 0.7;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
body.is-mobile .contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__image-link {
  display: block;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item:hover .contents-slide__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content .contents-slide__date {
  font-size: clamp(12px, 12px + 0.5vw, 14px);
  color: #888;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content .contents-slide__title {
  font-size: clamp(16px, 16px + 0.5vw, 18px);
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content .contents-slide__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 15px;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content .contents-slide__categories a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content .contents-slide__categories a:hover {
  opacity: 0.8;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content .contents-slide__categories span {
  font-size: clamp(11px, 11px + 0.5vw, 12px);
  background-color: #eee;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
  display: block;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content .contents-slide__excerpt-link {
  display: block;
  margin-top: auto;
  padding-top: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content .contents-slide__excerpt-link:hover {
  opacity: 0.8;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__content .contents-slide__excerpt {
  font-size: clamp(13px, 13px + 0.5vw, 14px);
  color: #555;
  line-height: 1.6;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__pagination {
  display: none;
  margin-top: 25px;
  position: static;
}
body.is-mobile .contents-slide.slide3-1 .contents-slide__swiper .contents-slide__pagination {
  display: block;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__pagination .swiper-pagination-bullet {
  background-color: #aaa;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__pagination .swiper-pagination-bullet-active {
  background-color: #333;
  opacity: 1;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__nav-button {
  display: none;
}
.contents-slide.slide3-1 .contents-slide__swiper .contents-slide__nav-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/* ==============
* contents-slide.slide-infinity1
* ============== */
.contents-slide.slide-infinity1 .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.contents-slide.slide-infinity1 .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
/* ============
  title1 - 左揃えタイトル
  ============ */
.title1 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .title1 {
    margin-bottom: 40px;
  }
}
.title1 .contents-title__main {
  color: #ED8F26;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2rem, 2.8vw, 3rem);
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}
.title1 .contents-title__sub {
  display: block;
  color: #ED8F26;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 400;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 10px;
}
.title1.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title1.center .contents-title__main {
  text-align: center;
}
.title1.center .contents-title__sub {
  text-align: center;
}
.title1.white .contents-title__main, .title1.white .contents-title__sub {
  color: #ffffff;
}
.title1.white .contents-title__sub:before {
  background: rgba(255, 255, 255, 0.8);
}

/* ============
title4 - ドーナツ円付きタイトル
============ */
.title4 {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .title4 {
    margin-bottom: 40px;
  }
}
.title4 .contents-title__main {
  font-size: clamp(18px, 20px + 1vw, 48px);
  font-weight: 600;
  color: #333;
  margin: 0;
  line-height: 1.2;
}
.title4 .contents-title__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 24px;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}
.title4 .contents-title__sub:before {
  content: "";
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4169e1 0%, #1e3a8a 100%);
}
.title4 .contents-title__sub:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 1;
}
.title4.center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title4.center .contents-title__main {
  text-align: center;
}
.title4.center .contents-title__sub {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.title4.center .contents-title__sub:before {
  left: -24px;
}
.title4.center .contents-title__sub:after {
  left: -20px;
}
.title4.white .contents-title__main, .title4.white .contents-title__sub {
  color: #ffffff;
}
.title4.white .contents-title__sub:before {
  background: rgba(255, 255, 255, 0.8);
}

/* ============
contents__map | map1
============ */
.contents-map.map1 .contents-map__detail iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .contents-map.map1 .contents-map__detail iframe {
    height: 270px;
  }
}
.contents-map.map1 .contents-map__address p {
  text-align: center;
  margin-top: 20px;
}
.contents-map.map1 .contents-map__address .contents-map__address-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* ============
contents-pagination | pagination1
============ */
.contents-pagination.pagination1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination1 {
    gap: 5px;
  }
}
.contents-pagination.pagination1 .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #ED8F26;
  border: 1px solid #ED8F26;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination1 .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.contents-pagination.pagination1 .page-numbers:hover {
  background-color: #ED8F26;
  color: #ffffff;
}
.contents-pagination.pagination1 .page-numbers.current {
  background-color: #ED8F26;
  color: #ffffff;
  border-color: #ED8F26;
  cursor: default;
}
.contents-pagination.pagination1 .page-numbers.next, .contents-pagination.pagination1 .page-numbers.prev {
  padding: 0 15px;
}
.contents-pagination.pagination1 .page-numbers.next:hover, .contents-pagination.pagination1 .page-numbers.prev:hover {
  background-color: #914116;
}

/* ============
contents-pagination | pagination2
============ */
.contents-pagination.pagination2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination2 {
    gap: 5px;
  }
}
.contents-pagination.pagination2 .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #ED8F26;
  border: 1px solid #ED8F26;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .contents-pagination.pagination2 .page-numbers {
    min-width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.contents-pagination.pagination2 .page-numbers:hover {
  background-color: #ED8F26;
  color: #ffffff;
}
.contents-pagination.pagination2 .page-numbers.current {
  background-color: #ED8F26;
  color: #ffffff;
  border-color: #ED8F26;
  cursor: default;
}
.contents-pagination.pagination2 .page-numbers.next, .contents-pagination.pagination2 .page-numbers.prev {
  padding: 0 15px;
}
.contents-pagination.pagination2 .page-numbers.next:hover, .contents-pagination.pagination2 .page-numbers.prev:hover {
  background-color: #914116;
}

/* ==============
* contents-column.column2-1
* ============== */
.contents-column.column2-1 .contents-column__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents-column.column2-1 .contents-column__item {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.contents-column.column2-1 .contents-column__item:last-child {
  margin-bottom: 0;
}
.contents-column.column2-1 .contents-column__item.reverse .contents-column__item-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 40px;
}
.contents-column.column2-1 .contents-column__item.reverse .contents-column__item-visual {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.contents-column.column2-1 .contents-column__item .contents-column__item-content {
  padding-right: 40px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .contents-column.column2-1 .contents-column__item .contents-column__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
  }
}
.contents-column.column2-1 .contents-column__item .contents-column__item-content .contents-column__item-title {
  font-size: clamp(18px, 16px + 1vw, 36px);
  font-weight: 300;
  color: #ED8F26;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .contents-column.column2-1 .contents-column__item .contents-column__item-content .contents-column__item-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.contents-column.column2-1 .contents-column__item .contents-column__item-content .contents-column__item-text {
  line-height: 1.8;
}
.contents-column.column2-1 .contents-column__item .contents-column__item-visual img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-column.column2-1 .contents-column__item .contents-column__item-visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contents-column.column2-1 .contents-column__item .contents-column__item-visual img {
    width: 100%;
  }
}

/* ==============
* contents-column.column2-2
* ============== */
.contents-column.column2-2 .contents-column__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .contents-column.column2-2 .contents-column__item {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 50px;
  }
}
.contents-column.column2-2 .contents-column__item:last-child {
  margin-bottom: 0;
}
.contents-column.column2-2 .contents-column__item.reverse .contents-column__item-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 40px;
}
.contents-column.column2-2 .contents-column__item.reverse .contents-column__item-visual {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.contents-column.column2-2 .contents-column__item .contents-column__item-content {
  padding-right: 40px;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .contents-column.column2-2 .contents-column__item .contents-column__item-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
  }
}
.contents-column.column2-2 .contents-column__item .contents-column__item-content .contents-column__item-title {
  font-size: clamp(18px, 16px + 1vw, 36px);
  font-weight: 300;
  color: #ED8F26;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.contents-column.column2-2 .contents-column__item .contents-column__item-content .contents-column__item-title:after {
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ED8F26;
}
@media screen and (max-width: 767px) {
  .contents-column.column2-2 .contents-column__item .contents-column__item-content .contents-column__item-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.contents-column.column2-2 .contents-column__item .contents-column__item-content .contents-column__item-line {
  width: 100%;
  height: 1px;
  background-color: #ED8F26;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contents-column.column2-2 .contents-column__item .contents-column__item-content .contents-column__item-line {
    margin-bottom: 20px;
  }
}
.contents-column.column2-2 .contents-column__item .contents-column__item-content .contents-column__item-text {
  line-height: 1.8;
}
.contents-column.column2-2 .contents-column__item .contents-column__item-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .contents-column.column2-2 .contents-column__item .contents-column__item-visual {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contents-column.column2-2 .contents-column__item .contents-column__item-visual img {
    width: 100%;
  }
}

/* ==============
 * contents-column.column3-1
 * ============== */
.contents-column.column3-1 .contents-column__swiper {
  position: relative;
  overflow: hidden;
}
.contents-column.column3-1 .contents-column__swiper:not(.is-mobile):not(.swiper-always-active) {
  overflow: visible;
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__items {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  grid-template-columns: unset !important;
  gap: unset !important;
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__items .contents-column__item {
  width: 85%;
  height: auto;
  opacity: 0.7;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__items .contents-column__item.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__pagination,
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__nav-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #337ab7;
  border-radius: 50%;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  z-index: 10;
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__nav-button::after {
  font-size: 18px;
  font-weight: bold;
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__nav-button:hover {
  opacity: 0.8;
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__nav-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__nav-button.contents-column__nav-button--prev {
  left: 10px;
}
.contents-column.column3-1 .contents-column__swiper.swiper-always-active .contents-column__nav-button.contents-column__nav-button--next {
  right: 10px;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5vw;
  list-style: none;
  padding: 0;
}
body.is-mobile .contents-column.column3-1 .contents-column__swiper .contents-column__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: unset;
  gap: unset;
}
body.is-tablet .contents-column.column3-1 .contents-column__swiper .contents-column__items {
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
body.is-mobile .contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item {
  width: 85%;
  height: auto;
  opacity: 0.7;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
body.is-mobile .contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__image-link {
  display: block;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item:hover .contents-column__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content .contents-column__date {
  font-size: clamp(12px, 12px + 0.5vw, 14px);
  color: #888;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content .contents-column__title {
  font-size: clamp(16px, 16px + 0.5vw, 18px);
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content .contents-column__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 15px;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content .contents-column__categories a {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content .contents-column__categories a:hover {
  opacity: 0.8;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content .contents-column__categories span {
  font-size: clamp(11px, 11px + 0.5vw, 12px);
  background-color: #eee;
  padding: 3px 8px;
  border-radius: 3px;
  white-space: nowrap;
  display: block;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content .contents-column__excerpt-link {
  display: block;
  margin-top: auto;
  padding-top: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content .contents-column__excerpt-link:hover {
  opacity: 0.8;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__items .contents-column__item .contents-column__content .contents-column__excerpt {
  font-size: clamp(13px, 13px + 0.5vw, 14px);
  color: #555;
  line-height: 1.6;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__pagination {
  display: none;
  margin-top: 25px;
  position: static;
}
body.is-mobile .contents-column.column3-1 .contents-column__swiper .contents-column__pagination {
  display: block;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__pagination .swiper-pagination-bullet {
  background-color: #aaa;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__pagination .swiper-pagination-bullet-active {
  background-color: #333;
  opacity: 1;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__nav-button {
  display: none;
}
body.is-mobile .contents-column.column3-1 .contents-column__swiper .contents-column__nav-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #337ab7;
  border-radius: 50%;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  z-index: 10;
}
body.is-mobile .contents-column.column3-1 .contents-column__swiper .contents-column__nav-button::after {
  font-size: 18px;
  font-weight: bold;
}
body.is-mobile .contents-column.column3-1 .contents-column__swiper .contents-column__nav-button:hover {
  opacity: 0.8;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__nav-button.contents-column__nav-button--prev {
  left: 10px;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__nav-button.contents-column__nav-button--next {
  right: 10px;
}
.contents-column.column3-1 .contents-column__swiper .contents-column__nav-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .sm\:m-0 {
    margin: 0 !important;
  }
  .sm\:mt-0 {
    margin-top: 0 !important;
  }
  .sm\:mb-0 {
    margin-bottom: 0 !important;
  }
  .sm\:ml-0 {
    margin-left: 0 !important;
  }
  .sm\:mr-0 {
    margin-right: 0 !important;
  }
  .sm\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sm\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0 !important;
  }
  .md\:mt-0 {
    margin-top: 0 !important;
  }
  .md\:mb-0 {
    margin-bottom: 0 !important;
  }
  .md\:ml-0 {
    margin-left: 0 !important;
  }
  .md\:mr-0 {
    margin-right: 0 !important;
  }
  .md\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-0 {
    margin: 0 !important;
  }
  .lg\:mt-0 {
    margin-top: 0 !important;
  }
  .lg\:mb-0 {
    margin-bottom: 0 !important;
  }
  .lg\:ml-0 {
    margin-left: 0 !important;
  }
  .lg\:mr-0 {
    margin-right: 0 !important;
  }
  .lg\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .lg\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0 !important;
  }
  .xl\:mt-0 {
    margin-top: 0 !important;
  }
  .xl\:mb-0 {
    margin-bottom: 0 !important;
  }
  .xl\:ml-0 {
    margin-left: 0 !important;
  }
  .xl\:mr-0 {
    margin-right: 0 !important;
  }
  .xl\:mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .xl\:my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .sm\:m-auto {
    margin: auto !important;
  }
  .sm\:mt-auto {
    margin-top: auto !important;
  }
  .sm\:mb-auto {
    margin-bottom: auto !important;
  }
  .sm\:ml-auto {
    margin-left: auto !important;
  }
  .sm\:mr-auto {
    margin-right: auto !important;
  }
  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .md\:m-auto {
    margin: auto !important;
  }
  .md\:mt-auto {
    margin-top: auto !important;
  }
  .md\:mb-auto {
    margin-bottom: auto !important;
  }
  .md\:ml-auto {
    margin-left: auto !important;
  }
  .md\:mr-auto {
    margin-right: auto !important;
  }
  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-auto {
    margin: auto !important;
  }
  .lg\:mt-auto {
    margin-top: auto !important;
  }
  .lg\:mb-auto {
    margin-bottom: auto !important;
  }
  .lg\:ml-auto {
    margin-left: auto !important;
  }
  .lg\:mr-auto {
    margin-right: auto !important;
  }
  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-auto {
    margin: auto !important;
  }
  .xl\:mt-auto {
    margin-top: auto !important;
  }
  .xl\:mb-auto {
    margin-bottom: auto !important;
  }
  .xl\:ml-auto {
    margin-left: auto !important;
  }
  .xl\:mr-auto {
    margin-right: auto !important;
  }
  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.m-xs {
  margin: 4px !important;
}

.mt-xs {
  margin-top: 4px !important;
}

.mb-xs {
  margin-bottom: 4px !important;
}

.ml-xs {
  margin-left: 4px !important;
}

.mr-xs {
  margin-right: 4px !important;
}

.mx-xs {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-xs {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

@media (min-width: 576px) {
  .sm\:m-xs {
    margin: 4px !important;
  }
  .sm\:mt-xs {
    margin-top: 4px !important;
  }
  .sm\:mb-xs {
    margin-bottom: 4px !important;
  }
  .sm\:ml-xs {
    margin-left: 4px !important;
  }
  .sm\:mr-xs {
    margin-right: 4px !important;
  }
  .sm\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .sm\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-xs {
    margin: 4px !important;
  }
  .md\:mt-xs {
    margin-top: 4px !important;
  }
  .md\:mb-xs {
    margin-bottom: 4px !important;
  }
  .md\:ml-xs {
    margin-left: 4px !important;
  }
  .md\:mr-xs {
    margin-right: 4px !important;
  }
  .md\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .md\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-xs {
    margin: 4px !important;
  }
  .lg\:mt-xs {
    margin-top: 4px !important;
  }
  .lg\:mb-xs {
    margin-bottom: 4px !important;
  }
  .lg\:ml-xs {
    margin-left: 4px !important;
  }
  .lg\:mr-xs {
    margin-right: 4px !important;
  }
  .lg\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .lg\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-xs {
    margin: 4px !important;
  }
  .xl\:mt-xs {
    margin-top: 4px !important;
  }
  .xl\:mb-xs {
    margin-bottom: 4px !important;
  }
  .xl\:ml-xs {
    margin-left: 4px !important;
  }
  .xl\:mr-xs {
    margin-right: 4px !important;
  }
  .xl\:mx-xs {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .xl\:my-xs {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}
.m-sm {
  margin: 8px !important;
}

.mt-sm {
  margin-top: 8px !important;
}

.mb-sm {
  margin-bottom: 8px !important;
}

.ml-sm {
  margin-left: 8px !important;
}

.mr-sm {
  margin-right: 8px !important;
}

.mx-sm {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-sm {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

@media (min-width: 576px) {
  .sm\:m-sm {
    margin: 8px !important;
  }
  .sm\:mt-sm {
    margin-top: 8px !important;
  }
  .sm\:mb-sm {
    margin-bottom: 8px !important;
  }
  .sm\:ml-sm {
    margin-left: 8px !important;
  }
  .sm\:mr-sm {
    margin-right: 8px !important;
  }
  .sm\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .sm\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-sm {
    margin: 8px !important;
  }
  .md\:mt-sm {
    margin-top: 8px !important;
  }
  .md\:mb-sm {
    margin-bottom: 8px !important;
  }
  .md\:ml-sm {
    margin-left: 8px !important;
  }
  .md\:mr-sm {
    margin-right: 8px !important;
  }
  .md\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .md\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-sm {
    margin: 8px !important;
  }
  .lg\:mt-sm {
    margin-top: 8px !important;
  }
  .lg\:mb-sm {
    margin-bottom: 8px !important;
  }
  .lg\:ml-sm {
    margin-left: 8px !important;
  }
  .lg\:mr-sm {
    margin-right: 8px !important;
  }
  .lg\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .lg\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-sm {
    margin: 8px !important;
  }
  .xl\:mt-sm {
    margin-top: 8px !important;
  }
  .xl\:mb-sm {
    margin-bottom: 8px !important;
  }
  .xl\:ml-sm {
    margin-left: 8px !important;
  }
  .xl\:mr-sm {
    margin-right: 8px !important;
  }
  .xl\:mx-sm {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .xl\:my-sm {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}
.m-md {
  margin: 16px !important;
}

.mt-md {
  margin-top: 16px !important;
}

.mb-md {
  margin-bottom: 16px !important;
}

.ml-md {
  margin-left: 16px !important;
}

.mr-md {
  margin-right: 16px !important;
}

.mx-md {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-md {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

@media (min-width: 576px) {
  .sm\:m-md {
    margin: 16px !important;
  }
  .sm\:mt-md {
    margin-top: 16px !important;
  }
  .sm\:mb-md {
    margin-bottom: 16px !important;
  }
  .sm\:ml-md {
    margin-left: 16px !important;
  }
  .sm\:mr-md {
    margin-right: 16px !important;
  }
  .sm\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .sm\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-md {
    margin: 16px !important;
  }
  .md\:mt-md {
    margin-top: 16px !important;
  }
  .md\:mb-md {
    margin-bottom: 16px !important;
  }
  .md\:ml-md {
    margin-left: 16px !important;
  }
  .md\:mr-md {
    margin-right: 16px !important;
  }
  .md\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .md\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-md {
    margin: 16px !important;
  }
  .lg\:mt-md {
    margin-top: 16px !important;
  }
  .lg\:mb-md {
    margin-bottom: 16px !important;
  }
  .lg\:ml-md {
    margin-left: 16px !important;
  }
  .lg\:mr-md {
    margin-right: 16px !important;
  }
  .lg\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .lg\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-md {
    margin: 16px !important;
  }
  .xl\:mt-md {
    margin-top: 16px !important;
  }
  .xl\:mb-md {
    margin-bottom: 16px !important;
  }
  .xl\:ml-md {
    margin-left: 16px !important;
  }
  .xl\:mr-md {
    margin-right: 16px !important;
  }
  .xl\:mx-md {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .xl\:my-md {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}
.m-lg {
  margin: 24px !important;
}

.mt-lg {
  margin-top: 24px !important;
}

.mb-lg {
  margin-bottom: 24px !important;
}

.ml-lg {
  margin-left: 24px !important;
}

.mr-lg {
  margin-right: 24px !important;
}

.mx-lg {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-lg {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media (min-width: 576px) {
  .sm\:m-lg {
    margin: 24px !important;
  }
  .sm\:mt-lg {
    margin-top: 24px !important;
  }
  .sm\:mb-lg {
    margin-bottom: 24px !important;
  }
  .sm\:ml-lg {
    margin-left: 24px !important;
  }
  .sm\:mr-lg {
    margin-right: 24px !important;
  }
  .sm\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .sm\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-lg {
    margin: 24px !important;
  }
  .md\:mt-lg {
    margin-top: 24px !important;
  }
  .md\:mb-lg {
    margin-bottom: 24px !important;
  }
  .md\:ml-lg {
    margin-left: 24px !important;
  }
  .md\:mr-lg {
    margin-right: 24px !important;
  }
  .md\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .md\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-lg {
    margin: 24px !important;
  }
  .lg\:mt-lg {
    margin-top: 24px !important;
  }
  .lg\:mb-lg {
    margin-bottom: 24px !important;
  }
  .lg\:ml-lg {
    margin-left: 24px !important;
  }
  .lg\:mr-lg {
    margin-right: 24px !important;
  }
  .lg\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .lg\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-lg {
    margin: 24px !important;
  }
  .xl\:mt-lg {
    margin-top: 24px !important;
  }
  .xl\:mb-lg {
    margin-bottom: 24px !important;
  }
  .xl\:ml-lg {
    margin-left: 24px !important;
  }
  .xl\:mr-lg {
    margin-right: 24px !important;
  }
  .xl\:mx-lg {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .xl\:my-lg {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}
.m-xl {
  margin: 32px !important;
}

.mt-xl {
  margin-top: 32px !important;
}

.mb-xl {
  margin-bottom: 32px !important;
}

.ml-xl {
  margin-left: 32px !important;
}

.mr-xl {
  margin-right: 32px !important;
}

.mx-xl {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-xl {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

@media (min-width: 576px) {
  .sm\:m-xl {
    margin: 32px !important;
  }
  .sm\:mt-xl {
    margin-top: 32px !important;
  }
  .sm\:mb-xl {
    margin-bottom: 32px !important;
  }
  .sm\:ml-xl {
    margin-left: 32px !important;
  }
  .sm\:mr-xl {
    margin-right: 32px !important;
  }
  .sm\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .sm\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-xl {
    margin: 32px !important;
  }
  .md\:mt-xl {
    margin-top: 32px !important;
  }
  .md\:mb-xl {
    margin-bottom: 32px !important;
  }
  .md\:ml-xl {
    margin-left: 32px !important;
  }
  .md\:mr-xl {
    margin-right: 32px !important;
  }
  .md\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .md\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-xl {
    margin: 32px !important;
  }
  .lg\:mt-xl {
    margin-top: 32px !important;
  }
  .lg\:mb-xl {
    margin-bottom: 32px !important;
  }
  .lg\:ml-xl {
    margin-left: 32px !important;
  }
  .lg\:mr-xl {
    margin-right: 32px !important;
  }
  .lg\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .lg\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-xl {
    margin: 32px !important;
  }
  .xl\:mt-xl {
    margin-top: 32px !important;
  }
  .xl\:mb-xl {
    margin-bottom: 32px !important;
  }
  .xl\:ml-xl {
    margin-left: 32px !important;
  }
  .xl\:mr-xl {
    margin-right: 32px !important;
  }
  .xl\:mx-xl {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .xl\:my-xl {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}
.m-xxl {
  margin: 48px !important;
}

.mt-xxl {
  margin-top: 48px !important;
}

.mb-xxl {
  margin-bottom: 48px !important;
}

.ml-xxl {
  margin-left: 48px !important;
}

.mr-xxl {
  margin-right: 48px !important;
}

.mx-xxl {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-xxl {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

@media (min-width: 576px) {
  .sm\:m-xxl {
    margin: 48px !important;
  }
  .sm\:mt-xxl {
    margin-top: 48px !important;
  }
  .sm\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .sm\:ml-xxl {
    margin-left: 48px !important;
  }
  .sm\:mr-xxl {
    margin-right: 48px !important;
  }
  .sm\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .sm\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-xxl {
    margin: 48px !important;
  }
  .md\:mt-xxl {
    margin-top: 48px !important;
  }
  .md\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .md\:ml-xxl {
    margin-left: 48px !important;
  }
  .md\:mr-xxl {
    margin-right: 48px !important;
  }
  .md\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .md\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-xxl {
    margin: 48px !important;
  }
  .lg\:mt-xxl {
    margin-top: 48px !important;
  }
  .lg\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .lg\:ml-xxl {
    margin-left: 48px !important;
  }
  .lg\:mr-xxl {
    margin-right: 48px !important;
  }
  .lg\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .lg\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-xxl {
    margin: 48px !important;
  }
  .xl\:mt-xxl {
    margin-top: 48px !important;
  }
  .xl\:mb-xxl {
    margin-bottom: 48px !important;
  }
  .xl\:ml-xxl {
    margin-left: 48px !important;
  }
  .xl\:mr-xxl {
    margin-right: 48px !important;
  }
  .xl\:mx-xxl {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .xl\:my-xxl {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}
.m-3xl {
  margin: 64px !important;
}

.mt-3xl {
  margin-top: 64px !important;
}

.mb-3xl {
  margin-bottom: 64px !important;
}

.ml-3xl {
  margin-left: 64px !important;
}

.mr-3xl {
  margin-right: 64px !important;
}

.mx-3xl {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-3xl {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

@media (min-width: 576px) {
  .sm\:m-3xl {
    margin: 64px !important;
  }
  .sm\:mt-3xl {
    margin-top: 64px !important;
  }
  .sm\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .sm\:ml-3xl {
    margin-left: 64px !important;
  }
  .sm\:mr-3xl {
    margin-right: 64px !important;
  }
  .sm\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .sm\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-3xl {
    margin: 64px !important;
  }
  .md\:mt-3xl {
    margin-top: 64px !important;
  }
  .md\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .md\:ml-3xl {
    margin-left: 64px !important;
  }
  .md\:mr-3xl {
    margin-right: 64px !important;
  }
  .md\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .md\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-3xl {
    margin: 64px !important;
  }
  .lg\:mt-3xl {
    margin-top: 64px !important;
  }
  .lg\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .lg\:ml-3xl {
    margin-left: 64px !important;
  }
  .lg\:mr-3xl {
    margin-right: 64px !important;
  }
  .lg\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .lg\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-3xl {
    margin: 64px !important;
  }
  .xl\:mt-3xl {
    margin-top: 64px !important;
  }
  .xl\:mb-3xl {
    margin-bottom: 64px !important;
  }
  .xl\:ml-3xl {
    margin-left: 64px !important;
  }
  .xl\:mr-3xl {
    margin-right: 64px !important;
  }
  .xl\:mx-3xl {
    margin-left: 64px !important;
    margin-right: 64px !important;
  }
  .xl\:my-3xl {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}
.m-4xl {
  margin: 80px !important;
}

.mt-4xl {
  margin-top: 80px !important;
}

.mb-4xl {
  margin-bottom: 80px !important;
}

.ml-4xl {
  margin-left: 80px !important;
}

.mr-4xl {
  margin-right: 80px !important;
}

.mx-4xl {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.my-4xl {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

@media (min-width: 576px) {
  .sm\:m-4xl {
    margin: 80px !important;
  }
  .sm\:mt-4xl {
    margin-top: 80px !important;
  }
  .sm\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .sm\:ml-4xl {
    margin-left: 80px !important;
  }
  .sm\:mr-4xl {
    margin-right: 80px !important;
  }
  .sm\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .sm\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-4xl {
    margin: 80px !important;
  }
  .md\:mt-4xl {
    margin-top: 80px !important;
  }
  .md\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .md\:ml-4xl {
    margin-left: 80px !important;
  }
  .md\:mr-4xl {
    margin-right: 80px !important;
  }
  .md\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .md\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-4xl {
    margin: 80px !important;
  }
  .lg\:mt-4xl {
    margin-top: 80px !important;
  }
  .lg\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .lg\:ml-4xl {
    margin-left: 80px !important;
  }
  .lg\:mr-4xl {
    margin-right: 80px !important;
  }
  .lg\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .lg\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-4xl {
    margin: 80px !important;
  }
  .xl\:mt-4xl {
    margin-top: 80px !important;
  }
  .xl\:mb-4xl {
    margin-bottom: 80px !important;
  }
  .xl\:ml-4xl {
    margin-left: 80px !important;
  }
  .xl\:mr-4xl {
    margin-right: 80px !important;
  }
  .xl\:mx-4xl {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .xl\:my-4xl {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}
.m-5xl {
  margin: 96px !important;
}

.mt-5xl {
  margin-top: 96px !important;
}

.mb-5xl {
  margin-bottom: 96px !important;
}

.ml-5xl {
  margin-left: 96px !important;
}

.mr-5xl {
  margin-right: 96px !important;
}

.mx-5xl {
  margin-left: 96px !important;
  margin-right: 96px !important;
}

.my-5xl {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

@media (min-width: 576px) {
  .sm\:m-5xl {
    margin: 96px !important;
  }
  .sm\:mt-5xl {
    margin-top: 96px !important;
  }
  .sm\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .sm\:ml-5xl {
    margin-left: 96px !important;
  }
  .sm\:mr-5xl {
    margin-right: 96px !important;
  }
  .sm\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .sm\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-5xl {
    margin: 96px !important;
  }
  .md\:mt-5xl {
    margin-top: 96px !important;
  }
  .md\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .md\:ml-5xl {
    margin-left: 96px !important;
  }
  .md\:mr-5xl {
    margin-right: 96px !important;
  }
  .md\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .md\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-5xl {
    margin: 96px !important;
  }
  .lg\:mt-5xl {
    margin-top: 96px !important;
  }
  .lg\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .lg\:ml-5xl {
    margin-left: 96px !important;
  }
  .lg\:mr-5xl {
    margin-right: 96px !important;
  }
  .lg\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .lg\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-5xl {
    margin: 96px !important;
  }
  .xl\:mt-5xl {
    margin-top: 96px !important;
  }
  .xl\:mb-5xl {
    margin-bottom: 96px !important;
  }
  .xl\:ml-5xl {
    margin-left: 96px !important;
  }
  .xl\:mr-5xl {
    margin-right: 96px !important;
  }
  .xl\:mx-5xl {
    margin-left: 96px !important;
    margin-right: 96px !important;
  }
  .xl\:my-5xl {
    margin-top: 96px !important;
    margin-bottom: 96px !important;
  }
}
.m-6xl {
  margin: 112px !important;
}

.mt-6xl {
  margin-top: 112px !important;
}

.mb-6xl {
  margin-bottom: 112px !important;
}

.ml-6xl {
  margin-left: 112px !important;
}

.mr-6xl {
  margin-right: 112px !important;
}

.mx-6xl {
  margin-left: 112px !important;
  margin-right: 112px !important;
}

.my-6xl {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}

@media (min-width: 576px) {
  .sm\:m-6xl {
    margin: 112px !important;
  }
  .sm\:mt-6xl {
    margin-top: 112px !important;
  }
  .sm\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .sm\:ml-6xl {
    margin-left: 112px !important;
  }
  .sm\:mr-6xl {
    margin-right: 112px !important;
  }
  .sm\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .sm\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-6xl {
    margin: 112px !important;
  }
  .md\:mt-6xl {
    margin-top: 112px !important;
  }
  .md\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .md\:ml-6xl {
    margin-left: 112px !important;
  }
  .md\:mr-6xl {
    margin-right: 112px !important;
  }
  .md\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .md\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-6xl {
    margin: 112px !important;
  }
  .lg\:mt-6xl {
    margin-top: 112px !important;
  }
  .lg\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .lg\:ml-6xl {
    margin-left: 112px !important;
  }
  .lg\:mr-6xl {
    margin-right: 112px !important;
  }
  .lg\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .lg\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-6xl {
    margin: 112px !important;
  }
  .xl\:mt-6xl {
    margin-top: 112px !important;
  }
  .xl\:mb-6xl {
    margin-bottom: 112px !important;
  }
  .xl\:ml-6xl {
    margin-left: 112px !important;
  }
  .xl\:mr-6xl {
    margin-right: 112px !important;
  }
  .xl\:mx-6xl {
    margin-left: 112px !important;
    margin-right: 112px !important;
  }
  .xl\:my-6xl {
    margin-top: 112px !important;
    margin-bottom: 112px !important;
  }
}
.m-7xl {
  margin: 128px !important;
}

.mt-7xl {
  margin-top: 128px !important;
}

.mb-7xl {
  margin-bottom: 128px !important;
}

.ml-7xl {
  margin-left: 128px !important;
}

.mr-7xl {
  margin-right: 128px !important;
}

.mx-7xl {
  margin-left: 128px !important;
  margin-right: 128px !important;
}

.my-7xl {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

@media (min-width: 576px) {
  .sm\:m-7xl {
    margin: 128px !important;
  }
  .sm\:mt-7xl {
    margin-top: 128px !important;
  }
  .sm\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .sm\:ml-7xl {
    margin-left: 128px !important;
  }
  .sm\:mr-7xl {
    margin-right: 128px !important;
  }
  .sm\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .sm\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 768px) {
  .md\:m-7xl {
    margin: 128px !important;
  }
  .md\:mt-7xl {
    margin-top: 128px !important;
  }
  .md\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .md\:ml-7xl {
    margin-left: 128px !important;
  }
  .md\:mr-7xl {
    margin-right: 128px !important;
  }
  .md\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .md\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 992px) {
  .lg\:m-7xl {
    margin: 128px !important;
  }
  .lg\:mt-7xl {
    margin-top: 128px !important;
  }
  .lg\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .lg\:ml-7xl {
    margin-left: 128px !important;
  }
  .lg\:mr-7xl {
    margin-right: 128px !important;
  }
  .lg\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .lg\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:m-7xl {
    margin: 128px !important;
  }
  .xl\:mt-7xl {
    margin-top: 128px !important;
  }
  .xl\:mb-7xl {
    margin-bottom: 128px !important;
  }
  .xl\:ml-7xl {
    margin-left: 128px !important;
  }
  .xl\:mr-7xl {
    margin-right: 128px !important;
  }
  .xl\:mx-7xl {
    margin-left: 128px !important;
    margin-right: 128px !important;
  }
  .xl\:my-7xl {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}
.-mt-xs {
  margin-top: -4px !important;
}

.-mb-xs {
  margin-bottom: -4px !important;
}

.-ml-xs {
  margin-left: -4px !important;
}

.-mr-xs {
  margin-right: -4px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-xs {
    margin-top: -4px !important;
  }
  .sm\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .sm\:-ml-xs {
    margin-left: -4px !important;
  }
  .sm\:-mr-xs {
    margin-right: -4px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-xs {
    margin-top: -4px !important;
  }
  .md\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .md\:-ml-xs {
    margin-left: -4px !important;
  }
  .md\:-mr-xs {
    margin-right: -4px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-xs {
    margin-top: -4px !important;
  }
  .lg\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .lg\:-ml-xs {
    margin-left: -4px !important;
  }
  .lg\:-mr-xs {
    margin-right: -4px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-xs {
    margin-top: -4px !important;
  }
  .xl\:-mb-xs {
    margin-bottom: -4px !important;
  }
  .xl\:-ml-xs {
    margin-left: -4px !important;
  }
  .xl\:-mr-xs {
    margin-right: -4px !important;
  }
}
.-mt-sm {
  margin-top: -8px !important;
}

.-mb-sm {
  margin-bottom: -8px !important;
}

.-ml-sm {
  margin-left: -8px !important;
}

.-mr-sm {
  margin-right: -8px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-sm {
    margin-top: -8px !important;
  }
  .sm\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .sm\:-ml-sm {
    margin-left: -8px !important;
  }
  .sm\:-mr-sm {
    margin-right: -8px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-sm {
    margin-top: -8px !important;
  }
  .md\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .md\:-ml-sm {
    margin-left: -8px !important;
  }
  .md\:-mr-sm {
    margin-right: -8px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-sm {
    margin-top: -8px !important;
  }
  .lg\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .lg\:-ml-sm {
    margin-left: -8px !important;
  }
  .lg\:-mr-sm {
    margin-right: -8px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-sm {
    margin-top: -8px !important;
  }
  .xl\:-mb-sm {
    margin-bottom: -8px !important;
  }
  .xl\:-ml-sm {
    margin-left: -8px !important;
  }
  .xl\:-mr-sm {
    margin-right: -8px !important;
  }
}
.-mt-md {
  margin-top: -16px !important;
}

.-mb-md {
  margin-bottom: -16px !important;
}

.-ml-md {
  margin-left: -16px !important;
}

.-mr-md {
  margin-right: -16px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-md {
    margin-top: -16px !important;
  }
  .sm\:-mb-md {
    margin-bottom: -16px !important;
  }
  .sm\:-ml-md {
    margin-left: -16px !important;
  }
  .sm\:-mr-md {
    margin-right: -16px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-md {
    margin-top: -16px !important;
  }
  .md\:-mb-md {
    margin-bottom: -16px !important;
  }
  .md\:-ml-md {
    margin-left: -16px !important;
  }
  .md\:-mr-md {
    margin-right: -16px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-md {
    margin-top: -16px !important;
  }
  .lg\:-mb-md {
    margin-bottom: -16px !important;
  }
  .lg\:-ml-md {
    margin-left: -16px !important;
  }
  .lg\:-mr-md {
    margin-right: -16px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-md {
    margin-top: -16px !important;
  }
  .xl\:-mb-md {
    margin-bottom: -16px !important;
  }
  .xl\:-ml-md {
    margin-left: -16px !important;
  }
  .xl\:-mr-md {
    margin-right: -16px !important;
  }
}
.-mt-lg {
  margin-top: -24px !important;
}

.-mb-lg {
  margin-bottom: -24px !important;
}

.-ml-lg {
  margin-left: -24px !important;
}

.-mr-lg {
  margin-right: -24px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-lg {
    margin-top: -24px !important;
  }
  .sm\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .sm\:-ml-lg {
    margin-left: -24px !important;
  }
  .sm\:-mr-lg {
    margin-right: -24px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-lg {
    margin-top: -24px !important;
  }
  .md\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .md\:-ml-lg {
    margin-left: -24px !important;
  }
  .md\:-mr-lg {
    margin-right: -24px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-lg {
    margin-top: -24px !important;
  }
  .lg\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .lg\:-ml-lg {
    margin-left: -24px !important;
  }
  .lg\:-mr-lg {
    margin-right: -24px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-lg {
    margin-top: -24px !important;
  }
  .xl\:-mb-lg {
    margin-bottom: -24px !important;
  }
  .xl\:-ml-lg {
    margin-left: -24px !important;
  }
  .xl\:-mr-lg {
    margin-right: -24px !important;
  }
}
.-mt-xl {
  margin-top: -32px !important;
}

.-mb-xl {
  margin-bottom: -32px !important;
}

.-ml-xl {
  margin-left: -32px !important;
}

.-mr-xl {
  margin-right: -32px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-xl {
    margin-top: -32px !important;
  }
  .sm\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .sm\:-ml-xl {
    margin-left: -32px !important;
  }
  .sm\:-mr-xl {
    margin-right: -32px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-xl {
    margin-top: -32px !important;
  }
  .md\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .md\:-ml-xl {
    margin-left: -32px !important;
  }
  .md\:-mr-xl {
    margin-right: -32px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-xl {
    margin-top: -32px !important;
  }
  .lg\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .lg\:-ml-xl {
    margin-left: -32px !important;
  }
  .lg\:-mr-xl {
    margin-right: -32px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-xl {
    margin-top: -32px !important;
  }
  .xl\:-mb-xl {
    margin-bottom: -32px !important;
  }
  .xl\:-ml-xl {
    margin-left: -32px !important;
  }
  .xl\:-mr-xl {
    margin-right: -32px !important;
  }
}
.-mt-xxl {
  margin-top: -48px !important;
}

.-mb-xxl {
  margin-bottom: -48px !important;
}

.-ml-xxl {
  margin-left: -48px !important;
}

.-mr-xxl {
  margin-right: -48px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-xxl {
    margin-top: -48px !important;
  }
  .sm\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .sm\:-ml-xxl {
    margin-left: -48px !important;
  }
  .sm\:-mr-xxl {
    margin-right: -48px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-xxl {
    margin-top: -48px !important;
  }
  .md\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .md\:-ml-xxl {
    margin-left: -48px !important;
  }
  .md\:-mr-xxl {
    margin-right: -48px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-xxl {
    margin-top: -48px !important;
  }
  .lg\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .lg\:-ml-xxl {
    margin-left: -48px !important;
  }
  .lg\:-mr-xxl {
    margin-right: -48px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-xxl {
    margin-top: -48px !important;
  }
  .xl\:-mb-xxl {
    margin-bottom: -48px !important;
  }
  .xl\:-ml-xxl {
    margin-left: -48px !important;
  }
  .xl\:-mr-xxl {
    margin-right: -48px !important;
  }
}
.-mt-3xl {
  margin-top: -64px !important;
}

.-mb-3xl {
  margin-bottom: -64px !important;
}

.-ml-3xl {
  margin-left: -64px !important;
}

.-mr-3xl {
  margin-right: -64px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-3xl {
    margin-top: -64px !important;
  }
  .sm\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .sm\:-ml-3xl {
    margin-left: -64px !important;
  }
  .sm\:-mr-3xl {
    margin-right: -64px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-3xl {
    margin-top: -64px !important;
  }
  .md\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .md\:-ml-3xl {
    margin-left: -64px !important;
  }
  .md\:-mr-3xl {
    margin-right: -64px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-3xl {
    margin-top: -64px !important;
  }
  .lg\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .lg\:-ml-3xl {
    margin-left: -64px !important;
  }
  .lg\:-mr-3xl {
    margin-right: -64px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-3xl {
    margin-top: -64px !important;
  }
  .xl\:-mb-3xl {
    margin-bottom: -64px !important;
  }
  .xl\:-ml-3xl {
    margin-left: -64px !important;
  }
  .xl\:-mr-3xl {
    margin-right: -64px !important;
  }
}
.-mt-4xl {
  margin-top: -80px !important;
}

.-mb-4xl {
  margin-bottom: -80px !important;
}

.-ml-4xl {
  margin-left: -80px !important;
}

.-mr-4xl {
  margin-right: -80px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-4xl {
    margin-top: -80px !important;
  }
  .sm\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .sm\:-ml-4xl {
    margin-left: -80px !important;
  }
  .sm\:-mr-4xl {
    margin-right: -80px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-4xl {
    margin-top: -80px !important;
  }
  .md\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .md\:-ml-4xl {
    margin-left: -80px !important;
  }
  .md\:-mr-4xl {
    margin-right: -80px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-4xl {
    margin-top: -80px !important;
  }
  .lg\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .lg\:-ml-4xl {
    margin-left: -80px !important;
  }
  .lg\:-mr-4xl {
    margin-right: -80px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-4xl {
    margin-top: -80px !important;
  }
  .xl\:-mb-4xl {
    margin-bottom: -80px !important;
  }
  .xl\:-ml-4xl {
    margin-left: -80px !important;
  }
  .xl\:-mr-4xl {
    margin-right: -80px !important;
  }
}
.-mt-5xl {
  margin-top: -96px !important;
}

.-mb-5xl {
  margin-bottom: -96px !important;
}

.-ml-5xl {
  margin-left: -96px !important;
}

.-mr-5xl {
  margin-right: -96px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-5xl {
    margin-top: -96px !important;
  }
  .sm\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .sm\:-ml-5xl {
    margin-left: -96px !important;
  }
  .sm\:-mr-5xl {
    margin-right: -96px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-5xl {
    margin-top: -96px !important;
  }
  .md\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .md\:-ml-5xl {
    margin-left: -96px !important;
  }
  .md\:-mr-5xl {
    margin-right: -96px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-5xl {
    margin-top: -96px !important;
  }
  .lg\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .lg\:-ml-5xl {
    margin-left: -96px !important;
  }
  .lg\:-mr-5xl {
    margin-right: -96px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-5xl {
    margin-top: -96px !important;
  }
  .xl\:-mb-5xl {
    margin-bottom: -96px !important;
  }
  .xl\:-ml-5xl {
    margin-left: -96px !important;
  }
  .xl\:-mr-5xl {
    margin-right: -96px !important;
  }
}
.-mt-6xl {
  margin-top: -112px !important;
}

.-mb-6xl {
  margin-bottom: -112px !important;
}

.-ml-6xl {
  margin-left: -112px !important;
}

.-mr-6xl {
  margin-right: -112px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-6xl {
    margin-top: -112px !important;
  }
  .sm\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .sm\:-ml-6xl {
    margin-left: -112px !important;
  }
  .sm\:-mr-6xl {
    margin-right: -112px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-6xl {
    margin-top: -112px !important;
  }
  .md\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .md\:-ml-6xl {
    margin-left: -112px !important;
  }
  .md\:-mr-6xl {
    margin-right: -112px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-6xl {
    margin-top: -112px !important;
  }
  .lg\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .lg\:-ml-6xl {
    margin-left: -112px !important;
  }
  .lg\:-mr-6xl {
    margin-right: -112px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-6xl {
    margin-top: -112px !important;
  }
  .xl\:-mb-6xl {
    margin-bottom: -112px !important;
  }
  .xl\:-ml-6xl {
    margin-left: -112px !important;
  }
  .xl\:-mr-6xl {
    margin-right: -112px !important;
  }
}
.-mt-7xl {
  margin-top: -128px !important;
}

.-mb-7xl {
  margin-bottom: -128px !important;
}

.-ml-7xl {
  margin-left: -128px !important;
}

.-mr-7xl {
  margin-right: -128px !important;
}

@media (min-width: 576px) {
  .sm\:-mt-7xl {
    margin-top: -128px !important;
  }
  .sm\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .sm\:-ml-7xl {
    margin-left: -128px !important;
  }
  .sm\:-mr-7xl {
    margin-right: -128px !important;
  }
}
@media (min-width: 768px) {
  .md\:-mt-7xl {
    margin-top: -128px !important;
  }
  .md\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .md\:-ml-7xl {
    margin-left: -128px !important;
  }
  .md\:-mr-7xl {
    margin-right: -128px !important;
  }
}
@media (min-width: 992px) {
  .lg\:-mt-7xl {
    margin-top: -128px !important;
  }
  .lg\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .lg\:-ml-7xl {
    margin-left: -128px !important;
  }
  .lg\:-mr-7xl {
    margin-right: -128px !important;
  }
}
@media (min-width: 1200px) {
  .xl\:-mt-7xl {
    margin-top: -128px !important;
  }
  .xl\:-mb-7xl {
    margin-bottom: -128px !important;
  }
  .xl\:-ml-7xl {
    margin-left: -128px !important;
  }
  .xl\:-mr-7xl {
    margin-right: -128px !important;
  }
}
body#menu .contents-title.title1:before {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

body#menu.load .contents-title.title1:before {
  opacity: 1;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

/* ============
loader基本設定
============ */
#loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loader-container .loader-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ED8F26;
}
#loader-container .loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #loader-container .loader-content {
    width: 100%;
  }
}
#loader-container .loader-content p {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12375rem;
}
#loader-container .loader-content img {
  width: 430px;
}
@media screen and (max-width: 767px) {
  #loader-container .loader-content img {
    width: 80%;
  }
}

/* ============
split text基本設定
============ */
.text-split {
  /* 必要に応じてスタイル追加 */
  opacity: 0;
  overflow: hidden; /* はみ出た文字を隠す場合 */
}
.text-split .split-char {
  display: inline-block;
  will-change: transform, opacity, filter; /* パフォーマンス最適化 */
}
.text-split.text-split-delay2 .split-char:nth-child(even) {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

button a {
  padding: 16px 0 !important;
}

.title1 {
  position: relative;
}
.title1 .contents-title__main {
  font-size: 5rem;
  color: #333;
  letter-spacing: 2px;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .title1 .contents-title__main {
    font-size: 3rem;
  }
}
.title1 .contents-title__sub {
  font-size: 1.2rem;
  color: #333;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .title1 .contents-title__sub {
    font-size: 1rem;
  }
}
.title1:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27px;
  height: 13px;
  background-image: url(../images/top/title.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* ============
header | header-contents3//
============ */
header.header-contents3 .section__container {
  overflow: hidden;
}
header.header-contents3 .section__container .header__logo {
  position: fixed;
  z-index: 9999;
  left: 30px;
  top: 10px;
}
header.header-contents3 .section__container .header__logo img {
  width: 200px;
  padding: 10px 20px;
}
header.header-contents3 .section__container .header__contact a {
  color: #ffffff;
  background-color: #ED8F26;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: fixed;
  z-index: 998;
  right: 0;
  top: 86px;
  padding: 55px 43px;
  letter-spacing: 3px;
  font-weight: 500;
  border-radius: 0 0 0 15px;
}
header.header-contents3 .section__container .header__contact a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 51px;
  height: 70px;
  -webkit-mask-image: url(../images/common/icon/menu.svg);
          mask-image: url(../images/common/icon/menu.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__contact a {
    top: 0;
    right: 77px;
    padding: 38px 43px;
  }
  header.header-contents3 .section__container .header__contact a:before {
    width: 41px;
    height: 60px;
  }
}
header.header-contents3 .section__container .menu-button--independent {
  position: fixed;
  right: 0;
  top: 0;
  padding: 41px 26px;
  z-index: 990;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #914116;
  border: none;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .menu-button--independent {
    padding: 36px 21px;
  }
}
header.header-contents3 .section__container .menu-button--independent span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents3 .section__container .menu-button--independent span:before {
  top: -12px;
  left: 0;
  visibility: visible;
}
header.header-contents3 .section__container .menu-button--independent span:after {
  top: 12px;
  left: 0;
}
header.header-contents3 .section__container .menu-button--independent span:before, header.header-contents3 .section__container .menu-button--independent span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents3 .section__container .menu-button--independent:hover span, header.header-contents3 .section__container .menu-button--independent:hover span:before, header.header-contents3 .section__container .menu-button--independent:hover span:after {
  background: #ffffff;
}
header.header-contents3 .section__container .header__menu .menu-button {
  position: fixed;
  right: 0;
  top: 0;
  padding: 41px 26px;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #914116;
  border: none;
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__menu .menu-button {
    padding: 36px 21px;
  }
}
header.header-contents3 .section__container .header__menu .menu-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents3 .section__container .header__menu .menu-button span:before {
  top: -12px;
  left: 0;
  visibility: visible;
}
header.header-contents3 .section__container .header__menu .menu-button span:after {
  top: 12px;
  left: 0;
}
header.header-contents3 .section__container .header__menu .menu-button span:before, header.header-contents3 .section__container .header__menu .menu-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #ffffff;
  position: absolute;
  content: "";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
header.header-contents3 .section__container .header__menu .menu-button:hover span, header.header-contents3 .section__container .header__menu .menu-button:hover span:before, header.header-contents3 .section__container .header__menu .menu-button:hover span:after {
  background: #ffffff;
}
header.header-contents3 .section__container .header__menu #overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FBF7F1;
  z-index: 999;
  overflow: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header.header-contents3 .section__container .header__menu #overlay.active {
  visibility: visible;
  opacity: 1;
}
header.header-contents3 .section__container .header__menu #overlay.active .overlay__container .overlay__nav .overlay__menu ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container {
  display: grid;
  grid-template-columns: 4fr 6fr;
  height: 100%;
  position: relative;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 50%;
  background-image: url("../images/common/menu-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container::before {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container {
    grid-template-columns: 4fr 6fr;
  }
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__visual {
  height: 100%;
}
@media screen and (max-width: 1100px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__visual {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__visual {
    width: 100%;
    height: 45svh;
    position: relative;
  }
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15%;
}
@media screen and (max-width: 1100px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav {
    width: 60%;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav {
    width: 100%;
    height: 55svh;
    padding: 40px 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu {
  width: 100%;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul {
  list-style: none;
  padding: 0;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li {
  margin-bottom: 2vw;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li {
    margin-bottom: 15px;
  }
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li a {
  font-size: clamp(14px, 2vw, 48px);
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1100px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li a {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li a {
    font-size: 20px;
  }
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li a:hover {
  color: #8B7355;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li a.aboreto {
  font-family: "Aboreto", cursive;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #8B7355;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li a:hover::after {
  width: 100%;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.map, header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.map a, header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.instagram a {
  margin-right: 1vw;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.map .icon__google, header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.map .icon__instagram, header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.instagram .icon__google, header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.instagram .icon__instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1vw;
  color: #F08300;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.map .icon__google img, header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.map .icon__instagram img, header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.instagram .icon__google img, header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.instagram .icon__instagram img {
  width: 1.2vw;
  margin-right: 0.5vw;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.map .icon__instagram, header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__nav .overlay__menu ul li.instagram .icon__instagram {
  color: #E4405F;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__close {
  position: absolute;
  top: 50%;
  right: 3vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__close {
    top: 10px;
    right: 5px;
    z-index: 10001;
    -webkit-transform: none;
            transform: none;
  }
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__close img {
    width: 80px;
  }
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__close .close__nav {
  background: none;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  border: none;
}
header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__close .close__nav span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 93px;
  height: 90px;
  -webkit-mask-image: url(../images/common/nav-close.svg);
          mask-image: url(../images/common/nav-close.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #914116;
}
@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__menu #overlay .overlay__container .overlay__close .close__nav span:before {
    width: 30px;
    height: 30px;
  }
}
header.header-contents3 .section__container .header__menu #overlay.active .overlay__menu ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (max-width: 767px) {
  header.header-contents3 .section__container .header__logo {
    left: 0;
    top: 0;
    z-index: 9998;
  }
  header.header-contents3 .section__container .header__logo img {
    width: 185px;
  }
  header.header-contents3 .section__container .header__menu {
    position: relative;
    z-index: 9999;
  }
}
/* スクロール無効化（メニュー表示時） */
body.menu-open {
  overflow: hidden;
}

/* ============
header | header-contents3//
============ */
/* ==============
 firstview | firstview7
============== */
section#firstview.firstview7 .firstview__bg {
  opacity: 0;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out, -webkit-transform 2s ease-out;
}
section#firstview.firstview7 .firstview__logo img {
  width: 55%;
}
@media screen and (max-width: 767px) {
  section#firstview.firstview7 .firstview__logo img {
    width: 65%;
  }
}
section#firstview.firstview7 .firstview__title h1 {
  font-size: 2rem;
}
section#firstview.firstview7 .firstview__title h1 img {
  width: 430px;
}
@media screen and (max-width: 767px) {
  section#firstview.firstview7 .firstview__title h1 img {
    width: 80%;
  }
}
/* ローディング完了後のアニメーション */
body.load section#firstview.firstview7 .firstview__bg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

/* ==============
 id="about"
============== */
section#about {
  margin-top: 80px;
}
section#about .section__container {
  width: 90%;
}
section#about .contents-column.column2-3 {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section#about .contents-column.column2-3 .contents-column__item-image {
  grid-column: 1/8;
  grid-row: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper {
  width: 100%;
  height: 100%;
  position: static;
  /* --- Swiper Navigation --- */
  /* --- Swiper Pagination --- */
}
section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .contents-slide__items .contents-slide__item .contents-slide__item__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1440/900;
}
section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .swiper-button-prev:after,
section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .swiper-button-next:after {
  color: #fff;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .swiper-button-prev {
  left: 20px;
}
@media screen and (max-width: 767px) {
  section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .swiper-button-prev {
    left: 10px;
  }
}
section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .swiper-button-next {
  right: 20px;
}
@media screen and (max-width: 767px) {
  section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .swiper-button-next {
    right: 10px;
  }
}
section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .swiper-pagination {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 20px;
  width: auto !important;
}
section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #aaa;
  opacity: 0.5;
  margin: 0 5px !important;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
section#about .contents-column.column2-3 .contents-column__item-image .contents-slide__swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: orange;
}
@media screen and (max-width: 767px) {
  section#about .contents-column.column2-3 .contents-column__item-image {
    grid-column: 1/-1;
    margin-bottom: 20px;
    border-radius: 10px;
  }
}
section#about .contents-column.column2-3 .contents-column__item-text {
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  grid-column: 7/13;
  grid-row: 1;
  z-index: 10;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
section#about .contents-column.column2-3 .contents-column__item-text .about__text-inner {
  padding: 50px 40px;
}
section#about .contents-column.column2-3 .contents-column__item-text .about__text-inner .about__text-title {
  margin-bottom: 20px;
}
section#about .contents-column.column2-3 .contents-column__item-text .about__text-inner .about__text-title h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
}
section#about .contents-column.column2-3 .contents-column__item-text .about__text-inner .about__text-desc p {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  section#about .contents-column.column2-3 .contents-column__item-text .about__text-inner {
    padding: 25px;
  }
  section#about .contents-column.column2-3 .contents-column__item-text .about__text-inner .about__text-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  section#about .contents-column.column2-3 .contents-column__item-text {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    grid-column: 1/-1;
    grid-row: 2;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  section#about .contents-column.column2-3 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* / ==============
 id="about"
============== */
/* ==============
 id="menu"
============== */
section#menu {
  margin-top: 288px;
}
section#menu .contents-visual.visual4 .contents-visual__text {
  margin-top: 30px;
}
section#menu .contents-visual.visual4 .contents-visual__text .contents-visual__text-button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  section#menu .contents-visual.visual4 .contents-visual__text {
    position: relative;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    padding: 40px 30px;
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    margin: 0 20px;
  }
  section#menu .contents-visual.visual4 .contents-visual__text p {
    font-size: 1rem;
    line-height: 1.7;
  }
  section#menu .contents-visual.visual4 .contents-visual__text .contents-visual__text-button {
    margin-top: 30px;
  }
}
section#menu .contents-visual.visual4 .contents-visual__image {
  margin-top: 0px;
  height: 720px;
  position: relative;
}
section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item {
  position: absolute;
  top: -200px;
  left: 0;
}
section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(1) {
  position: absolute;
  top: -570px;
  left: auto;
  right: -8%;
}
section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(2) {
  top: -536px;
  left: -14%;
}
section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(3) {
  top: 50px;
  left: -8%;
}
section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(4) {
  left: 19%;
  top: 30px;
}
section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(5) {
  top: -150px;
  left: auto;
  right: -15%;
}
section#menu .contents-visual.visual4 .contents-visual__image img {
  width: 300px;
}
section#menu .contents-visual.visual4 .contents-visual__image img:nth-child(1) {
  width: 353px;
}
section#menu .contents-visual.visual4 .contents-visual__image img:nth-child(2) {
  width: 439px;
}
section#menu .contents-visual.visual4 .contents-visual__image img:nth-child(3) {
  width: 302px;
}
section#menu .contents-visual.visual4 .contents-visual__image img:nth-child(4) {
  width: 495px;
}
section#menu .contents-visual.visual4 .contents-visual__image img:nth-child(5) {
  width: 526px;
}
@media screen and (max-width: 767px) {
  section#menu .contents-visual.visual4 .contents-visual__image {
    position: static;
    height: auto;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 0 20px;
  }
  section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item {
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-animation: none !important;
            animation: none !important;
  }
  section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(1), section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(2), section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(3), section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(4), section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(5), section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(6) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(1) {
    top: -200px;
    left: -50px;
  }
  section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item:nth-child(5) {
    position: relative;
    top: -640px;
    left: 230%;
  }
  section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item img {
    width: 100% !important;
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
  section#menu .contents-visual.visual4 .contents-visual__image .contents-visual__image-item img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  section#menu {
    margin-top: 150px;
  }
  section#menu .contents-visual.visual4 {
    position: relative;
    margin-top: 80px;
  }
  section#menu .contents-visual__text {
    margin-top: 20px;
  }
}

/* ==============
 id="map"
============== */
section#map .section__container {
  width: 90%;
}
section#map .contents-column.column2-3 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
section#map .contents-column.column2-3 .contents-column__item-image {
  grid-column: 1/10;
  grid-row: 1;
  width: 100%;
  overflow: hidden;
  position: relative;
}
section#map .contents-column.column2-3 .contents-column__item-image.map__map {
  width: 100%;
  height: 100%;
}
section#map .contents-column.column2-3 .contents-column__item-image.map__map iframe {
  width: 100%;
  height: 500px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  section#map .contents-column.column2-3 .contents-column__item-image {
    grid-column: 1/-1;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  section#map .contents-column.column2-3 .contents-column__item-image.map__map iframe {
    height: 250px;
  }
}
section#map .contents-column.column2-3 .contents-column__item-text {
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
  grid-column: 8/13;
  grid-row: 1;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
section#map .contents-column.column2-3 .contents-column__item-text .map__text-inner {
  padding: 50px 40px;
}
section#map .contents-column.column2-3 .contents-column__item-text .map__text-inner .map__text-title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#map .contents-column.column2-3 .contents-column__item-text .map__text-inner .map__text-title img {
  display: inline-block;
  width: 20px;
  margin: 0 10px 0 0;
}
section#map .contents-column.column2-3 .contents-column__item-text .map__text-inner .map__text-title p {
  color: #ED8F26;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
section#map .contents-column.column2-3 .contents-column__item-text .map__text-inner .map__text-desc p {
  letter-spacing: 0.03em;
}
section#map .contents-column.column2-3 .contents-column__item-text .map__text-inner button {
  width: 100%;
}
section#map .contents-column.column2-3 .contents-column__item-text .map__text-inner button a {
  width: 100%;
}
@media screen and (max-width: 767px) {
  section#map .contents-column.column2-3 .contents-column__item-text .map__text-inner {
    padding: 25px;
  }
  section#map .contents-column.column2-3 .contents-column__item-text .map__text-inner .map__text-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  section#map .contents-column.column2-3 .contents-column__item-text {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    grid-column: 1/-1;
    grid-row: 2;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  section#map .contents-column.column2-3 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* / ==============
 id="map"
============== */
/* ==============
 id="instagram"
============== */
section#instagram {
  margin-top: 224px;
}
@media screen and (max-width: 767px) {
  section#instagram {
    margin-top: 128px;
  }
}
section#instagram .instargam__image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 80px;
}
section#instagram .instargam__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}
@media screen and (max-width: 767px) {
  section#instagram .instargam__image {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
section#instagram .instagram__buttons {
  margin-top: 64px;
}
/* / ==============
 id="instagram"
============== */
/* ==============
 * footer
 * ============== */
section#footer {
  position: relative;
  margin-top: 100px;
  background-color: #914116;
  color: #ffffff;
}
section#footer::before {
  content: "";
  display: block;
  background: url("../images/top/cta.jpg") no-repeat center center;
  background-size: cover;
  height: 400px;
  position: relative;
}
section#footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
section#footer .footer__bg-content {
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  section#footer .footer__bg-content {
    top: 50px;
    width: 90%;
  }
}
section#footer .footer__bg-content .welcome-text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
section#footer .footer__bg-content .cafe-name {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 20px 0;
  letter-spacing: 0.1em;
}
section#footer .footer__bg-content .cafe-name img {
  width: 510px;
}
@media screen and (max-width: 767px) {
  section#footer .footer__bg-content .cafe-name img {
    width: 100%;
  }
}
section#footer .footer__bg-content .tel a {
  margin-top: 30px;
  font-size: 1.8rem;
  color: #ffffff;
}
section#footer .footer__pagetop {
  position: absolute;
  left: 50%;
  top: 340px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 138px;
  height: 120px;
  cursor: pointer;
  z-index: 3;
  -webkit-mask-image: url(../images/common/icon/pagetop.svg);
          mask-image: url(../images/common/icon/pagetop.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
section#footer .section__container {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#footer .section__container:before {
  content: "";
  display: block;
  background-color: #914116;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -38%);
          transform: translate(-50%, -38%);
  width: 370px;
  height: 270px;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section#footer .section__container:before {
    width: 70%;
    height: 210px;
  }
}
section#footer .section__container .footer__info {
  grid-column: 2/span 4;
}
section#footer .section__container .footer__info .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
section#footer .section__container .footer__info .logo img {
  width: 240px;
  height: auto;
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  section#footer .section__container .footer__info .logo img {
    width: 60%;
    margin-left: auto;
  }
}
section#footer .section__container .footer__info address {
  font-style: normal;
  line-height: 1.8;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  section#footer .section__container .footer__info address {
    font-size: 1rem;
  }
}
section#footer .section__container .footer__info .business-hours {
  margin-top: 20px;
}
section#footer .section__container .footer__info .business-hours h3 {
  font-size: 1rem;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  position: relative;
  display: inline-block;
}
section#footer .section__container .footer__info .business-hours h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  section#footer .section__container .footer__info .business-hours h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #ffffff;
  }
}
section#footer .section__container .footer__info .business-hours p {
  font-style: normal;
  line-height: 1.8;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  section#footer .section__container .footer__info .business-hours p {
    font-size: 1rem;
  }
}
section#footer .section__container .footer__nav {
  grid-column: 9/span 4;
  text-align: right;
}
section#footer .section__container .footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
section#footer .section__container .footer__nav ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
}
section#footer .section__container .footer__nav ul li a img {
  width: 25px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
section#footer .section__container .footer__nav ul li a:hover {
  text-decoration: underline;
}
section#footer .section__container .footer__copyright {
  grid-column: 1/-1;
  text-align: center;
  margin-top: 40px;
  font-size: 0.8rem;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  section#footer .section__container {
    padding-top: 60px;
    grid-template-columns: 1fr;
    text-align: center;
  }
  section#footer .section__container .footer__info {
    grid-column: 1/-1;
    margin-bottom: 30px;
  }
  section#footer .section__container .footer__info .logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#footer .section__container .footer__nav {
    grid-column: 1/-1;
    text-align: center;
  }
  section#footer .section__container .footer__nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  section#footer .section__container .footer__copyright {
    margin-top: 30px;
  }
}

/* ==============
 * /footer
 * ============== */
/* ==============
 * レスポンシブ調整（メディアクエリ内）
 * ============== */
@media screen and (max-width: 767px) {
  section#footer::before {
    height: 330px; /* スマホでは背景高さを少し縮小 */
  }
  section#footer::after {
    height: 330px; /* スマホでは背景高さを少し縮小 */
  }
  section#footer .footer__bg-content {
    top: 60px;
  }
  section#footer .footer__bg-content .cafe-name {
    font-size: 2rem;
  }
  section#footer .footer__pagetop {
    top: 290px; /* ボタン位置調整 */
    width: 80px;
    height: 80px;
    border-width: 3px;
  }
  section#footer .footer__pagetop .arrow {
    width: 15px;
    height: 15px;
    border-width: 2px;
    margin-bottom: 5px;
  }
  section#footer .footer__pagetop .text {
    font-size: 0.7rem;
  }
}
/* ==============
 * メニュー
 * ============== */
section#contents-header.contents-header3 {
  margin-top: 150px;
  margin-bottom: 80px;
}
section#contents-header.contents-header3 .section__container {
  width: 100%;
  max-width: none;
}
section#contents-header.contents-header3 .section__container .contents-title {
  margin-bottom: -40px;
}
section#contents-header.contents-header3 .section__container .contents-header__visual {
  height: 600px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  section#contents-header.contents-header3 .section__container .contents-header__visual {
    height: 250px;
  }
}
section#contents-header.contents-header3 .section__container .contents-header__visual::before {
  content: "";
  position: absolute;
  top: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%, -50%);
  width: 600px;
  height: 500px;
  background-color: #ffffff;
  -webkit-clip-path: ellipse(300px 250px at center);
          clip-path: ellipse(300px 250px at center);
}
@media screen and (max-width: 767px) {
  section#contents-header.contents-header3 .section__container .contents-header__visual::before {
    width: 90%;
    height: 500px;
    -webkit-clip-path: ellipse(60% 215px at center);
            clip-path: ellipse(60% 215px at center);
  }
}
section#contents-header.contents-header3 .section__container .contents-header__visual .contents-header__visual__img {
  width: 100%;
  height: 100%;
}
section#contents-header.contents-header3 .section__container .contents-header__visual .contents-header__visual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#contents-header.contents-header3 .section__container .contents-header__buttons {
  position: relative;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  margin-top: 40px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  section#contents-header.contents-header3 .section__container .contents-header__buttons {
    bottom: 0;
    margin-top: 20px;
    position: relative;
    gap: 10px;
  }
}
section#contents-header.contents-header3 .section__container .contents-header__buttons .button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
section#contents-header.contents-header3 .section__container .contents-header__buttons .button-row--top {
  gap: 30px;
}
section#contents-header.contents-header3 .section__container .contents-header__buttons .button-row--bottom {
  gap: 15px;
}
@media screen and (max-width: 767px) {
  section#contents-header.contents-header3 .section__container .contents-header__buttons .button-row {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#contents-header.contents-header3 .section__container .contents-header__buttons .button-row--top {
    gap: 15px;
  }
  section#contents-header.contents-header3 .section__container .contents-header__buttons .button-row--bottom {
    gap: 10px;
  }
}
section#contents-header.contents-header3 .section__container .contents-header__buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 300px;
  margin-top: 10px;
}
section#contents-header.contents-header3 .section__container .contents-header__buttons button a {
  width: 100%;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  section#contents-header.contents-header3 .section__container .contents-header__buttons button {
    max-width: none;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

section#menu-smoothie,
section#menu-drink,
section#menu-frappe,
section#menu-food,
section#menu-dessert {
  margin-top: 120px;
}
section#menu-smoothie .section__container .contents-title::before,
section#menu-drink .section__container .contents-title::before,
section#menu-frappe .section__container .contents-title::before,
section#menu-food .section__container .contents-title::before,
section#menu-dessert .section__container .contents-title::before {
  display: none;
}
section#menu-smoothie .section__container .contents-title p.caution,
section#menu-drink .section__container .contents-title p.caution,
section#menu-frappe .section__container .contents-title p.caution,
section#menu-food .section__container .contents-title p.caution,
section#menu-dessert .section__container .contents-title p.caution {
  text-align: right;
}
@media screen and (max-width: 767px) {
  section#menu-smoothie .section__container .contents-title p.caution,
  section#menu-drink .section__container .contents-title p.caution,
  section#menu-frappe .section__container .contents-title p.caution,
  section#menu-food .section__container .contents-title p.caution,
  section#menu-dessert .section__container .contents-title p.caution {
    text-align: left;
    font-size: 11px;
    margin-top: 10px;
  }
}
section#menu-smoothie .section__container .menu-smoothie__items,
section#menu-smoothie .section__container .menu-frappe__items,
section#menu-smoothie .section__container .menu-drink__items,
section#menu-smoothie .section__container .menu-food__items,
section#menu-smoothie .section__container .menu-dessert__items,
section#menu-drink .section__container .menu-smoothie__items,
section#menu-drink .section__container .menu-frappe__items,
section#menu-drink .section__container .menu-drink__items,
section#menu-drink .section__container .menu-food__items,
section#menu-drink .section__container .menu-dessert__items,
section#menu-frappe .section__container .menu-smoothie__items,
section#menu-frappe .section__container .menu-frappe__items,
section#menu-frappe .section__container .menu-drink__items,
section#menu-frappe .section__container .menu-food__items,
section#menu-frappe .section__container .menu-dessert__items,
section#menu-food .section__container .menu-smoothie__items,
section#menu-food .section__container .menu-frappe__items,
section#menu-food .section__container .menu-drink__items,
section#menu-food .section__container .menu-food__items,
section#menu-food .section__container .menu-dessert__items,
section#menu-dessert .section__container .menu-smoothie__items,
section#menu-dessert .section__container .menu-frappe__items,
section#menu-dessert .section__container .menu-drink__items,
section#menu-dessert .section__container .menu-food__items,
section#menu-dessert .section__container .menu-dessert__items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  section#menu-smoothie .section__container .menu-smoothie__items,
  section#menu-smoothie .section__container .menu-frappe__items,
  section#menu-smoothie .section__container .menu-drink__items,
  section#menu-smoothie .section__container .menu-food__items,
  section#menu-smoothie .section__container .menu-dessert__items,
  section#menu-drink .section__container .menu-smoothie__items,
  section#menu-drink .section__container .menu-frappe__items,
  section#menu-drink .section__container .menu-drink__items,
  section#menu-drink .section__container .menu-food__items,
  section#menu-drink .section__container .menu-dessert__items,
  section#menu-frappe .section__container .menu-smoothie__items,
  section#menu-frappe .section__container .menu-frappe__items,
  section#menu-frappe .section__container .menu-drink__items,
  section#menu-frappe .section__container .menu-food__items,
  section#menu-frappe .section__container .menu-dessert__items,
  section#menu-food .section__container .menu-smoothie__items,
  section#menu-food .section__container .menu-frappe__items,
  section#menu-food .section__container .menu-drink__items,
  section#menu-food .section__container .menu-food__items,
  section#menu-food .section__container .menu-dessert__items,
  section#menu-dessert .section__container .menu-smoothie__items,
  section#menu-dessert .section__container .menu-frappe__items,
  section#menu-dessert .section__container .menu-drink__items,
  section#menu-dessert .section__container .menu-food__items,
  section#menu-dessert .section__container .menu-dessert__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-food__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-food__item-image,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-drink__item-image,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-food__item-image,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-food__item-image,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-drink__item-image,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-food__item-image,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-drink__item-image,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-food__item-image,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-food__item-image,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-food__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-food__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-food__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-food__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-food__item-image,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-food__item-image,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-food__item-image,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-food__item-image,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-food__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-food__item-image,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-food__item-image,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-drink__item-image,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-food__item-image,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-food__item-image,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-drink__item-image,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-food__item-image,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-frappe__item-image,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-drink__item-image,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-food__item-image,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-dessert__item-image,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-food__item-image,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-food__item-image,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-food__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-food__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-food__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-food__item-image,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-food__item-image,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-food__item-image,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-food__item-image,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-food__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 20px;
}
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-food__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image img,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image img,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-food__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image img,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-food__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-food__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image img,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image img,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-food__item-image img,
section#menu-drink .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-food__item-image img,
section#menu-drink .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-food__item-image img,
section#menu-drink .section__container .menu-food__items .menu-food__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-food__item-image img,
section#menu-drink .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-food__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image img,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-food__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image img,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image img,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-food__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image img,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image img,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image img,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image img,
section#menu-food .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image img,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-food__item-image img,
section#menu-food .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-drink__item-image img,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-food__item-image img,
section#menu-food .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image img,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image img,
section#menu-food .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image img,
section#menu-food .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image img,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-food__item-image img,
section#menu-food .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-drink__item-image img,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-food__item-image img,
section#menu-food .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-drink__item-image img,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-food__item-image img,
section#menu-food .section__container .menu-food__items .menu-food__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image img,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-food__item-image img,
section#menu-food .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-food__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image img,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-food__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-drink__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-food__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item .menu-dessert__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-smoothie__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-frappe__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-drink__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-food__item-image img,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item .menu-dessert__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item-text,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item-text,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item-text,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item-text,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item-text,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item-text,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item-text,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item-text,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item-text,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item-text,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item-text,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item-text,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item-text,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item-text,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item-text,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item-text,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item-text,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item-text,
section#menu-smoothie .section__container .menu-food__items .menu-food__item-text,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item-text,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item-text,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item-text,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item-text,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item-text,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item-text,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item-text,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item-text,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item-text,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item-text,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item-text,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item-text,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item-text,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item-text,
section#menu-drink .section__container .menu-frappe__items .menu-food__item-text,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item-text,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item-text,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item-text,
section#menu-drink .section__container .menu-drink__items .menu-drink__item-text,
section#menu-drink .section__container .menu-drink__items .menu-food__item-text,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item-text,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item-text,
section#menu-drink .section__container .menu-food__items .menu-frappe__item-text,
section#menu-drink .section__container .menu-food__items .menu-drink__item-text,
section#menu-drink .section__container .menu-food__items .menu-food__item-text,
section#menu-drink .section__container .menu-food__items .menu-dessert__item-text,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item-text,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item-text,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item-text,
section#menu-drink .section__container .menu-dessert__items .menu-food__item-text,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item-text,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item-text,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item-text,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item-text,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item-text,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item-text,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item-text,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item-text,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item-text,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item-text,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item-text,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item-text,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item-text,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item-text,
section#menu-frappe .section__container .menu-drink__items .menu-food__item-text,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item-text,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item-text,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item-text,
section#menu-frappe .section__container .menu-food__items .menu-drink__item-text,
section#menu-frappe .section__container .menu-food__items .menu-food__item-text,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item-text,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item-text,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item-text,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item-text,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item-text,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item-text,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item-text,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item-text,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item-text,
section#menu-food .section__container .menu-smoothie__items .menu-food__item-text,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item-text,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item-text,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item-text,
section#menu-food .section__container .menu-frappe__items .menu-drink__item-text,
section#menu-food .section__container .menu-frappe__items .menu-food__item-text,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item-text,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item-text,
section#menu-food .section__container .menu-drink__items .menu-frappe__item-text,
section#menu-food .section__container .menu-drink__items .menu-drink__item-text,
section#menu-food .section__container .menu-drink__items .menu-food__item-text,
section#menu-food .section__container .menu-drink__items .menu-dessert__item-text,
section#menu-food .section__container .menu-food__items .menu-smoothie__item-text,
section#menu-food .section__container .menu-food__items .menu-frappe__item-text,
section#menu-food .section__container .menu-food__items .menu-drink__item-text,
section#menu-food .section__container .menu-food__items .menu-food__item-text,
section#menu-food .section__container .menu-food__items .menu-dessert__item-text,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item-text,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item-text,
section#menu-food .section__container .menu-dessert__items .menu-drink__item-text,
section#menu-food .section__container .menu-dessert__items .menu-food__item-text,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item-text,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item-text,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item-text,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item-text,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item-text,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item-text,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item-text,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item-text,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item-text,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item-text,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item-text,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item-text,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item-text,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item-text,
section#menu-dessert .section__container .menu-drink__items .menu-food__item-text,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item-text,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item-text,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item-text,
section#menu-dessert .section__container .menu-food__items .menu-drink__item-text,
section#menu-dessert .section__container .menu-food__items .menu-food__item-text,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item-text,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item-text,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item-text,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item-text,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item-text,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item-text {
  margin-top: 10px;
}
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-smoothie__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-frappe__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-drink__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-food__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-food__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-smoothie .section__container .menu-dessert__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-smoothie__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-food__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-frappe__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-food__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-drink__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-food__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-food__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-food__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-drink .section__container .menu-dessert__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-smoothie__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-frappe__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-food__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-drink__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-food__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-food__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-frappe .section__container .menu-dessert__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-food__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-smoothie__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-food__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-frappe__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-food__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-drink__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-food__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-food__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-food__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-food__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-food__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-food__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-food__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-food__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-food__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-food__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-food__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-food__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-food__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-food__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-food__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-food__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-food__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-food__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-food__items .menu-food__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-food__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-food__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-food__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-food__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-food__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-food__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-food__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-food .section__container .menu-dessert__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-smoothie__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-frappe__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-food__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-drink__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-food__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-food__items .menu-dessert__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-smoothie__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-frappe__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-drink__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-food__item-text .menu-dessert__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item-text .menu-smoothie__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item-text .menu-frappe__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item-text .menu-drink__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item-text .menu-food__item-text__title,
section#menu-dessert .section__container .menu-dessert__items .menu-dessert__item-text .menu-dessert__item-text__title {
  font-size: 1.1rem;
  font-weight: 500;
}
section#menu-smoothie .section__container .menu-smoothie__otheritems,
section#menu-smoothie .section__container .menu-frappe__otheritems,
section#menu-smoothie .section__container .menu-drink__otheritems,
section#menu-smoothie .section__container .menu-food__otheritems,
section#menu-smoothie .section__container .menu-dessert__otheritems,
section#menu-drink .section__container .menu-smoothie__otheritems,
section#menu-drink .section__container .menu-frappe__otheritems,
section#menu-drink .section__container .menu-drink__otheritems,
section#menu-drink .section__container .menu-food__otheritems,
section#menu-drink .section__container .menu-dessert__otheritems,
section#menu-frappe .section__container .menu-smoothie__otheritems,
section#menu-frappe .section__container .menu-frappe__otheritems,
section#menu-frappe .section__container .menu-drink__otheritems,
section#menu-frappe .section__container .menu-food__otheritems,
section#menu-frappe .section__container .menu-dessert__otheritems,
section#menu-food .section__container .menu-smoothie__otheritems,
section#menu-food .section__container .menu-frappe__otheritems,
section#menu-food .section__container .menu-drink__otheritems,
section#menu-food .section__container .menu-food__otheritems,
section#menu-food .section__container .menu-dessert__otheritems,
section#menu-dessert .section__container .menu-smoothie__otheritems,
section#menu-dessert .section__container .menu-frappe__otheritems,
section#menu-dessert .section__container .menu-drink__otheritems,
section#menu-dessert .section__container .menu-food__otheritems,
section#menu-dessert .section__container .menu-dessert__otheritems {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}
@media screen and (max-width: 767px) {
  section#menu-smoothie .section__container .menu-smoothie__otheritems,
  section#menu-smoothie .section__container .menu-frappe__otheritems,
  section#menu-smoothie .section__container .menu-drink__otheritems,
  section#menu-smoothie .section__container .menu-food__otheritems,
  section#menu-smoothie .section__container .menu-dessert__otheritems,
  section#menu-drink .section__container .menu-smoothie__otheritems,
  section#menu-drink .section__container .menu-frappe__otheritems,
  section#menu-drink .section__container .menu-drink__otheritems,
  section#menu-drink .section__container .menu-food__otheritems,
  section#menu-drink .section__container .menu-dessert__otheritems,
  section#menu-frappe .section__container .menu-smoothie__otheritems,
  section#menu-frappe .section__container .menu-frappe__otheritems,
  section#menu-frappe .section__container .menu-drink__otheritems,
  section#menu-frappe .section__container .menu-food__otheritems,
  section#menu-frappe .section__container .menu-dessert__otheritems,
  section#menu-food .section__container .menu-smoothie__otheritems,
  section#menu-food .section__container .menu-frappe__otheritems,
  section#menu-food .section__container .menu-drink__otheritems,
  section#menu-food .section__container .menu-food__otheritems,
  section#menu-food .section__container .menu-dessert__otheritems,
  section#menu-dessert .section__container .menu-smoothie__otheritems,
  section#menu-dessert .section__container .menu-frappe__otheritems,
  section#menu-dessert .section__container .menu-drink__otheritems,
  section#menu-dessert .section__container .menu-food__otheritems,
  section#menu-dessert .section__container .menu-dessert__otheritems {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text {
  padding: 0 10px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-smoothie .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-drink .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-frappe .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-food .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-smoothie__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-frappe__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-drink__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-food__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-smoothie__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-frappe__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-drink__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-food__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-smoothie__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-frappe__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-drink__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-food__otheritems-item-text .menu-dessert__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-smoothie__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-frappe__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-drink__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-food__otheritems-item-text__title,
section#menu-dessert .section__container .menu-dessert__otheritems .menu-dessert__otheritems-item .menu-dessert__otheritems-item-text .menu-dessert__otheritems-item-text__title {
  font-weight: 500;
}
.button-pdf {
  text-align: center;
  margin-top: 40px;
}
.button-pdf a {
  color: #ED8F26;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.button-pdf a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ED8F26;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button-pdf a:hover {
  color: #b7680f;
}
.button-pdf a:hover::after {
  background-color: #b7680f;
}