@font-face {
  font-family: Avenir;
  src: url('../fonts/font.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --backgroundbright: #e8f1ec;
  --transparent: #fff0;
  --black: black;
  --navbarnegative: #8080ff;
  --white: white;
  --counterdefault: #3c1917;
  --ebred: red;
  --temporary: #0f0;
  --ebviolet: #8000ff;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  background-color: var(--backgroundbright);
  color: #000;
  cursor: auto;
  flex-flow: column;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.body.gallery {
  background-color: var(--backgroundbright);
}

.navbar {
  position: static;
  inset: 0% auto auto 0%;
}

.button {
  object-fit: contain;
  width: 20vw;
  margin-top: 0;
}

.sectionshapes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  object-fit: contain;
  flex-flow: column;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Avenir, Arial, sans-serif;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.sectionshapes.hero {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: -80px;
  padding-bottom: 80px;
  font-family: Avenir, Arial, sans-serif;
  position: static;
  top: auto;
  bottom: 0;
}

.sectionshapes.hero.philosophy {
  margin-bottom: -60px;
  padding-bottom: 60px;
  transition-property: none;
}

.sectionshapes.hero.ingredients {
  margin-bottom: -160px;
  padding-bottom: 160px;
}

.sectionshapes.hero.flavours {
  height: 100vh;
  margin-bottom: -320px;
  padding-bottom: 320px;
}

.sectionshapes.hero.service {
  border: 0 #000;
  height: 100vh;
  margin-bottom: -300px;
  padding-top: 0;
  padding-bottom: 300px;
  transition: all .2s;
}

.sectionshapes.hero.gallery {
  margin-top: 0;
  padding-bottom: 0;
  transition-property: none;
}

.sectionshapes.gallery {
  margin-top: 0;
  margin-bottom: 0;
}

.sectionshapes.gallery:hover {
  border: 0px none var(--transparent);
}

.bgimage {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: 0;
  overflow: clip;
}

.divnavbarwrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  height: auto;
  display: flex;
}

.divnavbarwrapper:hover {
  opacity: 1;
  perspective: none;
  transform: none;
}

.copyxs {
  color: var(--black);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  width: auto;
  height: auto;
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}

.copyxs.navbar {
  background-color: var(--transparent);
  letter-spacing: 4px;
  transform-style: preserve-3d;
  flex-flow: column;
  align-items: center;
  width: 130px;
  margin: 0 auto;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.copyxs.navbar:hover {
  outline-offset: 0px;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  border-radius: 0;
  outline: 3px #000;
}

.copyxs.navbar:visited {
  color: var(--black);
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.copyxs.navbar.w--current {
  background-color: var(--transparent);
  color: var(--black);
  text-align: center;
  letter-spacing: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  margin-left: auto;
  padding-top: 0;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.copyxs.footer {
  letter-spacing: 4px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 14px;
}

.copyxs.footer.home {
  color: var(--backgroundbright);
  letter-spacing: 6px;
  -webkit-text-stroke-color: var(--transparent);
  margin-top: 12px;
}

.copyxs.footer.footerslideless {
  color: var(--backgroundbright);
  letter-spacing: 6px;
  -webkit-text-stroke-color: var(--transparent);
  width: auto;
  margin-bottom: 0;
}

.copyxs.footbar {
  letter-spacing: 6px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 14px;
}

.copyxs.footbar.subpages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--backgroundbright);
  letter-spacing: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  display: flex;
}

.copyxs.footbar.subpages.disclaimer {
  opacity: 1;
  color: var(--black);
  letter-spacing: 6px;
  border-radius: 110px;
  width: auto;
  padding: 8px 24px;
}

.copyxs.footbar.subpages {
  color: var(--backgroundbright);
  width: 24%;
  margin-top: 0;
}

.copyxs.footbar.subpages.disclaimer {
  opacity: 1;
  color: var(--black);
  background-color: #dfe5e1;
  border-radius: 110px;
  width: auto;
  padding: 8px 24px;
}

.copyxs.flavour {
  color: var(--backgroundbright);
  letter-spacing: 4px;
  margin-top: 12px;
  font-size: 12px;
  line-height: 14px;
}

.copyxs.flavours.hero {
  color: var(--backgroundbright);
  letter-spacing: 6px;
  font-size: 12px;
  line-height: 14px;
}

.copyxs.footbargalllery {
  color: var(--backgroundbright);
  letter-spacing: 6px;
  background-color: #424242;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 12px;
  line-height: 14px;
  display: flex;
}

.copyxs.footbargalllery.counter {
  background-color: var(--transparent);
  color: var(--navbarnegative);
  letter-spacing: 6px;
  -webkit-text-stroke-color: var(--transparent);
  border-radius: 0;
  width: 24%;
  padding: 0;
}

.copyxs.footbargalllery.button {
  color: var(--navbarnegative);
  letter-spacing: 6px;
  background-color: #2d2e5a;
}

.copyxs.menuesmall {
  color: var(--white);
  letter-spacing: 4px;
  column-count: 1;
  column-rule: 1px solid var(--white);
  border-radius: 0;
  column-gap: 47px;
  width: 20vw;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.copyxs.ticker {
  color: var(--black);
  text-align: left;
  letter-spacing: 4px;
  white-space: nowrap;
  overflow-wrap: normal;
  background-color: #f1faf5cc;
  border-radius: 80px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-right: 40px;
  padding: 20px 40px 19px;
  display: block;
  overflow: visible;
}

.copyxs.menuehead {
  color: var(--white);
  letter-spacing: 6px;
  margin-top: 0;
  margin-bottom: 40px;
}

.copyxs.chapter {
  color: var(--backgroundbright);
  margin-top: 0;
  margin-bottom: 0;
}

.copyxs.servicepos2 {
  color: var(--white);
}

.copyxs.servicepos6, .copyxs.servicepos8 {
  color: var(--backgroundbright);
}

.copym {
  color: var(--black);
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-family: Avenir, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.copym:hover {
  color: var(--backgroundbright);
  letter-spacing: 6px;
  text-decoration: none;
}

.copym.counter {
  color: var(--backgroundbright);
  margin-bottom: 0;
}

.copym.background {
  color: var(--black);
}

.copym.flavour {
  color: var(--backgroundbright);
}

.copym.ingredientspos6 {
  color: var(--backgroundbright);
  padding-left: 16%;
  padding-right: 16%;
}

.copym.ingredientspos2 {
  color: var(--backgroundbright);
  width: auto;
  padding-left: 27%;
  padding-right: 27%;
  position: static;
}

.copym.philosophypos2 {
  color: var(--backgroundbright);
  padding-left: 27%;
  padding-right: 27%;
}

.copym.philosophypos3 {
  color: var(--backgroundbright);
  padding-left: 23%;
  padding-right: 23%;
}

.copym.philosophypos7 {
  color: var(--backgroundbright);
  padding-left: 22%;
  padding-right: 22%;
}

.copym.philosophypos9 {
  color: var(--backgroundbright);
  padding: 0 141px;
}

.copym.homepos4 {
  color: var(--backgroundbright);
  padding-left: 19%;
  padding-right: 19%;
}

.copym.homepos6 {
  color: var(--backgroundbright);
  padding: 0 32%;
}

.copym.menuelarge {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  color: var(--backgroundbright);
  flex: 0 auto;
  width: auto;
  margin-bottom: 80px;
  position: static;
}

.copym.navbar {
  color: var(--black);
  margin-top: 12px;
}

.copym.campagne {
  flex-flow: column;
  margin-bottom: 40px;
}

.copym.campagne:hover {
  color: var(--black);
}

.copym.servicepos1 {
  color: var(--backgroundbright);
  width: auto;
  padding-left: 13%;
  padding-right: 13%;
}

.copym.servicepos3 {
  color: var(--backgroundbright);
  width: 100%;
  margin-bottom: 0;
  padding-left: 15%;
  padding-right: 15%;
}

.sectionfooter {
  aspect-ratio: auto;
  background-color: var(--transparent);
  background-image: url('../images/homeFooter_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Avenir, Arial, sans-serif;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.sectionfooter.subpages {
  background-color: var(--counterdefault);
  background-image: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 80px;
  min-height: auto;
  margin-bottom: 0;
}

.sectionfooter.gallery {
  color: var(--black);
  background-color: #202040;
  background-image: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 66%;
  height: 80px;
  min-height: auto;
  margin-bottom: 0;
}

.divfooterwrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.divfooterwrapper.pos2 {
  width: 20vw;
  margin-right: 0;
}

.divfooterwrapper.pos3 {
  width: 20vw;
}

.copyl {
  color: #000;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-family: Avenir, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.copyl.homepos3 {
  transform-origin: 50% 0;
  color: var(--backgroundbright);
  letter-spacing: 6px;
  -webkit-text-stroke-width: 0px;
  overflow-wrap: normal;
  border-radius: 400px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 0 25%;
  font-size: 30px;
  line-height: 36px;
}

.copyl.homepos3:hover {
  color: var(--backgroundbright);
  -webkit-text-stroke-width: 0px;
}

.copyl.ingredientspos4 {
  color: var(--backgroundbright);
  padding-left: 23%;
  padding-right: 23%;
}

.copyl.ingredientspos9 {
  color: var(--backgroundbright);
  padding: 0% 18%;
}

.copyl.philosophypos5 {
  color: var(--backgroundbright);
  letter-spacing: 6px;
  padding-left: 20%;
  padding-right: 20%;
  line-height: 38px;
}

.copyl.servicepos6 {
  color: var(--backgroundbright);
  width: auto;
  padding-left: 28%;
  padding-right: 28%;
  line-height: 36px;
}

.copys {
  color: var(--black);
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  font-family: Avenir, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
}

.copys.ingredienspos5 {
  color: var(--backgroundbright);
  letter-spacing: 6px;
  width: auto;
  height: auto;
  padding: 0 31%;
}

.copys.philosophypos4, .copys.philosophypos6, .copys.philosophypos8 {
  color: var(--backgroundbright);
  letter-spacing: 6px;
}

.copys.homepos5 {
  color: var(--backgroundbright);
  letter-spacing: 6px;
  margin-top: 0;
  padding: 0 27%;
}

.copys.disclaimer {
  text-align: left;
  letter-spacing: 2px;
  justify-content: center;
  align-items: flex-start;
  width: 16%;
  padding-left: 0;
  padding-right: 8px;
}

.copys.disclaimer.sizel {
  width: 32%;
}

.copys.ingredientspos10 {
  color: var(--backgroundbright);
  padding-left: 16%;
  padding-right: 16%;
}

.copys.servicepos8 {
  color: var(--backgroundbright);
  letter-spacing: 6px;
  width: auto;
  padding-left: 14%;
  padding-right: 14%;
}

.herowrapperhours {
  z-index: 999;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: fixed;
  bottom: 10px;
}

.footerwrappercontact {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: 80px;
  display: flex;
}

.footerwrapperdisclaimer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: auto;
  padding-bottom: 30px;
  display: flex;
}

.mousefollow {
  z-index: 998;
  aspect-ratio: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 140px;
  height: auto;
  display: flex;
  position: fixed;
  inset: 30px auto auto;
}

.shapebirdbody {
  z-index: 1;
  width: auto;
  height: auto;
  position: absolute;
}

.shapebirdface {
  z-index: 2;
  width: 22%;
  height: auto;
  margin-top: 25%;
  position: absolute;
}

.footerwrapperhours {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 80px;
  display: flex;
}

.gelatowrappernoslide.pos1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  display: flex;
}

.gelatowrappernoslide.pos1.flavours {
  background-image: url('../images/shapeFlavours.01.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
}

.copymousefollow {
  background-color: #0000;
  border-radius: 400px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copymousefollow.motiona {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: auto;
}

.copymousefollow.motiona.chapterh2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

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

.copymousefollow.motionb {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.linkblocknavbar {
  pointer-events: auto;
  cursor: auto;
  border-bottom: 0 #000;
  width: auto;
  text-decoration: none;
}

.linkblocknavbar:hover {
  opacity: 1;
  border: 1px #000;
}

.linkblocknavbar.w--current {
  cursor: default;
}

.sectionfloor {
  background-color: var(--transparent);
  background-image: url('../images/homeFooter.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.sectionfloor.subpages {
  background-color: var(--backgroundbright);
  background-image: url('../images/floor.jpg');
  background-position: 50%;
  background-size: 50%;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  min-height: auto;
  margin-bottom: 0;
}

.sectionfloor.gallery {
  background-color: var(--backgroundbright);
  background-image: url('../images/floorDark.jpg');
  background-position: 50%;
  background-size: 50%;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  min-height: auto;
  margin-bottom: 0;
}

.sectionflavours {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  background-color: #0000;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1920px;
  height: auto;
  margin-top: 0;
  padding: 32px 12vw;
  transition: all .4s ease-in-out;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.shapeflavours {
  background-color: var(--ebred);
  border-radius: 400px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin: 1%;
  display: flex;
  position: relative;
}

.shapeflavours.pos6 {
  background-image: url('../images/shapeHomePos6.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 700px;
  display: flex;
}

.shapeflavours.pos5 {
  background-image: url('../images/shapeHomePos5.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 8px;
  display: flex;
}

.shapeflavours.pos7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.shapeflavours.pos4 {
  background-image: url('../images/shapeHomeePos4.svg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 450px;
  display: flex;
}

.shapeflavours.pos8, .shapeflavours.pos9, .shapeflavours.pos10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.shapeflavours.pos4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.04.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: auto;
  height: 170px;
  margin: 82px 0% 0% 0;
  display: flex;
}

.shapeflavours.pos5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.14.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 335px;
  min-width: auto;
  height: 335px;
  margin: 0%;
  padding-left: 0;
  display: flex;
}

.shapeflavours.pos6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.13.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 450px;
  min-width: auto;
  height: 335px;
  margin: 0%;
  display: flex;
}

.shapeflavours.pos7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.13.svg');
  background-position: 50%;
  background-size: auto;
  background-color: var(--transparent);
  background-image: url('../images/shapeFlavour.07_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 450px;
  min-width: auto;
  height: 450px;
  margin: 0%;
  display: flex;
}

.shapeflavours.pos8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  background-image: url('../images/shapeFlavour.08_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 335px;
  min-width: auto;
  height: 250px;
  margin: 100px 0% 0%;
  display: flex;
}

.shapeflavours.pos10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  background-image: url('../images/shapeFlavour.10.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 170px;
  min-width: auto;
  height: 220px;
  margin: 115px 0% 0%;
  display: flex;
}

.shapeflavours.pos11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  background-image: url('../images/shapeFlavour.11.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 335px;
  min-width: auto;
  height: 250px;
  margin: 100px 0% 0%;
  display: flex;
}

.shapeflavours.pos12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  background-image: url('../images/shapeFlavour.12.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 450px;
  min-width: auto;
  height: 450px;
  margin: 0%;
  display: flex;
}

.shapeflavours.pos13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  background-image: url('../images/shapeFlavour.13.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 450px;
  min-width: auto;
  height: 335px;
  margin: 0%;
  display: flex;
}

.shapeflavours.pos14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  background-image: url('../images/shapeFlavour.14.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 335px;
  min-width: auto;
  height: 335px;
  margin: 0%;
  display: flex;
}

.shapeflavours.pos15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  background-image: url('../images/shapeFlavour.15.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: auto;
  height: 170px;
  margin: 82px 0% 0%;
  display: flex;
}

.shapeflavours.pos4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.04_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 335px;
  min-width: auto;
  height: 335px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.05.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: auto;
  height: 170px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.06.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 450px;
  min-width: auto;
  height: 335px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.07.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 346px;
  min-width: auto;
  height: 258px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.08.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 473px;
  min-width: auto;
  height: 473px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.09.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 181px;
  min-width: auto;
  height: 235px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.10_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 346px;
  min-width: auto;
  height: 258px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.11_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 193px;
  min-width: auto;
  height: 250px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.12_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 462px;
  min-width: auto;
  height: 462px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.13_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 275px;
  min-width: auto;
  height: 275px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.14_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 420px;
  min-width: auto;
  height: 420px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeflavours.pos15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.15_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 305px;
  min-width: auto;
  height: 228px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.shapeservice {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.shapeservice.pos4 {
  background-image: url('../images/shapeService.03.svg');
  background-position: 50%;
  background-size: cover;
  width: 464px;
  height: 232px;
}

.shapeservice.pos5 {
  aspect-ratio: 1;
  background-image: url('../images/gelatoBike.03.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 580px;
  height: 590px;
  margin-top: -7px;
  margin-bottom: -4px;
}

.shapeservice.pos6 {
  background-image: url('../images/shapeService.04.svg');
  background-position: 50%;
  background-size: auto;
  width: 810px;
  height: 705px;
}

.shapeservice.pos7 {
  background-image: url('../images/shapeService.05.svg');
  background-position: 0 0;
  background-size: auto;
  width: 320px;
  height: 225px;
}

.shapeservice.pos6 {
  background-image: url('../images/shapeService.04.svg');
  background-position: 50%;
  background-size: cover;
  width: 810px;
  height: 705px;
  padding-bottom: 60px;
}

.shapeservice.pos8 {
  aspect-ratio: 1;
  background-image: url('../images/gelatoBike.02.jpg');
  background-position: 50% 40%;
  background-size: cover;
  width: 580px;
  height: 580px;
}

.shapeservice.pos7 {
  background-image: url('../images/shapeService.05.svg');
  background-position: 50%;
  background-size: cover;
  width: 320px;
  height: 225px;
  padding-bottom: 11px;
  text-decoration: none;
}

.shapeservicenoslide {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.shapeservicenoslide.pos2 {
  background-image: url('../images/shapeService.02.svg');
  background-position: 50%;
  background-size: cover;
  width: 108px;
  height: 108px;
}

.shapeservicenoslide.pos1 {
  aspect-ratio: auto;
  background-image: url('../images/shapeService.01.svg');
  background-position: 50%;
  background-size: auto;
  width: 360px;
  height: 268px;
}

.shapeservicenoslide.pos3 {
  aspect-ratio: 1;
  background-image: url('../images/gelatoBike.01.jpg');
  background-position: 50% 90%;
  background-size: cover;
  width: 776px;
  height: 776px;
}

.shapeingredients {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.shapeingredients.pos4 {
  z-index: 1;
  background-image: url('../images/shapeIngredientsPos4.svg');
  background-position: 50%;
  background-size: cover;
  width: 810px;
  height: 711px;
  position: relative;
}

.shapeingredients.pos5 {
  background-image: url('../images/shapeIngredientsPos5.svg');
  background-position: 50%;
  background-size: cover;
  width: 220px;
  height: 220px;
}

.shapeingredients.pos6 {
  background-image: url('../images/shapeIngredientsPos6.svg');
  background-position: 50%;
  background-size: cover;
  width: 600px;
  height: 440px;
  margin-bottom: -6px;
}

.shapeingredients.pos7 {
  z-index: 1;
  background-image: url('../images/ingredientsPos7.png');
  background-position: 50%;
  background-size: cover;
  width: 420px;
  height: 486px;
  margin-bottom: -58px;
  position: relative;
}

.shapeingredients.pos8 {
  background-image: url('../images/ingredientsPos8.jpg');
  background-position: 50%;
  background-size: cover;
  width: 810px;
  height: 937px;
  margin-bottom: -4px;
  margin-left: -245px;
}

.shapeingredients.pos9 {
  background-image: url('../images/shapeIngredientsPos9.svg');
  background-position: 50%;
  background-size: cover;
  width: 900px;
  height: 714px;
}

.shapeingredients.pos10 {
  background-image: url('../images/shapeIngredientsPos10.svg');
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 260px;
}

.shapeingredients.pos11 {
  background-image: url('../images/shapeIngredientsPos11.svg');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 145px;
}

.shapeingredientsnoslide {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.shapeingredientsnoslide.pos3 {
  aspect-ratio: 380 / 440;
  background-image: url('../images/ingredientsPos3.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 1100px;
  margin-top: 0;
  margin-bottom: -16px;
  position: relative;
}

.shapeingredientsnoslide.pos1 {
  transform-origin: 50%;
  background-image: url('../images/shapeIngredientsPos1.svg');
  background-position: 50%;
  background-size: cover;
  width: 145px;
  height: 135px;
}

.shapeingredientsnoslide.pos2 {
  z-index: 1;
  aspect-ratio: auto;
  background-image: url('../images/shapeIngredientsPos2.svg');
  background-position: 50%;
  background-size: cover;
  width: 620px;
  height: 310px;
  margin-bottom: -32px;
  padding-top: 0;
  padding-bottom: 32px;
  position: relative;
}

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

.shapephilosophy.pos10 {
  background-image: url('../images/shapePhilosophyPos10.svg');
  background-position: 50%;
  background-size: cover;
  width: 380px;
  height: 190px;
}

.shapephilosophy.pos9 {
  background-image: url('../images/shapePhilosophyPos9.svg');
  background-position: 50%;
  background-size: cover;
  width: 530px;
  height: 530px;
}

.shapephilosophy.pos8 {
  background-image: url('../images/shapePhilosophyPos8.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
}

.shapephilosophy.pos7 {
  background-image: url('../images/shapePhilosophyPos7.svg');
  background-position: 50%;
  background-size: cover;
  width: 720px;
  height: 360px;
}

.shapephilosophy.pos6 {
  background-image: url('../images/shapePhilosophyPos6.svg');
  background-position: 50%;
  background-size: cover;
  width: 245px;
  height: 240px;
}

.shapephilosophy.pos5 {
  background-image: url('../images/shapePhilosophyPos5.svg');
  background-position: 50%;
  background-size: cover;
  width: 900px;
  height: 650px;
}

.shapephilosophy.pos4 {
  background-image: url('../images/shapePhilosophyPos4.svg');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

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

.shapephilosophynoslide.pos3 {
  background-image: url('../images/shapePhilosophyPos3.svg');
  background-position: 50%;
  background-size: cover;
  width: 255px;
  height: 455px;
}

.shapephilosophynoslide.pos2 {
  background-image: url('../images/shapePhilosophyPos2.svg');
  background-position: 50%;
  background-size: cover;
  width: 560px;
  height: 490px;
}

.shapephilosophynoslide.pos1 {
  background-image: url('../images/shapePhilosophyPos1.svg');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.shapehome.pos4 {
  background-image: url('../images/shapeHome.04.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 450px;
  display: flex;
}

.shapehome.pos5 {
  background-image: url('../images/shapeHome.05.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 225px;
  display: flex;
}

.shapehome.pos6 {
  background-image: url('../images/shapeHome.06.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  display: flex;
}

.shapehome.pos7 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/shapeHome.07.svg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  width: 280px;
  height: 357px;
  display: flex;
}

.shapehomenoslide.pos1 {
  background-image: url('../images/shapeHome.01.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.shapehomenoslide.pos2 {
  background-image: url('../images/shapeHome.02.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 225px;
  display: flex;
}

.shapehomenoslide.pos3 {
  background-image: url('../images/shapeHome.03.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 750px;
  height: 750px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.shapewrapperhome {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.shapewrapperhome.pos1 {
  margin-bottom: -17px;
}

.shapegallery {
  background-color: var(--temporary);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.shapegallery.pos4 {
  background-image: url('../images/shapeHome.04.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: 450px;
  display: flex;
}

.shapegallery.pos5 {
  background-image: url('../images/shapeHome.05.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 225px;
  display: flex;
}

.shapegallery.pos6 {
  background-image: url('../images/shapeHome.06.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 600px;
  display: flex;
}

.shapegallery.pos7 {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  background-image: url('../images/shapeHome.07.svg');
  background-position: 50%;
  background-size: cover;
  background-color: var(--transparent);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80vh;
  margin-bottom: 4vh;
  display: flex;
}

.shapegallery.pos6 {
  aspect-ratio: 3 / 2;
  background-color: var(--transparent);
  background-image: none;
  width: 75vw;
  height: auto;
  margin: 4vh auto;
}

.shapegallery.pos5 {
  aspect-ratio: 600 / 892;
  background-color: var(--transparent);
  background-image: none;
  width: 50vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -9vw;
}

.shapegallery.pos4 {
  aspect-ratio: 1;
  background-color: var(--transparent);
  background-image: none;
  width: 40vw;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.shapegallery.pos3 {
  aspect-ratio: 600 / 892;
  background-color: var(--transparent);
  width: 50vw;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 2vw;
}

.shapegallerynoslide {
  background-color: var(--temporary);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.shapegallerynoslide.pos1 {
  aspect-ratio: 496 / 720;
  background-color: var(--transparent);
  object-fit: cover;
  width: auto;
  height: 75vh;
  margin: 0 15vw 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.shapegallerynoslide.pos1:hover {
  mix-blend-mode: normal;
  border: 0 #000;
}

.shapegallerynoslide.pos2 {
  aspect-ratio: 1;
  background-color: var(--transparent);
  width: 50vw;
  height: auto;
  margin: -20vw auto -30vw 2vw;
}

.backgroundvideogallery {
  aspect-ratio: 496 / 720;
  border: 0 #000;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.backgroundvideogallery:hover {
  border-color: var(--transparent);
}

.sectiondisclaimercopy {
  background-color: var(--navbarnegative);
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  min-height: auto;
  padding-bottom: 32px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.linkblockfooter {
  background-color: var(--transparent);
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.linkblockfooter:hover {
  opacity: 1;
}

.wrapperdisclaimercopy {
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
}

.shapeflavoursnoslide {
  background-color: var(--ebred);
  border-radius: 400px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  margin: 1%;
  display: flex;
  position: relative;
}

.shapeflavoursnoslide.pos1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.01.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 333px;
  min-width: auto;
  height: 258px;
  margin: 0% 16px;
  display: flex;
  position: static;
}

.shapeflavoursnoslide.pos2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.02.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 335px;
  min-width: auto;
  height: 450px;
  margin: 0% 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.shapeflavoursnoslide.pos3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.03.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 220px;
  min-width: auto;
  height: 220px;
  margin: 115px 0 0% 0%;
  padding-right: 0;
  display: flex;
}

.shapeflavoursnoslide.pos2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.02.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 335px;
  min-width: auto;
  height: 450px;
  margin: 0 16px 0%;
  padding: 0;
  display: flex;
  position: static;
}

.shapeflavoursnoslide.pos3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('../images/shapeFlavour.03_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 333px;
  min-width: auto;
  height: 321px;
  margin: 0 16px 0%;
  display: flex;
  position: static;
}

.linkblockfootersubpages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  width: 24%;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.linkblockfootersubpages:hover, .codepointerevents {
  opacity: 1;
}

.wrappermenue {
  z-index: 997;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 80px auto 40px;
  display: flex;
  position: relative;
}

.sectionflavoursticker {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  object-fit: contain;
  border-radius: 20px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 66vw;
  min-width: auto;
  height: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.sectionflavoursticker.left {
  border-radius: 120px;
  width: 66vw;
  margin-bottom: 0;
}

.sectionflavoursticker.right {
  border-radius: 120px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 75vw;
}

.tickerwrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  height: auto;
  display: flex;
  overflow: hidden;
}

.tickerwrapper.left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 8px;
  position: static;
  left: 0;
  overflow: visible;
}

.tickerwrapper.right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 8px;
  position: static;
  left: 0;
  overflow: visible;
}

.menuesmallwrapper {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
}

.partnerlogo.wolt {
  width: 100px;
  margin-top: 8px;
  margin-bottom: 0;
}

.link {
  letter-spacing: 0;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.link:hover {
  background-color: var(--transparent);
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  color: var(--black);
  text-align: center;
  letter-spacing: 0;
  text-underline-offset: 0px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--black);
  text-decoration-color: var(--black);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 160px;
  outline: 3px #00e;
  padding-bottom: 0;
  font-style: normal;
  text-decoration-style: dotted;
  text-decoration-thickness: 20px;
}

.footerwrappedelivery {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 240px;
  display: flex;
}

.linkcopy {
  color: var(--black);
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
}

.navbarmain {
  z-index: 997;
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  max-width: 1920px;
  margin-top: 36px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body-2 {
  background-color: var(--black);
}

.heading {
  background-color: var(--transparent);
  color: var(--backgroundbright);
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Avenir, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.text-block-4 {
  background-color: var(--transparent);
  font-size: 15px;
  line-height: 18px;
}

.image-5 {
  margin-bottom: 40px;
}

.linknavbar {
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.bannercampagne {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  opacity: 1;
  background-image: radial-gradient(circle closest-side, #ff80c0, #e8f1ecf7);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.wrappercampagne {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.crossline {
  background-color: var(--black);
  width: 40px;
  height: 2px;
  position: static;
  transform: rotate(45deg);
}

.crossline.right {
  width: 20px;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
}

.crossline.left {
  width: 20px;
  height: 2px;
  transform: rotate(-45deg);
}

.cross {
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.spanmotion {
  display: inline-block;
}

.cookiebanner {
  z-index: 9999;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 5% 5% auto;
  overflow: visible;
}

.fs-consent_component {
  background-color: var(--transparent);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: var(--navbarnegative);
  max-width: 45rem;
  padding: 0;
  display: block;
  position: fixed;
  inset: auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--ebred);
  border-radius: 100px;
  flex-flow: column;
  padding: 138px;
  display: flex;
}

.fs-consent_banner_paragraph {
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 0;
  font-family: Avenir, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_submit {
  background-color: #000;
  padding: .5rem 1rem;
}

.fs-consent_prefs_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-consent_prefs_popup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: scroll;
}

.fs-consent_prefs_header {
  border-bottom: 1px solid #0003;
  padding-bottom: 1.5rem;
}

.fs-consent_prefs_heading {
  font-size: 1.25rem;
}

.fs-consent_prefs_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs-consent_prefs_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.fs-consent_prefs_form-block {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_decline {
  color: #333;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-decoration: none;
  display: block;
}

.fs-consent_prefs_overlay {
  z-index: 1;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-consent_prefs_close-icon {
  width: 1rem;
  line-height: 0;
}

.fs-consent_prefs_form {
  background-color: #fff;
  width: 100%;
  max-width: 36.25rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-consent_open-prefs {
  z-index: 9998;
  color: #333;
  -webkit-text-decoration: block;
  text-decoration: block;
  cursor: pointer;
  background-color: #ddd;
  display: block;
  position: fixed;
  inset: auto auto .75rem .75rem;
}

.fs-consent_open-prefs_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.fs-consent_open-prefs_icon {
  width: 1.5rem;
  line-height: 0;
  display: flex;
}

.fs-consent_prefs_link {
  color: #333;
  border-bottom: 1px solid #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.fs-consent_prefs_option {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.fs-consent_checkbox_field {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.fs-consent_checkbox_label {
  margin-bottom: 0;
  margin-right: .75rem;
}

.fs-consent_prefs_description {
  margin-bottom: 0;
  font-size: 12px;
}

.fs-consent_checkbox {
  margin-top: 0;
  margin-right: .5rem;
}

.fs-consent_prefs_wrapper-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs-3 {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs_wrapper {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-consent_prefs {
  z-index: 9997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block {
  aspect-ratio: 1;
  background-color: var(--temporary);
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .sectionshapes {
    margin-top: 0;
  }

  .sectionshapes.hero {
    background-color: var(--backgroundbright);
    height: 100vh;
  }

  .sectionshapes.hero.philosophy {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sectionshapes.hero.ingredients {
    height: 90vh;
  }

  .sectionshapes.hero.flavours {
    height: 98vh;
  }

  .sectionshapes.hero.service {
    height: 95vh;
  }

  .sectionshapes.hero.gallery {
    background-color: var(--transparent);
    justify-content: flex-end;
    align-items: center;
    height: 98vh;
  }

  .sectionshapes.gallery {
    margin-top: 0;
  }

  .divnavbarwrapper {
    margin-left: auto;
    display: flex;
  }

  .copyxs.navbar {
    margin-bottom: 0;
    margin-right: 12vw;
  }

  .copyxs.navbar.w--current {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

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

  .copyxs.footer.home {
    letter-spacing: 6px;
    font-size: 12px;
    line-height: 14px;
  }

  .copyxs.footbar.subpages {
    letter-spacing: 6px;
    width: auto;
  }

  .copyxs.footbargalllery.counter {
    width: auto;
  }

  .copyxs.menuesmall {
    letter-spacing: 4px;
    width: 32vw;
  }

  .copyxs.ticker {
    letter-spacing: 4px;
  }

  .copym.ingredientspos6 {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .copym.ingredientspos2 {
    margin-top: 0;
    padding: 0 10vw;
  }

  .copym.philosophypos2 {
    padding-left: 20vw;
    padding-right: 20vw;
  }

  .copym.philosophypos3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .copym.philosophypos7 {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .copym.philosophypos9 {
    padding: 0 19vw;
  }

  .copym.homepos4 {
    padding-left: 14vw;
    padding-right: 14vw;
  }

  .copym.homepos6 {
    padding-left: 26vw;
    padding-right: 26vw;
  }

  .copym.servicepos1 {
    padding-left: 14%;
    padding-right: 14%;
  }

  .copym.servicepos3 {
    margin-bottom: 0;
  }

  .sectionfooter.subpages, .sectionfooter.gallery {
    justify-content: space-around;
    width: 90%;
  }

  .divfooterwrapper.pos2, .divfooterwrapper.pos3 {
    width: 30vw;
  }

  .copyl.homepos3 {
    margin-top: 0;
    padding-left: 19vw;
    padding-right: 19vw;
    font-size: 30px;
    line-height: 36px;
  }

  .copyl.ingredientspos4 {
    letter-spacing: 6px;
    padding-left: 24vw;
    padding-right: 24vw;
    line-height: 36px;
  }

  .copyl.ingredientspos9 {
    letter-spacing: 6px;
    padding-left: 13vw;
    padding-right: 13vw;
    line-height: 36px;
  }

  .copyl.philosophypos5 {
    letter-spacing: 6px;
    padding: 0 13%;
    line-height: 36px;
  }

  .copyl.servicepos6 {
    letter-spacing: 6px;
    padding-left: 26%;
    padding-right: 26%;
    line-height: 36px;
  }

  .copys.ingredienspos5 {
    letter-spacing: 6px;
    padding: 0 8vw;
  }

  .copys.philosophypos4, .copys.philosophypos6, .copys.philosophypos8 {
    letter-spacing: 6px;
  }

  .copys.disclaimer {
    width: auto;
    margin-bottom: 80px;
    padding-right: 0;
  }

  .copys.disclaimer.sizel {
    letter-spacing: 2px;
    width: auto;
    margin-bottom: 80px;
  }

  .copys.ingredientspos10 {
    color: var(--backgroundbright);
    letter-spacing: 6px;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .herowrapperhours {
    z-index: 996;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    height: auto;
    margin-bottom: 24px;
  }

  .mousefollow {
    width: 20vw;
  }

  .footerwrapperhours {
    margin-bottom: 160px;
  }

  .gelatowrappernoslide.pos1.flavours {
    aspect-ratio: 1;
    width: 30vw;
    height: auto;
  }

  .copymousefollow.motiona.chapterh2 {
    padding-left: 0;
    padding-right: 0;
  }

  .sectionflavours {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .shapeflavours.pos4 {
    aspect-ratio: 1;
    width: 40vw;
    height: auto;
  }

  .shapeflavours.pos5 {
    aspect-ratio: 220 / 170;
    width: 30vw;
    height: auto;
  }

  .shapeflavours.pos6 {
    aspect-ratio: 450 / 335;
    width: 60vw;
    height: auto;
  }

  .shapeflavours.pos7 {
    aspect-ratio: 346 / 258;
    width: 50vw;
    height: auto;
  }

  .shapeflavours.pos8 {
    aspect-ratio: 1;
    width: 60vw;
    height: auto;
  }

  .shapeflavours.pos9 {
    aspect-ratio: 181 / 235;
    width: 25vw;
    height: auto;
  }

  .shapeflavours.pos10 {
    aspect-ratio: 346 / 258;
    width: 41vw;
    height: auto;
  }

  .shapeflavours.pos11 {
    aspect-ratio: 193 / 250;
    width: 30vw;
    height: auto;
  }

  .shapeflavours.pos12 {
    aspect-ratio: 1;
    width: 60vw;
    height: auto;
  }

  .shapeflavours.pos13 {
    aspect-ratio: 1;
    width: 35vw;
    height: auto;
  }

  .shapeflavours.pos14 {
    aspect-ratio: 1;
    width: 50vw;
    height: auto;
  }

  .shapeflavours.pos15 {
    aspect-ratio: 305 / 228;
    width: 40vw;
    height: auto;
  }

  .shapeservice.pos4 {
    aspect-ratio: 2;
    width: 56vw;
    height: auto;
  }

  .shapeservice.pos5 {
    width: 66vw;
    height: auto;
  }

  .shapeservice.pos6 {
    aspect-ratio: 810 / 705;
    width: 98vw;
    height: auto;
    padding-bottom: 69px;
  }

  .shapeservice.pos8 {
    aspect-ratio: 1;
    width: 64vw;
    height: auto;
  }

  .shapeservice.pos7 {
    aspect-ratio: 320 / 225;
    width: 40vw;
    height: auto;
  }

  .shapeservicenoslide.pos2 {
    aspect-ratio: 1;
    width: 15vw;
    height: auto;
  }

  .shapeservicenoslide.pos1 {
    aspect-ratio: 360 / 268;
    width: 47vw;
    height: auto;
  }

  .shapeservicenoslide.pos3 {
    width: 88vw;
    height: auto;
  }

  .shapeingredients.pos4 {
    aspect-ratio: 900 / 790;
    width: 90vw;
    height: auto;
  }

  .shapeingredients.pos5 {
    aspect-ratio: 1;
    width: 25vw;
    height: auto;
  }

  .shapeingredients.pos6 {
    aspect-ratio: 600 / 440;
    width: 70vw;
    height: auto;
    margin-bottom: 0;
  }

  .shapeingredients.pos7 {
    aspect-ratio: 336 / 388;
    width: 60vw;
    height: auto;
    margin: -1vw auto;
  }

  .shapeingredients.pos8 {
    aspect-ratio: 432 / 500;
    width: 80vw;
    height: auto;
    margin: 0 auto -2.75vw 7vw;
  }

  .shapeingredients.pos9 {
    aspect-ratio: 900 / 714;
    width: 96vw;
    height: auto;
  }

  .shapeingredients.pos10 {
    aspect-ratio: 1;
    width: 28vw;
    height: auto;
  }

  .shapeingredients.pos11 {
    aspect-ratio: 128 / 116;
    width: 15vw;
    height: auto;
  }

  .shapeingredientsnoslide.pos3 {
    aspect-ratio: 380 / 440;
    width: 96vw;
    height: auto;
    margin-top: 0;
    margin-bottom: -1vh;
  }

  .shapeingredientsnoslide.pos1 {
    aspect-ratio: 145 / 135;
    width: 20vw;
    height: auto;
  }

  .shapeingredientsnoslide.pos2 {
    aspect-ratio: 2;
    width: 60vw;
    height: auto;
    margin-bottom: -2.3vh;
    padding-bottom: 3px;
  }

  .shapephilosophy.pos10 {
    aspect-ratio: 2;
    width: 50vw;
    height: auto;
  }

  .shapephilosophy.pos9 {
    aspect-ratio: 1;
    width: 70vw;
    height: auto;
  }

  .shapephilosophy.pos8 {
    aspect-ratio: 1;
    width: 25vw;
    height: auto;
  }

  .shapephilosophy.pos7 {
    aspect-ratio: 2;
    width: 90vw;
    height: auto;
  }

  .shapephilosophy.pos6 {
    aspect-ratio: 245 / 240;
    width: 30vw;
    height: auto;
  }

  .shapephilosophy.pos5 {
    aspect-ratio: 900 / 650;
    object-fit: fill;
    width: 98vw;
    height: auto;
  }

  .shapephilosophy.pos4 {
    aspect-ratio: 1;
    width: 15vw;
    height: auto;
  }

  .shapephilosophynoslide.pos3 {
    aspect-ratio: 255 / 455;
    width: 30vw;
    height: auto;
  }

  .shapephilosophynoslide.pos2 {
    aspect-ratio: 560 / 490;
    width: 75vw;
    height: auto;
  }

  .shapephilosophynoslide.pos1 {
    aspect-ratio: 1;
    width: 15vw;
    height: auto;
    position: static;
  }

  .shapehome.pos4 {
    aspect-ratio: 2;
    width: 90vw;
    height: auto;
  }

  .shapehome.pos5 {
    aspect-ratio: 1;
    width: 25vw;
    height: auto;
  }

  .shapehome.pos6 {
    aspect-ratio: 1;
    width: 80vw;
    height: auto;
  }

  .shapehomenoslide.pos2 {
    aspect-ratio: 2;
    width: 60vw;
    height: auto;
  }

  .shapehomenoslide.pos3 {
    aspect-ratio: 1;
    width: 80vw;
    height: auto;
  }

  .shapegallery.pos7 {
    width: auto;
    height: 75vw;
    margin-bottom: 4vh;
    margin-left: auto;
    margin-right: auto;
  }

  .shapegallery.pos6 {
    aspect-ratio: 96 / 63.36;
    width: 96vw;
    height: auto;
    margin: 4vh auto 6vh;
  }

  .shapegallery.pos5 {
    aspect-ratio: 50 / 74.33;
    width: 90vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .shapegallery.pos4 {
    width: 50vw;
    height: auto;
    margin-bottom: -4vh;
    margin-right: 6vw;
  }

  .shapegallery.pos3 {
    aspect-ratio: 50 / 74.33;
    width: 80vw;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 2vw;
  }

  .shapegallerynoslide.pos1 {
    width: auto;
    height: 70vh;
    margin-left: auto;
    margin-right: 4vw;
  }

  .shapegallerynoslide.pos2 {
    width: 50vw;
    height: auto;
    margin: -10vw auto -15vw 4vw;
  }

  .backgroundvideogallery {
    width: 100%;
    height: auto;
  }

  .sectiondisclaimercopy {
    align-items: flex-start;
    height: auto;
    padding-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapperdisclaimercopy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 33vh;
  }

  .shapeflavoursnoslide.pos1 {
    aspect-ratio: 333 / 258;
    width: 40vw;
    height: auto;
  }

  .shapeflavoursnoslide.pos2 {
    aspect-ratio: 335 / 450;
    width: 45vw;
    height: auto;
  }

  .shapeflavoursnoslide.pos3 {
    aspect-ratio: 333 / 321;
    width: 50vw;
    height: auto;
  }

  .linkblockfootersubpages {
    width: auto;
  }

  .wrappermenue {
    z-index: 996;
    margin-bottom: 40px;
  }

  .sectionflavoursticker.left {
    width: 90vw;
  }

  .sectionflavoursticker.right {
    width: 80vw;
  }

  .partnerlogo.wolt {
    margin-bottom: 0;
  }

  .footerwrappedelivery {
    margin-bottom: 160px;
  }

  .navbarmain {
    background-color: var(--transparent);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbarcontainer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 0;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--backgroundbright);
    opacity: .9;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    padding-top: 67px;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu-button {
    z-index: 999;
    aspect-ratio: 1 / 2;
    opacity: 1;
    border-radius: 0;
    width: 20px;
    height: auto;
    margin-top: 52px;
    margin-right: 30px;
    padding: 0;
    overflow: visible;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
    opacity: 1;
    border-radius: 0;
    margin: 52px 30px 0 0;
    padding: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .iconburger {
    aspect-ratio: 1;
    background-color: var(--black);
    opacity: 1;
    border-radius: 50px;
    width: auto;
    height: auto;
    padding: 0;
  }

  .linknavbar {
    flex-flow: column;
    margin-bottom: 40px;
    margin-right: 12vw;
    display: flex;
  }

  .bannercampagne {
    background-image: radial-gradient(circle farthest-side, #ff80c0, #e8f1ecf7);
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sectionshapes {
    margin-top: 0;
  }

  .sectionshapes.hero {
    height: calc(100vh - 44px);
  }

  .sectionshapes.hero.philosophy {
    height: 100vh;
  }

  .sectionshapes.gallery {
    margin-top: 0;
  }

  .copyxs.navbar {
    margin-bottom: 0;
    margin-right: 11vw;
  }

  .copyxs.footbar.subpages {
    width: auto;
  }

  .copyxs.flavour {
    margin-top: 12px;
  }

  .copyxs.flavours.hero {
    font-size: 12px;
  }

  .copyxs.menuesmall {
    width: auto;
  }

  .copyxs.menuehead {
    margin-bottom: 40px;
  }

  .copym.counter, .copym.background, .copym.flavour {
    font-size: 20px;
    line-height: 24px;
  }

  .copym.ingredientspos6 {
    padding: 0 14vw;
    font-size: 20px;
    line-height: 24px;
  }

  .copym.ingredientspos2, .copym.philosophypos2 {
    padding: 0 18vw;
    font-size: 20px;
    line-height: 24px;
  }

  .copym.philosophypos3 {
    padding: 0 8vw;
    font-size: 20px;
    line-height: 24px;
  }

  .copym.philosophypos7 {
    padding: 0 15vw;
    font-size: 20px;
    line-height: 24px;
  }

  .copym.philosophypos9 {
    padding: 0 21vw;
    font-size: 20px;
    line-height: 24px;
  }

  .copym.homepos4 {
    padding: 0 15vw;
    font-size: 20px;
    line-height: 24px;
  }

  .copym.homepos6 {
    padding: 0 16vw;
    font-size: 20px;
    line-height: 24px;
  }

  .copym.menuelarge {
    font-size: 20px;
    line-height: 24px;
  }

  .copym.campagne {
    margin-bottom: 30px;
  }

  .sectionfooter.subpages {
    grid-row-gap: 20px;
    flex-flow: column;
    width: 90%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sectionfooter.gallery {
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .divfooterwrapper.pos3 {
    margin-left: auto;
    margin-right: auto;
  }

  .copyl {
    color: var(--backgroundbright);
    letter-spacing: 6px;
    font-size: 30px;
    line-height: 36px;
  }

  .copyl.homepos3 {
    padding: 0 16vw;
    font-size: 25px;
    line-height: 30px;
  }

  .copyl.ingredientspos4 {
    padding: 0 20vw;
    font-size: 25px;
    line-height: 30px;
  }

  .copyl.ingredientspos9 {
    padding-left: 9vw;
    padding-right: 9vw;
    font-size: 25px;
    line-height: 30px;
  }

  .copyl.philosophypos5 {
    margin-bottom: 0;
    padding: 0 11vw;
    font-size: 25px;
    line-height: 30px;
  }

  .copyl.servicepos6 {
    padding-left: 22%;
    padding-right: 22%;
    font-size: 25px;
    line-height: 30px;
  }

  .copys.ingredienspos5 {
    padding: 0 6vw;
    font-size: 15px;
    line-height: 18px;
  }

  .copys.philosophypos4 {
    margin-left: 5px;
    padding: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .copys.philosophypos6 {
    margin-left: 8px;
    font-size: 15px;
    line-height: 18px;
  }

  .copys.philosophypos8 {
    margin-left: 9px;
    font-size: 15px;
    line-height: 18px;
  }

  .copys.homepos5 {
    letter-spacing: 6px;
    padding: 0 4vw;
    font-size: 15px;
    line-height: 18px;
  }

  .copys.disclaimer, .copys.disclaimer.sizel {
    font-size: 15px;
    line-height: 18px;
  }

  .copys.ingredientspos10 {
    color: var(--backgroundbright);
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 15px;
    line-height: 18px;
  }

  .footerwrappercontact {
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    margin-bottom: 80px;
  }

  .copymousefollow.motiona.chapterh2 {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .sectionflavours {
    grid-row-gap: 9px;
  }

  .shapeflavours.pos4, .shapeflavours.pos5 {
    width: 40vw;
    height: auto;
  }

  .shapeflavours.pos6 {
    width: 75vw;
    height: auto;
  }

  .shapeflavours.pos7 {
    width: 50vw;
    height: auto;
  }

  .shapeflavours.pos8 {
    width: 90vw;
    height: auto;
  }

  .shapeflavours.pos9 {
    width: 40vw;
    height: auto;
  }

  .shapeflavours.pos10 {
    width: 70vw;
    height: auto;
  }

  .shapeflavours.pos11 {
    width: 30vw;
    height: auto;
  }

  .shapeflavours.pos12 {
    width: 75vw;
    height: auto;
  }

  .shapeflavours.pos13 {
    width: 36vw;
    height: auto;
  }

  .shapeflavours.pos14 {
    width: 43vw;
    height: auto;
  }

  .shapeflavours.pos15 {
    width: 70vw;
    height: auto;
  }

  .shapeservice.pos4 {
    aspect-ratio: 2;
    width: 72vw;
    height: auto;
  }

  .shapeservice.pos5 {
    aspect-ratio: 1;
    width: 72vw;
    height: auto;
    margin-top: -4px;
    margin-bottom: -3px;
  }

  .shapeservice.pos6 {
    aspect-ratio: 810 / 705;
    width: 98vw;
    height: auto;
    padding-bottom: 72px;
  }

  .shapeservice.pos8 {
    aspect-ratio: 1;
    width: 76vw;
    height: auto;
  }

  .shapeservice.pos7 {
    box-sizing: border-box;
    aspect-ratio: 320 / 225;
    width: 52vw;
    height: auto;
  }

  .shapeservicenoslide.pos2 {
    aspect-ratio: 1;
    width: 18vw;
    height: auto;
  }

  .shapeservicenoslide.pos1 {
    aspect-ratio: 360 / 268;
    width: 56vw;
    height: auto;
  }

  .shapeingredients.pos4 {
    width: 90vw;
    height: auto;
  }

  .shapeingredients.pos5 {
    width: 30vw;
    height: auto;
  }

  .shapeingredients.pos6 {
    width: 80vw;
    height: auto;
    margin-bottom: -.5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .shapeingredients.pos7 {
    aspect-ratio: 296 / 342;
    width: 60vw;
    height: auto;
    margin: 0 auto -2vw;
  }

  .shapeingredients.pos8 {
    aspect-ratio: 381 / 440;
    width: 80vw;
    height: auto;
    margin-bottom: -2.75vw;
    margin-left: 7vw;
    margin-right: auto;
  }

  .shapeingredients.pos9 {
    box-sizing: border-box;
    aspect-ratio: 900 / 714;
    height: auto;
  }

  .shapeingredients.pos10 {
    aspect-ratio: 1;
    width: 45vw;
    height: auto;
  }

  .shapeingredientsnoslide.pos3 {
    aspect-ratio: 300 / 348;
    width: 95vw;
    height: auto;
    margin-top: 0;
    margin-bottom: -1vh;
  }

  .shapeingredientsnoslide.pos2 {
    aspect-ratio: 2.001;
    width: 85vw;
  }

  .shapephilosophy.pos10 {
    aspect-ratio: 2;
    width: 50vw;
    height: auto;
  }

  .shapephilosophy.pos9 {
    aspect-ratio: 1;
    width: 85vw;
    height: auto;
  }

  .shapephilosophy.pos8 {
    width: 25vw;
    height: auto;
  }

  .shapephilosophy.pos7 {
    aspect-ratio: 2;
    width: 96vw;
    height: auto;
  }

  .shapephilosophy.pos5 {
    width: 98vw;
    height: auto;
  }

  .shapephilosophy.pos4 {
    width: 20vw;
    height: auto;
  }

  .shapephilosophynoslide.pos3 {
    width: 40vw;
    height: auto;
  }

  .shapephilosophynoslide.pos2 {
    width: 80vw;
    height: auto;
  }

  .shapephilosophynoslide.pos1 {
    width: 15vw;
    height: auto;
  }

  .shapehome.pos4 {
    width: 96vw;
  }

  .shapehome.pos5 {
    width: 30vw;
  }

  .shapehome.pos6 {
    width: 70vw;
  }

  .shapehome.pos7 {
    aspect-ratio: 168 / 213;
    width: 30vw;
    height: auto;
  }

  .shapehomenoslide.pos1 {
    aspect-ratio: 1;
    width: 16vw;
    height: auto;
  }

  .shapehomenoslide.pos2 {
    width: 60vw;
  }

  .shapehomenoslide.pos3 {
    aspect-ratio: 1;
    width: 85vw;
    height: auto;
  }

  .shapewrapperhome.pos1 {
    margin-bottom: -2.5vw;
  }

  .shapegallery.pos4 {
    margin-bottom: 0;
  }

  .shapegallery.pos3 {
    margin-top: 0;
  }

  .shapegallerynoslide.pos1 {
    width: 88vw;
    height: auto;
  }

  .shapegallerynoslide.pos2 {
    margin-top: auto;
    margin-bottom: auto;
  }

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

  .shapeflavoursnoslide.pos1 {
    width: 50vw;
    height: auto;
  }

  .shapeflavoursnoslide.pos2 {
    width: 35vw;
    height: auto;
  }

  .shapeflavoursnoslide.pos3 {
    width: 60vw;
    height: auto;
  }

  .wrappermenue {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .menuesmallwrapper {
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footerwrappedelivery {
    margin-bottom: 160px;
  }

  .navbarmain {
    background-color: var(--transparent);
    height: 0;
    position: fixed;
  }

  .navbarcontainer {
    background-color: var(--transparent);
    height: 0;
    position: absolute;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 0px none var(--transparent);
    background-color: var(--backgroundbright);
    opacity: .9;
    flex-flow: column;
  }

  .menu-button {
    aspect-ratio: 1 / 2;
    margin-right: 30px;
  }

  .menu-button.w--open {
    background-color: var(--backgroundbright);
    margin-left: auto;
  }

  .linknavbar {
    margin-right: 11vw;
  }

  .bannercampagne {
    justify-content: flex-start;
    align-items: center;
    padding-top: 87px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .sectionshapes {
    width: 100vw;
  }

  .sectionshapes.hero {
    height: calc(100vh - 70px);
    margin-bottom: -80px;
    padding-bottom: 80px;
  }

  .sectionshapes.hero.philosophy {
    height: 91vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sectionshapes.hero.ingredients {
    display: flex;
  }

  .sectionshapes.hero.flavours {
    height: 70vh;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .sectionshapes.hero.service {
    height: 85vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .sectionshapes.hero.gallery {
    margin-bottom: 0;
  }

  .divnavbarwrapper {
    letter-spacing: 6px;
    line-height: 17px;
  }

  .copyxs.navbar {
    letter-spacing: 4px;
    margin-right: auto;
    font-size: 14px;
    line-height: 17px;
  }

  .copyxs.footer {
    letter-spacing: 6px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 17px;
  }

  .copyxs.footer.home {
    letter-spacing: 6px;
    margin-top: 14px;
    font-size: 14px;
    line-height: 16px;
  }

  .copyxs.footbar.subpages, .copyxs.footbar.subpages.disclaimer {
    font-size: 14px;
    line-height: 17px;
  }

  .copyxs.flavour, .copyxs.flavours.hero {
    letter-spacing: 4px;
    font-size: 14px;
    line-height: 17px;
  }

  .copyxs.menuesmall {
    width: 100vw;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 17px;
  }

  .copyxs.ticker {
    font-size: 14px;
    line-height: 17px;
  }

  .copyxs.menuehead {
    letter-spacing: 6px;
  }

  .copyxs.chapter {
    color: var(--backgroundbright);
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .copyxs.servicepos2 {
    font-size: 14px;
    line-height: 17px;
  }

  .copym.counter {
    width: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .copym.background {
    font-size: 18px;
    line-height: 21px;
  }

  .copym.flavour {
    font-size: 20px;
    line-height: 24px;
  }

  .copym.ingredientspos6 {
    padding-left: 17vw;
    padding-right: 17vw;
    font-size: 16px;
    line-height: 19px;
  }

  .copym.ingredientspos2 {
    color: var(--backgroundbright);
    letter-spacing: 6px;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    line-height: 17px;
    position: static;
    left: auto;
    right: auto;
  }

  .copym.philosophypos2 {
    width: auto;
    padding: 0 22vw;
    font-size: 16px;
    line-height: 19px;
  }

  .copym.philosophypos3 {
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 16px;
    line-height: 19px;
  }

  .copym.philosophypos7 {
    width: auto;
    margin-bottom: 0;
    padding: 0 12vw;
    font-size: 16px;
    line-height: 19px;
  }

  .copym.philosophypos9 {
    padding-left: 19vw;
    padding-right: 19vw;
    font-size: 16px;
    line-height: 19px;
  }

  .copym.homepos4 {
    letter-spacing: 4px;
    width: auto;
    padding: 0 9vw;
    font-size: 16px;
    line-height: 19px;
  }

  .copym.homepos6 {
    padding: 0 17vw;
    font-size: 16px;
    line-height: 19px;
  }

  .copym.menuelarge {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 24px;
  }

  .copym.navbar {
    margin-top: 2px;
    line-height: 22px;
  }

  .copym.campagne {
    margin-bottom: 20px;
  }

  .copym.servicepos1 {
    padding-left: 15%;
    padding-right: 15%;
    font-size: 16px;
    line-height: 19px;
  }

  .copym.servicepos3 {
    padding-left: 13%;
    padding-right: 13%;
    font-size: 16px;
    line-height: 19px;
  }

  .sectionfooter.subpages {
    border-radius: 0;
    width: 96%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .divfooterwrapper.pos2, .divfooterwrapper.pos3 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .copyl.homepos3 {
    margin-bottom: 0;
    padding: 0 12vw;
    font-size: 20px;
    line-height: 24px;
  }

  .copyl.ingredientspos4 {
    margin-top: 0;
    padding-left: 12vw;
    padding-right: 12vw;
    font-size: 20px;
    line-height: 24px;
  }

  .copyl.ingredientspos9 {
    padding: 0% 12vw;
    font-size: 18px;
    line-height: 21px;
  }

  .copyl.philosophypos5 {
    margin-bottom: 0;
    padding: 0 8vw;
    font-size: 18px;
    line-height: 21px;
  }

  .copyl.servicepos6 {
    padding-left: 17%;
    padding-right: 17%;
    font-size: 20px;
    line-height: 24px;
  }

  .copys.ingredienspos5 {
    letter-spacing: 6px;
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 14px;
    line-height: 17px;
  }

  .copys.philosophypos4, .copys.philosophypos6 {
    letter-spacing: 6px;
    font-size: 14px;
    line-height: 17px;
  }

  .copys.philosophypos8 {
    letter-spacing: 6px;
    font-size: 14px;
    line-height: 14px;
  }

  .copys.homepos5 {
    letter-spacing: 4px;
    padding: 0 2vw;
    font-size: 14px;
    line-height: 17px;
  }

  .copys.disclaimer {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 17px;
  }

  .copys.disclaimer.sizel {
    font-size: 14px;
    line-height: 17px;
  }

  .copys.ingredientspos10 {
    padding-left: 8vw;
    padding-right: 8vw;
    font-size: 14px;
    line-height: 17px;
  }

  .copys.servicepos8 {
    padding-left: 11%;
    padding-right: 11%;
    font-size: 14px;
    line-height: 17px;
  }

  .herowrapperhours {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 4px;
  }

  .footerwrappercontact {
    flex-flow: column;
    margin-bottom: 120px;
    padding-bottom: 0;
  }

  .mousefollow {
    width: 33vw;
    top: 20px;
  }

  .footerwrapperhours {
    margin-bottom: 120px;
  }

  .gelatowrappernoslide.pos1.flavours {
    aspect-ratio: 1;
    width: 50vw;
    height: auto;
  }

  .copymousefollow.motiona.chapterh2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .copymousefollow.motionb {
    padding-bottom: 0;
  }

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

  .shapeflavours.pos4 {
    aspect-ratio: 1;
    width: 60vw;
    height: auto;
  }

  .shapeflavours.pos5 {
    aspect-ratio: 198 / 152;
    width: 60vw;
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
  }

  .shapeflavours.pos6 {
    aspect-ratio: 337 / 251;
    width: 90vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .shapeflavours.pos7 {
    aspect-ratio: 260 / 193;
    width: 60vw;
    height: auto;
  }

  .shapeflavours.pos8 {
    aspect-ratio: 1;
    width: 90vw;
    height: auto;
  }

  .shapeflavours.pos9 {
    aspect-ratio: 135 / 176;
    width: 50vw;
    height: auto;
  }

  .shapeflavours.pos10 {
    aspect-ratio: 374 / 279;
    width: 80vw;
    height: auto;
  }

  .shapeflavours.pos11 {
    aspect-ratio: 148 / 190;
    width: 40vw;
    height: auto;
  }

  .shapeflavours.pos12 {
    aspect-ratio: 1;
    width: 90vw;
    height: auto;
  }

  .shapeflavours.pos13 {
    aspect-ratio: 1;
    width: 50vw;
    height: auto;
  }

  .shapeflavours.pos14 {
    aspect-ratio: 1;
    width: 60vw;
    height: auto;
  }

  .shapeflavours.pos15 {
    aspect-ratio: 274 / 205;
    width: 90vw;
    height: auto;
  }

  .shapeservice.pos4 {
    width: 88vw;
  }

  .shapeservice.pos5 {
    width: 88vw;
    margin-top: -2px;
    margin-bottom: -4px;
  }

  .shapeservice.pos6 {
    width: 98vw;
    padding-top: 0;
    padding-bottom: 41px;
  }

  .shapeservice.pos8 {
    width: 74vw;
  }

  .shapeservice.pos7 {
    width: 74vw;
    padding-bottom: 15px;
    text-decoration: none;
  }

  .shapeservicenoslide.pos2 {
    width: 30vw;
  }

  .shapeservicenoslide.pos1 {
    width: 70vw;
  }

  .shapeingredients.pos4 {
    width: 98vw;
  }

  .shapeingredients.pos5 {
    aspect-ratio: 1;
    width: 40vw;
    height: auto;
  }

  .shapeingredients.pos6 {
    width: 96vw;
    margin-bottom: -4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .shapeingredients.pos7 {
    width: 74vw;
    margin-bottom: -4vw;
    margin-right: 1vw;
  }

  .shapeingredients.pos8 {
    width: 89vw;
    margin-bottom: -2.75vw;
    margin-left: 1vw;
  }

  .shapeingredients.pos9 {
    width: 98vw;
  }

  .shapeingredients.pos10 {
    aspect-ratio: 1;
    width: 50vw;
    height: auto;
  }

  .shapeingredients.pos11 {
    aspect-ratio: 128 / 116;
    width: 25vw;
    height: auto;
  }

  .shapeingredientsnoslide.pos3 {
    width: 98vw;
    margin-bottom: -.75vh;
  }

  .shapeingredientsnoslide.pos1 {
    aspect-ratio: 145 / 135;
    width: 25vw;
    height: auto;
  }

  .shapeingredientsnoslide.pos2 {
    box-sizing: border-box;
    aspect-ratio: 2.001;
    width: 85vw;
    margin-bottom: -1.5vh;
    line-height: 17px;
    display: flex;
  }

  .shapephilosophy.pos10 {
    width: 50vw;
  }

  .shapephilosophy.pos9 {
    width: 98vw;
  }

  .shapephilosophy.pos8 {
    width: 50vw;
    height: auto;
  }

  .shapephilosophy.pos7 {
    aspect-ratio: 2;
    width: 99vw;
  }

  .shapephilosophy.pos6 {
    width: 30vw;
  }

  .shapephilosophy.pos4 {
    aspect-ratio: 1;
    width: 50vw;
    height: auto;
  }

  .shapephilosophynoslide.pos3 {
    aspect-ratio: 40 / 71.5;
    width: 50vw;
    height: auto;
  }

  .shapephilosophynoslide.pos2 {
    box-sizing: border-box;
    aspect-ratio: 8 / 7;
    width: 98vw;
    height: auto;
  }

  .shapephilosophynoslide.pos1 {
    width: 20vw;
  }

  .shapehome.pos4 {
    width: 99vw;
  }

  .shapehome.pos5 {
    width: 36vw;
  }

  .shapehome.pos6 {
    width: 85vw;
  }

  .shapehome.pos7 {
    width: 179px;
    height: 228px;
  }

  .shapehomenoslide.pos1 {
    width: 18vw;
    height: auto;
  }

  .shapehomenoslide.pos2 {
    width: 70vw;
  }

  .shapehomenoslide.pos3 {
    width: 92vw;
  }

  .shapewrapperhome.pos1 {
    margin-bottom: -2.5vw;
  }

  .shapegallery.pos7 {
    width: 70vw;
    height: auto;
  }

  .shapegallery.pos6 {
    width: 98vw;
    margin-bottom: 4vh;
  }

  .shapegallery.pos5 {
    margin-bottom: -1vh;
  }

  .shapegallery.pos4 {
    width: 60vw;
  }

  .shapegallery.pos3, .shapegallerynoslide.pos1 {
    width: 90vw;
  }

  .shapegallerynoslide.pos2 {
    width: 70vw;
    margin-top: 1vh;
  }

  .sectiondisclaimercopy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .wrapperdisclaimercopy {
    margin-top: 50vh;
  }

  .shapeflavoursnoslide.pos1 {
    aspect-ratio: 250 / 193;
    width: 75vw;
    height: auto;
  }

  .shapeflavoursnoslide.pos2 {
    aspect-ratio: 251 / 337;
    width: 60vw;
    height: auto;
  }

  .shapeflavoursnoslide.pos3 {
    aspect-ratio: 250 / 240;
    width: 90vw;
    height: auto;
  }

  .wrappermenue {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .menuesmallwrapper {
    clear: none;
    flex-flow: column;
    width: 100vw;
  }

  .partnerlogo.wolt {
    margin-top: 12px;
  }

  .link {
    width: auto;
  }

  .footerwrappedelivery {
    margin-bottom: 120px;
  }

  .linkcopy {
    color: var(--black);
    margin-left: 0;
    text-decoration: none;
  }

  .nav-menu {
    opacity: 1;
    height: 100vh;
    padding-top: 46vw;
  }

  .menu-button {
    aspect-ratio: 1 / 2;
    background-color: var(--transparent);
    border-radius: 40px;
    width: 20px;
    margin-top: 37px;
    margin-right: 20px;
    overflow: visible;
  }

  .menu-button.w--open {
    margin-top: 37px;
    margin-right: 20px;
  }

  .linknavbar {
    margin-bottom: 20px;
    margin-right: auto;
  }

  .bannercampagne {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 71px;
    display: none;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .fs-consent_prefs_heading {
    font-size: 1rem;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/font.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}