#fw-section-rich-text-e76769ed-c3a2-415c-a9c9-e2d79ceceee0 {
--color-primary: #b64943;
--color-primary-rgb: 182, 73, 67;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.rich-text__inner {
  color: #B64943;
  background-color: #F3EC95;
  border: 5px solid #B64943;
  padding: 20px;
  margin: 0 15px;
  border-radius: 40px;
}

.rich-text__inner a {
  color: #B64943;
}

.rich-text__heading {
  color: #B64943;
}
}
#fw-section-custom-html-ae881b99-5d57-4b2b-8142-4c4119bf1e87 {
--color-primary: #b64943;
--color-primary-rgb: 182, 73, 67;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.details-wrapper {
  padding-bottom: 28px;
}

details {
  color: #F3EC95;
  background-color: #B64943;
  padding: 20px;
  margin: 0 15px;
  border-radius: 40px;
  text-align: center;
}

.content {
  margin-top: 20px;
  padding-right: 32px;
  padding-left: 32px;
}

summary {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

h2 {
  display: inline;
  color: #F3EC95;
}
}
#fw-section-custom-html-c0cf87fd-3061-4d39-99f1-783c169b8166 {
--color-primary: #b64943;
--color-primary-rgb: 182, 73, 67;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.details-wrapper {
  padding-bottom: 28px;
}

details {
  color: #F3EC95;
  background-color: #B64943;
  padding: 20px;
  margin: 0 15px;
  border-radius: 40px;
  text-align: center;
}

.content {
  margin-top: 20px;
  padding-right: 32px;
  padding-left: 32px;
}

summary {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

h2 {
  display: inline;
  color: #F3EC95;
}
}
#fw-section-custom-html-e9d78696-2a68-40c8-be77-b482d4c531fc {

.btn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  padding: 50px 0;
}

button {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

button img {
  width: 100%;
  height: auto;
}

@media (max-width: 965px) {
  .btn-grid {
    grid-template-columns: 1fr;
  }
}
}
#fw-section-custom-html-6251ff2d-96e3-4d79-8195-983281eacd91 {

.grid-container {
  display: none;
  grid-template-columns: 1fr;
  gap: 20px;
}

.grid-container.show {
  display: grid;
}

@media (min-width: 1350px) {
  .grid-container {
    grid-template-columns: 2fr 1fr; 
    height: 550px;
  }
  
  .carousel {
    height: 100%; 
    max-height: 100%; 
  }
}

.column {
  height: 100%;
  min-height: 0;
  min-width: 0;
}

.carousel {
  border: 10px solid #B64943;
  background-color: #ED9B9B;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  box-sizing: border-box;
}

.carousel button {
  height: 100%;
  width: 50px;
  flex-shrink: 0;
  font-size: 5rem;
  color: #B64943;
  display: none;
}

.image-wrapper {
  display: flex;
  height: 100%;
}

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

.blurb {
  border: 10px solid #B64943;
  background-color: #ED9B9B;
  border-radius: 50px;
  padding: 30px 50px;
  color: black;
  text-align: center;
  margin-bottom: 20px;
  flex-grow: 1;
  min-height: 0;
  overflow: auto;
}

.blurb h2 {
  color: black;
  margin-bottom: 20px;
}

.buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}

.buttons button {
  padding: 10px;
  background-color: #B64943;
  border-radius: 50px;
  font-size: 2rem;
  color: white;
}

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

button.left {
  background-image: url("https://file.garden/aasNLlcWtT4pKowZ/Chevron_Right.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

button.right {
  background-image: url("https://file.garden/aasNLlcWtT4pKowZ/Chevron_Left.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
}


#fw-section-collection-template {
--color-primary: #b64943;
--color-primary-rgb: 182, 73, 67;
--color-background: #ffffff;
--color-background-rgb: 255, 255, 255;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #000000;
--color-on-background-rgb: 0, 0, 0;
--color-product-image-background: #000000;
--color-background-brightness: 255;
background-color: var(--color-background);
color: var(--color-on-background);
.tile__heading {
  color: #B54947;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  font-size: 16pt;
}

.tile__price {
  font-size: 16pt;
}
}

#fw-section-hero-1758258460 {
--color-primary: #b64943;
--color-primary-rgb: 182, 73, 67;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);
.hero__text {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
}

.hero__content {
  width: 25%
}

.hero__container {
  padding: 0 32px;
}

.hero__cta-container {
  justify-content: center;
}

.hero__cta {
  font-family: var(--font-family-heading);
}

.hero__cta a {
  font-size: 1.6rem;
  padding: 12px 32px;
}

.section-background__overlay {
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

@media (max-width: 859px) {
  .hero__content {
    width: 100%
  }
}
}
#fw-section-announcement-bar-f2004c6b-935e-41b1-b76d-633294a8f2ea {

.announcement-bar__inner {
  height: 80px;
}
}
#fw-section-featured-collection-1758258461 {

.featured-collection {
  background: transparent !important;
}
}
#fw-section-footer {
--color-primary: #b64943;
--color-primary-rgb: 182, 73, 67;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);
svg {
  width: 40px;
  height: 40px;
}

.footer__copy {
  display: none;
}

.footer__inner {
  padding-top: none;
  padding-bottom: none;
}
}
#fw-section-header {
--color-primary: #b64943;
--color-primary-rgb: 182, 73, 67;
--color-background: #030303;
--color-background-rgb: 3, 3, 3;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 3;
background-color: var(--color-background);
color: var(--color-on-background);
.header__list-item {
  font-family: var(--font-family-heading);
  font-size: 1.2rem;
}

.header__nav {
  padding-right: 2rem;
}

.header__nav-container, .header__list {
  width: 100%;
}

.header__nav-container .header__list-item:first-child {
  font-size: 1.8rem;
  margin-right: auto;
}

.header__nav-container .header__link {
  padding: 8px 12px;
}

.header__grid {
  column-gap: 0;
}

@media (min-width: 859px) {
  .header__list.list::after {
    content: "";
    width: 70px;
    height: 70px;
    background: url("https://imgproxy.fourthwall.com/Lalsdxx5X8_2onZG-wktEpSfimxZEP8FGAWkXduvNU0/w:320/sm:1/enc/qyZszl5TifKMcWrf/7rXgaqjLXmAHHjZo/4_9hpIHmaUb-aXf_/gSP8HpvQuoAHVqP0/8zSVu9vMZ46xBmkr/ksmWS-eS4IOTXPpo/MuIezu9iJFCDfmHJ/ZfYQPzx2e6IczsyH/IIZ1u3yqYQ7h-BwM/zQ24Odq8-O3YsLYA/HoaNhJKHf9R7e_gM/K5oo8dAC8d1ZDPxb/CgeKjd6Y29tW96eT/40vHG2d5AbLeQswi/qJ5QyBJ0QpnLoko2/QNvbv1lLYMfxTb3T");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    box-sizing: border-box;
  }
  
  .header__list.list .header__list-item:last-child {
    padding-right: 2rem;
  }
}

@media (min-width: 640px) {
.header__logo-container {
  display: none;
}

  .header__nav-container .header__list-item:first-child::before {
    content: "";
    width: 70px;
    height: 70px;
    background: url("https://imgproxy.fourthwall.com/Lalsdxx5X8_2onZG-wktEpSfimxZEP8FGAWkXduvNU0/w:320/sm:1/enc/qyZszl5TifKMcWrf/7rXgaqjLXmAHHjZo/4_9hpIHmaUb-aXf_/gSP8HpvQuoAHVqP0/8zSVu9vMZ46xBmkr/ksmWS-eS4IOTXPpo/MuIezu9iJFCDfmHJ/ZfYQPzx2e6IczsyH/IIZ1u3yqYQ7h-BwM/zQ24Odq8-O3YsLYA/HoaNhJKHf9R7e_gM/K5oo8dAC8d1ZDPxb/CgeKjd6Y29tW96eT/40vHG2d5AbLeQswi/qJ5QyBJ0QpnLoko2/QNvbv1lLYMfxTb3T");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    box-sizing: border-box;
  }

  .header__nav-container .header__list-item:first-child {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1301px) {
  .header__nav-container .header__list-item:first-child {
    width: 100%;
  }
}
}
#fw-section-announcement-bar-521abe19-dec5-4af2-94a0-6ca9cdadf024 {

.announcement-bar__inner {
  padding: 4px 0;
}
}