:root {
  --text-color: #363737;
  --border-color: #bbb;
  --black: black;
  --white: white;
}

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

body {
  color: var(--text-color);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 2.75rem;
}

h2 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.125rem;
}

h3 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.875rem;
}

h4 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.375rem;
}

h5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.125rem;
}

h6 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

p {
  margin-bottom: .625rem;
}

a {
  color: #43464d;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
  list-style-type: disc;
}

li {
  margin-bottom: .625rem;
}

img {
  display: block;
}

label {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  padding: .9375rem 1.875rem;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

figure {
  margin-top: 1.5625rem;
  padding-bottom: 1.25rem;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: .3125rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.divider {
  background-color: var(--border-color);
  height: .0625rem;
  margin-top: .9375rem;
  margin-bottom: 1.875rem;
}

.divider.cc-dark-divider {
  background-color: #202020;
  height: .0625rem;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  padding-bottom: 3.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-product-detail {
  align-items: center;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: block;
}

.container {
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.cc-subscription-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.container.cc-heading-wrap {
  text-align: center;
}

.container.cc-full-width-form-wrap {
  align-items: flex-start;
  display: flex;
}

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

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: .9375rem;
  padding: .9375rem 1.875rem;
  font-size: .9375rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  overflow: hidden;
}

.primary-button:hover {
  color: #fff;
  background-color: #e78300;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.primary-button.cc-add-to-cart-btn {
  margin-top: .625rem;
  margin-right: .625rem;
}

.primary-button.js-trigger-treatwell {
  background-color: #e78300;
  border-radius: 3px;
}

.primary-button.js-trigger-treatwell:hover {
  background-color: var(--black);
}

.label {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.label.cc-styleguide-label {
  margin-bottom: 1.5625rem;
}

.label.cc-cart-remove-link {
  color: #a7a7a7;
  margin-top: .25rem;
  margin-bottom: .3125rem;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 1.25rem;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.rich-text {
  width: 70%;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: .9375rem;
  margin-bottom: 1.5625rem;
}

.paragraph-light {
  opacity: .6;
  letter-spacing: 0;
  text-transform: none;
  font-size: .875rem;
  line-height: 1.625rem;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 40%;
}

.heading-jumbo {
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 4rem;
  line-height: 5rem;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .9375rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3.125rem;
}

.styleguide-button-wrap {
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 28.75rem;
  padding: 1.875rem;
  display: flex;
}

.paragraph-small {
  font-size: .875rem;
  line-height: 1.625rem;
}

.logo-link {
  z-index: 1;
  padding-left: 0;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.cart-footer {
  padding-top: 1.25rem;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: .5625rem 1.875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 6.25rem auto;
  display: block;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.125rem;
}

.product-name-text.cc-name-text-cart {
  font-size: .875rem;
  line-height: 1.625rem;
}

.product-name-text.cc-shipping-option {
  margin-bottom: .125rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.cart-item-info-wrap {
  margin-top: -.3125rem;
  margin-bottom: .3125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.cart-quantity {
  color: #fff;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 0;
  min-width: auto;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: none;
}

.nav-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart {
  margin-left: 1.25rem;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 1.875rem 1.875rem .625rem;
  display: flex;
}

.text-field {
  border: .0625rem solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 1.125rem;
  padding: 1.3125rem 1.25rem;
  font-size: .875rem;
  line-height: 1.625rem;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-subscribe-text-field {
  width: 20.625rem;
  margin-bottom: 0;
  margin-right: .625rem;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 1.5625rem;
}

.text-field.cc-textarea {
  height: 12.5rem;
  padding-top: .75rem;
}

.text-field.cc-quantity-field {
  background-color: #fff;
  border-color: #e6e6e6;
  width: 5rem;
  height: auto;
  margin-top: .625rem;
  margin-bottom: 0;
  margin-right: .625rem;
  padding: .5rem .75rem .5rem 1.25rem;
}

.cart-list {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.cart-line-item {
  margin-bottom: .625rem;
}

.nav-item {
  opacity: .6;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}

.nav-item:hover {
  opacity: .9;
}

.nav-item:active {
  opacity: .8;
}

.nav-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.nav-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.nav-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.icon {
  display: block;
}

.logo-image {
  width: 15rem;
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-wrap {
  align-items: center;
  display: flex;
}

.cart-container {
  min-width: 25rem;
  box-shadow: 0 2px .625rem #00000014;
}

.products-heading {
  text-align: center;
  margin-bottom: 5rem;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 38.75rem;
  margin-bottom: 6.25rem;
  display: flex;
}

.collection-item {
  width: 33.33%;
  margin-bottom: 1.875rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  position: relative;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 71.25rem;
  margin-bottom: 1.25rem;
}

.intro-text {
  width: 80%;
  margin-bottom: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
}

.main-heading-wrap {
  flex-flow: column;
  padding-top: 9.375rem;
  padding-bottom: 3.75rem;
  display: flex;
}

.main-paragraph-wrap {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-areas: ". .";
}

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

.form-block {
  margin-top: 1.25rem;
}

.footer {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: row;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  display: flex;
}

.footer-link {
  opacity: 1;
  color: var(--text-color);
  text-transform: uppercase;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: .8;
}

.logo-footer {
  width: 50rem;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 4.375rem;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.links-section-footer {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  display: flex;
}

.webflow-logo-tiny {
  margin-top: -.125rem;
  margin-right: .5rem;
}

.product-image-wrap {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 38.75rem;
  transition: opacity .6s;
  display: block;
  position: relative;
}

.product-image-wrap:hover {
  opacity: .9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: .85;
  color: #fff;
}

.product-description {
  position: absolute;
  inset: auto auto 1.875rem 1.875rem;
}

.product-price-text {
  opacity: .6;
  font-size: .875rem;
  line-height: 1.625rem;
}

.about-quote {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.picture-placeholder {
  background-color: #f4f4f4;
  background-image: url('../images/Placeholder-1.svg');
  background-position: 45%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 28.75rem;
}

.picture-placeholder.cc-about-2 {
  background-image: url('../images/placeholder-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  height: 38.75rem;
}

.picture-placeholder.cc-about-3 {
  background-image: url('../images/placeholder-2.svg');
  background-position: 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-size: cover;
}

.about-pictures-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 9.375rem;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: .625rem;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: .625rem;
}

.get-in-touch-form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 70%;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.credentials-inputs-wrap {
  display: flex;
}

.map {
  height: 28.75rem;
  line-height: 1.25rem;
}

.paragraph-contact-text {
  margin-bottom: .625rem;
}

.grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-top: 3.75rem;
}

.support-link {
  opacity: .7;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.125rem;
  text-decoration: none;
  transition: opacity .2s;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: .8;
}

.contacts-section {
  text-align: center;
  margin-bottom: 6.25rem;
}

.store-categories-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 1.5625rem;
  margin-left: -.9375rem;
  margin-right: -.9375rem;
  display: flex;
}

.products-category-link {
  opacity: .6;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-left: .9375rem;
  margin-right: .9375rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: .8;
}

.products-category-link.w--current {
  opacity: 1;
  letter-spacing: .0625rem;
  font-weight: 600;
}

.products-category-link.w--current:hover {
  opacity: .8;
}

.products-category-link.w--current:active {
  opacity: .7;
}

.collection-list {
  justify-content: center;
  display: flex;
}

.blog-list-wrap {
  margin-bottom: 6.25rem;
}

.blog-item {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 38.75rem;
  margin-bottom: 2.8125rem;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 1.875rem;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.875rem;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 1.25rem;
}

.protected-wrap {
  justify-content: center;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.protected-heading {
  margin-bottom: 1.875rem;
}

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

.product-detail-measurement {
  align-items: center;
  display: flex;
}

.product-detail-main-details {
  margin-bottom: 1.875rem;
}

.product-details-wrap {
  width: 50%;
  max-width: 29.375rem;
  margin-bottom: 1.25rem;
  margin-left: 6.25rem;
}

.add-to-cart {
  margin-top: 1.875rem;
}

.product-image {
  background-color: #f4f4f4;
  background-image: url('../images/placeholder-1_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 43.75rem;
  margin-bottom: 1.875rem;
  display: flex;
}

.product-detail-cta-wrap {
  margin-top: 0;
  display: flex;
}

.product-informations {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.list-item {
  justify-content: space-between;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: flex;
}

.product-detail-price {
  opacity: .6;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  line-height: 3.25rem;
}

.product-detail-name {
  margin-bottom: .625rem;
  font-size: 2.25rem;
  line-height: 3.25rem;
}

.product-detail-unit-text {
  margin-left: .375rem;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: .375rem;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  border-color: #e4e4e4;
  padding: 1rem 1.5rem;
}

.block-content {
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
  padding: 1.5rem 1.5rem .75rem;
  font-weight: 400;
}

.full-width-form {
  background-color: #f4f4f4;
  border-top: .0625rem solid #e4e4e4;
  border-bottom: .0625rem solid #e4e4e4;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.order-item-list {
  margin-bottom: -.3125rem;
}

.order-item-description-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.order-item-content-wrap {
  margin-left: 1.5rem;
}

.order-item-price {
  font-size: .875rem;
}

.checkout-quantity-wrap {
  opacity: .6;
  font-size: .875rem;
  line-height: 1.625rem;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  height: 2.625rem;
  margin-bottom: 1rem;
}

.shipping-method {
  border-bottom-color: #e4e4e4;
  padding: 1.25rem 1.5rem;
}

.shipping-method-list {
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 3.75rem auto;
}

.blog-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 38.75rem;
  margin-bottom: 3.75rem;
  display: block;
}

.blog-header-image.w--current {
  margin-bottom: 3.75rem;
}

.blog-heading-link {
  margin-bottom: .625rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.875rem;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.option-list {
  font-size: .875rem;
  line-height: 1.625rem;
}

.cart-option-list {
  color: #a7a7a7;
  margin-top: 0;
  font-size: .875rem;
  line-height: 1.625rem;
}

.cart-option-wrap {
  margin-bottom: 0;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay, .pay-with-browser {
  height: 2.625rem;
}

.order-wrap {
  flex-basis: 46.875rem;
}

.order-summary {
  flex-basis: 23.125rem;
}

.billing-address-toggle-2 {
  align-items: stretch;
  margin-bottom: .625rem;
}

.checkbox-label-2 {
  margin-bottom: 0;
}

.checkbox-2 {
  margin-top: .125rem;
}

.cc-quantity-field-label {
  margin-bottom: 0;
}

.secondary-button {
  color: #000;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #fff;
  padding: .75rem 1.5625rem;
  font-size: .75rem;
  line-height: 1.25rem;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 1rem 2.1875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.div-block {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.gl-w-13 {
  width: 33%;
}

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

.image-bar_three {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gl-w-23 {
  width: 66%;
}

.gl-image-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gl-image-wrapper.gl-r-2x3 {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gl-image-wrapper.gl-r-4x5 {
  border-radius: 3px;
}

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

.three-col-grid {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-wrapper {
  justify-content: space-between;
  margin-bottom: 1.5rem;
  display: flex;
}

.list-wrapper.no-border {
  border-bottom-width: 0;
}

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

.gl-fs-small {
  color: #6e6e6e;
  padding-right: .5rem;
  font-size: .75rem;
}

.image-full {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-bar_two {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.social-icons {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.social-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: .25rem;
}

.wrapper {
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  text-align: center;
}

.extra-lineheight {
  line-height: 1.8rem;
}

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

.body {
  background-color: #faf9f6;
}

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

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-section {
  background-color: #e4e4e4;
  padding-bottom: 3.75rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.footer-section.cc-store-home-wrap {
  padding-top: 0;
}

.footer-section.cc-subscribe-form {
  background-color: #f4f4f4;
  margin-left: 0;
  margin-right: 0;
}

.footer-section.cc-product-detail {
  align-items: center;
  display: flex;
}

.loader {
  z-index: 80600;
  background-color: var(--border-color);
  width: 100vw;
  height: 100vh;
}

.logo-wrapper__bar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  width: 20rem;
  display: flex;
  position: absolute;
  top: 50%;
}

.image-relative.image-based-height {
  width: 50rem;
  height: 100%;
}

.price-title {
  border-bottom: 1px solid var(--border-color);
  margin-bottom: .75rem;
  padding-bottom: .625rem;
}

@media screen and (max-width: 991px) {
  .logo-link.w--current {
    flex: 1;
  }

  .nav-item:hover {
    background-color: #f7f8f9;
  }

  .nav-item:active {
    background-color: #eef0f3;
  }

  .menu-button.w--open {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .primary-button.js-trigger-treatwell {
    width: 100%;
  }

  .nav-items.no-se {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse wrap-reverse;
  }

  .navigation {
    padding-top: .625rem;
  }

  .logo-image {
    width: 32rem;
  }

  .nav-wrap {
    width: 100%;
  }

  .image-bar_three {
    grid-template-columns: 1fr 1fr;
  }

  .three-col-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .image-bar_two {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

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

@media screen and (max-width: 479px) {
  .menu-button.w--open {
    flex: none;
  }
}

#w-node-c5590191-d0d5-e839-f2e1-ca5491a674f4-24768308, #w-node-bcf75317-46ba-31de-b0de-e7f2212f34d4-24768308 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88a386dd-8f07-0c34-70f0-2d9f87e2971f-87e29718 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d6200502-9974-e533-d0c8-90aaf257b2b8-87e29718 {
  grid-area: 1 / 1 / 2 / 2;
}


