a {
  text-decoration: underline;
}

.container {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 0;
}

.container.hero-container {
  width: 95%;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.body {
  background-color: #d4cec6;
}

.paragraph {
  color: #2f4e62;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.paragraph.sub-heading-blue {
  color: #2f4e62;
  font-size: 1.4rem;
  font-weight: 500;
}

.paragraph.sub-heading-blue.margin-bottom-1rem {
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph.p-foto {
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph.p-foto.opensans {
  font-weight: 400;
}

.paragraph.p-foto.fred {
  font-size: 1.2rem;
}

.paragraph.blue {
  color: #2f4e62;
  font-weight: 500;
}

.paragraph.p-location {
  color: #2f4e62;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  align-self: flex-start;
  font-size: 1.4rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.paragraph.opensans {
  font-family:
    Open Sans,
    sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.mplus {
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph.version-2 {
  color: #2f4e62;
}

.paragraph.fred {
  font-family: Fredoka, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.fred.blue {
  font-weight: 400;
}

.paragraph.p-text-bold {
  color: #2f4e62;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.bold-text {
  font-weight: 600;
}

.paragraph.p-highlighted {
  color: #fff;
}

.paragraph.p-highlighted.quote {
  letter-spacing: 0;
  align-self: flex-start;
  margin-left: 2rem;
  font-size: 2.9rem;
  line-height: 1;
}

.paragraph.margin-bottom {
  margin-bottom: 2rem;
}

.div-block {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 2rem;
  display: flex;
}

.image {
  align-self: flex-start;
  width: auto;
  height: 100%;
  overflow: visible;
}

.hero-image {
  width: 100%;
  max-width: none;
  height: auto;
}

.heading-2 {
  margin: 0;
}

.sr-only {
  color: #d4cec6;
  margin: 0;
}

.heading-1 {
  color: #ccc5bc;
  margin: 0;
}

.heading-1.sr-only {
  color: #d4cec6;
}

.heading-2 {
  color: #ccc5bc;
}

.heading-2.sr-only {
  color: #d4cec6;
}

.content-blocks {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #ccc5bc00;
  flex-flow: column;
  margin-left: 1rem;
  display: flex;
}

.content-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  display: flex;
}

.content-block.first-block {
  padding-top: 0;
}

.content-block.invisible-founder-block {
  display: none;
}

.content-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  place-items: stretch stretch;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-3.paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 2rem;
  font-style: italic;
}

.paragraph-2 {
  align-self: center;
  margin-bottom: 0;
}

.paragraph-2.p-foto {
  font-size: 1.2rem;
}

.paragraph-2.p-foto.left-bounded {
  align-self: flex-start;
}

.paragraph-2.p-foto.right-bounded {
  align-self: flex-end;
}

.img-wrapper {
  aspect-ratio: 2 / 3;
  width: 100%;
  height: 20rem;
  overflow: hidden;
}

.img-wrapper.image-square {
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  flex-flow: column;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-2 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.div-block-5 {
  width: auto;
  height: 20rem;
}

.div-block-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-portrait {
  box-sizing: border-box;
  aspect-ratio: auto;
  height: 24rem;
}

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

.div-block-8,
.div-block-9 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.div-block-11 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11.paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  padding-bottom: 2rem;
  font-style: italic;
}

.div-block-12 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-core {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image-5 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-13 {
  height: 24rem;
}

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

.image-custom-3-4 {
  aspect-ratio: 3 / 4;
  height: 26rem;
}

.div-block-14,
.div-block-15,
.div-block-16 {
  font-style: italic;
}

.location-box {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.location-box.insta-box {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.image-6 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: clip;
}

.div-block-18 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 0;
  padding-top: 0;
  display: flex;
}

.div-block-19 {
  box-sizing: border-box;
  width: 100%;
  max-width: 22rem;
  height: auto;
  margin-bottom: 0;
}

.div-block-20 {
  color: #2f4e62;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.p-article {
  color: #2f4e62;
  margin: 0;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-article.opensans {
  font-family:
    Open Sans,
    sans-serif;
}

.p-article.opensans.press {
  font-size: 1.6rem;
}

.p-article.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.p-article.mplus.pressplus {
  letter-spacing: 1px;
  font-size: 1.6rem;
}

.p-article.fred-press {
  letter-spacing: 2px;
  font-family: Fredoka, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
}

.section {
  font-size: 1.6rem;
  line-height: 1.3px;
}

.div-block-22 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-22:hover {
  transform: translate(-1px, -2px);
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
}

.div-block-23 {
  width: 2rem;
  height: 2rem;
}

.div-block-24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-25 {
  grid-column-gap: 1.66rem;
  grid-row-gap: 1.66rem;
  flex-flow: column;
  align-self: stretch;
  min-width: 40rem;
  max-width: none;
  display: flex;
}

.divider-press {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-block-26 {
  border: 1px dotted #fff;
  border-radius: 50px;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.4rem;
}

.div-block-26.version-2 {
  border-color: #2f4e62;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.div-block-27 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 100%;
  height: 100%;
}

.divider-experience {
  color: #2f4e6280;
  background-color: #2f4e6280;
  width: 5rem;
  height: 1px;
  display: none;
}

.div-block-28 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  cursor: pointer;
  border: 0 solid #fff;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.75rem 0.75rem 0.75rem 0;
  text-decoration: none;
  display: flex;
}

.image-10 {
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
}

.div-block-29 {
  align-self: flex-start;
  width: 2rem;
  height: 2rem;
  transform: translate(0, -0.15rem);
}

.div-block-32 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.location-font {
  color: #fff;
  letter-spacing: 3px;
  text-underline-offset: 12px;
  text-underline-position: under;
  margin-bottom: 0;
  font-family: Comfortaa, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.location-font.location-font-link {
  letter-spacing: 2px;
  text-underline-offset: 9px;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
}

.location-font.location-font-link.opensans {
  font-family:
    Open Sans,
    sans-serif;
}

.location-font.location-font-link.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.location-font.location-font-link.fred {
  letter-spacing: 4px;
  font-family: Fredoka, sans-serif;
  line-height: 1.5;
}

.divider-insta {
  background-color: #2f4e62;
  width: 10rem;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.div-block-33 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.shop-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 0.9fr 1.2fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-self: stretch;
  place-items: start;
  height: auto;
  display: grid;
  overflow: hidden;
}

.shop-flex.menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 0.9fr 1fr;
  align-self: stretch;
}

.link {
  color: #2f4e62;
  text-decoration: none;
}

.underlined {
  text-decoration: underline;
}

.link.version-2 {
  color: #2f4e62;
}

.heading-3 {
  color: #fff;
  border-top: 1px solid #000;
  padding-top: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.heading-3.top-h3 {
  border-top-width: 0;
}

.div-block-35 {
  z-index: 2000;
  background-color: #c0b8b0e6;
  width: 100%;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0;
}

.div-block-36 {
  z-index: 2001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 1rem;
  display: grid;
  position: relative;
}

.div-block-36.nav-header {
  width: 85%;
}

.div-block-37 {
  background-color: #c2bbb300;
  align-self: auto;
  width: auto;
  height: 3.5rem;
}

.div-block-37.w--current {
  height: 3.2rem;
}

.div-block-38 {
  background-color: #fff;
  width: 45px;
  height: 4px;
}

.div-block-39 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex-flow: column;
  padding: 0.66rem;
  display: flex;
}

.div-block-40 {
  background-color: #c2bbb300;
  order: 0;
  align-self: center;
}

.image-11 {
  width: 100%;
  height: 100%;
}

.nav-link {
  color: #fff;
  cursor: pointer;
  margin: 0;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.9;
  text-decoration: none;
}

.nav-link:hover {
  text-underline-offset: 8px;
  border: 0 solid #2f4e62;
  -webkit-text-decoration: none;
  text-decoration: none;
  transform: scale(1.015);
}

.nav-link.w--current {
  color: #2a475e;
  text-underline-offset: 9px;
  background-color: #0000;
  -webkit-text-decoration: underline #2b495f;
  text-decoration: underline #2b495f;
  transform: translate(12px);
}

.div-block-41 {
  z-index: 1500;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  pointer-events: auto;
  color: #ccc4bbe6;
  background-color: #bfb8afe6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.div-block-42 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: none;
  background-color: #9e191900;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
}

.div-block-43 {
  pointer-events: none;
  background-color: #0000;
  position: fixed;
  inset: 5rem 0 auto;
}

.div-block-44 {
  z-index: 0;
  pointer-events: none;
  cursor: none;
  background-color: #0000;
  position: relative;
}

.p-credits {
  color: #fffc;
  margin-bottom: 0;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  inset: auto 1% 1% auto;
}

.p-credits.aligned-middle {
  bottom: 2%;
  right: 50%;
  transform: translate(50%);
}

.p-credits.aligned-left {
  color: #d4cec6;
  inset: auto 1% 1% auto;
}

.vertical-img-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.img-wraperr-vertical {
  aspect-ratio: auto;
  width: auto;
  height: auto;
  position: relative;
}

.img-vertical {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img-vertical.img-fill {
  object-fit: fill;
}

.div-block-45 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  align-self: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.img-grid-vertical {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  position: static;
  overflow: clip;
}

.img-grid-wrapper-vertical {
  aspect-ratio: 1;
  border-top-right-radius: 500px;
  width: auto;
  height: auto;
  position: relative;
  overflow: visible;
}

.img-grid-wrapper-square {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-grid-wrapper-square.rounded-corners {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  min-width: 0;
  height: auto;
  position: relative;
}

.div-block-46 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.div-block-48 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
}

.bold-text-2 {
  color: #fff;
  font-weight: 600;
}

.bold-text-2.blued {
  color: #2f4e62;
}

.bold-text-3 {
  color: #fff;
  font-weight: 600;
}

.bold-text-3.blued {
  color: #fff;
}

.icon-wrapper-shop {
  align-self: flex-start;
  width: auto;
  height: 3rem;
}

.icon-wrapper-shop.insta-wrapper {
  align-self: auto;
  height: 3rem;
  padding: 4px;
}

.image-12 {
  opacity: 1;
  object-fit: contain;
  background-color: #0000;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.last-block {
  margin-top: 6rem;
}

.div-block-55 {
  border: 1px solid #fff;
  width: 100%;
  height: 1px;
}

.div-block-56 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  display: flex;
}

.p-final-text {
  color: #fff;
  letter-spacing: 1px;
  align-self: center;
  margin-bottom: 0;
  padding: 4rem;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.zig-zag-wrapper {
  position: relative;
}

.div-block-60 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.div-block-61 {
  background-color: #fff;
  align-self: auto;
  width: 2px;
  height: auto;
  margin-left: 0;
}

.italic-text-3 {
  font-size: 1.4rem;
}

.shop-hours-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

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

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

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

.div-block-71 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block-72 {
  display: inline-block;
}

.div-block-73 {
  flex-flow: wrap;
  display: flex;
}

.link-4 {
  color: #2f4e62;
  text-decoration: none;
}

.link-5 {
  color: #2f4e62;
  text-decoration: underline;
}

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

.div-block-76 {
  background-color: #d4cec6;
  width: 100%;
  height: 5px;
  position: absolute;
  inset: 0% 0% 100%;
}

.link-8,
.link-9 {
  color: #2f4e62;
  font-style: italic;
}

.shop-grid-mc {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 0.9fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-77 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.location-flex-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-wrapper-loc {
  width: auto;
  height: 3rem;
}

.icon-wrapper-loc.insta-icon {
  padding: 4px;
}

.p-text-location {
  color: #2f4e62;
  margin-bottom: 0;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.p-text-location.p-text-loc-bold {
  font-weight: 600;
}

.image-13 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .paragraph {
    text-decoration: none;
  }

  .paragraph.p-location {
    display: block;
  }

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

  .image-core {
    transform: none;
  }

  .p-article {
    letter-spacing: 1px;
    font-family:
      Open Sans,
      sans-serif;
    font-weight: 400;
  }

  .shop-flex {
    align-self: auto;
    place-items: start;
  }

  .p-credits.aligned-middle {
    color: #b2b2b2;
    inset: auto auto 0% 0%;
  }

  .div-block-48 {
    justify-content: center;
  }

  .div-block-71 {
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .paragraph {
    font-size: 1.4rem;
  }

  .div-block {
    height: 1.8rem;
  }

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

  .shop-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    place-content: start;
  }

  .shop-flex.menu {
    grid-template-columns: 1fr;
  }

  .div-block-37.w--current {
    height: 3rem;
  }

  .div-block-38.is-top,
  .div-block-38.is-middle,
  .div-block-38.is-bottom {
    width: 40px;
  }

  .nav-link {
    font-size: 1.35rem;
  }

  .div-block-42 {
    grid-template-columns: 1fr 2fr;
  }

  .img-grid-vertical {
    text-align: left;
  }

  .img-grid-wrapper-vertical.move-to-middle {
    margin-left: 0;
    margin-right: 0;
  }

  .shop-grid-mc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: start;
    align-self: auto;
    place-items: stretch start;
  }

  .p-text-location {
    letter-spacing: 0.5px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 88%;
  }

  .container.hero-container {
    width: 100%;
  }

  .paragraph {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .paragraph.sub-heading-blue.margin-bottom-1rem,
  .paragraph.p-location {
    font-size: 1.2rem;
  }

  .paragraph.p-text-bold {
    font-size: 1.25rem;
  }

  .div-block {
    height: 1.6rem;
  }

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

  .p-article {
    font-size: 1.3rem;
  }

  .div-block-22 {
    justify-content: space-between;
    align-items: stretch;
  }

  .div-block-23 {
    width: 1.8rem;
    height: 1.8rem;
  }

  .div-block-24 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-self: stretch;
  }

  .div-block-25 {
    grid-column-gap: 1.33rem;
    grid-row-gap: 1.33rem;
    justify-content: space-between;
    min-width: 0;
  }

  .shop-flex {
    place-content: start;
  }

  .div-block-35 {
    height: 4rem;
  }

  .div-block-36.nav-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
    width: 88%;
    height: 4rem;
    padding-left: 0;
  }

  .div-block-38.is-top,
  .div-block-38.is-middle,
  .div-block-38.is-bottom {
    height: 4px;
  }

  .nav-link {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .nav-link.w--current {
    text-underline-offset: 6px;
  }

  .div-block-42 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-43 {
    top: 4rem;
  }

  .div-block-44 {
    display: none;
  }

  .icon-wrapper-shop,
  .icon-wrapper-shop.insta-wrapper {
    height: 2.4rem;
  }

  .p-final-text {
    overflow-wrap: anywhere;
    margin-bottom: 4rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
  }

  .p-final-text.centered {
    text-align: center;
    font-size: 1.2rem;
  }

  .div-block-75 {
    display: none;
  }

  .shop-grid-mc {
    grid-template-rows: auto 1fr;
  }

  .p-text-location {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    overflow: hidden;
  }

  .container {
    width: 95%;
  }

  .container.hero-container {
    overflow: hidden;
  }

  .paragraph {
    font-size: 1.2rem;
    line-height: 1.55;
  }

  .paragraph.p-text-bold {
    font-size: 1.2rem;
  }

  .div-block {
    height: 1.6rem;
  }

  .hero-image {
    transform: scale(1.02);
  }

  .content-blocks {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-26 {
    width: 2rem;
    height: 2rem;
  }

  .shop-flex {
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: start;
    align-self: auto;
    display: grid;
  }

  .link {
    text-decoration: underline;
  }

  .div-block-37 {
    height: 4rem;
  }

  .nav-link {
    font-size: 1.1rem;
    line-height: 1.9;
  }

  .nav-link.w--current {
    text-underline-offset: 5px;
  }

  .div-block-41 {
    padding-left: 1rem;
  }

  .p-credits {
    font-size: 0.8rem;
  }

  .div-block-48 {
    overflow-wrap: anywhere;
  }

  .p-final-text.centered,
  .italic-text-3 {
    font-size: 1.15rem;
  }

  .shop-hours-grid {
    display: block;
  }

  .div-block-71 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    place-items: center start;
    display: flex;
  }

  .div-block-74,
  .italic-text-4 {
    overflow-wrap: anywhere;
  }

  .location-flex-box {
    align-self: flex-start;
  }

  .icon-wrapper-loc {
    width: auto;
    height: 2.4rem;
  }

  .p-text-location {
    font-size: 1.2rem;
    line-height: 1.55;
  }

  .image-13.other-img {
    padding: 1px;
  }

  /* .image-13.only-left-side {
    padding-left: 1px;
  } */
}

#w-node-fb079c26-b67a-9ba6-9771-3cb5e43ec9ea-07127d80 {
  justify-self: end;
}

#w-node-_7a3d009e-3a92-b9e4-f59b-e3e5f56e6847-07127d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43dd9e84-1a06-df1f-3b82-947ce9699ac3-07127d80,
#w-node-_72007508-56f4-4c22-0577-4cf18f173752-07127d80,
#w-node-_055068fd-6b32-ae9c-db7e-6b2a3fc76d8b-07127d80,
#w-node-acb5be51-d4b9-f385-2a1f-fa6b86266336-07127d80 {
  align-self: center;
}

#w-node-_27ad7649-7c2b-2d79-1e81-a672a3f7aaa2-07127d80,
#w-node-_05db6946-9fcd-4d76-c5ec-698fa6e823de-07127d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe989835-6e30-e98e-f0cb-e9e873c4ee43-07127d80 {
  align-self: stretch;
}

#w-node-fe989835-6e30-e98e-f0cb-e9e873c4ee4f-07127d80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fe989835-6e30-e98e-f0cb-e9e873c4ee8e-07127d80 {
  align-self: stretch;
}

#w-node-fe989835-6e30-e98e-f0cb-e9e873c4eeb4-07127d80 {
  align-self: start;
}

#w-node-a1e6c8a4-a0c7-34dd-710b-cde312994579-07127d80 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a1e6c8a4-a0c7-34dd-710b-cde31299457b-07127d80 {
  justify-self: stretch;
}

#w-node-_43dd9e84-1a06-df1f-3b82-947ce9699ac3-73223e3e,
#w-node-b8e7c5e0-5b2c-8bc7-274f-e3f2946d824f-73223e3e,
#w-node-fba4cc8c-4275-e0d0-82a0-b721f657bbeb-73223e3e,
#w-node-acb5be51-d4b9-f385-2a1f-fa6b86266336-73223e3e {
  align-self: center;
}

#w-node-fd4ecb1e-10fa-4fe9-a9de-9a0e73dcbeec-73223e3e,
#w-node-ed0fc058-9833-ea8a-ab00-68579116dde5-73223e3e {
  align-self: stretch;
}

#w-node-ed0fc058-9833-ea8a-ab00-68579116de0b-73223e3e {
  align-self: start;
}

#w-node-d99cba94-7e2f-5086-b362-44581e1701ed-73223e3e {
  justify-self: start;
}

#w-node-_5be682a2-a1d0-056f-8ecf-9e1ecb1e6158-73223e3e {
  place-self: end stretch;
}

#w-node-_267e8119-155b-544e-e4bf-3dc48495e346-73223e3e {
  justify-self: end;
}

#w-node-_5b89564b-f0ea-5a0d-eb4e-23f35b0dd2a6-73223e3e {
  align-self: center;
}

#w-node-a1e6c8a4-a0c7-34dd-710b-cde312994579-73223e3e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a1e6c8a4-a0c7-34dd-710b-cde31299457b-73223e3e {
  justify-self: stretch;
}

#w-node-_43dd9e84-1a06-df1f-3b82-947ce9699ac3-419a13ba,
#w-node-acb5be51-d4b9-f385-2a1f-fa6b86266336-419a13ba {
  align-self: center;
}

#w-node-fd4ecb1e-10fa-4fe9-a9de-9a0e73dcbeec-419a13ba,
#w-node-ed0fc058-9833-ea8a-ab00-68579116dde5-419a13ba {
  align-self: stretch;
}

#w-node-ed0fc058-9833-ea8a-ab00-68579116de0b-419a13ba {
  align-self: start;
}

#w-node-d99cba94-7e2f-5086-b362-44581e1701ed-419a13ba {
  justify-self: start;
}

#w-node-_5be682a2-a1d0-056f-8ecf-9e1ecb1e6158-419a13ba {
  place-self: end stretch;
}

#w-node-_267e8119-155b-544e-e4bf-3dc48495e346-419a13ba {
  justify-self: end;
}

#w-node-a1e6c8a4-a0c7-34dd-710b-cde312994579-419a13ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-a1e6c8a4-a0c7-34dd-710b-cde31299457b-419a13ba {
  justify-self: stretch;
}

#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb277343-419a13ba,
#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb277367-419a13ba {
  align-self: center;
}

#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb277393-419a13ba,
#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb2773c3-419a13ba {
  align-self: stretch;
}

#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb2773e9-419a13ba {
  align-self: start;
}

#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb2773f8-419a13ba {
  justify-self: start;
}

#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb2773fa-419a13ba {
  place-self: end stretch;
}

#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb277402-419a13ba {
  justify-self: end;
}

#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb277429-419a13ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_7fe17f1d-eb47-7753-ea9d-fb38bb27742b-419a13ba {
  justify-self: stretch;
}

#w-node-_62879088-b8d9-96f3-243c-b531708d25f5-419a13ba,
#w-node-_62879088-b8d9-96f3-243c-b531708d2619-419a13ba {
  align-self: center;
}

#w-node-_62879088-b8d9-96f3-243c-b531708d2645-419a13ba,
#w-node-_62879088-b8d9-96f3-243c-b531708d2675-419a13ba {
  align-self: stretch;
}

#w-node-_62879088-b8d9-96f3-243c-b531708d269b-419a13ba {
  align-self: start;
}

#w-node-_62879088-b8d9-96f3-243c-b531708d26aa-419a13ba {
  justify-self: start;
}

#w-node-_62879088-b8d9-96f3-243c-b531708d26ac-419a13ba {
  place-self: end stretch;
}

#w-node-_62879088-b8d9-96f3-243c-b531708d26b4-419a13ba {
  justify-self: end;
}

#w-node-_62879088-b8d9-96f3-243c-b531708d26db-419a13ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_62879088-b8d9-96f3-243c-b531708d26dd-419a13ba {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-d40144b9-c375-f532-319e-662ec6bce013-07127d80,
  #w-node-_27ad7649-7c2b-2d79-1e81-a672a3f7aa9d-07127d80,
  #w-node-b2a50799-f643-2c0e-4baa-0f10d026b231-07127d80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a3d009e-3a92-b9e4-f59b-e3e5f56e6847-07127d80,
  #w-node-_171ab09e-41d8-1b2b-7ace-322201bea550-07127d80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1e6c8a4-a0c7-34dd-710b-cde312994579-07127d80 {
    grid-column: span 1 / span 1;
  }

  #w-node-a1e6c8a4-a0c7-34dd-710b-cde31299457b-07127d80 {
    justify-self: auto;
  }
}
