/* VARIABLES */
/* TYPOGRAPHY */
.lb-banner {
  min-height: 24vw;
  background-color: rgba(200, 174, 157, 0.5019607843);
}
@media (max-width: 47.99875rem) {
  .lb-banner {
    min-height: 100vw;
  }
}
.lb-banner .banner {
  z-index: 1;
  padding: calc(2.025rem + 9.3vw) calc(1.4375rem + 2.25vw) calc(1.4375rem + 2.25vw);
}
@media (min-width: 75rem) {
  .lb-banner .banner {
    padding: 9rem 3.125rem 3.125rem;
  }
}
@media (max-width: 74.99875rem) {
  .lb-banner .banner {
    padding: 4rem 1.875rem 2.5rem;
  }
}
@media (max-width: 47.99875rem) {
  .lb-banner .banner {
    padding: 3.9375rem 0.9375rem 0 0.9375rem;
  }
}
.lb-banner .block-system-breadcrumb-block {
  margin: 1rem 0;
}
@media (min-width: 48rem) {
  .lb-banner .block-system-breadcrumb-block {
    position: absolute;
    bottom: 0;
    left: 3.125rem;
    margin: 1rem 0;
  }
}
.lb-banner .block-system-breadcrumb-block ol {
  margin: 0;
}
.lb-banner .block-system-breadcrumb-block ol li {
  color: #fff;
}
.lb-banner .block-system-breadcrumb-block ol li a {
  color: #fff;
}
.lb-banner .block-system-breadcrumb-block ol li:before {
  color: #fff;
}
.lb-banner .page-title {
  line-height: 1.1;
  letter-spacing: 0.04em;
}
@media (max-width: 74.99875rem) {
  .lb-banner .page-title {
    font-size: 3rem;
  }
}
@media (max-width: 47.99875rem) {
  .lb-banner .page-title {
    font-size: 2.1875rem;
  }
}
.lb-banner .field-body {
  max-width: 56.25rem;
  margin: 1.25rem auto 0.625rem;
}
@media (max-width: 74.99875rem) {
  .lb-banner .field-body {
    font-size: 0.875rem;
  }
}
@media (max-width: 47.99875rem) {
  .lb-banner .field-body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0.9375rem auto 0.4375rem;
  }
}
@media (max-width: 47.99875rem) {
  .lb-banner .field--name-field-media-image img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
  }
}
.lb-banner:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 100%);
}

body.node--type-landing-page-layout-builder {
  background-color: #f2ebe7;
}
body.node--type-landing-page-layout-builder .breadcrumb .breadcrumb-item a::before {
  background-color: #fff;
}

.drimage {
  background-color: #e6d9d1;
}
/* Product listings: one grid cell per variation, not per product.
   Views cannot split a multi-value field into separate result rows, so every
   variation of a product renders inside that product's single row. The row is
   flattened with `display: contents` and the Bootstrap column widths move onto
   the variations themselves. Carousels are excluded: slick sizes each slide
   itself, so product-type.js lifts the variations out of their rows there.
   Mirrors scss/theme/content.theme.scss (no build tooling installed in this
   theme). */
.commerce-product-variation--view-mode-commerce-ajax-atc-popup {
  position: relative;
}

.view:not(.products-by-product-type-slick) .view-content.row > .product-grid-cell,
.view:not(.products-by-product-type-slick) .product-grid-cell > .views-field,
.view:not(.products-by-product-type-slick) .product-grid-cell > .views-field > .field-content {
  display: contents;
}

.view:not(.products-by-product-type-slick) .view-content.row .product-grid-cell .commerce-product-variation--view-mode-commerce-ajax-atc-popup {
  width: 50%;
  padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
  padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
}

@media (min-width: 992px) {
  .view:not(.products-by-product-type-slick) .view-content.row .product-grid-cell .commerce-product-variation--view-mode-commerce-ajax-atc-popup {
    width: 33.333333%;
  }
}

@media (min-width: 1200px) {
  .view:not(.products-by-product-type-slick) .view-content.row .product-grid-cell .commerce-product-variation--view-mode-commerce-ajax-atc-popup {
    width: 25%;
  }
}
