@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype"), url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --black: #4e070c;
  --dark-red: #4e070c;
  --body: #676767;
  --hover: #3b0307;
  --primary-light: #f8efe1;
  --primary: #4e070c;
  --white: white;
  --green: #aad15f;
  --green-hover: #98be4f;
  --grey: #e0e0e0;
  --satoshi: 0;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kaushan Script, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  color: var(--dark-red);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kaushan Script, sans-serif;
  font-size: 42px;
  line-height: 1.2;
}

h3 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kaushan Script, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--body);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.cg-section {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
}

.cg-container {
  max-width: 1280px;
  display: block;
}

.cg-product-image-wrapper-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.cg-product-name {
  color: var(--hover);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 3rem;
}

.cg-description-2 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.6rem;
}

.cg-description-2 strong {
  color: var(--black);
}

.cg-description-2 a {
  color: var(--hover);
}

.cg-product-info-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: block;
}

.cg-product-info-wrapper {
  color: var(--body);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.cg-main-image {
  background-color: var(--primary-light);
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: block;
}

.cg-main-image.max-height {
  max-height: 500px;
}

.cg-product-wrapper-3 {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.cg-cart-icon-num {
  background-color: var(--body);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  position: static;
}

.cg-cart-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.cg-cart-img-wrapper {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80px;
  height: 80px;
  display: flex;
}

.cg-cart-remove {
  color: var(--primary);
  text-align: left;
  margin-top: 10px;
  font-size: .9rem;
  line-height: 1rem;
  text-decoration: none;
  display: block;
}

.cg-cart-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.2rem;
}

.form {
  text-align: right;
}

.cg-cart-qty-form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
}

.checkout-is-set-up {
  display: none;
}

.cg-cart-close-btn {
  cursor: pointer;
}

.cg-cart-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cg-cart-img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cg-cart-footer {
  border-top: 1px #e7e7e7;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.cg-cart-container {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow-y: auto;
  box-shadow: 0 5px 25px #00000040;
}

.cg-cart-container.side-right {
  color: var(--body);
  height: 100%;
  margin-right: 0;
}

.cg-cart-form-wrapper {
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.cg-cart-header {
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.no-items-found {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
}

.cg-cart-qty {
  border-radius: 3px;
  width: 70px;
  height: 50px;
}

.cg-cart-modal-sub-wrapper {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  display: flex;
}

.announcement-bar {
  z-index: 1001;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--primary-light);
  color: var(--body);
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
  position: static;
  inset: 0;
  overflow: visible;
}

.cg-cart-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
}

.large-text {
  color: var(--white);
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.button {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  padding: 11px 42px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--green-hover);
  color: #fff;
}

.button.bg-white-faded {
  color: #fff;
  text-align: center;
  background-color: #fff3;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button.bg-white-faded:hover {
  color: #343434;
  background-color: #fff;
}

.button.small {
  border-style: none;
  padding: 10px 35px 13px;
  font-size: 14px;
  line-height: 21px;
}

.button.small.nav-button {
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

.button.bg-primary {
  background-color: var(--hover);
  color: #fff;
}

.button.bg-primary:hover {
  background-color: #393c2d;
}

.bg-primary {
  background-color: var(--dark-red);
  color: #fff;
}

.main-container {
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.grid-halves-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section {
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 84px;
  font-weight: 700;
  display: flex;
}

.section.bg-primary-dark {
  background-color: var(--primary);
}

.section.shop-title {
  padding-bottom: 56px;
}

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

.section.reduced-bottom-padding {
  padding-bottom: 56px;
}

.section.more-bottom-padding {
  padding-bottom: 126px;
}

.grid-halves-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fde4ce;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.button-row {
  align-items: center;
  margin-top: 28px;
  text-decoration: none;
  display: flex;
}

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

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

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

.announcement-contents {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.announcement-text {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 700;
}

.announcement-cross {
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 28px;
}

.link {
  color: var(--body);
  font-weight: 500;
  text-decoration: none;
}

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

.link.black:hover {
  text-decoration: underline;
}

.nav-search-form {
  align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  display: flex;
}

.search-form-input {
  color: #343434;
  border: 1px #000;
  margin-bottom: 0;
  padding: 7px 0 7px 14px;
  font-size: 16px;
  line-height: 24px;
}

.search-form-input::placeholder {
  color: #343434;
}

.hide-button {
  display: none;
}

.top {
  color: var(--body);
  height: 0;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  top: 0;
}

.nav {
  z-index: 10;
  background-color: var(--white);
  color: var(--body);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: sticky;
  top: 0;
}

.div-block-2 {
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
}

.div-block-3 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.cart {
  cursor: pointer;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  display: flex;
}

.text-block {
  color: var(--body);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.nav-menu-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link {
  color: var(--body);
  text-align: center;
  text-overflow: clip;
  word-break: normal;
  white-space: nowrap;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
}

.nav-link:hover {
  opacity: .5;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  display: grid;
}

.nav-menu-divider {
  background-color: #e0e0e0;
  width: 1px;
  height: 21px;
  margin-left: 28px;
  margin-right: 14px;
}

.marquee-section {
  color: var(--body);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.marquee-contents {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.uppercase-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
}

.uppercase-text.marquee-text {
  flex: none;
}

.uppercase-text.links-grid-title {
  color: var(--black);
  margin-bottom: 14px;
  font-weight: 400;
}

.uppercase-text.article-date {
  opacity: .75;
  margin-bottom: 3px;
}

.uppercase-text.product-details-heading {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Kaushan Script, sans-serif;
  font-weight: 700;
}

.marquee-icon {
  flex: none;
  width: 28px;
  height: 28px;
  margin-left: 21px;
  margin-right: 21px;
}

.empty-state {
  text-align: center;
  background-color: #eff1e5;
  padding: 28px;
}

.featured-products-grid {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}

.product-thirds-grid {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-beside-image {
  flex-direction: column;
  justify-content: flex-end;
  padding: 56px;
  display: flex;
}

.section-beside-image.bg-primary-dark {
  background-color: var(--primary);
}

.button-2 {
  color: #343434;
  text-align: center;
  background-color: #eff1e5;
  padding: 11px 42px 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #7f8567;
}

.button-2.bg-white-faded {
  color: #fff;
  background-color: #fff3;
  text-decoration: none;
}

.button-2.bg-white-faded {
  color: #fff;
  background-color: #fff3;
}

.button-2.bg-white-faded:hover {
  color: #343434;
  background-color: #fff;
}

.section-title {
  margin-bottom: 35px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.section-title-2 {
  margin-bottom: 35px;
}

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

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

.medium-heading {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Kaushan Script, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.medium-heading.no-bottom-margin, .medium-heading.no-bottom-margin.journal-heading {
  color: var(--body);
  font-size: 36px;
  line-height: 44px;
}

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

.button-row-2 {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.button-row-2.justify-content-center {
  justify-content: center;
}

.grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  color: var(--white);
  grid-template-rows: auto;
  place-items: center;
}

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

.form-success {
  background-color: #eff1e5;
  padding: 21px;
}

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

.social-link {
  flex: none;
  margin-left: 14px;
  margin-right: 14px;
}

.footer-details-section {
  padding-top: 56px;
  padding-bottom: 56px;
}

.list-link {
  color: var(--body);
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.fine-print-text {
  color: var(--body);
  padding-top: 20px;
  font-size: 14px;
  line-height: 21px;
}

.fine-print-text.form-hint-text {
  opacity: .7;
  margin-top: 14px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 700;
}

.small-text {
  color: var(--body);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.footer-logo {
  width: 160px;
}

.social-links {
  justify-content: center;
  align-items: center;
  margin-left: -14px;
  margin-right: -14px;
  display: flex;
}

.subscribe-form {
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  padding-bottom: 7px;
  display: flex;
}

.footer-subscribe-section {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
  display: grid;
}

.form-input {
  color: #343434;
  border: 1px solid #e0e0e0;
  height: 66px;
  margin-bottom: 0;
  padding: 21px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-input::placeholder {
  color: #adadad;
}

.form-input.subscribe-form-input {
  border-width: 0;
  padding-left: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.form-input.text-area {
  min-height: 150px;
}

.footer-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  margin-bottom: 80px;
}

.footer-logo-link {
  color: var(--body);
  flex: 0 auto;
  margin-bottom: 2rem;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.contact-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 7px;
  display: flex;
}

.contact-links.in-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.footer-contact-details {
  border-right: 1px solid #e0e0e0;
  flex-direction: column;
  padding-right: 56px;
  display: flex;
}

.footer-fine-print {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-error {
  text-align: center;
  margin-top: 14px;
  padding: 14px;
  font-size: 14px;
  line-height: 21px;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.product-preview-link {
  color: var(--body);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.product-thumbnail {
  object-fit: contain;
  height: 300px;
  margin-bottom: 21px;
  display: block;
}

.journal-link {
  color: var(--body);
  font-weight: 500;
  text-decoration: none;
}

.journal-thumbnail {
  margin-bottom: 21px;
}

.no-bottom-margin-4 {
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
}

.portrait-image-right-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 497px;
}

.section-beside-image-heading {
  color: var(--white);
  text-transform: uppercase;
  flex: 1;
  font-size: 48px;
  line-height: 54px;
}

.text-block-5 {
  color: var(--black);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.process-item {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: var(--primary-light);
  grid-template-rows: auto;
  grid-template-columns: 1fr 497px;
  padding: 35px;
}

.process-item.flex-down {
  flex-flow: column;
  display: flex;
}

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

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

.section-title-3 {
  margin-bottom: 35px;
}

.section-title-3.increased-margin {
  margin-bottom: 56px;
}

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

.button-3 {
  color: #343434;
  text-align: center;
  background-color: #eff1e5;
  padding: 11px 42px 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #7f8567;
}

.button-3.bg-primary {
  background-color: var(--primary);
  color: #fff;
}

.button-3.bg-primary:hover {
  background-color: var(--hover);
}

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.text-block-6 {
  color: var(--body);
  margin-top: 1rem;
  font-family: Noto Sans Thai, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.no-bottom-margin-8 {
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.article-date {
  margin-bottom: 3px;
}

.article-date.increased-margin {
  color: var(--body);
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.article-body {
  color: var(--body);
  margin-top: 84px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.article-body h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 24px;
}

.article-body p {
  font-size: 16px;
  font-weight: 500;
}

.article-container {
  width: 100%;
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item-3 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  width: 25px;
}

.section-title-8 {
  margin-bottom: 35px;
}

.section-title-8.more-from-brand-title {
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

.product-dimensions {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding-top: 14px;
  padding-bottom: 14px;
  display: grid;
}

.dimensions-heading {
  opacity: .5;
  color: var(--black);
}

.heading-13 {
  color: var(--hover);
  font-size: 48px;
  line-height: 54px;
}

.heading-14 {
  color: var(--black);
  text-transform: uppercase;
}

.heading-14.h3-styling {
  font-size: 24px;
  line-height: 30px;
}

.cg-cart-price-57 {
  color: #333;
  margin-bottom: 2px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.cg-cart-price-57.subtotal, .cg-cart-price-57.cg-cart-option {
  font-weight: 700;
}

.cg-cart-options-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.cg-cart-wrapper {
  z-index: 1001;
  text-align: center;
  background-color: #000c;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0;
}

.cg-btn-20 {
  cursor: pointer;
  background-color: #007fff;
  border-radius: 5px;
  padding: 20px 50px;
  font-size: 16px;
  font-weight: 600;
}

.cg-btn-20:hover {
  background-image: linear-gradient(#0006, #0006);
}

.cg-btn-20.primary {
  color: #fff;
}

.cg-btn-20.primary.checkout {
  background-color: var(--primary);
  border-radius: 0;
  width: 100%;
}

.search-button {
  background-color: var(--primary);
}

.link-3 {
  color: var(--body);
}

.image-5 {
  width: 140px;
}

.product-title {
  color: var(--dark-red);
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Kaushan Script, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.product-link {
  color: var(--black);
  margin-top: 1.5rem;
}

.text-white {
  color: var(--white);
}

.text-white.custom-margins {
  margin-top: 0;
  margin-bottom: 20px;
}

.hero-subtitle {
  margin-top: 1rem;
  font-weight: 400;
}

.h2-small {
  margin-bottom: 1rem;
  font-size: 32px;
}

.grid-halves-2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  color: #fff;
  grid-template-rows: auto;
  place-items: center;
}

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

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

.text-block-7 {
  color: var(--body);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.image-6 {
  width: 80px;
}

.image-9 {
  width: 120px;
}

.image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.absolute-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.absolute-image.contain {
  object-fit: contain;
}

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

.image-11 {
  display: none;
}

.recipe-rich-text-block {
  margin-top: 20px;
  font-weight: 400;
}

.recipe-rich-text-block li {
  color: var(--body);
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
}

.recipe-rich-text-block strong {
  color: var(--black);
}

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

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

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

.image-12 {
  color: var(--black);
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}

.heading-15 {
  margin-bottom: 20px;
}

.space {
  height: 20px;
}

.cta-image-wrapper, .div-block-8 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.hide-image {
  display: none;
}

@media screen and (min-width: 1280px) {
  .cg-main-image {
    padding: 7%;
  }

  .cg-main-image.max-height {
    max-height: 650px;
  }

  .cg-product-wrapper-3 {
    grid-template-columns: 1fr 1.2fr;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  .cg-product-image-wrapper-6 {
    justify-content: flex-start;
  }

  .cg-product-info-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .cg-product-info-wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .cg-main-image.max-height {
    max-height: 450px;
  }

  .cg-product-wrapper-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-halves-section {
    grid-template-columns: 1fr;
  }

  .section.shop-title {
    padding-bottom: 0;
  }

  .section.more-bottom-padding {
    padding-bottom: 84px;
  }

  .grid-halves-image {
    width: 100%;
    max-width: 608px;
  }

  .button-row.featured-items-button-row {
    margin-top: 0;
  }

  .featured-products-grid {
    grid-template-columns: 1fr;
  }

  .product-thirds-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .featured-items-title {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-title-2.above-journal-grid {
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .journal-grid {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-halves {
    grid-template-columns: 1fr;
  }

  .footer-subscribe-section {
    grid-template-columns: 1fr;
    max-width: 608px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-links.in-footer {
    align-items: center;
  }

  .footer-contact-details {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    border-right-style: none;
    align-items: center;
    padding-bottom: 56px;
    padding-right: 0;
  }

  .portrait-image-right-grid {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-item {
    grid-template-columns: 1fr 2fr;
  }

  .h2-small {
    font-size: 28px;
  }

  .grid-halves-2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  .cg-product-image-wrapper-6 {
    width: 100%;
  }

  .cg-product-info-2 {
    width: 100%;
    max-width: 100%;
  }

  .cg-product-info-wrapper {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .cg-main-image.max-height {
    max-height: 350px;
  }

  .cg-product-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .cg-cart-remove {
    font-size: .8rem;
    line-height: .9rem;
  }

  .cg-cart-title {
    font-size: 1rem;
  }

  .cg-cart-qty {
    width: 60px;
    height: 40px;
  }

  .announcement-bar {
    flex-flow: row;
  }

  .button.small.nav-button {
    display: none;
  }

  .button.bg-primary.wide {
    background-color: var(--black);
  }

  .button.bg-primary.wide:hover {
    background-color: var(--hover);
  }

  .button.bg-primary.wide.square {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
  }

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

  .section.more-bottom-padding {
    padding-bottom: 70px;
  }

  .grid-halves-image {
    padding-top: 50%;
    display: none;
  }

  .announcement-text {
    text-align: left;
    padding-right: 56px;
  }

  .nav-search-form {
    border-top: 1px #e0e0e0;
    width: 100%;
    padding-top: 14px;
  }

  .search-form-input {
    display: none;
  }

  .nav-menu-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    flex-direction: column;
    padding: 14px 14px 21px;
  }

  .navbar-categories {
    flex-direction: column;
  }

  .nav-menu-divider {
    width: 21px;
    height: 1px;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 14px;
  }

  .product-thirds-grid {
    grid-row-gap: 56px;
  }

  .section-beside-image {
    padding: 42px;
  }

  .medium-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .footer-fine-print {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .process-item {
    grid-template-columns: 2fr;
  }

  .article-body {
    margin-top: 56px;
  }

  .cg-cart-price-57 {
    font-size: .8rem;
    line-height: 1rem;
  }

  .cg-cart-price-57.subtotal {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .cg-cart-wrapper {
    flex-flow: row;
  }

  .line {
    background-color: #fff;
    width: 55%;
    height: 1.5px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .cg-section {
    padding: 20px;
  }

  .cg-product-name {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .cg-description-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cg-main-image {
    padding: 3%;
  }

  .cg-main-image.max-height {
    max-height: 275px;
  }

  .cg-cart-img-wrapper {
    max-width: 60px;
    height: 60px;
  }

  .cg-cart-remove {
    cursor: pointer;
    transition: opacity .2s;
  }

  .cg-cart-remove:hover {
    opacity: .6;
  }

  .cg-cart-title {
    font-size: .9rem;
    line-height: 1rem;
  }

  .cg-cart-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cg-cart-container {
    height: 100%;
  }

  .cg-cart-form-wrapper, .cg-cart-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cg-cart-qty {
    width: 50px;
  }

  .cg-cart-flex {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .button.small.nav-button {
    display: none;
  }

  .button.bg-primary.wide.square {
    width: 42px;
    height: 42px;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .section.more-bottom-padding {
    padding-bottom: 70px;
  }

  .button-row, .button-row.featured-items-button-row {
    margin-top: 21px;
  }

  .product-thirds-grid {
    grid-template-columns: 1fr;
  }

  .featured-items-title {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .section-beside-image {
    padding: 28px;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .button-row-2 {
    margin-top: 21px;
  }

  .grid-halves {
    grid-row-gap: 35px;
  }

  .subscribe-form {
    border-bottom-style: none;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 0;
  }

  .footer-subscribe-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .form-input {
    height: 56px;
    padding: 14px;
  }

  .form-input.subscribe-form-input {
    border-style: solid;
    border-color: #e0e0e0;
    margin-bottom: 14px;
  }

  .footer-grid {
    grid-row-gap: 35px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-fine-print {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .process-item {
    grid-row-gap: 14px;
    padding: 28px;
  }

  .product-dimensions {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .grid-halves-2 {
    grid-row-gap: 35px;
  }

  .image-6 {
    width: 100px;
  }
}

#w-node-_5cdb4087-c433-70d5-a15d-d10469a392a7-5dc196d3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6b93afe8-70d0-aed4-bbd4-7e223ea89920-f25888f1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6b93afe8-70d0-aed4-bbd4-7e223ea89933-f25888f1 {
  justify-self: start;
}

#w-node-_00fd0209-5817-7469-aae7-4da33e995755-2ef34fb9 {
  place-self: center;
}

#w-node-d42a67d2-16ec-0adb-0d20-25fc684c9628-2ef34fb9 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-eb4592f4-a0b2-8eea-6503-10bc8e7ab48b-8e7ab476 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b93afe8-70d0-aed4-bbd4-7e223ea89920-f25888f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2033d8cc-ad45-f341-443b-c13f05685589-f25888e8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2d669370-87ab-d9ab-9b87-3a34488adb8b-5dc196d3 {
    justify-self: end;
  }

  #w-node-d42a67d2-16ec-0adb-0d20-25fc684c9628-2ef34fb9 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1.5fr .5fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eb4592f4-a0b2-8eea-6503-10bc8e7ab48b-8e7ab476 {
    grid-column: span 1 / span 1;
  }

  #w-node-eb4592f4-a0b2-8eea-6503-10bc8e7ab4be-8e7ab476 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d42a67d2-16ec-0adb-0d20-25fc684c9628-2ef34fb9 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr .25fr;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype'), url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}