@font-face {
  font-family: Gentleman Book;
  src: url('../fonts/Gentleman-Book.ttf') format("truetype"), url('../fonts/Gentleman-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gentleman;
  src: url('../fonts/Gentleman-Heavy.ttf') format("truetype"), url('../fonts/Gentleman-Black.ttf') format("truetype"), url('../fonts/Gentleman-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gentleman;
  src: url('../fonts/Gentleman-Bold.ttf') format("truetype"), url('../fonts/Gentleman-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gentleman Hairline;
  src: url('../fonts/Gentleman-Hairline.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gentleman;
  src: url('../fonts/Gentleman-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gentleman;
  src: url('../fonts/Gentleman-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gentleman;
  src: url('../fonts/Gentleman-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gentleman;
  src: url('../fonts/Gentleman-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gentleman;
  src: url('../fonts/Gentleman-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Juraj Chrastina Gentleman 500 Book";
  src: url('../fonts/Juraj-Chrastina---Gentleman500-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kimmy Design Burfordmarquee;
  src: url('../fonts/Kimmy-Design---BurfordMarquee.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --with-love: #c55e1b;
  --white: white;
  --alt: #f8c28b;
  --black: black;
  --filtercolor: #000;
}

.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;
}

body {
  color: #fff;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style__guide {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 101px;
  display: flex;
}

.style__list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-content: start;
  align-items: start;
  display: grid;
}

.style__item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading__1 {
  letter-spacing: .8px;
  font-family: Kimmy Design Burfordmarquee, sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 50px;
}

.heading__1.max {
  text-align: center;
  max-width: 350px;
}

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

.heading__1.left__align {
  text-align: left;
}

.heading__1.right__align {
  text-align: right;
}

.heading__2 {
  letter-spacing: .8px;
  font-family: Kimmy Design Burfordmarquee, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 44px;
}

.heading__3 {
  letter-spacing: .3px;
  font-family: Kimmy Design Burfordmarquee, sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 43px;
}

.heading__3.flavour__title {
  font-size: 50px;
  line-height: 40px;
}

.heading__4 {
  letter-spacing: .3px;
  font-family: Kimmy Design Burfordmarquee, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 24px;
}

.alt {
  color: #000;
}

.sub__heading__1 {
  letter-spacing: 5px;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
}

.sub__heading__1.caps {
  text-transform: uppercase;
}

.sub__heading__2 {
  letter-spacing: 5px;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 44px;
}

.sub__heading__2.caps {
  text-transform: uppercase;
}

.sub__heading__3 {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.sub__heading__3.margin__top {
  margin-top: 10px;
}

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

.sub__heading__4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.sub__heading__4.alt {
  letter-spacing: .8px;
  line-height: 10px;
}

.sub__heading__4.alt.margin__top {
  margin-top: 10px;
}

.sub__heading__5 {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
}

.sub__heading__5.post {
  line-height: 10px;
}

.sub__heading__6 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.sub__heading__6.view__menu__text {
  line-height: 12px;
}

.sub__heading__6.vold {
  font-weight: 500;
}

.sub__heading__7 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 10px;
}

.heading__5 {
  letter-spacing: .8px;
  font-family: Kimmy Design Burfordmarquee, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.heading__5.post {
  line-height: 28px;
}

.body__copy__1 {
  text-align: center;
  letter-spacing: .1px;
  font-size: 21px;
  line-height: 41px;
}

.body__copy__1.margin__top {
  margin-top: 25px;
}

.heading__6 {
  text-transform: uppercase;
  font-family: Fira Sans Condensed, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.sub__heading__8 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.body__copy__2 {
  text-align: center;
  letter-spacing: .1px;
  font-size: 11px;
  line-height: 15px;
}

.body__copy__2.rich__text {
  text-align: left;
  width: 100%;
  height: 100%;
}

.sub__heading__9 {
  text-transform: capitalize;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.sub__heading__9.flavour {
  opacity: .5;
  margin-left: 10px;
  font-size: 11px;
}

.sub__heading__9.flavour.margin__top {
  margin-top: 10px;
  margin-left: 0;
}

.sub__heading__10 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.sub__heading__10.footer__text {
  margin-bottom: auto;
}

.heading__placeholder {
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 50px;
}

.header {
  z-index: 110;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 25px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hero {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 100px;
  display: flex;
  position: relative;
}

.hero.map {
  max-width: 100%;
  padding: 54px 0 0;
  overflow: hidden;
}

.hero.with-love-hero {
  justify-content: flex-start;
  padding: 0;
}

.full__image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.full__image.static {
  position: static;
}

.full__image.custom {
  object-position: 50% 35%;
}

.full__image.custom-2 {
  object-position: 50% 55%;
}

.full__image.custom-3 {
  object-position: 50% 65%;
}

.full__image.drop__shadow {
  filter: drop-shadow(0 2px 10px #000000b3);
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.navigation {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation.burger__navigation {
  flex-direction: column;
}

.nav__list {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.nav__list.burger__navigation {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
}

.nav__button {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

.nav__button.burger__item {
  margin: 10px 0;
}

.nav__link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  font-size: 9px;
  line-height: 11px;
  transition: all .2s;
  display: block;
}

.nav__link:hover {
  opacity: .5;
}

.nav__link.static {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.nav__logo {
  background-image: url('../images/vdlc_header_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  min-width: 50px;
  height: 30px;
  min-height: 30px;
  transition: all .2s;
}

.nav__logo:hover {
  opacity: .5;
}

.nav__logo.static {
  display: none;
}

.hero__logos {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.hero__logo__top {
  background-image: url('../images/vdlc_hero_logo_top.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  min-width: 150px;
  height: 200px;
  min-height: 150px;
  margin-top: auto;
  display: flex;
}

.hero__logo__top.no__image {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.hero__bottom {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.hero__line {
  border-top: 1px dashed #fff;
  width: 80px;
  margin-top: 4vh;
  margin-bottom: 2vh;
  padding: 0;
}

.hero__button {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-top: 2vh;
  transition: opacity .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero__button:hover {
  opacity: .5;
}

.hero__button.margin__top {
  margin-top: 50px;
}

.hero__button.flavour__button {
  width: 15px;
  height: 15px;
}

.hero__button__line {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.hero__button__line.hoz {
  width: 50%;
  height: 1px;
}

.hero__button__line.ver {
  width: 1px;
  height: 50%;
}

.hero__middle {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.scroll__text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
}

.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 125px 100px;
  display: flex;
}

.section.flavours {
  background-image: url('../images/vdlc-backdrop-dark.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding-bottom: 225px;
  position: relative;
  overflow: hidden;
}

.section.social__feed {
  background-image: url('../images/vdlc-backdrop-dark.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  position: relative;
}

.section.intro {
  background-color: #000;
  padding-bottom: 0;
  position: static;
}

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

.section.spacer__section.alt {
  margin-bottom: -25px;
  padding-bottom: 0;
}

.section.products {
  min-height: 100vh;
  padding: 7.5% 5%;
}

.section.split__content {
  flex-direction: row;
  align-items: center;
  height: auto;
  padding: 0;
}

.section.to__try {
  padding: 12% 10%;
}

.section.training {
  background-color: #000;
  padding-bottom: 0;
  position: static;
}

.section.with-love {
  background-color: var(--with-love);
}

.section.with-love-alt {
  color: var(--with-love);
}

.section.with-love-base {
  background-color: var(--with-love);
  color: var(--white);
  position: relative;
}

.section.with-love-base.alt {
  background-color: var(--white);
  color: var(--with-love);
}

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

.flavours__header {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 150px;
  display: flex;
}

.product__list {
  grid-column-gap: 75px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product__list.hide {
  display: none;
}

.product__list.flavours {
  grid-column-gap: 2.5%;
  grid-row-gap: 0.5%;
  max-width: 1280px;
}

.product__item {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  display: flex;
}

.product__item:hover {
  opacity: .5;
}

.product__item__image {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.product__item__info {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100px;
  min-height: 145px;
  margin-top: 10px;
  margin-bottom: auto;
  padding: 14px 0;
  display: flex;
}

.product__item__header {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product__item__bottom__info {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.product__item__button__icon {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product__item__button__icon.margin___right {
  height: 12px;
  margin-right: 5px;
}

.product__item__button__icon.margin___left {
  margin-left: 10px;
}

.button__1_line {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
}

.button__1_line.hoz {
  width: 50%;
  height: 1px;
}

.button__1_line.ver {
  width: 1px;
  height: 50%;
}

.product__item__types {
  justify-content: flex-start;
  align-items: center;
  height: 13px;
  margin-left: auto;
  padding: 0;
  display: flex;
}

.product__item__types.none {
  height: 0;
}

.product__item__icon {
  width: 100%;
  height: 100%;
  margin-right: 5px;
  padding: 0;
  display: block;
}

.product__item__icon.icecream, .product__item__icon.freezedried {
  margin-right: 0;
}

.feature__flavours__header {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.large__button__1 {
  text-align: center;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  display: flex;
}

.large__button__1.margin__top {
  margin-top: 100px;
}

.large__button__1.alt {
  border-color: #fff;
}

.large__button__1.alt.margin__half__top {
  margin-top: 50px;
}

.product__item__button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.product__item__button:hover {
  opacity: .5;
}

.sub__heading__11 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.sub__heading__11.alt {
  color: #000;
}

.sub__heading__11.inherit__font {
  font-family: inherit;
}

.footer__banner {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  display: flex;
  position: relative;
}

.footer__banner.map {
  min-height: 400px;
}

.footer__banner.auto {
  height: auto;
}

.footer__banner__content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 125px;
  display: flex;
  position: relative;
}

.footer {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 125px 100px;
  display: flex;
}

.footer.center {
  justify-content: center;
  align-items: center;
}

.section__overlay {
  z-index: 0;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.section__top__layer {
  z-index: 1;
  width: 100%;
  position: relative;
}

.post__item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: flex;
}

.post__list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.post__list.hide {
  display: none;
}

.post__header {
  z-index: 1;
  text-align: center;
  border-bottom: 1px dashed #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 12px;
  display: flex;
}

.post__item__image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  padding: 0;
}

.footer__graphic {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.footer__graphic.max {
  width: 90%;
  height: auto;
  margin-bottom: -15px;
  position: relative;
}

.image__overlay {
  z-index: 0;
  background-image: linear-gradient(0deg, #0000, #000);
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
}

.image__overlay._2 {
  background-image: linear-gradient(to top, #0000, #000000b5);
  height: 100%;
}

.footer__details {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-right: 50px;
  display: flex;
}

.footer__item {
  height: 100%;
}

.footer__item.margin_right {
  margin-right: 50px;
}

.footer__item__nfo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 35px;
  display: flex;
}

.sub__heading__12 {
  letter-spacing: .15px;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.sub__heading__12.margin__top {
  margin-top: 10px;
}

.sub__heading__13 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
}

.footer__button__1 {
  text-align: center;
  border: 1px dashed #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  display: inline-block;
}

.footer__button__1.margin__top {
  margin-top: 100px;
}

.footer__button__1.alt {
  border-style: solid;
  border-color: #fff;
}

.footer__button__1.alt.margin__top {
  margin-top: 50px;
  font-family: Gentleman, Verdana, sans-serif;
  font-weight: 400;
}

.footer__button__1.alt.margin__half__top {
  margin-top: 50px;
}

.footer__social__info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__social__info.center {
  justify-content: center;
}

.footer__social__info__icon {
  width: 15px;
}

.heading__7 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Kimmy Design Burfordmarquee, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.footer__social__info__link {
  width: 15px;
  margin-right: 5px;
}

.hero__flavours {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.sub__heading__14 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.hero__graphic {
  margin-bottom: -15px;
  position: relative;
}

.hero__content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 125px 100px;
  display: flex;
  position: relative;
}

.hero__content.venue__cms {
  padding-bottom: 0;
}

.hero__content.base {
  justify-content: flex-start;
  padding: 20vh 100px 0;
}

.section__header {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px 7.5%;
  display: flex;
}

.section__header.stockists {
  justify-content: center;
  height: 5vh;
  min-height: 50px;
}

.section__header__links {
  align-items: center;
  display: flex;
}

.section__header__links.margin__right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section__header__icon {
  color: #00000080;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  padding: 0;
  display: block;
}

.section__header__icon.active__filter {
  color: #000;
}

.section__header__button {
  color: #00000040;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 15px;
  font-size: 10px;
  line-height: 12px;
  transition: all .2s;
  display: flex;
}

.section__header__button:hover, .section__header__button.active__filter {
  color: #000;
}

.section__header__icon__parent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 2px;
  padding: 0;
  display: flex;
}

.active__filter {
  color: #000;
}

.custom__css {
  display: none;
}

.hero__2 {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.hero__2.flavour {
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 150px;
}

.hero__2._90vh {
  height: 90vh;
}

.hero__2.about {
  justify-content: center;
}

.hero__2.login {
  background-color: #000;
}

.venue__info {
  cursor: pointer;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.venue__info.hide {
  display: none;
}

.venue__content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 125px 100px;
  display: flex;
  position: relative;
}

.venue__graphic {
  margin-bottom: -15px;
  position: relative;
}

.venue__graphic.hero__graphic {
  min-width: 225px;
}

.contact__graphic {
  margin-bottom: -15px;
  position: relative;
}

.contact__form {
  background-color: #0000;
  width: 100%;
  max-width: 600px;
}

.input__text {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 9px;
  line-height: 11px;
  transition: opacity .2s;
  display: block;
}

.input__text:hover {
  opacity: .5;
}

.input__text:focus {
  opacity: 1;
}

.input__text.textarea {
  max-width: 100%;
  min-height: 150px;
}

.input__text.submit {
  color: #000;
  background-color: #fff;
  transition: opacity .2s;
}

.input__text.submit:hover {
  opacity: .5;
}

.line {
  border-top: 1px dashed #fff;
  width: 100px;
  margin-top: 150px;
  margin-bottom: 150px;
  padding: 0;
}

.line.no__margin__top {
  margin-top: 0;
}

.text__content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.text__content.margin {
  margin-top: 150px;
  margin-bottom: 150px;
}

.image__list {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: -125px;
  padding: 0;
  display: flex;
  position: relative;
}

.image__list.no__overlap {
  margin-bottom: 0;
}

.image__list.alt__overlap {
  margin-top: -125px;
  margin-bottom: 0;
}

.image__display {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image__display.venue {
  position: absolute;
}

.image__item {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50vh;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.image__item.static {
  cursor: default;
  height: 500px;
  min-height: auto;
  position: static;
}

.image__content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 125px 100px;
  display: flex;
  position: relative;
}

.full__image__hero {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.full__image__hero.with-love {
  object-position: 50% 50%;
}

.top__background__bar {
  background-color: #000;
  width: 100%;
  height: 100px;
  margin-top: -125px;
}

.wholesale__form {
  background-color: #0000;
  width: 100%;
  max-width: 600px;
}

.large__button__2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 50px;
  display: flex;
}

.large__button__2.margin__top {
  margin-top: 50px;
}

.large__button__2.alt {
  border-color: #fff;
}

.large__button__2.alt.margin__half__top {
  margin-top: 50px;
}

.text__line {
  border-top: 1px dashed #fff;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0;
}

.text__line.no__margin__top {
  margin-top: 0;
}

.flavours__slider {
  z-index: 10;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  display: block;
  position: relative;
}

.flavours__slide {
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  margin-left: 25px;
  margin-right: 25px;
  transition: all 1s;
  display: inline-block;
}

.flavours__slide.selected__flavour {
  height: 100%;
  transform: scale(1.25);
}

.selected__flavour {
  height: 100%;
}

.flavour__full__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  min-height: 100%;
  transition: all .2s;
  display: block;
}

.flavour__info {
  opacity: 0;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 25px auto 0;
  transition: opacity 1s;
  display: flex;
}

.selected__flavour__info {
  opacity: 1;
}

.flavour__graphic {
  width: 175px;
  margin-bottom: -15px;
  position: relative;
}

.flavours__script {
  display: none;
}

.product__wrapper {
  width: 100%;
  height: 100%;
  display: none;
}

.product__cms__item {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 125px;
  max-height: 225px;
  display: flex;
}

.full {
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: block;
}

.flavour__type {
  color: #000;
  font-size: 10px;
  line-height: 15px;
  display: none;
}

.flavour__types__list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flavour__types__item {
  height: 13px;
}

.empty-state {
  display: none;
}

.flavours__menu {
  z-index: 100;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  display: none;
  position: fixed;
  inset: 0%;
}

.filter__menu__wrapper {
  width: 100%;
  height: 100%;
  padding-top: 125px;
  padding-bottom: 125px;
  overflow: auto;
}

.filter__menu__header {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.filter__menu__header.flavour {
  z-index: 10;
  margin-bottom: auto;
  position: relative;
}

.flavours__menu__button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.flavours__menu__button:hover {
  opacity: .5;
}

.flavours__button__icon {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.flavours__button__icon.margin___right {
  margin-right: 10px;
}

.flavours__button__icon.margin___left {
  margin-left: 10px;
}

.flavours__button__icon.image {
  background-image: url('../images/filter__arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.button__2_line {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.button__2_line.hoz {
  width: 50%;
  height: 1px;
}

.button__2_line.ver {
  width: 1px;
  height: 50%;
}

.icon__image {
  object-fit: contain;
  height: 5px;
  transform: rotate(180deg);
}

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

.flavour__item {
  width: 100%;
  height: 100%;
}

.flavour__block {
  justify-content: flex-start;
  transition: all .2s;
  display: flex;
}

.flavour__block:hover {
  opacity: .5;
}

.flavour__block.no__hover {
  flex-flow: column;
  align-items: flex-start;
}

.flavour__block.no__hover:hover {
  opacity: 1;
}

.product__wrapper__feature {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer__banner__item, .footer__banner__list, .footer__banner__wrapper {
  width: 100%;
  height: 100%;
}

.flavours__slider__wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.map {
  flex: 1;
  width: 100vw;
}

.stockists__header {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px 100px;
  display: flex;
}

.stockists__header.stockists {
  justify-content: center;
  height: 5vh;
  min-height: 50px;
}

.filter__menu__title__header {
  margin-bottom: 35px;
}

.stockist__area__block {
  margin-bottom: 50px;
}

.map__pin__icon {
  width: 40px;
  height: 40px;
}

.stockists___collections {
  width: 100%;
  padding: 50px;
  display: none;
  overflow: scroll;
}

.stockist__collection__wrapper, .stockist__collection__list {
  width: 100%;
}

.stockist__item {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.stockist__name {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.stockist__name.alt {
  margin-right: 5px;
  font-size: 11px;
  line-height: 15px;
}

.stockist__address {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.stockist__address.alt {
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 15px;
}

.stockist__latitude {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.stockist__latitude.alt {
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 15px;
}

.stockist__longitude {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.stockist__longitude.alt {
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 15px;
}

.stockist__area__id {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.stockist__area__id.alt {
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 15px;
}

.stockist__on__menu {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.stockist__on__menu.alt {
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 15px;
}

.stockist__stock__scoops {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.stockist__stock__scoops.alt {
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 15px;
}

.stockist__stock__tubs {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.stockist__stock__tubs.alt {
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 15px;
}

.stockist__stock__cups {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.stockist__stock__cups.alt {
  letter-spacing: 1px;
  margin-right: 5px;
  font-size: 10px;
  line-height: 15px;
}

.map__pin__info {
  color: #000;
  box-shadow: 0 2px 5px #0003;
}

.dynamic__area__block {
  margin-bottom: 50px;
}

.stockist__menu__cms {
  display: none;
}

.custom__cursor {
  border: 2px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
}

.custom__cursor__point {
  background-color: #000;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.zoom__control {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
}

.zoom__control:hover {
  background-color: #e2e2e2;
}

.zoom__control.top {
  border-bottom-width: 1px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.zoom__control.bottom {
  border-top-width: 1px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.zoom__buttons {
  opacity: 0;
  padding-bottom: 50px;
  padding-right: 50px;
  position: absolute;
}

.zoom__button__spacer {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.zoom__icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.zoom__line {
  background-color: #000;
  position: absolute;
}

.zoom__line.ver {
  width: 3px;
  height: 100%;
}

.zoom__line.hoz {
  width: 100%;
  height: 3px;
}

.zoom__controls {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__graphic__text__lock {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.heading__8 {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Kimmy Design Burfordmarquee, sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 88px;
}

.graphic {
  margin-bottom: -15px;
  position: relative;
}

.intro__graphic__text__lock {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.text__content__lunch {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  display: flex;
}

.text__content__lunch.margin {
  margin-top: 150px;
  margin-bottom: 150px;
}

.menu__content {
  width: 100%;
  margin-top: 50px;
}

.menu__content.no__margin__top {
  margin-top: 0;
}

.menu__item {
  border-bottom: 1px dashed #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 25px;
  display: flex;
}

.menu__item.v2 {
  margin-top: 50px;
  margin-bottom: 0;
}

.view__menu__icon {
  object-fit: contain;
  width: 11px;
  height: 11px;
  margin-left: 10px;
  display: block;
}

.view__menu {
  justify-content: flex-start;
  align-items: flex-start;
  height: 17px;
  transition: opacity .2s;
  display: flex;
}

.view__menu:hover {
  opacity: .5;
}

.view__menu__heading {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.view__menu__button__icon {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.view__menu__button__icon.margin___right {
  margin-right: 10px;
}

.view__menu__button__icon.margin___left {
  margin-left: 10px;
}

.sub__heading__15 {
  letter-spacing: 1.5px;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 10px;
}

.sub__heading__15.margin__top {
  margin-top: 10px;
}

.sub__heading__15.margin__left {
  margin-top: auto;
  margin-bottom: 2px;
  margin-left: 10px;
}

.sub__heading__15.margin__right {
  margin-right: 15px;
}

.hero__venue__icon {
  object-fit: contain;
  width: 35px;
  height: 35px;
  margin-top: auto;
  margin-bottom: auto;
}

.venue__wrapper {
  width: 100%;
  height: 100%;
}

.venue__list {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.venue__item {
  width: 100%;
  height: 100%;
}

.awards__content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: -50px;
}

.awards {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.hero__flavour__graphic {
  object-fit: contain;
  width: 100%;
  max-width: 800px;
  display: block;
  position: absolute;
}

.hero__flavour__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.types__content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.type__image {
  object-fit: contain;
  height: 30vh;
  min-height: 200px;
}

.types__header {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

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

.types__wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.types__button__icon {
  cursor: pointer;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 20px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.types__button__icon:hover {
  opacity: .5;
}

.types__button__icon.right {
  transform: rotate(180deg);
}

.types__button__icon.image {
  background-image: url('../images/filter__arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.types__dynamic__controller {
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.types__text {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 25px;
  margin-right: 25px;
  display: none;
}

.types__animation {
  flex-direction: column;
  align-items: center;
  margin-bottom: 250px;
  display: flex;
}

.types__animation.hide {
  display: none;
}

.types__pins {
  justify-content: center;
  width: 100%;
  display: flex;
}

.types__pins.margin__right {
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.types__icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  padding: 0;
  display: block;
}

.types__icon.active__filter {
  color: #000;
}

.types__button {
  color: #ffffff40;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-right: 15px;
  font-size: 10px;
  line-height: 12px;
  display: flex;
}

.types__button.active__filter, .types__button.active__icon {
  color: #fff;
}

.html-embed {
  display: none;
}

.slider {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.slide {
  padding: 7.5vh 10vh;
}

.hero__slider {
  z-index: 1;
  background-color: #000;
  width: 100%;
  height: 100vh;
}

.cms__page {
  width: 100%;
  height: 100%;
}

.cms__page.hide {
  display: none;
}

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

.hero__mask {
  width: 100%;
  height: 100%;
}

.hero__slider__autoplay {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero__slider__arrow {
  display: none;
}

.hero__slide__nav {
  z-index: 100;
  position: absolute;
  bottom: 15vh;
}

.hero__slide__nav.hide, .hero__slider__styles {
  display: none;
}

.image__link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.accordion__item {
  border-bottom: 1px dashed #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 0;
  display: flex;
}

.accordion__item.hide {
  display: none;
}

.accordion__content {
  width: 100%;
  margin-top: 50px;
}

.accordion__body {
  border-bottom-width: 1px;
  border-bottom-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion__header {
  cursor: pointer;
  width: 100%;
  transition: opacity .2s;
}

.accordion__header:hover {
  opacity: .5;
}

.accordion__opened__item {
  border-top: 1px dashed #000;
  justify-content: space-between;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.accordion__headings {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion__headings.top {
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 25px;
}

.accordion__wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.accordion__data {
  width: 100%;
}

.accordion__render {
  width: 100%;
  display: block;
}

.burger__menu {
  z-index: 100;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.hamburger {
  cursor: pointer;
  border: 1px #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 25px;
  height: 20px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 12px 50px auto auto;
  overflow: hidden;
}

.hamburger:hover {
  opacity: .5;
}

.hamburger.static {
  z-index: 0;
  display: none;
  position: relative;
  top: auto;
  right: auto;
}

.hamburger__line {
  background-color: #fff;
  position: absolute;
}

.hamburger__line.ver {
  width: 1px;
  height: 50%;
}

.hamburger__line.hoz {
  width: 100%;
  height: 1px;
  position: static;
}

.hamburger__line.right {
  width: 1px;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}

.hamburger__line.left {
  width: 1px;
  height: 120%;
  position: absolute;
  transform: rotate(-45deg);
}

.types__images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 25px;
  display: none;
}

.hero__video {
  width: 100%;
  height: 100%;
}

.hero__video__button {
  display: none;
}

.split__content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.right__split__content {
  background-image: url('../images/VDL_Creamery-Export-4-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  min-height: 75vh;
  padding: 150px 100px 150px 50px;
  display: flex;
}

.right__split__content.alt {
  background-image: none;
  padding-left: 50px;
}

.right__split__content.alt__2 {
  background-image: url('../images/VDL_Creamery-Export-12.jpg');
}

.left__split__content {
  align-self: stretch;
  width: 50%;
  min-height: 75vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 25px;
}

.left__split__content.alt {
  background-image: url('../images/vdlc_eating_ice_cream.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-right: 25px;
}

.body__copy__3 {
  text-align: center;
  letter-spacing: .1px;
  font-size: 21px;
  line-height: 41px;
}

.body__copy__3.margin__top {
  margin-top: 25px;
}

.body__copy__3.alt {
  text-align: right;
  max-width: 400px;
  font-size: 15px;
  line-height: 35px;
}

.body__copy__3.alt.left__align {
  text-align: left;
}

.text__content__about {
  border-right: 3px dotted #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  margin-right: 50px;
  padding: 150px 50px 150px 100px;
  display: flex;
}

.text__content__about.alt {
  color: #fff;
  border-right-color: #fff;
}

.text__content__about.end {
  justify-content: flex-end;
  height: 60%;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.about__button {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px dotted #000;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 12px;
  font-size: 12px;
  line-height: 12px;
  transition: opacity .2s;
  display: flex;
}

.about__button:hover {
  opacity: .5;
}

.heading__9 {
  letter-spacing: .8px;
  font-family: Kimmy Design Burfordmarquee, sans-serif;
  font-size: 61px;
  font-weight: 400;
  line-height: 50px;
}

.heading__9.max {
  text-align: center;
  letter-spacing: .3px;
  max-width: 500px;
  font-size: 118px;
  line-height: 96px;
}

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

.heading__9.left__align {
  text-align: left;
}

.heading__9.right__align {
  text-align: right;
}

.award {
  object-fit: contain;
  height: 100px;
  display: block;
  position: relative;
}

.awards__list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.award__item {
  margin-left: -25px;
}

.awards__wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.script__inline {
  display: none;
}

.type__line {
  border-left: 1px dashed #fff;
  width: 1px;
  height: 150px;
  margin-top: 150px;
}

.allergy__icons {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.allergy__icon {
  object-fit: contain;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
}

.split__container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.centered__div {
  margin-top: auto;
  margin-bottom: auto;
}

.socials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter__button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.filter__button:hover {
  opacity: .5;
}

.center__line.top, .center__line.bottom {
  display: none;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 125px;
}

.arrow {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 19px;
  height: 25px;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.arrow__line {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.arrow__line.left {
  height: 100%;
  transform: rotate(-45deg);
}

.arrow__line.right {
  height: 100%;
  transform: rotate(45deg);
}

.max__content {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.overlay {
  z-index: 0;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.footer__lock {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.slide__nav {
  z-index: 100;
  margin-bottom: 25px;
}

.wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cms__data__full, .cms__full__list {
  width: 100%;
}

.training__video {
  margin-bottom: 50px;
}

.login__form {
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-top: 50px;
  display: flex;
}

.back__btn {
  margin-top: 10px;
}

.sub__heading__16 {
  letter-spacing: .15px;
  text-transform: uppercase;
  font-family: "Juraj Chrastina Gentleman 500 Book", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
}

.sub__heading__16.margin__top {
  margin-top: 10px;
}

.login__lock {
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.wholesale__graphic {
  margin-bottom: -15px;
  position: relative;
}

.stockist__icon {
  height: 25px;
  margin-right: 5px;
  padding: 0;
  display: block;
}

.stockist__icon.icecream, .stockist__icon.freezedried {
  margin-right: 0;
}

.stockist__header {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.display__1 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Gentleman, Verdana, sans-serif;
  font-size: 81px;
  font-weight: 300;
  line-height: 85px;
}

.display__1.max {
  text-align: center;
  max-width: 350px;
}

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

.display__1.left__align {
  text-align: left;
}

.display__1.right__align {
  text-align: right;
}

.display__1.bold {
  color: var(--alt);
  letter-spacing: 1.2px;
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
}

.display__s__1 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Gentleman, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 66px;
}

.display__s__1.max {
  text-align: center;
  max-width: 350px;
}

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

.display__s__1.left__align {
  text-align: left;
}

.display__s__1.right__align {
  text-align: right;
}

.hero__gradient {
  z-index: 0;
  background-image: linear-gradient(#00000040, #0000);
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  max-width: 930px;
}

.container.center-align {
  justify-content: center;
  display: flex;
}

.container__headings {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.container__headings.vertical {
  flex-flow: column;
}

.container__headings.no-margin {
  margin-bottom: 0;
}

.container__headings.stretch {
  align-items: stretch;
  margin-bottom: 0;
}

.container__headings.stretch.max {
  width: 100%;
  max-width: 1000px;
}

.container__headings.left {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
}

.container__headings.left.max {
  width: 100%;
  max-width: 1000px;
}

.with-love__list {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.with-love__item {
  margin-bottom: 12.5px;
}

.secondary__h__1 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Gentleman, Verdana, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.secondary__h__1.med {
  text-transform: none;
  font-weight: 500;
}

.main__h__1 {
  text-transform: uppercase;
  font-family: Gentleman, Verdana, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 46px;
}

.main__h__1.max {
  text-align: center;
  max-width: 350px;
}

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

.main__h__1.left__align {
  text-align: left;
}

.main__h__1.right__align {
  text-align: right;
}

.main__h__1.bold {
  font-weight: 700;
}

.main__h__1.text-max-width {
  max-width: 500px;
}

.text {
  color: inherit;
}

.text.full {
  mix-blend-mode: normal;
}

.text.margin__bottom {
  margin-bottom: 25px;
}

.text.right__align {
  text-align: right;
}

.find__stock__button {
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: inherit;
  border: 1px solid;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-family: Gentleman, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: inline-block;
}

.find__stock__button.margin__top {
  margin-top: 25px;
}

.find__stock__button.alt {
  border-color: #fff;
}

.find__stock__button.alt.margin__half__top {
  margin-top: 50px;
}

.find__stock__button.secondary {
  width: 60%;
  margin-top: 25px;
  display: block;
}

.base {
  font-weight: 400;
}

.main__p__1 {
  font-family: Gentleman, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.main__p__1.max {
  text-align: center;
  max-width: 350px;
}

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

.main__p__1.left__align {
  text-align: left;
}

.main__p__1.right__align {
  text-align: right;
}

.main__p__1.bold {
  font-weight: 700;
}

.text__spacer {
  align-self: stretch;
  width: 50px;
  min-width: 50px;
}

.overlap__hero {
  width: 100%;
  height: 500px;
  margin-top: -425px;
  margin-bottom: 125px;
  position: relative;
}

.main__p__2 {
  font-family: Gentleman, Verdana, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}

.main__p__2.max {
  text-align: center;
  max-width: 350px;
}

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

.main__p__2.left__align {
  text-align: left;
}

.main__p__2.right__align {
  text-align: right;
}

.main__p__2.bold {
  font-weight: 700;
}

.banner {
  width: 100%;
  height: 550px;
  position: relative;
}

.section__line {
  background-color: currentColor;
  width: 100%;
  height: 1px;
  min-height: 1px;
  margin-bottom: 50px;
}

.footer__content__v2 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.footer__logo {
  width: 250px;
  display: block;
}

.footer__links {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  display: block;
}

.footer__link__item {
  color: #fff;
  margin: 5px;
  display: inline-flex;
}

.footer__link__item.burger__item {
  margin: 10px 0;
}

.footer__link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
  font-size: 12px;
  line-height: 15px;
  transition: all .2s;
  display: block;
}

.footer__link:hover {
  opacity: .5;
}

.footer__link.static {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.banner__gradient {
  z-index: 0;
  background-image: linear-gradient(#00000040, #00000040);
  position: absolute;
  inset: 0%;
}

.footer__content__v1 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.alt__colour {
  color: var(--alt);
}

.with-love__image__block {
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 30%;
  min-width: 30%;
  display: flex;
  position: relative;
}

.butterfly {
  z-index: 0;
  object-fit: contain;
  height: 30%;
  display: block;
  position: absolute;
  top: -25%;
  right: 5%;
  transform: rotate(-30deg);
}

.butterfly.static {
  position: static;
}

.butterfly.custom {
  object-position: 50% 35%;
}

.butterfly.custom-2 {
  object-position: 50% 55%;
}

.butterfly.custom-3 {
  object-position: 50% 65%;
}

.butterfly.drop__shadow {
  filter: drop-shadow(0 2px 10px #000000b3);
}

.mid {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .product__list.flavours {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product__list.flavours._3__column {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .style__guide {
    padding: 50px;
  }

  .heading__3.flavour__title {
    font-size: 48px;
    line-height: 40px;
  }

  .sub__heading__3 {
    font-size: 12px;
    line-height: 14px;
  }

  .sub__heading__6.view__menu__text {
    font-size: 10px;
    line-height: 10px;
  }

  .body__copy__1 {
    font-size: 16px;
    line-height: 36px;
  }

  .hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .full__image.custom-2 {
    object-position: 50% 60%;
  }

  .full__image.drop__shadow {
    object-position: 50% 0%;
  }

  .section {
    padding: 100px 50px;
  }

  .section.flavours {
    padding-bottom: 175px;
  }

  .product__list.flavours__feature {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
  }

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

  .product__item {
    transition: none;
  }

  .product__item:hover {
    opacity: 1;
  }

  .product__item__types {
    order: 1;
    margin-top: 0;
  }

  .feature__flavours__header {
    margin-bottom: 50px;
  }

  .large__button__1.margin__top {
    margin-top: 50px;
  }

  .footer__banner__content, .footer {
    padding: 100px 50px;
  }

  .hero__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero__content.flavour__cms {
    padding-top: 100px;
  }

  .hero__content.base {
    padding-left: 50px;
    padding-right: 50px;
  }

  .venue__content {
    padding: 100px 50px;
  }

  .venue__graphic.hero__graphic {
    min-width: 175px;
  }

  .line {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .text__content {
    max-width: 500px;
  }

  .image__item.static {
    height: 450px;
  }

  .image__content {
    padding: 100px 50px;
  }

  .flavours__slider {
    max-width: 800px;
  }

  .flavours__slide {
    margin-left: 15px;
    margin-right: 15px;
  }

  .flavour__info {
    width: 70%;
  }

  .flavour__graphic {
    width: 150px;
  }

  .product__cms__item {
    min-height: 195px;
    max-height: 250px;
  }

  .flavours__menu {
    padding-left: 50px;
    padding-right: 50px;
  }

  .zoom__control.top {
    transition: none;
  }

  .zoom__control.top:hover {
    background-color: #fff;
  }

  .zoom__control.bottom {
    transition: none;
  }

  .zoom__control.bottom:hover {
    background-color: #fff;
  }

  .view__menu__icon {
    width: 10px;
    height: 10px;
  }

  .hero__flavour__graphic {
    width: 100%;
  }

  .slide {
    padding-left: 50px;
    padding-right: 50px;
  }

  .right__split__content, .right__split__content.alt {
    padding-left: 25px;
  }

  .text__content__about {
    margin-right: 25px;
    padding-right: 25px;
  }

  .heading__9.max {
    font-size: 100px;
    line-height: 86px;
  }

  .award {
    height: 80px;
  }

  .allergy__icon {
    width: 30px;
    height: 30px;
  }

  .display__1 {
    font-size: 71px;
    line-height: 75px;
  }

  .display__1.bold {
    font-size: 57px;
    line-height: 67px;
  }

  .secondary__h__1 {
    font-size: 23px;
    line-height: 37px;
  }

  .main__h__1 {
    font-size: 24px;
    line-height: 36px;
  }

  .text__spacer.vertical {
    width: 25px;
    min-width: 25px;
  }

  .overlap__hero {
    height: 400px;
    margin-top: -300px;
    margin-bottom: 100px;
  }

  .banner {
    height: 450px;
  }

  .with-love__image__block {
    width: 40%;
    min-width: 40%;
  }

  .butterfly {
    height: 18%;
    top: -15%;
  }

  .butterfly.custom-2 {
    object-position: 50% 60%;
  }
}

@media screen and (max-width: 767px) {
  .style__guide {
    padding: 30px;
  }

  .style__list {
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading__1 {
    font-size: 41px;
    line-height: 30px;
  }

  .heading__1.left__align, .heading__1.right__align {
    text-align: center;
  }

  .heading__2 {
    font-size: 44px;
    line-height: 34px;
  }

  .heading__3.flavour__title {
    font-size: 38px;
    line-height: 30px;
  }

  .sub__heading__1 {
    font-size: 15px;
    line-height: 40px;
  }

  .sub__heading__3.alt {
    font-size: 15px;
    line-height: 16px;
  }

  .sub__heading__4.alt {
    font-size: 11px;
    line-height: 11px;
  }

  .sub__heading__5 {
    letter-spacing: 1.5px;
  }

  .sub__heading__6.view__menu__text {
    font-size: 9px;
    line-height: 9px;
  }

  .heading__5 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading__5.post {
    line-height: 18px;
  }

  .body__copy__1 {
    font-size: 15px;
    line-height: 30px;
  }

  .sub__heading__9 {
    font-size: 12px;
    line-height: 17px;
  }

  .sub__heading__9.flavour {
    margin-left: 0;
  }

  .sub__heading__9.flavour__title {
    max-width: 124px;
  }

  .sub__heading__10, .sub__heading__10.footer__text {
    font-size: 12px;
    line-height: 15px;
  }

  .header {
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 5px;
    padding-left: 42px;
    padding-right: 50px;
  }

  .hero.map {
    padding-top: 47px;
  }

  .navigation {
    display: none;
  }

  .navigation.burger__navigation {
    display: flex;
  }

  .nav__link {
    font-size: 15px;
    line-height: 18px;
  }

  .nav__logo.static {
    background-position: 50% 0;
    display: flex;
  }

  .nav__logo.menu__logo {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .hero__button {
    width: 20px;
    height: 20px;
  }

  .hero__button.flavour__button {
    margin-top: 10px;
  }

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.products {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section.split__content {
    flex-direction: column;
    justify-content: center;
    position: relative;
  }

  .flavours__header {
    margin-bottom: 100px;
  }

  .product__list.flavours__feature {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .product__list.flavours {
    grid-column-gap: 5%;
    grid-template-columns: 1fr 1fr;
  }

  .product__item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .product__item__image {
    width: 100%;
    margin-right: 0;
  }

  .product__item__info {
    width: 100%;
    max-width: 175px;
  }

  .product__item__button__icon.margin___left {
    margin-left: 5px;
  }

  .product__item__icon.icecream {
    width: 16px;
    height: 16px;
  }

  .large__button__1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sub__heading__11 {
    font-size: 10px;
    line-height: 13px;
  }

  .footer__banner {
    height: 400px;
  }

  .footer__banner__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer__graphic {
    width: 100%;
  }

  .footer__details {
    flex-direction: column;
    width: 100%;
    margin-right: 0;
  }

  .footer__item {
    width: 100%;
  }

  .footer__item.margin_right {
    margin-bottom: 50px;
    margin-right: 0;
  }

  .footer__button__1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__social__info {
    width: 100%;
    margin-top: 50px;
  }

  .section__header__icon {
    width: 12px;
    height: 12px;
    margin-right: 2px;
  }

  .venue__graphic {
    width: 125px;
  }

  .contact__graphic {
    width: 250px;
  }

  .text__content {
    text-align: center;
    max-width: 300px;
  }

  .image__item {
    min-height: 35vh;
  }

  .image__item.static {
    height: 350px;
  }

  .full__image__hero.with-love {
    object-position: 50% 50%;
  }

  .flavours__slide {
    margin-left: 5px;
    margin-right: 5px;
  }

  .flavour__info {
    margin-top: 0;
  }

  .flavour__graphic {
    width: 120px;
  }

  .product__cms__item {
    max-height: 400px;
  }

  .flavour__types__wrapper {
    width: 100%;
  }

  .flavour__types__list {
    justify-content: center;
    width: 100%;
  }

  .filtercat {
    letter-spacing: .5px;
    font-size: 11px;
    line-height: 11px;
  }

  .filter__menu__header {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .flavours__list {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .flavour__block {
    flex-direction: column;
    align-items: flex-start;
  }

  .flavours__slider__wrapper {
    min-height: auto;
  }

  .stockists__header {
    padding-left: 50px;
    padding-right: 50px;
  }

  .zoom__control {
    width: 40px;
    height: 40px;
  }

  .zoom__icon {
    width: 14px;
    height: 14px;
  }

  .zoom__line.ver {
    width: 2px;
  }

  .zoom__line.hoz {
    height: 2px;
  }

  .hero__venue__icon {
    width: 25px;
    height: 25px;
  }

  .awards {
    width: 80%;
  }

  .hero__flavour__graphic {
    width: 150%;
    max-width: none;
  }

  .hamburger.static {
    transition: none;
    display: flex;
  }

  .hamburger.static:hover {
    opacity: 1;
  }

  .right__split__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 50px;
    position: relative;
  }

  .right__split__content.alt {
    padding-right: 50px;
  }

  .right__split__content.first {
    order: -1;
  }

  .left__split__content {
    width: 100%;
    padding-right: 0;
    position: relative;
  }

  .body__copy__3.alt {
    text-align: center;
    font-size: 12px;
    line-height: 30px;
  }

  .body__copy__3.alt.left__align {
    text-align: center;
  }

  .text__content__about {
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 75vh;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .text__content__about.alt {
    justify-content: center;
    padding-left: 50px;
  }

  .text__content__about.end {
    justify-content: center;
  }

  .heading__9.max {
    max-width: 400px;
    font-size: 80px;
    line-height: 56px;
  }

  .allergy__icon {
    width: 25px;
    height: 25px;
  }

  .socials {
    margin-right: 5px;
  }

  .line__timeline {
    border-left: 3px dashed #fff;
    height: 10vh;
    padding: 0;
  }

  .line__timeline.black {
    border-left-color: #000;
  }

  .center__line {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .center__line.top {
    display: flex;
    top: 0;
    bottom: auto;
  }

  .center__line.bottom {
    display: flex;
    top: auto;
    bottom: 0%;
  }

  .wholesale__graphic {
    width: 100%;
  }

  .stockist__icon.icecream {
    width: 16px;
    height: 16px;
  }

  .display__1 {
    font-size: 50px;
    line-height: 50px;
  }

  .display__1.left__align, .display__1.right__align {
    text-align: center;
  }

  .display__1.bold {
    font-size: 40px;
    line-height: 50px;
  }

  .display__s__1 {
    line-height: 60px;
  }

  .display__s__1.left__align, .display__s__1.right__align {
    text-align: center;
  }

  .container__headings {
    flex-flow: column;
    margin-bottom: 25px;
  }

  .container__headings.stretch, .container__headings.left {
    flex-flow: row;
  }

  .main__h__1 {
    font-size: 21px;
    line-height: 32px;
  }

  .main__h__1.left__align, .main__h__1.right__align {
    text-align: center;
  }

  .find__stock__button {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main__p__1.left__align, .main__p__1.right__align {
    text-align: center;
  }

  .text__spacer {
    width: 100%;
    min-width: 100%;
    height: 50px;
  }

  .text__spacer.vertical {
    width: 50px;
    min-width: 50px;
  }

  .main__p__2.left__align, .main__p__2.right__align {
    text-align: center;
  }

  .section__line {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .footer__logo {
    width: 200px;
  }

  .with-love__image__block {
    order: 9999;
  }

  .butterfly {
    height: 25%;
    top: -21%;
    right: 9%;
  }
}

@media screen and (max-width: 479px) {
  .heading__1 {
    font-size: 41px;
    line-height: 30px;
  }

  .heading__1.max {
    font-size: 31px;
    line-height: 20px;
  }

  .heading__3.flavour__title {
    font-size: 28px;
    line-height: 25px;
  }

  .heading__4 {
    font-size: 27px;
    line-height: 22px;
  }

  .sub__heading__1 {
    letter-spacing: 2.5px;
    font-size: 12px;
    line-height: 35px;
  }

  .sub__heading__3 {
    letter-spacing: 1px;
    font-size: 10px;
    line-height: 12px;
  }

  .sub__heading__4 {
    letter-spacing: .5px;
  }

  .sub__heading__4.alt.margin__top {
    margin-top: 5px;
  }

  .sub__heading__4.alt.details {
    font-size: 10px;
  }

  .heading__5 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading__5.post {
    line-height: 15px;
  }

  .body__copy__1 {
    font-size: 12px;
    line-height: 25px;
  }

  .sub__heading__8 {
    font-size: 10px;
    line-height: 15px;
  }

  .body__copy__2.rich__text {
    font-size: 10px;
  }

  .sub__heading__9.flavour {
    margin-top: 5px;
    margin-left: 0;
    font-size: 10px;
    line-height: 16px;
  }

  .header {
    padding-left: 22px;
    padding-right: 30px;
  }

  .hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav__link {
    font-size: 12px;
    line-height: 16px;
  }

  .nav__logo.menu__logo {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .hero__button.margin__top {
    margin-top: 25px;
  }

  .section {
    padding: 75px 30px;
  }

  .section.flavours {
    padding-bottom: 125px;
  }

  .flavours__header {
    margin-bottom: 50px;
  }

  .product__list.flavours__feature {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
  }

  .product__list.flavours {
    grid-column-gap: 5%;
  }

  .product__item__button__icon.margin___right {
    margin-right: 5px;
  }

  .product__item__types.none {
    margin-top: 0;
  }

  .product__item__icon.icecream {
    width: 14px;
    height: 14px;
  }

  .footer__banner__content, .footer {
    padding: 75px 30px;
  }

  .footer__details {
    margin-right: 25px;
  }

  .footer__item__nfo {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .sub__heading__12 {
    font-size: 10px;
    line-height: 19px;
  }

  .sub__heading__12.margin__top {
    margin-top: 5px;
  }

  .footer__button__1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__social__info {
    align-items: flex-start;
  }

  .hero__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero__content.flavour__cms {
    padding-top: 75px;
  }

  .section__header {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section__header__icon {
    width: 14px;
    height: 14px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .section__header__button {
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
  }

  .venue__content {
    padding: 75px 30px;
  }

  .contact__graphic {
    width: 200px;
  }

  .input__text.textarea {
    min-height: 100px;
  }

  .line {
    margin-top: 75px;
    margin-bottom: 75px;
  }

  .image__item {
    min-height: 25vh;
  }

  .image__item.static {
    height: 250px;
  }

  .image__content {
    padding: 75px 30px;
  }

  .flavours__slide {
    width: 30%;
    min-width: 30%;
  }

  .flavour__info {
    width: 90%;
    margin-top: 0;
  }

  .full {
    object-position: 50% 0%;
  }

  .filtercat {
    text-align: center;
    letter-spacing: .5px;
    font-size: 9px;
    line-height: 10px;
  }

  .flavours__menu {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .flavours__button__icon {
    width: 13px;
    height: 13px;
  }

  .flavour__block {
    flex-direction: column;
    align-items: flex-start;
  }

  .stockists__header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .view__menu__heading {
    align-items: flex-start;
  }

  .sub__heading__15.margin__left {
    margin-top: 0;
  }

  .sub__heading__15.margin__right {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .venue__list {
    flex-direction: column;
  }

  .slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion__opened__item {
    align-items: flex-start;
  }

  .accordion__headings.info {
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger {
    border-style: none;
    right: 30px;
  }

  .right__split__content {
    min-height: 58vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .body__copy__3.alt {
    font-size: 11px;
    line-height: 25px;
  }

  .text__content__about {
    border-right-width: 2px;
  }

  .text__content__about.alt {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading__9.max {
    max-width: 300px;
    font-size: 60px;
    line-height: 46px;
  }

  .award {
    height: 65px;
  }

  .allergy__icons {
    margin-top: 25px;
  }

  .socials {
    margin-bottom: 2px;
  }

  .line__timeline {
    border-left-width: 2px;
  }

  .sub__heading__16 {
    font-size: 10px;
    line-height: 19px;
  }

  .sub__heading__16.margin__top {
    margin-top: 5px;
  }

  .stockist__icon.icecream {
    width: 14px;
    height: 14px;
  }

  .display__1 {
    font-size: 45px;
    line-height: 50px;
  }

  .display__1.max {
    font-size: 31px;
    line-height: 20px;
  }

  .display__s__1 {
    font-size: 20px;
    line-height: 55px;
  }

  .display__s__1.max {
    font-size: 31px;
    line-height: 20px;
  }

  .container__headings.stretch, .container__headings.left {
    flex-flow: column;
  }

  .secondary__h__1 {
    font-size: 18px;
    line-height: 28px;
  }

  .main__h__1.max {
    font-size: 31px;
    line-height: 20px;
  }

  .find__stock__button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main__p__1.max {
    font-size: 31px;
    line-height: 20px;
  }

  .text__spacer.vertical {
    display: none;
  }

  .overlap__hero {
    height: 300px;
    margin-top: -225px;
    margin-bottom: 65px;
  }

  .main__p__2.max {
    font-size: 31px;
    line-height: 20px;
  }

  .banner {
    height: 350px;
  }

  .footer__logo {
    width: 175px;
  }

  .footer__link {
    font-size: 12px;
    line-height: 16px;
  }

  .with-love__image__block {
    order: -9999;
    width: 100%;
    min-width: 100%;
    height: 200px;
    margin-bottom: 50px;
  }

  .butterfly {
    height: 20%;
    top: -16%;
    right: 9%;
  }
}

#w-node-_5ae6f78d-d185-cf60-9958-239375313198-7eb6b281, #w-node-_5ae6f78d-d185-cf60-9958-23937531319a-7eb6b281, #w-node-_5ae6f78d-d185-cf60-9958-23937531319c-7eb6b281, #w-node-_5ae6f78d-d185-cf60-9958-23937531319e-7eb6b281, #w-node-_5ae6f78d-d185-cf60-9958-2393753131a0-7eb6b281, #w-node-_5ae6f78d-d185-cf60-9958-2393753131a2-7eb6b281, #w-node-_5ae6f78d-d185-cf60-9958-2393753131a4-7eb6b281, #w-node-_5ae6f78d-d185-cf60-9958-2393753131a6-7eb6b281, #w-node-_5ae6f78d-d185-cf60-9958-2393753131a8-7eb6b281, #w-node-_5ae6f78d-d185-cf60-9958-2393753131aa-7eb6b281 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29d7cff5-34b0-6978-e931-9f2fbc2a4961-d107c704 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_78ac2ddd-d282-c5c7-63f1-07ff7edf20df-c7748500 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Gentleman Book';
  src: url('../fonts/Gentleman-Book.ttf') format('truetype'), url('../fonts/Gentleman-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentleman';
  src: url('../fonts/Gentleman-Heavy.ttf') format('truetype'), url('../fonts/Gentleman-Black.ttf') format('truetype'), url('../fonts/Gentleman-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentleman';
  src: url('../fonts/Gentleman-Bold.ttf') format('truetype'), url('../fonts/Gentleman-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentleman Hairline';
  src: url('../fonts/Gentleman-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentleman';
  src: url('../fonts/Gentleman-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentleman';
  src: url('../fonts/Gentleman-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentleman';
  src: url('../fonts/Gentleman-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentleman';
  src: url('../fonts/Gentleman-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gentleman';
  src: url('../fonts/Gentleman-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Juraj Chrastina Gentleman 500 Book';
  src: url('../fonts/Juraj-Chrastina---Gentleman500-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kimmy Design Burfordmarquee';
  src: url('../fonts/Kimmy-Design---BurfordMarquee.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}