/** Shopify CDN: Minification failed

Line 19529:1 Expected "}" to go with "{"

**/
.keen-slider:not([data-keen-slider-disabled]) {
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}
:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px;
}
@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}
.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}
.ss-main:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}
.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}
.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}
.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
}
.ss-main .ss-values .ss-placeholder {
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s)
    var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: var(--ss-font-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}
.ss-main .ss-values .ss-single {
  display: flex;
  margin: auto 0px auto var(--ss-spacing-s);
}
.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}
.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}
.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}
.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}
.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-main .ss-deselect {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}
.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}
.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-main .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing),
    opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
}
.ss-content.ss-relative {
  position: relative;
  height: 100%;
}
.ss-content.ss-open-above {
  flex-direction: column-reverse;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}
.ss-content.ss-open-below {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}
.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
}
.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}
.ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}
.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}
.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall:hover {
  opacity: 0.5;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall.ss-selected
  svg
  path {
  stroke: var(--ss-error-color);
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg
  path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:first-child {
  stroke-width: 5;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:last-child {
  stroke-width: 11;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow
  path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s)
    calc(var(--ss-spacing-l) * 3);
}
.ss-content .ss-list .ss-option {
  display: flex;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
}
.ss-content .ss-list .ss-option:hover {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}
.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: var(--ss-highlight-color);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
input,
textarea {
  background: none;
  outline: none;
  border: none;
  color: inherit;
}
input:focus,
textarea:focus {
  outline: none;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input.transparent-placeholder::placeholder,
textarea.transparent-placeholder::placeholder {
  color: inherit;
  opacity: 0.5;
}
button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
body,
main {
  background-color: #fff;
  color: #1e1b1b;
}
body *,
main * {
  font-family: "GT Ultra", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .body-large {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.caption {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .caption {
    line-height: 1.25rem;
  }
}
h1,
.h1,
.home-hero__heading,
h2,
.main-blog__title,
.h2,
#wsg-account-container #wsg-account-title,
.wsg-proxy-container #wsg-account-title,
#wsg-cart #wsg-title,
#wsg-quick-order-form #wsg-title,
#wsg-account-create h1,
#wsg-login h1,
#wsg-cart-main .wsg-section-header__title,
.block-page-content__title,
.user-forms__title,
.quote__text p,
.tabs__link,
.carousel-switcher__link,
.blog-filter__title,
.wholesales__title,
.social-media__instagram,
.help-choose__title,
.main-article__title,
.contact__title,
h3,
.h3,
#wsg-account-create h2,
#wsg-account-create h3,
#wsg-login h2,
#wsg-login h3,
.text-image__title,
.two-column-text__title,
.user-forms__subtitle,
.featured-blog__title,
.form-response__title,
.wholesales__subtitle,
.wholesales__order-details,
.not-found__title,
.contact__order-details,
h4,
.h4,
.user-forms__underline-title,
.user-forms .orders-table thead tr th,
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6,
.metafield-rich_text_field h1,
.metafield-rich_text_field h2,
.metafield-rich_text_field h3,
.metafield-rich_text_field h4,
.metafield-rich_text_field h5,
.metafield-rich_text_field h6,
.filter-group__title,
.wholesales__benefits-title,
h5,
.h5,
.rich-text blockquote p,
.metafield-rich_text_field blockquote p,
h6,
.h6 {
  font-family: "GT Super", serif;
  font-weight: 300;
}
h1,
.h1,
.home-hero__heading {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}
@media (min-width: 1024px) {
  h1,
  .h1,
  .home-hero__heading {
    font-size: 4.0625rem;
    line-height: 5rem;
  }
}
h2,
.main-blog__title,
.h2,
#wsg-account-container #wsg-account-title,
.wsg-proxy-container #wsg-account-title,
#wsg-cart #wsg-title,
#wsg-quick-order-form #wsg-title,
#wsg-account-create h1,
#wsg-login h1,
#wsg-cart-main .wsg-section-header__title,
.block-page-content__title,
.user-forms__title,
.quote__text p,
.tabs__link,
.carousel-switcher__link,
.blog-filter__title,
.wholesales__title,
.social-media__instagram,
.help-choose__title,
.main-article__title,
.contact__title {
  font-size: 1.75rem;
  line-height: 2.125rem;
}
@media (min-width: 1024px) {
  h2,
  .main-blog__title,
  .h2,
  #wsg-account-container #wsg-account-title,
  .wsg-proxy-container #wsg-account-title,
  #wsg-cart #wsg-title,
  #wsg-quick-order-form #wsg-title,
  #wsg-account-create h1,
  #wsg-login h1,
  #wsg-cart-main .wsg-section-header__title,
  .block-page-content__title,
  .user-forms__title,
  .quote__text p,
  .tabs__link,
  .carousel-switcher__link,
  .blog-filter__title,
  .wholesales__title,
  .social-media__instagram,
  .help-choose__title,
  .main-article__title,
  .contact__title {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
h3,
.h3,
#wsg-account-create h2,
#wsg-account-create h3,
#wsg-login h2,
#wsg-login h3,
.text-image__title,
.two-column-text__title,
.user-forms__subtitle,
.featured-blog__title,
.form-response__title,
.wholesales__subtitle,
.wholesales__order-details,
.not-found__title,
.contact__order-details {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {
  h3,
  .h3,
  #wsg-account-create h2,
  #wsg-account-create h3,
  #wsg-login h2,
  #wsg-login h3,
  .text-image__title,
  .two-column-text__title,
  .user-forms__subtitle,
  .featured-blog__title,
  .form-response__title,
  .wholesales__subtitle,
  .wholesales__order-details,
  .not-found__title,
  .contact__order-details {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
h4,
.h4,
.user-forms__underline-title,
.user-forms .orders-table thead tr th,
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6,
.metafield-rich_text_field h1,
.metafield-rich_text_field h2,
.metafield-rich_text_field h3,
.metafield-rich_text_field h4,
.metafield-rich_text_field h5,
.metafield-rich_text_field h6,
.filter-group__title,
.wholesales__benefits-title {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
@media (min-width: 1024px) {
  h4,
  .h4,
  .user-forms__underline-title,
  .user-forms .orders-table thead tr th,
  .rich-text h1,
  .rich-text h2,
  .rich-text h3,
  .rich-text h4,
  .rich-text h5,
  .rich-text h6,
  .metafield-rich_text_field h1,
  .metafield-rich_text_field h2,
  .metafield-rich_text_field h3,
  .metafield-rich_text_field h4,
  .metafield-rich_text_field h5,
  .metafield-rich_text_field h6,
  .filter-group__title,
  .wholesales__benefits-title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
h5,
.h5,
.rich-text blockquote p,
.metafield-rich_text_field blockquote p,
h6,
.h6 {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
main {
  background-color: #fff;
  color: #1e1b1b;
}
main {
  max-width: 100vw;
}
div,
section,
.block-page-content__col,
.hero-image .constrain,
.text-image,
.two-column-text .constrain,
.featured-blog__content,
.blog-filter,
.wholesales__hero,
.wholesales__content,
.not-found__col,
.help-choose .constrain,
.main-blog__aside,
.main-blog__content,
.shopify-challenge__container,
.main-article .constrain,
.contact__content {
  position: relative;
}
header,
footer,
section,
.block-page-content__col,
.hero-image .constrain,
.text-image,
.two-column-text .constrain,
.featured-blog__content,
.blog-filter,
.wholesales__hero,
.wholesales__content,
.not-found__col,
.help-choose .constrain,
.main-blog__aside,
.main-blog__content,
.shopify-challenge__container,
.main-article .constrain,
.contact__content {
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  header,
  footer,
  section,
  .block-page-content__col,
  .hero-image .constrain,
  .text-image,
  .two-column-text .constrain,
  .featured-blog__content,
  .blog-filter,
  .wholesales__hero,
  .wholesales__content,
  .not-found__col,
  .help-choose .constrain,
  .main-blog__aside,
  .main-blog__content,
  .shopify-challenge__container,
  .main-article .constrain,
  .contact__content {
    padding: 0 2.5rem;
  }
}
header > .constrain,
footer > .constrain,
section > .constrain,
.block-page-content__col > .constrain,
.hero-image .constrain > .constrain,
.text-image > .constrain,
.two-column-text .constrain > .constrain,
.featured-blog__content > .constrain,
.blog-filter > .constrain,
.wholesales__hero > .constrain,
.wholesales__content > .constrain,
.not-found__col > .constrain,
.help-choose .constrain > .constrain,
.main-blog__aside > .constrain,
.main-blog__content > .constrain,
.shopify-challenge__container > .constrain,
.main-article .constrain > .constrain,
.contact__content > .constrain {
  width: 100%;
  max-width: 1966px;
  margin: auto;
}
img {
  display: block;
}
.visually-hidden {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
section.section-mega-collection,
.section-mega-collection.block-page-content__col,
.hero-image .section-mega-collection.constrain,
.section-mega-collection.text-image,
.two-column-text .section-mega-collection.constrain,
.section-mega-collection.featured-blog__content,
.section-mega-collection.blog-filter,
.section-mega-collection.wholesales__hero,
.section-mega-collection.wholesales__content,
.section-mega-collection.not-found__col,
.help-choose .section-mega-collection.constrain,
.section-mega-collection.main-blog__aside,
.section-mega-collection.main-blog__content,
.section-mega-collection.shopify-challenge__container,
.main-article .section-mega-collection.constrain,
.section-mega-collection.contact__content,
section.no-padding,
.no-padding.block-page-content__col,
.hero-image .no-padding.constrain,
.no-padding.text-image,
.two-column-text .no-padding.constrain,
.no-padding.featured-blog__content,
.no-padding.blog-filter,
.no-padding.wholesales__hero,
.no-padding.wholesales__content,
.no-padding.not-found__col,
.help-choose .no-padding.constrain,
.no-padding.main-blog__aside,
.no-padding.main-blog__content,
.no-padding.shopify-challenge__container,
.main-article .no-padding.constrain,
.no-padding.contact__content {
  padding: 0;
}
.rc-container-wrapper,
.rc_container_wrapper {
  display: none !important;
}
.bg-ivory {
  background-color: #f2efeb;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1500;
}
@media (min-width: 1024px) {
  .mobile-product-out-of-stock {
    display: none !important;
  }
}
[data-layout="four-up"] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  [data-layout="four-up"] {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  [data-layout="four-up"] {
    grid-template-columns: repeat(12, 1fr);
  }
}
[data-layout="four-up"] > * {
  grid-column: span 3;
}
.article-related {
  overflow: hidden;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .article-related {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 768px) {
  .article-related .carousel-switcher__links {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .article-related .carousel-switcher__container {
    grid-column: span 8;
  }
}
.header {
  position: sticky;
  z-index: 20;
  top: -1px;
  width: 100%;
  background-color: #1e1b1b;
  color: #fff;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  height: 4.6875rem;
}
@media (min-width: 768px) {
  .header {
    padding-top: 0.75rem;
    padding-bottom: 1.0625rem;
  }
}
/* Remove sticky positioning from header on collection pages (mobile only) */
@media (max-width: 767px) {
  body:has(.collection-grid) .header {
    position: static;
  }
}
.header .constrain {
  height: 100%;
  max-width: unset !important;
}
.header .constrain .header--nav {
  height: 100%;
}
.header .icon {
  width: unset;
  height: unset;
}
.header--nav {
  display: flex;
}
.header--nav .link-home {
  display: flex;
  margin-right: auto;
  max-width: 100px;
}
.header--nav .link-home > .icon {
  width: 100%;
}
@media (min-width: 768px) {
  .header--nav .link-home {
    max-width: unset;
  }
}
.header--nav .main-nav {
  display: none;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 1290px) {
  .header--nav .main-nav {
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .header--nav .main-nav {
    display: flex;
  }
}
.header--nav .main-nav--link-active {
  border-radius: 40px;
  background: #f2efeb;
  color: #000;
  padding: 0.625rem 1.25rem;
}
.header--nav .main-nav--link:hover,
.header--nav .main-nav--link.is-open {
  text-shadow: 0 0 1px currentColor;
}
.header--nav .extra-nav {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header--nav .extra-nav > * {
  cursor: pointer;
  display: flex;
}
.header--nav .extra-nav--search,
.header--nav .extra-nav--currency {
  margin-right: 0.875rem;
}
@media (min-width: 768px) {
  .header--nav .extra-nav--search,
  .header--nav .extra-nav--currency {
    margin-right: 3.125rem;
  }
}
.header--nav .extra-nav--cart {
  margin-right: 0.875rem;
}
@media (min-width: 1024px) {
  .header--nav .extra-nav--cart {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .header--nav .extra-nav--search.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header--nav .extra-nav--search.desktop {
    display: none;
  }
}
.header--nav .extra-nav--search-form {
  display: none;
}
@media (min-width: 1024px) {
  .header--nav .extra-nav--search-form {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    background-color: #1e1b1b;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
}
.header--nav .extra-nav--search-form .icon-search {
  position: absolute;
  pointer-events: none;
  left: 0;
  opacity: 0.1;
}
.header--nav .extra-nav--search-form input {
  max-width: calc(100% - 25px);
  color: #fff;
}
.header--nav .extra-nav--search-form .icon-close {
  position: relative;
  width: 25px;
  padding: 3px;
  color: #fff;
}
.header--nav .extra-nav--hamburger {
  width: 1.5625rem;
  margin-left: 1rem;
}
.header--nav .extra-nav--hamburger .icon-close {
  display: none;
}
.header--nav .extra-nav--hamburger.open .icon-close {
  display: unset;
}
.header--nav .extra-nav--hamburger.open .icon-hamburger {
  display: none;
}
@media (min-width: 1200px) {
  .header--nav .extra-nav--hamburger {
    display: none;
  }
}
.header.light {
  background-color: #fff !important;
  color: #1e1b1b !important;
  border-bottom: 1px solid #f2efeb;
}
.header.light .extra-nav--search-form {
  background-color: #fff !important;
  border-bottom: 1px solid #1e1b1b !important;
}
.header.light .extra-nav--search-form input {
  background-color: #fff !important;
  color: #1e1b1b !important;
}
.header.light .extra-nav--search-form .icon-close {
  color: #1e1b1b !important;
}
.header.light .main-nav--link-active {
  background: #eef7e5 !important;
  color: #000 !important;
}
.desktop-menu {
  width: 100vw;
  height: calc(100vh - 75px);
  position: fixed;
  top: 4.6875rem;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .desktop-menu {
    display: none !important;
  }
}
.desktop-menu--inner {
  display: flex;
  background-color: #fff;
  color: #1e1b1b;
  min-height: 75vh;
  max-height: 75vh;
  padding-top: 2.8125rem;
  padding-bottom: 3.4375rem;
}
.desktop-menu--blur {
  height: 100%;
  background-color: rgba(94, 99, 91, 0.3);
}
.desktop-menu .constrain {
  position: relative;
  margin: 0;
  max-width: unset;
}
.desktop-menu .pane {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-menu .pane .peek-card:not(.extra-wide) {
  aspect-ratio: unset;
}
.desktop-menu .pane__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .desktop-menu .pane__grid {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .desktop-menu .pane__grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
.desktop-menu .pane--sidebar {
  grid-column: 1 / span 2;
  display: flex;
  flex-direction: column;
}
.desktop-menu .pane--sidebar--heading {
  margin-bottom: 4.0625rem;
}
.desktop-menu .pane--sidebar--links {
  display: flex;
  flex-direction: column;
}
.desktop-menu .pane--sidebar--links > * {
  margin-bottom: 1.5rem;
}
.desktop-menu .pane--sidebar--links > *:hover,
.desktop-menu .pane--sidebar--links > *:active {
  text-shadow: 0 0 1px currentColor;
}
.desktop-menu .pane--extra {
  grid-column: 3 / span 10;
  display: flex;
  justify-content: flex-end;
}
.desktop-menu .pane--extra > * {
  height: 100%;
}
.desktop-menu .pane--extra > * + * {
  margin-left: 1.5625rem;
}
.mobile-menu {
  background-color: #fff;
  color: #1e1b1b;
  display: flex;
  width: 100vw;
  padding-top: 2.8125rem;
  position: fixed;
  top: 4.6875rem;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  left: 110%;
  height: calc(100vh - 75px);
}
@supports (height: 100dvh) {
  .mobile-menu {
    height: calc(100dvh - 75px);
  }
}
@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .constrain {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: unset;
}
.mobile-menu--main-pane {
  background-color: #fff;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.mobile-menu--main-link {
  display: flex;
  align-items: center;
  padding: 1.0625rem 0;
  border-bottom: 1px solid #f2efeb;
  cursor: pointer;
}
.mobile-menu--main-link:first-child {
  padding-top: 0;
}
.mobile-menu--main-link .icon {
  margin-left: auto;
}
.mobile-menu--pane {
  background-color: #fff;
  position: absolute;
  left: 110%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-menu--pane--close {
  cursor: pointer;
  margin-bottom: 1.5625rem;
  display: flex;
  align-items: center;
}
.mobile-menu--pane--close .icon {
  margin-right: 1.5rem;
}
.mobile-menu--pane--link {
  padding: 1.5rem 0 1.0625rem;
  border-top: 1px solid #f2efeb;
}
.mobile-menu--pane--link:last-child {
  border-bottom: 1px solid #f2efeb;
}
.featured-products {
  overflow: hidden;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  /*.featured-products {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }*/
}
footer {
  position: sticky;
  top: 0;
  background-color: #1e1b1b;
  color: #fff;
  padding-top: 2.8125rem;
  padding-bottom: 1.5625rem;
  min-height: 100vh;
  z-index: 21;
}
footer .footer-copy {
  margin-bottom: 4.6875rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  footer .footer-copy {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-copy {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  footer .footer-copy {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-copy {
    margin-bottom: 9.6875rem;
  }
}
footer .footer-copy--logo {
  grid-column: span 4;
}
@media (min-width: 1024px) {
  footer .footer-copy--logo {
    grid-column: span 3;
  }
}
footer .footer-copy--logo .icon {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  footer .footer-copy--logo .icon {
    max-width: 11.875rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-copy--logo .icon {
    max-width: 15.625rem;
  }
}
footer .footer-copy--text {
  grid-column: span 6;
  margin-right: 1.5625rem;
}
@media (min-width: 768px) {
  footer .footer-copy--text {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  footer .footer-copy--text {
    grid-column: 8 / span 5;
  }
}
footer .footer-nav {
  margin-bottom: 4.6875rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  footer .footer-nav {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  footer .footer-nav {
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav {
    margin-bottom: 7.5rem;
  }
}
footer .footer-nav--signup {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  margin-bottom: 4.375rem;
}
@media (min-width: 768px) {
  footer .footer-nav--signup {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav--signup {
    grid-column: span 3;
  }
}
footer .footer-nav--signup--heading {
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  footer .footer-nav--signup--heading {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
footer .footer-nav--signup--sub-heading {
  margin-bottom: 2.5rem;
}
footer .footer-nav--signup .klaviyo-form {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-family: "GT Ultra", sans-serif !important;
}
footer .footer-nav--signup .klaviyo-form input {
  padding-left: 0 !important;
  margin-bottom: 1px;
  font-family: inherit !important;
}
footer .footer-nav--signup .klaviyo-form span,
footer .footer-nav--signup .klaviyo-form button {
  font-family: inherit !important;
}
footer .footer-nav--menu {
  grid-column: span 6;
  row-gap: 3.75rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  footer .footer-nav--menu {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav--menu {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  footer .footer-nav--menu {
    display: flex;
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav--menu {
    grid-column: 8 / span 5;
    justify-content: space-between;
  }
}
footer .footer-nav--menu--col {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  footer .footer-nav--menu--col .footer-link + .footer-link {
    margin-top: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav--menu--col .footer-link + .footer-link {
    margin-top: 1.25rem;
  }
}
footer .footer-nav--menu .footer-link {
  font-family: "gt ultra", sans-serif;
  font-weight: 250;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media (min-width: 1024px) {
  footer .footer-nav--menu .footer-link {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
footer .footer-fineprint {
  display: flex;
  flex-direction: column;
}
footer .footer-fineprint--logos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
footer .footer-fineprint--logos > * + * {
  margin-left: 1.25rem;
}
footer .footer-fineprint--text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -0.5rem;
}
footer .footer-fineprint--text--link {
  cursor: pointer;
}
footer .footer-fineprint--text * {
  font-weight: 250;
  font-size: 0.75rem;
  line-height: 0.825rem;
  margin: 0 0.5rem 0.5rem;
}
@media (min-width: 768px) {
  footer .footer-fineprint--text > *:last-child {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  footer .footer-fineprint--text {
    gap: 1.75rem;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 0.8125rem;
  }
}
footer .footer-fineprint--text .copyright {
  display: none;
}
@media (min-width: 1024px) {
  footer .footer-fineprint--text .copyright {
    display: inline;
  }
}
.ormm {
  position: relative;
  height: 100%;
}
.ormm--close {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 1.0625rem;
}
.ormm--close .icon {
  margin-right: 0.9375rem;
}
.ormm--main-pane {
  display: flex;
  flex-direction: column;
}
.ormm--link {
  cursor: pointer;
  padding: 1.5rem 0 1.0625rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #f2efeb;
}
.ormm--link:last-child {
  border-bottom: 1px solid #f2efeb;
  margin-bottom: 20vh;
}
.ormm--link.chevron .icon {
  margin-left: auto;
}
.ormm--link.nutrient .icon {
  margin-right: 1.25rem;
  transition: opacity 0.2s ease-in-out;
}
.ormm--link.nutrient .icon .path {
  fill: #567348;
}
.ormm--link.nutrient .icon .circle {
  fill: #f2efeb;
}
.ormm--link.nutrient .icon .path,
.ormm--link.nutrient .icon .circle {
  transition: fill 0.2s ease-in-out;
}
.ormm--link.nutrient:hover .icon {
  opacity: 1;
}
.ormm--link.nutrient:hover .icon .path {
  fill: #f2efeb;
}
.ormm--link.nutrient:hover .icon .circle {
  fill: #567348;
}
.ormm--pane {
  position: absolute;
  left: 110%;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ormm--pane--close {
  cursor: pointer;
  margin-bottom: 1.5625rem;
  display: flex;
  align-items: center;
}
.ormm--pane--close .icon {
  margin-right: 1.5rem;
}
.ormm .scroll-container {
  height: 100%;
  overscroll-behavior: contain;
  overflow: scroll;
}
.orm {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-gap: 0 !important;
  max-height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .orm {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .orm {
    grid-template-columns: repeat(12, 1fr);
  }
}
.orm--heading {
  grid-column: 1 / span 3;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1600px) {
  .orm--heading {
    margin-bottom: 4.0625rem;
  }
}
.orm--sidebar {
  grid-column: 1 / span 3;
  display: flex;
  flex-direction: column;
}
.orm--sidebar--link {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.orm--sidebar--link .icon {
  margin-left: 0.5rem;
  width: unset;
  height: unset;
}
.orm--sidebar--link.open {
  text-shadow: 0 0 1px currentColor;
}
.orm--panels {
  grid-column: 4 / span 9;
  display: flex;
  flex-direction: column;
  position: relative;
}
.orm--panels > * {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.orm--panels > *.is-active {
  position: relative;
}
.collection-banner .constrain {
  row-gap: 0;
  padding: 01.25rem 0 3.125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (max-width: 768px) {
  .collection-banner .constrain {
    padding: 01.25rem 0 2rem;
  }
}
@media (min-width: 768px) {
  .collection-banner .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .collection-banner .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .collection-banner .constrain {
    padding: 5rem 0 0;
  }
}
.collection-banner--navigation {
  grid-column: 1/-1;
  display: flex;
}
@media (min-width: 768px) {
  .collection-banner--navigation {
    grid-column: 1 / span 3;
  }
}
.collection-banner--navigation--crumb {
  margin-bottom: 0rem;
}
.collection-banner--info {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collection-banner--info {
    grid-column: 4 / span 6;
  }
}
@media (min-width: 1024px) {
  .collection-banner--info {
    grid-column: 4 / span 6;
  }
}
.collection-banner--info--heading {
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .collection-banner--info--heading {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .collection-banner--info--heading {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
.collection-banner--info--description {
  margin-right: 13%;
}
.collection-grid {
  position: relative;
}
.collection-grid .constrain {
  padding-bottom: 5.3125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .collection-grid .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .collection-grid .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .collection-grid .constrain {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .collection-grid .constrain {
    padding-top: 8.75rem;
    padding-bottom: 9.375rem;
  }
}
.collection-grid .pagination {
  display: none;
}
.collection-grid--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.collection-grid--filters.mobile {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 20px;
  z-index: 100;
  background-color: #fff;
}
.collection-grid--filters.mobile .button-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 0rem;
}
.collection-grid--filters.mobile .button-wrapper > .button {
  flex: 1 1;
  display: flex;
  align-items: center;
  padding: 13.5px 39px;
}
.collection-grid--filters.mobile
  .button-wrapper
  .button[data-modal-trigger="sort-by"] {
  position: relative;
}
.collection-grid--filters.mobile
  .button-wrapper
  .button[data-modal-trigger="sort-by"]
  .icon {
  position: absolute;
  right: 13.5px;
}
@media (min-width: 768px) {
  .collection-grid--filters.mobile {
    display: none;
  }
}
.collection-grid--filters.desktop {
  height: fit-content;
  position: sticky;
  top: 7.1875rem;
  padding-bottom: 7.1875rem;
  max-height: calc(100vh - 4.6875rem - 2.5rem);
  overflow: scroll;
  overflow-x: hidden;
  overscroll-behavior: contain;
  max-width: 15.375rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.collection-grid--filters.desktop::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .collection-grid--filters.desktop {
    display: none;
  }
}
.collection-grid--filters {
  grid-column: 1/-1;
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .collection-grid--filters {
    grid-column: 1 / span 3;
    margin-bottom: 0;
  }
}
.collection-grid--filters .filter {
  margin-top: 3.125rem;
}
.collection-grid--filters .search-field {
  display: none;
}
.collection-grid--filters--sort {
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #1e1b1b;
}
.collection-grid--filters--sort select {
  display: none;
}
.collection-grid--filters--sort--label--container {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}
.collection-grid--filters--sort--label--container .icon {
  margin-left: auto;
}
.collection-grid--filters--sort--label--options {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.collection-grid--filters--sort--label--options span {
  cursor: pointer;
}
.collection-grid--filters--sort--label--options span.checked,
.collection-grid--filters--sort--label--options span:hover {
  font-weight: 400;
}
.collection-grid--filters--sort--label--options span + span {
  margin-top: 20px;
}
.collection-grid--filters--sort--label--options span:first-child {
  margin-top: 0.9375rem;
}
.collection-grid--filters--sort--label--options span:last-child {
  margin-bottom: 1.875rem;
}
.collection-grid--products {
  height: fit-content;
  grid-column: 1/-1;
  row-gap: 3.125rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (max-width: 767px) {
  .collection-grid--products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .collection-grid--products {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .collection-grid--products {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .collection-grid--products {
    grid-column: 4/-1;
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1024px) {
  .collection-grid--products {
    grid-template-columns: repeat(9, 1fr);
    column-gap: 2.5rem;
    row-gap: 5.625rem;
    margin-top: calc(0px - 3.125rem);
    padding-top: 3.125rem;
  }
}
@media (min-width: 1600px) {
  .collection-grid--products {
    grid-template-columns: repeat(12, 1fr);
  }
}
.collection-grid--products .product-count {
  height: fit-content;
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .collection-grid--products .product-count {
    position: absolute;
    top: 0;
  }
}
.collection-grid--products .product {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .collection-grid--products .product {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .collection-grid--products .product {
    grid-column: span 3;
  }
}
.key-features {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .key-features {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.key-features-style-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 79.375rem;
  margin: 0 auto;
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 1024px) {
  .key-features-style-2 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.key-features-style-2 > h2 {
  margin-bottom: 2.625rem;
  text-align: center;
}
.key-features-style-2--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.1875rem;
  column-gap: 6.25rem;
}
@media (min-width: 1024px) {
  .key-features-style-2--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.key-features-style-2--grid > div > span {
  display: inline-block;
  margin-bottom: 1.625rem;
}
.key-features-style-2--grid > div > span > svg {
  width: 3.125rem;
  height: 3.125rem;
}
.key-features-style-2--grid > div > h4 {
  margin-bottom: 0.625rem;
}
.key-features .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .key-features .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .key-features .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
.key-features__title {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .key-features__title {
    grid-column: span 3;
  }
}
.key-features__items {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .key-features__items {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .key-features__items {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .key-features__items {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .key-features__items {
    grid-column: span 9;
  }
}
.key-features .key-feature {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .key-features .key-feature {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .key-features .key-feature {
    max-width: 350px;
  }
}
.main-search {
  padding: 0;
  position: relative;
}
.main-search .constrain {
  padding: 5.3125rem 0 3.75rem;
  min-height: 28.125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .main-search .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .main-search .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .main-search .constrain {
    padding: 5.625rem 0 9.375rem;
  }
}
.main-search--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  pointer-events: all;
}
.main-search--sidebar {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
}
.main-search--sidebar .content {
  position: sticky;
  top: 4.6875rem;
}
@media (min-width: 768px) {
  .main-search--sidebar {
    grid-column: 1 / span 3;
  }
}
.main-search--sidebar--heading {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .main-search--sidebar--heading {
    margin-bottom: 4.0625rem;
    font-size: 45px;
    line-height: 55px;
  }
}
.main-search--sidebar--input {
  margin-bottom: 2.1875rem;
  padding-bottom: 16px;
  border-bottom: 1px solid currentColor;
  display: flex;
  align-items: center;
}
.main-search--sidebar--input input {
  margin-right: 1.875rem;
  width: 100%;
}
.main-search--sidebar--input--close-icon,
.main-search--sidebar--input--search-icon {
  margin-left: auto;
  max-height: 1.375rem;
  cursor: pointer;
}
.main-search--sidebar--input .icon {
  width: 1.25rem;
  max-height: 1.375rem;
}
@media (min-width: 1024px) {
  .main-search--sidebar--input {
    margin-bottom: 4.0625rem;
  }
}
@media (min-width: 1024px) {
  .main-search--sidebar--filter.mobile {
    display: none;
  }
}
.main-search--sidebar--filter.mobile .button {
  width: 100%;
}
.main-search--sidebar--filter.desktop {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .main-search--sidebar--filter.desktop {
    display: none;
  }
}
.main-search--sidebar--filter.desktop .options {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
}
.main-search--sidebar--filter.desktop .options > * + * {
  margin-top: 1.25rem;
}
.main-search--sidebar--filter.desktop .options .option {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-search--results-empty {
  grid-column: 1/-1;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .main-search--results-empty {
    grid-column: 4/-1;
    margin-top: 0;
  }
}
.main-search--results-count {
  grid-column: 1/-1;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .main-search--results-count {
    display: none;
  }
}
.main-search--results {
  grid-column: 1/-1;
  row-gap: 3.125rem;
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .main-search--results {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .main-search--results {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .main-search--results {
    grid-column: 4/-1;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .main-search--results {
    grid-template-columns: repeat(9, 1fr);
    column-gap: 2.5rem;
    row-gap: 5.625rem;
  }
}
@media (min-width: 1600px) {
  .main-search--results {
    grid-template-columns: repeat(12, 1fr);
  }
}
.main-search--results .result {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .main-search--results .result {
    grid-column: span 3;
  }
}
.contact {
  padding: 0;
}
.contact__content {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .contact__content {
    grid-column: span 6;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .contact__content:last-child {
    padding-top: 0;
  }
}
.contact__content--ivory {
  background-color: #f2efeb;
}
@media (max-width: 767px) {
  .contact__content--hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.contact__intro {
  max-width: 21.875rem;
  margin-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .contact__intro {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .contact__intro .contact__bg {
    display: none;
  }
}
.contact__intro-text {
  margin-top: 1.25rem;
}
.contact__form {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .contact__order-details {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.contact__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .contact__bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .contact__image {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact__image {
    height: 245px;
    position: relative;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.contact__image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .contact .constrain {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 !important;
  }
}
.main-article {
  padding: 0 0 2.8125rem 0;
}
@media (min-width: 1024px) {
  .main-article {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1024px) {
  .main-article .constrain {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .main-article .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .main-article .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
.main-article__title {
  margin-bottom: 4.375rem;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .main-article__title {
    max-width: 450px;
  }
}
.main-article__aside {
  grid-column: span 4;
}
@media (min-width: 1024px) {
  .main-article__aside-content {
    max-width: 500px;
  }
}
.main-article__content {
  grid-column: span 8;
}
.main-article__hero-wrap {
  height: 245px;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .main-article__hero-wrap {
    display: none;
  }
}
.main-article__image-wrap {
  height: 480px;
  margin-bottom: 1.875rem;
}
@media (max-width: 1023px) {
  .main-article__image-wrap {
    display: none;
  }
}
.main-article__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.main-article__footer {
  margin-top: 2.1875rem;
}
@media (min-width: 768px) {
  .main-article__footer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
    grid-template-columns: repeat(12, 1fr) !important;
    margin-top: 4.0625rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main-article__footer {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .main-article__footer {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .main-article__footer {
    margin-top: 5.3125rem;
  }
}
@media (min-width: 768px) {
  .main-article__footer > * {
    grid-column: span 4;
    align-items: center;
  }
}
.main-article__footer .button {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main-article__footer .button {
    width: 100%;
    margin-top: 3.75rem;
  }
}
.main-article .tag-list {
  margin-bottom: 2.1875rem;
}
.featured-resources {
  overflow: hidden;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .featured-resources {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.featured-resources__items {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .featured-resources__items {
    grid-column: span 12;
  }
}
.featured-resources__title {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .featured-resources__title {
    grid-column: span 12;
  }
}
.featured-resources .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .featured-resources .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .featured-resources .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
.button,
#wsg-account-create .wsg-submit-copy,
#wsg-login .wsg-submit-copy,
.user-forms .button,
.shopify-challenge__button {
  display: inline-flex;
  padding: 13.5px 40px;
  justify-content: center;
  text-decoration: none;
}
.button:disabled,
#wsg-account-create .wsg-submit-copy:disabled,
#wsg-login .wsg-submit-copy:disabled,
.shopify-challenge__button:disabled {
  cursor: default;
}
.button:not(:disabled),
#wsg-account-create .wsg-submit-copy:not(:disabled),
#wsg-login .wsg-submit-copy:not(:disabled),
.shopify-challenge__button:not(:disabled) {
  cursor: pointer;
}
.button.border,
#wsg-account-create .border.wsg-submit-copy,
#wsg-login .border.wsg-submit-copy,
.border.shopify-challenge__button {
  border: 1px solid #1e1b1b;
}
.button--primary,
#wsg-account-create .wsg-submit-copy,
#wsg-login .wsg-submit-copy,
.wsg-btn-primary,
.user-forms .button.primary {
  background-color: #1e1b1b;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.button--primary:hover:not(:disabled),
#wsg-account-create .wsg-submit-copy:hover:not(:disabled),
#wsg-login .wsg-submit-copy:hover:not(:disabled),
.wsg-btn-primary:hover:not(:disabled),
.user-forms .button.primary:hover:not(:disabled) {
  background-color: #567348;
}
.button--secondary,
.wsg-btn-secondary,
.user-forms .button.secondary {
  background-color: #f2efeb;
  color: #1e1b1b;
}
.button--secondary:hover:not(:disabled),
.wsg-btn-secondary:hover:not(:disabled),
.user-forms .button.secondary:hover:not(:disabled) {
  background-color: #5e635b;
  color: #fff;
}
.button--tertiary {
  background-color: #000000;
  color: #fff;
}
.button--tertiary:hover:not(:disabled) {
  background-color: #5e635b;
  color: #fff;
}
.button--transparent,
.user-forms .button.transparent,
.shopify-challenge__button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1b1b;
  color: #1e1b1b;
  transition: 0.3s ease-in-out;
  transition-property: color, border-color;
}
.button--transparent:hover:not(:disabled),
.user-forms .button.transparent:hover:not(:disabled),
.shopify-challenge__button:hover:not(:disabled) {
  color: #567348;
  border-color: #567348;
}
.button--filter-blog {
  width: 100%;
  color: #1e1b1b;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .button--filter-blog {
    border: 1px solid #1e1b1b;
    transition: 0.3s ease-in-out;
    transition-property: color, border-color;
  }
  .button--filter-blog:hover:not(:disabled) {
    color: #567348;
    border-color: #567348;
  }
  .button--filter-blog .icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .button--filter-blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #1e1b1b;
    text-align: left;
  }
  .button--filter-blog .icon {
    transform: rotate(-90deg);
  }
}
.button--full-width {
  width: 100%;
}
.button--back {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  will-change: transform;
}
.button--back:hover .icon {
  transform: rotate(180deg) translateX(5px);
}
.button--back .icon {
  transform: rotate(180deg);
  margin-right: 1.875rem;
  transition: 0.3s ease transform;
}
.shopify-challenge__container {
  margin: 7.5rem auto;
}
.shopify-challenge__message {
  margin-bottom: 2.5rem;
}
.shopify-challenge__button {
  margin-top: 3.125rem !important;
}
.featured-quote {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .featured-quote {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
@media (min-width: 1024px) {
  .featured-quote {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.featured-quote .quote {
  max-width: 320px;
}
@media (min-width: 768px) {
  .featured-quote .quote {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .featured-quote .quote {
    max-width: 900px;
  }
}
.home-hero {
  color: #fff;
  min-height: 76vh;
  display: flex;
  align-items: flex-end;
  position: unset;
}
.home-hero__content {
  max-width: 700px;
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .home-hero__content {
    padding: 3.75rem 0;
  }
}
@media (min-width: 1024px) {
  .home-hero__content {
    padding: 4.375rem 0;
  }
}
.home-hero__subheading {
  display: block;
  margin-bottom: 0.9375rem;
}
.home-hero__paragraph {
  display: block;
  margin-top: 0.9375rem;
}
.home-hero__button-group {
  display: flex;
  gap: 0.9375rem;
  margin-top: 1.5625rem;
}
.home-hero .constrain {
  width: 100%;
  max-width: 1966px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero .carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-hero .keen-slider__slide {
  min-width: calc(100% + 0px);
  max-width: calc(100% + 0px);
  transform: translate3d(0, 0, 0);
}
.shop-by {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .shop-by {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.main-blog {
  padding: 0;
}
@media (min-width: 768px) {
  .main-blog {
    display: flex;
  }
}
@media (min-width: 768px) {
  .main-blog__aside {
    width: 480px;
    background-color: #f2efeb;
  }
}
.main-blog__aside-sticky {
  width: 100%;
}
@media (min-width: 768px) {
  .main-blog__aside-sticky {
    position: sticky;
    top: 4.6875rem;
    left: 0;
  }
}
.main-blog__aside-sticky-container {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .main-blog__aside-sticky-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.main-blog__container {
  width: 100%;
  padding-bottom: 2.8125rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-blog__container {
    padding-bottom: 5rem;
  }
}
.main-blog__empty.is-hidden {
  display: none;
}
.main-blog__content {
  overflow: hidden;
  padding-top: 3.75rem;
}
.main-blog__title {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .main-blog__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.main-blog .search-field {
  margin-top: 3.75rem;
}
.main-blog .search-field__input {
  color: #5e635b;
  padding-left: 0;
  padding-right: 0;
}
.main-blog .search-field__input::placeholder {
  color: #1e1b1b;
}
.help-choose {
  padding: 0;
}
@media (min-width: 1024px) {
  .help-choose {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .help-choose__aside {
    grid-column: span 3;
  }
}
@media (max-width: 1023px) {
  .help-choose__bg-wrap {
    height: 50vw;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .help-choose__bg-wrap {
    min-height: 15.3125rem;
  }
}
@media (min-width: 1024px) {
  .help-choose__bg-wrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}
.help-choose__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
}
.help-choose__bg.is-active {
  opacity: 1;
  visibility: visible;
}
.help-choose__content {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .help-choose__content {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    grid-column: span 9;
  }
}
.help-choose__intro {
  max-width: 31.25rem;
}
.help-choose__title {
  margin-bottom: 1.25rem;
}
@media (max-width: 1023px) {
  .help-choose__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.help-choose__action {
  display: flex;
  justify-content: center;
  margin-top: 4.375rem;
}
@media (min-width: 1024px) {
  .help-choose__action {
    margin-top: 5.625rem;
  }
}
.help-choose__action > .button {
  min-width: 18.75rem;
}
.help-choose__reset-mobile {
  margin-top: 0.9375rem;
  display: flex;
  justify-content: center;
}
.help-choose__reset-mobile > .button {
  min-width: 18.75rem;
}
@media (min-width: 1024px) {
  .help-choose__reset-mobile {
    display: none;
  }
}
.help-choose__loading {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .help-choose .constrain {
    padding-left: 0;
  }
}
.help-choose .collection-grid--products {
  margin-top: 8.125rem;
  padding-bottom: 5.625rem;
}
@media (min-width: 1024px) {
  .help-choose .collection-grid--products {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .help-choose .collection-grid--products {
    grid-template-columns: repeat(9, 1fr);
  }
}
.help-choose .pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.help-choose .product--empty {
  margin-top: 6.25rem;
}
.help-choose .tabs {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .help-choose .tabs {
    margin-top: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .help-choose .tabs__links {
    gap: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .help-choose .tabs__links {
    gap: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .help-choose .tabs__links {
    gap: 3.125rem;
  }
}
.help-choose .tabs__links > .button {
  display: block;
}
@media (max-width: 1023px) {
  .help-choose .tabs__links > .button {
    display: none;
  }
}
@media (min-width: 1024px) {
  .help-choose .tabs__links > .button.margin-left {
    margin-left: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .help-choose .tabs__links > .button.margin-left {
    margin-left: -0.75rem;
  }
}
@media (min-width: 1200px) {
  .help-choose .tabs__links > .button.margin-left {
    margin-left: -1.875rem;
  }
}
.not-found {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .not-found {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .not-found {
    min-height: calc(80vh - 4.6875rem);
  }
}
.not-found__title {
  margin-bottom: 2.5rem;
  max-width: 28.125rem;
}
.not-found__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .not-found__col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .not-found__col:first-child {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  .not-found__col:last-child {
    order: -1;
    padding-top: 70%;
    margin-bottom: 2.5rem;
  }
}
.not-found__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .product {
    padding-left: 0;
  }
}
.product .constrain {
  position: relative;
}
@media (min-width: 1024px) {
  .product .constrain {
    display: flex;
    flex-direction: column;
    max-width: unset;
    align-items: center;
  }
  .product .constrain .product--related,
  .product .constrain .product--subscribe-cta {
    max-width: 1966px;
    width: 100%;
    padding-left: 2.5rem;
  }
  .product .constrain .images-and-info-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.product--add-to-cart {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(242, 239, 235, 0.95);
  display: flex;
  justify-content: center;
  margin: 0 calc(0px - 1.25rem);
  padding: 1.875rem 1.25rem;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product--add-to-cart {
    margin: 0 calc(0px - 2.5rem);
    padding: 1.875rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product--add-to-cart.mobile {
    display: none;
  }
}
.product--add-to-cart.secondary {
  background-color: hsla(0, 0%, 100%, 0.95);
}
.product--add-to-cart .button {
  width: 100%;
}
.product-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.input-number {
  width: 25%;
}

.product-action-row .button--tertiary,
.product-action-row .button--primary {
  flex: 1;
}

/* Stacked layout for mobile or modal */
@media (max-width: 768px) {
  .product-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .input-number {
    width: 100%;
  }

  .product-action-row .button--tertiary,
  .product-action-row .button--primary {
    width: 100%;
  }
}

.add-to-cart-modal .product-action-row {
  flex-direction: column;
  align-items: stretch;
}

.add-to-cart-modal .input-number,
.add-to-cart-modal .button--tertiary,
.add-to-cart-modal .button--primary {
  width: 100%;
}
.product--images {
  height: fit-content;
  position: sticky;
  top: 4.6875rem;
  background-color: #f2efeb;
  min-width: 50vw;
  max-width: 50vw;
  height: calc(100vh - 4.6875rem);
}
@media (max-width: 1023px) {
  .product--images {
    display: none;
  }
}
.product-v2 {
  padding: 0 !important;
}
.product-v2 .product-breadcrumbs {
  display: none;
  border-bottom: 1px solid #f2efeb;
  padding: 0.625rem 2.5rem;
  margin: 0 auto;
}
.product-v2 .product-breadcrumbs a {
  font-size: 0.875rem !important;
}
@media (min-width: 1024px) {
  .product-v2 .product-breadcrumbs {
    display: block;
  }
}
@media (min-width: 1024px) {
  .product-v2 {
    padding-left: 0;
  }
}
.product-v2 .constrain {
  position: relative;
  max-width: unset;
}
@media (min-width: 1024px) {
  .product-v2 .constrain {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-v2 .constrain .product--related,
  .product-v2 .constrain .product--subscribe-cta {
    max-width: 1966px;
    width: 100%;
    padding-left: 2.5rem;
  }
  .product-v2 .constrain .images-and-info-wrapper-v2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    /* max-width: 90rem; */
  }
}
.product-v2--add-to-cart {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(242, 239, 235, 0.95);
  display: flex;
  justify-content: center;
  margin: 0 calc(0px - 1.25rem);
  padding: 1.875rem 1.25rem;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-v2--add-to-cart {
    margin: 0 calc(0px - 2.5rem);
    padding: 1.875rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product-v2--add-to-cart.mobile {
    display: none;
  }
}
.product-v2--add-to-cart.secondary {
  background-color: hsla(0, 0%, 100%, 0.95);
}
.product-v2--add-to-cart .button {
  width: 100%;
}
.product-v2--images {
  height: fit-content;
  position: sticky;
  top: 4.6875rem;
  background-color: #f2efeb;
  min-width: 50%;
  max-width: 50%;
  height: calc(100vh - 4.6875rem);
}
@media (max-width: 1023px) {
  .product-v2--images {
    display: block;
    position: static;
    min-width: 100%;
    margin-bottom: 1.875rem;
  }
}
.main-product-about {
  background-color: #f2efeb;
  padding: 0 !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-product-about {
    flex-direction: row;
  }
}
.main-product-about--image {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-product-about--image {
    width: 50%;
  }
}
.main-product-about--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}
.main-product-about--text {
  width: 100%;
  padding: 3.125rem 1.625rem;
}
@media (min-width: 1024px) {
  .main-product-about--text {
    width: 50%;
    padding: 4rem 6.25rem;
    max-width: 62.5rem;
    margin: 0 auto;
  }
}
.main-product-about--text > h2 {
  margin-bottom: 2.625rem;
}
.main-product-about--text > h2 ~ div {
  margin-bottom: 1.875rem;
}
.main-product-about--text > h2 ~ div img {
  width: 100%;
}
.main-product-about--text > h4 {
  margin-bottom: 1.25rem;
  max-width: 25.6875rem;
}
.main-product-about--dietary-req {
  margin-top: 0rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0.625rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .main-product-about--dietary-req {
    margin-bottom: 1.5rem;
    border-bottom: none;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}
.main-product-benefits {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 79.375rem;
  margin: 0 auto;
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}
@media (min-width: 1024px) {
  .main-product-benefits {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }
}
@media (min-width: 1600px) {
  .main-product-benefits {
    max-width: unset;
  }
}
.main-product-benefits > h2 {
  margin-bottom: 2.625rem;
  text-align: center;
}
.main-product-benefits--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(314px, 1fr));
  row-gap: 2.1875rem;
  column-gap: 6.25rem;
}
.main-product-benefits--grid > div > span {
  display: inline-block;
  margin-bottom: 1.625rem;
}
.main-product-benefits--grid > div > span > svg {
  width: 3.125rem;
  height: 3.125rem;
}
.main-product-benefits--grid > div > h4 {
  margin-bottom: 0.625rem;
}
.main-product-howtotake {
  background-color: #f2efeb;
  padding: 0 !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-product-howtotake {
    flex-direction: row;
  }
}
.main-product-howtotake--image {
  width: 100%;
  order: -1;
}
@media (min-width: 1024px) {
  .main-product-howtotake--image {
    width: 50%;
    order: 0;
  }
}
.main-product-howtotake--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}
.main-product-howtotake--text {
  width: 100%;
  padding: 3.125rem 1.625rem;
}
@media (min-width: 1024px) {
  .main-product-howtotake--text {
    width: 50%;
    padding: 4rem 6.25rem;
    max-width: 62.5rem;
    margin: 0 auto;
  }
}
.main-product-howtotake--text h2 {
  margin-bottom: 2.625rem;
}
.main-product-ingredients {
  margin: 0 auto;
  background-color: #f2efeb;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-product-ingredients {
    flex-direction: row;
  }
}
.main-product-ingredients--image {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-product-ingredients--image {
    width: 50%;
  }
}
.main-product-ingredients--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}
.main-product-ingredients--text {
  width: 100%;
  padding: 3.125rem 1.625rem;
}
@media (min-width: 1024px) {
  .main-product-ingredients--text {
    width: 50%;
    padding: 4rem 6.25rem;
    max-width: 62.5rem;
    margin: 0 auto;
  }
}
.main-product-ingredients--text h2 {
  margin-bottom: 2.625rem;
}
.main-product-faqs {
  display: grid;
  gap: 2.5rem;
  margin: 0 auto;
  padding: 3.125rem 1.625rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .main-product-faqs {
    padding: 6.25rem 3.4375rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-product-faqs > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
.main-product-faqs--faq {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #1e1b1b;
  max-width: 37.5rem;
}
.main-product-faqs--faq--question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
}
.main-product-faqs--faq--question svg {
  min-width: 1.5625rem;
  min-height: 1.5625rem;
}
@media (max-width: 767px) {
  .main-product-faqs--faq--question {
    font-family: "GT Super", sans-serif;
    font-size: 18px;
    line-height: 23px;
  }
}
.main-product-faqs--faq--answer {
  overflow: hidden;
  height: 0px;
  margin: 1rem 0;
}
.main-product-reviews {
  display: grid;
  gap: 2.5rem;
  margin: 0 auto;
  background-color: #f2efeb;
  padding: 3.125rem 1.625rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .main-product-reviews {
    padding: 6.25rem 3.4375rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-product-reviews--preview {
  margin-top: 2.375rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-product-reviews--preview {
    width: max-content;
  }
}
.main-product-reviews--preview .jdgm-rev-widg {
  padding: 0;
}
.main-product-reviews--preview .jdgm-row-stars {
  flex-direction: column;
}
.main-product-reviews--preview .jdgm-rev-widg__body {
  display: none;
}
.main-product-reviews--preview .jdgm-row-stars ~ * {
  display: none;
}
.main-product-reviews--preview .jdgm-widget-actions-wrapper {
  margin-top: 2.375rem;
}
.main-product-reviews--container {
  max-width: 37.5rem;
  margin: 0 auto;
}
.main-product-reviews--container .jdgm-rev-widg {
  padding: 0;
}
.main-product-reviews--container .jdgm-rev-widg__header {
  display: none;
}
.product-form-new,
.product-form-fake-new {
  display: flex;
  flex-direction: column;
}
.product-form-new .restock-alerts-notify-button,
.product-form-new .restock-alerts-branding-text,
.product-form-fake-new .restock-alerts-notify-button,
.product-form-fake-new .restock-alerts-branding-text {
  display: none;
}
@media (max-width: 1023px) {
  .product-form-new > *,
  .product-form-fake-new > * {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form-new > *,
  .product-form-fake-new > * {
    margin-bottom: 1.5625rem;
  }
  .product-form-new > *[type="submit"],
  .product-form-fake-new > *[type="submit"] {
    margin-bottom: 0;
  }
}
.product-form-new .form-row,
.product-form-fake-new .form-row {
  display: flex;
}
@media (max-width: 1023px) {
  .product-form-new .form-row,
  .product-form-fake-new .form-row {
    flex-direction: column;
  }
  .product-form-new .form-row > * + *,
  .product-form-fake-new .form-row > * + * {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form-new .form-row,
  .product-form-fake-new .form-row {
    margin-bottom: 1.25rem;
  }
  .product-form-new .form-row > *:first-child,
  .product-form-fake-new .form-row > *:first-child {
    flex-grow: 1;
    margin-right: 0.9375rem;
  }
}
.product-form-new .form-row.variants,
.product-form-fake-new .form-row.variants {
  gap: 8px;
}
@media (max-width: 1023px) {
  .product-form-new .form-row.variants,
  .product-form-fake-new .form-row.variants {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product-form-new .form-row.variants :not(.input-number),
  .product-form-fake-new .form-row.variants :not(.input-number) {
    margin-top: 0;
  }
  .product-form-new .form-row.variants .input-number,
  .product-form-fake-new .form-row.variants .input-number {
    width: 100%;
  }
  .product-form-new .form-row.variants label,
  .product-form-fake-new .form-row.variants label {
    width: calc(33.3333333333% - 5.3333333333px);
  }
  .product-form-new .form-row.variants:not(:has(*:nth-last-child(n + 5))) label,
  .product-form-fake-new
    .form-row.variants:not(:has(*:nth-last-child(n + 5)))
    label {
    flex-grow: 1;
    width: unset;
  }
}
@media (min-width: 768px) {
  .product-form-new .form-row.variants .label:first-child,
  .product-form-fake-new .form-row.variants .label:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .product-form-new .form-row.variants label,
  .product-form-fake-new .form-row.variants label {
    width: unset;
    flex-grow: 1;
  }
  .product-form-new .form-row.variants:has(*:nth-last-child(n + 6)),
  .product-form-fake-new .form-row.variants:has(*:nth-last-child(n + 6)) {
    flex-wrap: wrap;
  }
  .product-form-new
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number,
  .product-form-fake-new
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number {
    width: 100%;
  }
}
.product-form-new .form-row.variants *:first-child,
.product-form-fake-new .form-row.variants *:first-child {
  margin-right: unset;
}
.product-form-new .form-row.variants:has(*:nth-last-child(n + 8)) label,
.product-form-fake-new .form-row.variants:has(*:nth-last-child(n + 8)) label {
  flex-grow: unset;
}
.product-form-new--variants.hidden,
.product-form-fake-new--variants.hidden {
  display: none;
}
.product-form-new--switch,
.product-form-fake-new--switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
.product-form-new--switch--button,
.product-form-fake-new--switch--button {
  width: 100%;
  grid-column: span 1;
  grid-row: span 2;
}
.product-form-new--switch--button--input,
.product-form-fake-new--switch--button--input {
  display: none;
}
.product-form-new--switch--button--label,
.product-form-fake-new--switch--button--label {
  height: 100%;
  cursor: pointer;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: 1px solid #bdbdbd;
}
.product-form-new--switch--button--label > *:first-child,
.product-form-fake-new--switch--button--label > *:first-child {
  margin-bottom: auto;
}
.product-form-new--switch--button--label > *:last-child,
.product-form-fake-new--switch--button--label > *:last-child {
  margin-top: -5px;
}
.product-form-new--switch--button--label--description,
.product-form-fake-new--switch--button--label--description {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
.product-form-new--switch--button--label--price,
.product-form-fake-new--switch--button--label--price {
  font-family: "GT Ultra", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
.product-form-new--switch--button:first-child
  .product-form--switch--button--label,
.product-form-fake-new--switch--button:first-child
  .product-form--switch--button--label {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-right: none;
}
.product-form-new--switch--button:last-child
  .product-form--switch--button--label,
.product-form-fake-new--switch--button:last-child
  .product-form--switch--button--label {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.product-form-new--switch--button--input:checked + label,
.product-form-fake-new--switch--button--input:checked + label {
  background-color: #567348;
  color: #fff;
}
.product-form-new--overlay,
.product-form-fake-new--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.product-form-new--after-pay.hidden,
.product-form-fake-new--after-pay.hidden {
  display: none;
}
.product-form-new--after-pay afterpay-placement,
.product-form-fake-new--after-pay afterpay-placement {
  margin: 0;
}
.product-form-new--after-pay.mobile,
.product-form-fake-new--after-pay.mobile {
  margin: 1.5625rem 0;
}
@media (min-width: 1024px) {
  .product-form-new--after-pay.mobile,
  .product-form-fake-new--after-pay.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-form-new--after-pay.desktop,
  .product-form-fake-new--after-pay.desktop {
    display: none;
  }
}
.product-form-new--policy,
.product-form-fake-new--policy {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5625rem;
}
@media (min-width: 1024px) {
  .product-form-new--policy,
  .product-form-fake-new--policy {
    margin-top: -1.5625rem;
  }
}
.product-form-new--policy > * + *,
.product-form-fake-new--policy > * + * {
  margin-left: 1.5625rem;
}
.product-form-new--policy--text,
.product-form-new--policy--rc,
.product-form-fake-new--policy--text,
.product-form-fake-new--policy--rc {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
.product-form-new--error,
.product-form-fake-new--error {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: red;
  opacity: 0;
  height: 0;
}
.product-form-new--b2b-info,
.product-form-fake-new--b2b-info {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .product-form-new--b2b-info,
  .product-form-fake-new--b2b-info {
    padding: 1rem;
    background-color: #f2efeb;
    border-radius: 1.5rem;
  }
}
.product-form-new--compare-at-price,
.product-form-fake-new--compare-at-price {
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.social-media {
  padding-top: 2.1875rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .social-media {
    padding-bottom: 0rem;
  }
}
.social-media__instagram {
  display: block;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .social-media__instagram {
    margin-bottom: 0;
  }
}
.social-media__header {
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .social-media__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0rem;
  }
}
.popular-blogs {
  overflow: hidden;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .popular-blogs {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.popular-blogs .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .popular-blogs .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .popular-blogs .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
.popular-blogs__title {
  grid-column: 1 / span 12;
}
@media (min-width: 1024px) {
  .popular-blogs__title {
    grid-column: span 12;
  }
}
.popular-blogs .side-slider {
  grid-column: 1 / span 12;
}
@media (min-width: 1024px) {
  .popular-blogs .side-slider {
    grid-column: span 9;
  }
}
@media (max-width: 1023px) {
  section.why-subscribe {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  section.why-subscribe {
    padding-top: 3.75rem;
    padding-bottom: 9.375rem;
  }
}
section.why-subscribe .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  section.why-subscribe .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  section.why-subscribe .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  section.why-subscribe .mobile {
    display: none;
  }
}
section.why-subscribe .heading {
  grid-column: 1/-1;
}
section.why-subscribe .heading .mobile {
  margin-left: auto;
}
@media (max-width: 1023px) {
  section.why-subscribe .heading {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  section.why-subscribe .heading {
    grid-column: 1 / span 3;
  }
}
@media (max-width: 1023px) {
  section.why-subscribe .key-feature {
    max-width: 350px;
  }
}
section.why-subscribe .benefits {
  grid-column: 1/-1;
}
@media (max-width: 1023px) {
  section.why-subscribe .benefits {
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
  }
  section.why-subscribe .benefits .key-feature:first-child {
    margin-top: 3.125rem;
  }
  section.why-subscribe .benefits .key-feature:last-child {
    margin-bottom: 3.125rem;
  }
  section.why-subscribe .benefits .key-feature + .key-feature {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1024px) {
  section.why-subscribe .benefits {
    height: auto !important;
    grid-column: 4 / span 8;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
    grid-template-columns: 1fr 1fr !important;
    row-gap: 5rem !important;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  section.why-subscribe .benefits {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  section.why-subscribe .benefits {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1600px) {
  section.why-subscribe .benefits {
    grid-template-columns: 1fr 1fr 1fr !important;
    row-gap: 3.125rem !important;
  }
}
section.recommendations {
  padding-top: 5.625rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  section.recommendations {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}
section.recommendations .side-slider .keen-slider__slide {
  min-width: 42%;
  max-width: 42%;
}
.wholesales {
  padding: 0;
  overflow: hidden;
}
.wholesales__hero .constrain {
  max-width: 1966px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .wholesales__hero .constrain {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .wholesales__hero .constrain > * {
    grid-column: span 6;
  }
}
.wholesales__content {
  background-color: #f2efeb;
}
.wholesales__content .constrain {
  max-width: 1966px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .wholesales__content .constrain {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2.5rem;
  }
  .wholesales__content .constrain > * {
    grid-column: span 6;
  }
}
.wholesales__intro {
  max-width: 34.375rem;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .wholesales__intro {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    padding-right: 2.5rem;
    min-height: 75vh;
  }
}
@media (min-width: 768px) {
  .wholesales__intro .wholesales__bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .wholesales__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.wholesales__intro-text {
  margin-top: 1.25rem;
}
.wholesales__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media (max-width: 499px) {
  .wholesales__buttons .button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wholesales__buttons .button {
    width: 100%;
  }
}
.wholesales__form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .wholesales__form {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .wholesales__image-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .wholesales__image-wrap {
    position: relative;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
    height: 245px;
  }
}
.wholesales__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.wholesales__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 50vw;
}
@media (max-width: 767px) {
  .wholesales__bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .wholesales__stockist {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.wholesales__benefits {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .wholesales__benefits {
    margin-top: 7.5rem;
  }
}
.wholesales__benefits-title {
  display: block;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .wholesales__benefits-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.wholesales__benefits-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 500px) and (max-width: 767px) {
  .wholesales__benefits-items {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .wholesales__benefits-items {
    flex-direction: row;
  }
}
.wholesales__benefits-item {
  display: flex;
  align-items: center;
}
@media (min-width: 500px) and (max-width: 767px) {
  .wholesales__benefits-item {
    width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 1024px) {
  .wholesales__benefits-item {
    width: calc(50% - 0.9375rem);
  }
}
.wholesales__benefits-item .icon {
  margin-right: 0.9375rem;
  min-width: 40px;
  max-width: 40px;
}
.wholesales__benefits-item .icon .circle {
  fill: #fff;
}
.cart-footer {
  background-color: #f2efeb;
}
.cart-footer .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .cart-footer .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .cart-footer .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .cart-footer .constrain {
    padding: 1.5625rem 0;
  }
}
@media (min-width: 768px) {
  .cart-footer .constrain {
    padding: 1.875rem 0;
  }
}
@media (max-width: 767px) {
  .cart-footer--total {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .cart-footer--total {
    grid-column: 1 / span 3;
  }
}
.cart-footer--total--heading {
  display: flex;
}
@media (max-width: 767px) {
  .cart-footer--total--heading {
    margin-bottom: 2.8125rem;
  }
  .cart-footer--total--heading *:last-child {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .cart-footer--total--heading {
    margin-bottom: 0.4375rem;
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
  .cart-footer--total--heading > * {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
.cart-footer--cta {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .cart-footer--cta {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .cart-footer--cta {
    grid-column: 8 / span 3;
  }
}
@media (min-width: 1024px) {
  .cart-footer--cta {
    grid-column: 9 / span 4;
  }
}
@media (max-width: 767px) {
  .cart-footer--cta--disclaimer {
    order: -1;
    margin-bottom: 1.25rem;
  }
}
.cart-footer--cta--buttons .button {
  padding: 13.5px 20px;
  height: fit-content;
}
@media (max-width: 767px) {
  .cart-footer--cta--buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .cart-footer--cta--buttons *:last-child {
    order: -1;
  }
}
@media (min-width: 1024px) {
  .cart-footer--cta--buttons {
    display: flex;
    height: fit-content;
    margin-bottom: 1.125rem;
  }
  .cart-footer--cta--buttons > * {
    flex-grow: 1;
  }
  .cart-footer--cta--buttons * + * {
    margin-left: 0.5rem;
  }
}
.cart-footer--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 239, 235, 0.8);
  backdrop-filter: blur(3px);
  pointer-events: all;
}
@media (max-width: 1023px) {
  .cart-items {
    padding-top: 2.8125rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .cart-items {
    padding-top: 5.3125rem;
    padding-bottom: 7.5rem;
  }
}
.cart-items .constrain {
  display: flex;
  flex-direction: column;
}
.cart-items--heading {
  margin-bottom: 0.625rem;
}
.cart-items--subheading > [data-cart-free-shipping-text] {
  display: none;
}
@media (max-width: 1023px) {
  .cart-items--subheading {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .cart-items--subheading {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 1024px) {
  .cart-items--content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .cart-items--content {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .cart-items--content {
    grid-template-columns: repeat(12, 1fr);
  }
}
.cart-items--content--empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .cart-items--content--empty {
    grid-column: 1/-1;
  }
}
.cart-items--content--empty > * + * {
  margin-top: 1.25rem;
}
.cart-items--content--items {
  position: relative;
}
@media (min-width: 1024px) {
  .cart-items--content--items {
    grid-column: span 7;
  }
}
.cart-items--content--items--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  pointer-events: all;
}
@media (min-width: 1024px) {
  .cart-items--content--items .cart-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
    grid-template-columns: repeat(7, 1fr) !important;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .cart-items--content--items .cart-item {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .cart-items--content--items .cart-item {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .cart-items--content--items .cart-item--image {
    grid-column: span 2;
    width: 100%;
    height: 100%;
  }
  .cart-items--content--items .cart-item--image img {
    object-fit: cover;
  }
  .cart-items--content--items .cart-item--info {
    grid-column: span 5;
    width: 100%;
  }
  .cart-items--content--items .cart-item--info > * {
    font-size: 16px;
    line-height: 22px;
  }
  .cart-items--content--items .cart-item--info--cart-off {
    display: none;
  }
  .cart-items--content--items .cart-item--info--title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 1.25rem;
  }
  .cart-items--content--items .cart-item--info--price {
    display: flex;
    margin-bottom: 0.4375rem;
  }
  .cart-items--content--items .cart-item--info--price--variant {
    display: inline-block;
    margin-right: auto;
  }
  .cart-items--content--items .cart-item--info--variant,
  .cart-items--content--items .cart-item--info--frequency,
  .cart-items--content--items .cart-item--info--subscription,
  .cart-items--content--items .cart-item--info--remove-subscription {
    display: none !important;
  }
  .cart-items--content--items .cart-item--info--subscription-freq {
    display: flex;
    margin-bottom: 2.8125rem;
  }
  .cart-items--content--items
    .cart-item--info--subscription-freq--subscription {
    margin-left: auto;
    text-decoration: underline;
    cursor: pointer;
  }
  .cart-items--content--items .cart-item--info--quantity {
    margin-top: 0;
    margin-bottom: 2.25rem;
  }
}
.cart-items--content--recommended {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 5.9375rem;
  height: fit-content;
}
@media (max-width: 1023px) {
  .cart-items--content--recommended {
    padding: 3.75rem 0;
  }
}
.cart-items--content--recommended--heading {
  font-family: "GT Super", serif;
  margin-bottom: 1.625rem;
}
@media (max-width: 1023px) {
  .cart-items--content--recommended--heading {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 350;
  }
}
.cart-items--content--recommended .card-product .card--cta {
  display: flex;
}
@media (min-width: 1024px) {
  .cart-items--content--recommended {
    grid-column: 10 / span 3;
    grid-row: 1/-1;
  }
  .cart-items--content--recommended > .card-product {
    width: 100%;
    height: unset;
  }
}
.announcement-banner {
  background-color: #567348;
  color: #fff;
  text-align: center;
  height: 0;
  z-index: 1;
}
.announcement-banner section {
  padding: 0.5rem 3.75rem;
}
@media (min-width: 768px) {
  .announcement-banner section {
    padding: 0.6875rem 3.75rem;
  }
}
.announcement-banner .constrain {
  line-height: 0;
}
.announcement-banner--text {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.0625rem;
}
@media (min-width: 768px) {
  .announcement-banner--text {
    font-size: 0.9375rem;
    line-height: 1.03125rem;
    max-width: 800px;
  }
}
.card-product {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  height: 100%;
}
.card-product:hover .card--media--overlay {
  opacity: 1;
}
.card-product:hover .card--media--overlay--content,
.card-product:hover .card--media--overlay--button-wrapper {
  top: 0;
}
.card-product .card--media {
  overflow: hidden;
  position: relative;
  background-color: #f2efeb;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .card-product .card--media {
    padding: 1.25rem;
  }
}
.card-product .card--media .card--media-wrap {
  width: 100%;
  padding-top: 120%;
}
.card-product .card--media img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.card-product .card--media--sale-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #567348;
  color: #fff;
  text-transform: uppercase;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  text-align: center;
  padding: 16.2px 0 15.8px;
  letter-spacing: 0.1em;
  font-size: 11.7px;
  line-height: 13px;
}
.card-product .card--media--overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(86, 115, 72, 0.8);
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50%;
}
@media (max-width: 1023px) {
  .card-product .card--media--overlay {
    display: none;
  }
}
.card-product .card--media--overlay--content,
.card-product .card--media--overlay--button-wrapper {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.card-product .card--media--overlay--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 10%;
}
.card-product .card--media--overlay--content .icon {
  margin-top: 1.25rem;
  transform: scale(1.5);
}
.card-product .card--media--overlay--button-wrapper {
  margin-top: auto;
  top: 25%;
}
.card-product .card--media--overlay--button-wrapper:hover {
  padding: 0 1.5625rem 1rem;
}
.card-product .card--media--overlay--button-wrapper:hover .button {
  margin-top: auto;
  border-radius: 39px;
}
.card-product .card--media--overlay--button-wrapper .button {
  width: 100%;
  transition: margin 0.3s ease-in-out, border-radius 0.3s ease;
}
@media (max-width: 1023px) {
  .card-product .card--media--overlay--button-wrapper {
    display: none;
  }
}
.card-product .card--info {
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
  flex-grow: 1;
}
.card-product .card--info--title {
  font-family: "GT Super", serif;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .card-product .card--info--title {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}
.card-product .card--info--tag {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .card-product .card--info--tag {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .card-product .card--info--tag {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .card-product .card--info .price {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .card-product .card--info .price {
    margin-top: auto;
  }
}
.card-product .card--info .price__sale {
  display: none;
}
.card-product .card--cta {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 1.5625rem;
  width: 100%;
}
.card-product .card--cta > .button {
  width: 100%;
}
@media (min-width: 1024px) {
  .card-product .card--cta {
    display: none !important;
  }
}
.card-product[data-is-on-sale] .price__regular {
  display: none;
}
.card-product[data-is-on-sale] .price__sale {
  display: flex;
}
.card-product[data-is-on-sale] .price__sale .price-item--regular {
  margin-right: 1rem;
  text-decoration: line-through;
}
.card-blog:hover .card-blog__hidden {
  transform: translateY(0);
}
.card-blog:hover .card-blog__bg-wrap:after {
  opacity: 0.7;
  visibility: visible;
}
.card-blog__bg-wrap {
  padding-top: 140%;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.card-blog__bg-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #567348;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
}
@media (max-width: 767px) {
  .card-blog__bg-wrap:after {
    display: none;
  }
}
.card-blog__hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.3s ease transform;
  padding: 1.25rem;
  z-index: 1;
}
@media (max-width: 499px) {
  .card-blog__hidden {
    display: none;
  }
}
.card-blog__intro {
  color: #fff;
  display: block;
  margin-bottom: 1.875rem;
}
.card-blog__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.card-blog__title {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.card-blog__subtitle {
  display: block;
  margin-bottom: 0.46875rem;
  color: #bdbdbd;
}
.card-blog__read-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.875rem;
}
@media (min-width: 768px) {
  .card-blog__read-more {
    display: none;
  }
}
.card-blog__read-more .icon {
  margin-left: 1.875rem;
}
.carousel {
  transition: 0.3s ease opacity;
}
.carousel__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel.is-loading {
  opacity: 0;
}
.carousel .keen-slider__slide {
  overflow: hidden;
}
.dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 1.5625rem;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .dots {
    bottom: 2.1875rem;
  }
}
@media (min-width: 1024px) {
  .dots {
    bottom: 2.8125rem;
  }
}
.dots .dot {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.dots .dot.is-active:before {
  background-color: #1e1b1b;
}
.dots .dot:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(30, 27, 27, 0.5);
  transition: background-color 0.3s ease-in-out;
}
.arrows {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 2.1875rem;
}
.arrows .arrow {
  cursor: pointer;
}
.cart-item {
  padding: 1.25rem 0 1.5625rem;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
@media (max-width: 767px) {
  .cart-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .cart-item {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .cart-item {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .cart-item {
    display: flex;
    justify-content: space-between;
  }
}
.cart-item--image {
  grid-column: span 2;
  background-color: #f2efeb;
  padding: 1.875rem 0.9375rem 0.9375rem;
  height: fit-content;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cart-item--image {
    width: 30%;
  }
}
.cart-item--image img {
  min-width: 100%;
  max-width: 100%;
  height: unset;
}
.cart-item--info {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cart-item--info {
    width: 65%;
  }
}
.cart-item--info > * {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.cart-item--info .row {
  display: flex;
}
.cart-item--info--title {
  font-family: "GT Super", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-right: auto;
}
.cart-item--info--remove {
  margin-left: 1rem;
  width: 1.25rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .cart-item--info--remove {
    display: none;
  }
}
.cart-item--info--price,
.cart-item--info--quantity {
  margin-bottom: 15px;
}
.cart-item--info--title {
  margin-bottom: 3px;
}
.cart-item--info--frequency {
  margin-top: 3px;
}
.cart-item--info--price--variant {
  display: none;
}
.cart-item--info--price--compare_at-subtotal {
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.cart-item--info--subscription-freq {
  display: none;
}
.cart-item--info--subscription {
  margin-bottom: 10px;
}
.cart-item--info--subscription,
.cart-item--info--remove-subscription {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
}
.cart-item--info--add-subscription {
  display: flex;
  text-decoration: underline;
  cursor: pointer;
}
.cart-item--info--quantity {
  margin-top: 15px;
  max-width: 9.375rem;
}
.cart-item--info--error {
  color: red;
  height: 0;
}
.dietary-requirement {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 3.125rem;
  margin-top: 0.25rem;
  padding: 0 1.625rem;
}
.dietary-requirement--icon-wrapper {
  margin-bottom: 0.4375rem;
  width: 2.8125rem;
  height: 2.8125rem;
  position: relative;
}
.dietary-requirement--icon-wrapper > .icon {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
}
.dietary-requirement--text {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
.icon {
  display: block;
}
.icon--quote {
  width: 56px;
  height: 39px;
}
.icon--instagram {
  width: 32px;
  height: 32px;
}
.icon--pinterest {
  width: 28px;
  height: 28px;
}
.icon--facebook {
  width: 16px;
  height: 30px;
}
.icon--slide-left-arrow,
.icon--slide-right-arrow {
  width: 50px;
  height: 50px;
}
.icon--slide-left-arrow .icon__bg,
.icon--slide-left-arrow .icon__arrow,
.icon--slide-right-arrow .icon__bg,
.icon--slide-right-arrow .icon__arrow {
  transition: fill 0.3s ease;
}
.icon--slide-left-arrow:hover .icon__bg,
.icon--slide-right-arrow:hover .icon__bg {
  fill: #567348;
}
.icon--slide-left-arrow:hover .icon__arrow,
.icon--slide-right-arrow:hover .icon__arrow {
  fill: #fff;
}
.icon--spinner {
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.peek-card {
  display: flex;
  position: relative;
  overflow: hidden;
  aspect-ratio: 425/635;
  cursor: pointer;
}
.peek-card.extra-wide {
  aspect-ratio: 865/475;
}
@media (min-width: 768px) {
  .peek-card:hover .peek-card--info {
    transform: translateY(0);
  }
}
.peek-card--bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.peek-card--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.peek-card--info {
  position: relative;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  padding: 1.625rem 3.4375rem 1.625rem 1.625rem;
  background-color: #567348;
  color: #fff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .peek-card--info {
    transform: translateY(60px);
    transition: transform 0.3s ease-in-out;
  }
}
.peek-card--info--preheading {
  margin-bottom: 0.625rem;
  word-wrap: normal;
}
.peek-card--info--heading {
  margin-bottom: 1.875rem;
  word-wrap: normal;
}
.peek-card--info--cta-text {
  display: flex;
  align-items: center;
}
.peek-card--info--cta-text .icon {
  margin-left: 1.875rem;
}
localization-form {
  overscroll-behavior: contain;
}
localization-form .disclosure__button {
  font-weight: 250;
  margin-bottom: -30px;
  padding-bottom: 30px;
}
localization-form #CountryList {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  color: #1e1b1b;
  z-index: 22;
  height: calc(100vh - var(--height-offset, 0px));
}
@supports (height: 100dvh) {
  localization-form #CountryList {
    height: calc(100dvh - var(--height-offset, 0px));
  }
}
@media (min-width: 1024px) {
  localization-form #CountryList {
    position: absolute;
    bottom: unset;
    top: 0;
    width: unset;
    height: unset;
    max-width: 10rem;
    top: calc(4.6875rem - 25px);
    left: -1.5625rem;
    padding: 0;
  }
}
localization-form #CountryList .constrain {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 3.125rem;
  overflow: scroll;
  overscroll-behavior: contain;
}
@media (min-width: 1024px) {
  localization-form #CountryList .constrain {
    padding: 2.1875rem;
  }
}
localization-form #CountryList .heading {
  display: flex;
  align-items: center;
  margin-top: 2.8125rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  localization-form #CountryList .heading {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}
localization-form #CountryList .heading .close-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 1024px) {
  localization-form #CountryList .heading .close-wrapper {
    display: none;
  }
}
localization-form #CountryList .disclosure__list {
  display: flex;
  flex-direction: column;
}
localization-form #CountryList .disclosure__list .disclosure__item > a {
  display: flex;
  align-items: center;
}
localization-form
  #CountryList
  .disclosure__list
  .disclosure__item
  > a
  > *:first-child {
  margin-right: 0.9375rem;
}
localization-form
  #CountryList
  .disclosure__list
  .disclosure__item
  + .disclosure__item {
  margin-top: 1.9375rem;
}
localization-form #CountryList .confirm-wrapper {
  display: flex;
  display: none;
  justify-content: center;
  width: 100vw;
  margin-top: auto;
  margin-left: calc(0px - 1.25rem);
  padding: 1.875rem 1.25rem;
  background-color: #f2efeb;
}
@media (min-width: 1024px) {
  localization-form #CountryList .confirm-wrapper {
    display: none;
  }
}
localization-form #CountryList .confirm-wrapper .button {
  width: 100%;
}
.link {
  display: inline-block;
}
.link--white {
  color: #fff;
}
.link--right-icon {
  display: inline-flex;
  align-items: center;
}
.link--right-icon .icon {
  margin-left: 1.25rem;
}
.panel {
  display: grid;
  column-gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .panel {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .panel {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1600px) {
  .panel {
    grid-template-columns: repeat(4, 1fr);
  }
}
.panel.image-panel {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100%;
  max-height: calc(75vh - 100px);
  top: -70px;
}
@media (min-width: 1600px) {
  .panel.image-panel {
    top: -120px;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.panel.image-panel > img {
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.panel--link {
  font-family: "gt super", serif;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f2efeb;
  border-top: 1px solid #f2efeb;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .panel--link {
    padding: 1.375rem 0;
  }
}
.panel--link .icon {
  width: unset;
  height: unset;
  margin-right: 1.25rem;
  transition: opacity 0.2s ease-in-out;
}
.panel--link .icon .path {
  fill: #567348;
}
.panel--link .icon .circle {
  fill: #f2efeb;
}
.panel--link .icon .path,
.panel--link .icon .circle {
  transition: fill 0.2s ease-in-out;
}
.panel--link.is-active .icon,
.panel--link:hover .icon {
  opacity: 0.7;
}
.panel--link.is-active .icon .path,
.panel--link:hover .icon .path {
  fill: #f2efeb;
}
.panel--link.is-active .icon .circle,
.panel--link:hover .icon .circle {
  fill: #567348;
}
.panel--link:active .icon {
  opacity: 1;
}
.panel--link:active .icon .path {
  fill: #f2efeb;
}
.panel--link:active .icon .circle {
  fill: #567348;
}
.search-field {
  display: flex;
  position: relative;
  padding: 0 2.5rem 1rem 0;
  border-bottom: 1px solid #1e1b1b;
  margin-bottom: 1.25rem;
}
.search-field__input::placeholder {
  color: #5e635b;
}
.search-field .icon {
  position: absolute;
  right: 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  overflow: hidden;
  color: #1e1b1b;
  z-index: 1500;
  height: 100vh;
}
@supports (height: 100dvh) {
  .modal {
    height: 100dvh;
  }
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal .modal-constrain {
  position: relative;
  padding: 2.8125rem 1.25rem 0;
  height: 100vh;
  overflow-y: scroll;
  overscroll-behavior: contain;
  background-color: #fff;
}
@media (max-width: 768px) {
  .modal .modal-constrain {
    height: 100vh;
  }
}
@media (max-width: 1023px) {
  .modal .modal-constrain {
    border-radius: 20px 20px 0 0;
  }
}
.filter-group__title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0.9375rem;
  padding-top: 1.25rem;
  border-bottom: 1px solid #1e1b1b;
  text-align: left;
}
.filter-group__title.is-active .icon {
  transform: rotate(180deg);
}
.filter-group__title .icon {
  transition: 0.3s ease transform;
}
.filter-group__expander {
  overflow: hidden;
  height: 0;
  max-height: 160px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .filter-group__expander {
    overflow-y: scroll;
  }
}
.filter-group__expander .filter {
  padding-top: 1.5625rem;
  padding-bottom: 0.625rem;
}
.pagination__items {
  display: flex;
  gap: 1.875rem;
}
.pagination__link {
  display: block;
  font-size: 16px;
  text-decoration: none;
}
.pagination__link:hover,
.pagination__link.is-active {
  font-weight: bold;
  text-decoration: underline;
}
.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form-row {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
  }
}
.form-label {
  display: block;
  margin-bottom: 0.625rem;
}
.form-input,
#wsg-account-create input[type="text"],
#wsg-account-create input[type="email"],
#wsg-account-create input[type="tel"],
#wsg-account-create input[type="password"],
#wsg-account-create textarea[type="text"],
#wsg-login input[type="text"],
#wsg-login input[type="email"],
#wsg-login input[type="tel"],
#wsg-login input[type="password"],
#wsg-login textarea[type="text"] {
  display: block;
  width: 100%;
  border-bottom: 1px solid #1e1b1b;
  padding-bottom: 0.375rem;
}
.form-textarea {
  border: 1px solid #1e1b1b;
  padding: 1.25rem;
}
.form-response {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(30, 27, 27, 0.4);
}
.form-response__container {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  width: 100%;
  max-width: 800px;
  padding: 6.25rem;
  background-color: #fff;
  text-align: center;
}
.form-response__close {
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  transition: 0.3s ease opacity;
}
.form-response__close:hover {
  opacity: 0.6;
}
.form-response__text {
  margin-top: 1.875rem;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6,
.metafield-rich_text_field h1,
.metafield-rich_text_field h2,
.metafield-rich_text_field h3,
.metafield-rich_text_field h4,
.metafield-rich_text_field h5,
.metafield-rich_text_field h6 {
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
}
.rich-text ul,
.rich-text ol,
.metafield-rich_text_field ul,
.metafield-rich_text_field ol {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding-left: 1.875rem;
}
.rich-text ul li,
.rich-text ol li,
.metafield-rich_text_field ul li,
.metafield-rich_text_field ol li {
  margin-bottom: 1rem;
}
.rich-text ul li:last-child,
.rich-text ol li:last-child,
.metafield-rich_text_field ul li:last-child,
.metafield-rich_text_field ol li:last-child {
  margin-bottom: 0;
}
.rich-text p,
.metafield-rich_text_field p {
  margin-bottom: 1.5625rem;
}
.rich-text ul,
.metafield-rich_text_field ul {
  list-style: disc;
}
.rich-text ol,
.metafield-rich_text_field ol {
  list-style: decimal;
}
.rich-text img,
.rich-text iframe,
.metafield-rich_text_field img,
.metafield-rich_text_field iframe {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.rich-text strong,
.metafield-rich_text_field strong {
  font-weight: 700;
}
.rich-text a,
.metafield-rich_text_field a {
  text-decoration: underline;
  color: #567348;
}
.rich-text a:hover,
.metafield-rich_text_field a:hover {
  text-decoration: none;
}
.rich-text em,
.metafield-rich_text_field em {
  font-style: italic;
}
.rich-text blockquote,
.metafield-rich_text_field blockquote {
  padding: 2.5rem;
}
.blog-filter {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #f2efeb;
  z-index: 2;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .blog-filter {
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 3.125rem 0 1.25rem 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .blog-filter {
    width: 100%;
    z-index: 1001;
    overflow-y: scroll;
    padding-bottom: 8.125rem;
    height: 100vh;
  }
  @supports (height: 100dvh) {
    .blog-filter {
      height: 100dvh;
    }
  }
}
.blog-filter.is-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .blog-filter.is-active {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .blog-filter__filter-wrap {
    flex-grow: 1;
  }
}
.blog-filter__title {
  display: block;
  margin-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .blog-filter__title {
    display: none;
  }
}
.blog-filter__close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 2.1875rem;
  right: 1.25rem;
}
@media (min-width: 768px) {
  .blog-filter__close {
    display: none;
  }
}
.blog-filter__footer {
  display: flex;
  width: 100%;
  gap: 0.9375rem;
  background-color: #f2efeb;
  padding: 1.25rem;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .blog-filter__footer {
    position: fixed;
    margin-top: 7.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog-filter__footer {
    position: sticky;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-filter__footer .button {
  width: 100%;
}
@media (max-width: 767px) {
  .blog-filter .button--back {
    display: none;
  }
}
@media (min-width: 768px) {
  .blog-filter .button--back {
    margin-bottom: 1.25rem;
  }
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag {
  background-color: #f2efeb;
  color: #567348;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.5625rem;
  border-radius: 1.5rem;
  margin: 0 0.9375rem 0.9375rem 0;
}
.cart-total {
  display: flex;
  flex-direction: column;
  background-color: #f2efeb;
  margin: 0 calc(0px - 1.25rem);
  padding: 1.25rem 1.25rem;
}
.cart-total--total {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2.625rem;
}
.cart-total--total--value {
  margin-left: auto;
}
.cart-total--shipping {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.cart-total--shipping > *:not(:first-child) {
  margin-top: 0.9375rem;
}
.cart-total--buttons {
  display: flex;
  flex-direction: column;
}
.cart-total--buttons > *:not(:first-child) {
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .cart-total--buttons {
    flex-direction: row;
  }
  .cart-total--buttons > * {
    flex-grow: 1;
    width: 50%;
  }
  .cart-total--buttons > *:not(:first-child) {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}
.carousel-switcher {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .carousel-switcher {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .carousel-switcher {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .carousel-switcher {
    grid-template-columns: repeat(12, 1fr);
  }
}
.carousel-switcher__links {
  display: flex;
  flex-direction: column;
  grid-column: 1 / span 4;
  z-index: 1;
}
@media (min-width: 768px) {
  .carousel-switcher__links {
    display: flex;
    flex-direction: row;
    grid-column: span 12;
  }
}
.carousel-switcher__subtitle {
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .carousel-switcher__subtitle {
    margin-bottom: 1.25rem;
  }
}
.carousel-switcher__link {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  text-align: left;
  margin-top: 0.625rem;
  padding-right: 1.5rem;
}
.carousel-switcher__link.is-active,
.carousel-switcher__link:hover {
  opacity: 1;
  padding-right: 1.5rem;
  margin-top: 0.625rem;
}
.carousel-switcher__link + .carousel-switcher__link {
  margin-top: 0.625rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .carousel-switcher__link + .carousel-switcher__link {
    margin-top: 0.75rem;
    padding-right: 1.5rem;
  }
}
.carousel-switcher__container {
  grid-column: 1/-1;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .carousel-switcher__container {
    grid-column: span 12;
  }
}
.carousel-switcher__tab {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: visible;
}
.carousel-switcher__tab.is-active {
  position: relative;
}
.featured-blog__bg-wrap {
  height: 500px;
  overflow: hidden;
  padding: 2.5rem;
}
.featured-blog__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.featured-blog__content {
  display: block;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  max-width: 600px;
}
@media (max-width: 767px) {
  .featured-blog__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.featured-blog__subtitle {
  display: block;
  margin-bottom: 0.46875rem;
  color: #bdbdbd;
}
.tabs {
  position: relative;
}
.tabs__links {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .tabs__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .tabs__links {
    gap: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .tabs__links {
    gap: 3.125rem;
  }
}
@media (max-width: 767px) {
  .tabs__links .button {
    margin-top: 1.875rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tabs__links .button {
    margin-left: auto;
  }
}
.tabs__link {
  opacity: 0.3;
  transition: 0.3s ease opacity;
}
@media (min-width: 1024px) {
  .tabs__link {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
.tabs__link.is-active {
  opacity: 1;
}
.tabs__container .tabs {
  margin-bottom: 6.25rem;
}
.tabs__container .panel {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.tabs__container .panel .icon {
  pointer-events: none;
}
.tabs__container .panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.quote__text {
  display: block;
}
.quote__author {
  display: block;
  margin-top: 1.5625rem;
}
.quote__author:before {
  content: "– ";
}
.quote .icon {
  margin-bottom: 2.5rem;
}
.filter-expander__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}
.filter-expander__content {
  height: auto;
  overflow: hidden;
}
.rc_layout__container {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .rc_layout__container {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
#customer_tab_content .row.grid {
  width: 100%;
  justify-content: center;
}
#recharge-customer-portal {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  #recharge-customer-portal {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.key-feature {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .key-feature__title {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .key-feature__title {
    max-width: 250px;
  }
}
.key-feature__subtitle {
  margin-bottom: 0.78125rem;
  max-width: 270px;
}
.key-feature__text {
  line-height: 22px;
}
.key-feature .icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1.5625rem;
}
.product-media-carousel {
  background-color: #f2efeb;
}
.product-media-carousel .keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media-carousel .keen-slider__slide img {
  height: 100%;
  width: auto;
}
@media (max-width: 1023px) {
  .product-media-carousel {
    margin: 0 calc(0px - 1.25rem) 1.875rem;
    padding: 1.25rem 1.25rem;
  }
  .product-media-carousel .dots {
    bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .product-media-carousel {
    margin: 0 calc(0px - 2.5rem) 1.875rem;
    padding: 4.375rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product-media-carousel {
    padding: 8.125rem 0;
  }
}
.product-media-carousel--sale-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #567348;
  color: #fff;
  text-transform: uppercase;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  text-align: center;
  padding: 16.2px 0 15.8px;
  letter-spacing: 0.1em;
  font-size: 11.7px;
  line-height: 13px;
}
.product-media-carousel-v2 {
  background-color: #f2efeb;
}
.product-media-carousel-v2 .keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media-carousel-v2 .keen-slider__slide img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .product-media-carousel-v2 {
    padding: 1.25rem 1.25rem;
  }
  .product-media-carousel-v2 .dots {
    bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .product-media-carousel-v2 {
    padding: 4.375rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product-media-carousel-v2 {
    padding: 5.3125rem 0;
  }
}
.product-info {
  display: flex;
  flex-direction: column;
  padding: 3.125rem 0;
}
@media (min-width: 1024px) {
  .product-info {
    padding: 5.3125rem 0;
    width: 50%;
    padding-left: 6.25rem;
    max-width: 983px;
  }
}
@media (min-width: 1600px) {
  .product-info {
    padding-left: 12.8125rem;
    padding-right: 10.3125rem;
  }
}
.product-info .product-breadcrumbs {
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .product-info .product-breadcrumbs {
    margin-bottom: 2.8125rem;
  }
}
.product-info--title {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .product-info--title {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .product-info--images.mobile {
    display: none;
  }
}
.product-info--restock {
  display: none;
  margin-bottom: 2.8125rem;
}
.product-info--restock > button {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .product-info--restock.mobile {
    display: none !important;
  }
}
.product-info--description {
  margin-bottom: 2.1875rem;
  margin-right: 10%;
  font-size: 1rem;
  line-height: 1.5rem;
}
.product-info--dietary-req {
  margin-bottom: 3.4375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  row-gap: 0.625rem;
}
@media (min-width: 1024px) {
  .product-info--dietary-req {
    grid-template-columns: repeat(6, 1fr);
  }
}
.product-info--faq .product-info--content--wrapper {
  display: flex;
  flex-direction: column;
}
.product-info--faq .product-info--content--wrapper > * + * {
  margin-top: 3.125rem;
}
.product-info--heading {
  position: relative;
  padding: 1.5625rem 1.5625rem 1.5625rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
}
.product-info--heading .icon {
  position: absolute;
  right: 0;
}
.product-info--content {
  overflow: hidden;
  height: 0;
  border-bottom: 1px solid #1e1b1b;
  margin: 0 calc(0px - 1.25rem);
  padding: 0 1.25rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-info--content {
    margin: 0 calc(0px - 2.5rem);
    padding: 0 2.5rem;
  }
}
.product-info--content--wrapper {
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 1023px) {
  .product-info--purchase {
    background-color: #f2efeb;
    margin: 0 calc(0px - 1.25rem);
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-info--purchase {
    margin: 0 calc(0px - 2.5rem);
    padding: 0 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product-info--purchase.mobile {
    display: none;
  }
}
.product-info--purchase.desktop {
  margin-bottom: 3.125rem;
}
@media (max-width: 1023px) {
  .product-info--purchase.desktop {
    display: none;
  }
}
.product-info--purchase > .product-info--content {
  height: auto;
}
.product-info--purchase > .product-info--content form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .product-info--purchase .product-form--overlay {
    background-color: rgba(242, 239, 235, 0.8);
  }
}
.product-info--reviews--preview {
  margin-left: auto;
}
.product-info--reviews #judgeme_product_reviews {
  display: unset;
}
.product-info--reviews .jdgm-rev-widg__summary-average {
  display: none;
}
.product-info--about-image {
  max-width: 100%;
}
.product-info--about-image img {
  object-fit: contain;
  min-width: 100%;
  max-width: 100%;
}
.product-info .tag-list {
  margin-bottom: 3.4375rem;
}
.product-form,
.product-form-fake {
  display: flex;
  flex-direction: column;
}
.product-form .restock-alerts-notify-button,
.product-form .restock-alerts-branding-text,
.product-form-fake .restock-alerts-notify-button,
.product-form-fake .restock-alerts-branding-text {
  display: none;
}
@media (max-width: 1023px) {
  .product-form > *,
  .product-form-fake > * {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form > *,
  .product-form-fake > * {
    margin-bottom: 1.5625rem;
  }
  .product-form > *[type="submit"],
  .product-form-fake > *[type="submit"] {
    margin-bottom: 0;
  }
}
.product-form .form-row,
.product-form-fake .form-row {
  display: flex;
}
@media (max-width: 1023px) {
  .product-form .form-row,
  .product-form-fake .form-row {
    flex-direction: column;
  }
  .product-form .form-row > * + *,
  .product-form-fake .form-row > * + * {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form .form-row,
  .product-form-fake .form-row {
    margin-bottom: 1.25rem;
  }
  .product-form .form-row > *:first-child,
  .product-form-fake .form-row > *:first-child {
    flex-grow: 1;
    margin-right: 0.9375rem;
  }
}
.product-form .form-row.variants,
.product-form-fake .form-row.variants {
  gap: 8px;
}
@media (max-width: 1023px) {
  .product-form .form-row.variants,
  .product-form-fake .form-row.variants {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product-form .form-row.variants :not(.input-number),
  .product-form-fake .form-row.variants :not(.input-number) {
    margin-top: 0;
  }
  .product-form .form-row.variants .input-number,
  .product-form-fake .form-row.variants .input-number {
    width: 100%;
  }
  .product-form .form-row.variants label,
  .product-form-fake .form-row.variants label {
    width: calc(33.3333333333% - 5.3333333333px);
  }
  .product-form .form-row.variants:not(:has(*:nth-last-child(n + 5))) label,
  .product-form-fake
    .form-row.variants:not(:has(*:nth-last-child(n + 5)))
    label {
    flex-grow: 1;
    width: unset;
  }
}
@media (min-width: 768px) {
  .product-form .form-row.variants .label:first-child,
  .product-form-fake .form-row.variants .label:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .product-form .form-row.variants label,
  .product-form-fake .form-row.variants label {
    width: unset;
    flex-grow: 1;
  }
  .product-form .form-row.variants:has(*:nth-last-child(n + 6)),
  .product-form-fake .form-row.variants:has(*:nth-last-child(n + 6)) {
    flex-wrap: wrap;
  }
  .product-form .form-row.variants:has(*:nth-last-child(n + 6)) .input-number,
  .product-form-fake
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number {
    width: 100%;
  }
}
.product-form .form-row.variants *:first-child,
.product-form-fake .form-row.variants *:first-child {
  margin-right: unset;
}
.product-form .form-row.variants:has(*:nth-last-child(n + 8)) label,
.product-form-fake .form-row.variants:has(*:nth-last-child(n + 8)) label {
  flex-grow: unset;
}
.product-form--variants.hidden,
.product-form-fake--variants.hidden {
  display: none;
}
.product-form--switch,
.product-form-fake--switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
.product-form--switch--button,
.product-form-fake--switch--button {
  width: 100%;
  grid-column: span 1;
  grid-row: span 2;
}
.product-form--switch--button--input,
.product-form-fake--switch--button--input {
  display: none;
}
.product-form--switch--button--label,
.product-form-fake--switch--button--label {
  height: 100%;
  cursor: pointer;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: 1px solid #bdbdbd;
}
.product-form--switch--button--label > *:first-child,
.product-form-fake--switch--button--label > *:first-child {
  margin-bottom: auto;
}
.product-form--switch--button--label > *:last-child,
.product-form-fake--switch--button--label > *:last-child {
  margin-top: -5px;
}
.product-form--switch--button--label--description,
.product-form-fake--switch--button--label--description {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
.product-form--switch--button--label--price,
.product-form-fake--switch--button--label--price {
  font-family: "GT Ultra", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
.product-form--switch--button:first-child .product-form--switch--button--label,
.product-form-fake--switch--button:first-child
  .product-form--switch--button--label {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-right: none;
}
.product-form--switch--button:last-child .product-form--switch--button--label,
.product-form-fake--switch--button:last-child
  .product-form--switch--button--label {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.product-form--switch--button--input:checked + label,
.product-form-fake--switch--button--input:checked + label {
  background-color: #567348;
  color: #fff;
}
.product-form--overlay,
.product-form-fake--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.product-form--after-pay.hidden,
.product-form-fake--after-pay.hidden {
  display: none;
}
.product-form--after-pay afterpay-placement,
.product-form-fake--after-pay afterpay-placement {
  margin: 0;
}
.product-form--after-pay.mobile,
.product-form-fake--after-pay.mobile {
  margin: 1.5625rem 0;
}
@media (min-width: 1024px) {
  .product-form--after-pay.mobile,
  .product-form-fake--after-pay.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-form--after-pay.desktop,
  .product-form-fake--after-pay.desktop {
    display: none;
  }
}
.product-form--policy,
.product-form-fake--policy {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5625rem;
}
@media (min-width: 1024px) {
  .product-form--policy,
  .product-form-fake--policy {
    margin-top: -1.5625rem;
  }
}
.product-form--policy > * + *,
.product-form-fake--policy > * + * {
  margin-left: 1.5625rem;
}
.product-form--policy--text,
.product-form--policy--rc,
.product-form-fake--policy--text,
.product-form-fake--policy--rc {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
.product-form--error,
.product-form-fake--error {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: red;
  opacity: 0;
  height: 0;
}
.product-form--b2b-info,
.product-form-fake--b2b-info {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .product-form--b2b-info,
  .product-form-fake--b2b-info {
    padding: 1rem;
    background-color: #f2efeb;
    border-radius: 1.5rem;
  }
}
.product-form--compare-at-price,
.product-form-fake--compare-at-price {
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.product-info-v2 {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .product-v2--info.product-info-v2 {
    padding-top: 5.3125rem !important;
  }
}
@media (min-width: 1024px) {
  .product-info-v2 {
    padding: 6.25rem 6.25rem;
    min-width: 25%;
    max-width: 983px;
  }
}
.product-info-v2 label:has(input[type="radio"]:checked) {
  color: #000 !important;
  background-color: #eef7e5 !important;
}
@media (min-width: 1600px) {
  .product-info-v2 {
    padding-left: 10rem;
    padding-right: 10rem;
    max-width: 73.125rem !important;
    margin: 0 auto;
    min-width: unset;
    width: 100%;
  }
}
.product-info-v2--sale-badge {
  position: absolute;
  top: 1.4375rem;
  left: 1.8125rem;
  background-color: #567348;
  color: #fff;
  text-transform: uppercase;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  text-align: center;
  padding: 16.2px 0 15.8px;
  letter-spacing: 0.1em;
  font-size: 11.7px;
  line-height: 13px;
}
.product-info-v2--title {
  padding: 0 1.625rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .product-info-v2--title {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    padding: 0;
  }
}
.product-info-v2--price {
  padding: 0 1.625rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .product-info-v2--price {
    margin-bottom: 0rem;
    padding: 0rem;
  }
}
.product-info-v2--price span:first-of-type:has(+ span) {
  text-decoration: line-through;
}
.product-info-v2--price > span + span {
  color: red;
  white-space: pre-wrap;
}
.product-info-v2--images.mobile {
  order: -1;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .product-info-v2--images.mobile {
    display: none;
    margin-bottom: 0rem;
  }
}
.product-info-v2--restock {
  display: none;
  margin-bottom: 2.8125rem;
}
.product-info-v2--restock > button {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .product-info-v2--restock.mobile {
    display: none !important;
  }
}
.product-info-v2--description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 1.625rem;
}
@media (min-width: 1024px) {
  .product-info-v2--description {
    padding: 0rem;
    margin: 0rem;
  }
}
.product-info-v2--hash-link {
  display: flex;
  padding: 0 1.625rem;
  margin-bottom: 0rem;
  flex-direction: column;
  color: #567348;
}
@media (min-width: 1024px) {
  .product-info-v2--hash-link {
    padding: 0rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0rem;
  }
  .product-info-v2--hash-link > li:not(:first-of-type)::before {
    content: "•";
    padding: 0rem 0.75rem;
  }
}
.product-info-v2--tag-list {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 0rem;
  align-items: start;
  padding: 0 1.625rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .product-info-v2--tag-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0rem;
  }
}
.product-info-v2--tag-list > h5 {
  padding-bottom: 0.5rem;
}
.product-info-v2--tag-list > div {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.product-info-v2--tag-list > div > span {
  border-radius: 24px;
  border: 1px solid #bdbdbd;
  padding: 9px 20px;
  color: #000;
}
.product-info-v2--faq .product-info--content--wrapper {
  display: flex;
  flex-direction: column;
}
.product-info-v2--faq .product-info--content--wrapper > * + * {
  margin-top: 3.125rem;
}
.product-info-v2--heading {
  position: relative;
  padding: 1.5625rem 1.5625rem 1.5625rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
}
.product-info-v2--heading .icon {
  position: absolute;
  right: 0;
}
.product-info-v2--content {
  overflow: hidden;
  height: 0;
  border-bottom: 1px solid #1e1b1b;
  margin: 0 calc(0px - 1.25rem);
  padding: 0 1.25rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-info-v2--content {
    margin: 0 calc(0px - 2.5rem);
    padding: 0 2.5rem;
  }
}
.product-info-v2--content--wrapper {
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
}
.product-info-v2--purchase.mobile {
  padding: 0 1.625rem;
  border-top: 1px solid #567348;
  border-bottom: 1px solid #567348;
}
@media (min-width: 1024px) {
  .product-info-v2--purchase.mobile {
    display: none;
  }
}
.product-info-v2--purchase.desktop {
  margin-top: 2rem;
  margin-bottom: 1.125rem;
  border-top: 1px solid #bdbdbd;
  padding-top: 2rem;
}
@media (max-width: 1023px) {
  .product-info-v2--purchase.desktop {
    display: none;
  }
}
.product-info-v2--purchase > .product-info--content {
  height: auto;
}
.product-info-v2--purchase > .product-info--content form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .product-info-v2--purchase .product-form--overlay {
    background-color: rgba(242, 239, 235, 0.8);
  }
}
.product-info-v2--reviews--preview {
  margin-left: auto;
}
.product-info-v2--reviews #judgeme_product_reviews {
  display: unset;
}
.product-info-v2--reviews .jdgm-rev-widg__summary-average {
  display: none;
}
.product-info-v2 .tag-list {
  margin-bottom: 3.4375rem;
}
.product-info-v2 .jdgm-prev-badge {
  padding: 0 1.625rem;
  color: #1e1b1b;
}
@media (min-width: 1024px) {
  .product-info-v2 .jdgm-prev-badge {
    padding-left: 0rem;
    padding-top: 0.25rem;
  }
}
.product-info-v2 .jdgm-prev-badge .jdgm-star {
  color: gold !important;
}
.product-form-v2,
.product-form-fake-v2 {
  display: flex;
  flex-direction: column;
}
.product-form-v2 .restock-alerts-notify-button,
.product-form-v2 .restock-alerts-branding-text,
.product-form-fake-v2 .restock-alerts-notify-button,
.product-form-fake-v2 .restock-alerts-branding-text {
  display: none;
}
@media (max-width: 1023px) {
  .product-form-v2 > *,
  .product-form-fake-v2 > * {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form-v2 > *,
  .product-form-fake-v2 > * {
    margin-bottom: 1.5625rem;
  }
  .product-form-v2 > *[type="submit"],
  .product-form-fake-v2 > *[type="submit"] {
    margin-bottom: 0;
  }
}
.product-form-v2 .form-row,
.product-form-fake-v2 .form-row {
  display: flex;
}
@media (max-width: 1023px) {
  .product-form-v2 .form-row,
  .product-form-fake-v2 .form-row {
    flex-direction: column;
  }
  .product-form-v2 .form-row > * + *,
  .product-form-fake-v2 .form-row > * + * {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form-v2 .form-row,
  .product-form-fake-v2 .form-row {
    margin-bottom: 1.25rem;
  }
  .product-form-v2 .form-row > *:first-child,
  .product-form-fake-v2 .form-row > *:first-child {
    flex-grow: 1;
    margin-right: 0.9375rem;
  }
}
.product-form-v2 .form-row.variants,
.product-form-fake-v2 .form-row.variants {
  gap: 8px;
}
@media (max-width: 1023px) {
  .product-form-v2 .form-row.variants,
  .product-form-fake-v2 .form-row.variants {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product-form-v2 .form-row.variants :not(.input-number),
  .product-form-fake-v2 .form-row.variants :not(.input-number) {
    margin-top: 0;
  }
  .product-form-v2 .form-row.variants .input-number,
  .product-form-fake-v2 .form-row.variants .input-number {
    width: 100%;
  }
  .product-form-v2 .form-row.variants label,
  .product-form-fake-v2 .form-row.variants label {
    width: calc(33.3333333333% - 5.3333333333px);
  }
  .product-form-v2 .form-row.variants:not(:has(*:nth-last-child(n + 5))) label,
  .product-form-fake-v2
    .form-row.variants:not(:has(*:nth-last-child(n + 5)))
    label {
    flex-grow: 1;
    width: unset;
  }
}
@media (min-width: 768px) {
  .product-form-v2 .form-row.variants .label:first-child,
  .product-form-fake-v2 .form-row.variants .label:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .product-form-v2 .form-row.variants label,
  .product-form-fake-v2 .form-row.variants label {
    width: unset;
    flex-grow: 1;
  }
  .product-form-v2 .form-row.variants:has(*:nth-last-child(n + 6)),
  .product-form-fake-v2 .form-row.variants:has(*:nth-last-child(n + 6)) {
    flex-wrap: wrap;
  }
  .product-form-v2
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number,
  .product-form-fake-v2
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number {
    width: 100%;
  }
}
.product-form-v2 .form-row.variants *:first-child,
.product-form-fake-v2 .form-row.variants *:first-child {
  margin-right: unset;
}
.product-form-v2 .form-row.variants:has(*:nth-last-child(n + 8)) label,
.product-form-fake-v2 .form-row.variants:has(*:nth-last-child(n + 8)) label {
  flex-grow: unset;
}
.product-form-v2--variants.hidden,
.product-form-fake-v2--variants.hidden {
  display: none;
}
.product-form-v2--switch,
.product-form-fake-v2--switch {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
.product-form-v2--switch--button,
.product-form-fake-v2--switch--button {
  width: 100%;
  grid-column: span 1;
  grid-row: span 2;
}
.product-form-v2--switch--button--input,
.product-form-fake-v2--switch--button--input {
  display: none;
}
.product-form-v2--switch--button--label,
.product-form-fake-v2--switch--button--label {
  height: 3.125rem;
  cursor: pointer;
  padding: 0.625rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  border: 1px solid #bdbdbd;
}
.product-form-v2--switch--button--label--description,
.product-form-fake-v2--switch--button--label--description {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
}
.product-form-v2--switch--button--label--description > i,
.product-form-fake-v2--switch--button--label--description > i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.product-form-v2--switch--button--label--description > i svg circle:last-child,
.product-form-fake-v2--switch--button--label--description
  > i
  svg
  circle:last-child {
  opacity: 0;
}
.product-form-v2--switch--button--label--description > strong,
.product-form-fake-v2--switch--button--label--description > strong {
  display: block;
  position: relative;
  color: #1e1b1b;
  background-color: #eef7e5;
  border: 1px solid #567348;
  padding: 0.5rem 1.375rem 0.375rem 1.375rem;
  margin-left: 0.9375rem;
  border-radius: 1.5rem;
  font-weight: 700;
}
.product-form-v2--switch--button--label--price,
.product-form-fake-v2--switch--button--label--price {
  font-family: "GT Ultra", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
.product-form-v2--switch--button--label--compare-price,
.product-form-fake-v2--switch--button--label--compare-price {
  opacity: 0.5;
  text-decoration: line-through;
  margin-right: 8px;
}
.product-form-v2--switch--button:first-child
  .product-form--switch--button--label,
.product-form-fake-v2--switch--button:first-child
  .product-form--switch--button--label {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom: 0;
}
.product-form-v2--switch--button:last-child
  .product-form--switch--button--label,
.product-form-fake-v2--switch--button:last-child
  .product-form--switch--button--label {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-top: 0;
}
.product-form-v2--switch--button--input:checked + label,
.product-form-fake-v2--switch--button--input:checked + label {
  background-color: #f2efeb;
  color: #1e1b1b;
}
.product-form-v2--switch--button--input:checked + label i svg circle:last-child,
.product-form-fake-v2--switch--button--input:checked
  + label
  i
  svg
  circle:last-child {
  opacity: 1;
}
.product-form-v2--overlay,
.product-form-fake-v2--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.product-form-v2--after-pay.hidden,
.product-form-fake-v2--after-pay.hidden {
  display: none;
}
.product-form-v2--after-pay afterpay-placement,
.product-form-fake-v2--after-pay afterpay-placement {
  margin: 0;
}
.product-form-v2--after-pay.mobile,
.product-form-fake-v2--after-pay.mobile {
  margin: 1.5625rem 0;
}
@media (min-width: 1024px) {
  .product-form-v2--after-pay.mobile,
  .product-form-fake-v2--after-pay.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-form-v2--after-pay.desktop,
  .product-form-fake-v2--after-pay.desktop {
    display: none;
  }
}
.product-form-v2--policy,
.product-form-fake-v2--policy {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.625rem;
}
@media (min-width: 1024px) {
  .product-form-v2--policy,
  .product-form-fake-v2--policy {
    margin-top: -1.5625rem;
  }
}
.product-form-v2--policy > * + *,
.product-form-fake-v2--policy > * + * {
  margin-left: 1.5625rem;
}
.product-form-v2--policy--text,
.product-form-v2--policy--rc,
.product-form-fake-v2--policy--text,
.product-form-fake-v2--policy--rc {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
.product-form-v2--error,
.product-form-fake-v2--error {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: red;
  opacity: 0;
  height: 0;
}
.product-form-v2--b2b-info,
.product-form-fake-v2--b2b-info {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .product-form-v2--b2b-info,
  .product-form-fake-v2--b2b-info {
    padding: 1rem;
    background-color: #f2efeb;
    border-radius: 1.5rem;
  }
}
.product-form-v2--compare-at-price,
.product-form-fake-v2--compare-at-price {
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.product-form-v2 .button--tertiary,
.product-form-fake-v2 .button--tertiary {
  border-radius: 0.5rem;
  padding: 0.8125rem 2.4375rem;
}
.side-slider {
  transition: 0.3s ease opacity;
}
.side-slider.is-loading {
  opacity: 0;
}
.side-slider .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  overflow: hidden;
}
.side-slider__arrows {
  display: flex;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 767px) {
  .side-slider__arrows {
    display: none;
  }
}
.side-slider__arrow {
  pointer-events: all;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
}
.side-slider__arrow.is-disabled {
  opacity: 0;
  visibility: hidden;
}
.side-slider--social-media .keen-slider {
  overflow: unset;
}
.side-slider--social-media .keen-slider__slide {
  overflow: hidden;
  border-radius: 10px;
}
.side-slider--social-media .keen-slider__slide.square {
  max-width: 220px;
  min-width: 220px;
  height: 220px;
}
.side-slider--social-media .keen-slider__slide.rectangle {
  max-width: 355px;
  min-width: 355px;
  height: 220px;
}
.side-slider--social-media .keen-slider__media {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.side-slider--default {
  width: 100%;
}
@media (min-width: 1024px) {
  .side-slider--default .keen-slider[data-keen-slider-disabled] {
    display: flex;
    gap: 1.875rem;
  }
}
@media (max-width: 499px) {
  .side-slider--default
    .keen-slider[data-keen-slider-disabled]
    .keen-slider__slide {
    width: 100%;
    margin-bottom: 2.8125rem;
  }
  .side-slider--default
    .keen-slider[data-keen-slider-disabled]
    .keen-slider__slide:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .side-slider--default
    .keen-slider[data-keen-slider-disabled]
    .keen-slider__slide {
    width: 33.333%;
    max-width: 400px;
  }
}
@media (min-width: 500px) and (max-width: 1023px) {
  .side-slider--default .keen-slider:not([data-keen-slider-disabled]) {
    overflow: unset;
  }
}
@media (min-width: 500px) {
  .side-slider--default
    .keen-slider:not([data-keen-slider-disabled])
    .keen-slider__slide {
    min-width: 30%;
    max-width: 30%;
  }
}
.side-slider--products {
  overflow: unset;
}
.side-slider--products .side-slider__arrows {
  top: 40%;
}
.side-slider--products .keen-slider:not([data-keen-slider-disabled]) {
  display: flex;
  overflow: unset;
}
.side-slider--products
  .keen-slider:not([data-keen-slider-disabled])
  .keen-slider__slide {
  width: 100%;
  min-width: 70%;
  max-width: 70%;
}
@media (min-width: 500px) {
  .side-slider--products
    .keen-slider:not([data-keen-slider-disabled])
    .keen-slider__slide {
    min-width: 300px;
    max-width: 300px;
  }
}
.side-slider--blog {
  overflow: unset;
}
.side-slider--blog .side-slider__arrows {
  top: 40%;
}
.side-slider--blog .keen-slider {
  display: flex;
  overflow: unset;
}
@media (max-width: 499px) {
  .side-slider--blog .keen-slider {
    gap: 1.875rem;
    flex-direction: column;
  }
}
.side-slider--blog .keen-slider .keen-slider__slide {
  width: 100%;
}
@media (min-width: 500px) {
  .side-slider--blog .keen-slider .keen-slider__slide {
    min-width: 42%;
    max-width: 42%;
  }
}
@media (min-width: 1024px) {
  .side-slider--blog .keen-slider .keen-slider__slide {
    min-width: calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
  }
}
.side-slider--blog-index {
  overflow: unset;
}
.side-slider--blog-index .side-slider__arrows {
  top: 40%;
}
.side-slider--blog-index .keen-slider {
  display: flex;
  overflow: unset;
}
.side-slider--blog-index .keen-slider .keen-slider__slide {
  width: 100%;
  min-width: 70%;
  max-width: 70%;
}
@media (min-width: 500px) {
  .side-slider--blog-index .keen-slider .keen-slider__slide {
    min-width: 300px;
    max-width: 300px;
  }
}
.side-slider--overflow-effect .side-slider__container:after {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: translateX(-100%);
}
.social-icons {
  display: flex;
  gap: 2.1875rem;
}
.social-icons__link {
  cursor: pointer;
  display: block;
  transition: 0.3s ease opacity;
}
.social-icons__link:hover {
  opacity: 0.7;
}
.social-icons .icon {
  color: #1e1b1b;
}
.social-icons--green .icon {
  color: #567348;
}
.shopify-richtext,
.shopify-richtext > .rte,
.metafield-rich_text_field {
  display: flex;
  flex-direction: column;
}
.shopify-richtext h1,
.shopify-richtext h2,
.shopify-richtext h3,
.shopify-richtext h4,
.shopify-richtext h5,
.shopify-richtext h6,
.shopify-richtext > .rte h1,
.shopify-richtext > .rte h2,
.shopify-richtext > .rte h3,
.shopify-richtext > .rte h4,
.shopify-richtext > .rte h5,
.shopify-richtext > .rte h6,
.metafield-rich_text_field h1,
.metafield-rich_text_field h2,
.metafield-rich_text_field h3,
.metafield-rich_text_field h4,
.metafield-rich_text_field h5,
.metafield-rich_text_field h6 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 20px;
  line-height: 26px;
}
.shopify-richtext ul,
.shopify-richtext ol,
.shopify-richtext > .rte ul,
.shopify-richtext > .rte ol,
.metafield-rich_text_field ul,
.metafield-rich_text_field ol {
  list-style-type: disc;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.shopify-richtext strong,
.shopify-richtext > .rte strong,
.metafield-rich_text_field strong {
  font-weight: 400;
}
.shopify-richtext em,
.shopify-richtext > .rte em,
.metafield-rich_text_field em {
  font-style: italic;
}
.shopify-richtext a,
.shopify-richtext > .rte a,
.metafield-rich_text_field a {
  text-decoration: underline;
}
.shopify-richtext p,
.shopify-richtext > .rte p,
.metafield-rich_text_field p {
  min-height: 1rem;
}
.shopify-richtext > *:first-child,
.shopify-richtext > .rte > *:first-child,
.metafield-rich_text_field > *:first-child {
  margin-top: 0;
}
.nutritional-table {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
}
.nutritional-table--reduce-padding {
  margin-bottom: -6.875rem;
}
.nutritional-table--servings {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
}
.nutritional-table--table {
  display: table;
  border-top: 1px solid #567348;
}
.nutritional-table--table thead > tr > th {
  padding-top: 1.5625rem;
  padding-bottom: 1.875rem;
  text-align: end;
}
.nutritional-table--table thead > tr > th:last-child {
  min-width: 140px;
}
.nutritional-table--table > caption {
  margin-top: 0.75rem;
  margin-bottom: 0.9375rem;
  text-align: left;
  color: #567348;
}
.nutritional-table--table tbody > tr > td:not(:first-child) {
  text-align: end;
}
.nutritional-table--table tbody > tr:not(:first-child) > td {
  padding-top: 0.9375rem;
}
.nutritional-table--rdi {
  margin-top: 2rem;
}
#judgeme_product_reviews .jdgm-rev-widg .jdgm-histogram,
#judgeme_product_reviews .jdgm-rev-widg .jdgm-row-actions,
#judgeme_product_reviews .jdgm-rev-widg .jdgm-row-extra {
  display: none !important;
}
#judgeme_product_reviews .jdgm-rev-widg__header {
  text-align: left;
}
#judgeme_product_reviews .jdgm-rev-widg__title {
  display: none;
}
#judgeme_product_reviews .jdgm-rev-widg__summary-stars {
  display: flex;
}
#judgeme_product_reviews .jdgm-rev-widg__summary-average {
  line-height: 1.5;
}
#judgeme_product_reviews .jdgm-rev-widg .jdgm-write-rev-link {
  margin: 0;
  text-align: center;
  font-weight: normal;
}
#judgeme_product_reviews .jdgm-rev-widg .jdgm-btn {
  font-weight: normal;
}
#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev__icon,
#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev__actions {
  display: none !important;
}
.rc-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #191d48;
  color: #fff;
  padding: 12px;
  width: 310px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .rc-tooltip {
    left: 25%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .rc-tooltip {
    left: 50%;
    transform: translateX(-50%);
  }
}
.rc-tooltip .btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #191d48;
  font-size: 12px;
  line-height: 16px;
  border-radius: 50px;
  width: fit-content;
  margin-left: auto;
  padding: 5px 5px;
  white-space: nowrap;
}
.rc-tooltip .btn svg {
  margin-left: 0.25rem;
  height: 16px;
}
.filter {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #1e1b1b;
}
.filter--label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter--label > .icon-wrapper {
  padding-left: 1rem;
  margin-left: auto;
}
.filter--option-wrapper {
  height: 0;
  overflow: hidden;
}
.filter--option {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter--option.checked,
.filter--option:hover {
  font-weight: 400;
}
.filter--option * {
  font-weight: inherit;
}
.filter .filter--option + .filter--option {
  margin-top: 0.8125rem;
}
.filter .filter--option:last-child {
  margin-bottom: 1.25rem;
}
.filter + .filter {
  margin-top: 1.875rem;
}
.user-forms {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .user-forms {
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 43.75rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .user-forms--login .user-forms__col:first-child,
  .user-forms--register .user-forms__col:first-child,
  .user-forms--password-reset .user-forms__col:first-child,
  .user-forms--activate .user-forms__col:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .user-forms--login .user-forms__col:first-child,
  .user-forms--register .user-forms__col:first-child,
  .user-forms--password-reset .user-forms__col:first-child,
  .user-forms--activate .user-forms__col:first-child {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .user-forms--login .user-forms__col:first-child,
  .user-forms--register .user-forms__col:first-child,
  .user-forms--password-reset .user-forms__col:first-child,
  .user-forms--activate .user-forms__col:first-child {
    grid-column: span 7;
  }
}
@media (min-width: 768px) {
  .user-forms--login .user-forms__col:last-child,
  .user-forms--register .user-forms__col:last-child,
  .user-forms--password-reset .user-forms__col:last-child,
  .user-forms--activate .user-forms__col:last-child {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .user-forms--login .user-forms__col:last-child,
  .user-forms--register .user-forms__col:last-child,
  .user-forms--password-reset .user-forms__col:last-child,
  .user-forms--activate .user-forms__col:last-child {
    grid-column: span 5;
  }
}
@media (min-width: 768px) {
  .user-forms--main-page .user-forms__col:last-child {
    padding-top: 10.75rem;
  }
}
@media (max-width: 767px) {
  .user-forms--account .user-forms__col:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .user-forms--account .user-forms__col:first-child {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .user-forms--account .user-forms__col:first-child {
    grid-column: span 8;
  }
}
@media (min-width: 768px) {
  .user-forms--account .user-forms__col:last-child {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .user-forms--account .user-forms__col:last-child {
    grid-column: span 4;
  }
}
.user-forms--login .user-forms__subtitle {
  margin-bottom: 0.1875rem;
}
@media (max-width: 767px) {
  .user-forms--addresses .user-forms__col:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .user-forms--addresses .user-forms__col:first-child {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .user-forms--addresses .user-forms__col:first-child {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .user-forms--addresses .user-forms__col:last-child {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .user-forms--addresses .user-forms__col:last-child {
    grid-column: span 8;
  }
}
.user-forms__title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .user-forms__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.user-forms__subtitle {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .user-forms__subtitle {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.user-forms__underline-title {
  margin-bottom: 20px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #1e1b1b;
}
.user-forms__form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.user-forms__form-row .user-forms__form-group {
  flex-grow: 1;
}
.user-forms__footer {
  margin-top: 2.8125rem;
}
.user-forms__header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .user-forms__header {
    margin-bottom: 60px;
  }
}
.user-forms__header .user-forms__back {
  display: block;
  margin-bottom: 0.9375rem;
}
.user-forms__header self__title {
  margin-bottom: 20px;
}
.user-forms__header .link,
.user-forms__header .user-forms .orders-table a,
.user-forms .orders-table .user-forms__header a {
  margin-bottom: 0.625rem;
}
.user-forms__fields {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.user-forms__new-address {
  margin-top: 40px;
}
.user-forms__new-address input::placeholder {
  opacity: 0.5;
}
.user-forms__new-address label {
  font-size: 16px;
}
.user-forms__address {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 1.25rem;
  padding-top: 0.3125rem;
}
.user-forms__addresses-groups {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .user-forms__addresses-groups {
    margin-top: 60px;
  }
}
.user-forms__addresses-groups .user-forms__address {
  margin: 0;
}
.user-forms__addresses-group {
  padding: 25px 20px;
  border: 1px solid gray;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .user-forms__addresses-group {
    margin-bottom: 40px;
  }
}
.user-forms__addresses-group:last-child {
  margin-bottom: 0;
}
.user-forms__addresses-form {
  margin-top: 40px;
}
.user-forms__buttons {
  display: flex;
  margin-top: 20px;
}
.user-forms__buttons .button {
  margin-right: 15px;
}
.user-forms__buttons .button:last-child {
  margin-right: 0;
}
.user-forms__success {
  padding: 15px;
  background-color: hsla(0, 0%, 100%, 0.3);
  margin-bottom: 40px;
  border-radius: 5px;
}
.user-forms__pagination {
  font-size: 20px;
  padding: 5px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .user-forms__pagination {
    margin-top: 40px;
  }
}
.user-forms__pagination ul {
  display: flex;
}
.user-forms__pagination li {
  margin-right: 10px;
}
.user-forms__pagination li:last-child {
  margin-right: 0;
}
.user-forms__pagination [aria-current="page"] {
  font-weight: 500;
}
.user-forms .button.cancel,
.user-forms .button.submit {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.user-forms .button.cancel:last-child,
.user-forms .button.submit:last-child {
  margin-bottom: 0;
}
.user-forms #rc_login {
  text-align: left;
  margin-top: 0rem;
}
.user-forms .form-message {
  padding: 0;
  margin-bottom: 2.5rem;
}
.user-forms .form-message h4 {
  margin-bottom: 0.5rem;
}
.user-forms .form-message .errors {
  font-size: 16px;
}
.user-forms .form-error {
  color: red;
  margin-top: 10px;
  display: block;
  font-size: 16px;
}
.user-forms .form-error--hidden {
  display: none;
}
.user-forms #rc_login a,
.user-forms .link,
.user-forms .orders-table a {
  text-decoration: underline;
}
.user-forms #rc_login a:hover,
.user-forms .link:hover,
.user-forms .orders-table a:hover {
  text-decoration: none;
}
.user-forms .orders-table {
  text-align: left;
  width: 100%;
  min-width: 500px;
}
.user-forms .orders-table thead,
.user-forms .orders-table tbody,
.user-forms .orders-table tfoot {
  border-bottom: 1px solid #1e1b1b;
}
.user-forms .orders-table thead tr th {
  font-weight: 500;
  padding-bottom: 1.875rem;
}
.user-forms .orders-table tbody {
  margin-bottom: 0;
}
.user-forms .orders-table tbody tr {
  border-bottom: 1px solid #1e1b1b;
}
.user-forms .orders-table tbody tr:last-child {
  border-bottom: none;
}
.user-forms .orders-table th {
  font-size: 14px;
  line-height: 20px;
}
.user-forms .orders-table td {
  line-height: 22px;
  font-size: 16px;
}
.user-forms .orders-table tbody th,
.user-forms .orders-table tbody td,
.user-forms .orders-table thead th,
.user-forms .orders-table thead td {
  padding: 25px 10px;
}
.user-forms .orders-table tfoot th,
.user-forms .orders-table tfoot td {
  padding: 8px 10px;
}
.user-forms .orders-table th:first-child,
.user-forms .orders-table td:first-child {
  padding-left: 0;
}
.user-forms .orders-table th:last-child,
.user-forms .orders-table td:last-child {
  padding-right: 0;
}
.user-forms .orders-table a {
  font-weight: 500;
}
.user-forms input[type="checkbox"] {
  height: 1.25rem !important;
  width: 1.25rem !important;
}
.user-forms p {
  margin-bottom: 15px;
}
.user-forms a:not(.button):hover {
  text-decoration: underline;
}
.user-forms hr {
  border: 1px solid gray;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 0px;
}
.user-forms input[type="checkbox"] {
  position: relative;
  opacity: 1;
  height: auto;
  width: auto;
}
.user-forms select {
  border-bottom: 1px solid gray;
  width: 100%;
  font-size: 16px;
  padding: 12px 0px 18px 0;
  font-weight: 400;
}
.user-forms [aria-controls="AddAddress"][aria-expanded="false"] ~ #AddAddress {
  display: none;
}
.user-forms [aria-controls="AddAddress"][aria-expanded="true"] ~ #AddAddress {
  display: block;
}
.user-forms .hide {
  display: none;
}
.orders-table-wrap {
  overflow-x: auto;
}
.rc-login-form-email {
  border: none !important;
  border-bottom: 1px solid #1e1b1b !important;
  border-radius: 0 !important;
}
.rc-login-form-button {
  background-color: #1e1b1b !important;
  border-radius: 0 !important;
}
.two-column-text {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .two-column-text {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}
.two-column-text__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .two-column-text__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .two-column-text__title {
    margin-bottom: 4.375rem;
  }
}
.two-column-text__subtitle {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .two-column-text__column {
    display: flex;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .two-column-text .metafield-rich_text_field {
    width: 50%;
  }
}
.two-column-text .constrain {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .two-column-text .constrain {
    align-items: center;
  }
}
.text-image {
  overflow: hidden;
}
.text-image--ivory {
  background-color: #f2efeb;
}
.text-image--white {
  background-color: #fff;
}
.text-image--green {
  background-color: #567348;
  color: #fff;
}
@media (min-width: 768px) {
  .text-image--invert .text-image__background {
    left: 0;
    right: unset;
  }
}
.text-image--invert .text-image__block {
  padding-right: 2.5rem;
  padding-left: 0;
}
@media (min-width: 768px) {
  .text-image--invert .text-image__block:first-child {
    order: 2;
  }
}
@media (min-width: 768px) {
  .text-image__block {
    width: 50%;
    padding: 6.25rem 0 6.25rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .text-image__block:first-child {
    padding-top: 100%;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}
@media (max-width: 767px) {
  .text-image__block:last-child {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
.text-image__block .constrain {
  max-width: 400px;
}
@media (min-width: 768px) {
  .text-image__block .constrain {
    max-width: 600px;
  }
}
.text-image__background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .text-image__background {
    width: 50vw;
    right: 0;
    left: unset;
  }
}
.text-image__subtitle {
  display: block;
  margin-bottom: 0.5rem;
}
.text-image__title {
  margin-bottom: 2.1875rem;
  max-width: 350px;
}
@media (max-width: 767px) {
  .text-image__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .text-image__title {
    margin-bottom: 3.125rem;
  }
}
.text-image__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .text-image__badges {
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}
.text-image__badge {
  width: 100%;
  height: 100%;
  max-width: 4.6875rem;
}
@media (min-width: 768px) {
  .text-image > .constrain {
    min-height: 100vh;
    max-width: 1966px;
    display: flex;
    min-height: calc(100vh - 4.6875rem);
  }
}
.hero-image {
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-image__title {
  max-width: 550px;
}
@media (min-width: 768px) {
  .hero-image__title {
    max-width: 750px;
  }
}
.hero-image__subtitle {
  display: block;
  margin-bottom: 1.5625rem;
}
.hero-image__background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.hero-image .constrain {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .block-page-content {
    display: flex;
  }
}
.block-page-content__col {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .block-page-content__col {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 768px) {
  .block-page-content__col:first-child {
    width: 480px;
    background-color: #f2efeb;
  }
}
.block-page-content__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .block-page-content__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .block-page-content__title {
    margin-bottom: 4.375rem;
  }
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid currentColor;
  border-radius: 3px;
  margin-right: 0.9375rem;
  transition: background-color 0.3s ease-in-out;
}
input[type="checkbox"]:checked {
  background-color: currentColor;
}
input[type="text"],
.form-input {
  margin-left: 0;
  padding-left: 0;
}
input[type="text"]::placeholder,
.form-input::placeholder {
  color: #5e635b;
}
.ss-main {
  background-color: rgba(0, 0, 0, 0);
  padding: 0.875rem 1.875rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.625rem;
  padding-bottom: 1rem;
}
.ss-main + .select--error {
  color: red;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ss-main.error {
  border-color: red;
}
.ss-main.error + .select--error {
  opacity: 1;
}
select + .select--error {
  display: none;
}
.input-number {
  display: flex;
  justify-content: center;
  padding: 0.875rem 1.875rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.625rem;
}
.input-number > * + * {
  margin-left: 1.25rem;
}
.input-number--decrement,
.input-number--increment {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 25px;
  min-width: 1rem;
  text-align: center;
}
.input-number--number input {
  height: 100%;
  max-width: 2rem;
  text-align: center;
  padding: 0;
  margin: 0;
}
label:has(input[type="radio"]) {
  padding: 16px 23px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  text-align: center;
}
label:has(input[type="radio"]) input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
label:has(input[type="radio"]) span {
  width: 100%;
}
label:has(input[type="radio"]:checked) {
  color: #f2efeb;
  background-color: #5e635b;
}
.add-to-cart-modal {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.add-to-cart-modal .modal-constrain {
  display: flex;
  flex-direction: column;
  max-width: 1144px;
  width: 100%;
  height: auto;
  max-height: 90vh;
  padding: 0;
  overflow-y: hidden;
}
.add-to-cart-modal--close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}
.add-to-cart-modal--content {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  max-height: inherit;
}
.add-to-cart-modal--content > * {
  min-width: 50%;
  max-width: 50%;
  min-height: 100%;
  max-height: inherit;
}
.add-to-cart-modal--content .jdgm-widget.jdgm-review-widget {
  display: none;
}
.add-to-cart-modal--content .product-media-carousel,
.add-to-cart-modal--content .product-media-carousel-v2 {
  position: relative;
  top: 0;
  overflow: hidden;
  padding: 0;
}
.add-to-cart-modal--content .product-media-carousel .keen-slider__slide img,
.add-to-cart-modal--content .product-media-carousel-v2 .keen-slider__slide img {
  height: auto;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}
.add-to-cart-modal--content .product-info,
.add-to-cart-modal--content .product-info-v2 {
  flex: 1 1 50%;
  height: 100%;
  padding: 3.125rem 4.6875rem;
  overflow-y: auto;
  display: block;
}
.add-to-cart-modal--content .product-info .product-breadcrumbs,
.add-to-cart-modal--content .product-info .product-form--policy,
.add-to-cart-modal--content .product-info .tag-list,
.add-to-cart-modal--content .product-info--tag-list,
.add-to-cart-modal--content .product-info--dietary-req,
.add-to-cart-modal--content .product-info--about,
.add-to-cart-modal--content .product-info--how-to-take,
.add-to-cart-modal--content .product-info--whats-in,
.add-to-cart-modal--content .product-info--reviews,
.add-to-cart-modal--content .product-info--faq,
.add-to-cart-modal--content .product-info--price,
.add-to-cart-modal--content .product-info--hash-link,
.add-to-cart-modal--content .product-info-v2 .product-breadcrumbs,
.add-to-cart-modal--content .product-info-v2 .product-form--policy,
.add-to-cart-modal--content .product-info-v2 .tag-list,
.add-to-cart-modal--content .product-info-v2--tag-list,
.add-to-cart-modal--content .product-info-v2--dietary-req,
.add-to-cart-modal--content .product-info-v2--about,
.add-to-cart-modal--content .product-info-v2--how-to-take,
.add-to-cart-modal--content .product-info-v2--whats-in,
.add-to-cart-modal--content .product-info-v2--reviews,
.add-to-cart-modal--content .product-info-v2--faq,
.add-to-cart-modal--content .product-info-v2--price,
.add-to-cart-modal--content .product-info-v2--hash-link {
  display: none;
}
.add-to-cart-modal--content .product-info--title,
.add-to-cart-modal--content .product-info-v2--title {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 0;
}
.add-to-cart-modal--content .product-info--reviews--preview,
.add-to-cart-modal--content .product-info-v2--reviews--preview {
  margin-left: unset;
  margin-bottom: 1.25rem;
}
.add-to-cart-modal--content .product-info--description,
.add-to-cart-modal--content .product-info-v2--description {
  margin-bottom: 0;
  padding-top: 1rem;
}
.add-to-cart-modal--content .product-info--purchase.desktop,
.add-to-cart-modal--content .product-info-v2--purchase.desktop {
  margin-top: 1rem;
}
.add-to-cart-modal--content .main-product-about--dietary-req,
.add-to-cart-modal--content .main-product-about-v2--dietary-req {
  padding-top: 0;
}

.add-to-cart-modal--content
  .product-info
  .product-form--after-pay
  afterpay-placement,
.add-to-cart-modal--content
  .product-info-v2
  .product-form--after-pay
  afterpay-placement {
  --messaging-font-size: 15px;
}
.add-to-cart-modal--content .product-info .product-form > *,
.add-to-cart-modal--content .product-info-v2 .product-form > * {
  margin-bottom: 0.9375rem;
}
.cart-modal .modal-constrain {
  position: relative;
  background-color: #fff;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .cart-modal .modal-constrain {
    top: 300px;
  }
}
@media (min-width: 1024px) {
  .cart-modal .modal-constrain {
    left: 300px;
    max-width: 32.5rem;
  }
}
.cart-modal .modal-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.cart-modal .hidden {
  display: none;
}
.cart-modal .cart {
  display: flex;
  flex-direction: column;
  position: relative;
  height: fit-content;
  min-height: 100%;
}
.cart-modal .cart--heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
.cart-modal .cart--heading--close {
  cursor: pointer;
  margin-left: auto;
}
.cart-modal .cart--shipping {
  color: #5e635b;
  margin-bottom: 1.5625rem;
  min-height: 1.375rem;
}
.cart-modal .cart--shipping > * {
  display: none;
}
.cart-modal .cart--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
}
.cart-modal .cart--empty .icon {
  margin-bottom: 1.5625rem;
}
.cart-modal .cart--empty span {
  margin-bottom: 2.5rem;
  text-align: center;
}
.cart-modal .cart--empty a {
  width: 10rem;
}
.cart-modal .cart--form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cart-modal .cart--items {
  margin-bottom: auto;
}
.cart-modal .cart--items .cart-item--info--remove {
  display: unset;
}
.cart-modal .cart--recommended {
  padding: 3.4375rem 0 6.5625rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cart-modal .cart--recommended {
    max-width: 300px;
  }
}
.cart-modal .cart--recommended--heading {
  margin-bottom: 1.625rem;
  font-family: "GT Super", serif;
}
@media (max-width: 1023px) {
  .cart-modal .cart--recommended--heading {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 350;
  }
}
.cart-modal .cart--recommended .card-product .card--cta {
  display: flex;
}
.cart-modal .cart--total {
  position: sticky;
  bottom: 0;
}
.modal[data-modal="filters"] .modal-constrain {
  top: 300px;
}
.filters-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.filters-modal--heading {
  display: flex;
  margin-bottom: 3.125rem;
}
.filters-modal--heading--close {
  margin-left: auto;
  cursor: pointer;
}
.filters-modal .filter:last-of-type {
  margin-bottom: auto;
}
.filters-modal--buttons {
  position: sticky;
  bottom: 0;
  background-color: #f2efeb;
  display: flex;
  flex-direction: column;
  margin: 3.125rem calc(0px - 1.25rem) 0;
  padding: 1.875rem 1.25rem;
}
.filters-modal--buttons > .button + .button {
  margin-top: 0.9375rem;
}
.sort-by-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sort-by-modal--heading {
  display: flex;
}
.sort-by-modal--heading--close {
  margin-left: auto;
  cursor: pointer;
}
.sort-by-modal--buttons {
  position: sticky;
  bottom: 0;
  background-color: #f2efeb;
  display: flex;
  flex-direction: column;
  margin: auto calc(0px - 1.25rem) 0;
  padding: 1.875rem 1.25rem;
}
.sort-by-modal--buttons > .button + .button {
  margin-top: 0.9375rem;
}
.sort-by-modal--sort {
  margin-top: 3.125rem;
}
.sort-by-modal--sort select {
  display: none;
}
.sort-by-modal--sort--label--container {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}
.sort-by-modal--sort--label--container .icon {
  margin-left: auto;
}
.sort-by-modal--sort--label--options {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sort-by-modal--sort--label--options span {
  cursor: pointer;
}
.sort-by-modal--sort--label--options span.checked {
  font-weight: 400;
}
.sort-by-modal--sort--label--options span + span {
  margin-top: 20px;
}
.sort-by-modal--sort--label--options span:first-child {
  margin-top: 0.9375rem;
}
.sort-by-modal--sort--label--options span:last-child {
  margin-bottom: 1.875rem;
}
.policy {
  display: flex;
}
.policy .modal-constrain {
  display: flex;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .policy .modal-constrain {
    padding-top: 2.8125rem;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .policy .modal-constrain {
    max-width: 74.375rem;
    max-height: 40.625rem;
    margin: auto;
    padding: 3.75rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.policy--content {
  grid-template-columns: repeat(9, 1fr) !important;
  min-height: 100%;
  max-height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
.policy--content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .policy--content {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .policy--content {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .policy--content {
    padding-top: 5.625rem;
  }
}
@media (max-width: 1023px) {
  .policy--content--sidebar,
  .policy--content--body {
    grid-column: span 9;
  }
}
.policy--content--sidebar {
  height: fit-content;
}
@media (min-width: 1024px) {
  .policy--content--sidebar {
    grid-column: span 3;
    position: sticky;
    top: 0;
  }
}
.policy--content--sidebar--links > * {
  display: none;
}
.policy--content--sidebar--links > h1,
.policy--content--sidebar--links > h2,
.policy--content--sidebar--links > h3,
.policy--content--sidebar--links > h4,
.policy--content--sidebar--links > h5,
.policy--content--sidebar--links > h6 {
  display: unset;
  margin-top: 0;
  margin-bottom: 0.8125rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .policy--content--sidebar--links > h1,
  .policy--content--sidebar--links > h2,
  .policy--content--sidebar--links > h3,
  .policy--content--sidebar--links > h4,
  .policy--content--sidebar--links > h5,
  .policy--content--sidebar--links > h6 {
    margin-bottom: 1.25rem;
  }
}
.policy--content--sidebar--links h1.policy--content--sidebar--title {
  margin-bottom: 0.9375rem;
  font-size: 45px;
  line-height: 55px;
  cursor: text;
}
@media (min-width: 1024px) {
  .policy--content--sidebar--links h1.policy--content--sidebar--title {
    margin-bottom: 2.5rem;
  }
}
.policy--content--sidebar--links * + h1.policy--content--sidebar--title {
  margin-top: 2.5rem;
}
.policy--content--body {
  padding-bottom: 3.75rem;
}
@media (min-width: 1024px) {
  .policy--content--body {
    padding-top: 5.625rem;
    margin-top: -5.625rem;
    grid-column: span 6;
  }
}
.policy--close {
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .policy--close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .policy--close {
    top: 1.875rem;
    right: 1.875rem;
  }
}
.restock-alerts-modal-wrapper * {
  font-family: "GT Ultra", sans-serif;
}
.restock-alerts-modal-wrapper .restock-alerts-modal-box {
  border-radius: 0;
}
.restock-alerts-modal-wrapper .restock-alerts-form-title {
  font-family: "GT Super", serif;
}
.restock-alerts-modal-wrapper .restock-alerts-email-label {
  display: none;
}
.restock-alerts-modal-wrapper .restock-alerts-email-input {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.selling-plan-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.selling-plan-modal .modal-constrain {
  width: fit-content;
  height: fit-content;
  padding: 2.8125rem 1.5625rem;
  overflow: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.selling-plan-modal .content {
  margin: 2.8125rem 0;
  min-width: 20rem;
}
#WSGCartSection {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#wsg-account-container #wsg-account-title {
  margin-bottom: 1.875rem;
}
.wsg-proxy-container #wsg-account-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wsg-proxy-container #wsg-account-title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
#wsg-cart,
#wsg-quick-order-form {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #wsg-cart,
  #wsg-quick-order-form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#wsg-account-create,
#wsg-login {
  text-align: left;
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  #wsg-account-create,
  #wsg-login {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}
#wsg-account-create .hidden-label,
#wsg-login .hidden-label {
  display: none;
}
#wsg-account-create h1,
#wsg-login h1 {
  margin-bottom: 1.875rem;
}
#wsg-account-create h2,
#wsg-account-create h3,
#wsg-login h2,
#wsg-login h3 {
  margin-bottom: 1.5625rem;
}
#wsg-account-create a,
#wsg-login a {
  text-decoration: underline;
}
#wsg-account-create a:hover,
#wsg-login a:hover {
  text-decoration: none;
}
#wsg-account-create .wsg-hidden-label,
#wsg-login .wsg-hidden-label {
  display: none;
}
#wsg-account-create .wsg-section-header,
#wsg-login .wsg-section-header {
  margin-top: 2.5rem;
}
#wsg-account-create #wsg-signup-link,
#wsg-login #wsg-signup-link {
  margin-bottom: 1.25rem;
}
#wsg-account-create .wsg-one-third.wsg-element-margin,
#wsg-login .wsg-one-third.wsg-element-margin {
  display: none;
}
#wsg-account-create input[type="text"],
#wsg-account-create input[type="email"],
#wsg-account-create input[type="tel"],
#wsg-account-create input[type="password"],
#wsg-account-create textarea[type="text"],
#wsg-login input[type="text"],
#wsg-login input[type="email"],
#wsg-login input[type="tel"],
#wsg-login input[type="password"],
#wsg-login textarea[type="text"] {
  border-left: none;
  border-top: none;
  border-right: none;
  margin-bottom: 1.25rem !important;
}
#wsg-account-create .wsg-login-input,
#wsg-login .wsg-login-input {
  margin-bottom: 1.875rem;
}
#wsg-account-create .wsg-submit-copy,
#wsg-login .wsg-submit-copy {
  margin-top: 1.5625rem !important;
  margin-bottom: 2.5rem !important;
}
#wsg-account-create .wsg-input-small-full,
#wsg-login .wsg-input-small-full {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #1e1b1b;
  appearance: revert;
  background-image: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  #wsg-account-create .wsg-one-half,
  #wsg-login .wsg-one-half {
    max-width: 100% !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  #wsg-account-create .wsg-login-container,
  #wsg-login .wsg-login-container {
    width: 100% !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
#wsg-account-create .wsg-submit-copy,
#wsg-login .wsg-submit-copy {
  line-height: 18px;
}
.wsg-btn-secondary {
  background-color: #fff !important;
  color: #1e1b1b !important;
  border: 1px solid #1e1b1b !important;
  white-space: nowrap;
}
.wsg-btn-primary {
  background-color: #1e1b1b !important;
  color: #fff !important;
  white-space: nowrap;
}
#wsg-cart-main .wsg-checkout-buttons {
  width: auto;
}
@media (max-width: 767px) {
  #wsg-cart-main .wsg-checkout-buttons .wsg-button-row {
    flex-direction: column;
    gap: 0.9375rem;
  }
  #wsg-cart-main .wsg-checkout-buttons .wsg-button-row > * {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #wsg-cart-main .wsg-optional-blocks {
    margin: 1.25rem;
  }
}
@media (max-width: 767px) {
  #wsg-cart-main .wsg-line-price-block {
    width: 6.25rem;
  }
}
#wsg-cart-main .wsg-clear-cart {
  font-weight: unset;
}
@media (max-width: 1023px) {
  #wsg-cart-main .wsg-product-full-info-block {
    padding-right: 3.125rem;
  }
}
@media (max-width: 1023px) {
  #wsg-cart-main .wsg-remove-product-block {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1023px) {
  #wsg-cart-main .wsg-delete-product {
    top: 50%;
    transform: translateY(-50%);
  }
}
#wsg-cart-main .wsg-cart-product {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #bdbdbd;
}
#wsg-cart-main .wsg-cart-product:first-child {
  border-top: 1px solid #bdbdbd;
}
.card--quick-add {
  background-color: #1e1b1b;
  color: #fff;
  text-align: center;
  padding: 0.9rem 0;
}
.smile-ui-move-up {
  bottom: 246px !important;
}
@media (min-width: 992px) {
  .smile-ui-move-up {
    bottom: 106px !important;
  }
}
.product-info-v2--hash-link {
  display: none;
}
@media (min-width: 992px) {
  .product-info-v2--hash-link {
    display: flex;
  }
}

/* Product Media Gallery Styles - New Gallery Component */
.product-gallery-new {
  position: relative;
  width: 100%;
  height: fit-content;
  margin: 37.5px auto;
  padding: 0 0 0 1rem;
}

/* Main Gallery Area - Two Column Layout */
.gallery-main-area {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  max-height: calc(100vh - 15rem);
  min-height: 400px;
}

/* First Column: Main Image Container */
.gallery-main-image {
  flex: 1;
  position: relative;
  padding: 47.5px 8px;
  background: #F2EFEB;
  box-sizing: content-box;
  border-radius: 12px;
  display: flex;
  max-height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

/* Main Image within Container */
.gallery-main-image__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/* Non-PNG images should fill full width and height */
.gallery-main-image__img:not([src*=".png"]) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-main-image__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-main-image__slide.active {
  opacity: 1;
}


/* Second Column: Additional Content (82px / 343px = 23.9%) */
.gallery-secondary-column {
  flex: 0 0 158px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  order: 0;
  min-height: 400px;
  max-height: calc(100vh - 15rem);
  overflow: hidden;
  align-items: center;
  position: relative;
}

.gallery-secondary-item {
  flex: 0 0 auto;
  background-color: #F2EFEB;
  border-radius: 12px;
  align-self: stretch;
  width: 158px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-secondary-content {
  width: 100%;
  height: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  overflow: hidden;
}

.gallery-secondary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-secondary-thumbnail {
  width: 100%;
  height: 100%;
  background: none;
  border: 1.4px solid transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.gallery-secondary-thumbnail:hover {
  border-color: #567348;
  opacity: 1;
  transform: none;
}

.gallery-secondary-thumbnail.active {
  border-color: #567348;
  opacity: 1;
}

.gallery-secondary-thumbnail.active:hover {
  transform: none;
}

/* Secondary thumbnails scroll container */
.gallery-secondary-thumbnails {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: #fff;
  border-radius: 8px;
}

.gallery-secondary-thumbnails::-webkit-scrollbar {
  display: none;
}

/* Scroll arrows */
.gallery-scroll-arrow {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  position: absolute;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-scroll-arrow:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 0.2);
  transform: translateX(-50%) scale(1.05);
}

.gallery-scroll-arrow:active {
  transform: translateX(-50%) scale(0.95);
}

.gallery-scroll-arrow svg {
  width: 16px;
  height: 16px;
  color: #373F47;
}

/* Scroll arrow positioning */
.gallery-scroll-up {
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.gallery-scroll-down {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

/* Thumbnail Navigation */
.gallery-thumbnails {
  margin-top: 24px;
}

/* Hide bottom thumbnails on desktop, show on mobile */
@media (min-width: 1024px) {
  .gallery-thumbnails {
    display: none;
  }
}

@media (max-width: 1023px) {
  .gallery-thumbnails {
    display: block;
  }
}

.gallery-thumbnails__scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 16px;
}

.gallery-thumbnails__scroll::-webkit-scrollbar {
  display: none;
}

.gallery-thumbnail {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border: 1.4px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease;
  background-color: #F2EFEB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-thumbnail:hover {
  border-color: #567348;
}

.gallery-thumbnail.active {
  border-color: #083723;
}

.gallery-thumbnail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Progress Bar */
.gallery-progress {
  margin-top: 20px;
  margin-bottom: 24px;
  margin-right: 16px;
}

.gallery-progress__track {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

.gallery-progress__fill {
  height: 100%;
  background-color: #567348;
  border-radius: 2px;
  transition: width 0.3s ease;
  width: 0%;
}

/* Sale Badge */
.product-media-gallery--sale-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #567348;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
}

/* Desktop: Sticky positioning like original */
@media (min-width: 1024px) {
  .product-gallery-new {
    position: sticky;
    top: 4.6875rem;
    flex: 0 0 50%;
  }
}

/* Mobile: Full width, static positioning */
@media (max-width: 1023px) {
  .product-gallery-new {
    position: static;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.875rem;
  }
  
  .gallery-main-area {
    max-height: none;
    min-height: 300px;
  }
  
  .gallery-secondary-column {
    display: none;
  }
  
  .gallery-secondary-item {
    flex: 0 0 auto;
    width: 158px;
    height: 200px;
  }
}


.product-media-gallery--sale-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #567348;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
}

/* Main Image Container */
.gallery-main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  margin-right: 16px;
}

.gallery-main-image__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-main-image__slide.active {
  opacity: 1;
}


/* Thumbnail Navigation */
.gallery-thumbnails {
  background-color: #fff;
}

.gallery-thumbnails__scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 8px;
  padding-right: 16px;
}

.gallery-thumbnails__scroll::-webkit-scrollbar {
  display: none;
}


.gallery-thumbnail:hover {
  border-color: #567348;
}

.gallery-thumbnail.active {
  border-color: #567348;
}


/* Progress Bar */
.gallery-progress {
  margin-top: 12px;
  margin-right: 16px;
  height: 4px;
  background-color: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
}

.gallery-progress__track {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-progress__fill {
  height: 100%;
  background-color: #567348;
  border-radius: 2px;
  transition: width 0.3s ease-in-out;
  width: 0%;
}

/* Desktop Navigation - Hidden by default on mobile */
.gallery-desktop-nav {
  display: none;
}

/* Responsive Design */
@media (max-width: 767px) {
  .gallery-thumbnail {
    width: 56px;
    height: 56px;
  }
  
  .gallery-thumbnails__scroll {
    gap: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-main-area {
    max-height: calc(100vh - 13rem);
    min-height: 350px;
  }
}

@media (min-width: 1024px) {
  .product-gallery-new {
    margin-left: 40px;
    padding: 0;

  }
  .gallery-main-image {
    margin-right: 0;
  }
  .gallery-thumbnails {
    display: none;
  }
  
  .gallery-main-area {
    gap: 24px;
    justify-content: space-between;
  }
  
  .gallery-secondary-column {
    gap: 24px;
    margin-right: 0;
  }
  
  .gallery-main-area {
    max-width: calc(100vw - 40px);
  }
}

/* Desktop: Increase gap for secondary thumbnails */
@media (min-width: 1024px) {
  .gallery-secondary-thumbnails {
    gap: 20px;
  }
}

.card-product .card--media--overlay {
z-index: 3;  
}
.product--media--badge {
 position: absolute;
top: 0.75rem;
left: 0.75rem;
right: 0.75rem;  
z-index: 1; 
display: flex;
gap: 0.5rem;  
width: auto;
flex-direction: row;  
flex-wrap: wrap;  
}
.product--media--badge-entry {
line-height: 1.625rem;
display: block;  
font-size: 0.875rem;
padding: 0 0.5rem;  
white-space: nowrap;
background: #7FA13A; 
color: #fff;
border-radius: 0.5rem;  
box-shadow: 0 45px 150px 0 rgba(0, 0, 0, 0.07), 0 10.051px 51.127px 0 rgba(0, 0, 0, 0.05), 0 2.993px 8.962px 0 rgba(0, 0, 0, 0.04);  
}
.product--media--badge-entry.is-sale {
background: #D84315;  
}
.product-v2--info .product--media--badge {
position: relative;
top: auto;
left: auto;
right: auto;
margin-bottom: 1rem;
padding: 0 1rem;
}
@media (min-width: 1024px) {
  .product-v2--info .product--media--badge {
    padding: 0;
  }  
}  


@media (max-width: 768px) {
  .card-product .card--media .card--media-wrap {
    padding-top: 100%;  
  }
  .card-product .card--media .card--media-wrap img {
    scale: 1;
    top: 0;
  }
  .collection-grid--products {
    grid-gap: 1rem;  
  }
  .collection-grid--products .product--media--badge-entry {
    white-space: wrap;
    line-height: 1em;
    padding: 0.4rem 0.5rem;
    font-size: 0.75em;
  }  
  .card-product  .card--media {
    padding: 0.5rem;
  }
.keen-slider:not([data-keen-slider-disabled]) {
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}
:root {
  --ss-primary-color: #5897fb;
  --ss-bg-color: #ffffff;
  --ss-font-color: #4d4d4d;
  --ss-font-placeholder-color: #8d8d8d;
  --ss-disabled-color: #dcdee2;
  --ss-border-color: #dcdee2;
  --ss-highlight-color: #fffb8c;
  --ss-success-color: #00b755;
  --ss-error-color: #dc3545;
  --ss-main-height: 30px;
  --ss-content-height: 300px;
  --ss-spacing-l: 7px;
  --ss-spacing-m: 5px;
  --ss-spacing-s: 3px;
  --ss-animation-timing: 0.2s;
  --ss-border-radius: 4px;
}
@keyframes ss-valueIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes ss-valueOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-hide {
  display: none !important;
}
.ss-main {
  display: flex;
  flex-direction: row;
  position: relative;
  user-select: none;
  color: var(--ss-font-color);
  min-height: var(--ss-main-height);
  width: 100%;
  padding: var(--ss-spacing-s);
  cursor: pointer;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  box-sizing: border-box;
  transition: background-color var(--ss-animation-timing);
  overflow: hidden;
}
.ss-main:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}
.ss-main.ss-disabled {
  background-color: var(--ss-disabled-color);
  cursor: not-allowed;
}
.ss-main.ss-disabled .ss-values .ss-disabled {
  color: var(--ss-font-color);
}
.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}
.ss-main.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ss-main.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ss-main .ss-values {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ss-spacing-m);
  flex: 1 1 100%;
}
.ss-main .ss-values .ss-placeholder {
  display: flex;
  padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s)
    var(--ss-spacing-m);
  margin: auto 0px auto 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: var(--ss-font-placeholder-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ss-main .ss-values .ss-max {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
}
.ss-main .ss-values .ss-single {
  display: flex;
  margin: auto 0px auto var(--ss-spacing-s);
}
.ss-main .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  width: fit-content;
  background-color: var(--ss-primary-color);
  border-radius: var(--ss-border-radius);
  animation-name: ss-valueIn;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.ss-main .ss-values .ss-value.ss-value-out {
  animation-name: ss-valueOut;
  animation-duration: var(--ss-animation-timing);
  animation-timing-function: ease-out;
}
.ss-main .ss-values .ss-value .ss-value-text {
  font-size: 12px;
  color: var(--ss-bg-color);
  line-height: 1;
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
}
.ss-main .ss-values .ss-value .ss-value-delete {
  display: flex;
  align-items: center;
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
  padding: var(--ss-spacing-s) var(--ss-spacing-m);
  cursor: pointer;
  border-left: solid 1px var(--ss-bg-color);
  box-sizing: content-box;
}
.ss-main .ss-values .ss-value .ss-value-delete svg {
  height: var(--ss-spacing-l);
  width: var(--ss-spacing-l);
}
.ss-main .ss-values .ss-value .ss-value-delete svg path {
  fill: none;
  stroke: var(--ss-bg-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-main .ss-deselect {
  display: flex;
  align-self: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 8px;
  height: 8px;
  margin: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}
.ss-main .ss-deselect svg {
  width: 8px;
  height: 8px;
}
.ss-main .ss-deselect svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-main .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.ss-main .ss-arrow path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  border: solid 1px var(--ss-border-color);
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing),
    opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
}
.ss-content.ss-relative {
  position: relative;
  height: 100%;
}
.ss-content.ss-open-above {
  flex-direction: column-reverse;
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center bottom;
  border-top-left-radius: var(--ss-border-radius);
  border-top-right-radius: var(--ss-border-radius);
}
.ss-content.ss-open-below {
  opacity: 1;
  transform: scaleY(1);
  transform-origin: center top;
  border-bottom-left-radius: var(--ss-border-radius);
  border-bottom-right-radius: var(--ss-border-radius);
}
.ss-content .ss-search {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  padding: var(--ss-spacing-l) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
}
.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  padding: var(--ss-spacing-m) var(--ss-spacing-l);
  margin: 0;
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
  background-color: var(--ss-bg-color);
  outline: 0;
  text-align: left;
  box-sizing: border-box;
}
.ss-content .ss-search input::placeholder {
  color: var(--ss-font-placeholder-color);
  vertical-align: middle;
}
.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px var(--ss-primary-color);
}
.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 0 var(--ss-spacing-m);
  border: 1px solid var(--ss-border-color);
  border-radius: var(--ss-border-radius);
}
.ss-content .ss-search .ss-addable svg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}
.ss-content .ss-search .ss-addable svg path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-content .ss-list {
  flex: 1 1 auto;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.ss-content .ss-list .ss-error {
  color: var(--ss-error-color);
  padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-searching {
  color: var(--ss-font-color);
  padding: var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
  display: none !important;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
  flex: 1 1 auto;
  font-weight: bold;
  color: var(--ss-font-color);
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
  cursor: pointer;
}
.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--ss-spacing-m);
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall:hover {
  opacity: 0.5;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall.ss-selected
  svg
  path {
  stroke: var(--ss-error-color);
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  span {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60%;
  text-align: center;
  padding: 0 var(--ss-spacing-s) 0 0;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg {
  flex: 0 1 auto;
  width: 13px;
  height: 13px;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg
  path {
  fill: none;
  stroke: var(--ss-success-color);
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:first-child {
  stroke-width: 5;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-selectall
  svg:last-child {
  stroke-width: 11;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow {
  flex: 1 1 auto;
  width: 10px;
  height: 10px;
}
.ss-content
  .ss-list
  .ss-optgroup
  .ss-optgroup-label
  .ss-optgroup-actions
  .ss-closable
  .ss-arrow
  path {
  fill: none;
  stroke: var(--ss-font-color);
  stroke-width: 18;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition-timing-function: ease-out;
  transition: var(--ss-animation-timing);
}
.ss-content .ss-list .ss-optgroup .ss-option {
  padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s)
    calc(var(--ss-spacing-l) * 3);
}
.ss-content .ss-list .ss-option {
  display: flex;
  padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m)
    var(--ss-spacing-l);
  color: var(--ss-font-color);
  cursor: pointer;
  user-select: none;
}
.ss-content .ss-list .ss-option:hover {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}
.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
  color: var(--ss-bg-color);
  background-color: var(--ss-primary-color);
}
.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  background-color: var(--ss-disabled-color);
}
.ss-content .ss-list .ss-option.ss-disabled:hover {
  color: var(--ss-font-color);
}
.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: var(--ss-highlight-color);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  overflow-x: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
* {
  box-sizing: border-box;
}
input,
textarea {
  background: none;
  outline: none;
  border: none;
  color: inherit;
}
input:focus,
textarea:focus {
  outline: none;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input.transparent-placeholder::placeholder,
textarea.transparent-placeholder::placeholder {
  color: inherit;
  opacity: 0.5;
}
button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
body,
main {
  background-color: #fff;
  color: #1e1b1b;
}
body *,
main * {
  font-family: "GT Ultra", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .body-large {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.caption {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media (min-width: 768px) {
  .caption {
    line-height: 1.25rem;
  }
}
h1,
.h1,
.home-hero__heading,
h2,
.main-blog__title,
.h2,
#wsg-account-container #wsg-account-title,
.wsg-proxy-container #wsg-account-title,
#wsg-cart #wsg-title,
#wsg-quick-order-form #wsg-title,
#wsg-account-create h1,
#wsg-login h1,
#wsg-cart-main .wsg-section-header__title,
.block-page-content__title,
.user-forms__title,
.quote__text p,
.tabs__link,
.carousel-switcher__link,
.blog-filter__title,
.wholesales__title,
.social-media__instagram,
.help-choose__title,
.main-article__title,
.contact__title,
h3,
.h3,
#wsg-account-create h2,
#wsg-account-create h3,
#wsg-login h2,
#wsg-login h3,
.text-image__title,
.two-column-text__title,
.user-forms__subtitle,
.featured-blog__title,
.form-response__title,
.wholesales__subtitle,
.wholesales__order-details,
.not-found__title,
.contact__order-details,
h4,
.h4,
.user-forms__underline-title,
.user-forms .orders-table thead tr th,
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6,
.metafield-rich_text_field h1,
.metafield-rich_text_field h2,
.metafield-rich_text_field h3,
.metafield-rich_text_field h4,
.metafield-rich_text_field h5,
.metafield-rich_text_field h6,
.filter-group__title,
.wholesales__benefits-title,
h5,
.h5,
.rich-text blockquote p,
.metafield-rich_text_field blockquote p,
h6,
.h6 {
  font-family: "GT Super", serif;
  font-weight: 300;
}
h1,
.h1,
.home-hero__heading {
  font-size: 2.1875rem;
  line-height: 2.8125rem;
}
@media (min-width: 1024px) {
  h1,
  .h1,
  .home-hero__heading {
    font-size: 4.0625rem;
    line-height: 5rem;
  }
}
h2,
.main-blog__title,
.h2,
#wsg-account-container #wsg-account-title,
.wsg-proxy-container #wsg-account-title,
#wsg-cart #wsg-title,
#wsg-quick-order-form #wsg-title,
#wsg-account-create h1,
#wsg-login h1,
#wsg-cart-main .wsg-section-header__title,
.block-page-content__title,
.user-forms__title,
.quote__text p,
.tabs__link,
.carousel-switcher__link,
.blog-filter__title,
.wholesales__title,
.social-media__instagram,
.help-choose__title,
.main-article__title,
.contact__title {
  font-size: 1.75rem;
  line-height: 2.125rem;
}
@media (min-width: 1024px) {
  h2,
  .main-blog__title,
  .h2,
  #wsg-account-container #wsg-account-title,
  .wsg-proxy-container #wsg-account-title,
  #wsg-cart #wsg-title,
  #wsg-quick-order-form #wsg-title,
  #wsg-account-create h1,
  #wsg-login h1,
  #wsg-cart-main .wsg-section-header__title,
  .block-page-content__title,
  .user-forms__title,
  .quote__text p,
  .tabs__link,
  .carousel-switcher__link,
  .blog-filter__title,
  .wholesales__title,
  .social-media__instagram,
  .help-choose__title,
  .main-article__title,
  .contact__title {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
h3,
.h3,
#wsg-account-create h2,
#wsg-account-create h3,
#wsg-login h2,
#wsg-login h3,
.text-image__title,
.two-column-text__title,
.user-forms__subtitle,
.featured-blog__title,
.form-response__title,
.wholesales__subtitle,
.wholesales__order-details,
.not-found__title,
.contact__order-details {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {
  h3,
  .h3,
  #wsg-account-create h2,
  #wsg-account-create h3,
  #wsg-login h2,
  #wsg-login h3,
  .text-image__title,
  .two-column-text__title,
  .user-forms__subtitle,
  .featured-blog__title,
  .form-response__title,
  .wholesales__subtitle,
  .wholesales__order-details,
  .not-found__title,
  .contact__order-details {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
h4,
.h4,
.user-forms__underline-title,
.user-forms .orders-table thead tr th,
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6,
.metafield-rich_text_field h1,
.metafield-rich_text_field h2,
.metafield-rich_text_field h3,
.metafield-rich_text_field h4,
.metafield-rich_text_field h5,
.metafield-rich_text_field h6,
.filter-group__title,
.wholesales__benefits-title {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
@media (min-width: 1024px) {
  h4,
  .h4,
  .user-forms__underline-title,
  .user-forms .orders-table thead tr th,
  .rich-text h1,
  .rich-text h2,
  .rich-text h3,
  .rich-text h4,
  .rich-text h5,
  .rich-text h6,
  .metafield-rich_text_field h1,
  .metafield-rich_text_field h2,
  .metafield-rich_text_field h3,
  .metafield-rich_text_field h4,
  .metafield-rich_text_field h5,
  .metafield-rich_text_field h6,
  .filter-group__title,
  .wholesales__benefits-title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
h5,
.h5,
.rich-text blockquote p,
.metafield-rich_text_field blockquote p,
h6,
.h6 {
  font-size: 1.125rem;
  line-height: 1.4375rem;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
main {
  background-color: #fff;
  color: #1e1b1b;
}
main {
  max-width: 100vw;
}
div,
section,
.block-page-content__col,
.hero-image .constrain,
.text-image,
.two-column-text .constrain,
.featured-blog__content,
.blog-filter,
.wholesales__hero,
.wholesales__content,
.not-found__col,
.help-choose .constrain,
.main-blog__aside,
.main-blog__content,
.shopify-challenge__container,
.main-article .constrain,
.contact__content {
  position: relative;
}
header,
footer,
section,
.block-page-content__col,
.hero-image .constrain,
.text-image,
.two-column-text .constrain,
.featured-blog__content,
.blog-filter,
.wholesales__hero,
.wholesales__content,
.not-found__col,
.help-choose .constrain,
.main-blog__aside,
.main-blog__content,
.shopify-challenge__container,
.main-article .constrain,
.contact__content {
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  header,
  footer,
  section,
  .block-page-content__col,
  .hero-image .constrain,
  .text-image,
  .two-column-text .constrain,
  .featured-blog__content,
  .blog-filter,
  .wholesales__hero,
  .wholesales__content,
  .not-found__col,
  .help-choose .constrain,
  .main-blog__aside,
  .main-blog__content,
  .shopify-challenge__container,
  .main-article .constrain,
  .contact__content {
    padding: 0 2.5rem;
  }
}
header > .constrain,
footer > .constrain,
section > .constrain,
.block-page-content__col > .constrain,
.hero-image .constrain > .constrain,
.text-image > .constrain,
.two-column-text .constrain > .constrain,
.featured-blog__content > .constrain,
.blog-filter > .constrain,
.wholesales__hero > .constrain,
.wholesales__content > .constrain,
.not-found__col > .constrain,
.help-choose .constrain > .constrain,
.main-blog__aside > .constrain,
.main-blog__content > .constrain,
.shopify-challenge__container > .constrain,
.main-article .constrain > .constrain,
.contact__content > .constrain {
  width: 100%;
  max-width: 1966px;
  margin: auto;
}
img {
  display: block;
}
.visually-hidden {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
section.section-mega-collection,
.section-mega-collection.block-page-content__col,
.hero-image .section-mega-collection.constrain,
.section-mega-collection.text-image,
.two-column-text .section-mega-collection.constrain,
.section-mega-collection.featured-blog__content,
.section-mega-collection.blog-filter,
.section-mega-collection.wholesales__hero,
.section-mega-collection.wholesales__content,
.section-mega-collection.not-found__col,
.help-choose .section-mega-collection.constrain,
.section-mega-collection.main-blog__aside,
.section-mega-collection.main-blog__content,
.section-mega-collection.shopify-challenge__container,
.main-article .section-mega-collection.constrain,
.section-mega-collection.contact__content,
section.no-padding,
.no-padding.block-page-content__col,
.hero-image .no-padding.constrain,
.no-padding.text-image,
.two-column-text .no-padding.constrain,
.no-padding.featured-blog__content,
.no-padding.blog-filter,
.no-padding.wholesales__hero,
.no-padding.wholesales__content,
.no-padding.not-found__col,
.help-choose .no-padding.constrain,
.no-padding.main-blog__aside,
.no-padding.main-blog__content,
.no-padding.shopify-challenge__container,
.main-article .no-padding.constrain,
.no-padding.contact__content {
  padding: 0;
}
.rc-container-wrapper,
.rc_container_wrapper {
  display: none !important;
}
.bg-ivory {
  background-color: #f2efeb;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1500;
}
@media (min-width: 1024px) {
  .mobile-product-out-of-stock {
    display: none !important;
  }
}
[data-layout="four-up"] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  [data-layout="four-up"] {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  [data-layout="four-up"] {
    grid-template-columns: repeat(12, 1fr);
  }
}
[data-layout="four-up"] > * {
  grid-column: span 3;
}
.article-related {
  overflow: hidden;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .article-related {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 768px) {
  .article-related .carousel-switcher__links {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .article-related .carousel-switcher__container {
    grid-column: span 8;
  }
}
.header {
  position: sticky;
  z-index: 20;
  top: -1px;
  width: 100%;
  background-color: #1e1b1b;
  color: #fff;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  height: 4.6875rem;
}
@media (min-width: 768px) {
  .header {
    padding-top: 0.75rem;
    padding-bottom: 1.0625rem;
  }
}
.header .constrain {
  height: 100%;
  max-width: unset !important;
}
.header .constrain .header--nav {
  height: 100%;
}
.header .icon {
  width: unset;
  height: unset;
}
.header--nav {
  display: flex;
}
.header--nav .link-home {
  display: flex;
  margin-right: auto;
  max-width: 100px;
}
.header--nav .link-home > .icon {
  width: 100%;
}
@media (min-width: 768px) {
  .header--nav .link-home {
    max-width: unset;
  }
}
.header--nav .main-nav {
  display: none;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 1290px) {
  .header--nav .main-nav {
    gap: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .header--nav .main-nav {
    display: flex;
  }
}
.header--nav .main-nav--link-active {
  border-radius: 40px;
  background: #f2efeb;
  color: #000;
  padding: 0.625rem 1.25rem;
}
.header--nav .main-nav--link:hover,
.header--nav .main-nav--link.is-open {
  text-shadow: 0 0 1px currentColor;
}
.header--nav .extra-nav {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header--nav .extra-nav > * {
  cursor: pointer;
  display: flex;
}
.header--nav .extra-nav--search,
.header--nav .extra-nav--currency {
  margin-right: 0.875rem;
}
@media (min-width: 768px) {
  .header--nav .extra-nav--search,
  .header--nav .extra-nav--currency {
    margin-right: 3.125rem;
  }
}
.header--nav .extra-nav--cart {
  margin-right: 0.875rem;
}
@media (min-width: 1024px) {
  .header--nav .extra-nav--cart {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .header--nav .extra-nav--search.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header--nav .extra-nav--search.desktop {
    display: none;
  }
}
.header--nav .extra-nav--search-form {
  display: none;
}
@media (min-width: 1024px) {
  .header--nav .extra-nav--search-form {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    background-color: #1e1b1b;
    align-items: center;
    border-bottom: 1px solid #fff;
  }
}
.header--nav .extra-nav--search-form .icon-search {
  position: absolute;
  pointer-events: none;
  left: 0;
  opacity: 0.1;
}
.header--nav .extra-nav--search-form input {
  max-width: calc(100% - 25px);
  color: #fff;
}
.header--nav .extra-nav--search-form .icon-close {
  position: relative;
  width: 25px;
  padding: 3px;
  color: #fff;
}
.header--nav .extra-nav--hamburger {
  width: 1.5625rem;
  margin-left: 1rem;
}
.header--nav .extra-nav--hamburger .icon-close {
  display: none;
}
.header--nav .extra-nav--hamburger.open .icon-close {
  display: unset;
}
.header--nav .extra-nav--hamburger.open .icon-hamburger {
  display: none;
}
@media (min-width: 1200px) {
  .header--nav .extra-nav--hamburger {
    display: none;
  }
}
.header.light {
  background-color: #fff !important;
  color: #1e1b1b !important;
  border-bottom: 1px solid #f2efeb;
}
.header.light .extra-nav--search-form {
  background-color: #fff !important;
  border-bottom: 1px solid #1e1b1b !important;
}
.header.light .extra-nav--search-form input {
  background-color: #fff !important;
  color: #1e1b1b !important;
}
.header.light .extra-nav--search-form .icon-close {
  color: #1e1b1b !important;
}
.header.light .main-nav--link-active {
  background: #eef7e5 !important;
  color: #000 !important;
}
.desktop-menu {
  width: 100vw;
  height: calc(100vh - 75px);
  position: fixed;
  top: 4.6875rem;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .desktop-menu {
    display: none !important;
  }
}
.desktop-menu--inner {
  display: flex;
  background-color: #fff;
  color: #1e1b1b;
  min-height: 75vh;
  max-height: 75vh;
  padding-top: 2.8125rem;
  padding-bottom: 3.4375rem;
}
.desktop-menu--blur {
  height: 100%;
  background-color: rgba(94, 99, 91, 0.3);
}
.desktop-menu .constrain {
  position: relative;
  margin: 0;
  max-width: unset;
}
.desktop-menu .pane {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.desktop-menu .pane .peek-card:not(.extra-wide) {
  aspect-ratio: unset;
}
.desktop-menu .pane__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .desktop-menu .pane__grid {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .desktop-menu .pane__grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
.desktop-menu .pane--sidebar {
  grid-column: 1 / span 2;
  display: flex;
  flex-direction: column;
}
.desktop-menu .pane--sidebar--heading {
  margin-bottom: 4.0625rem;
}
.desktop-menu .pane--sidebar--links {
  display: flex;
  flex-direction: column;
}
.desktop-menu .pane--sidebar--links > * {
  margin-bottom: 1.5rem;
}
.desktop-menu .pane--sidebar--links > *:hover,
.desktop-menu .pane--sidebar--links > *:active {
  text-shadow: 0 0 1px currentColor;
}
.desktop-menu .pane--extra {
  grid-column: 3 / span 10;
  display: flex;
  justify-content: flex-end;
}
.desktop-menu .pane--extra > * {
  height: 100%;
}
.desktop-menu .pane--extra > * + * {
  margin-left: 1.5625rem;
}
.mobile-menu {
  background-color: #fff;
  color: #1e1b1b;
  display: flex;
  width: 100vw;
  padding-top: 2.8125rem;
  position: fixed;
  top: 4.6875rem;
  z-index: 22;
  opacity: 0;
  visibility: hidden;
  left: 110%;
  height: calc(100vh - 75px);
}
@supports (height: 100dvh) {
  .mobile-menu {
    height: calc(100dvh - 75px);
  }
}
@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .constrain {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: unset;
}
.mobile-menu--main-pane {
  background-color: #fff;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.mobile-menu--main-link {
  display: flex;
  align-items: center;
  padding: 1.0625rem 0;
  border-bottom: 1px solid #f2efeb;
  cursor: pointer;
}
.mobile-menu--main-link:first-child {
  padding-top: 0;
}
.mobile-menu--main-link .icon {
  margin-left: auto;
}
.mobile-menu--pane {
  background-color: #fff;
  position: absolute;
  left: 110%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mobile-menu--pane--close {
  cursor: pointer;
  margin-bottom: 1.5625rem;
  display: flex;
  align-items: center;
}
.mobile-menu--pane--close .icon {
  margin-right: 1.5rem;
}
.mobile-menu--pane--link {
  padding: 1.5rem 0 1.0625rem;
  border-top: 1px solid #f2efeb;
}
.mobile-menu--pane--link:last-child {
  border-bottom: 1px solid #f2efeb;
}
.featured-products {
  overflow: hidden;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  /*.featured-products {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }*/
}
footer {
  position: sticky;
  top: 0;
  background-color: #1e1b1b;
  color: #fff;
  padding-top: 2.8125rem;
  padding-bottom: 1.5625rem;
  min-height: 100vh;
  z-index: 21;
}
footer .footer-copy {
  margin-bottom: 4.6875rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  footer .footer-copy {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-copy {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  footer .footer-copy {
    margin-bottom: 6.25rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-copy {
    margin-bottom: 9.6875rem;
  }
}
footer .footer-copy--logo {
  grid-column: span 4;
}
@media (min-width: 1024px) {
  footer .footer-copy--logo {
    grid-column: span 3;
  }
}
footer .footer-copy--logo .icon {
  width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  footer .footer-copy--logo .icon {
    max-width: 11.875rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-copy--logo .icon {
    max-width: 15.625rem;
  }
}
footer .footer-copy--text {
  grid-column: span 6;
  margin-right: 1.5625rem;
}
@media (min-width: 768px) {
  footer .footer-copy--text {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  footer .footer-copy--text {
    grid-column: 8 / span 5;
  }
}
footer .footer-nav {
  margin-bottom: 4.6875rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  footer .footer-nav {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  footer .footer-nav {
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav {
    margin-bottom: 7.5rem;
  }
}
footer .footer-nav--signup {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  margin-bottom: 4.375rem;
}
@media (min-width: 768px) {
  footer .footer-nav--signup {
    grid-column: span 4;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav--signup {
    grid-column: span 3;
  }
}
footer .footer-nav--signup--heading {
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  footer .footer-nav--signup--heading {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
footer .footer-nav--signup--sub-heading {
  margin-bottom: 2.5rem;
}
footer .footer-nav--signup .klaviyo-form {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-family: "GT Ultra", sans-serif !important;
}
footer .footer-nav--signup .klaviyo-form input {
  padding-left: 0 !important;
  margin-bottom: 1px;
  font-family: inherit !important;
}
footer .footer-nav--signup .klaviyo-form span,
footer .footer-nav--signup .klaviyo-form button {
  font-family: inherit !important;
}
footer .footer-nav--menu {
  grid-column: span 6;
  row-gap: 3.75rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  footer .footer-nav--menu {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav--menu {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  footer .footer-nav--menu {
    display: flex;
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav--menu {
    grid-column: 8 / span 5;
    justify-content: space-between;
  }
}
footer .footer-nav--menu--col {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  footer .footer-nav--menu--col .footer-link + .footer-link {
    margin-top: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  footer .footer-nav--menu--col .footer-link + .footer-link {
    margin-top: 1.25rem;
  }
}
footer .footer-nav--menu .footer-link {
  font-family: "gt ultra", sans-serif;
  font-weight: 250;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media (min-width: 1024px) {
  footer .footer-nav--menu .footer-link {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
footer .footer-fineprint {
  display: flex;
  flex-direction: column;
}
footer .footer-fineprint--logos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
footer .footer-fineprint--logos > * + * {
  margin-left: 1.25rem;
}
footer .footer-fineprint--text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -0.5rem;
}
footer .footer-fineprint--text--link {
  cursor: pointer;
}
footer .footer-fineprint--text * {
  font-weight: 250;
  font-size: 0.75rem;
  line-height: 0.825rem;
  margin: 0 0.5rem 0.5rem;
}
@media (min-width: 768px) {
  footer .footer-fineprint--text > *:last-child {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  footer .footer-fineprint--text {
    gap: 1.75rem;
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 0.8125rem;
  }
}
footer .footer-fineprint--text .copyright {
  display: none;
}
@media (min-width: 1024px) {
  footer .footer-fineprint--text .copyright {
    display: inline;
  }
}
.ormm {
  position: relative;
  height: 100%;
}
.ormm--close {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 1.0625rem;
}
.ormm--close .icon {
  margin-right: 0.9375rem;
}
.ormm--main-pane {
  display: flex;
  flex-direction: column;
}
.ormm--link {
  cursor: pointer;
  padding: 1.5rem 0 1.0625rem;
  display: flex;
  align-items: center;
  border-top: 1px solid #f2efeb;
}
.ormm--link:last-child {
  border-bottom: 1px solid #f2efeb;
  margin-bottom: 20vh;
}
.ormm--link.chevron .icon {
  margin-left: auto;
}
.ormm--link.nutrient .icon {
  margin-right: 1.25rem;
  transition: opacity 0.2s ease-in-out;
}
.ormm--link.nutrient .icon .path {
  fill: #567348;
}
.ormm--link.nutrient .icon .circle {
  fill: #f2efeb;
}
.ormm--link.nutrient .icon .path,
.ormm--link.nutrient .icon .circle {
  transition: fill 0.2s ease-in-out;
}
.ormm--link.nutrient:hover .icon {
  opacity: 1;
}
.ormm--link.nutrient:hover .icon .path {
  fill: #f2efeb;
}
.ormm--link.nutrient:hover .icon .circle {
  fill: #567348;
}
.ormm--pane {
  position: absolute;
  left: 110%;
  top: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ormm--pane--close {
  cursor: pointer;
  margin-bottom: 1.5625rem;
  display: flex;
  align-items: center;
}
.ormm--pane--close .icon {
  margin-right: 1.5rem;
}
.ormm .scroll-container {
  height: 100%;
  overscroll-behavior: contain;
  overflow: scroll;
}
.orm {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-gap: 0 !important;
  max-height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .orm {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .orm {
    grid-template-columns: repeat(12, 1fr);
  }
}
.orm--heading {
  grid-column: 1 / span 3;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1600px) {
  .orm--heading {
    margin-bottom: 4.0625rem;
  }
}
.orm--sidebar {
  grid-column: 1 / span 3;
  display: flex;
  flex-direction: column;
}
.orm--sidebar--link {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.orm--sidebar--link .icon {
  margin-left: 0.5rem;
  width: unset;
  height: unset;
}
.orm--sidebar--link.open {
  text-shadow: 0 0 1px currentColor;
}
.orm--panels {
  grid-column: 4 / span 9;
  display: flex;
  flex-direction: column;
  position: relative;
}
.orm--panels > * {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.orm--panels > *.is-active {
  position: relative;
}
.collection-banner .constrain {
  row-gap: 0;
  padding: 01.25rem 0 3.125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (max-width: 768px) {
  .collection-banner .constrain {
    padding: 01.25rem 0 2rem;
  }
}
@media (min-width: 768px) {
  .collection-banner .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .collection-banner .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .collection-banner .constrain {
    padding: 5rem 0 0;
  }
}
.collection-banner--navigation {
  grid-column: 1/-1;
  display: flex;
}
@media (min-width: 768px) {
  .collection-banner--navigation {
    grid-column: 1 / span 3;
  }
}
.collection-banner--navigation--crumb {
  margin-bottom: 0rem;
}
.collection-banner--info {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collection-banner--info {
    grid-column: 4 / span 6;
  }
}
@media (min-width: 1024px) {
  .collection-banner--info {
    grid-column: 4 / span 6;
  }
}
.collection-banner--info--heading {
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .collection-banner--info--heading {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .collection-banner--info--heading {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
.collection-banner--info--description {
  margin-right: 13%;
}
.collection-grid {
  position: relative;
}
.collection-grid .constrain {
  padding-bottom: 5.3125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .collection-grid .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .collection-grid .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .collection-grid .constrain {
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .collection-grid .constrain {
    padding-top: 8.75rem;
    padding-bottom: 9.375rem;
  }
}
.collection-grid .pagination {
  display: none;
}
.collection-grid--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.collection-grid--filters.desktop {
  height: fit-content;
  position: sticky;
  top: 7.1875rem;
  padding-bottom: 7.1875rem;
  max-height: calc(100vh - 4.6875rem - 2.5rem);
  overflow: scroll;
  overflow-x: hidden;
  overscroll-behavior: contain;
  max-width: 15.375rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.collection-grid--filters.desktop::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .collection-grid--filters.desktop {
    display: none;
  }
}
.collection-grid--filters {
  grid-column: 1/-1;
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .collection-grid--filters {
    grid-column: 1 / span 3;
    margin-bottom: 0;
  }
}
.collection-grid--filters .filter {
  margin-top: 3.125rem;
}
.collection-grid--filters .search-field {
  display: none;
}
.collection-grid--filters--sort {
  margin-bottom: 3.125rem;
  border-bottom: 1px solid #1e1b1b;
}
.collection-grid--filters--sort select {
  display: none;
}
.collection-grid--filters--sort--label--container {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}
.collection-grid--filters--sort--label--container .icon {
  margin-left: auto;
}
.collection-grid--filters--sort--label--options {
  height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.collection-grid--filters--sort--label--options span {
  cursor: pointer;
}
.collection-grid--filters--sort--label--options span.checked,
.collection-grid--filters--sort--label--options span:hover {
  font-weight: 400;
}
.collection-grid--filters--sort--label--options span + span {
  margin-top: 20px;
}
.collection-grid--filters--sort--label--options span:first-child {
  margin-top: 0.9375rem;
}
.collection-grid--filters--sort--label--options span:last-child {
  margin-bottom: 1.875rem;
}
.collection-grid--products {
  height: fit-content;
  grid-column: 1/-1;
  row-gap: 3.125rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (max-width: 767px) {
  .collection-grid--products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .collection-grid--products {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .collection-grid--products {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .collection-grid--products {
    grid-column: 4/-1;
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1024px) {
  .collection-grid--products {
    grid-template-columns: repeat(9, 1fr);
    column-gap: 2.5rem;
    row-gap: 5.625rem;
    margin-top: calc(0px - 3.125rem);
    padding-top: 3.125rem;
  }
}
@media (min-width: 1600px) {
  .collection-grid--products {
    grid-template-columns: repeat(12, 1fr);
  }
}
.collection-grid--products .product-count {
  height: fit-content;
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .collection-grid--products .product-count {
    position: absolute;
    top: 0;
  }
}
.collection-grid--products .product {
  grid-column: span 1;
}
@media (min-width: 768px) {
  .collection-grid--products .product {
    grid-column: span 3;
  }
}
@media (min-width: 1024px) {
  .collection-grid--products .product {
    grid-column: span 3;
  }
}
.key-features {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .key-features {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.key-features-style-2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 79.375rem;
  margin: 0 auto;
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 1024px) {
  .key-features-style-2 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
.key-features-style-2 > h2 {
  margin-bottom: 2.625rem;
  text-align: center;
}
.key-features-style-2--grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2.1875rem;
  column-gap: 6.25rem;
}
@media (min-width: 1024px) {
  .key-features-style-2--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.key-features-style-2--grid > div > span {
  display: inline-block;
  margin-bottom: 1.625rem;
}
.key-features-style-2--grid > div > span > svg {
  width: 3.125rem;
  height: 3.125rem;
}
.key-features-style-2--grid > div > h4 {
  margin-bottom: 0.625rem;
}
.key-features .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .key-features .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .key-features .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
.key-features__title {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .key-features__title {
    grid-column: span 3;
  }
}
.key-features__items {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .key-features__items {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .key-features__items {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .key-features__items {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .key-features__items {
    grid-column: span 9;
  }
}
.key-features .key-feature {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .key-features .key-feature {
    grid-column: span 4;
  }
}
@media (max-width: 767px) {
  .key-features .key-feature {
    max-width: 350px;
  }
}
.main-search {
  padding: 0;
  position: relative;
}
.main-search .constrain {
  padding: 5.3125rem 0 3.75rem;
  min-height: 28.125rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .main-search .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .main-search .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .main-search .constrain {
    padding: 5.625rem 0 9.375rem;
  }
}
.main-search--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  pointer-events: all;
}
.main-search--sidebar {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
}
.main-search--sidebar .content {
  position: sticky;
  top: 4.6875rem;
}
@media (min-width: 768px) {
  .main-search--sidebar {
    grid-column: 1 / span 3;
  }
}
.main-search--sidebar--heading {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .main-search--sidebar--heading {
    margin-bottom: 4.0625rem;
    font-size: 45px;
    line-height: 55px;
  }
}
.main-search--sidebar--input {
  margin-bottom: 2.1875rem;
  padding-bottom: 16px;
  border-bottom: 1px solid currentColor;
  display: flex;
  align-items: center;
}
.main-search--sidebar--input input {
  margin-right: 1.875rem;
  width: 100%;
}
.main-search--sidebar--input--close-icon,
.main-search--sidebar--input--search-icon {
  margin-left: auto;
  max-height: 1.375rem;
  cursor: pointer;
}
.main-search--sidebar--input .icon {
  width: 1.25rem;
  max-height: 1.375rem;
}
@media (min-width: 1024px) {
  .main-search--sidebar--input {
    margin-bottom: 4.0625rem;
  }
}
@media (min-width: 1024px) {
  .main-search--sidebar--filter.mobile {
    display: none;
  }
}
.main-search--sidebar--filter.mobile .button {
  width: 100%;
}
.main-search--sidebar--filter.desktop {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .main-search--sidebar--filter.desktop {
    display: none;
  }
}
.main-search--sidebar--filter.desktop .options {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
}
.main-search--sidebar--filter.desktop .options > * + * {
  margin-top: 1.25rem;
}
.main-search--sidebar--filter.desktop .options .option {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.main-search--results-empty {
  grid-column: 1/-1;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .main-search--results-empty {
    grid-column: 4/-1;
    margin-top: 0;
  }
}
.main-search--results-count {
  grid-column: 1/-1;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .main-search--results-count {
    display: none;
  }
}
.main-search--results {
  grid-column: 1/-1;
  row-gap: 3.125rem;
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .main-search--results {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .main-search--results {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .main-search--results {
    grid-column: 4/-1;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .main-search--results {
    grid-template-columns: repeat(9, 1fr);
    column-gap: 2.5rem;
    row-gap: 5.625rem;
  }
}
@media (min-width: 1600px) {
  .main-search--results {
    grid-template-columns: repeat(12, 1fr);
  }
}
.main-search--results .result {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .main-search--results .result {
    grid-column: span 3;
  }
}
.contact {
  padding: 0;
}
.contact__content {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .contact__content {
    grid-column: span 6;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .contact__content:last-child {
    padding-top: 0;
  }
}
.contact__content--ivory {
  background-color: #f2efeb;
}
@media (max-width: 767px) {
  .contact__content--hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.contact__intro {
  max-width: 21.875rem;
  margin-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .contact__intro {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .contact__intro .contact__bg {
    display: none;
  }
}
.contact__intro-text {
  margin-top: 1.25rem;
}
.contact__form {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .contact__order-details {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.contact__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .contact__bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .contact__image {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact__image {
    height: 245px;
    position: relative;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
.contact__image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .contact .constrain {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 0 !important;
  }
}
.main-article {
  padding: 0 0 2.8125rem 0;
}
@media (min-width: 1024px) {
  .main-article {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1024px) {
  .main-article .constrain {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .main-article .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .main-article .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
.main-article__title {
  margin-bottom: 4.375rem;
  max-width: 300px;
}
@media (min-width: 1024px) {
  .main-article__title {
    max-width: 450px;
  }
}
.main-article__aside {
  grid-column: span 4;
}
@media (min-width: 1024px) {
  .main-article__aside-content {
    max-width: 500px;
  }
}
.main-article__content {
  grid-column: span 8;
}
.main-article__hero-wrap {
  height: 245px;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .main-article__hero-wrap {
    display: none;
  }
}
.main-article__image-wrap {
  height: 480px;
  margin-bottom: 1.875rem;
}
@media (max-width: 1023px) {
  .main-article__image-wrap {
    display: none;
  }
}
.main-article__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.main-article__footer {
  margin-top: 2.1875rem;
}
@media (min-width: 768px) {
  .main-article__footer {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
    grid-template-columns: repeat(12, 1fr) !important;
    margin-top: 4.0625rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .main-article__footer {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .main-article__footer {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .main-article__footer {
    margin-top: 5.3125rem;
  }
}
@media (min-width: 768px) {
  .main-article__footer > * {
    grid-column: span 4;
    align-items: center;
  }
}
.main-article__footer .button {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .main-article__footer .button {
    width: 100%;
    margin-top: 3.75rem;
  }
}
.main-article .tag-list {
  margin-bottom: 2.1875rem;
}
.featured-resources {
  overflow: hidden;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .featured-resources {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.featured-resources__items {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .featured-resources__items {
    grid-column: span 12;
  }
}
.featured-resources__title {
  grid-column: 1/-1;
}
@media (min-width: 1024px) {
  .featured-resources__title {
    grid-column: span 12;
  }
}
.featured-resources .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .featured-resources .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .featured-resources .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
.button,
#wsg-account-create .wsg-submit-copy,
#wsg-login .wsg-submit-copy,
.user-forms .button,
.shopify-challenge__button {
  display: inline-flex;
  padding: 13.5px 40px;
  justify-content: center;
  text-decoration: none;
}
.button:disabled,
#wsg-account-create .wsg-submit-copy:disabled,
#wsg-login .wsg-submit-copy:disabled,
.shopify-challenge__button:disabled {
  cursor: default;
}
.button:not(:disabled),
#wsg-account-create .wsg-submit-copy:not(:disabled),
#wsg-login .wsg-submit-copy:not(:disabled),
.shopify-challenge__button:not(:disabled) {
  cursor: pointer;
}
.button.border,
#wsg-account-create .border.wsg-submit-copy,
#wsg-login .border.wsg-submit-copy,
.border.shopify-challenge__button {
  border: 1px solid #1e1b1b;
}
.button--primary,
#wsg-account-create .wsg-submit-copy,
#wsg-login .wsg-submit-copy,
.wsg-btn-primary,
.user-forms .button.primary {
  background-color: #1e1b1b;
  color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.button--primary:hover:not(:disabled),
#wsg-account-create .wsg-submit-copy:hover:not(:disabled),
#wsg-login .wsg-submit-copy:hover:not(:disabled),
.wsg-btn-primary:hover:not(:disabled),
.user-forms .button.primary:hover:not(:disabled) {
  background-color: #567348;
}
.button--secondary,
.wsg-btn-secondary,
.user-forms .button.secondary {
  background-color: #f2efeb;
  color: #1e1b1b;
}
.button--secondary:hover:not(:disabled),
.wsg-btn-secondary:hover:not(:disabled),
.user-forms .button.secondary:hover:not(:disabled) {
  background-color: #5e635b;
  color: #fff;
}
.button--tertiary {
  background-color: #000000;
  color: #fff;
}
.button--tertiary:hover:not(:disabled) {
  background-color: #5e635b;
  color: #fff;
}
.button--transparent,
.user-forms .button.transparent,
.shopify-challenge__button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1b1b;
  color: #1e1b1b;
  transition: 0.3s ease-in-out;
  transition-property: color, border-color;
}
.button--transparent:hover:not(:disabled),
.user-forms .button.transparent:hover:not(:disabled),
.shopify-challenge__button:hover:not(:disabled) {
  color: #567348;
  border-color: #567348;
}
.button--filter-blog {
  width: 100%;
  color: #1e1b1b;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .button--filter-blog {
    border: 1px solid #1e1b1b;
    transition: 0.3s ease-in-out;
    transition-property: color, border-color;
  }
  .button--filter-blog:hover:not(:disabled) {
    color: #567348;
    border-color: #567348;
  }
  .button--filter-blog .icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .button--filter-blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #1e1b1b;
    text-align: left;
  }
  .button--filter-blog .icon {
    transform: rotate(-90deg);
  }
}
.button--full-width {
  width: 100%;
}
.button--back {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  will-change: transform;
}
.button--back:hover .icon {
  transform: rotate(180deg) translateX(5px);
}
.button--back .icon {
  transform: rotate(180deg);
  margin-right: 1.875rem;
  transition: 0.3s ease transform;
}
.shopify-challenge__container {
  margin: 7.5rem auto;
}
.shopify-challenge__message {
  margin-bottom: 2.5rem;
}
.shopify-challenge__button {
  margin-top: 3.125rem !important;
}
.featured-quote {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .featured-quote {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}
@media (min-width: 1024px) {
  .featured-quote {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.featured-quote .quote {
  max-width: 320px;
}
@media (min-width: 768px) {
  .featured-quote .quote {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .featured-quote .quote {
    max-width: 900px;
  }
}
.home-hero {
  color: #fff;
  min-height: 76vh;
  display: flex;
  align-items: flex-end;
  position: unset;
}
.home-hero__content {
  max-width: 700px;
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .home-hero__content {
    padding: 3.75rem 0;
  }
}
@media (min-width: 1024px) {
  .home-hero__content {
    padding: 4.375rem 0;
  }
}
.home-hero__subheading {
  display: block;
  margin-bottom: 0.9375rem;
}
.home-hero__paragraph {
  display: block;
  margin-top: 0.9375rem;
}
.home-hero__button-group {
  display: flex;
  gap: 0.9375rem;
  margin-top: 1.5625rem;
}
.home-hero .constrain {
  width: 100%;
  max-width: 1966px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero .carousel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-hero .keen-slider__slide {
  min-width: calc(100% + 0px);
  max-width: calc(100% + 0px);
  transform: translate3d(0, 0, 0);
}
.shop-by {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .shop-by {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.main-blog {
  padding: 0;
}
@media (min-width: 768px) {
  .main-blog {
    display: flex;
  }
}
@media (min-width: 768px) {
  .main-blog__aside {
    width: 480px;
    background-color: #f2efeb;
  }
}
.main-blog__aside-sticky {
  width: 100%;
}
@media (min-width: 768px) {
  .main-blog__aside-sticky {
    position: sticky;
    top: 4.6875rem;
    left: 0;
  }
}
.main-blog__aside-sticky-container {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .main-blog__aside-sticky-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.main-blog__container {
  width: 100%;
  padding-bottom: 2.8125rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-blog__container {
    padding-bottom: 5rem;
  }
}
.main-blog__empty.is-hidden {
  display: none;
}
.main-blog__content {
  overflow: hidden;
  padding-top: 3.75rem;
}
.main-blog__title {
  margin-bottom: 1.875rem;
}
@media (max-width: 767px) {
  .main-blog__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.main-blog .search-field {
  margin-top: 3.75rem;
}
.main-blog .search-field__input {
  color: #5e635b;
  padding-left: 0;
  padding-right: 0;
}
.main-blog .search-field__input::placeholder {
  color: #1e1b1b;
}
.help-choose {
  padding: 0;
}
@media (min-width: 1024px) {
  .help-choose {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .help-choose__aside {
    grid-column: span 3;
  }
}
@media (max-width: 1023px) {
  .help-choose__bg-wrap {
    height: 50vw;
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .help-choose__bg-wrap {
    min-height: 15.3125rem;
  }
}
@media (min-width: 1024px) {
  .help-choose__bg-wrap {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}
.help-choose__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
}
.help-choose__bg.is-active {
  opacity: 1;
  visibility: visible;
}
.help-choose__content {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .help-choose__content {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    grid-column: span 9;
  }
}
.help-choose__intro {
  max-width: 31.25rem;
}
.help-choose__title {
  margin-bottom: 1.25rem;
}
@media (max-width: 1023px) {
  .help-choose__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.help-choose__action {
  display: flex;
  justify-content: center;
  margin-top: 4.375rem;
}
@media (min-width: 1024px) {
  .help-choose__action {
    margin-top: 5.625rem;
  }
}
.help-choose__action > .button {
  min-width: 18.75rem;
}
.help-choose__reset-mobile {
  margin-top: 0.9375rem;
  display: flex;
  justify-content: center;
}
.help-choose__reset-mobile > .button {
  min-width: 18.75rem;
}
@media (min-width: 1024px) {
  .help-choose__reset-mobile {
    display: none;
  }
}
.help-choose__loading {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .help-choose .constrain {
    padding-left: 0;
  }
}
.help-choose .collection-grid--products {
  margin-top: 8.125rem;
  padding-bottom: 5.625rem;
}
@media (min-width: 1024px) {
  .help-choose .collection-grid--products {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .help-choose .collection-grid--products {
    grid-template-columns: repeat(9, 1fr);
  }
}
.help-choose .pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.help-choose .product--empty {
  margin-top: 6.25rem;
}
.help-choose .tabs {
  margin-top: 2.5rem;
}
@media (min-width: 1024px) {
  .help-choose .tabs {
    margin-top: 4.375rem;
  }
}
@media (min-width: 1024px) {
  .help-choose .tabs__links {
    gap: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .help-choose .tabs__links {
    gap: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .help-choose .tabs__links {
    gap: 3.125rem;
  }
}
.help-choose .tabs__links > .button {
  display: block;
}
@media (max-width: 1023px) {
  .help-choose .tabs__links > .button {
    display: none;
  }
}
@media (min-width: 1024px) {
  .help-choose .tabs__links > .button.margin-left {
    margin-left: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .help-choose .tabs__links > .button.margin-left {
    margin-left: -0.75rem;
  }
}
@media (min-width: 1200px) {
  .help-choose .tabs__links > .button.margin-left {
    margin-left: -1.875rem;
  }
}
.not-found {
  display: flex;
  padding: 0;
}
@media (max-width: 767px) {
  .not-found {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .not-found {
    min-height: calc(80vh - 4.6875rem);
  }
}
.not-found__title {
  margin-bottom: 2.5rem;
  max-width: 28.125rem;
}
.not-found__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .not-found__col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .not-found__col:first-child {
    padding-bottom: 7.5rem;
  }
}
@media (max-width: 767px) {
  .not-found__col:last-child {
    order: -1;
    padding-top: 70%;
    margin-bottom: 2.5rem;
  }
}
.not-found__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .product {
    padding-left: 0;
  }
}
.product .constrain {
  position: relative;
}
@media (min-width: 1024px) {
  .product .constrain {
    display: flex;
    flex-direction: column;
    max-width: unset;
    align-items: center;
  }
  .product .constrain .product--related,
  .product .constrain .product--subscribe-cta {
    max-width: 1966px;
    width: 100%;
    padding-left: 2.5rem;
  }
  .product .constrain .images-and-info-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
}
.product--add-to-cart {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(242, 239, 235, 0.95);
  display: flex;
  justify-content: center;
  margin: 0 calc(0px - 1.25rem);
  padding: 1.875rem 1.25rem;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product--add-to-cart {
    margin: 0 calc(0px - 2.5rem);
    padding: 1.875rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product--add-to-cart.mobile {
    display: none;
  }
}
.product--add-to-cart.secondary {
  background-color: hsla(0, 0%, 100%, 0.95);
}
.product--add-to-cart .button {
  width: 100%;
}
.product-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.input-number {
  width: 25%;
}

.product-action-row .button--tertiary,
.product-action-row .button--primary {
  flex: 1;
}

/* Stacked layout for mobile or modal */
@media (max-width: 768px) {
  .product-action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .input-number {
    width: 100%;
  }

  .product-action-row .button--tertiary,
  .product-action-row .button--primary {
    width: 100%;
  }
}

.add-to-cart-modal .product-action-row {
  flex-direction: column;
  align-items: stretch;
}

.add-to-cart-modal .input-number,
.add-to-cart-modal .button--tertiary,
.add-to-cart-modal .button--primary {
  width: 100%;
}
.product--images {
  height: fit-content;
  position: sticky;
  top: 4.6875rem;
  background-color: #f2efeb;
  min-width: 50vw;
  max-width: 50vw;
  height: calc(100vh - 4.6875rem);
}
@media (max-width: 1023px) {
  .product--images {
    display: none;
  }
}
.product-v2 {
  padding: 0 !important;
}
.product-v2 .product-breadcrumbs {
  display: none;
  border-bottom: 1px solid #f2efeb;
  padding: 0.625rem 2.5rem;
  margin: 0 auto;
}
.product-v2 .product-breadcrumbs a {
  font-size: 0.875rem !important;
}
@media (min-width: 1024px) {
  .product-v2 .product-breadcrumbs {
    display: block;
  }
}
@media (min-width: 1024px) {
  .product-v2 {
    padding-left: 0;
  }
}
.product-v2 .constrain {
  position: relative;
  max-width: unset;
}
@media (min-width: 1024px) {
  .product-v2 .constrain {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-v2 .constrain .product--related,
  .product-v2 .constrain .product--subscribe-cta {
    max-width: 1966px;
    width: 100%;
    padding-left: 2.5rem;
  }
  .product-v2 .constrain .images-and-info-wrapper-v2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    /* max-width: 90rem; */
  }
}
.product-v2--add-to-cart {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgba(242, 239, 235, 0.95);
  display: flex;
  justify-content: center;
  margin: 0 calc(0px - 1.25rem);
  padding: 1.875rem 1.25rem;
  z-index: 10;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-v2--add-to-cart {
    margin: 0 calc(0px - 2.5rem);
    padding: 1.875rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product-v2--add-to-cart.mobile {
    display: none;
  }
}
.product-v2--add-to-cart.secondary {
  background-color: hsla(0, 0%, 100%, 0.95);
}
.product-v2--add-to-cart .button {
  width: 100%;
}
.product-v2--images {
  height: fit-content;
  position: sticky;
  top: 4.6875rem;
  background-color: #f2efeb;
  min-width: 50%;
  max-width: 50%;
  height: calc(100vh - 4.6875rem);
}
@media (max-width: 1023px) {
  .product-v2--images {
    display: block;
    position: static;
    min-width: 100%;
    margin-bottom: 1.875rem;
  }
}
.main-product-about {
  background-color: #f2efeb;
  padding: 0 !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-product-about {
    flex-direction: row;
  }
}
.main-product-about--image {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-product-about--image {
    width: 50%;
  }
}
.main-product-about--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}
.main-product-about--text {
  width: 100%;
  padding: 3.125rem 1.625rem;
}
@media (min-width: 1024px) {
  .main-product-about--text {
    width: 50%;
    padding: 4rem 6.25rem;
    max-width: 62.5rem;
    margin: 0 auto;
  }
}
.main-product-about--text > h2 {
  margin-bottom: 2.625rem;
}
.main-product-about--text > h2 ~ div {
  margin-bottom: 1.875rem;
}
.main-product-about--text > h2 ~ div img {
  width: 100%;
}
.main-product-about--text > h4 {
  margin-bottom: 1.25rem;
  max-width: 25.6875rem;
}
.main-product-about--dietary-req {
  margin-top: 0rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  row-gap: 0.625rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .main-product-about--dietary-req {
    margin-bottom: 1.5rem;
    border-bottom: none;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }
}
.main-product-benefits {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 79.375rem;
  margin: 0 auto;
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}
@media (min-width: 1024px) {
  .main-product-benefits {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }
}
@media (min-width: 1600px) {
  .main-product-benefits {
    max-width: unset;
  }
}
.main-product-benefits > h2 {
  margin-bottom: 2.625rem;
  text-align: center;
}
.main-product-benefits--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(314px, 1fr));
  row-gap: 2.1875rem;
  column-gap: 6.25rem;
}
.main-product-benefits--grid > div > span {
  display: inline-block;
  margin-bottom: 1.625rem;
}
.main-product-benefits--grid > div > span > svg {
  width: 3.125rem;
  height: 3.125rem;
}
.main-product-benefits--grid > div > h4 {
  margin-bottom: 0.625rem;
}
.main-product-howtotake {
  background-color: #f2efeb;
  padding: 0 !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-product-howtotake {
    flex-direction: row;
  }
}
.main-product-howtotake--image {
  width: 100%;
  order: -1;
}
@media (min-width: 1024px) {
  .main-product-howtotake--image {
    width: 50%;
    order: 0;
  }
}
.main-product-howtotake--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}
.main-product-howtotake--text {
  width: 100%;
  padding: 3.125rem 1.625rem;
}
@media (min-width: 1024px) {
  .main-product-howtotake--text {
    width: 50%;
    padding: 4rem 6.25rem;
    max-width: 62.5rem;
    margin: 0 auto;
  }
}
.main-product-howtotake--text h2 {
  margin-bottom: 2.625rem;
}
.main-product-ingredients {
  margin: 0 auto;
  background-color: #f2efeb;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .main-product-ingredients {
    flex-direction: row;
  }
}
.main-product-ingredients--image {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-product-ingredients--image {
    width: 50%;
  }
}
.main-product-ingredients--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}
.main-product-ingredients--text {
  width: 100%;
  padding: 3.125rem 1.625rem;
}
@media (min-width: 1024px) {
  .main-product-ingredients--text {
    width: 50%;
    padding: 4rem 6.25rem;
    max-width: 62.5rem;
    margin: 0 auto;
  }
}
.main-product-ingredients--text h2 {
  margin-bottom: 2.625rem;
}
.main-product-faqs {
  display: grid;
  gap: 2.5rem;
  margin: 0 auto;
  padding: 3.125rem 1.625rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .main-product-faqs {
    padding: 6.25rem 3.4375rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-product-faqs > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
.main-product-faqs--faq {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #1e1b1b;
  max-width: 37.5rem;
}
.main-product-faqs--faq--question {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
}
.main-product-faqs--faq--question svg {
  min-width: 1.5625rem;
  min-height: 1.5625rem;
}
@media (max-width: 767px) {
  .main-product-faqs--faq--question {
    font-family: "GT Super", sans-serif;
    font-size: 18px;
    line-height: 23px;
  }
}
.main-product-faqs--faq--answer {
  overflow: hidden;
  height: 0px;
  margin: 1rem 0;
}
.main-product-reviews {
  display: grid;
  gap: 2.5rem;
  margin: 0 auto;
  background-color: #f2efeb;
  padding: 3.125rem 1.625rem;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 1024px) {
  .main-product-reviews {
    padding: 6.25rem 3.4375rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-product-reviews--preview {
  margin-top: 2.375rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-product-reviews--preview {
    width: max-content;
  }
}
.main-product-reviews--preview .jdgm-rev-widg {
  padding: 0;
}
.main-product-reviews--preview .jdgm-row-stars {
  flex-direction: column;
}
.main-product-reviews--preview .jdgm-rev-widg__body {
  display: none;
}
.main-product-reviews--preview .jdgm-row-stars ~ * {
  display: none;
}
.main-product-reviews--preview .jdgm-widget-actions-wrapper {
  margin-top: 2.375rem;
}
.main-product-reviews--container {
  max-width: 37.5rem;
  margin: 0 auto;
}
.main-product-reviews--container .jdgm-rev-widg {
  padding: 0;
}
.main-product-reviews--container .jdgm-rev-widg__header {
  display: none;
}
.product-form-new,
.product-form-fake-new {
  display: flex;
  flex-direction: column;
}
.product-form-new .restock-alerts-notify-button,
.product-form-new .restock-alerts-branding-text,
.product-form-fake-new .restock-alerts-notify-button,
.product-form-fake-new .restock-alerts-branding-text {
  display: none;
}
@media (max-width: 1023px) {
  .product-form-new > *,
  .product-form-fake-new > * {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form-new > *,
  .product-form-fake-new > * {
    margin-bottom: 1.5625rem;
  }
  .product-form-new > *[type="submit"],
  .product-form-fake-new > *[type="submit"] {
    margin-bottom: 0;
  }
}
.product-form-new .form-row,
.product-form-fake-new .form-row {
  display: flex;
}
@media (max-width: 1023px) {
  .product-form-new .form-row,
  .product-form-fake-new .form-row {
    flex-direction: column;
  }
  .product-form-new .form-row > * + *,
  .product-form-fake-new .form-row > * + * {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form-new .form-row,
  .product-form-fake-new .form-row {
    margin-bottom: 1.25rem;
  }
  .product-form-new .form-row > *:first-child,
  .product-form-fake-new .form-row > *:first-child {
    flex-grow: 1;
    margin-right: 0.9375rem;
  }
}
.product-form-new .form-row.variants,
.product-form-fake-new .form-row.variants {
  gap: 8px;
}
@media (max-width: 1023px) {
  .product-form-new .form-row.variants,
  .product-form-fake-new .form-row.variants {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product-form-new .form-row.variants :not(.input-number),
  .product-form-fake-new .form-row.variants :not(.input-number) {
    margin-top: 0;
  }
  .product-form-new .form-row.variants .input-number,
  .product-form-fake-new .form-row.variants .input-number {
    width: 100%;
  }
  .product-form-new .form-row.variants label,
  .product-form-fake-new .form-row.variants label {
    width: calc(33.3333333333% - 5.3333333333px);
  }
  .product-form-new .form-row.variants:not(:has(*:nth-last-child(n + 5))) label,
  .product-form-fake-new
    .form-row.variants:not(:has(*:nth-last-child(n + 5)))
    label {
    flex-grow: 1;
    width: unset;
  }
}
@media (min-width: 768px) {
  .product-form-new .form-row.variants .label:first-child,
  .product-form-fake-new .form-row.variants .label:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .product-form-new .form-row.variants label,
  .product-form-fake-new .form-row.variants label {
    width: unset;
    flex-grow: 1;
  }
  .product-form-new .form-row.variants:has(*:nth-last-child(n + 6)),
  .product-form-fake-new .form-row.variants:has(*:nth-last-child(n + 6)) {
    flex-wrap: wrap;
  }
  .product-form-new
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number,
  .product-form-fake-new
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number {
    width: 100%;
  }
}
.product-form-new .form-row.variants *:first-child,
.product-form-fake-new .form-row.variants *:first-child {
  margin-right: unset;
}
.product-form-new .form-row.variants:has(*:nth-last-child(n + 8)) label,
.product-form-fake-new .form-row.variants:has(*:nth-last-child(n + 8)) label {
  flex-grow: unset;
}
.product-form-new--variants.hidden,
.product-form-fake-new--variants.hidden {
  display: none;
}
.product-form-new--switch,
.product-form-fake-new--switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
.product-form-new--switch--button,
.product-form-fake-new--switch--button {
  width: 100%;
  grid-column: span 1;
  grid-row: span 2;
}
.product-form-new--switch--button--input,
.product-form-fake-new--switch--button--input {
  display: none;
}
.product-form-new--switch--button--label,
.product-form-fake-new--switch--button--label {
  height: 100%;
  cursor: pointer;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: 1px solid #bdbdbd;
}
.product-form-new--switch--button--label > *:first-child,
.product-form-fake-new--switch--button--label > *:first-child {
  margin-bottom: auto;
}
.product-form-new--switch--button--label > *:last-child,
.product-form-fake-new--switch--button--label > *:last-child {
  margin-top: -5px;
}
.product-form-new--switch--button--label--description,
.product-form-fake-new--switch--button--label--description {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
.product-form-new--switch--button--label--price,
.product-form-fake-new--switch--button--label--price {
  font-family: "GT Ultra", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
.product-form-new--switch--button:first-child
  .product-form--switch--button--label,
.product-form-fake-new--switch--button:first-child
  .product-form--switch--button--label {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-right: none;
}
.product-form-new--switch--button:last-child
  .product-form--switch--button--label,
.product-form-fake-new--switch--button:last-child
  .product-form--switch--button--label {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.product-form-new--switch--button--input:checked + label,
.product-form-fake-new--switch--button--input:checked + label {
  background-color: #567348;
  color: #fff;
}
.product-form-new--overlay,
.product-form-fake-new--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.product-form-new--after-pay.hidden,
.product-form-fake-new--after-pay.hidden {
  display: none;
}
.product-form-new--after-pay afterpay-placement,
.product-form-fake-new--after-pay afterpay-placement {
  margin: 0;
}
.product-form-new--after-pay.mobile,
.product-form-fake-new--after-pay.mobile {
  margin: 1.5625rem 0;
}
@media (min-width: 1024px) {
  .product-form-new--after-pay.mobile,
  .product-form-fake-new--after-pay.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-form-new--after-pay.desktop,
  .product-form-fake-new--after-pay.desktop {
    display: none;
  }
}
.product-form-new--policy,
.product-form-fake-new--policy {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5625rem;
}
@media (min-width: 1024px) {
  .product-form-new--policy,
  .product-form-fake-new--policy {
    margin-top: -1.5625rem;
  }
}
.product-form-new--policy > * + *,
.product-form-fake-new--policy > * + * {
  margin-left: 1.5625rem;
}
.product-form-new--policy--text,
.product-form-new--policy--rc,
.product-form-fake-new--policy--text,
.product-form-fake-new--policy--rc {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
.product-form-new--error,
.product-form-fake-new--error {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: red;
  opacity: 0;
  height: 0;
}
.product-form-new--b2b-info,
.product-form-fake-new--b2b-info {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .product-form-new--b2b-info,
  .product-form-fake-new--b2b-info {
    padding: 1rem;
    background-color: #f2efeb;
    border-radius: 1.5rem;
  }
}
.product-form-new--compare-at-price,
.product-form-fake-new--compare-at-price {
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.social-media {
  padding-top: 2.1875rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .social-media {
    padding-bottom: 0rem;
  }
}
.social-media__instagram {
  display: block;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .social-media__instagram {
    margin-bottom: 0;
  }
}
.social-media__header {
  margin-bottom: 0rem;
}
@media (min-width: 768px) {
  .social-media__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0rem;
  }
}
.popular-blogs {
  overflow: hidden;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .popular-blogs {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
.popular-blogs .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .popular-blogs .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .popular-blogs .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
.popular-blogs__title {
  grid-column: 1 / span 12;
}
@media (min-width: 1024px) {
  .popular-blogs__title {
    grid-column: span 12;
  }
}
.popular-blogs .side-slider {
  grid-column: 1 / span 12;
}
@media (min-width: 1024px) {
  .popular-blogs .side-slider {
    grid-column: span 9;
  }
}
@media (max-width: 1023px) {
  section.why-subscribe {
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  section.why-subscribe {
    padding-top: 3.75rem;
    padding-bottom: 9.375rem;
  }
}
section.why-subscribe .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  section.why-subscribe .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  section.why-subscribe .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  section.why-subscribe .mobile {
    display: none;
  }
}
section.why-subscribe .heading {
  grid-column: 1/-1;
}
section.why-subscribe .heading .mobile {
  margin-left: auto;
}
@media (max-width: 1023px) {
  section.why-subscribe .heading {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  section.why-subscribe .heading {
    grid-column: 1 / span 3;
  }
}
@media (max-width: 1023px) {
  section.why-subscribe .key-feature {
    max-width: 350px;
  }
}
section.why-subscribe .benefits {
  grid-column: 1/-1;
}
@media (max-width: 1023px) {
  section.why-subscribe .benefits {
    display: flex;
    flex-direction: column;
    height: 0;
    overflow: hidden;
  }
  section.why-subscribe .benefits .key-feature:first-child {
    margin-top: 3.125rem;
  }
  section.why-subscribe .benefits .key-feature:last-child {
    margin-bottom: 3.125rem;
  }
  section.why-subscribe .benefits .key-feature + .key-feature {
    margin-top: 3.125rem;
  }
}
@media (min-width: 1024px) {
  section.why-subscribe .benefits {
    height: auto !important;
    grid-column: 4 / span 8;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
    grid-template-columns: 1fr 1fr !important;
    row-gap: 5rem !important;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  section.why-subscribe .benefits {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  section.why-subscribe .benefits {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1600px) {
  section.why-subscribe .benefits {
    grid-template-columns: 1fr 1fr 1fr !important;
    row-gap: 3.125rem !important;
  }
}
section.recommendations {
  padding-top: 5.625rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
@media (min-width: 1024px) {
  section.recommendations {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}
section.recommendations .side-slider .keen-slider__slide {
  min-width: 42%;
  max-width: 42%;
}
.wholesales {
  padding: 0;
  overflow: hidden;
}
.wholesales__hero .constrain {
  max-width: 1966px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .wholesales__hero .constrain {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .wholesales__hero .constrain > * {
    grid-column: span 6;
  }
}
.wholesales__content {
  background-color: #f2efeb;
}
.wholesales__content .constrain {
  max-width: 1966px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .wholesales__content .constrain {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2.5rem;
  }
  .wholesales__content .constrain > * {
    grid-column: span 6;
  }
}
.wholesales__intro {
  max-width: 34.375rem;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .wholesales__intro {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
    padding-right: 2.5rem;
    min-height: 75vh;
  }
}
@media (min-width: 768px) {
  .wholesales__intro .wholesales__bg {
    display: none;
  }
}
@media (max-width: 767px) {
  .wholesales__title {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
.wholesales__intro-text {
  margin-top: 1.25rem;
}
.wholesales__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 3.125rem;
}
@media (max-width: 499px) {
  .wholesales__buttons .button {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wholesales__buttons .button {
    width: 100%;
  }
}
.wholesales__form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .wholesales__form {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 768px) {
  .wholesales__image-wrap {
    display: none;
  }
}
@media (max-width: 767px) {
  .wholesales__image-wrap {
    position: relative;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    width: calc(100% + 2.5rem);
    height: 245px;
  }
}
.wholesales__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.wholesales__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 50vw;
}
@media (max-width: 767px) {
  .wholesales__bg {
    display: none;
  }
}
@media (min-width: 768px) {
  .wholesales__stockist {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.wholesales__benefits {
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .wholesales__benefits {
    margin-top: 7.5rem;
  }
}
.wholesales__benefits-title {
  display: block;
  margin-bottom: 1.5625rem;
}
@media (max-width: 767px) {
  .wholesales__benefits-title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.wholesales__benefits-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 500px) and (max-width: 767px) {
  .wholesales__benefits-items {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .wholesales__benefits-items {
    flex-direction: row;
  }
}
.wholesales__benefits-item {
  display: flex;
  align-items: center;
}
@media (min-width: 500px) and (max-width: 767px) {
  .wholesales__benefits-item {
    width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 1024px) {
  .wholesales__benefits-item {
    width: calc(50% - 0.9375rem);
  }
}
.wholesales__benefits-item .icon {
  margin-right: 0.9375rem;
  min-width: 40px;
  max-width: 40px;
}
.wholesales__benefits-item .icon .circle {
  fill: #fff;
}
.cart-footer {
  background-color: #f2efeb;
}
.cart-footer .constrain {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .cart-footer .constrain {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .cart-footer .constrain {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .cart-footer .constrain {
    padding: 1.5625rem 0;
  }
}
@media (min-width: 768px) {
  .cart-footer .constrain {
    padding: 1.875rem 0;
  }
}
@media (max-width: 767px) {
  .cart-footer--total {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .cart-footer--total {
    grid-column: 1 / span 3;
  }
}
.cart-footer--total--heading {
  display: flex;
}
@media (max-width: 767px) {
  .cart-footer--total--heading {
    margin-bottom: 2.8125rem;
  }
  .cart-footer--total--heading *:last-child {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .cart-footer--total--heading {
    margin-bottom: 0.4375rem;
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
  .cart-footer--total--heading > * {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
.cart-footer--cta {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  .cart-footer--cta {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .cart-footer--cta {
    grid-column: 8 / span 3;
  }
}
@media (min-width: 1024px) {
  .cart-footer--cta {
    grid-column: 9 / span 4;
  }
}
@media (max-width: 767px) {
  .cart-footer--cta--disclaimer {
    order: -1;
    margin-bottom: 1.25rem;
  }
}
.cart-footer--cta--buttons .button {
  padding: 13.5px 20px;
  height: fit-content;
}
@media (max-width: 767px) {
  .cart-footer--cta--buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
  .cart-footer--cta--buttons *:last-child {
    order: -1;
  }
}
@media (min-width: 1024px) {
  .cart-footer--cta--buttons {
    display: flex;
    height: fit-content;
    margin-bottom: 1.125rem;
  }
  .cart-footer--cta--buttons > * {
    flex-grow: 1;
  }
  .cart-footer--cta--buttons * + * {
    margin-left: 0.5rem;
  }
}
.cart-footer--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 239, 235, 0.8);
  backdrop-filter: blur(3px);
  pointer-events: all;
}
@media (max-width: 1023px) {
  .cart-items {
    padding-top: 2.8125rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .cart-items {
    padding-top: 5.3125rem;
    padding-bottom: 7.5rem;
  }
}
.cart-items .constrain {
  display: flex;
  flex-direction: column;
}
.cart-items--heading {
  margin-bottom: 0.625rem;
}
.cart-items--subheading > [data-cart-free-shipping-text] {
  display: none;
}
@media (max-width: 1023px) {
  .cart-items--subheading {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .cart-items--subheading {
    margin-bottom: 5.625rem;
  }
}
@media (min-width: 1024px) {
  .cart-items--content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .cart-items--content {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .cart-items--content {
    grid-template-columns: repeat(12, 1fr);
  }
}
.cart-items--content--empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .cart-items--content--empty {
    grid-column: 1/-1;
  }
}
.cart-items--content--empty > * + * {
  margin-top: 1.25rem;
}
.cart-items--content--items {
  position: relative;
}
@media (min-width: 1024px) {
  .cart-items--content--items {
    grid-column: span 7;
  }
}
.cart-items--content--items--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  pointer-events: all;
}
@media (min-width: 1024px) {
  .cart-items--content--items .cart-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
    grid-template-columns: repeat(7, 1fr) !important;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .cart-items--content--items .cart-item {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .cart-items--content--items .cart-item {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .cart-items--content--items .cart-item--image {
    grid-column: span 2;
    width: 100%;
    height: 100%;
  }
  .cart-items--content--items .cart-item--image img {
    object-fit: cover;
  }
  .cart-items--content--items .cart-item--info {
    grid-column: span 5;
    width: 100%;
  }
  .cart-items--content--items .cart-item--info > * {
    font-size: 16px;
    line-height: 22px;
  }
  .cart-items--content--items .cart-item--info--cart-off {
    display: none;
  }
  .cart-items--content--items .cart-item--info--title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 1.25rem;
  }
  .cart-items--content--items .cart-item--info--price {
    display: flex;
    margin-bottom: 0.4375rem;
  }
  .cart-items--content--items .cart-item--info--price--variant {
    display: inline-block;
    margin-right: auto;
  }
  .cart-items--content--items .cart-item--info--variant,
  .cart-items--content--items .cart-item--info--frequency,
  .cart-items--content--items .cart-item--info--subscription,
  .cart-items--content--items .cart-item--info--remove-subscription {
    display: none !important;
  }
  .cart-items--content--items .cart-item--info--subscription-freq {
    display: flex;
    margin-bottom: 2.8125rem;
  }
  .cart-items--content--items
    .cart-item--info--subscription-freq--subscription {
    margin-left: auto;
    text-decoration: underline;
    cursor: pointer;
  }
  .cart-items--content--items .cart-item--info--quantity {
    margin-top: 0;
    margin-bottom: 2.25rem;
  }
}
.cart-items--content--recommended {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 5.9375rem;
  height: fit-content;
}
@media (max-width: 1023px) {
  .cart-items--content--recommended {
    padding: 3.75rem 0;
  }
}
.cart-items--content--recommended--heading {
  font-family: "GT Super", serif;
  margin-bottom: 1.625rem;
}
@media (max-width: 1023px) {
  .cart-items--content--recommended--heading {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 350;
  }
}
.cart-items--content--recommended .card-product .card--cta {
  display: flex;
}
@media (min-width: 1024px) {
  .cart-items--content--recommended {
    grid-column: 10 / span 3;
    grid-row: 1/-1;
  }
  .cart-items--content--recommended > .card-product {
    width: 100%;
    height: unset;
  }
}
.announcement-banner {
  background-color: #567348;
  color: #fff;
  text-align: center;
  height: 0;
  z-index: 1;
}
.announcement-banner section {
  padding: 0.5rem 3.75rem;
}
@media (min-width: 768px) {
  .announcement-banner section {
    padding: 0.6875rem 3.75rem;
  }
}
.announcement-banner .constrain {
  line-height: 0;
}
.announcement-banner--text {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.0625rem;
}
@media (min-width: 768px) {
  .announcement-banner--text {
    font-size: 0.9375rem;
    line-height: 1.03125rem;
    max-width: 800px;
  }
}
.card-product {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  height: 100%;
}
.card-product:hover .card--media--overlay {
  opacity: 1;
}
.card-product:hover .card--media--overlay--content,
.card-product:hover .card--media--overlay--button-wrapper {
  top: 0;
}
.card-product .card--media {
  overflow: hidden;
  position: relative;
  background-color: #f2efeb;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .card-product .card--media {
    padding: 1.25rem;
  }
}
.card-product .card--media .card--media-wrap {
  width: 100%;
  padding-top: 120%;
}
.card-product .card--media img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.card-product .card--media--sale-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #567348;
  color: #fff;
  text-transform: uppercase;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  text-align: center;
  padding: 16.2px 0 15.8px;
  letter-spacing: 0.1em;
  font-size: 11.7px;
  line-height: 13px;
}
.card-product .card--media--overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(86, 115, 72, 0.8);
  color: #fff;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 50%;
}
@media (max-width: 1023px) {
  .card-product .card--media--overlay {
    display: none;
  }
}
.card-product .card--media--overlay--content,
.card-product .card--media--overlay--button-wrapper {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.card-product .card--media--overlay--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 10%;
}
.card-product .card--media--overlay--content .icon {
  margin-top: 1.25rem;
  transform: scale(1.5);
}
.card-product .card--media--overlay--button-wrapper {
  margin-top: auto;
  top: 25%;
}
.card-product .card--media--overlay--button-wrapper:hover {
  padding: 0 1.5625rem 1rem;
}
.card-product .card--media--overlay--button-wrapper:hover .button {
  margin-top: auto;
  border-radius: 39px;
}
.card-product .card--media--overlay--button-wrapper .button {
  width: 100%;
  transition: margin 0.3s ease-in-out, border-radius 0.3s ease;
}
@media (max-width: 1023px) {
  .card-product .card--media--overlay--button-wrapper {
    display: none;
  }
}
.card-product .card--info {
  display: flex;
  flex-direction: column;
  padding-top: 1.25rem;
  flex-grow: 1;
}
.card-product .card--info--title {
  font-family: "GT Super", serif;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .card-product .card--info--title {
    font-size: 1rem;
    margin-bottom: 2px;
  }
}
.card-product .card--info--tag {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .card-product .card--info--tag {
    font-size: 0.75rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .card-product .card--info--tag {
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .card-product .card--info .price {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .card-product .card--info .price {
    margin-top: auto;
  }
}
.card-product .card--info .price__sale {
  display: none;
}
.card-product .card--cta {
  display: none;
  justify-content: center;
  align-items: center;
  margin-top: 1.5625rem;
  width: 100%;
}
.card-product .card--cta > .button {
  width: 100%;
}
@media (min-width: 1024px) {
  .card-product .card--cta {
    display: none !important;
  }
}
.card-product[data-is-on-sale] .price__regular {
  display: none;
}
.card-product[data-is-on-sale] .price__sale {
  display: flex;
}
.card-product[data-is-on-sale] .price__sale .price-item--regular {
  margin-right: 1rem;
  text-decoration: line-through;
}
.card-blog:hover .card-blog__hidden {
  transform: translateY(0);
}
.card-blog:hover .card-blog__bg-wrap:after {
  opacity: 0.7;
  visibility: visible;
}
.card-blog__bg-wrap {
  padding-top: 140%;
  margin-bottom: 1.25rem;
  overflow: hidden;
}
.card-blog__bg-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #567348;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
}
@media (max-width: 767px) {
  .card-blog__bg-wrap:after {
    display: none;
  }
}
.card-blog__hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: 0.3s ease transform;
  padding: 1.25rem;
  z-index: 1;
}
@media (max-width: 499px) {
  .card-blog__hidden {
    display: none;
  }
}
.card-blog__intro {
  color: #fff;
  display: block;
  margin-bottom: 1.875rem;
}
.card-blog__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.card-blog__title {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
.card-blog__subtitle {
  display: block;
  margin-bottom: 0.46875rem;
  color: #bdbdbd;
}
.card-blog__read-more {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.875rem;
}
@media (min-width: 768px) {
  .card-blog__read-more {
    display: none;
  }
}
.card-blog__read-more .icon {
  margin-left: 1.875rem;
}
.carousel {
  transition: 0.3s ease opacity;
}
.carousel__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel.is-loading {
  opacity: 0;
}
.carousel .keen-slider__slide {
  overflow: hidden;
}
.dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 1.5625rem;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .dots {
    bottom: 2.1875rem;
  }
}
@media (min-width: 1024px) {
  .dots {
    bottom: 2.8125rem;
  }
}
.dots .dot {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.dots .dot.is-active:before {
  background-color: #1e1b1b;
}
.dots .dot:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(30, 27, 27, 0.5);
  transition: background-color 0.3s ease-in-out;
}
.arrows {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 2.1875rem;
}
.arrows .arrow {
  cursor: pointer;
}
.cart-item {
  padding: 1.25rem 0 1.5625rem;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
@media (max-width: 767px) {
  .cart-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.875rem;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .cart-item {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .cart-item {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .cart-item {
    display: flex;
    justify-content: space-between;
  }
}
.cart-item--image {
  grid-column: span 2;
  background-color: #f2efeb;
  padding: 1.875rem 0.9375rem 0.9375rem;
  height: fit-content;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .cart-item--image {
    width: 30%;
  }
}
.cart-item--image img {
  min-width: 100%;
  max-width: 100%;
  height: unset;
}
.cart-item--info {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cart-item--info {
    width: 65%;
  }
}
.cart-item--info > * {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
.cart-item--info .row {
  display: flex;
}
.cart-item--info--title {
  font-family: "GT Super", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-right: auto;
}
.cart-item--info--remove {
  margin-left: 1rem;
  width: 1.25rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .cart-item--info--remove {
    display: none;
  }
}
.cart-item--info--price,
.cart-item--info--quantity {
  margin-bottom: 15px;
}
.cart-item--info--title {
  margin-bottom: 3px;
}
.cart-item--info--frequency {
  margin-top: 3px;
}
.cart-item--info--price--variant {
  display: none;
}
.cart-item--info--price--compare_at-subtotal {
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.cart-item--info--subscription-freq {
  display: none;
}
.cart-item--info--subscription {
  margin-bottom: 10px;
}
.cart-item--info--subscription,
.cart-item--info--remove-subscription {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
}
.cart-item--info--add-subscription {
  display: flex;
  text-decoration: underline;
  cursor: pointer;
}
.cart-item--info--quantity {
  margin-top: 15px;
  max-width: 9.375rem;
}
.cart-item--info--error {
  color: red;
  height: 0;
}
.dietary-requirement {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 3.125rem;
  margin-top: 0.25rem;
  padding: 0 1.625rem;
}
.dietary-requirement--icon-wrapper {
  margin-bottom: 0.4375rem;
  width: 2.8125rem;
  height: 2.8125rem;
  position: relative;
}
.dietary-requirement--icon-wrapper > .icon {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
}
.dietary-requirement--text {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
.icon {
  display: block;
}
.icon--quote {
  width: 56px;
  height: 39px;
}
.icon--instagram {
  width: 32px;
  height: 32px;
}
.icon--pinterest {
  width: 28px;
  height: 28px;
}
.icon--facebook {
  width: 16px;
  height: 30px;
}
.icon--slide-left-arrow,
.icon--slide-right-arrow {
  width: 50px;
  height: 50px;
}
.icon--slide-left-arrow .icon__bg,
.icon--slide-left-arrow .icon__arrow,
.icon--slide-right-arrow .icon__bg,
.icon--slide-right-arrow .icon__arrow {
  transition: fill 0.3s ease;
}
.icon--slide-left-arrow:hover .icon__bg,
.icon--slide-right-arrow:hover .icon__bg {
  fill: #567348;
}
.icon--slide-left-arrow:hover .icon__arrow,
.icon--slide-right-arrow:hover .icon__arrow {
  fill: #fff;
}
.icon--spinner {
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.peek-card {
  display: flex;
  position: relative;
  overflow: hidden;
  aspect-ratio: 425/635;
  cursor: pointer;
}
.peek-card.extra-wide {
  aspect-ratio: 865/475;
}
@media (min-width: 768px) {
  .peek-card:hover .peek-card--info {
    transform: translateY(0);
  }
}
.peek-card--bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.peek-card--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.peek-card--info {
  position: relative;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
  padding: 1.625rem 3.4375rem 1.625rem 1.625rem;
  background-color: #567348;
  color: #fff;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .peek-card--info {
    transform: translateY(60px);
    transition: transform 0.3s ease-in-out;
  }
}
.peek-card--info--preheading {
  margin-bottom: 0.625rem;
  word-wrap: normal;
}
.peek-card--info--heading {
  margin-bottom: 1.875rem;
  word-wrap: normal;
}
.peek-card--info--cta-text {
  display: flex;
  align-items: center;
}
.peek-card--info--cta-text .icon {
  margin-left: 1.875rem;
}
localization-form {
  overscroll-behavior: contain;
}
localization-form .disclosure__button {
  font-weight: 250;
  margin-bottom: -30px;
  padding-bottom: 30px;
}
localization-form #CountryList {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #fff;
  color: #1e1b1b;
  z-index: 22;
  height: calc(100vh - var(--height-offset, 0px));
}
@supports (height: 100dvh) {
  localization-form #CountryList {
    height: calc(100dvh - var(--height-offset, 0px));
  }
}
@media (min-width: 1024px) {
  localization-form #CountryList {
    position: absolute;
    bottom: unset;
    top: 0;
    width: unset;
    height: unset;
    max-width: 10rem;
    top: calc(4.6875rem - 25px);
    left: -1.5625rem;
    padding: 0;
  }
}
localization-form #CountryList .constrain {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 3.125rem;
  overflow: scroll;
  overscroll-behavior: contain;
}
@media (min-width: 1024px) {
  localization-form #CountryList .constrain {
    padding: 2.1875rem;
  }
}
localization-form #CountryList .heading {
  display: flex;
  align-items: center;
  margin-top: 2.8125rem;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  localization-form #CountryList .heading {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
}
localization-form #CountryList .heading .close-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 1024px) {
  localization-form #CountryList .heading .close-wrapper {
    display: none;
  }
}
localization-form #CountryList .disclosure__list {
  display: flex;
  flex-direction: column;
}
localization-form #CountryList .disclosure__list .disclosure__item > a {
  display: flex;
  align-items: center;
}
localization-form
  #CountryList
  .disclosure__list
  .disclosure__item
  > a
  > *:first-child {
  margin-right: 0.9375rem;
}
localization-form
  #CountryList
  .disclosure__list
  .disclosure__item
  + .disclosure__item {
  margin-top: 1.9375rem;
}
localization-form #CountryList .confirm-wrapper {
  display: flex;
  display: none;
  justify-content: center;
  width: 100vw;
  margin-top: auto;
  margin-left: calc(0px - 1.25rem);
  padding: 1.875rem 1.25rem;
  background-color: #f2efeb;
}
@media (min-width: 1024px) {
  localization-form #CountryList .confirm-wrapper {
    display: none;
  }
}
localization-form #CountryList .confirm-wrapper .button {
  width: 100%;
}
.link {
  display: inline-block;
}
.link--white {
  color: #fff;
}
.link--right-icon {
  display: inline-flex;
  align-items: center;
}
.link--right-icon .icon {
  margin-left: 1.25rem;
}
.panel {
  display: grid;
  column-gap: 2.5rem;
  grid-template-columns: repeat(1, 1fr);
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .panel {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .panel {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1600px) {
  .panel {
    grid-template-columns: repeat(4, 1fr);
  }
}
.panel.image-panel {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 100%;
  max-height: calc(75vh - 100px);
  top: -70px;
}
@media (min-width: 1600px) {
  .panel.image-panel {
    top: -120px;
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.panel.image-panel > img {
  object-fit: cover;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.panel--link {
  font-family: "gt super", serif;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #f2efeb;
  border-top: 1px solid #f2efeb;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .panel--link {
    padding: 1.375rem 0;
  }
}
.panel--link .icon {
  width: unset;
  height: unset;
  margin-right: 1.25rem;
  transition: opacity 0.2s ease-in-out;
}
.panel--link .icon .path {
  fill: #567348;
}
.panel--link .icon .circle {
  fill: #f2efeb;
}
.panel--link .icon .path,
.panel--link .icon .circle {
  transition: fill 0.2s ease-in-out;
}
.panel--link.is-active .icon,
.panel--link:hover .icon {
  opacity: 0.7;
}
.panel--link.is-active .icon .path,
.panel--link:hover .icon .path {
  fill: #f2efeb;
}
.panel--link.is-active .icon .circle,
.panel--link:hover .icon .circle {
  fill: #567348;
}
.panel--link:active .icon {
  opacity: 1;
}
.panel--link:active .icon .path {
  fill: #f2efeb;
}
.panel--link:active .icon .circle {
  fill: #567348;
}
.search-field {
  display: flex;
  position: relative;
  padding: 0 2.5rem 1rem 0;
  border-bottom: 1px solid #1e1b1b;
  margin-bottom: 1.25rem;
}
.search-field__input::placeholder {
  color: #5e635b;
}
.search-field .icon {
  position: absolute;
  right: 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100vw;
  overflow: hidden;
  color: #1e1b1b;
  z-index: 1500;
  height: 100vh;
}
@supports (height: 100dvh) {
  .modal {
    height: 100dvh;
  }
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modal .modal-constrain {
  position: relative;
  padding: 2.8125rem 1.25rem 0;
  height: 100vh;
  overflow-y: scroll;
  overscroll-behavior: contain;
  background-color: #fff;
}
@media (max-width: 768px) {
  .modal .modal-constrain {
    height: 100vh;
  }
}
@media (max-width: 1023px) {
  .modal .modal-constrain {
    border-radius: 20px 20px 0 0;
  }
}
.filter-group__title {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0.9375rem;
  padding-top: 1.25rem;
  border-bottom: 1px solid #1e1b1b;
  text-align: left;
}
.filter-group__title.is-active .icon {
  transform: rotate(180deg);
}
.filter-group__title .icon {
  transition: 0.3s ease transform;
}
.filter-group__expander {
  overflow: hidden;
  height: 0;
  max-height: 160px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .filter-group__expander {
    overflow-y: scroll;
  }
}
.filter-group__expander .filter {
  padding-top: 1.5625rem;
  padding-bottom: 0.625rem;
}
.pagination__items {
  display: flex;
  gap: 1.875rem;
}
.pagination__link {
  display: block;
  font-size: 16px;
  text-decoration: none;
}
.pagination__link:hover,
.pagination__link.is-active {
  font-weight: bold;
  text-decoration: underline;
}
.form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form-row {
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  .form-row {
    flex-direction: column;
  }
}
.form-label {
  display: block;
  margin-bottom: 0.625rem;
}
.form-input,
#wsg-account-create input[type="text"],
#wsg-account-create input[type="email"],
#wsg-account-create input[type="tel"],
#wsg-account-create input[type="password"],
#wsg-account-create textarea[type="text"],
#wsg-login input[type="text"],
#wsg-login input[type="email"],
#wsg-login input[type="tel"],
#wsg-login input[type="password"],
#wsg-login textarea[type="text"] {
  display: block;
  width: 100%;
  border-bottom: 1px solid #1e1b1b;
  padding-bottom: 0.375rem;
}
.form-textarea {
  border: 1px solid #1e1b1b;
  padding: 1.25rem;
}
.form-response {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  background-color: rgba(30, 27, 27, 0.4);
}
.form-response__container {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  width: 100%;
  max-width: 800px;
  padding: 6.25rem;
  background-color: #fff;
  text-align: center;
}
.form-response__close {
  cursor: pointer;
  position: absolute;
  right: 1.875rem;
  top: 1.875rem;
  transition: 0.3s ease opacity;
}
.form-response__close:hover {
  opacity: 0.6;
}
.form-response__text {
  margin-top: 1.875rem;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6,
.metafield-rich_text_field h1,
.metafield-rich_text_field h2,
.metafield-rich_text_field h3,
.metafield-rich_text_field h4,
.metafield-rich_text_field h5,
.metafield-rich_text_field h6 {
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
}
.rich-text ul,
.rich-text ol,
.metafield-rich_text_field ul,
.metafield-rich_text_field ol {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding-left: 1.875rem;
}
.rich-text ul li,
.rich-text ol li,
.metafield-rich_text_field ul li,
.metafield-rich_text_field ol li {
  margin-bottom: 1rem;
}
.rich-text ul li:last-child,
.rich-text ol li:last-child,
.metafield-rich_text_field ul li:last-child,
.metafield-rich_text_field ol li:last-child {
  margin-bottom: 0;
}
.rich-text p,
.metafield-rich_text_field p {
  margin-bottom: 1.5625rem;
}
.rich-text ul,
.metafield-rich_text_field ul {
  list-style: disc;
}
.rich-text ol,
.metafield-rich_text_field ol {
  list-style: decimal;
}
.rich-text img,
.rich-text iframe,
.metafield-rich_text_field img,
.metafield-rich_text_field iframe {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.rich-text strong,
.metafield-rich_text_field strong {
  font-weight: 700;
}
.rich-text a,
.metafield-rich_text_field a {
  text-decoration: underline;
  color: #567348;
}
.rich-text a:hover,
.metafield-rich_text_field a:hover {
  text-decoration: none;
}
.rich-text em,
.metafield-rich_text_field em {
  font-style: italic;
}
.rich-text blockquote,
.metafield-rich_text_field blockquote {
  padding: 2.5rem;
}
.blog-filter {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #f2efeb;
  z-index: 2;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
@media (min-width: 768px) {
  .blog-filter {
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 3.125rem 0 1.25rem 0;
    bottom: 0;
    right: 0;
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  .blog-filter {
    width: 100%;
    z-index: 1001;
    overflow-y: scroll;
    padding-bottom: 8.125rem;
    height: 100vh;
  }
  @supports (height: 100dvh) {
    .blog-filter {
      height: 100dvh;
    }
  }
}
.blog-filter.is-active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .blog-filter.is-active {
    position: sticky;
  }
}
@media (min-width: 768px) {
  .blog-filter__filter-wrap {
    flex-grow: 1;
  }
}
.blog-filter__title {
  display: block;
  margin-bottom: 2.8125rem;
}
@media (min-width: 768px) {
  .blog-filter__title {
    display: none;
  }
}
.blog-filter__close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 2.1875rem;
  right: 1.25rem;
}
@media (min-width: 768px) {
  .blog-filter__close {
    display: none;
  }
}
.blog-filter__footer {
  display: flex;
  width: 100%;
  gap: 0.9375rem;
  background-color: #f2efeb;
  padding: 1.25rem;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .blog-filter__footer {
    position: fixed;
    margin-top: 7.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .blog-filter__footer {
    position: sticky;
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-filter__footer .button {
  width: 100%;
}
@media (max-width: 767px) {
  .blog-filter .button--back {
    display: none;
  }
}
@media (min-width: 768px) {
  .blog-filter .button--back {
    margin-bottom: 1.25rem;
  }
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag {
  background-color: #f2efeb;
  color: #567348;
  display: inline-block;
  text-align: center;
  padding: 0.5625rem 1.5625rem;
  border-radius: 1.5rem;
  margin: 0 0.9375rem 0.9375rem 0;
}
.cart-total {
  display: flex;
  flex-direction: column;
  background-color: #f2efeb;
  margin: 0 calc(0px - 1.25rem);
  padding: 1.25rem 1.25rem;
}
.cart-total--total {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 2.625rem;
}
.cart-total--total--value {
  margin-left: auto;
}
.cart-total--shipping {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.cart-total--shipping > *:not(:first-child) {
  margin-top: 0.9375rem;
}
.cart-total--buttons {
  display: flex;
  flex-direction: column;
}
.cart-total--buttons > *:not(:first-child) {
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .cart-total--buttons {
    flex-direction: row;
  }
  .cart-total--buttons > * {
    flex-grow: 1;
    width: 50%;
  }
  .cart-total--buttons > *:not(:first-child) {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}
.carousel-switcher {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
@media (min-width: 768px) {
  .carousel-switcher {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .carousel-switcher {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .carousel-switcher {
    grid-template-columns: repeat(12, 1fr);
  }
}
.carousel-switcher__links {
  display: flex;
  flex-direction: column;
  grid-column: 1 / span 4;
  z-index: 1;
}
@media (min-width: 768px) {
  .carousel-switcher__links {
    display: flex;
    flex-direction: row;
    grid-column: span 12;
  }
}
.carousel-switcher__subtitle {
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .carousel-switcher__subtitle {
    margin-bottom: 1.25rem;
  }
}
.carousel-switcher__link {
  opacity: 0.3;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  text-align: left;
  margin-top: 0.625rem;
  padding-right: 1.5rem;
}
.carousel-switcher__link.is-active,
.carousel-switcher__link:hover {
  opacity: 1;
  padding-right: 1.5rem;
  margin-top: 0.625rem;
}
.carousel-switcher__link + .carousel-switcher__link {
  margin-top: 0.625rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .carousel-switcher__link + .carousel-switcher__link {
    margin-top: 0.75rem;
    padding-right: 1.5rem;
  }
}
.carousel-switcher__container {
  grid-column: 1/-1;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .carousel-switcher__container {
    grid-column: span 12;
  }
}
.carousel-switcher__tab {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: visible;
}
.carousel-switcher__tab.is-active {
  position: relative;
}
.featured-blog__bg-wrap {
  height: 500px;
  overflow: hidden;
  padding: 2.5rem;
}
.featured-blog__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.featured-blog__content {
  display: block;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  max-width: 600px;
}
@media (max-width: 767px) {
  .featured-blog__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.featured-blog__subtitle {
  display: block;
  margin-bottom: 0.46875rem;
  color: #bdbdbd;
}
.tabs {
  position: relative;
}
.tabs__links {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .tabs__links {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .tabs__links {
    gap: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  .tabs__links {
    gap: 3.125rem;
  }
}
@media (max-width: 767px) {
  .tabs__links .button {
    margin-top: 1.875rem;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tabs__links .button {
    margin-left: auto;
  }
}
.tabs__link {
  opacity: 0.3;
  transition: 0.3s ease opacity;
}
@media (min-width: 1024px) {
  .tabs__link {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
.tabs__link.is-active {
  opacity: 1;
}
.tabs__container .tabs {
  margin-bottom: 6.25rem;
}
.tabs__container .panel {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.tabs__container .panel .icon {
  pointer-events: none;
}
.tabs__container .panel.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.quote__text {
  display: block;
}
.quote__author {
  display: block;
  margin-top: 1.5625rem;
}
.quote__author:before {
  content: "– ";
}
.quote .icon {
  margin-bottom: 2.5rem;
}
.filter-expander__heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9375rem;
}
.filter-expander__content {
  height: auto;
  overflow: hidden;
}
.rc_layout__container {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .rc_layout__container {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
}
#customer_tab_content .row.grid {
  width: 100%;
  justify-content: center;
}
#recharge-customer-portal {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  #recharge-customer-portal {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.key-feature {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .key-feature__title {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .key-feature__title {
    max-width: 250px;
  }
}
.key-feature__subtitle {
  margin-bottom: 0.78125rem;
  max-width: 270px;
}
.key-feature__text {
  line-height: 22px;
}
.key-feature .icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1.5625rem;
}
.product-media-carousel {
  background-color: #f2efeb;
}
.product-media-carousel .keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media-carousel .keen-slider__slide img {
  height: 100%;
  width: auto;
}
@media (max-width: 1023px) {
  .product-media-carousel {
    margin: 0 calc(0px - 1.25rem) 1.875rem;
    padding: 1.25rem 1.25rem;
  }
  .product-media-carousel .dots {
    bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .product-media-carousel {
    margin: 0 calc(0px - 2.5rem) 1.875rem;
    padding: 4.375rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product-media-carousel {
    padding: 8.125rem 0;
  }
}
.product-media-carousel--sale-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #567348;
  color: #fff;
  text-transform: uppercase;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  text-align: center;
  padding: 16.2px 0 15.8px;
  letter-spacing: 0.1em;
  font-size: 11.7px;
  line-height: 13px;
}
.product-media-carousel-v2 {
  background-color: #f2efeb;
}
.product-media-carousel-v2 .keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-media-carousel-v2 .keen-slider__slide img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .product-media-carousel-v2 {
    padding: 1.25rem 1.25rem;
  }
  .product-media-carousel-v2 .dots {
    bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .product-media-carousel-v2 {
    padding: 4.375rem 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product-media-carousel-v2 {
    padding: 5.3125rem 0;
  }
}
.product-info {
  display: flex;
  flex-direction: column;
  padding: 3.125rem 0;
}
@media (min-width: 1024px) {
  .product-info {
    padding: 5.3125rem 0;
    width: 50%;
    padding-left: 6.25rem;
    max-width: 983px;
  }
}
@media (min-width: 1600px) {
  .product-info {
    padding-left: 12.8125rem;
    padding-right: 10.3125rem;
  }
}
.product-info .product-breadcrumbs {
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .product-info .product-breadcrumbs {
    margin-bottom: 2.8125rem;
  }
}
.product-info--title {
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .product-info--title {
    font-size: 1.875rem;
    line-height: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  .product-info--images.mobile {
    display: none;
  }
}
.product-info--restock {
  display: none;
  margin-bottom: 2.8125rem;
}
.product-info--restock > button {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .product-info--restock.mobile {
    display: none !important;
  }
}
.product-info--description {
  margin-bottom: 2.1875rem;
  margin-right: 10%;
  font-size: 1rem;
  line-height: 1.5rem;
}
.product-info--dietary-req {
  margin-bottom: 3.4375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  row-gap: 0.625rem;
}
@media (min-width: 1024px) {
  .product-info--dietary-req {
    grid-template-columns: repeat(6, 1fr);
  }
}
.product-info--faq .product-info--content--wrapper {
  display: flex;
  flex-direction: column;
}
.product-info--faq .product-info--content--wrapper > * + * {
  margin-top: 3.125rem;
}
.product-info--heading {
  position: relative;
  padding: 1.5625rem 1.5625rem 1.5625rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
}
.product-info--heading .icon {
  position: absolute;
  right: 0;
}
.product-info--content {
  overflow: hidden;
  height: 0;
  border-bottom: 1px solid #1e1b1b;
  margin: 0 calc(0px - 1.25rem);
  padding: 0 1.25rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-info--content {
    margin: 0 calc(0px - 2.5rem);
    padding: 0 2.5rem;
  }
}
.product-info--content--wrapper {
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
}
@media (max-width: 1023px) {
  .product-info--purchase {
    background-color: #f2efeb;
    margin: 0 calc(0px - 1.25rem);
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-info--purchase {
    margin: 0 calc(0px - 2.5rem);
    padding: 0 2.5rem;
  }
}
@media (min-width: 1024px) {
  .product-info--purchase.mobile {
    display: none;
  }
}
.product-info--purchase.desktop {
  margin-bottom: 3.125rem;
}
@media (max-width: 1023px) {
  .product-info--purchase.desktop {
    display: none;
  }
}
.product-info--purchase > .product-info--content {
  height: auto;
}
.product-info--purchase > .product-info--content form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .product-info--purchase .product-form--overlay {
    background-color: rgba(242, 239, 235, 0.8);
  }
}
.product-info--reviews--preview {
  margin-left: auto;
}
.product-info--reviews #judgeme_product_reviews {
  display: unset;
}
.product-info--reviews .jdgm-rev-widg__summary-average {
  display: none;
}
.product-info--about-image {
  max-width: 100%;
}
.product-info--about-image img {
  object-fit: contain;
  min-width: 100%;
  max-width: 100%;
}
.product-info .tag-list {
  margin-bottom: 3.4375rem;
}
.product-form,
.product-form-fake {
  display: flex;
  flex-direction: column;
}
.product-form .restock-alerts-notify-button,
.product-form .restock-alerts-branding-text,
.product-form-fake .restock-alerts-notify-button,
.product-form-fake .restock-alerts-branding-text {
  display: none;
}
@media (max-width: 1023px) {
  .product-form > *,
  .product-form-fake > * {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form > *,
  .product-form-fake > * {
    margin-bottom: 1.5625rem;
  }
  .product-form > *[type="submit"],
  .product-form-fake > *[type="submit"] {
    margin-bottom: 0;
  }
}
.product-form .form-row,
.product-form-fake .form-row {
  display: flex;
}
@media (max-width: 1023px) {
  .product-form .form-row,
  .product-form-fake .form-row {
    flex-direction: column;
  }
  .product-form .form-row > * + *,
  .product-form-fake .form-row > * + * {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form .form-row,
  .product-form-fake .form-row {
    margin-bottom: 1.25rem;
  }
  .product-form .form-row > *:first-child,
  .product-form-fake .form-row > *:first-child {
    flex-grow: 1;
    margin-right: 0.9375rem;
  }
}
.product-form .form-row.variants,
.product-form-fake .form-row.variants {
  gap: 8px;
}
@media (max-width: 1023px) {
  .product-form .form-row.variants,
  .product-form-fake .form-row.variants {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product-form .form-row.variants :not(.input-number),
  .product-form-fake .form-row.variants :not(.input-number) {
    margin-top: 0;
  }
  .product-form .form-row.variants .input-number,
  .product-form-fake .form-row.variants .input-number {
    width: 100%;
  }
  .product-form .form-row.variants label,
  .product-form-fake .form-row.variants label {
    width: calc(33.3333333333% - 5.3333333333px);
  }
  .product-form .form-row.variants:not(:has(*:nth-last-child(n + 5))) label,
  .product-form-fake
    .form-row.variants:not(:has(*:nth-last-child(n + 5)))
    label {
    flex-grow: 1;
    width: unset;
  }
}
@media (min-width: 768px) {
  .product-form .form-row.variants .label:first-child,
  .product-form-fake .form-row.variants .label:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .product-form .form-row.variants label,
  .product-form-fake .form-row.variants label {
    width: unset;
    flex-grow: 1;
  }
  .product-form .form-row.variants:has(*:nth-last-child(n + 6)),
  .product-form-fake .form-row.variants:has(*:nth-last-child(n + 6)) {
    flex-wrap: wrap;
  }
  .product-form .form-row.variants:has(*:nth-last-child(n + 6)) .input-number,
  .product-form-fake
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number {
    width: 100%;
  }
}
.product-form .form-row.variants *:first-child,
.product-form-fake .form-row.variants *:first-child {
  margin-right: unset;
}
.product-form .form-row.variants:has(*:nth-last-child(n + 8)) label,
.product-form-fake .form-row.variants:has(*:nth-last-child(n + 8)) label {
  flex-grow: unset;
}
.product-form--variants.hidden,
.product-form-fake--variants.hidden {
  display: none;
}
.product-form--switch,
.product-form-fake--switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
.product-form--switch--button,
.product-form-fake--switch--button {
  width: 100%;
  grid-column: span 1;
  grid-row: span 2;
}
.product-form--switch--button--input,
.product-form-fake--switch--button--input {
  display: none;
}
.product-form--switch--button--label,
.product-form-fake--switch--button--label {
  height: 100%;
  cursor: pointer;
  padding: 0.625rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  border: 1px solid #bdbdbd;
}
.product-form--switch--button--label > *:first-child,
.product-form-fake--switch--button--label > *:first-child {
  margin-bottom: auto;
}
.product-form--switch--button--label > *:last-child,
.product-form-fake--switch--button--label > *:last-child {
  margin-top: -5px;
}
.product-form--switch--button--label--description,
.product-form-fake--switch--button--label--description {
  font-weight: 300;
  font-size: 0.8125rem;
  line-height: 1.375rem;
}
.product-form--switch--button--label--price,
.product-form-fake--switch--button--label--price {
  font-family: "GT Ultra", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
.product-form--switch--button:first-child .product-form--switch--button--label,
.product-form-fake--switch--button:first-child
  .product-form--switch--button--label {
  border-top-left-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
  border-right: none;
}
.product-form--switch--button:last-child .product-form--switch--button--label,
.product-form-fake--switch--button:last-child
  .product-form--switch--button--label {
  border-top-right-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}
.product-form--switch--button--input:checked + label,
.product-form-fake--switch--button--input:checked + label {
  background-color: #567348;
  color: #fff;
}
.product-form--overlay,
.product-form-fake--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.product-form--after-pay.hidden,
.product-form-fake--after-pay.hidden {
  display: none;
}
.product-form--after-pay afterpay-placement,
.product-form-fake--after-pay afterpay-placement {
  margin: 0;
}
.product-form--after-pay.mobile,
.product-form-fake--after-pay.mobile {
  margin: 1.5625rem 0;
}
@media (min-width: 1024px) {
  .product-form--after-pay.mobile,
  .product-form-fake--after-pay.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-form--after-pay.desktop,
  .product-form-fake--after-pay.desktop {
    display: none;
  }
}
.product-form--policy,
.product-form-fake--policy {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5625rem;
}
@media (min-width: 1024px) {
  .product-form--policy,
  .product-form-fake--policy {
    margin-top: -1.5625rem;
  }
}
.product-form--policy > * + *,
.product-form-fake--policy > * + * {
  margin-left: 1.5625rem;
}
.product-form--policy--text,
.product-form--policy--rc,
.product-form-fake--policy--text,
.product-form-fake--policy--rc {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
.product-form--error,
.product-form-fake--error {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: red;
  opacity: 0;
  height: 0;
}
.product-form--b2b-info,
.product-form-fake--b2b-info {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .product-form--b2b-info,
  .product-form-fake--b2b-info {
    padding: 1rem;
    background-color: #f2efeb;
    border-radius: 1.5rem;
  }
}
.product-form--compare-at-price,
.product-form-fake--compare-at-price {
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.product-info-v2 {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .product-v2--info.product-info-v2 {
    padding-top: 5.3125rem !important;
  }
}
@media (min-width: 1024px) {
  .product-info-v2 {
    padding: 6.25rem 6.25rem;
    min-width: 25%;
    max-width: 983px;
  }
}
.product-info-v2 label:has(input[type="radio"]:checked) {
  color: #000 !important;
  background-color: #eef7e5 !important;
}
@media (min-width: 1600px) {
  .product-info-v2 {
    padding-left: 10rem;
    padding-right: 10rem;
    max-width: 73.125rem !important;
    margin: 0 auto;
    min-width: unset;
    width: 100%;
  }
}
.product-info-v2--sale-badge {
  position: absolute;
  top: 1.4375rem;
  left: 1.8125rem;
  background-color: #567348;
  color: #fff;
  text-transform: uppercase;
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  text-align: center;
  padding: 16.2px 0 15.8px;
  letter-spacing: 0.1em;
  font-size: 11.7px;
  line-height: 13px;
}
.product-info-v2--title {
  padding: 0 1.625rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .product-info-v2--title {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    padding: 0;
  }
}
.product-info-v2--price {
  padding: 0 1.625rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .product-info-v2--price {
    margin-bottom: 0rem;
    padding: 0rem;
  }
}
.product-info-v2--price span:first-of-type:has(+ span) {
  text-decoration: line-through;
}
.product-info-v2--price > span + span {
  color: red;
  white-space: pre-wrap;
}
.product-info-v2--images.mobile {
  order: -1;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .product-info-v2--images.mobile {
    display: none;
    margin-bottom: 0rem;
  }
}
.product-info-v2--restock {
  display: none;
  margin-bottom: 2.8125rem;
}
.product-info-v2--restock > button {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .product-info-v2--restock.mobile {
    display: none !important;
  }
}
.product-info-v2--description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 1.625rem;
}
@media (min-width: 1024px) {
  .product-info-v2--description {
    padding: 0rem;
    margin: 0rem;
  }
}
.product-info-v2--hash-link {
  display: flex;
  padding: 0 1.625rem;
  margin-bottom: 0rem;
  flex-direction: column;
  color: #567348;
}
@media (min-width: 1024px) {
  .product-info-v2--hash-link {
    padding: 0rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0rem;
  }
  .product-info-v2--hash-link > li:not(:first-of-type)::before {
    content: "•";
    padding: 0rem 0.75rem;
  }
}
.product-info-v2--tag-list {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 0rem;
  align-items: start;
  padding: 0 1.625rem;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .product-info-v2--tag-list {
    margin-top: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 0rem;
  }
}
.product-info-v2--tag-list > h5 {
  padding-bottom: 0.5rem;
}
.product-info-v2--tag-list > div {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
  flex-wrap: wrap;
}
.product-info-v2--tag-list > div > span {
  border-radius: 24px;
  border: 1px solid #bdbdbd;
  padding: 9px 20px;
  color: #000;
}
.product-info-v2--faq .product-info--content--wrapper {
  display: flex;
  flex-direction: column;
}
.product-info-v2--faq .product-info--content--wrapper > * + * {
  margin-top: 3.125rem;
}
.product-info-v2--heading {
  position: relative;
  padding: 1.5625rem 1.5625rem 1.5625rem 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
}
.product-info-v2--heading .icon {
  position: absolute;
  right: 0;
}
.product-info-v2--content {
  overflow: hidden;
  height: 0;
  border-bottom: 1px solid #1e1b1b;
  margin: 0 calc(0px - 1.25rem);
  padding: 0 1.25rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-info-v2--content {
    margin: 0 calc(0px - 2.5rem);
    padding: 0 2.5rem;
  }
}
.product-info-v2--content--wrapper {
  padding-top: 0.625rem;
  padding-bottom: 3.75rem;
}
.product-info-v2--purchase.mobile {
  padding: 0 1.625rem;
  border-top: 1px solid #567348;
  border-bottom: 1px solid #567348;
}
@media (min-width: 1024px) {
  .product-info-v2--purchase.mobile {
    display: none;
  }
}
.product-info-v2--purchase.desktop {
  margin-top: 2rem;
  margin-bottom: 1.125rem;
  border-top: 1px solid #bdbdbd;
  padding-top: 2rem;
}
@media (max-width: 1023px) {
  .product-info-v2--purchase.desktop {
    display: none;
  }
}
.product-info-v2--purchase > .product-info--content {
  height: auto;
}
.product-info-v2--purchase > .product-info--content form {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .product-info-v2--purchase .product-form--overlay {
    background-color: rgba(242, 239, 235, 0.8);
  }
}
.product-info-v2--reviews--preview {
  margin-left: auto;
}
.product-info-v2--reviews #judgeme_product_reviews {
  display: unset;
}
.product-info-v2--reviews .jdgm-rev-widg__summary-average {
  display: none;
}
.product-info-v2 .tag-list {
  margin-bottom: 3.4375rem;
}
.product-info-v2 .jdgm-prev-badge {
  padding: 0 1.625rem;
  color: #1e1b1b;
}
@media (min-width: 1024px) {
  .product-info-v2 .jdgm-prev-badge {
    padding-left: 0rem;
    padding-top: 0.25rem;
  }
}
.product-info-v2 .jdgm-prev-badge .jdgm-star {
  color: gold !important;
}
.product-form-v2,
.product-form-fake-v2 {
  display: flex;
  flex-direction: column;
}
.product-form-v2 .restock-alerts-notify-button,
.product-form-v2 .restock-alerts-branding-text,
.product-form-fake-v2 .restock-alerts-notify-button,
.product-form-fake-v2 .restock-alerts-branding-text {
  display: none;
}
@media (max-width: 1023px) {
  .product-form-v2 > *,
  .product-form-fake-v2 > * {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form-v2 > *,
  .product-form-fake-v2 > * {
    margin-bottom: 1.5625rem;
  }
  .product-form-v2 > *[type="submit"],
  .product-form-fake-v2 > *[type="submit"] {
    margin-bottom: 0;
  }
}
.product-form-v2 .form-row,
.product-form-fake-v2 .form-row {
  display: flex;
}
@media (max-width: 1023px) {
  .product-form-v2 .form-row,
  .product-form-fake-v2 .form-row {
    flex-direction: column;
  }
  .product-form-v2 .form-row > * + *,
  .product-form-fake-v2 .form-row > * + * {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .product-form-v2 .form-row,
  .product-form-fake-v2 .form-row {
    margin-bottom: 1.25rem;
  }
  .product-form-v2 .form-row > *:first-child,
  .product-form-fake-v2 .form-row > *:first-child {
    flex-grow: 1;
    margin-right: 0.9375rem;
  }
}
.product-form-v2 .form-row.variants,
.product-form-fake-v2 .form-row.variants {
  gap: 8px;
}
@media (max-width: 1023px) {
  .product-form-v2 .form-row.variants,
  .product-form-fake-v2 .form-row.variants {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .product-form-v2 .form-row.variants :not(.input-number),
  .product-form-fake-v2 .form-row.variants :not(.input-number) {
    margin-top: 0;
  }
  .product-form-v2 .form-row.variants .input-number,
  .product-form-fake-v2 .form-row.variants .input-number {
    width: 100%;
  }
  .product-form-v2 .form-row.variants label,
  .product-form-fake-v2 .form-row.variants label {
    width: calc(33.3333333333% - 5.3333333333px);
  }
  .product-form-v2 .form-row.variants:not(:has(*:nth-last-child(n + 5))) label,
  .product-form-fake-v2
    .form-row.variants:not(:has(*:nth-last-child(n + 5)))
    label {
    flex-grow: 1;
    width: unset;
  }
}
@media (min-width: 768px) {
  .product-form-v2 .form-row.variants .label:first-child,
  .product-form-fake-v2 .form-row.variants .label:first-child {
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .product-form-v2 .form-row.variants label,
  .product-form-fake-v2 .form-row.variants label {
    width: unset;
    flex-grow: 1;
  }
  .product-form-v2 .form-row.variants:has(*:nth-last-child(n + 6)),
  .product-form-fake-v2 .form-row.variants:has(*:nth-last-child(n + 6)) {
    flex-wrap: wrap;
  }
  .product-form-v2
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number,
  .product-form-fake-v2
    .form-row.variants:has(*:nth-last-child(n + 6))
    .input-number {
    width: 100%;
  }
}
.product-form-v2 .form-row.variants *:first-child,
.product-form-fake-v2 .form-row.variants *:first-child {
  margin-right: unset;
}
.product-form-v2 .form-row.variants:has(*:nth-last-child(n + 8)) label,
.product-form-fake-v2 .form-row.variants:has(*:nth-last-child(n + 8)) label {
  flex-grow: unset;
}
.product-form-v2--variants.hidden,
.product-form-fake-v2--variants.hidden {
  display: none;
}
.product-form-v2--switch,
.product-form-fake-v2--switch {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  justify-content: center;
  align-items: center;
}
.product-form-v2--switch--button,
.product-form-fake-v2--switch--button {
  width: 100%;
  grid-column: span 1;
  grid-row: span 2;
}
.product-form-v2--switch--button--input,
.product-form-fake-v2--switch--button--input {
  display: none;
}
.product-form-v2--switch--button--label,
.product-form-fake-v2--switch--button--label {
  height: 3.125rem;
  cursor: pointer;
  padding: 0.625rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  align-items: center;
  border: 1px solid #bdbdbd;
}
.product-form-v2--switch--button--label--description,
.product-form-fake-v2--switch--button--label--description {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.375rem;
}
.product-form-v2--switch--button--label--description > i,
.product-form-fake-v2--switch--button--label--description > i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.product-form-v2--switch--button--label--description > i svg circle:last-child,
.product-form-fake-v2--switch--button--label--description
  > i
  svg
  circle:last-child {
  opacity: 0;
}
.product-form-v2--switch--button--label--description > strong,
.product-form-fake-v2--switch--button--label--description > strong {
  display: block;
  position: relative;
  color: #1e1b1b;
  background-color: #eef7e5;
  border: 1px solid #567348;
  padding: 0.5rem 1.375rem 0.375rem 1.375rem;
  margin-left: 0.9375rem;
  border-radius: 1.5rem;
  font-weight: 700;
}
.product-form-v2--switch--button--label--price,
.product-form-fake-v2--switch--button--label--price {
  font-family: "GT Ultra", serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
}
.product-form-v2--switch--button--label--compare-price,
.product-form-fake-v2--switch--button--label--compare-price {
  opacity: 0.5;
  text-decoration: line-through;
  margin-right: 8px;
}
.product-form-v2--switch--button:first-child
  .product-form--switch--button--label,
.product-form-fake-v2--switch--button:first-child
  .product-form--switch--button--label {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  border-bottom: 0;
}
.product-form-v2--switch--button:last-child
  .product-form--switch--button--label,
.product-form-fake-v2--switch--button:last-child
  .product-form--switch--button--label {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  border-top: 0;
}
.product-form-v2--switch--button--input:checked + label,
.product-form-fake-v2--switch--button--input:checked + label {
  background-color: #f2efeb;
  color: #1e1b1b;
}
.product-form-v2--switch--button--input:checked + label i svg circle:last-child,
.product-form-fake-v2--switch--button--input:checked
  + label
  i
  svg
  circle:last-child {
  opacity: 1;
}
.product-form-v2--overlay,
.product-form-fake-v2--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.product-form-v2--after-pay.hidden,
.product-form-fake-v2--after-pay.hidden {
  display: none;
}
.product-form-v2--after-pay afterpay-placement,
.product-form-fake-v2--after-pay afterpay-placement {
  margin: 0;
}
.product-form-v2--after-pay.mobile,
.product-form-fake-v2--after-pay.mobile {
  margin: 1.5625rem 0;
}
@media (min-width: 1024px) {
  .product-form-v2--after-pay.mobile,
  .product-form-fake-v2--after-pay.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .product-form-v2--after-pay.desktop,
  .product-form-fake-v2--after-pay.desktop {
    display: none;
  }
}
.product-form-v2--policy,
.product-form-fake-v2--policy {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.625rem;
}
@media (min-width: 1024px) {
  .product-form-v2--policy,
  .product-form-fake-v2--policy {
    margin-top: -1.5625rem;
  }
}
.product-form-v2--policy > * + *,
.product-form-fake-v2--policy > * + * {
  margin-left: 1.5625rem;
}
.product-form-v2--policy--text,
.product-form-v2--policy--rc,
.product-form-fake-v2--policy--text,
.product-form-fake-v2--policy--rc {
  text-decoration: underline;
  font-size: 14px;
  line-height: 22px;
}
.product-form-v2--error,
.product-form-fake-v2--error {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: red;
  opacity: 0;
  height: 0;
}
.product-form-v2--b2b-info,
.product-form-fake-v2--b2b-info {
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .product-form-v2--b2b-info,
  .product-form-fake-v2--b2b-info {
    padding: 1rem;
    background-color: #f2efeb;
    border-radius: 1.5rem;
  }
}
.product-form-v2--compare-at-price,
.product-form-fake-v2--compare-at-price {
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.product-form-v2 .button--tertiary,
.product-form-fake-v2 .button--tertiary {
  border-radius: 0.5rem;
  padding: 0.8125rem 2.4375rem;
}
.side-slider {
  transition: 0.3s ease opacity;
}
.side-slider.is-loading {
  opacity: 0;
}
.side-slider .keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  overflow: hidden;
}
.side-slider__arrows {
  display: flex;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  justify-content: space-between;
  pointer-events: none;
}
@media (max-width: 767px) {
  .side-slider__arrows {
    display: none;
  }
}
.side-slider__arrow {
  pointer-events: all;
  transition: 0.3s ease;
  transition-property: opacity, visibility;
}
.side-slider__arrow.is-disabled {
  opacity: 0;
  visibility: hidden;
}
.side-slider--social-media .keen-slider {
  overflow: unset;
}
.side-slider--social-media .keen-slider__slide {
  overflow: hidden;
  border-radius: 10px;
}
.side-slider--social-media .keen-slider__slide.square {
  max-width: 220px;
  min-width: 220px;
  height: 220px;
}
.side-slider--social-media .keen-slider__slide.rectangle {
  max-width: 355px;
  min-width: 355px;
  height: 220px;
}
.side-slider--social-media .keen-slider__media {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.side-slider--default {
  width: 100%;
}
@media (min-width: 1024px) {
  .side-slider--default .keen-slider[data-keen-slider-disabled] {
    display: flex;
    gap: 1.875rem;
  }
}
@media (max-width: 499px) {
  .side-slider--default
    .keen-slider[data-keen-slider-disabled]
    .keen-slider__slide {
    width: 100%;
    margin-bottom: 2.8125rem;
  }
  .side-slider--default
    .keen-slider[data-keen-slider-disabled]
    .keen-slider__slide:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .side-slider--default
    .keen-slider[data-keen-slider-disabled]
    .keen-slider__slide {
    width: 33.333%;
    max-width: 400px;
  }
}
@media (min-width: 500px) and (max-width: 1023px) {
  .side-slider--default .keen-slider:not([data-keen-slider-disabled]) {
    overflow: unset;
  }
}
@media (min-width: 500px) {
  .side-slider--default
    .keen-slider:not([data-keen-slider-disabled])
    .keen-slider__slide {
    min-width: 30%;
    max-width: 30%;
  }
}
.side-slider--products {
  overflow: unset;
}
.side-slider--products .side-slider__arrows {
  top: 40%;
}
.side-slider--products .keen-slider:not([data-keen-slider-disabled]) {
  display: flex;
  overflow: unset;
}
.side-slider--products
  .keen-slider:not([data-keen-slider-disabled])
  .keen-slider__slide {
  width: 100%;
  min-width: 70%;
  max-width: 70%;
}
@media (min-width: 500px) {
  .side-slider--products
    .keen-slider:not([data-keen-slider-disabled])
    .keen-slider__slide {
    min-width: 300px;
    max-width: 300px;
  }
}
.side-slider--blog {
  overflow: unset;
}
.side-slider--blog .side-slider__arrows {
  top: 40%;
}
.side-slider--blog .keen-slider {
  display: flex;
  overflow: unset;
}
@media (max-width: 499px) {
  .side-slider--blog .keen-slider {
    gap: 1.875rem;
    flex-direction: column;
  }
}
.side-slider--blog .keen-slider .keen-slider__slide {
  width: 100%;
}
@media (min-width: 500px) {
  .side-slider--blog .keen-slider .keen-slider__slide {
    min-width: 42%;
    max-width: 42%;
  }
}
@media (min-width: 1024px) {
  .side-slider--blog .keen-slider .keen-slider__slide {
    min-width: calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
  }
}
.side-slider--blog-index {
  overflow: unset;
}
.side-slider--blog-index .side-slider__arrows {
  top: 40%;
}
.side-slider--blog-index .keen-slider {
  display: flex;
  overflow: unset;
}
.side-slider--blog-index .keen-slider .keen-slider__slide {
  width: 100%;
  min-width: 70%;
  max-width: 70%;
}
@media (min-width: 500px) {
  .side-slider--blog-index .keen-slider .keen-slider__slide {
    min-width: 300px;
    max-width: 300px;
  }
}
.side-slider--overflow-effect .side-slider__container:after {
  content: "";
  width: 200vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: translateX(-100%);
}
.social-icons {
  display: flex;
  gap: 2.1875rem;
}
.social-icons__link {
  cursor: pointer;
  display: block;
  transition: 0.3s ease opacity;
}
.social-icons__link:hover {
  opacity: 0.7;
}
.social-icons .icon {
  color: #1e1b1b;
}
.social-icons--green .icon {
  color: #567348;
}
.shopify-richtext,
.shopify-richtext > .rte,
.metafield-rich_text_field {
  display: flex;
  flex-direction: column;
}
.shopify-richtext h1,
.shopify-richtext h2,
.shopify-richtext h3,
.shopify-richtext h4,
.shopify-richtext h5,
.shopify-richtext h6,
.shopify-richtext > .rte h1,
.shopify-richtext > .rte h2,
.shopify-richtext > .rte h3,
.shopify-richtext > .rte h4,
.shopify-richtext > .rte h5,
.shopify-richtext > .rte h6,
.metafield-rich_text_field h1,
.metafield-rich_text_field h2,
.metafield-rich_text_field h3,
.metafield-rich_text_field h4,
.metafield-rich_text_field h5,
.metafield-rich_text_field h6 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 20px;
  line-height: 26px;
}
.shopify-richtext ul,
.shopify-richtext ol,
.shopify-richtext > .rte ul,
.shopify-richtext > .rte ol,
.metafield-rich_text_field ul,
.metafield-rich_text_field ol {
  list-style-type: disc;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
.shopify-richtext strong,
.shopify-richtext > .rte strong,
.metafield-rich_text_field strong {
  font-weight: 400;
}
.shopify-richtext em,
.shopify-richtext > .rte em,
.metafield-rich_text_field em {
  font-style: italic;
}
.shopify-richtext a,
.shopify-richtext > .rte a,
.metafield-rich_text_field a {
  text-decoration: underline;
}
.shopify-richtext p,
.shopify-richtext > .rte p,
.metafield-rich_text_field p {
  min-height: 1rem;
}
.shopify-richtext > *:first-child,
.shopify-richtext > .rte > *:first-child,
.metafield-rich_text_field > *:first-child {
  margin-top: 0;
}
.nutritional-table {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 0;
}
.nutritional-table--reduce-padding {
  margin-bottom: -6.875rem;
}
.nutritional-table--servings {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
}
.nutritional-table--table {
  display: table;
  border-top: 1px solid #567348;
}
.nutritional-table--table thead > tr > th {
  padding-top: 1.5625rem;
  padding-bottom: 1.875rem;
  text-align: end;
}
.nutritional-table--table thead > tr > th:last-child {
  min-width: 140px;
}
.nutritional-table--table > caption {
  margin-top: 0.75rem;
  margin-bottom: 0.9375rem;
  text-align: left;
  color: #567348;
}
.nutritional-table--table tbody > tr > td:not(:first-child) {
  text-align: end;
}
.nutritional-table--table tbody > tr:not(:first-child) > td {
  padding-top: 0.9375rem;
}
.nutritional-table--rdi {
  margin-top: 2rem;
}
#judgeme_product_reviews .jdgm-rev-widg .jdgm-histogram,
#judgeme_product_reviews .jdgm-rev-widg .jdgm-row-actions,
#judgeme_product_reviews .jdgm-rev-widg .jdgm-row-extra {
  display: none !important;
}
#judgeme_product_reviews .jdgm-rev-widg__header {
  text-align: left;
}
#judgeme_product_reviews .jdgm-rev-widg__title {
  display: none;
}
#judgeme_product_reviews .jdgm-rev-widg__summary-stars {
  display: flex;
}
#judgeme_product_reviews .jdgm-rev-widg__summary-average {
  line-height: 1.5;
}
#judgeme_product_reviews .jdgm-rev-widg .jdgm-write-rev-link {
  margin: 0;
  text-align: center;
  font-weight: normal;
}
#judgeme_product_reviews .jdgm-rev-widg .jdgm-btn {
  font-weight: normal;
}
#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev__icon,
#judgeme_product_reviews .jdgm-rev-widg .jdgm-rev__actions {
  display: none !important;
}
.rc-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #191d48;
  color: #fff;
  padding: 12px;
  width: 310px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .rc-tooltip {
    left: 25%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .rc-tooltip {
    left: 50%;
    transform: translateX(-50%);
  }
}
.rc-tooltip .btn {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #191d48;
  font-size: 12px;
  line-height: 16px;
  border-radius: 50px;
  width: fit-content;
  margin-left: auto;
  padding: 5px 5px;
  white-space: nowrap;
}
.rc-tooltip .btn svg {
  margin-left: 0.25rem;
  height: 16px;
}
.filter {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #1e1b1b;
}
.filter--label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter--label > .icon-wrapper {
  padding-left: 1rem;
  margin-left: auto;
}
.filter--option-wrapper {
  height: 0;
  overflow: hidden;
}
.filter--option {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter--option.checked,
.filter--option:hover {
  font-weight: 400;
}
.filter--option * {
  font-weight: inherit;
}
.filter .filter--option + .filter--option {
  margin-top: 0.8125rem;
}
.filter .filter--option:last-child {
  margin-bottom: 1.25rem;
}
.filter + .filter {
  margin-top: 1.875rem;
}
.user-forms {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .user-forms {
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 43.75rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .user-forms--login .user-forms__col:first-child,
  .user-forms--register .user-forms__col:first-child,
  .user-forms--password-reset .user-forms__col:first-child,
  .user-forms--activate .user-forms__col:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .user-forms--login .user-forms__col:first-child,
  .user-forms--register .user-forms__col:first-child,
  .user-forms--password-reset .user-forms__col:first-child,
  .user-forms--activate .user-forms__col:first-child {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .user-forms--login .user-forms__col:first-child,
  .user-forms--register .user-forms__col:first-child,
  .user-forms--password-reset .user-forms__col:first-child,
  .user-forms--activate .user-forms__col:first-child {
    grid-column: span 7;
  }
}
@media (min-width: 768px) {
  .user-forms--login .user-forms__col:last-child,
  .user-forms--register .user-forms__col:last-child,
  .user-forms--password-reset .user-forms__col:last-child,
  .user-forms--activate .user-forms__col:last-child {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .user-forms--login .user-forms__col:last-child,
  .user-forms--register .user-forms__col:last-child,
  .user-forms--password-reset .user-forms__col:last-child,
  .user-forms--activate .user-forms__col:last-child {
    grid-column: span 5;
  }
}
@media (min-width: 768px) {
  .user-forms--main-page .user-forms__col:last-child {
    padding-top: 10.75rem;
  }
}
@media (max-width: 767px) {
  .user-forms--account .user-forms__col:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .user-forms--account .user-forms__col:first-child {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .user-forms--account .user-forms__col:first-child {
    grid-column: span 8;
  }
}
@media (min-width: 768px) {
  .user-forms--account .user-forms__col:last-child {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .user-forms--account .user-forms__col:last-child {
    grid-column: span 4;
  }
}
.user-forms--login .user-forms__subtitle {
  margin-bottom: 0.1875rem;
}
@media (max-width: 767px) {
  .user-forms--addresses .user-forms__col:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .user-forms--addresses .user-forms__col:first-child {
    grid-column: span 5;
  }
}
@media (min-width: 1024px) {
  .user-forms--addresses .user-forms__col:first-child {
    grid-column: span 4;
  }
}
@media (min-width: 768px) {
  .user-forms--addresses .user-forms__col:last-child {
    grid-column: span 7;
  }
}
@media (min-width: 1024px) {
  .user-forms--addresses .user-forms__col:last-child {
    grid-column: span 8;
  }
}
.user-forms__title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .user-forms__title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.user-forms__subtitle {
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .user-forms__subtitle {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.user-forms__underline-title {
  margin-bottom: 20px;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #1e1b1b;
}
.user-forms__form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.user-forms__form-row .user-forms__form-group {
  flex-grow: 1;
}
.user-forms__footer {
  margin-top: 2.8125rem;
}
.user-forms__header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .user-forms__header {
    margin-bottom: 60px;
  }
}
.user-forms__header .user-forms__back {
  display: block;
  margin-bottom: 0.9375rem;
}
.user-forms__header self__title {
  margin-bottom: 20px;
}
.user-forms__header .link,
.user-forms__header .user-forms .orders-table a,
.user-forms .orders-table .user-forms__header a {
  margin-bottom: 0.625rem;
}
.user-forms__fields {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.user-forms__new-address {
  margin-top: 40px;
}
.user-forms__new-address input::placeholder {
  opacity: 0.5;
}
.user-forms__new-address label {
  font-size: 16px;
}
.user-forms__address {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 1.25rem;
  padding-top: 0.3125rem;
}
.user-forms__addresses-groups {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .user-forms__addresses-groups {
    margin-top: 60px;
  }
}
.user-forms__addresses-groups .user-forms__address {
  margin: 0;
}
.user-forms__addresses-group {
  padding: 25px 20px;
  border: 1px solid gray;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .user-forms__addresses-group {
    margin-bottom: 40px;
  }
}
.user-forms__addresses-group:last-child {
  margin-bottom: 0;
}
.user-forms__addresses-form {
  margin-top: 40px;
}
.user-forms__buttons {
  display: flex;
  margin-top: 20px;
}
.user-forms__buttons .button {
  margin-right: 15px;
}
.user-forms__buttons .button:last-child {
  margin-right: 0;
}
.user-forms__success {
  padding: 15px;
  background-color: hsla(0, 0%, 100%, 0.3);
  margin-bottom: 40px;
  border-radius: 5px;
}
.user-forms__pagination {
  font-size: 20px;
  padding: 5px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .user-forms__pagination {
    margin-top: 40px;
  }
}
.user-forms__pagination ul {
  display: flex;
}
.user-forms__pagination li {
  margin-right: 10px;
}
.user-forms__pagination li:last-child {
  margin-right: 0;
}
.user-forms__pagination [aria-current="page"] {
  font-weight: 500;
}
.user-forms .button.cancel,
.user-forms .button.submit {
  width: 100%;
  margin-bottom: 0.9375rem;
}
.user-forms .button.cancel:last-child,
.user-forms .button.submit:last-child {
  margin-bottom: 0;
}
.user-forms #rc_login {
  text-align: left;
  margin-top: 0rem;
}
.user-forms .form-message {
  padding: 0;
  margin-bottom: 2.5rem;
}
.user-forms .form-message h4 {
  margin-bottom: 0.5rem;
}
.user-forms .form-message .errors {
  font-size: 16px;
}
.user-forms .form-error {
  color: red;
  margin-top: 10px;
  display: block;
  font-size: 16px;
}
.user-forms .form-error--hidden {
  display: none;
}
.user-forms #rc_login a,
.user-forms .link,
.user-forms .orders-table a {
  text-decoration: underline;
}
.user-forms #rc_login a:hover,
.user-forms .link:hover,
.user-forms .orders-table a:hover {
  text-decoration: none;
}
.user-forms .orders-table {
  text-align: left;
  width: 100%;
  min-width: 500px;
}
.user-forms .orders-table thead,
.user-forms .orders-table tbody,
.user-forms .orders-table tfoot {
  border-bottom: 1px solid #1e1b1b;
}
.user-forms .orders-table thead tr th {
  font-weight: 500;
  padding-bottom: 1.875rem;
}
.user-forms .orders-table tbody {
  margin-bottom: 0;
}
.user-forms .orders-table tbody tr {
  border-bottom: 1px solid #1e1b1b;
}
.user-forms .orders-table tbody tr:last-child {
  border-bottom: none;
}
.user-forms .orders-table th {
  font-size: 14px;
  line-height: 20px;
}
.user-forms .orders-table td {
  line-height: 22px;
  font-size: 16px;
}
.user-forms .orders-table tbody th,
.user-forms .orders-table tbody td,
.user-forms .orders-table thead th,
.user-forms .orders-table thead td {
  padding: 25px 10px;
}
.user-forms .orders-table tfoot th,
.user-forms .orders-table tfoot td {
  padding: 8px 10px;
}
.user-forms .orders-table th:first-child,
.user-forms .orders-table td:first-child {
  padding-left: 0;
}
.user-forms .orders-table th:last-child,
.user-forms .orders-table td:last-child {
  padding-right: 0;
}
.user-forms .orders-table a {
  font-weight: 500;
}
.user-forms input[type="checkbox"] {
  height: 1.25rem !important;
  width: 1.25rem !important;
}
.user-forms p {
  margin-bottom: 15px;
}
.user-forms a:not(.button):hover {
  text-decoration: underline;
}
.user-forms hr {
  border: 1px solid gray;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 0px;
}
.user-forms input[type="checkbox"] {
  position: relative;
  opacity: 1;
  height: auto;
  width: auto;
}
.user-forms select {
  border-bottom: 1px solid gray;
  width: 100%;
  font-size: 16px;
  padding: 12px 0px 18px 0;
  font-weight: 400;
}
.user-forms [aria-controls="AddAddress"][aria-expanded="false"] ~ #AddAddress {
  display: none;
}
.user-forms [aria-controls="AddAddress"][aria-expanded="true"] ~ #AddAddress {
  display: block;
}
.user-forms .hide {
  display: none;
}
.orders-table-wrap {
  overflow-x: auto;
}
.rc-login-form-email {
  border: none !important;
  border-bottom: 1px solid #1e1b1b !important;
  border-radius: 0 !important;
}
.rc-login-form-button {
  background-color: #1e1b1b !important;
  border-radius: 0 !important;
}
.two-column-text {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .two-column-text {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}
.two-column-text__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .two-column-text__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .two-column-text__title {
    margin-bottom: 4.375rem;
  }
}
.two-column-text__subtitle {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .two-column-text__column {
    display: flex;
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  .two-column-text .metafield-rich_text_field {
    width: 50%;
  }
}
.two-column-text .constrain {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .two-column-text .constrain {
    align-items: center;
  }
}
.text-image {
  overflow: hidden;
}
.text-image--ivory {
  background-color: #f2efeb;
}
.text-image--white {
  background-color: #fff;
}
.text-image--green {
  background-color: #567348;
  color: #fff;
}
@media (min-width: 768px) {
  .text-image--invert .text-image__background {
    left: 0;
    right: unset;
  }
}
.text-image--invert .text-image__block {
  padding-right: 2.5rem;
  padding-left: 0;
}
@media (min-width: 768px) {
  .text-image--invert .text-image__block:first-child {
    order: 2;
  }
}
@media (min-width: 768px) {
  .text-image__block {
    width: 50%;
    padding: 6.25rem 0 6.25rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .text-image__block:first-child {
    padding-top: 100%;
    width: calc(100% + 5rem);
    margin-left: -2.5rem;
  }
}
@media (max-width: 767px) {
  .text-image__block:last-child {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
.text-image__block .constrain {
  max-width: 400px;
}
@media (min-width: 768px) {
  .text-image__block .constrain {
    max-width: 600px;
  }
}
.text-image__background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .text-image__background {
    width: 50vw;
    right: 0;
    left: unset;
  }
}
.text-image__subtitle {
  display: block;
  margin-bottom: 0.5rem;
}
.text-image__title {
  margin-bottom: 2.1875rem;
  max-width: 350px;
}
@media (max-width: 767px) {
  .text-image__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .text-image__title {
    margin-bottom: 3.125rem;
  }
}
.text-image__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .text-image__badges {
    gap: 3.125rem;
    margin-top: 3.125rem;
  }
}
.text-image__badge {
  width: 100%;
  height: 100%;
  max-width: 4.6875rem;
}
@media (min-width: 768px) {
  .text-image > .constrain {
    min-height: 100vh;
    max-width: 1966px;
    display: flex;
    min-height: calc(100vh - 4.6875rem);
  }
}
.hero-image {
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-image__title {
  max-width: 550px;
}
@media (min-width: 768px) {
  .hero-image__title {
    max-width: 750px;
  }
}
.hero-image__subtitle {
  display: block;
  margin-bottom: 1.5625rem;
}
.hero-image__background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.hero-image .constrain {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .block-page-content {
    display: flex;
  }
}
.block-page-content__col {
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  .block-page-content__col {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}
@media (min-width: 768px) {
  .block-page-content__col:first-child {
    width: 480px;
    background-color: #f2efeb;
  }
}
.block-page-content__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .block-page-content__title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 768px) {
  .block-page-content__title {
    margin-bottom: 4.375rem;
  }
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid currentColor;
  border-radius: 3px;
  margin-right: 0.9375rem;
  transition: background-color 0.3s ease-in-out;
}
input[type="checkbox"]:checked {
  background-color: currentColor;
}
input[type="text"],
.form-input {
  margin-left: 0;
  padding-left: 0;
}
input[type="text"]::placeholder,
.form-input::placeholder {
  color: #5e635b;
}
.ss-main {
  background-color: rgba(0, 0, 0, 0);
  padding: 0.875rem 1.875rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.625rem;
  padding-bottom: 1rem;
}
.ss-main + .select--error {
  color: red;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.ss-main.error {
  border-color: red;
}
.ss-main.error + .select--error {
  opacity: 1;
}
select + .select--error {
  display: none;
}
.input-number {
  display: flex;
  justify-content: center;
  padding: 0.875rem 1.875rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.625rem;
}
.input-number > * + * {
  margin-left: 1.25rem;
}
.input-number--decrement,
.input-number--increment {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 25px;
  min-width: 1rem;
  text-align: center;
}
.input-number--number input {
  height: 100%;
  max-width: 2rem;
  text-align: center;
  padding: 0;
  margin: 0;
}
label:has(input[type="radio"]) {
  padding: 16px 23px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  text-align: center;
}
label:has(input[type="radio"]) input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
label:has(input[type="radio"]) span {
  width: 100%;
}
label:has(input[type="radio"]:checked) {
  color: #f2efeb;
  background-color: #5e635b;
}
.add-to-cart-modal {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.add-to-cart-modal .modal-constrain {
  display: flex;
  flex-direction: column;
  max-width: 1144px;
  width: 100%;
  height: auto;
  max-height: 90vh;
  padding: 0;
  overflow-y: hidden;
}
.add-to-cart-modal--close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}
.add-to-cart-modal--content {
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  max-height: inherit;
}
.add-to-cart-modal--content > * {
  min-width: 50%;
  max-width: 50%;
  min-height: 100%;
  max-height: inherit;
}
.add-to-cart-modal--content .jdgm-widget.jdgm-review-widget {
  display: none;
}
.add-to-cart-modal--content .product-media-carousel,
.add-to-cart-modal--content .product-media-carousel-v2 {
  position: relative;
  top: 0;
  overflow: hidden;
  padding: 0;
}
.add-to-cart-modal--content .product-media-carousel .keen-slider__slide img,
.add-to-cart-modal--content .product-media-carousel-v2 .keen-slider__slide img {
  height: auto;
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  overflow: hidden;
}
.add-to-cart-modal--content .product-info,
.add-to-cart-modal--content .product-info-v2 {
  flex: 1 1 50%;
  height: 100%;
  padding: 3.125rem 4.6875rem;
  overflow-y: auto;
  display: block;
}
.add-to-cart-modal--content .product-info .product-breadcrumbs,
.add-to-cart-modal--content .product-info .product-form--policy,
.add-to-cart-modal--content .product-info .tag-list,
.add-to-cart-modal--content .product-info--tag-list,
.add-to-cart-modal--content .product-info--dietary-req,
.add-to-cart-modal--content .product-info--about,
.add-to-cart-modal--content .product-info--how-to-take,
.add-to-cart-modal--content .product-info--whats-in,
.add-to-cart-modal--content .product-info--reviews,
.add-to-cart-modal--content .product-info--faq,
.add-to-cart-modal--content .product-info--price,
.add-to-cart-modal--content .product-info--hash-link,
.add-to-cart-modal--content .product-info-v2 .product-breadcrumbs,
.add-to-cart-modal--content .product-info-v2 .product-form--policy,
.add-to-cart-modal--content .product-info-v2 .tag-list,
.add-to-cart-modal--content .product-info-v2--tag-list,
.add-to-cart-modal--content .product-info-v2--dietary-req,
.add-to-cart-modal--content .product-info-v2--about,
.add-to-cart-modal--content .product-info-v2--how-to-take,
.add-to-cart-modal--content .product-info-v2--whats-in,
.add-to-cart-modal--content .product-info-v2--reviews,
.add-to-cart-modal--content .product-info-v2--faq,
.add-to-cart-modal--content .product-info-v2--price,
.add-to-cart-modal--content .product-info-v2--hash-link {
  display: none;
}
.add-to-cart-modal--content .product-info--title,
.add-to-cart-modal--content .product-info-v2--title {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 0;
}
.add-to-cart-modal--content .product-info--reviews--preview,
.add-to-cart-modal--content .product-info-v2--reviews--preview {
  margin-left: unset;
  margin-bottom: 1.25rem;
}
.add-to-cart-modal--content .product-info--description,
.add-to-cart-modal--content .product-info-v2--description {
  margin-bottom: 0;
  padding-top: 1rem;
}
.add-to-cart-modal--content .product-info--purchase.desktop,
.add-to-cart-modal--content .product-info-v2--purchase.desktop {
  margin-top: 1rem;
}
.add-to-cart-modal--content .main-product-about--dietary-req,
.add-to-cart-modal--content .main-product-about-v2--dietary-req {
  padding-top: 0;
}

.add-to-cart-modal--content
  .product-info
  .product-form--after-pay
  afterpay-placement,
.add-to-cart-modal--content
  .product-info-v2
  .product-form--after-pay
  afterpay-placement {
  --messaging-font-size: 15px;
}
.add-to-cart-modal--content .product-info .product-form > *,
.add-to-cart-modal--content .product-info-v2 .product-form > * {
  margin-bottom: 0.9375rem;
}
.cart-modal .modal-constrain {
  position: relative;
  background-color: #fff;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .cart-modal .modal-constrain {
    top: 300px;
  }
}
@media (min-width: 1024px) {
  .cart-modal .modal-constrain {
    left: 300px;
    max-width: 32.5rem;
  }
}
.cart-modal .modal-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(3px);
  display: none;
  pointer-events: all;
}
.cart-modal .hidden {
  display: none;
}
.cart-modal .cart {
  display: flex;
  flex-direction: column;
  position: relative;
  height: fit-content;
  min-height: 100%;
}
.cart-modal .cart--heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
.cart-modal .cart--heading--close {
  cursor: pointer;
  margin-left: auto;
}
.cart-modal .cart--shipping {
  color: #5e635b;
  margin-bottom: 1.5625rem;
  min-height: 1.375rem;
}
.cart-modal .cart--shipping > * {
  display: none;
}
.cart-modal .cart--empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
}
.cart-modal .cart--empty .icon {
  margin-bottom: 1.5625rem;
}
.cart-modal .cart--empty span {
  margin-bottom: 2.5rem;
  text-align: center;
}
.cart-modal .cart--empty a {
  width: 10rem;
}
.cart-modal .cart--form {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.cart-modal .cart--items {
  margin-bottom: auto;
}
.cart-modal .cart--items .cart-item--info--remove {
  display: unset;
}
.cart-modal .cart--recommended {
  padding: 3.4375rem 0 6.5625rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cart-modal .cart--recommended {
    max-width: 300px;
  }
}
.cart-modal .cart--recommended--heading {
  margin-bottom: 1.625rem;
  font-family: "GT Super", serif;
}
@media (max-width: 1023px) {
  .cart-modal .cart--recommended--heading {
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 350;
  }
}
.cart-modal .cart--recommended .card-product .card--cta {
  display: flex;
}
.cart-modal .cart--total {
  position: sticky;
  bottom: 0;
}
.modal[data-modal="filters"] .modal-constrain {
  top: 300px;
}
.filters-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.filters-modal--heading {
  display: flex;
  margin-bottom: 3.125rem;
}
.filters-modal--heading--close {
  margin-left: auto;
  cursor: pointer;
}
.filters-modal .filter:last-of-type {
  margin-bottom: auto;
}
.filters-modal--buttons {
  position: sticky;
  bottom: 0;
  background-color: #f2efeb;
  display: flex;
  flex-direction: column;
  margin: 3.125rem calc(0px - 1.25rem) 0;
  padding: 1.875rem 1.25rem;
}
.filters-modal--buttons > .button + .button {
  margin-top: 0.9375rem;
}
.sort-by-modal {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sort-by-modal--heading {
  display: flex;
}
.sort-by-modal--heading--close {
  margin-left: auto;
  cursor: pointer;
}
.sort-by-modal--buttons {
  position: sticky;
  bottom: 0;
  background-color: #f2efeb;
  display: flex;
  flex-direction: column;
  margin: auto calc(0px - 1.25rem) 0;
  padding: 1.875rem 1.25rem;
}
.sort-by-modal--buttons > .button + .button {
  margin-top: 0.9375rem;
}
.sort-by-modal--sort {
  margin-top: 3.125rem;
}
.sort-by-modal--sort select {
  display: none;
}
.sort-by-modal--sort--label--container {
  display: flex;
  align-items: center;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}
.sort-by-modal--sort--label--container .icon {
  margin-left: auto;
}
.sort-by-modal--sort--label--options {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.sort-by-modal--sort--label--options span {
  cursor: pointer;
}
.sort-by-modal--sort--label--options span.checked {
  font-weight: 400;
}
.sort-by-modal--sort--label--options span + span {
  margin-top: 20px;
}
.sort-by-modal--sort--label--options span:first-child {
  margin-top: 0.9375rem;
}
.sort-by-modal--sort--label--options span:last-child {
  margin-bottom: 1.875rem;
}
.policy {
  display: flex;
}
.policy .modal-constrain {
  display: flex;
  border-radius: 0;
}
@media (max-width: 1023px) {
  .policy .modal-constrain {
    padding-top: 2.8125rem;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .policy .modal-constrain {
    max-width: 74.375rem;
    max-height: 40.625rem;
    margin: auto;
    padding: 3.75rem;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.policy--content {
  grid-template-columns: repeat(9, 1fr) !important;
  min-height: 100%;
  max-height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1.875rem;
}
.policy--content::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .policy--content {
    grid-template-columns: repeat(10, 1fr);
    grid-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .policy--content {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .policy--content {
    padding-top: 5.625rem;
  }
}
@media (max-width: 1023px) {
  .policy--content--sidebar,
  .policy--content--body {
    grid-column: span 9;
  }
}
.policy--content--sidebar {
  height: fit-content;
}
@media (min-width: 1024px) {
  .policy--content--sidebar {
    grid-column: span 3;
    position: sticky;
    top: 0;
  }
}
.policy--content--sidebar--links > * {
  display: none;
}
.policy--content--sidebar--links > h1,
.policy--content--sidebar--links > h2,
.policy--content--sidebar--links > h3,
.policy--content--sidebar--links > h4,
.policy--content--sidebar--links > h5,
.policy--content--sidebar--links > h6 {
  display: unset;
  margin-top: 0;
  margin-bottom: 0.8125rem;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .policy--content--sidebar--links > h1,
  .policy--content--sidebar--links > h2,
  .policy--content--sidebar--links > h3,
  .policy--content--sidebar--links > h4,
  .policy--content--sidebar--links > h5,
  .policy--content--sidebar--links > h6 {
    margin-bottom: 1.25rem;
  }
}
.policy--content--sidebar--links h1.policy--content--sidebar--title {
  margin-bottom: 0.9375rem;
  font-size: 45px;
  line-height: 55px;
  cursor: text;
}
@media (min-width: 1024px) {
  .policy--content--sidebar--links h1.policy--content--sidebar--title {
    margin-bottom: 2.5rem;
  }
}
.policy--content--sidebar--links * + h1.policy--content--sidebar--title {
  margin-top: 2.5rem;
}
.policy--content--body {
  padding-bottom: 3.75rem;
}
@media (min-width: 1024px) {
  .policy--content--body {
    padding-top: 5.625rem;
    margin-top: -5.625rem;
    grid-column: span 6;
  }
}
.policy--close {
  position: absolute;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .policy--close {
    top: 1.25rem;
    right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .policy--close {
    top: 1.875rem;
    right: 1.875rem;
  }
}
.restock-alerts-modal-wrapper * {
  font-family: "GT Ultra", sans-serif;
}
.restock-alerts-modal-wrapper .restock-alerts-modal-box {
  border-radius: 0;
}
.restock-alerts-modal-wrapper .restock-alerts-form-title {
  font-family: "GT Super", serif;
}
.restock-alerts-modal-wrapper .restock-alerts-email-label {
  display: none;
}
.restock-alerts-modal-wrapper .restock-alerts-email-input {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.selling-plan-modal {
  display: flex;
  align-items: center;
  justify-content: center;
}
.selling-plan-modal .modal-constrain {
  width: fit-content;
  height: fit-content;
  padding: 2.8125rem 1.5625rem;
  overflow: auto !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.selling-plan-modal .content {
  margin: 2.8125rem 0;
  min-width: 20rem;
}
#WSGCartSection {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#wsg-account-container #wsg-account-title {
  margin-bottom: 1.875rem;
}
.wsg-proxy-container #wsg-account-title {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wsg-proxy-container #wsg-account-title {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
#wsg-cart,
#wsg-quick-order-form {
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 768px) {
  #wsg-cart,
  #wsg-quick-order-form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
#wsg-account-create,
#wsg-login {
  text-align: left;
  padding-top: 3.75rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 768px) {
  #wsg-account-create,
  #wsg-login {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }
}
#wsg-account-create .hidden-label,
#wsg-login .hidden-label {
  display: none;
}
#wsg-account-create h1,
#wsg-login h1 {
  margin-bottom: 1.875rem;
}
#wsg-account-create h2,
#wsg-account-create h3,
#wsg-login h2,
#wsg-login h3 {
  margin-bottom: 1.5625rem;
}
#wsg-account-create a,
#wsg-login a {
  text-decoration: underline;
}
#wsg-account-create a:hover,
#wsg-login a:hover {
  text-decoration: none;
}
#wsg-account-create .wsg-hidden-label,
#wsg-login .wsg-hidden-label {
  display: none;
}
#wsg-account-create .wsg-section-header,
#wsg-login .wsg-section-header {
  margin-top: 2.5rem;
}
#wsg-account-create #wsg-signup-link,
#wsg-login #wsg-signup-link {
  margin-bottom: 1.25rem;
}
#wsg-account-create .wsg-one-third.wsg-element-margin,
#wsg-login .wsg-one-third.wsg-element-margin {
  display: none;
}
#wsg-account-create input[type="text"],
#wsg-account-create input[type="email"],
#wsg-account-create input[type="tel"],
#wsg-account-create input[type="password"],
#wsg-account-create textarea[type="text"],
#wsg-login input[type="text"],
#wsg-login input[type="email"],
#wsg-login input[type="tel"],
#wsg-login input[type="password"],
#wsg-login textarea[type="text"] {
  border-left: none;
  border-top: none;
  border-right: none;
  margin-bottom: 1.25rem !important;
}
#wsg-account-create .wsg-login-input,
#wsg-login .wsg-login-input {
  margin-bottom: 1.875rem;
}
#wsg-account-create .wsg-submit-copy,
#wsg-login .wsg-submit-copy {
  margin-top: 1.5625rem !important;
  margin-bottom: 2.5rem !important;
}
#wsg-account-create .wsg-input-small-full,
#wsg-login .wsg-input-small-full {
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #1e1b1b;
  appearance: revert;
  background-image: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  #wsg-account-create .wsg-one-half,
  #wsg-login .wsg-one-half {
    max-width: 100% !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  #wsg-account-create .wsg-login-container,
  #wsg-login .wsg-login-container {
    width: 100% !important;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
#wsg-account-create .wsg-submit-copy,
#wsg-login .wsg-submit-copy {
  line-height: 18px;
}
.wsg-btn-secondary {
  background-color: #fff !important;
  color: #1e1b1b !important;
  border: 1px solid #1e1b1b !important;
  white-space: nowrap;
}
.wsg-btn-primary {
  background-color: #1e1b1b !important;
  color: #fff !important;
  white-space: nowrap;
}
#wsg-cart-main .wsg-checkout-buttons {
  width: auto;
}
@media (max-width: 767px) {
  #wsg-cart-main .wsg-checkout-buttons .wsg-button-row {
    flex-direction: column;
    gap: 0.9375rem;
  }
  #wsg-cart-main .wsg-checkout-buttons .wsg-button-row > * {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #wsg-cart-main .wsg-optional-blocks {
    margin: 1.25rem;
  }
}
@media (max-width: 767px) {
  #wsg-cart-main .wsg-line-price-block {
    width: 6.25rem;
  }
}
#wsg-cart-main .wsg-clear-cart {
  font-weight: unset;
}
@media (max-width: 1023px) {
  #wsg-cart-main .wsg-product-full-info-block {
    padding-right: 3.125rem;
  }
}
@media (max-width: 1023px) {
  #wsg-cart-main .wsg-remove-product-block {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 1023px) {
  #wsg-cart-main .wsg-delete-product {
    top: 50%;
    transform: translateY(-50%);
  }
}
#wsg-cart-main .wsg-cart-product {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #bdbdbd;
}
#wsg-cart-main .wsg-cart-product:first-child {
  border-top: 1px solid #bdbdbd;
}
.card--quick-add {
  background-color: #1e1b1b;
  color: #fff;
  text-align: center;
  padding: 0.9rem 0;
}
.smile-ui-move-up {
  bottom: 246px !important;
}
@media (min-width: 992px) {
  .smile-ui-move-up {
    bottom: 106px !important;
  }
}
.product-info-v2--hash-link {
  display: none;
}
@media (min-width: 992px) {
  .product-info-v2--hash-link {
    display: flex;
  }
}

/* Product Media Gallery Styles - New Gallery Component */
.product-gallery-new {
  position: relative;
  width: 100%;
  height: fit-content;
  margin: 37.5px auto;
  padding: 0 0 0 1rem;
}

/* Main Gallery Area - Two Column Layout */
.gallery-main-area {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  max-height: calc(100vh - 15rem);
  min-height: 400px;
}

/* First Column: Main Image Container */
.gallery-main-image {
  flex: 1;
  position: relative;
  padding: 47.5px 8px;
  background: #F2EFEB;
  box-sizing: content-box;
  border-radius: 12px;
  display: flex;
  max-height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

/* Main Image within Container */
.gallery-main-image__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}

/* Non-PNG images should fill full width and height */
.gallery-main-image__img:not([src*=".png"]) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-main-image__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-main-image__slide.active {
  opacity: 1;
}


/* Second Column: Additional Content (82px / 343px = 23.9%) */
.gallery-secondary-column {
  flex: 0 0 158px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  order: 0;
  min-height: 400px;
  max-height: calc(100vh - 15rem);
  overflow: hidden;
  align-items: center;
  position: relative;
}

.gallery-secondary-item {
  flex: 0 0 auto;
  background-color: #F2EFEB;
  border-radius: 12px;
  align-self: stretch;
  width: 158px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-secondary-content {
  width: 100%;
  height: 100%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  overflow: hidden;
}

.gallery-secondary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.gallery-secondary-thumbnail {
  width: 100%;
  height: 100%;
  background: none;
  border: 1.4px solid transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.gallery-secondary-thumbnail:hover {
  border-color: #567348;
  opacity: 1;
  transform: none;
}

.gallery-secondary-thumbnail.active {
  border-color: #567348;
  opacity: 1;
}

.gallery-secondary-thumbnail.active:hover {
  transform: none;
}

/* Secondary thumbnails scroll container */
.gallery-secondary-thumbnails {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: #fff;
  border-radius: 8px;
}

.gallery-secondary-thumbnails::-webkit-scrollbar {
  display: none;
}

/* Scroll arrows */
.gallery-scroll-arrow {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  position: absolute;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-scroll-arrow:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 0.2);
  transform: translateX(-50%) scale(1.05);
}

.gallery-scroll-arrow:active {
  transform: translateX(-50%) scale(0.95);
}

.gallery-scroll-arrow svg {
  width: 16px;
  height: 16px;
  color: #373F47;
}

/* Scroll arrow positioning */
.gallery-scroll-up {
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.gallery-scroll-down {
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

/* Thumbnail Navigation */
.gallery-thumbnails {
  margin-top: 24px;
}

/* Hide bottom thumbnails on desktop, show on mobile */
@media (min-width: 1024px) {
  .gallery-thumbnails {
    display: none;
  }
}

@media (max-width: 1023px) {
  .gallery-thumbnails {
    display: block;
  }
}

.gallery-thumbnails__scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-right: 16px;
}

.gallery-thumbnails__scroll::-webkit-scrollbar {
  display: none;
}

.gallery-thumbnail {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  border: 1.4px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease;
  background-color: #F2EFEB;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-thumbnail:hover {
  border-color: #567348;
}

.gallery-thumbnail.active {
  border-color: #083723;
}

.gallery-thumbnail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Progress Bar */
.gallery-progress {
  margin-top: 20px;
  margin-bottom: 24px;
  margin-right: 16px;
}

.gallery-progress__track {
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

.gallery-progress__fill {
  height: 100%;
  background-color: #567348;
  border-radius: 2px;
  transition: width 0.3s ease;
  width: 0%;
}

/* Sale Badge */
.product-media-gallery--sale-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #567348;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
}

/* Desktop: Sticky positioning like original */
@media (min-width: 1024px) {
  .product-gallery-new {
    position: sticky;
    top: 4.6875rem;
    flex: 0 0 50%;
  }
}

/* Mobile: Full width, static positioning */
@media (max-width: 1023px) {
  .product-gallery-new {
    position: static;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 1.875rem;
  }
  
  .gallery-main-area {
    max-height: none;
    min-height: 300px;
  }
  
  .gallery-secondary-column {
    display: none;
  }
  
  .gallery-secondary-item {
    flex: 0 0 auto;
    width: 158px;
    height: 200px;
  }
}


.product-media-gallery--sale-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #567348;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
}

/* Main Image Container */
.gallery-main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  margin-right: 16px;
}

.gallery-main-image__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-main-image__slide.active {
  opacity: 1;
}


/* Thumbnail Navigation */
.gallery-thumbnails {
  background-color: #fff;
}

.gallery-thumbnails__scroll {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 8px;
  padding-right: 16px;
}

.gallery-thumbnails__scroll::-webkit-scrollbar {
  display: none;
}


.gallery-thumbnail:hover {
  border-color: #567348;
}

.gallery-thumbnail.active {
  border-color: #567348;
}


/* Progress Bar */
.gallery-progress {
  margin-top: 12px;
  margin-right: 16px;
  height: 4px;
  background-color: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
}

.gallery-progress__track {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-progress__fill {
  height: 100%;
  background-color: #567348;
  border-radius: 2px;
  transition: width 0.3s ease-in-out;
  width: 0%;
}

/* Desktop Navigation - Hidden by default on mobile */
.gallery-desktop-nav {
  display: none;
}

/* Responsive Design */
@media (max-width: 767px) {
  .gallery-thumbnail {
    width: 56px;
    height: 56px;
  }
  
  .gallery-thumbnails__scroll {
    gap: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .gallery-main-area {
    max-height: calc(100vh - 13rem);
    min-height: 350px;
  }
}

@media (min-width: 1024px) {
  .product-gallery-new {
    margin-left: 40px;
    padding: 0;

  }
  .gallery-main-image {
    margin-right: 0;
  }
  .gallery-thumbnails {
    display: none;
  }
  
  .gallery-main-area {
    gap: 24px;
    justify-content: space-between;
  }
  
  .gallery-secondary-column {
    gap: 24px;
    margin-right: 0;
  }
  
  .gallery-main-area {
    max-width: calc(100vw - 40px);
  }
}

/* Desktop: Increase gap for secondary thumbnails */
@media (min-width: 1024px) {
  .gallery-secondary-thumbnails {
    gap: 20px;
  }
}

.card-product .card--media--overlay {
z-index: 3;  
}
.product--media--badge {
 position: absolute;
top: 0.75rem;
left: 0.75rem;
right: 0.75rem;  
z-index: 1; 
display: flex;
gap: 0.5rem;  
width: auto;
flex-direction: row;  
flex-wrap: wrap;  
}
.product--media--badge-entry {
line-height: 1.625rem;
display: block;  
font-size: 0.875rem;
padding: 0 0.5rem;  
white-space: nowrap;
background: #7FA13A; 
color: #fff;
border-radius: 0.5rem;  
box-shadow: 0 45px 150px 0 rgba(0, 0, 0, 0.07), 0 10.051px 51.127px 0 rgba(0, 0, 0, 0.05), 0 2.993px 8.962px 0 rgba(0, 0, 0, 0.04);  
}
.product--media--badge-entry.is-sale {
background: #D84315;  
}
.product-v2--info .product--media--badge {
position: relative;
top: auto;
left: auto;
right: auto;
margin-bottom: 1rem;
padding: 0 1rem;
}
@media (min-width: 1024px) {
  .product-v2--info .product--media--badge {
    padding: 0;
  }  
}