/* VARIABLES */
/* TYPOGRAPHY */
.layout.row:has(.taxonomy-term--view-mode-banner) {
  background-color: hsla(24, 28%, 70%, 0.5);
  overflow: hidden;
}

.taxonomy-term--view-mode-banner .contextual-region {
  position: unset;
}
.taxonomy-term--view-mode-banner .bs-region--left {
  margin-inline: 2.5rem;
  padding-block: 3.125rem;
}
@media (max-width: 87.49875rem) {
  .taxonomy-term--view-mode-banner .bs-region--left {
    margin-inline: 2.3rem;
    padding-block: 2.875rem;
  }
}
@media (max-width: 74.99875rem) {
  .taxonomy-term--view-mode-banner .bs-region--left {
    margin-inline: 1.875rem;
    padding-block: 2.5rem;
  }
}
@media (max-width: 47.99875rem) {
  .taxonomy-term--view-mode-banner .bs-region--left {
    margin-inline: 0.9375rem;
    padding-block: 1.41rem;
  }
}
@media (min-width: 48rem) {
  .taxonomy-term--view-mode-banner .bs-region--left {
    min-height: min(22.5vw, 40rem);
  }
}
.taxonomy-term--view-mode-banner .bs-region--left .field-body > * {
  margin-bottom: 0;
}
.taxonomy-term--view-mode-banner .bs-region--left .read-more-description {
  font-weight: 500;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.taxonomy-term--view-mode-banner .bs-region--left .read-more-description::before, .taxonomy-term--view-mode-banner .bs-region--left .read-more-description::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.taxonomy-term--view-mode-banner .bs-region--left .read-more-description::before {
  left: 0;
  transition: left 0.3s ease 0.3s;
}
.taxonomy-term--view-mode-banner .bs-region--left .read-more-description::after {
  right: 100%;
  transition: right 0.3s ease;
}
.taxonomy-term--view-mode-banner .bs-region--left .read-more-description:hover {
  text-decoration: none;
}
.taxonomy-term--view-mode-banner .bs-region--left .read-more-description:hover::before {
  left: 100%;
  transition: left 0.3s ease;
}
.taxonomy-term--view-mode-banner .bs-region--left .read-more-description:hover::after {
  right: 0;
  transition: right 0.3s ease 0.3s;
}
.taxonomy-term--view-mode-banner .bs-region--left .page-title {
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
  line-height: 1.28;
}
.taxonomy-term--view-mode-banner .bs-region--right .field--type-image img {
  margin: 0;
}
.taxonomy-term--view-mode-banner .bs-region--right .field--type-image .drimage {
  background-color: unset;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 47.99875rem) {
  .taxonomy-term--view-mode-banner .bs-region--right {
    display: none;
  }
}

.child-term-menu .views-row a {
  position: relative;
}
.child-term-menu .views-row a:hover, .child-term-menu .views-row a.is-active {
  text-decoration: unset;
}
.child-term-menu .views-row a:hover::after, .child-term-menu .views-row a.is-active::after {
  transform: translateX(-50%) scaleX(1);
}
.child-term-menu .views-row a.is-active {
  font-weight: bold;
}
.child-term-menu .views-row a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  width: 100%;
  height: 1px;
  background-color: #4b2307;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center center;
  transition: transform 200ms ease-out;
}

.child-term-menu .view-content,
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .view-content {
  flex-direction: row;
  margin-inline-start: 0;
}
@media (max-width: 47.99875rem) {
  .child-term-menu .view-content,
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .view-content {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .child-term-menu .view-content::-webkit-scrollbar,
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .view-content::-webkit-scrollbar {
    display: none;
  }
}
.child-term-menu .view-content .views-row,
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .view-content .views-row {
  width: unset;
  padding-inline: 0;
  margin-inline-end: 1.25rem;
}
@media (max-width: 47.99875rem) {
  .child-term-menu .view-content .views-row,
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .view-content .views-row {
    margin-block-end: 1.25rem;
  }
}

.taxonomy-term--view-mode-information .name-wrapper {
  margin-bottom: 2.5em;
}
.taxonomy-term--view-mode-information .field-body > * {
  color: #7e4b30;
}
.taxonomy-term--view-mode-information #category-long-description {
  scroll-margin-top: 14rem;
}
@media (max-width: 74.99875rem) {
  .taxonomy-term--view-mode-information #category-long-description {
    scroll-margin-top: 9.7rem;
  }
}
@media (max-width: 61.99875rem) {
  .taxonomy-term--view-mode-information #category-long-description {
    scroll-margin-top: 7.9rem;
  }
}

.user-logged-in .taxonomy-term--view-mode-information #category-long-description {
  scroll-margin-top: 6.5rem;
}

._none:has(.block-views-blockproduct-type-child-term-menu-product-type-child-term-menu) .layout > div .block-views-blockproduct-type-child-term-menu-product-type-child-term-menu {
  margin-inline: 2.5rem;
}
@media (max-width: 87.49875rem) {
  ._none:has(.block-views-blockproduct-type-child-term-menu-product-type-child-term-menu) .layout > div .block-views-blockproduct-type-child-term-menu-product-type-child-term-menu {
    margin-inline: 2.3rem;
  }
}
@media (max-width: 74.99875rem) {
  ._none:has(.block-views-blockproduct-type-child-term-menu-product-type-child-term-menu) .layout > div .block-views-blockproduct-type-child-term-menu-product-type-child-term-menu {
    margin-inline: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  ._none:has(.block-views-blockproduct-type-child-term-menu-product-type-child-term-menu) .layout > div .block-views-blockproduct-type-child-term-menu-product-type-child-term-menu {
    margin-inline: 0;
  }
}

.block-views-blockproducts-listing-by-product-type-products-listing-by-product-type {
  margin-inline: 2.5rem;
}
@media (max-width: 87.49875rem) {
  .block-views-blockproducts-listing-by-product-type-products-listing-by-product-type {
    margin-inline: 2.3rem;
  }
}
@media (max-width: 74.99875rem) {
  .block-views-blockproducts-listing-by-product-type-products-listing-by-product-type {
    margin-inline: 1.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .block-views-blockproducts-listing-by-product-type-products-listing-by-product-type {
    margin-inline: 0;
  }
}

.commerce-product-variation--view-mode-commerce-ajax-atc-popup .position-wrapper {
  overflow: hidden;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .position-wrapper .ajax-progress-throbber {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  text-align: center;
}
@media (min-width: 75rem) {
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .position-wrapper .ajax-progress-throbber {
    background-color: #fff !important;
    color: #4b2307 !important;
  }
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .position-wrapper .ajax-progress-throbber:hover {
    background-color: #c9af9e !important;
    border-color: #c9af9e !important;
    color: #fff !important;
  }
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .position-wrapper .ajax-progress-throbber:first-child:active, .commerce-product-variation--view-mode-commerce-ajax-atc-popup .position-wrapper .ajax-progress-throbber:first-child:focus {
    background-color: #c9af9e !important;
    color: #fff !important;
  }
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .position-wrapper .ajax-progress-throbber .message {
  display: none;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .position-wrapper .ajax-progress-throbber .throbber {
  position: relative;
  width: 3.5rem;
  height: 1.25rem;
  color: #4b2307;
  background: unset;
  margin: 0;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .position-wrapper .ajax-progress-throbber .throbber::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  /* 3 dots as shadows: middle, left, right */
  box-shadow: 0 0 0 3px currentColor, -15px 0 0 3px currentColor, 15px 0 0 3px currentColor;
  /* Smooth wave */
  animation: dots-loading 800ms ease-in-out infinite;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .commerce-order-item-variation-cart-form-form {
  width: 100%;
  bottom: 0;
  position: absolute;
}
@media (min-width: 75rem) {
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .commerce-order-item-variation-cart-form-form {
    padding: 1.125rem;
  }
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .commerce-order-item-variation-cart-form-form .form-actions {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 5;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart {
  width: 100%;
  border: unset;
}
@media (min-width: 75rem) {
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart {
    background-color: #fff !important;
    color: #4b2307 !important;
    transform: translateY(150%);
    transition: transform 250ms ease;
  }
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart:hover {
    background-color: #c9af9e !important;
    border-color: #c9af9e !important;
    color: #fff !important;
  }
  .commerce-product-variation--view-mode-commerce-ajax-atc-popup .commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart:first-child:active, .commerce-product-variation--view-mode-commerce-ajax-atc-popup .commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart:first-child:focus {
    background-color: #c9af9e !important;
    color: #fff !important;
  }
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .commerce-order-item-variation-cart-form-form:has(.ajax-progress-throbber) .button--add-to-cart {
  display: none;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .text-primary-light {
  color: #7e4b30 !important;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .field--name-field-product-media > .field__item img,
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .field--name-field-product-media > .field__item video {
  transform: scale(1);
  transition: transform 300ms ease, opacity 300ms ease;
  will-change: transform, opacity;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .field--name-field-product-media > .field__item:nth-child(2) img,
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .field--name-field-product-media > .field__item:nth-child(2) video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup:hover .commerce-order-item-variation-cart-form-form .form-actions .button--add-to-cart {
  transform: translateY(0);
  transition: transform 250ms ease;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup:hover a {
  text-decoration: none !important;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup:hover .field--name-field-product-media:not(:has(.field__item:nth-child(2))) .field__item:nth-child(1) img,
.commerce-product-variation--view-mode-commerce-ajax-atc-popup:hover .field--name-field-product-media:not(:has(.field__item:nth-child(2))) .field__item:nth-child(1) video {
  transform: scale(1.15) translateZ(0);
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup:hover .field--name-field-product-media .field__item:nth-child(2) img,
.commerce-product-variation--view-mode-commerce-ajax-atc-popup:hover .field--name-field-product-media .field__item:nth-child(2) video {
  opacity: 1;
  transform: scale(1) translateZ(0);
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .add-to-cart-message {
  display: none;
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup .product-title a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.commerce-product-variation--view-mode-commerce-ajax-atc-popup video {
  width: auto;
  height: fit-content;
  object-fit: cover;
}

@keyframes dots-loading {
  0%, 100% {
    box-shadow: 0 0 0 3px currentColor, -15px 0 0 3px currentColor, 15px 0 0 3px currentColor;
  }
  20% {
    box-shadow: 0 0 0 3px currentColor, -15px -6px 0 3px currentColor, 15px 0 0 3px currentColor;
  }
  50% {
    box-shadow: 0 -2px 0 3px currentColor, -15px 0 0 3px currentColor, 15px 0 0 3px currentColor;
  }
  80% {
    box-shadow: 0 0 0 3px currentColor, -15px 0 0 3px currentColor, 15px -6px 0 3px currentColor;
  }
}
@media (max-width: 47.99875rem) {
  .bef-exposed-form {
    display: flex;
    justify-content: center;
    border: 1px solid #c9af9e;
  }
}
.bef-exposed-form .btn-link {
  text-transform: unset;
}
.bef-exposed-form .filter-label {
  font-weight: 500;
  color: #4b2307;
}
.bef-exposed-form .fieldgroup legend .fieldset-legend {
  font-family: "Le Corbusier LL", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #4b2307;
}
.bef-exposed-form div.d-flex {
  flex-direction: column;
}
.bef-exposed-form div.d-flex .form-switch {
  padding-left: 0;
  padding-inline-start: calc(2.5rem + 0.25rem);
  margin-block-end: 1rem;
}
.bef-exposed-form div.d-flex .form-checkboxes {
  padding-left: 0;
}
.bef-exposed-form div.d-flex .form-checkboxes input {
  border-radius: unset;
}
.bef-exposed-form div.d-flex .form-checkboxes label,
.bef-exposed-form div.d-flex .js-form-type-radio label {
  color: #4b2307;
  text-transform: capitalize;
  margin-inline-start: -0.625rem;
}
.bef-exposed-form div.d-flex .form-checkboxes input,
.bef-exposed-form div.d-flex .js-form-type-radio input {
  width: 1rem;
  height: 1srem;
  background-image: unset;
  transition: unset;
  outline: 1px solid #7e4b30;
  outline-offset: 2px;
  border: 0;
  cursor: pointer;
  margin-inline-start: -2.5rem;
  float: inline-start;
}
.bef-exposed-form div.d-flex .form-checkboxes input:checked,
.bef-exposed-form div.d-flex .js-form-type-radio input:checked {
  background-color: #7e4b30;
}
.bef-exposed-form [id^=edit-sort-bef-combine--] {
  order: 1;
}
.bef-exposed-form [id^=edit-dark-milk-chocolate--] {
  order: 2;
}
.bef-exposed-form [id^=edit-field-vegan--] {
  order: 3;
}
.bef-exposed-form .btn-close {
  margin: 0;
}

.view-products-listing-by-product-type .view-content {
  row-gap: 1.875rem;
}

.pager--load-more {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 1.875rem;
}
.pager--load-more a {
  text-transform: uppercase;
  font-weight: bold;
}
.pager--load-more .pager__items {
  padding-left: 0;
  list-style: none;
}

.view-id-products_listing_by_product_type .view-content.row {
  align-items: stretch;
}
.view-id-products_listing_by_product_type .views-row,
.view-id-products_listing_by_product_type .views-row > .views-field,
.view-id-products_listing_by_product_type .views-row > .views-field > .field-content {
  display: contents;
}
.view-id-products_listing_by_product_type .views-row > .views-field .field-content .commerce-product-variation {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.view-id-products_listing_by_product_type .views-row > .views-field .field-content .commerce-product-variation > .d-flex.flex-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.view-id-products_listing_by_product_type .views-row > .views-field .field-content .commerce-product-variation > .d-flex.flex-column > .flex-1 {
  flex: 1 1 auto;
}
.view-id-products_listing_by_product_type .views-row > .views-field .field-content .commerce-product-variation > .d-flex.flex-column > .flex-1 .product-title a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.view-id-products_listing_by_product_type .views-row > .views-field .field-content .commerce-product-variation > .d-flex.flex-column > .text-primary.fw-bold {
  margin-top: auto;
}