:root {
  --neutral--200: #f4f0e9;
  --neutral--600: #66635f;
  --neutral--800: #130e0a;
  --accent--primary-1: #d69e3d;
  --neutral--100: white;
  --neutral--300: #eae5de;
  --general--shadow-01: rgba(20, 20, 43, .06);
  --general--shadow-02: rgba(43, 31, 20, .08);
  --secondary--color-1: #f5e7ce;
  --secondary--color-2: #966f2c;
  --neutral--700: #373533;
  --neutral--500: #928a82;
  --neutral--400: #d0c9be;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-03: rgba(20, 20, 43, .1);
  --general--shadow-04: rgba(20, 20, 43, .14);
  --general--shadow-05: rgba(20, 20, 43, .16);
  --general--shadow-06: rgba(20, 20, 43, .24);
  --button-shadow--color-01: rgba(214, 158, 61, .06);
  --button-shadow--color-2: rgba(214, 158, 61, .08);
  --button-shadow--color-03: rgba(214, 158, 61, .08);
  --button-shadow--white-01: rgba(20, 20, 43, .04);
  --button-shadow--white-02: rgba(20, 20, 43, .06);
  --button-shadow--white-03: rgba(20, 20, 43, .1);
  --secondary--color-5: #fdb52a;
  --orange-100-v2: transparent;
  --orange-100-v2-3: #ffe3d3;
  --orange-200-v2: #efbc9f;
  --blue-dark-100: #27266a;
  --maroon: #6f0007;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  font-family: Hauora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Hauora, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Alpino, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Alpino, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Alpino, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Alpino, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Alpino, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--800);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Alpino, sans-serif;
  font-weight: 900;
  display: block;
}

strong {
  color: var(--neutral--800);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  background-image: url('../images/rich-text-blog-quote-shape-bottom-right-coffeeshop-webflow-ecommerce-template.svg'), url('../images/rich-text-blog-quote-shape-bottom-left-coffeeshop-webflow-ecommerce-template.svg'), url('../images/rich-text-blog-quote-shape-top-right-coffeeshop-webflow-ecommerce-template.svg'), url('../images/rich-text-blog-quote-shape-top-left-coffeeshop-webflow-ecommerce-template.svg');
  background-position: 98% 90%, 66px 86%, 88% 58px, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  border: 0 solid #000;
  margin-top: 64px;
  margin-bottom: 32px;
  padding: 142px 118px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.462em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper {
  z-index: 1;
  width: 100%;
  min-height: 100vh;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.hero-v1 {
  grid-column-gap: 80px;
}

.grid-2-columns.form {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 34px;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  text-align: left;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  grid-template-columns: .4fr 1fr;
  justify-items: start;
  padding-top: 0;
}

.grid-2-columns.product-page {
  grid-column-gap: 80px;
  grid-template-columns: 1.1fr 483px;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.gap-30px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.grid-2-columns.dropdown-grid-main {
  grid-column-gap: 65px;
  grid-row-gap: 40px;
  grid-template-columns: auto 1fr;
}

.grid-2-columns._1fr---1-16fr {
  grid-template-columns: 1fr 1.16fr;
}

.grid-2-columns._1fr---1-3fr {
  grid-template-columns: 1fr 1.3fr;
}

.grid-2-columns._1-42fr---1fr {
  grid-template-columns: 1.42fr 1fr;
}

.grid-2-columns._1-25fr---1fr {
  grid-template-columns: 1.25fr 1fr;
}

.grid-2-columns.logo-and-paragraph-grid {
  grid-template-columns: auto 1fr;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.grid-2-columns._2-cards-center {
  grid-template-columns: minmax(min-content, 388px) minmax(min-content, 388px);
  justify-content: center;
}

.card {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
}

.card.form {
  z-index: 1;
  min-height: 736px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 70px 32px;
  display: flex;
  position: relative;
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.border-color-primary {
  border-color: var(--accent--primary-1);
}

.card.sales-home-page {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-decoration: none;
}

.card.buy-now {
  transform-style: preserve-3d;
  background-color: #4253ff;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: translate3d(0, -6px, .01px);
}

.card.buy-now.white {
  background-color: var(--neutral--100);
}

.card.figma-file {
  justify-content: center;
  margin-top: 32px;
  margin-bottom: 48px;
  display: flex;
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  border-top: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

.grid-4-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-4-columns.footer-columns-grid {
  grid-template-columns: 1.4fr .5fr auto .72fr;
}

.grid-4-columns.footer-columns-grid.v2 {
  grid-template-columns: 1fr 1.75fr 1fr 1.25fr;
}

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.bg-secondary-2 {
  background-color: var(--secondary--color-2);
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.color-neutral-100.hover-color-accent-1:hover {
  color: var(--accent--primary-1);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--accent--primary-1);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  height: 1px;
  background-color: var(--neutral--400);
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.mg-top-bottom-0px {
  margin-top: 0;
  margin-bottom: 0;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-48px {
  margin-bottom: 48px;
}

.mg-bottom-56px {
  margin-bottom: 56px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-40px {
  margin-top: 40px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-right-8px {
  margin-right: 8px;
}

.mg-right-16px {
  margin-right: 16px;
}

.text-200 {
  line-height: 1.111em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.bold {
  font-weight: 700;
}

.display-1 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 1.136em;
}

.display-1.color-neutral-100 {
  color: var(--neutral--100);
}

.display-1.color-neutral-100.text-center {
  margin-top: -40px;
}

.display-1.mg-bottom-0 {
  cursor: default;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
}

.grid-1-column.gap-row-6px {
  grid-row-gap: 6px;
}

.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.gap-56px {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
}

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.28em;
}

.display-2.color-neutral-100 {
  color: var(--neutral--100);
}

.display-2.color-neutral-100.mg-bottom-32px {
  font-size: 40px;
}

.display-2.follow-us-heading {
  z-index: 2;
  color: var(--neutral--100);
  margin-bottom: 0;
  position: relative;
}

.display-3 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.286em;
}

.display-3.color-neutral-100 {
  color: var(--neutral--100);
}

.display-3.color-neutral-100.link {
  text-decoration: none;
}

.display-3.color-neutral-100.link:hover {
  color: var(--accent--primary-1);
}

.display-4 {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.682em;
}

.display-4.color-neutral-100 {
  color: var(--neutral--100);
}

.display-4.color-neutral-100.link {
  text-decoration: none;
}

.display-4.color-neutral-100.link:hover {
  color: var(--accent--primary-1);
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.462em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 22px;
  line-height: 1.1em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.grid-3-columns.grid-size-width---1fr---456px---1fr {
  grid-template-columns: 1fr 456px 1fr;
}

.grid-3-columns.grid-size-width---1fr---456px---1fr.gap-40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.grid-3-columns.grid-size-width---auto {
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.grid-size-width---auto.gap-col-66px {
  grid-column-gap: 66px;
}

.style---shadow-card {
  min-height: 220px;
  background-color: var(--neutral--100);
  box-shadow: 1px 1px 6px 0 var(--general--shadow-01);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 44px;
  display: flex;
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  min-height: 70vh;
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container._600px._100-tablet {
  max-width: 800px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._450px {
  max-width: 450px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._300px {
  max-width: 300px;
}

.inner-container._698px {
  max-width: 698px;
}

.inner-container._520px {
  justify-content: flex-start;
  display: flex;
}

.inner-container._520px._1 {
  display: block;
}

.inner-container._548px {
  max-width: 548px;
}

.inner-container._970px {
  max-width: 970px;
}

.inner-container._576px {
  max-width: 576px;
}

.inner-container._592px {
  max-width: 592px;
}

.inner-container._468px {
  max-width: 468px;
}

.inner-container._458px {
  max-width: 458px;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._680px {
  max-width: 680px;
  max-width: 680px;
}

.inner-container._730px {
  max-width: 730px;
}

.inner-container._480px {
  max-width: 480px;
}

.inner-container._1040px {
  max-width: 1040px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  background-color: rgba(0, 0, 0, 0);
}

.style---components-wrapper {
  background-color: var(--neutral--100);
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  border-radius: 5px;
  justify-content: center;
  margin-left: 6px;
  padding: 26px 38px;
  font-family: Alpino, sans-serif;
  font-weight: 900;
  line-height: 1.125em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  background-color: var(--secondary--color-2);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  margin-left: 24px;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-primary.white {
  background-color: var(--system--orange-300);
  color: var(--neutral--800);
  cursor: pointer;
  border-radius: 5px;
}

.btn-primary.white:hover {
  color: #cea338;
  background-color: #000;
}

.btn-primary.white.small.header-btn-hidde-on-mb {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  font-family: Hauora, sans-serif;
}

.btn-primary.white.small.header-btn-hidde-on-mb:hover {
  color: #ffcb47;
  background-color: rgba(0, 0, 0, 0);
}

.btn-primary.white.order {
  font-size: 24px;
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.btn-primary.inside-input.default {
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.inside-input.subscriber-newsletter {
  background-color: var(--accent--primary-1);
  padding: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.inside-input.subscriber-newsletter:hover {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.download-app {
  border: 1px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  letter-spacing: 0;
  font-weight: 500;
  transition: border .3s, background-color .3s, transform .3s, color .3s;
  display: flex;
}

.btn-primary.download-app:hover {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.download-app.white {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  box-shadow: 1px 1px 12px 0 var(--general--shadow-02);
}

.btn-primary.buy-now-sales-home-btn {
  background-color: var(--neutral--100);
  color: #4253ff;
}

.btn-primary.buy-now-sales-home-btn:hover {
  transform: none;
}

.btn-primary.more-templates-sales-home-btn {
  background-color: #553ffe;
  transition-property: none;
}

.btn-primary.more-templates-sales-home-btn:hover {
  transform: none;
}

.btn-secondary {
  border: 2px solid var(--neutral--800);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  padding: 26px 38px;
  font-family: Alpino, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.125em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

.btn-secondary.white {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
}

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.width-100.mg-top-14px {
  margin-top: 14px;
}

.badge-primary {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 18px 28px;
  font-family: Alpino, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.badge-primary.light {
  background-color: var(--secondary--color-2);
  color: var(--neutral--100);
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--200);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 18px 28px;
  font-family: Alpino, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 20px;
  line-height: 22px;
}

.badge-secondary.category-badges {
  transform-style: preserve-3d;
  margin-left: 24px;
  transition: transform .3s, border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -4px, .01px);
}

.badge-secondary.category-badges.w--current {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  cursor: default;
}

.badge-secondary.category-badges.w--current:hover {
  border-color: var(--secondary--color-2);
  background-color: var(--secondary--color-2);
}

.input {
  min-height: 70px;
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--neutral--500);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.input:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.input::-ms-input-placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.input::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.mg-bottom-8px {
  margin-bottom: 8px;
}

.input.large {
  min-height: 76px;
}

.input.large.input-newsletter {
  border-color: var(--neutral--500);
  color: var(--neutral--100);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 166px;
  line-height: 1.1em;
}

.input.large.input-newsletter:hover {
  border-color: var(--neutral--600);
}

.input.large.input-newsletter:focus {
  border-color: var(--accent--primary-1);
}

.input.large.input-newsletter::-ms-input-placeholder {
  color: var(--neutral--500);
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.1em;
}

.input.large.input-newsletter::placeholder {
  color: var(--neutral--500);
  letter-spacing: .04em;
  text-transform: uppercase;
  line-height: 1.1em;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.cart-quantity-input {
  width: 70px;
  min-height: 50px;
  background-color: var(--neutral--200);
  border-radius: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.input.quntity {
  width: 110px;
  background-color: var(--neutral--200);
  border-radius: 0;
}

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.input.medium::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  margin-bottom: 0;
}

.input.dropdown-input-wrapper {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
}

.input.dropdown-input {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-style: none;
  padding: 0;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.position-relative {
  position: relative;
}

.text-area {
  min-height: 144px;
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-02);
  letter-spacing: .04px;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 28px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--accent--primary-1);
  box-shadow: 0 2px 12px 0 var(--general--shadow-03);
}

.text-area:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--800);
}

.text-area::-ms-input-placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.text-area::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::-ms-input-placeholder {
  font-size: 16px;
  line-height: 18px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-height: 28px;
  min-width: 28px;
}

.checkbox.small {
  min-height: 22px;
  min-width: 22px;
  border-radius: 5px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  width: auto;
  height: auto;
  min-height: 24px;
  min-width: 24px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-height: 28px;
  min-width: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-height: 22px;
  min-width: 22px;
}

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  width: 100%;
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  height: 32px;
  max-height: 32px;
  max-width: 32px;
}

.avatar-circle._02 {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
}

.avatar-circle._03 {
  width: 64px;
  height: 64px;
  max-height: 64px;
  max-width: 64px;
}

.avatar-circle._04 {
  width: 80px;
  height: 80px;
  max-height: 80px;
  max-width: 80px;
}

.avatar-circle._05 {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
}

.avatar-circle._06 {
  width: 160px;
  height: 160px;
  max-height: 160px;
  max-width: 160px;
}

.avatar-circle._07 {
  width: 240px;
  height: 240px;
  max-height: 240px;
  max-width: 240px;
}

.avatar-circle._08 {
  width: 380px;
  height: 380px;
  max-height: 380px;
  max-width: 380px;
}

.style---icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 72px);
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
  line-height: 21px;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-square-link {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.social-square-link:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.social-square-link.size-10px {
  width: 10px;
}

.social-square-link.bg-neutral-100 {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.social-square-link.bg-neutral-100:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 6px;
  display: inline-block;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.blog-diagonal-arrow {
  color: var(--neutral--800);
  font-size: 24px;
  font-weight: 400;
}

.line-rounded-icon.success-message-check---top {
  color: var(--accent--primary-1);
  margin-bottom: 24px;
  font-size: 80px;
  line-height: 1em;
}

.style---line-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 20px);
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.close-cart {
  font-size: 24px;
  line-height: 1.1em;
}

.line-square-icon.size-20px {
  font-size: 20px;
  line-height: 1em;
}

.line-square-icon.size-20px.icon-and-text-link---icon {
  align-self: flex-start;
  margin-top: 4px;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

.rich-text img {
  border-radius: 0;
}

.rich-text p {
  margin-bottom: 16px;
}

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 48px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 32px;
}

.rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

.rich-text h5, .rich-text h4 {
  margin-top: 48px;
  margin-bottom: 24px;
}

.rich-text a {
  color: var(--neutral--800);
}

.rich-text a:hover {
  color: var(--accent--primary-1);
}

.buttons-row {
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-right: 4px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-family: Alpino, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--800);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--secondary--color-2);
  color: var(--neutral--100);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  max-width: 38px;
  background-color: var(--accent--primary-1);
  margin-right: 10px;
  padding: 2px;
}

.width-100 {
  width: 100%;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---button-wrapper-sidebar.pd-left-right-0px {
  padding-left: 0;
  padding-right: 0;
}

.container-default {
  max-width: 1268px;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.order-confirmation {
  display: block;
}

.section {
  padding-top: 240px;
  padding-bottom: 240px;
  overflow: hidden;
}

.section.small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-primary {
  padding-top: 232px;
  padding-bottom: 232px;
  position: relative;
  overflow: hidden;
}

.section.hero-primary.hero-full-width-right {
  border-bottom: 1px solid var(--neutral--400);
}

.section.template-pages-hero {
  background-color: var(--neutral--200);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  background-color: var(--neutral--300);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.template-pages-hero.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.section.bg---contact {
  background-image: linear-gradient(rgba(19, 14, 10, .7), rgba(19, 14, 10, .7)), url('../images/coffeebar-x-contact-hero-background.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  margin-top: -128px;
  padding-top: 40vh;
  padding-bottom: 40vh;
  position: relative;
}

.section.bg---blog-post {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -100px;
  padding-top: 230px;
  padding-bottom: 220px;
  position: relative;
}

.section.overflow-visible {
  overflow: visible;
}

.section.pd-top-72px-bottom-72px {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.medium {
  padding-top: 125px;
  padding-bottom: 125px;
  display: block;
}

.section.top-120px {
  padding-top: 120px;
  display: none;
}

.section.bottom-120px {
  padding-bottom: 120px;
}

.section.top-180px {
  padding-top: 180px;
}

.section.top-180px.bottom-150px {
  display: none;
}

.section.bottom-200px {
  padding-bottom: 200px;
}

.section.bottom-300px {
  padding-bottom: 300px;
}

.section.bg---our-menu---our-location {
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/img_20190630_132708.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: relative;
}

.section.top-0px {
  padding-top: 0;
}

.section.top-0px.bottom-0px {
  padding-bottom: 0;
}

.section.top-150px {
  padding-top: 150px;
}

.section.top-150px.bottom-300px {
  display: none;
}

.section.medium-180px {
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.bottom-150px {
  padding-bottom: 150px;
}

.section.medium-150px {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.medium-150px.bottom-200px {
  padding-bottom: 200px;
}

.section.bottom-0px {
  padding-bottom: 0;
}

.section.our-founders-section {
  z-index: 1;
  background-color: var(--neutral--800);
  padding-bottom: 280px;
  position: relative;
}

.section.bg---locations {
  z-index: 1;
  background-color: var(--neutral--800);
  position: relative;
}

.section.bg---follow-instagram {
  background-color: var(--neutral--800);
  position: relative;
}

.section.bg-subscribe {
  background-color: var(--neutral--800);
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.section.top-100px {
  padding-top: 100px;
}

.section.bg-team-member-bio {
  background-color: var(--neutral--800);
  padding-top: 240px;
  position: relative;
}

.section.bg---about-product {
  background-color: var(--neutral--800);
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.section.pd-80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero-main-bg {
  z-index: 1;
  margin-top: -100px;
  padding-top: 110px;
  padding-bottom: 260px;
  position: relative;
}

.section.hero-page {
  background-image: linear-gradient(to bottom, rgba(19, 14, 10, 0) 50%, var(--neutral--800) 50%);
  padding-top: 60px;
  padding-bottom: 200px;
}

.section.pd-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.pd-200px.pd-top-0 {
  padding-top: 0;
}

.section._2 {
  display: none;
}

.link-wrapper {
  color: var(--neutral--800);
  transition: none;
  display: inline-block;
}

.link-wrapper:hover, .link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

.link-wrapper.white {
  color: var(--neutral--100);
}

.link-wrapper.white:hover {
  color: var(--secondary--color-2);
}

.link-wrapper.white.text-100-uppercase {
  letter-spacing: .02em;
  font-weight: 900;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.link-text.color-neutral-100 {
  transition-property: none;
}

.heading-h1-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Hauora, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.316em;
}

.heading-h2-size.color-neutral-100 {
  color: var(--neutral--100);
}

.heading-h2-size.color-neutral-100.fw-900 {
  font-weight: 900;
}

.heading-h3-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

.heading-h4-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.heading-h6-size {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-content-wrapper.logo-center {
  grid-column-gap: 40px;
  justify-content: center;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0;
  font-family: Alpino, sans-serif;
  font-weight: 900;
}

.header-nav-link:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.w--current {
  color: var(--neutral--800);
}

.header-nav-link.white {
  color: var(--neutral--100);
}

.header-nav-link.white:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.white.black---tablet:hover {
  color: #ffcb47;
}

.header-nav-link.white.black---tablet.w--current {
  cursor: pointer;
}

.header-nav-list-item {
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 28px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.right-side {
  padding-left: 0;
  padding-right: 28px;
}

.header-nav-list-item.pages {
  display: none;
}

.dropdown-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

.dropdown-toggle {
  letter-spacing: .02em;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  font-family: Alpino, sans-serif;
  font-weight: 900;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--accent--primary-1);
}

.dropdown-toggle.white {
  color: var(--neutral--100);
}

.dropdown-toggle.white:hover {
  color: var(--accent--primary-1);
}

.dropdown-column-wrapper {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 18px 8px 8px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.w--open {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 18px 8px 8px;
}

.dropdown-link {
  width: 100%;
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0;
  font-family: Alpino, sans-serif;
  font-weight: 900;
  line-height: 20px;
}

.dropdown-link:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.w--current {
  color: var(--neutral--800);
}

.dropdown-link.black {
  color: var(--neutral--700);
}

.dropdown-link.black:hover {
  color: var(--accent--primary-1);
}

.dropdown-link.dropdown-more-webflow-link {
  color: var(--secondary--color-2);
  text-decoration: underline;
}

.dropdown-link.dropdown-more-webflow-link:hover {
  color: var(--accent--primary-1);
}

.dropdown-pd {
  width: 570px;
  background-color: var(--neutral--100);
  box-shadow: 1px 1px 12px 0 var(--general--shadow-01);
  padding: 50px 40px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: translate3d(0, -5px, .01px);
}

.header-logo-link.max-w-180px-mbl.w--current {
  cursor: pointer;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.hamburger-menu-bar {
  width: 52px;
  height: 4px;
  background-color: var(--neutral--800);
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-links-container {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.btn-square-primary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-square-primary:hover {
  background-color: var(--secondary--color-1);
  color: var(--neutral--800);
  transform: scale3d(.94, .94, 1.01);
}

.btn-square-primary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-square-primary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-square-primary.white {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--200);
  color: var(--neutral--800);
  transition: border .3s, transform .3s, background-color .3s, color .3s;
}

.btn-square-primary.white:hover {
  border-color: var(--secondary--color-2);
  background-color: var(--secondary--color-2);
  opacity: .96;
  color: var(--neutral--100);
}

.btn-square-primary.white.slider-arrow-left {
  background-color: var(--neutral--100);
  top: auto;
  bottom: 0%;
  left: -100px;
  right: 0%;
}

.btn-square-primary.white.slider-arrow-left:hover {
  background-color: var(--secondary--color-2);
}

.btn-square-primary.white.slider-arrow-right {
  background-color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 0;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: -100px;
}

.btn-square-primary.white.slider-arrow-right:hover {
  background-color: var(--secondary--color-2);
}

.btn-square-primary.accordion-btn {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  border: 1px solid var(--neutral--800);
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  transition-property: none;
}

.btn-square-primary.accordion-btn:hover {
  transform: none;
}

.btn-circle-secondary {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  font-size: 22px;
}

.btn-circle-secondary.large {
  width: 88px;
  height: 88px;
  min-height: 88px;
  min-width: 88px;
  font-size: 30px;
  line-height: 32px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: rgba(0, 0, 0, 0);
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.utility-page-form {
  width: 100%;
  max-width: 696px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.utility-page-form.password-form-box {
  background-color: var(--neutral--100);
  margin-left: auto;
  margin-right: auto;
}

.hidden-on-desktop {
  display: none;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.flex-vertical.center {
  align-items: center;
}

.flex-vertical.transition-logo {
  justify-content: center;
  align-items: center;
}

.flex-vertical.align-center {
  align-items: center;
}

.flex-horizontal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal.end {
  justify-content: flex-end;
}

.flex-horizontal.start {
  justify-content: flex-start;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.space-between.gap-20px, .flex-horizontal.space-between.gap-col-20px-row-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-horizontal.success-message-horizontal {
  grid-column-gap: 10px;
}

.flex-horizontal.align-end {
  align-items: flex-end;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
  margin-bottom: 24px;
  transition-property: transform;
}

.footer-logo-wrapper:hover {
  transform: translate3d(0, -4px, .01px);
}

.footer-logo-wrapper.w--current {
  margin-bottom: 20px;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-logo-wrapper.mg-bottom-16px {
  margin-bottom: 16px;
}

.footer-list-wrapper {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-list-item {
  margin-bottom: 10px;
  padding-left: 0;
}

.footer-link {
  color: var(--neutral--100);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.682em;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--accent--primary-1);
}

.footer-link.footer---more-webflow-link {
  color: var(--accent--primary-1);
  text-decoration: underline;
}

.footer-link.footer---more-webflow-link:hover {
  color: var(--secondary--color-2);
}

.success-message {
  width: 100%;
  min-height: 100%;
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: left;
  padding: 24px 28px;
}

.success-message.contact---success-message {
  min-height: auto;
  background-color: var(--neutral--100);
  position: absolute;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.error-message.password {
  border-radius: 0;
}

.error-message.password.password-error-message {
  background-color: var(--system--300);
  color: var(--neutral--100);
}

.error-message.contact-error-message {
  width: 100%;
  max-width: 566px;
  background-color: var(--system--300);
  color: var(--neutral--100);
  border-radius: 0;
}

.error-message.subscribe-error-message {
  width: 100%;
  background-color: var(--system--300);
  color: var(--neutral--100);
  border-radius: 0;
  padding: 15px 16px;
}

.text-center {
  text-align: center;
}

.text-center.mobile-l {
  text-align: left;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.floating-item {
  position: absolute;
}

.floating-item.flower-image {
  z-index: -1;
  width: 100%;
  max-width: 128px;
  top: 48px;
  bottom: auto;
  left: auto;
  right: 28%;
}

.floating-item.footer-coffeebean-left {
  z-index: -1;
  width: 100%;
  max-width: 92px;
  top: auto;
  bottom: -25%;
  left: 0%;
  right: auto;
}

.floating-item.footer-coffeebean-right {
  z-index: -1;
  width: 100%;
  max-width: 88px;
  margin-right: -226px;
  top: auto;
  bottom: 35%;
  left: auto;
  right: -25%;
}

.floating-item.coffeebean-home-up-right {
  width: 100%;
  max-width: 109px;
  opacity: .09;
  top: 67px;
  bottom: auto;
  left: auto;
  right: 22px;
}

.floating-item.coffeebean-home-left-down {
  width: 100%;
  max-width: 109px;
  opacity: .29;
  top: 51%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-item.coffebean---taste-coffee {
  z-index: -1;
  width: 100%;
  max-width: 110px;
  top: -36%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.floating-item.coffebean---taste-coffee---right--down {
  z-index: -1;
  width: 100%;
  max-width: 140px;
  top: auto;
  bottom: -12%;
  left: auto;
  right: -6%;
}

.floating-item.why-us-item-left {
  z-index: -1;
  width: 98px;
  max-width: 98px;
  display: flex;
  top: -65px;
  bottom: auto;
  left: 35%;
  right: auto;
}

.floating-item.why-us-item-right {
  z-index: -1;
  width: 98px;
  max-width: 98px;
  top: -40px;
  bottom: auto;
  left: auto;
  right: 40%;
}

.floating-item.our-menu-location-vector-top {
  width: 100%;
  top: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.floating-item.our-menu-location-vector-bottom {
  width: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.floating-item.coffee-plant-about-us-location {
  z-index: -1;
  width: 100%;
  max-width: 385px;
  top: auto;
  bottom: -17%;
  left: auto;
  right: -8%;
}

.floating-item.coffeebean-about-us-location {
  z-index: -1;
  width: 100%;
  max-width: 88px;
  top: -7%;
  bottom: auto;
  left: 33%;
  right: auto;
}

.floating-item.about-our-coffee---coffee-sack-location {
  z-index: -1;
  width: 100%;
  max-width: 520px;
  top: auto;
  bottom: -10%;
  left: auto;
  right: -9%;
}

.floating-item.about-our-coffee---coffee-bean-up-right {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: -11%;
  bottom: auto;
  left: auto;
  right: 8%;
}

.floating-item.about-our-coffee---coffee-bean-bottom-left {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: auto;
  bottom: 12%;
  left: -1%;
  right: auto;
}

.floating-item.testimonial-image-coffee-sack {
  width: 100%;
  max-width: 500px;
  bottom: -35%;
  left: 11%;
}

.floating-item.testiomial-image---flower {
  z-index: -1;
  width: 100%;
  max-width: 153px;
  top: 37%;
  bottom: auto;
  left: -11%;
  right: auto;
}

.floating-item.testimonial-image---coffebean {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: -35%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.floating-item.testimonial-image---coffebean-up-right {
  z-index: -1;
  width: 100%;
  max-width: 110px;
  top: -40%;
  bottom: auto;
  left: -31%;
  right: auto;
}

.floating-item.testimonial-image---coffeebean-bottom-right {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: auto;
  bottom: -13%;
  left: auto;
  right: 0%;
}

.floating-item.our-blog-image---coffeebean-up-left {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: -35%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.floating-item.coffeebean---up-left {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: -67%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.floating-item.coffeebean---up-right {
  z-index: -1;
  width: 100%;
  max-width: 78px;
  top: -38%;
  bottom: auto;
  left: auto;
  right: -14%;
}

.floating-item.coffebarx--sack---about-location {
  z-index: -1;
  width: 100%;
  max-width: 518px;
  transform-style: preserve-3d;
  top: auto;
  bottom: -29%;
  left: -59%;
  right: auto;
}

.floating-item.ourt-story-coffebean-up-left {
  z-index: -1;
  top: -65%;
  bottom: auto;
  left: 11%;
  right: 0%;
}

.floating-item.ourt-story-coffebean-up-right {
  z-index: -1;
  top: -32%;
  bottom: auto;
  left: 29%;
  right: 0%;
}

.floating-item.ourt-story-coffebean-bottom-right {
  top: 57%;
  right: 22%;
}

.floating-item.about-our-founder-img-up {
  z-index: -1;
  width: 100%;
  max-width: 78px;
  top: -35%;
  bottom: auto;
  left: 13%;
  right: auto;
}

.floating-item.cup-of-coffe-location {
  z-index: -1;
  width: 100%;
  max-width: 450px;
  top: auto;
  bottom: -24%;
  left: auto;
  right: 34%;
}

.floating-item.our-coffee-method-img-location {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: -21%;
  bottom: auto;
  left: 50%;
  right: 0%;
  transform: translate(-50%);
}

.floating-item.our-method-divider-horizontal {
  width: 100%;
  max-height: 1px;
  min-height: 1px;
  background-color: var(--neutral--400);
  top: 50%;
  transform: translate(0, -50%);
}

.floating-item.our-method-divider-horizontal---hide-desktop {
  width: 100%;
  min-height: 1px;
  background-color: var(--neutral--400);
  display: none;
  top: 50%;
  transform: translate(0, -50%);
}

.floating-item.our-method-divider-vertical {
  width: 1px;
  height: 100%;
  background-color: var(--neutral--400);
  object-fit: fill;
  top: 0%;
  bottom: auto;
  left: 34%;
  right: 0%;
  transform: translate(-50%);
}

.floating-item.our-method-divider-vertical---hide-tablet {
  width: 1px;
  height: 100%;
  background-color: var(--neutral--400);
  object-fit: fill;
  top: 0%;
  bottom: auto;
  left: 68%;
  right: 0%;
  transform: translate(-50%);
}

.floating-item.team-member-image-down-right {
  z-index: -1;
  width: 100%;
  max-width: 520px;
  top: auto;
  bottom: -63%;
  left: auto;
  right: -22%;
}

.floating-item.team-member-image-up-left {
  z-index: -1;
  width: 100%;
  max-width: 88px;
  top: -100%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.floating-item.team-member-about---img-right {
  z-index: -1;
  width: 100%;
  max-width: 508px;
  top: auto;
  bottom: -21%;
  left: auto;
  right: -9%;
}

.floating-item.blog-category-img-up-left {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: -49%;
  bottom: auto;
  left: -22%;
  right: auto;
}

.floating-item.blog-category-img-bottom-right {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: auto;
  bottom: -8%;
  left: auto;
  right: -5%;
}

.floating-item.blog-category-img-bottom-left {
  z-index: -1;
  width: 100%;
  max-width: 122px;
  top: auto;
  bottom: -12%;
  left: auto;
  right: 7%;
}

.floating-item.sack-with-coffebeans-location {
  z-index: -1;
  width: 100%;
  max-width: 530px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -11%;
}

.floating-item.coffeebar-vector-bottom {
  z-index: 2;
  width: 100%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.floating-item.sack-with-coffee-contact-location {
  z-index: -1;
  width: 100%;
  max-width: 530px;
  top: auto;
  bottom: -6%;
  left: auto;
  right: -6%;
}

.floating-item.locations---flower-up-right {
  z-index: -1;
  width: 100%;
  max-width: 118px;
  top: 19px;
  bottom: auto;
  left: auto;
  right: 35px;
}

.floating-item.locations---cofeebean-up-right {
  z-index: -1;
  width: 100%;
  max-width: 120px;
  top: -133px;
  bottom: auto;
  left: auto;
  right: -73px;
}

.floating-item.locations---flower-down-left {
  z-index: -1;
  width: 100%;
  max-width: 118px;
  top: auto;
  bottom: 16%;
  left: -2%;
  right: auto;
}

.floating-item.locations---cofeebean-down-left {
  z-index: -1;
  width: 100%;
  max-width: 120px;
  top: auto;
  bottom: 10%;
  left: 6%;
  right: auto;
}

.floating-item.follow-us-cup-of-coffe-location {
  z-index: -1;
  width: 100%;
  max-width: 508px;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -10%;
}

.floating-item.coffeebean-img-wrapper {
  z-index: -1;
  top: 8%;
  left: -9%;
}

.floating-item.cofeebean-contact-up-left {
  z-index: -1;
  width: 100%;
  max-width: 78px;
  top: 0%;
  left: 54px;
}

.floating-item.cofeebean-contact-up-right {
  z-index: -1;
  width: 100%;
  max-width: 100px;
  top: -22px;
  right: -25px;
}

.floating-item.cofeebean-contact-bottom-center {
  z-index: -1;
  width: 100%;
  max-width: 150px;
  bottom: 32px;
  right: 19px;
}

.floating-item.blog-post---shadow {
  z-index: 1;
  background-color: rgba(19, 14, 10, .6);
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.floating-item.our-menu-coffeebean-location {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: -44px;
  left: 50%;
  transform: translate(-50%);
}

.floating-item.cup-of-coffee-our-menu-location {
  z-index: -1;
  top: auto;
  bottom: -16px;
  left: auto;
  right: -117px;
}

.floating-item.cup-of-coffee-menu-location {
  z-index: -1;
  top: auto;
  bottom: -162px;
  left: auto;
  right: -108px;
}

.floating-item.coffeebean-menu-up-right {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-item.coffeebean-menu-bottom-left {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: -48px;
  bottom: auto;
  left: -38px;
  right: auto;
}

.floating-item.product--cup-of-coffee-bottom-right {
  z-index: -1;
  width: 100%;
  max-width: 518px;
  top: auto;
  bottom: 12px;
  left: auto;
  right: -25%;
}

.floating-item.product---coffeebean---up-left {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: -44px;
  bottom: auto;
  left: -48px;
  right: auto;
}

.floating-item.flower-up-left {
  z-index: -1;
  width: 100%;
  max-width: 131px;
  top: 44px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.floating-item.coffeebean-bottom-right {
  z-index: -1;
  width: 100%;
  max-width: 98px;
  top: auto;
  bottom: 149px;
  left: auto;
  right: -57px;
}

.floating-item.cup-of-coffee---not-found-location {
  z-index: -1;
  width: 100%;
  max-width: 418px;
  top: 3%;
  bottom: auto;
  left: -54%;
  right: auto;
}

.floating-item.sack-of-coffe-center-right {
  z-index: -1;
  width: 100%;
  max-width: 416px;
  top: -79px;
  right: -168px;
}

.floating-item.flower-bottom-left {
  z-index: -1;
  width: 100%;
  max-width: 100px;
  bottom: -76px;
  left: -51px;
}

.floating-item.coffeebean-up-left {
  z-index: -1;
  width: 100%;
  max-width: 78px;
  top: -102px;
  bottom: auto;
  left: 83px;
  right: auto;
}

.floating-item.team-member-social-links-card {
  z-index: 2;
  bottom: 48px;
  left: 50px;
}

.floating-item.coffeebean-top-left {
  top: -51px;
  bottom: auto;
  left: -41px;
  right: auto;
}

.floating-item.bg-shape-bottom-right {
  z-index: -1;
  width: 100%;
  max-width: 152px;
  bottom: -90px;
  right: 74px;
}

.floating-item.team-member-about---left {
  z-index: -1;
  max-width: 74px;
  top: -18px;
  left: -98px;
}

.floating-item.blog-hero-bottom-right {
  z-index: -1;
  bottom: -50px;
  right: -68px;
}

.floating-item.blog-hero-top-right {
  z-index: -1;
  top: -104px;
  right: 16px;
}

.hero-full-with-right---image-wrapper {
  width: 45%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fit-cover {
  object-fit: cover;
  border-radius: 5px;
}

.fit-cover.fit-origin-top-left {
  object-position: 0% 0%;
}

.fit-cover.fit-origin-left {
  object-position: 0% 50%;
}

.fit-cover.fit-origin-left.position-relative---z-index-2 {
  object-position: 50% 50%;
}

.fit-cover.teil {
  height: 400px;
  object-position: 50% 50%;
}

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  color: var(--accent--primary-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Alpino, sans-serif;
  font-weight: 500;
  line-height: 1.111em;
  display: inline-block;
}

.subtitle.color-neutral-100 {
  color: var(--neutral--100);
}

.text-decoration-none {
  text-decoration: none;
}

.slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-wrapper.position-static {
  position: static;
}

.slider-mask {
  height: 100%;
  overflow: visible;
}

.slider-mask.inner-container._910px {
  max-width: 910px;
}

.accordion-item-wrapper {
  width: 100%;
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--200);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 24px;
  padding: 48px 64px;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v3 {
  box-shadow: none;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 48px 0;
  position: relative;
  overflow: visible;
}

.accordion-item-wrapper.v3:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.v3.first {
  border-top-width: 0;
  padding-top: 0;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.acordion-body {
  width: 100%;
  max-width: 646px;
  overflow: hidden;
}

.accordion-spacer {
  min-height: 16px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.accordion-content-wrapper.v2 {
  max-width: 730px;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-title {
  margin-bottom: 0;
}

.empty-state {
  border: 2px solid var(--neutral--800);
  background-color: var(--neutral--200);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 26px 24px;
  font-family: Alpino, sans-serif;
  font-weight: 900;
}

.heading-link {
  transition: color .3s;
}

.heading-link:hover {
  color: var(--accent--primary-1);
}

.pd---content-inside-card {
  padding: 104px 56px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.team-member-wrapper {
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.team-member-link-content {
  z-index: 2;
  padding-bottom: 28px;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 48px;
  right: 48px;
}

.bg-overlay-gradient {
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
}

.bg-overlay-gradient.team-member-link-gradient {
  z-index: 1;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, .88));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.team-member-text-v9-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-item-mg {
  margin-right: 57px;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

._404-not-found {
  color: var(--neutral--800);
  margin-bottom: 25px;
  font-family: Alpino, sans-serif;
  font-size: 240px;
  font-weight: 900;
  line-height: 1em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  letter-spacing: .02px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  font-family: Alpino, sans-serif;
  font-weight: 900;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--200);
  color: var(--neutral--700);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--secondary--color-2);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.cart-button-wrapper {
  margin-left: 32px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  transition: opacity .3s, color .3s;
  position: relative;
}

.cart-quantity {
  width: 22px;
  height: 22px;
  min-height: 22px;
  min-width: 22px;
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -8px;
  left: -16px;
  right: auto;
}

.cart-quantity.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.cart-wrapper {
  z-index: 9000;
}

.cart-container {
  background-color: var(--neutral--200);
  box-shadow: 0 5px 25px 0 var(--general--shadow-06);
}

.cart-header {
  border-bottom-color: var(--neutral--200);
  padding-top: 22px;
  padding-bottom: 22px;
}

.cart-list {
  padding-top: 24px;
  padding-bottom: 24px;
}

.cart-footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cart-item-title {
  color: var(--neutral--800);
}

.cart-item-price {
  color: var(--neutral--800);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.cart-item-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 23px;
}

.cart-image-image {
  width: 80px;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  transition: transform .3s;
}

.cart-image-image:hover {
  transform: scale3d(.98, .98, .98);
}

.cart-subtotal-number {
  color: var(--neutral--800);
}

.apple-pay-btn {
  border-radius: 90px;
}

.apple-pay-btn.cart {
  height: 60px;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.cart-line-item {
  margin-bottom: 24px;
}

.cart-remove-link {
  line-height: 20px;
}

.cart-close-button {
  width: 24px;
  height: 24px;
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.cart-close-button:hover {
  color: var(--accent--primary-1);
}

.checkout-form {
  min-height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 15px;
}

.checkout-block-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-list-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-option-item {
  margin-left: 0;
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  margin-top: 32px;
  padding: 32px 0 0;
}

.text-underline {
  text-decoration: underline;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.mg-bottom-12px {
  margin-bottom: 12px;
}

.text-400-uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 24px;
  line-height: 1.083em;
}

.text-400-uppercase.medium {
  font-weight: 500;
}

.text-400-uppercase.bold {
  font-weight: 900;
}

.text-300-uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 22px;
  line-height: 1.1em;
}

.text-300-uppercase.medium {
  font-weight: 500;
}

.text-300-uppercase.bold {
  font-weight: 900;
}

.text-300---bold---uppercase {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1em;
}

.text-200---uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  line-height: 1.111em;
}

.text-200---uppercase.medium {
  font-weight: 500;
}

.text-200---uppercase.bold {
  font-weight: 900;
}

.text-100-uppercase {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 16px;
  line-height: 1.125em;
}

.text-100-uppercase.footer-title {
  color: var(--neutral--400);
  letter-spacing: .06em;
  margin-bottom: 24px;
  font-family: Alpino, sans-serif;
  display: inline-block;
}

.text-100-uppercase.dropdown-title {
  color: var(--neutral--800);
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 900;
}

.text-100-uppercase.medium {
  font-weight: 500;
}

.text-100-uppercase.bold {
  font-weight: 700;
}

.footer---vector-image {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.mg-bottom-44px {
  margin-bottom: 44px;
}

.mg-bottom-36px {
  margin-bottom: 36px;
}

.footer-location {
  color: var(--neutral--400);
}

.footer-column.third {
  display: none;
}

.footer-column.first {
  z-index: 1;
  position: relative;
}

.border-bottom-color-neutral-400 {
  border-bottom: 1px solid var(--neutral--400);
}

.pd-top-bottom-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bg---home-hero {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url('../images/pizza-2810589_1920.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mg-left-right---auto {
  margin-left: auto;
  margin-right: auto;
}

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

.mg-top-12px {
  margin-top: 12px;
}

.mg-top-22px {
  margin-top: 22px;
}

.mg-top-28px {
  margin-top: 28px;
}

.hero-bottom-section {
  z-index: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.flex---title-box {
  grid-column-gap: 28px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.flex---title-box.align-center {
  align-items: center;
}

.flex---title-box.gap-row-16px {
  grid-row-gap: 16px;
}

.mg-bottom-34px {
  margin-bottom: 34px;
}

.grid---coffe-x-gallery {
  grid-column-gap: 26px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.coffe-x-gallery---card-one, .coffe-x-gallery---card-two, .coffe-x-gallery---card-three, .coffe-x-gallery---card-four, .coffe-x-gallery---card-five {
  width: 100%;
  height: 100%;
  display: flex;
}

.bg---our-menu---our-location {
  background-image: linear-gradient(rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/coffeebar-x-our-menu-our-location.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.our-menu-location---divider {
  width: 1px;
  min-height: 100%;
  background-color: var(--neutral--100);
  opacity: .3;
  margin-left: 64px;
  margin-right: 64px;
  display: none;
}

.our-mision-location-flex {
  justify-content: center;
  display: flex;
}

.mg-top-60px {
  margin-top: 60px;
}

.pd-bottom-64px {
  margin-bottom: 64px;
}

.pd-top-64px {
  padding-top: 64px;
}

.mg-bottom-65px {
  margin-bottom: 65px;
}

.testimonial---shadow-image {
  z-index: 1;
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .37) 59%, rgba(0, 0, 0, .78));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial---text-container {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 48px;
  padding-left: 22px;
  padding-right: 22px;
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

.blog-card---shadow {
  z-index: 1;
  opacity: .6;
  background-image: linear-gradient(360deg, #130e0a 10%, rgba(19, 14, 10, .73) 34%, rgba(19, 14, 10, 0) 64%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-card---image {
  width: 100%;
}

.blog-card---description {
  z-index: 2;
  width: 100%;
  padding-bottom: 46px;
  padding-left: 38px;
  padding-right: 38px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-card---divider {
  width: 1px;
  height: 20px;
  background-color: var(--neutral--100);
  opacity: .5;
}

.mg-bottom-18px {
  margin-bottom: 18px;
}

.blog-card---link {
  text-decoration: none;
}

.blog-card---link.min-height-400px-tablet {
  display: block;
}

.blog-card-picture {
  overflow: hidden;
}

.our-story-image-wrapper {
  width: 100%;
  max-width: 580px;
  position: relative;
}

.pd-34px {
  padding: 34px;
}

.team-member---social-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 36px 36px 36px;
}

.team-member---line {
  width: 55px;
  height: 4px;
  background-color: var(--accent--primary-1);
  margin-bottom: 12px;
}

.team-member-social-rectangle {
  width: 36px;
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.team-member-social-rectangle:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.team-member-portrait {
  width: 100%;
  object-fit: contain;
}

.mg-bottom-28px {
  margin-bottom: 28px;
}

.password-lock-icon {
  width: 100%;
  max-width: 77px;
}

.pd-top-bottom-104px {
  padding-top: 104px;
  padding-bottom: 104px;
}

.bg---contact {
  background-image: url('../images/coffeebar-x-contact-hero-background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact---schedule {
  color: var(--accent--primary-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1em;
}

.contact---divider-horizontal {
  height: 1px;
  border: 1px dashed var(--neutral--500);
  flex: 1;
}

.contact---divider-horizontal.v1 {
  width: 131px;
}

.contact---divider-horizontal.v2 {
  width: 128px;
}

.contact---divider-horizontal.v3 {
  width: 91px;
}

.contact---divider-horizontal.v4 {
  width: 112px;
}

.contact---divider-horizontal.v5 {
  width: 148px;
}

.contact---divider-horizontal.v6 {
  width: 104px;
}

.contact---divider-horizontal.v7 {
  width: 238px;
}

.flex---schedule {
  grid-column-gap: 18px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-1-row {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-1-row.gap-row-20px {
  grid-row-gap: 20px;
}

.grid-1-row.gap-row-20px.hide-in-desktop {
  display: none;
}

.form.max-w-566px-desktop {
  width: 100%;
  max-width: 566px;
}

.contact---open-hours {
  width: 100%;
  max-width: 468px;
}

.pd-top-60px---bottom-100px {
  padding-top: 60px;
  padding-bottom: 100px;
}

.width-100-line-color-neutral-700 {
  width: 100%;
  height: 1px;
  background-color: var(--neutral--700);
}

.locations-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 536px 1fr;
  align-items: center;
}

.locations-picture {
  overflow: hidden;
}

.mg-bottom-60px {
  margin-bottom: 60px;
}

.follow-us-grid {
  grid-column-gap: 34px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.width-225px---height-242px {
  width: 225px;
  height: 242px;
}

.order-companies {
  border: 2px solid var(--neutral--800);
  justify-content: center;
  align-items: center;
  padding: 40px 38px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.pd-bottom-34px {
  padding-bottom: 34px;
}

.pd-top-42px---bottom-46px {
  padding-top: 42px;
  padding-bottom: 46px;
}

.flex---blog-badge {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.blog---divider-vertical {
  width: 1px;
  min-height: 22px;
  background-color: var(--neutral--800);
  opacity: .3;
}

.position-relative---z-index-2 {
  z-index: 2;
  position: relative;
}

.pd-top-48px {
  padding-top: 48px;
}

.border-top-color-neutral-100 {
  border-top: 1px solid var(--neutral--100);
  opacity: .2;
}

.pd-bottom-48px {
  padding-bottom: 48px;
}

.mg-bottom-14px {
  margin-bottom: 14px;
}

.our-menu---tabs-menu {
  border-bottom: 1px solid var(--neutral--400);
  justify-content: center;
  align-items: center;
  margin-bottom: 58px;
  display: flex;
}

.our-menu---tab-link {
  color: var(--neutral--600);
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  padding: 0 2em 30px;
  font-family: Alpino, sans-serif;
  font-weight: 500;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
  position: relative;
}

.our-menu---tab-link:hover {
  color: var(--neutral--700);
}

.our-menu---tab-link.w--current {
  color: var(--neutral--800);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 900;
}

.our-menu---tab-underline {
  z-index: 0;
  height: 2px;
  background-color: var(--neutral--800);
  border-radius: 999em;
  position: absolute;
  top: auto;
  bottom: -3px;
  left: 0%;
  right: 0%;
}

.our-menu-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 24px;
  text-decoration: none;
  display: flex;
}

.our-menu-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.our-menu-picture {
  width: 76px;
  height: 76px;
  min-height: 76px;
  min-width: 76px;
  background-color: #f5e7ce;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.our-menu-price {
  color: var(--accent--primary-1);
  letter-spacing: .02em;
  font-family: Alpino, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1em;
  display: inline-block;
}

.our-menu-product {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.682em;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.our-menu-horizontal-line {
  width: 100%;
  height: 1px;
  border: 1px dashed var(--neutral--400);
  flex: 1;
}

.our-menu-description {
  flex: 0 auto;
}

.product---line {
  width: 112px;
  height: 3px;
  background-color: var(--accent--primary-1);
}

.products---grid {
  grid-column-gap: 28px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.products---link {
  margin-bottom: 8px;
  text-decoration: none;
}

.products---name {
  color: var(--neutral--800);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.682em;
}

.products---price {
  color: var(--neutral--800);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

.rich-text-white h1 {
  color: var(--neutral--100);
  font-family: Alpino, sans-serif;
  font-size: 66px;
  font-weight: 900;
  line-height: 1.136em;
}

.rich-text-white h2 {
  color: var(--neutral--100);
  font-family: Alpino, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.28em;
}

.rich-text-white h3 {
  color: var(--neutral--100);
  font-size: 28px;
  line-height: 1.286em;
}

.rich-text-white h4, .rich-text-white h5, .rich-text-white h6 {
  color: var(--neutral--100);
}

.rich-text-white li, .rich-text-white p {
  color: var(--neutral--400);
}

.hide {
  display: none;
}

.mg-bottom-22px {
  margin-bottom: 22px;
}

.flex---card-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.mg-left---right-0px {
  margin-left: 0;
  margin-right: 0;
}

.error-state-cart {
  background-color: var(--system--300);
  color: var(--neutral--100);
  text-align: center;
}

.style-guide {
  padding-top: 73px;
  padding-bottom: 140px;
}

.flex---style-guide {
  z-index: 99;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.style-guide-sidebar {
  flex: 0 14em;
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
}

.style-guide-content {
  max-width: 100%;
  flex: 1;
  margin-left: 24px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--accent--primary-1);
  color: var(--neutral--800);
  text-align: left;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  font-family: Alpino, sans-serif;
  font-weight: 900;
  line-height: 1em;
}

.style-guide-sidebar-title.last {
  margin-top: 16px;
  padding-top: 6px;
}

.style-guide-navigation {
  background-color: rgba(0, 0, 0, 0);
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
}

.style-guide-link-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.search-card-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.follow-us---link {
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}

.follow-us---image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flex---button-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.our-menu-price-wrapper {
  width: 25%;
  margin-top: 6px;
  line-height: 1.1em;
}

.transition {
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background-color: var(--neutral--200);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.transition-content {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-image {
  filter: brightness(0%);
}

.blog-card---flex-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.team-member---flex-title {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.cart-image-icon {
  font-family: Coffeebarcartlogo, sans-serif;
  font-size: 34px;
}

.cart-image-icon.white {
  color: var(--neutral--100);
}

.cart-image-icon.black {
  color: var(--neutral--800);
}

.out-of-stock-state {
  border: 1px solid var(--neutral--800);
  background-color: var(--neutral--200);
  color: var(--neutral--800);
}

.error-state-product, .error-state-checkout, .error-state-paypal {
  background-color: var(--system--300);
  color: var(--neutral--100);
}

.flex---our-menu, .flex---faqs {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._600px {
  max-width: 600px;
}

.flex---menu-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._268px {
  max-width: 268px;
}

._680px {
  max-width: 680px;
}

._690px {
  max-width: 690px;
}

._500px {
  max-width: 500px;
}

._342px {
  max-width: 342px;
}

._558px {
  max-width: 558px;
}

._362px {
  max-width: 362px;
}

._436px {
  max-width: 436px;
}

._620px {
  max-width: 620px;
}

._450px {
  max-width: 450px;
}

._650px {
  max-width: 650px;
}

._950px {
  max-width: 950px;
}

._360px {
  max-width: 360px;
}

._596px {
  max-width: 596px;
}

._804px {
  max-width: 804px;
}

._700px {
  max-width: 700px;
}

._800px {
  max-width: 800px;
}

._702px {
  max-width: 702px;
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-700.mg-bottom-24px {
  text-transform: none;
}

._520px {
  max-width: 520px;
}

._340px {
  max-width: 340px;
}

.loading-image---coffeebeans {
  width: 100%;
  max-width: 38px;
}

.mg-top-24px {
  margin-top: 24px;
}

.loading-bar-wrapper {
  z-index: 999999;
  min-height: 3px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.loading-bar {
  z-index: 2;
  min-height: 3px;
  background-color: var(--accent--primary-1);
  border-radius: 10000px;
  position: relative;
}

.success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.order---your-cart-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1em;
}

.blog-card-title {
  color: var(--neutral--100);
  text-transform: uppercase;
  font-family: Alpino, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.286em;
}

.gap-row-48px {
  grid-row-gap: 48px;
}

.gap-row-20px {
  grid-row-gap: 20px;
}

.icon-and-text-link-container {
  grid-column-gap: 12px;
  color: var(--neutral--300);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-and-text-link-container:hover {
  color: var(--accent--primary-1);
}

.flex {
  display: flex;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.opacity-80 {
  opacity: .8;
}

.footer-top {
  padding-top: 140px;
  padding-bottom: 140px;
}

.footer-top.small {
  border-bottom: 1px solid var(--neutral--700);
  padding-top: 100px;
  padding-bottom: 100px;
}

.social-square-links-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  display: none;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--700);
  padding-top: 32px;
  padding-bottom: 32px;
}

.our-story-image-top {
  width: 84%;
  max-width: 484px;
  margin-top: -86%;
  margin-left: auto;
  display: block;
}

.our-story-image-bottom {
  width: 84%;
  max-width: 484px;
  display: block;
}

.gap-column-40px {
  grid-column-gap: 40px;
}

.gap-row-64px {
  grid-row-gap: 64px;
}

.top-section {
  z-index: 1;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.top-section.pd-bottom-120px {
  padding-bottom: 120px;
}

.top-section.pd-bottom-200px {
  padding-bottom: 200px;
}

.top-section.pd-bottom-140px {
  padding-bottom: 140px;
}

.opacity-70 {
  opacity: .7;
}

.elements---page-hero {
  background-color: var(--neutral--200);
  padding-top: 120px;
  padding-bottom: 120px;
}

.elements---element-title {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
  box-shadow: 0 2px 8px rgba(20, 20, 43, .06);
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

.header-simple-wrapper {
  background-color: var(--neutral--200);
  padding-top: 26px;
  padding-bottom: 26px;
}

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: #fff;
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.top-bar-padding {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.top-bar-flex {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar-flex.gap-column-24px {
  grid-column-gap: 24px;
}

.footer-simple-wrapper {
  background-color: var(--neutral--800);
  padding-top: 88px;
  padding-bottom: 88px;
}

.footer-middle {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mg-bottom-20px {
  margin-bottom: 20px;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 52px;
  padding-right: 52px;
}

.home-pages-top-wrapper {
  justify-content: center;
  margin-bottom: 25px;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  max-width: 422px;
  transform-style: preserve-3d;
  flex: none;
  margin-left: 14px;
  margin-right: 14px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.image-home-link-wrapper:hover {
  transform: translate3d(0, -6px, .01px);
}

.home-surprises-card {
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.image-home-link {
  width: 100%;
  object-fit: cover;
}

.home-pages-bottom-wrapper {
  justify-content: center;
  display: flex;
  position: static;
  top: 50%;
}

.cta-square-logo {
  margin-bottom: 22px;
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.cta-square-logo.white {
  border: 1px solid #eff0f6;
}

.home-pages-cointainer {
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.card-sales-home-content {
  text-align: center;
  padding: 32px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.card-sales-home-image {
  width: 100%;
}

.color-neutral-802 {
  color: #6e7191;
}

.badge-home {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  padding: 8px 22px;
  font-family: Alpino, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.opacity-90 {
  opacity: .9;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 30px;
  display: flex;
}

.image {
  cursor: pointer;
}

.text-span {
  font-family: Hauora, sans-serif;
}

.text-span-2 {
  font-family: Alpino, sans-serif;
}

.image-2 {
  height: 600px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.form-2 {
  width: 100%;
  max-width: 450px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.cookie-references {
  color: #050505;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-family: Alpino, sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.heading-2 {
  text-transform: uppercase;
}

.cookie-banner {
  max-width: 700px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  margin: 45px;
  padding: 30px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cookie-datenschutz-link {
  color: #050505;
}

.cookie-buttons {
  justify-content: flex-end;
  margin-top: 10px;
  display: flex;
}

.cookie-dashboard-header {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.cookie-lotti {
  width: 40px;
  align-self: flex-end;
}

.checkbox-2 {
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-2.w--redirected-checked {
  background-color: #000;
  border-color: #000;
  border-radius: 2px;
}

.cookie-header {
  display: flex;
}

.field-label {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.cookie-wrapper {
  z-index: 3;
  display: block;
  position: fixed;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.cookie-accept-all {
  color: #050505;
  text-transform: uppercase;
  background-color: #4ff543;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Alpino, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, .2);
}

.cookie-accept-all.cookie-decline-all {
  color: #050505;
  background-color: #fff;
}

.paragraph-2 {
  letter-spacing: 0;
  font-family: Alpino, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

.form-block {
  z-index: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-manager {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 500;
}

.button-manager.secondary-button2 {
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 2px #050505;
}

.checkbox-field {
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.body {
  background-color: #d8d4ce;
}

.paragraph-3 {
  cursor: default;
}

.div-block {
  margin-left: 30px;
  margin-right: 30px;
}

.text-span-3, .text-span-4 {
  font-family: Hauora, sans-serif;
}

.map {
  border: 2px solid #fff;
  border-radius: 5px;
}

.div-block-2 {
  margin-top: 50px;
}

.text-block {
  color: #fff;
}

.image-3, .image-4 {
  height: 600px;
  object-fit: cover;
}

.paragraph-4 {
  color: var(--accent--primary-1);
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
}

.link-collection {
  color: #2d3091;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 18px;
  display: inline-block;
}

.link-collection:hover {
  color: #e12f2f;
}

.contacts-icon {
  color: #e12f2f;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
}

.service-details-sidebar-wrapper {
  width: 35%;
  background-color: rgba(0, 0, 0, 0);
  border-top: 4px solid #e12f2f;
  flex: none;
  padding: 20px 40px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 200px;
  box-shadow: 0 2px 10px rgba(225, 47, 47, .1);
}

.position-relative-2 {
  position: relative;
}

.red-line {
  width: 180px;
  height: 4px;
  background-color: #e12f2f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -27%;
  right: auto;
}

.red-line.blog {
  left: 0%;
}

.contacts-detail {
  align-items: center;
  display: flex;
}

.text-center-2 {
  color: #2d3091;
  text-align: center;
  text-transform: uppercase;
  cursor: default;
}

.service-details-sidebar-contacts {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.bold-text {
  color: #2d3091;
  cursor: default;
  font-size: 18px;
  font-weight: 400;
}

.bold-text.hover {
  color: #2d3091;
  cursor: pointer;
}

.bold-text.hover:hover {
  color: #e12f2f;
}

.div-block-3 {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-23-scroll-to-top-wrapper {
  z-index: 10;
  width: 150px;
  height: 50px;
  border: 5px solid var(--accent--primary-1);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 25px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.d-23-scroll-to-top-wrapper.w--current {
  background-color: #fff;
}

.d-23-scroll-to-top-arrow {
  color: var(--accent--primary-1);
}

.div-block-4 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link-block {
  width: 33%;
  height: 100%;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  transition: transform .3s, color .3s;
  display: flex;
}

.link-block:hover {
  transform: translate3d(0, -3px, .01px);
}

.link-block-2 {
  width: 33%;
  height: 100%;
}

.link-block-3 {
  width: 33%;
  height: 100%;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  transition: transform .3s, color .3s;
  display: flex;
}

.link-block-3:hover {
  transform: translate3d(0, -3px, .01px);
}

.heading-3 {
  color: #2d3091;
  -webkit-text-stroke-color: #2d3091;
  cursor: default;
}

.section-2 {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.paragraph-with-margin {
  color: #2d3091;
  cursor: default;
  margin-top: 20px;
  margin-bottom: 50px;
}

.heading-7 {
  color: #2d3091;
  text-transform: uppercase;
  cursor: default;
  font-size: 40px;
}

.div-block-10 {
  width: 40%;
  height: 100%;
  min-height: auto;
}

.card-wrapper {
  display: flex;
}

.section-line {
  width: 4px;
  height: 100px;
  background-color: #e12f2f;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.description-services {
  max-width: 325px;
  flex: none;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.image-5 {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.service-description {
  width: 60%;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 50px;
  display: flex;
}

.div-block-8 {
  flex-direction: column;
  display: flex;
}

.base-container {
  max-width: 1200px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.base-container.align-top {
  align-items: flex-start;
}

.service-content {
  height: 33%;
  grid-column-gap: 30px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.service-content._2 {
  height: 33%;
  margin-bottom: 0;
}

.services-block-wrap {
  width: 100%;
  grid-column-gap: 70px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.paragraph-5 {
  color: #2d3091;
  cursor: default;
  margin-top: 20px;
  margin-bottom: 50px;
}

.line-vertical {
  width: 4px;
  height: 100%;
  background-color: #e12f2f;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-12 {
  display: flex;
}

.white-text {
  color: #2d3091;
  cursor: default;
}

.white-text.mt-25 {
  margin-top: 25px;
}

.white-text.mt-25.white.paragprah {
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.white-text.white {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.5em;
}

.section-title-wrapper {
  width: 43%;
  text-align: center;
  flex: none;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.maxw {
  max-width: 410px;
  text-align: left;
  margin-bottom: 0;
}

.dark-block {
  max-width: 600px;
  grid-row-gap: 50px;
  background-color: #2d3091;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 30px;
  display: flex;
}

.number {
  color: #fff;
  cursor: default;
  font-size: 60px;
  line-height: 1em;
}

.heading-10 {
  color: #2d3091;
  cursor: default;
}

.heading-10._45 {
  color: #fff;
}

.centered-block {
  grid-row-gap: 25px;
  flex-direction: column;
  padding-left: 70px;
  display: flex;
  position: relative;
}

.small-text {
  color: #2d3091;
  cursor: default;
  font-size: 14px;
  line-height: 1.5em;
}

.small-text.white {
  color: #fff;
}

.secondary-button {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e12f2f;
  border-radius: 60px;
  padding: 14px 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
}

.secondary-button:hover {
  color: #fff;
  background-color: #e12f2f;
}

.top-block {
  flex-direction: column;
  padding-left: 70px;
  display: flex;
}

.full-block-content {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.large-white-text {
  color: #fff;
  text-transform: uppercase;
  cursor: default;
  font-size: 30px;
}

.background-video {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(47, 97, 225, .15), rgba(47, 97, 225, .15)), linear-gradient(rgba(15, 15, 15, .4), rgba(15, 15, 15, .4));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-full {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .red-line {
    left: -17%;
  }

  .section-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-line {
    margin-top: 140px;
    margin-left: 20px;
    display: block;
  }

  .section-title-wrapper {
    width: 41%;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.hero-v1 {
    grid-column-gap: 40px;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .card.form {
    padding-left: 50px;
    padding-right: 50px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .input.quntity {
    background-color: var(--neutral--200);
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    max-width: 46px;
    border-radius: 12px;
    margin-right: 14px;
  }

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.template-pages-hero.bg-neutral-300 {
    background-color: var(--neutral--300);
  }

  .section.bg---blog-post {
    background-position: 50% 100%;
  }

  .section.pd-top-72px-bottom-72px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.top-0px {
    padding-top: 0;
  }

  .section.top-0px.bottom-0px {
    padding-bottom: 0;
  }

  .section.medium-180px {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.our-founders-section {
    padding-bottom: 310px;
  }

  .section.bg-team-member-bio {
    padding-bottom: 280px;
  }

  .floating-item.footer-coffeebean-right {
    max-width: 100px;
    right: -35%;
  }

  .floating-item.coffebean---taste-coffee {
    top: -35%;
  }

  .floating-item.coffee-plant-about-us-location {
    bottom: -17%;
    right: -17%;
  }

  .floating-item.about-our-coffee---coffee-sack-location {
    right: -9%;
  }

  .floating-item.coffeebean---up-left {
    z-index: -1;
  }

  .floating-item.coffeebean---up-right {
    z-index: -1;
    top: -38%;
    right: -14%;
  }

  .floating-item.coffebarx--sack---about-location {
    bottom: -37%;
  }

  .floating-item.sack-with-coffebeans-location {
    top: auto;
    left: auto;
    right: -8%;
  }

  .floating-item.coffeebean-img-wrapper {
    z-index: -1;
    bottom: auto;
    left: -9%;
    right: auto;
  }

  .floating-item.cofeebean-contact-up-left {
    width: 100%;
    max-width: 78px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .floating-item.cofeebean-contact-up-right {
    width: 100%;
    max-width: 100px;
    top: -22px;
    bottom: auto;
    left: auto;
    right: 22px;
  }

  .floating-item.cofeebean-contact-bottom-center {
    width: 100%;
    max-width: 150px;
    top: auto;
    bottom: 32px;
    left: auto;
    right: 44px;
  }

  .floating-item.cup-of-coffee-our-menu-location {
    width: 100%;
    max-width: 508px;
    bottom: -16px;
    right: -117px;
  }

  .floating-item.cup-of-coffee-menu-location {
    width: 100%;
    max-width: 508px;
  }

  .floating-item.coffeebean-menu-bottom-left {
    top: -35px;
    left: -83px;
  }

  .floating-item.flower-up-left {
    top: 44px;
    left: -86px;
  }

  .floating-item.coffeebean-bottom-right {
    bottom: 149px;
    right: -57px;
  }

  .floating-item.cup-of-coffee---not-found-location {
    top: 3%;
    left: -54%;
  }

  .slider-wrapper.position-static {
    position: static;
  }

  .coffe-x-gallery---card-one, .coffe-x-gallery---card-two, .coffe-x-gallery---card-three {
    width: 100%;
    height: 100%;
  }

  .our-menu-location---divider {
    opacity: .3;
  }

  .our-mision-location-flex {
    grid-column-gap: 20px;
  }

  .width-225px---height-242px {
    width: 225px;
    height: 242px;
  }

  .order-companies {
    padding-left: 58px;
    padding-right: 58px;
  }

  .our-menu-wrapper {
    grid-column-gap: 20px;
  }

  .our-menu-grid {
    grid-column-gap: 106px;
  }

  .products---grid {
    grid-template-columns: 284px 284px 284px 284px;
    justify-content: space-between;
  }

  .hide {
    display: none;
  }

  .mg-bottom-22px {
    margin-bottom: 22px;
  }

  .search-card-grid {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .our-menu-price-wrapper {
    width: auto;
  }

  .cookie-banner, .form-block {
    display: none;
  }

  .section-line {
    margin-left: 60px;
  }

  .section-title-wrapper {
    width: 48%;
  }
}

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section {
    overflow: hidden;
  }

  .section.bg---blog-post {
    background-position: 50% 100%;
  }

  .floating-item.our-menu-location-vector-bottom {
    bottom: -22px;
  }

  .checkout-col-right {
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
  }

  .footer---vector-image {
    display: block;
    overflow: hidden;
  }

  .bg---contact {
    background-position: 50% 0;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .cookie-banner {
    display: none;
  }

  .cookie-header, .paragraph-2 {
    margin-bottom: 10px;
  }

  .form-block {
    display: none;
  }

  .link-collection {
    font-size: 40px;
  }

  .text-center-2 {
    font-size: 30px;
  }

  .bold-text.hover {
    font-size: 24px;
  }

  .d-23-scroll-to-top-wrapper {
    width: 100px;
    height: 100px;
    font-size: 24px;
  }

  .paragraph-with-margin {
    font-size: 24px;
  }

  .heading-7 {
    font-size: 50px;
  }

  .section-line {
    margin-left: 120px;
  }

  .service-description, .white-text.mt-25.white.paragprah {
    font-size: 24px;
  }

  .white-text.white {
    font-size: 50px;
  }

  .section-title-wrapper {
    width: 55%;
  }

  .number {
    font-size: 60px;
  }

  .heading-10 {
    font-size: 40px;
  }

  .heading-10._45 {
    font-size: 50px;
  }

  .small-text.white {
    font-size: 18px;
  }

  .secondary-button {
    font-size: 24px;
  }

  .large-white-text {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
  }

  blockquote {
    margin-top: 48px;
    font-size: 24px;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v1 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.subscribe-newsletter-grid, .grid-2-columns.grid-1-col-tablet, .grid-2-columns.style---button-grid, .grid-2-columns._1-42fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.logo-and-paragraph-grid {
    grid-row-gap: 16px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-top-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns._2-cards-center {
    grid-template-columns: 1fr 1fr;
  }

  .card.form {
    min-height: 732px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.footer-columns-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr 1.75fr 1.5fr;
  }

  .grid-4-columns.footer-columns-grid.v2 {
    grid-template-columns: 1fr 1fr;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: 1fr;
  }

  .mg-bottom-80px {
    margin-bottom: 64px;
  }

  .display-1 {
    font-size: 56px;
  }

  .gap-row-80px {
    grid-row-gap: 56px;
  }

  .display-2 {
    font-size: 46px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-3-columns._3-col-tablet, .grid-3-columns.grid-size-width---1fr---456px---1fr {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._362px._500px-tablet {
    max-width: 500px;
  }

  .inner-container._436px._100---tablet, .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._500px-tablet {
    max-width: 500px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary {
    margin-bottom: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-right: 24px;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .input.cart-quantity-input {
    width: 70px;
  }

  .input.quntity {
    background-color: var(--neutral--200);
  }

  .avatar-circle._06 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    height: 160px;
    max-height: 160px;
    max-width: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    height: 280px;
    max-height: 280px;
    max-width: 280px;
  }

  .line-square-icon.close-cart {
    font-size: 22px;
    line-height: 1.1em;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .rich-text img {
    border-radius: 0;
  }

  .style---dropdown-link-sidebar {
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .section {
    padding-top: 164px;
    padding-bottom: 164px;
  }

  .section.small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero-primary.hero-full-width-right {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .section.bg---contact {
    margin-top: -108px;
  }

  .section.bg---blog-post {
    margin-top: -104px;
    padding-top: 204px;
    padding-bottom: 200px;
  }

  .section.pd-top-72px-bottom-72px {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.medium {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.top-120px {
    padding-top: 118px;
  }

  .section.bottom-120px {
    padding-bottom: 118px;
  }

  .section.top-180px {
    padding-top: 118px;
  }

  .section.bottom-200px, .section.bottom-300px {
    padding-bottom: 118px;
  }

  .section.bg---our-menu---our-location {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.top-150px {
    padding-top: 118px;
  }

  .section.medium-180px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.bottom-150px {
    padding-bottom: 118px;
  }

  .section.medium-150px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .section.medium-150px.bottom-200px {
    padding-bottom: 118px;
  }

  .section.our-founders-section, .section.bg---locations, .section.bg---follow-instagram {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .section.bg-team-member-bio, .section.bg---about-product {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.pd-80px {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.hero-main-bg {
    margin-top: -148px;
    padding-top: 204px;
    padding-bottom: 200px;
  }

  .section.hero-page {
    padding-bottom: 164px;
  }

  .section.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

  .header-content-wrapper.logo-center {
    justify-content: space-between;
  }

  .header-nav-menu-wrapper {
    border-top: 1px none var(--neutral--300);
    border-bottom: 1px solid var(--neutral--400);
    background-color: var(--neutral--200);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-link.white.black---tablet {
    color: var(--neutral--800);
  }

  .header-nav-link.white.black---tablet:hover {
    color: var(--accent--primary-1);
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .header-nav-list-item.right-side {
    padding-right: 0;
  }

  .dropdown-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-toggle.white.black---tablet {
    color: var(--neutral--800);
  }

  .dropdown-toggle.white.black---tablet:hover {
    color: var(--accent--primary-1);
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    padding: 5px 0 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    padding-left: 0;
    padding-right: 0;
    position: static;
    transform: none;
  }

  .dropdown-pd {
    width: 100%;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 14px 0;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.top.white {
    background-color: var(--neutral--100);
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar.bottom.white {
    background-color: var(--neutral--100);
  }

  .utility-page-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .error-message.password {
    margin-left: 0;
    margin-right: 0;
  }

  .error-message.contact-error-message {
    bottom: -2%;
  }

  .error-message.subscribe-error-message {
    width: 100%;
  }

  .floating-item.flower-image {
    right: -3%;
  }

  .floating-item.footer-coffeebean-right {
    bottom: -79%;
    right: 13%;
  }

  .floating-item.coffebean---taste-coffee {
    max-width: 80px;
    top: -22%;
  }

  .floating-item.coffebean---taste-coffee---right--down {
    max-width: 100px;
    right: -6%;
  }

  .floating-item.coffee-plant-about-us-location {
    max-width: 280px;
    bottom: -8%;
    right: -20%;
  }

  .floating-item.about-our-coffee---coffee-sack-location {
    max-width: 420px;
  }

  .floating-item.about-our-coffee---coffee-bean-up-right {
    top: -14%;
    right: 4%;
  }

  .floating-item.about-our-coffee---coffee-bean-bottom-left {
    bottom: 8%;
  }

  .floating-item.testimonial-image-coffee-sack {
    bottom: -2%;
    left: -2%;
  }

  .floating-item.testimonial-image---coffebean {
    max-width: 78px;
    top: -25%;
  }

  .floating-item.testimonial-image---coffebean-up-right {
    left: auto;
    right: -13%;
  }

  .floating-item.testimonial-image---coffeebean-bottom-right {
    max-width: 88px;
    bottom: -2%;
    right: 8%;
  }

  .floating-item.our-blog-image---coffeebean-up-left {
    max-width: 78px;
    top: -25%;
  }

  .floating-item.coffebarx--sack---about-location {
    max-width: 418px;
    bottom: -8%;
    left: auto;
    right: 0%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .floating-item.ourt-story-coffebean-up-left {
    width: 100%;
    max-width: 72px;
    top: -48%;
  }

  .floating-item.ourt-story-coffebean-up-right {
    width: 100%;
    max-width: 58px;
    top: -22%;
    left: 22%;
  }

  .floating-item.ourt-story-coffebean-bottom-right {
    width: 100%;
    max-width: 72px;
    right: 5%;
  }

  .floating-item.about-our-founder-img-up {
    top: -20%;
  }

  .floating-item.cup-of-coffe-location {
    max-width: 260px;
    bottom: -4%;
    left: -16%;
    right: auto;
  }

  .floating-item.our-method-divider-horizontal {
    top: 33%;
  }

  .floating-item.our-method-divider-horizontal---hide-desktop {
    display: block;
    top: 67%;
  }

  .floating-item.our-method-divider-vertical {
    left: 50%;
  }

  .floating-item.our-method-divider-vertical---hide-tablet {
    display: none;
  }

  .floating-item.team-member-image-down-right {
    bottom: -21%;
    right: -3%;
  }

  .floating-item.team-member-image-up-left {
    max-width: 68px;
    top: -49%;
  }

  .floating-item.team-member-about---img-right {
    max-width: 408px;
    opacity: .6;
    right: -3%;
  }

  .floating-item.blog-category-img-bottom-left {
    max-width: 88px;
    right: 12%;
  }

  .floating-item.sack-with-coffebeans-location {
    max-width: 400px;
  }

  .floating-item.sack-with-coffee-contact-location {
    max-width: 400px;
    top: 18%;
    bottom: auto;
    left: 74%;
    right: auto;
    transform: translate(-50%);
  }

  .floating-item.locations---flower-up-right {
    top: 140px;
    right: 200px;
  }

  .floating-item.locations---cofeebean-up-right {
    top: 16px;
    right: 19px;
  }

  .floating-item.locations---cofeebean-down-left {
    max-width: 100px;
    bottom: 9%;
    left: 13%;
  }

  .floating-item.follow-us-cup-of-coffe-location {
    max-width: 408px;
  }

  .floating-item.coffeebean-img-wrapper {
    top: 108px;
    left: -70px;
  }

  .floating-item.cofeebean-contact-up-left {
    max-width: 58px;
    top: -41px;
    left: 38px;
  }

  .floating-item.cofeebean-contact-up-right {
    max-width: 80px;
    right: 29px;
  }

  .floating-item.cofeebean-contact-bottom-center {
    max-width: 120px;
    bottom: 98px;
    left: 32px;
    right: auto;
  }

  .floating-item.cup-of-coffee-menu-location {
    bottom: -95px;
    right: -19px;
  }

  .floating-item.coffeebean-menu-up-right {
    top: -25%;
  }

  .floating-item.coffeebean-menu-bottom-left {
    left: -30px;
  }

  .floating-item.cup-of-coffee---not-found-location {
    max-width: 318px;
    left: -6%;
  }

  .floating-item.coffeebean-top-left {
    left: -32px;
  }

  .floating-item.bg-shape-bottom-right {
    max-width: 120px;
    bottom: -68px;
    right: 108px;
  }

  .floating-item.team-member-about---left {
    max-width: 64px;
    top: -16px;
    left: -36px;
  }

  .floating-item.blog-hero-bottom-right {
    bottom: -76px;
    right: -40px;
  }

  .hero-full-with-right---image-wrapper {
    width: 100%;
    max-height: 520px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
    display: flex;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .fit-cover.fit-origin-left.position-relative---z-index-2 {
    object-position: 50% 50%;
  }

  .slider-mask {
    position: static;
  }

  .slider-mask.inner-container._910px {
    max-width: 100%;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v3:hover {
    transform: translate(6px);
  }

  .accordion-spacer {
    min-height: 12px;
  }

  .pd---content-inside-card {
    padding: 60px 24px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  ._404-not-found {
    font-size: 180px;
    line-height: 1em;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .cart-item-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: space-between;
  }

  .cart-image-image {
    width: 80px;
    transform: scale3d(1none, 1none, 1none);
    transition: transform .3s;
  }

  .cart-image-image:hover {
    transform: scale3d(.98, .98, .98);
  }

  .order-option-item {
    margin-left: -5px;
  }

  .position-relative---z-index-1.min-height-400px-tablet {
    min-height: 400px;
  }

  .text-400-uppercase {
    font-size: 22px;
  }

  .text-100-uppercase.footer-title {
    margin-bottom: 20px;
  }

  .mg-bottom-44px.mg-bottom-24px-tablet {
    margin-bottom: 24px;
  }

  .footer-column.first {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pd-top-bottom-10px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .flex---title-box {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .our-menu-location---divider {
    width: 100%;
    min-height: 1px;
    margin: 60px 0;
  }

  .our-mision-location-flex {
    flex-direction: column;
    align-items: center;
  }

  .blog-card---shadow {
    background-image: linear-gradient(360deg, #130e0a 24%, rgba(19, 14, 10, .73) 45%, rgba(19, 14, 10, 0) 64%);
  }

  .blog-card---image.min-height-400px-tablet {
    min-height: 400px;
  }

  .blog-card---image.min-height-400px-tablet.fit-cover-tablet {
    object-fit: cover;
  }

  .blog-card---description {
    padding-bottom: 26px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-card---link.min-height-400px-tablet, .blog-card-picture.min-height-400px-tablet {
    min-height: 400px;
  }

  .team-member-portrait-picture {
    height: 100%;
    align-items: flex-end;
    display: flex;
  }

  .contact---divider-horizontal.v1, .contact---divider-horizontal.v2 {
    width: 55%;
    flex: 1;
  }

  .contact---divider-horizontal.v3, .contact---divider-horizontal.v4 {
    width: 50%;
    flex: 1;
  }

  .contact---divider-horizontal.v5 {
    width: 55%;
    flex: 1;
  }

  .contact---divider-horizontal.v6 {
    width: 50%;
    flex: 1;
  }

  .contact---divider-horizontal.v7 {
    width: 70%;
    flex: 1;
  }

  .flex---schedule {
    grid-column-gap: 25px;
    justify-content: space-between;
  }

  .form {
    width: 100%;
  }

  .form.max-w-566px-desktop {
    max-width: none;
  }

  .contact---open-hours {
    width: 100%;
    max-width: none;
  }

  .pd-top-60px---bottom-100px {
    padding-top: 40px;
  }

  .locations-grid {
    grid-template-columns: 1fr 1fr;
  }

  .follow-us-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our-menu-wrapper {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .our-menu-grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .our-menu-description {
    width: 100%;
    max-width: 500px;
  }

  .products---grid {
    grid-template-columns: 1fr 1fr;
  }

  .rich-text-white h1 {
    font-size: 56px;
    line-height: 1.161em;
  }

  .rich-text-white h2 {
    font-size: 45px;
    line-height: 1.304em;
  }

  .mg-bottom-22px {
    margin-bottom: 22px;
  }

  .flex---card-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    display: flex;
  }

  .style-guide-sidebar {
    max-width: 25%;
    flex: none;
    margin-right: 16px;
    overflow: auto;
  }

  .style-guide-content {
    max-width: 80%;
  }

  .style-guide-text-hide---tablet {
    display: block;
  }

  .search-link-hidden-tablet {
    display: none;
  }

  .our-menu-price-wrapper {
    width: auto;
  }

  .flex---faqs {
    text-align: left;
    align-items: flex-start;
  }

  ._600px {
    max-width: 550px;
  }

  ._500px {
    max-width: 470px;
  }

  ._342px {
    max-width: 100%;
  }

  .blog-card-title {
    font-size: 24px;
    line-height: 1.333em;
  }

  .footer-top {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .top-section {
    padding-top: 80px;
  }

  .top-section.pd-bottom-120px {
    padding-bottom: 80px;
  }

  .top-section.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .top-section.pd-bottom-140px {
    padding-bottom: 100px;
  }

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .elements---element-title.large {
    margin-top: 200px;
  }

  .hidden-on-tablet {
    display: none;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .footer-simple-wrapper {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-image-wrapper {
    max-width: none;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cookie-banner, .form-block {
    display: none;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    padding-left: 30px;
    padding-right: 30px;
    top: 20px;
  }

  .red-line {
    left: -19%;
  }

  .paragraph-with-margin {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .card-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .description-services {
    max-width: 80%;
    text-align: center;
    position: static;
  }

  .base-container {
    overflow: hidden;
  }

  .services-block-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: center;
  }

  .section-title-wrapper {
    width: 100%;
    text-align: center;
  }

  .section-title-wrapper.maxw {
    width: 80%;
    max-width: 100%;
    text-align: center;
  }

  .dark-block {
    margin-left: auto;
    margin-right: auto;
  }

  .full-block-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 46px;
  }

  h2 {
    font-size: 36px;
  }

  blockquote {
    background-image: url('../images/rich-text-blog-quote-shape-bottom-right-coffeeshop-webflow-ecommerce-template.svg'), url('../images/rich-text-blog-quote-shape-bottom-left-coffeeshop-webflow-ecommerce-template.svg'), url('../images/rich-text-blog-quote-shape-top-right-coffeeshop-webflow-ecommerce-template.svg'), url('../images/rich-text-blog-quote-shape-top-left-coffeeshop-webflow-ecommerce-template.svg');
    background-position: 98% 90%, 66px 86%, 88% 58px, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 140px, 48px, 64px, 140px;
    margin-top: 32px;
    padding: 120px 32px;
    font-size: 20px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.form {
    grid-row-gap: 20px;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.checkout-page, .grid-2-columns._1fr---1-16fr, .grid-2-columns._1fr---1-3fr, .grid-2-columns._1-25fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.footer-top-grid {
    grid-row-gap: 48px;
  }

  .grid-2-columns._2-cards-center {
    grid-template-columns: 1fr;
  }

  .card.form {
    width: 100%;
    min-height: 638px;
    padding: 64px 32px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.figma-file {
    margin-bottom: 40px;
  }

  .grid-4-columns.footer-columns-grid {
    grid-column-gap: 20px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 2fr 1.75fr;
  }

  .grid-4-columns.footer-columns-grid.v2 {
    grid-row-gap: 64px;
  }

  .color-neutral-400.mg-bottom-48px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .mg-bottom-40px {
    margin-bottom: 34px;
  }

  .mg-bottom-40px.mg-bottom-24px-mbl {
    margin-bottom: 24px;
  }

  .mg-bottom-48px {
    margin-bottom: 40px;
  }

  .mg-bottom-48px.mg-bottom-48px-mbl, .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-56px.mg-bottom-24px-mbl {
    margin-bottom: 24px;
  }

  .mg-bottom-80px {
    margin-bottom: 48px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 46px;
  }

  .grid-1-column.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

  .text-300 {
    font-size: 18px;
  }

  .text-100 {
    font-size: 14px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet, .grid-3-columns.grid-size-width---1fr---456px---1fr {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.grid-size-width---auto {
    grid-template-columns: auto auto auto;
  }

  .grid-3-columns.grid-size-width---auto.gap-col-66px {
    grid-column-gap: 24px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._340px._100---mbl, .inner-container._100-mbl {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .style-buttons-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default, .btn-primary.inside-input.subscriber-newsletter {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .input.large.button-inside {
    min-height: 68px;
  }

  .input.large.input-newsletter {
    padding-right: 154px;
  }

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    height: 56px;
    max-height: 56px;
    max-width: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    height: 64px;
    max-height: 64px;
    max-width: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    height: 120px;
    max-height: 120px;
    max-width: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    height: 140px;
    max-height: 140px;
    max-width: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    height: 220px;
    max-height: 220px;
    max-width: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
  }

  .line-rounded-icon.success-message-check---top {
    margin-bottom: 20px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .rich-text ul {
    padding-left: 32px;
  }

  .rich-text ol {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 32px;
  }

  .rich-text h6 {
    margin-top: 40px;
  }

  .rich-text h5, .rich-text h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .buttons-row.center-mobile {
    justify-content: center;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section.hero-primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero-primary.hero-full-width-right {
    padding-top: 64px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.bg---contact {
    padding-top: 32vh;
    padding-bottom: 30vh;
  }

  .section.bg---blog-post {
    margin-top: -92px;
    padding-top: 156px;
    padding-bottom: 164px;
  }

  .section.medium {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.top-120px {
    padding-top: 100px;
  }

  .section.bottom-120px {
    padding-bottom: 100px;
  }

  .section.top-180px {
    padding-top: 100px;
  }

  .section.bottom-200px, .section.bottom-300px {
    padding-bottom: 100px;
  }

  .section.top-150px {
    padding-top: 100px;
  }

  .section.medium-180px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.bottom-150px {
    padding-bottom: 100px;
  }

  .section.medium-150px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.medium-150px.bottom-200px {
    padding-bottom: 100px;
  }

  .section.our-founders-section {
    padding-bottom: 150px;
  }

  .section.bg-subscribe {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section.bg-team-member-bio {
    padding-top: 120px;
  }

  .section.bg---about-product {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.pd-80px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-main-bg {
    margin-top: -145px;
    padding-top: 156px;
    padding-bottom: 180px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, rgba(19, 14, 10, 0) 56%, var(--neutral--800) 56%);
    padding-bottom: 140px;
  }

  .section.pd-200px {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .heading-h1-size {
    font-size: 46px;
  }

  .heading-h2-size {
    font-size: 36px;
  }

  .dropdown-column-wrapper {
    transform: translate(0%);
  }

  .header-logo-link.max-w-180px-mbl {
    max-width: 180px;
  }

  .btn-square-primary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-square-primary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-square-primary.white.slider-arrow-left {
    left: -80px;
  }

  .btn-square-primary.white.slider-arrow-right {
    right: -80px;
  }

  .btn-circle-secondary {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    height: 72px;
    min-height: 72px;
    min-width: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .utility-page-form.password-form-box {
    width: 90%;
    background-color: var(--neutral--100);
  }

  .flex-horizontal.flex-start---mbl {
    justify-content: flex-start;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-link {
    font-size: 18px;
  }

  .error-message.subscribe-error-message {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-center.mobile-l {
    text-align: center;
  }

  .floating-item.flower-image {
    max-width: 90px;
    top: 52px;
    right: 16%;
  }

  .floating-item.footer-coffeebean-left {
    max-width: 68px;
  }

  .floating-item.footer-coffeebean-right {
    max-width: 68px;
    right: 2%;
  }

  .floating-item.coffeebean-home-up-right {
    max-width: 60px;
    top: 47px;
    right: 12px;
  }

  .floating-item.coffeebean-home-left-down {
    max-width: 60px;
    top: 68%;
  }

  .floating-item.coffebean---taste-coffee {
    max-width: 60px;
    top: -13%;
  }

  .floating-item.coffebean---taste-coffee---right--down {
    max-width: 60px;
    bottom: -4%;
  }

  .floating-item.why-us-item-left {
    width: 80px;
    max-width: 80px;
    top: -55px;
  }

  .floating-item.why-us-item-right {
    width: 80px;
    max-width: 80px;
    top: -30px;
    right: 38%;
  }

  .floating-item.coffee-plant-about-us-location {
    max-width: 260px;
    bottom: -40%;
    right: -8%;
  }

  .floating-item.coffeebean-about-us-location {
    max-width: 68px;
    top: -5%;
    left: 24%;
  }

  .floating-item.about-our-coffee---coffee-sack-location {
    bottom: 6%;
  }

  .floating-item.about-our-coffee---coffee-bean-up-right {
    max-width: 68px;
    top: -3%;
  }

  .floating-item.about-our-coffee---coffee-bean-bottom-left {
    max-width: 68px;
    bottom: 4%;
  }

  .floating-item.testimonial-image-coffee-sack {
    max-width: 400px;
  }

  .floating-item.testiomial-image---flower {
    max-width: 120px;
  }

  .floating-item.testimonial-image---coffebean {
    top: -27%;
  }

  .floating-item.testimonial-image---coffebean-up-right {
    max-width: 88px;
    top: -24%;
    right: -10%;
  }

  .floating-item.testimonial-image---coffeebean-bottom-right {
    max-width: 68px;
  }

  .floating-item.our-blog-image---coffeebean-up-left {
    top: -27%;
  }

  .floating-item.coffeebean---up-left {
    top: -76%;
    right: 27%;
  }

  .floating-item.coffeebean---up-right {
    right: 8%;
  }

  .floating-item.coffebarx--sack---about-location {
    max-width: 318px;
    bottom: -17%;
  }

  .floating-item.ourt-story-coffebean-up-right {
    left: 25%;
  }

  .floating-item.ourt-story-coffebean-bottom-right {
    right: 22%;
  }

  .floating-item.about-our-founder-img-up {
    top: -30%;
  }

  .floating-item.cup-of-coffe-location {
    opacity: .4;
  }

  .floating-item.our-method-divider-horizontal, .floating-item.our-method-divider-horizontal---hide-desktop, .floating-item.our-method-divider-vertical {
    display: none;
  }

  .floating-item.team-member-image-down-right {
    max-width: 320px;
    bottom: -8%;
  }

  .floating-item.team-member-image-up-left {
    top: -92%;
  }

  .floating-item.team-member-about---img-right {
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .floating-item.blog-category-img-up-left {
    max-width: 78px;
  }

  .floating-item.blog-category-img-bottom-right {
    bottom: -6%;
  }

  .floating-item.blog-category-img-bottom-left {
    bottom: -4%;
    right: 16%;
  }

  .floating-item.sack-with-coffebeans-location {
    max-width: 350px;
  }

  .floating-item.locations---flower-up-right {
    max-width: 88px;
    top: 95px;
    right: 89px;
  }

  .floating-item.locations---cofeebean-up-right {
    max-width: 68px;
  }

  .floating-item.locations---flower-down-left {
    max-width: 88px;
    bottom: 9%;
  }

  .floating-item.locations---cofeebean-down-left {
    max-width: 80px;
    bottom: 6%;
  }

  .floating-item.follow-us-cup-of-coffe-location {
    bottom: 0%;
  }

  .floating-item.coffeebean-img-wrapper {
    top: 70px;
  }

  .floating-item.cofeebean-contact-up-left {
    max-width: 48px;
    top: -35px;
    left: 44px;
  }

  .floating-item.cofeebean-contact-up-right {
    max-width: 70px;
    top: -10px;
    right: 48px;
  }

  .floating-item.cofeebean-contact-bottom-center {
    max-width: 100px;
    bottom: 114px;
  }

  .floating-item.our-menu-coffeebean-location {
    max-width: 68px;
    top: -25px;
  }

  .floating-item.cup-of-coffee-menu-location {
    bottom: -35px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .floating-item.coffeebean-menu-up-right {
    max-width: 98px;
    top: -22%;
  }

  .floating-item.product---coffeebean---up-left {
    max-width: 78px;
    left: -38px;
  }

  .floating-item.coffeebean-bottom-right {
    max-width: 68px;
    bottom: 133px;
    right: -29px;
  }

  .floating-item.cup-of-coffee---not-found-location {
    max-width: 318px;
    top: -44px;
    left: -3%;
  }

  .floating-item.sack-of-coffe-center-right {
    max-width: 316px;
    top: -70px;
  }

  .floating-item.team-member-social-links-card {
    left: 32px;
  }

  .floating-item.coffeebean-top-left {
    width: 100%;
    max-width: 90px;
  }

  .floating-item.bg-shape-bottom-right {
    max-width: 88px;
    bottom: -48px;
    right: 48px;
  }

  .floating-item.team-member-about---left {
    max-width: 48px;
    top: -4px;
    left: -16px;
  }

  .floating-item.blog-hero-top-right {
    top: -56px;
    right: -34px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .team-member-link-content {
    left: 32px;
    right: 32px;
  }

  .categories-badges-item-wrapper {
    flex-flow: column wrap;
  }

  .categories-badges-item-wrapper.width-100-mbl {
    width: 100%;
  }

  .categories-badges-wrapper {
    flex-flow: column wrap;
  }

  ._404-not-found {
    font-size: 120px;
  }

  .cart-button-wrapper {
    margin-right: 32px;
  }

  .cart-item-title {
    font-size: 20px;
    line-height: 1em;
  }

  .text-400-uppercase {
    font-size: 20px;
  }

  .text-300-uppercase {
    font-size: 18px;
  }

  .text-300---bold---uppercase {
    font-size: 18px;
    line-height: 20px;
  }

  .text-200---uppercase {
    font-size: 16px;
  }

  .text-100-uppercase {
    font-size: 14px;
  }

  .text-100-uppercase.footer-title, .mg-bottom-36px.mg-bottom-16px-mbl {
    margin-bottom: 16px;
  }

  .mg-top-22px {
    margin-top: 12px;
  }

  .flex---title-box.align-center.flex-vertical-mbl {
    flex-direction: column;
    align-items: center;
  }

  .grid---coffe-x-gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .pd-bottom-64px {
    margin-bottom: 32px;
  }

  .pd-top-64px {
    padding-top: 32px;
  }

  .testimonial---text-container {
    padding-bottom: 34px;
  }

  .blog-card---description {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .our-story-image-wrapper {
    width: 100%;
    max-width: none;
  }

  .pd-34px.border-bottom-color-neutral-400-mbl {
    border-bottom: 1px solid var(--neutral--400);
  }

  .width-100-mbl {
    width: 100%;
  }

  .pd-top-bottom-104px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact---divider-horizontal.v1, .contact---divider-horizontal.v2 {
    width: 30%;
    flex: 1;
  }

  .contact---divider-horizontal.v3 {
    width: 22%;
    flex: 1;
  }

  .contact---divider-horizontal.v4 {
    width: 25%;
    flex: 1;
  }

  .contact---divider-horizontal.v5 {
    width: 32%;
    flex: 1;
  }

  .contact---divider-horizontal.v6 {
    width: 25%;
    flex: 1;
  }

  .contact---divider-horizontal.v7 {
    flex: 1;
  }

  .pd-top-60px---bottom-100px {
    padding-top: 20px;
  }

  .locations-grid, .follow-us-grid {
    grid-template-columns: 1fr;
  }

  .pd-top-48px {
    padding-top: 24px;
  }

  .pd-bottom-48px {
    padding-bottom: 24px;
  }

  .our-menu---tab-link {
    justify-content: flex-start;
  }

  .our-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }

  .our-menu-horizontal-line {
    display: none;
  }

  .rich-text-white h1 {
    font-size: 46px;
    line-height: 1.196em;
  }

  .rich-text-white h2 {
    font-size: 36px;
    line-height: 1.389em;
  }

  .rich-text-white h3 {
    font-size: 26px;
    line-height: 1.308em;
  }

  .rich-text-white h4 {
    font-size: 20px;
    line-height: 1.682em;
  }

  .style-guide-sidebar {
    display: none;
  }

  .style-guide-content {
    max-width: 100%;
    margin-left: 0;
  }

  .search-card-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .follow-us---link {
    width: 100%;
    height: 100%;
  }

  .follow-us---image {
    height: 100%;
    object-fit: cover;
  }

  .team-member---flex-title {
    flex-wrap: wrap;
  }

  .flex---our-menu {
    text-align: left;
    align-items: flex-start;
  }

  .image-hero {
    width: 100%;
  }

  .image-hero.coffeebar---title {
    width: 100%;
    max-width: 220px;
  }

  ._600px {
    max-width: 480px;
  }

  .flex---menu-wrapper {
    text-align: center;
    align-items: center;
  }

  ._690px {
    max-width: 480px;
  }

  ._362px {
    max-width: 322px;
  }

  .blog-card-title {
    font-size: 22px;
    line-height: 1.364em;
  }

  .max-w-100px-mbl {
    max-width: 100px;
  }

  .gap-row-16px {
    grid-row-gap: 16px;
  }

  .mg-bottom-64px {
    margin-bottom: 56px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-top.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .our-story-image-top, .our-story-image-bottom {
    max-width: none;
  }

  .top-section {
    padding-top: 64px;
  }

  .top-section.pd-bottom-200px {
    padding-bottom: 140px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .elements---element-title.large {
    margin-top: 164px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .mg-bottom-20px {
    margin-bottom: 16px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .figma-file-text-wrapper {
    padding-left: 48px;
    padding-right: 48px;
  }

  .cookie-references {
    align-self: center;
  }

  .heading-2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 22px;
  }

  .cookie-banner {
    display: none;
  }

  .cookie-lotti {
    width: 50px;
    align-self: center;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 1.1;
  }

  .form-block {
    display: none;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    margin-top: 40px;
    position: static;
  }

  .red-line {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .div-block-10 {
    width: 100%;
  }

  .service-description {
    width: 100%;
    padding-bottom: 0;
  }

  .service-content {
    flex-direction: column;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .centered-block, .top-block {
    padding-left: 30px;
  }

  .section-full {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 22px;
  }

  blockquote {
    background-image: url('../images/rich-text-blog-quote-shape-bottom-right-coffeeshop-webflow-ecommerce-template.svg'), url('../images/rich-text-blog-quote-shape-bottom-left-coffeeshop-webflow-ecommerce-template.svg'), url('../images/rich-text-blog-quote-shape-top-right-coffeeshop-webflow-ecommerce-template.svg'), url('../images/rich-text-blog-quote-shape-top-left-coffeeshop-webflow-ecommerce-template.svg');
    background-position: 98% 90%, 66px 86%, 88% 58px, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: 100px, 48px, 64px, 120px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
  }

  .grid-2-columns.gap-56px {
    grid-row-gap: 36px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first, .grid-2-columns.dropdown-grid-main {
    grid-template-columns: 1fr;
  }

  .card.form {
    min-height: 824px;
    padding: 40px 24px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.footer-columns-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .grid-4-columns.footer-columns-grid.v2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .divider, .divider._64px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-32px {
    margin-bottom: 20px;
  }

  .mg-bottom-80px {
    margin-bottom: 40px;
  }

  .mg-top-48px {
    margin-top: 32px;
  }

  .display-1 {
    font-size: 36px;
  }

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 12px;
  }

  .display-2 {
    font-size: 30px;
  }

  .display-2.color-neutral-100.mg-bottom-32px {
    font-size: 35px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-4 {
    font-size: 18px;
  }

  .grid-3-columns, .grid-3-columns.grid-size-width---auto {
    grid-template-columns: 1fr;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._600px._400-mbp {
    max-width: 400px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .style-buttons-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.small {
    font-family: Hauora, sans-serif;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default, .btn-primary.inside-input.subscriber-newsletter {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.width-100.button-row {
    margin-bottom: 0;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .input {
    font-size: 16px;
    line-height: 18px;
  }

  .input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.large.button-inside {
    min-height: 64px;
  }

  .input.large.input-newsletter {
    padding-right: 24px;
  }

  .input.button-inside {
    margin-bottom: 16px;
  }

  .input.quntity {
    width: 60px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-height: 22px;
    min-width: 22px;
  }

  .checkbox.large {
    min-height: 26px;
    min-width: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-height: 22px;
    min-width: 22px;
  }

  .radio-button.large {
    min-height: 26px;
    min-width: 26px;
  }

  .square-icon {
    max-width: 56px;
  }

  .social-square-link {
    width: 30px;
    height: 30px;
    min-height: 30px;
    min-width: 30px;
    font-size: 14px;
  }

  .line-rounded-icon {
    text-align: center;
  }

  .line-rounded-icon.success-message-check---top {
    margin-bottom: 16px;
    font-size: 48px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text h3 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .rich-text h6 {
    margin-top: 32px;
  }

  .rich-text h5, .rich-text h4 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-primary, .section.hero-primary.hero-full-width-right {
    padding-top: 48px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.bg---contact {
    margin-top: -94px;
    padding-top: 28vh;
    padding-bottom: 25vh;
  }

  .section.bg---blog-post {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .section.medium {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.top-120px {
    padding-top: 70px;
  }

  .section.bottom-120px {
    padding-bottom: 70px;
  }

  .section.top-180px {
    padding-top: 70px;
  }

  .section.bottom-200px, .section.bottom-300px {
    padding-bottom: 70px;
  }

  .section.top-150px {
    padding-top: 70px;
  }

  .section.medium-180px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.bottom-150px {
    padding-bottom: 70px;
  }

  .section.medium-150px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.medium-150px.bottom-200px {
    padding-bottom: 70px;
  }

  .section.our-founders-section {
    padding-bottom: 100px;
  }

  .section.bg---follow-instagram {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.bg-subscribe {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.top-100px {
    padding-top: 70px;
  }

  .section.bg-team-member-bio {
    padding-top: 100px;
  }

  .section.bg---about-product {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.pd-80px {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.hero-main-bg {
    margin-top: -128px;
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, rgba(19, 14, 10, 0) 76%, var(--neutral--800) 76%);
    padding-bottom: 94px;
  }

  .section.pd-200px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .heading-h1-size {
    font-size: 36px;
  }

  .heading-h2-size {
    font-size: 30px;
  }

  .header-nav-list-item {
    width: 100%;
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .header-logo-link {
    max-width: 170px;
  }

  .header-logo-link.w--current {
    max-width: 150px;
  }

  .header-logo-link.max-w-180px-mbl {
    max-width: 164px;
  }

  .hamburger-menu-bar {
    width: 34px;
  }

  .utility-page-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .flex-horizontal.space-between.gap-20px, .flex-horizontal.space-between.gap-col-20px-row-20px {
    grid-column-gap: 10px;
  }

  .flex-horizontal.success-message-horizontal {
    min-height: 110px;
    text-align: center;
    flex-direction: column;
  }

  .error-message.contact-error-message {
    bottom: -3%;
  }

  .floating-item.flower-image {
    right: 3%;
  }

  .floating-item.footer-coffeebean-left {
    bottom: -65%;
    left: 76%;
  }

  .floating-item.coffeebean-home-up-right {
    top: auto;
    bottom: 20px;
  }

  .floating-item.coffeebean-home-left-down {
    z-index: -1;
    top: 27%;
  }

  .floating-item.coffebean---taste-coffee {
    left: -11%;
  }

  .floating-item.coffebean---taste-coffee---right--down {
    bottom: -4%;
    right: -8%;
  }

  .floating-item.why-us-item-left {
    left: 23%;
  }

  .floating-item.why-us-item-right {
    right: 28%;
  }

  .floating-item.our-menu-location-vector-top {
    object-fit: cover;
  }

  .floating-item.our-menu-location-vector-bottom {
    margin-bottom: -1px;
  }

  .floating-item.coffee-plant-about-us-location {
    bottom: -24%;
  }

  .floating-item.coffeebean-about-us-location {
    left: 34%;
  }

  .floating-item.about-our-coffee---coffee-bean-bottom-left {
    bottom: 0%;
  }

  .floating-item.testimonial-image-coffee-sack {
    max-width: 300px;
    left: -6%;
  }

  .floating-item.testiomial-image---flower {
    max-width: 123px;
  }

  .floating-item.testimonial-image---coffeebean-bottom-right {
    max-width: 40px;
    right: -6%;
  }

  .floating-item.our-blog-image---coffeebean-up-left {
    max-width: 58px;
    top: -16%;
  }

  .floating-item.coffeebean---up-left {
    max-width: 68px;
    right: 17%;
  }

  .floating-item.coffeebean---up-right {
    max-width: 58px;
    right: -4%;
  }

  .floating-item.coffebarx--sack---about-location {
    bottom: 30%;
  }

  .floating-item.ourt-story-coffebean-up-left {
    top: -41%;
    left: 22%;
  }

  .floating-item.ourt-story-coffebean-up-right {
    left: 48%;
  }

  .floating-item.ourt-story-coffebean-bottom-right {
    z-index: -1;
    top: 100%;
    right: 3%;
  }

  .floating-item.cup-of-coffe-location {
    max-width: 140px;
  }

  .floating-item.team-member-image-up-left {
    top: -62%;
  }

  .floating-item.team-member-about---img-right {
    bottom: -18%;
  }

  .floating-item.blog-category-img-bottom-right {
    right: -13%;
  }

  .floating-item.blog-category-img-bottom-left {
    bottom: -6%;
    right: 30%;
  }

  .floating-item.sack-with-coffebeans-location {
    max-width: 280px;
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .floating-item.sack-with-coffee-contact-location {
    top: 8%;
  }

  .floating-item.locations---flower-up-right {
    top: -19px;
    right: 127px;
  }

  .floating-item.locations---cofeebean-up-right {
    top: -38px;
    right: 0;
  }

  .floating-item.locations---cofeebean-down-left {
    left: 102px;
  }

  .floating-item.follow-us-cup-of-coffe-location {
    bottom: 0%;
  }

  .floating-item.coffeebean-menu-up-right {
    max-width: 68px;
  }

  .floating-item.coffeebean-menu-bottom-left {
    max-width: 68px;
    top: -79px;
    left: -25px;
  }

  .floating-item.flower-up-left {
    top: 89px;
    left: auto;
    right: -44px;
  }

  .floating-item.sack-of-coffe-center-right {
    top: 70px;
  }

  .floating-item.coffeebean-up-left {
    max-width: 68px;
    top: -86px;
  }

  .floating-item.team-member-social-links-card {
    bottom: 40px;
    left: 24px;
    right: 24px;
  }

  .floating-item.coffeebean-top-left {
    max-width: 70px;
    top: -29px;
    left: -25px;
  }

  .floating-item.bg-shape-bottom-right {
    right: 54px;
  }

  .hero-full-with-right---image-wrapper {
    object-fit: fill;
    margin-top: 48px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .team-member-link-content {
    bottom: 32px;
    left: 24px;
    right: 24px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-direction: column;
  }

  ._404-not-found {
    font-size: 100px;
  }

  .cart-button-wrapper {
    margin-left: 20px;
    margin-right: 14px;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-item-title {
    font-size: 18px;
  }

  .cart-item-price {
    color: var(--neutral--600);
    font-size: 16px;
    line-height: 18px;
  }

  .cart-image-image {
    width: 100px;
  }

  .apple-pay-btn.cart {
    height: 53px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

  .order-option-item, .order-item-content {
    margin-left: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .text-100-uppercase.dropdown-title {
    margin-bottom: 20px;
  }

  .footer-column.first {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .bg---home-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/coffeebar-x-home-hero_1_11zon.jpg');
    background-position: 0 0, 40%;
  }

  .flex---title-box {
    flex-direction: column;
    align-items: stretch;
  }

  .grid---coffe-x-gallery {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .our-menu-location---divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .testimonial---text-container {
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-card---image.min-height-400px-tablet {
    display: block;
  }

  .blog-card---image.min-height-400px-tablet.fit-cover-tablet {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .our-story-image-wrapper {
    margin-right: 34px;
  }

  .pd-34px {
    padding-left: 0;
    padding-right: 0;
  }

  .pd-top-bottom-104px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact---schedule {
    font-size: 18px;
  }

  .contact---divider-horizontal.v2 {
    width: 38px;
  }

  .contact---divider-horizontal.v3 {
    flex: 1;
  }

  .contact---divider-horizontal.v4 {
    width: 38px;
  }

  .contact---divider-horizontal.v5 {
    width: 60px;
  }

  .contact---divider-horizontal.v6 {
    width: 38px;
  }

  .contact---divider-horizontal.v7 {
    width: 80px;
  }

  .flex---schedule {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .grid-1-row.gap-row-20px.hide-in-desktop {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-1-row.gap-row-20px.hide-in-mbp {
    display: none;
  }

  .follow-us-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
  }

  .mg-top-24px-mbp {
    margin-top: 24px;
  }

  .our-menu---tabs-menu {
    flex-direction: row;
  }

  .our-menu---tab-link {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1em;
    display: flex;
  }

  .our-menu-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .our-menu-price, .our-menu-product {
    font-size: 18px;
  }

  .mg-bottom-10px {
    margin-bottom: 8px;
  }

  .our-menu-description {
    flex: 0 auto;
  }

  .products---grid {
    grid-template-columns: 1fr;
  }

  .rich-text-white h1 {
    font-size: 36px;
    line-height: 1.25em;
  }

  .rich-text-white h2 {
    font-size: 30px;
    line-height: 1.467em;
  }

  .rich-text-white h3 {
    font-size: 24px;
    line-height: 1.33em;
  }

  .rich-text-white ul {
    padding-left: 24px;
  }

  .rich-text-white ol {
    color: var(--neutral--400);
    padding-left: 24px;
  }

  .flex---card-list {
    flex-direction: column;
  }

  .our-menu-price-wrapper {
    margin-top: 0;
  }

  .blog-card---flex-info {
    grid-column-gap: 8px;
  }

  .image-hero.coffeebar---title {
    max-width: 200px;
  }

  ._600px {
    max-width: 350px;
  }

  ._690px {
    max-width: 320px;
  }

  ._340px {
    max-width: none;
  }

  .blog-card-title {
    font-size: 20px;
    line-height: 1.4em;
  }

  .social-square-links-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .top-section {
    padding-top: 48px;
  }

  .top-section.pd-bottom-120px {
    padding-bottom: 64px;
  }

  .top-section.pd-bottom-200px {
    padding-bottom: 120px;
  }

  .top-section.pd-bottom-140px {
    padding-bottom: 64px;
  }

  .elements---element-title.large {
    margin-top: 140px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .form-2 {
    width: 300px;
  }

  .cookie-references {
    align-self: center;
    font-size: 2vw;
    line-height: 7px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3vw;
    line-height: 20px;
  }

  .cookie-banner {
    width: 90vw;
    height: 230px;
    max-width: none;
    justify-content: center;
    padding: 5px;
    display: none;
    left: -28px;
  }

  .cookie-buttons {
    margin-top: 10px;
    font-size: 12px;
  }

  .cookie-dashboard-header {
    font-size: 22px;
  }

  .cookie-lotti {
    width: 30px;
    align-self: center;
    margin-top: -7px;
    font-size: 14px;
    line-height: 14px;
  }

  .field-label {
    font-size: 11px;
  }

  .cookie-accept-all {
    width: 90vw;
    height: auto;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2vw;
    line-height: 9px;
  }

  .cookie-accept-all.cookie-decline-all {
    width: 90vw;
    height: auto;
  }

  .paragraph-2 {
    letter-spacing: 0;
    font-size: 3vw;
    line-height: 11px;
  }

  .form-block {
    display: none;
  }

  .button-manager {
    font-size: 12px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .position-relative-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .red-line {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .paragraph-with-margin {
    margin-bottom: 30px;
  }

  .heading-7 {
    line-height: 1em;
  }

  .div-block-10 {
    width: 100%;
  }

  .description-services {
    max-width: 100%;
  }

  .service-description {
    width: 100%;
    padding-bottom: 0;
  }

  .white-text {
    margin-top: 10px;
  }

  .white-text.white {
    line-height: 1em;
  }

  .dark-block {
    align-items: center;
  }

  .heading-10._45 {
    line-height: 1em;
  }

  .top-block {
    text-align: center;
    padding-left: 0;
  }

  .large-white-text {
    line-height: 1em;
  }
}

#w-node-d6febf06-2703-fcc7-56ce-69771f1eef9f-65d2f312 {
  align-self: end;
  justify-self: end;
}

#w-node-cfd78f05-7df1-b167-7cf3-17fc5abe0a0f-65d2f312 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_747ba9e9-90ba-0208-9f95-1f938fce56db-65d2f312, #w-node-_509e0a60-58c9-82f7-4ee0-945e16212d13-65d2f312, #w-node-_6716b16f-ca4e-a78e-768e-5cf68d44c28d-65d2f312, #w-node-ae434d05-70ce-cb81-d2f7-8c39a17f059d-65d2f312 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5317c66-11d0-8bbf-0359-bdcebb7b8944-65d2f312 {
  align-self: stretch;
}

#w-node-_7d25934c-fecc-0f98-cade-b0c17df858e9-65d2f312 {
  justify-self: end;
}

#w-node-a832fa68-38a1-cbbb-e40f-2663b68f422c-65d2f312, #w-node-c1494a4b-e8a1-a987-2ef7-19cb33f50583-65d2f312, #w-node-c35e30ef-e0f6-95c7-01d3-526a5acdfa5a-65d2f312, #w-node-d7f2ea56-97b6-b5dd-4bf8-33c2c26080ac-65d2f312, #w-node-_182edc91-6890-f80e-5281-e6c2a83651b7-65d2f312, #w-node-dd19ca4b-d098-8b26-fa33-6d9bc72d332b-c72d3325 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd19ca4b-d098-8b26-fa33-6d9bc72d3349-c72d3325 {
  justify-self: center;
}

#w-node-d53cd4e7-ee5a-727c-2209-491f00956b8f-f751fe9f, #w-node-_17b8a6d1-8453-bce6-3313-5a62a291f9cd-f751fe9f {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-a832fa68-38a1-cbbb-e40f-2663b68f422c-65d2f312, #w-node-_8f89d44d-fe7c-5dfc-4899-185a9db5bb58-65d2f312, #w-node-_4e65addf-8fb4-39b6-34bc-d6420e720d50-65d2f312 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f5317c66-11d0-8bbf-0359-bdcebb7b8944-65d2f312 {
    align-self: stretch;
  }

  #w-node-dd19ca4b-d098-8b26-fa33-6d9bc72d332b-c72d3325 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-dd19ca4b-d098-8b26-fa33-6d9bc72d3349-c72d3325 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfd78f05-7df1-b167-7cf3-17fc5abe0a0f-65d2f312 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d25934c-fecc-0f98-cade-b0c17df858e9-65d2f312 {
    order: -9999;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd19ca4b-d098-8b26-fa33-6d9bc72d332b-c72d3325 {
    grid-column: span 1 / span 1;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Coffeebarcartlogo';
  src: url('../fonts/coffeebarcartlogo.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alpino';
  src: url('../fonts/alpino-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alpino';
  src: url('../fonts/alpino-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alpino';
  src: url('../fonts/alpino-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/hauora-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/hauora-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/hauora-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alpino';
  src: url('../fonts/alpino-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/hauora-extrabold.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/hauora-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}