:root {
  --lbe-ivory: #fbf7ef;
  --lbe-cream: #f2e8d6;
  --lbe-ink: #2b2118;
  --lbe-gold: #ac8a3e;
}

html,
body.lbe-site-shell {
  max-width: 100%;
  overflow-x: hidden;
}

.lbe-site-shell *,
.lbe-site-shell *::before,
.lbe-site-shell *::after {
  box-sizing: border-box;
}

.lbe-site-shell img {
  max-width: 100%;
}

.lbe-site-shell .e-con,
.lbe-site-shell .elementor-element {
  min-width: 0;
}

body.elementor-page {
  background: var(--lbe-ivory);
  color: var(--lbe-ink);
  font-family: "Jost", sans-serif;
}

body.lbe-site-shell {
  margin: 0;
  background: var(--lbe-ivory);
}

/* Top delivery offer ticker. */
.lbe-offer-banner { overflow: hidden; }

.lbe-running-offer,
.lbe-running-offer .elementor-widget-container,
.lbe-running-offer p {
  width: 100%;
  margin: 0 !important;
  overflow: hidden;
}

.lbe-offer-track {
  display: flex;
  width: max-content;
  align-items: center;
  will-change: transform;
  animation: lbe-offer-scroll 24s linear infinite;
}

.lbe-offer-track > span {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding-right: 42px;
  white-space: nowrap;
}

.lbe-offer-track strong {
  margin-left: .38em;
  color: #e9dab3;
  font-weight: 600;
}

.lbe-offer-track i {
  margin-left: 42px;
  color: #ac8a3e;
  font-style: normal;
  font-size: 12px;
}

.lbe-offer-banner:hover .lbe-offer-track { animation-play-state: paused; }

@keyframes lbe-offer-scroll {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-25%, 0, 0); }
}

.lbe-elementor-content {
  min-height: 45vh;
}

.lbe-elementor-content > p,
.lbe-elementor-content > article,
.lbe-elementor-content > .entry-content {
  width: min(1180px, calc(100% - 40px));
  margin-right: auto;
  margin-left: auto;
}

.lbe-woocommerce-content {
  width: min(1224px, calc(100% - 40px));
  min-height: 55vh;
  margin: 0 auto;
  padding: 72px 0 88px;
  font-family: "Jost", sans-serif;
  color: #2b2118;
}

.lbe-woocommerce-content div.product {
  display: flow-root;
}

.lbe-woocommerce-content div.product div.images img {
  border-radius: 22px;
}

.lbe-woocommerce-content div.product .product_title,
.lbe-woocommerce-content .related > h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #2b2118;
}

.lbe-woocommerce-content div.product .product_title {
  font-size: 46px;
  line-height: 1.12;
}

.lbe-woocommerce-content div.product p.price,
.lbe-woocommerce-content div.product span.price {
  color: #8a6b28;
}

.lbe-woocommerce-content div.product .button {
  border-radius: 999px;
  background: #ac8a3e;
  color: #fff;
}

.lbe-woocommerce-content div.product .button:hover {
  background: #2b2118;
}

/* Theme-independent single-product layout. */
.lbe-single-product {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: start;
}

.lbe-single-product__gallery,
.lbe-single-product__summary {
  min-width: 0;
}

.lbe-single-product__main-image {
  padding: 12px;
  border: 1px solid rgba(172, 138, 62, .30);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(43, 33, 24, .10);
  overflow: hidden;
}

.lbe-single-product__main-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 820px;
  object-fit: contain;
  border-radius: 18px;
}

.lbe-single-product__thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.lbe-product-thumb {
  padding: 5px;
  border: 1px solid rgba(172, 138, 62, .25);
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
}

.lbe-product-thumb.is-active {
  border-color: #ac8a3e;
  box-shadow: 0 0 0 1px #ac8a3e;
}

.lbe-product-thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 9px;
}

.lbe-single-product__summary {
  position: sticky;
  top: 120px;
  padding-top: 22px;
}

.lbe-product-kicker {
  margin: 0 0 14px;
  color: #8a6b28;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.lbe-product-kicker a { color: inherit; text-decoration: none; }

.lbe-single-product__summary h1 {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 1.08;
  color: #2b2118;
}

.lbe-single-product__price {
  margin-bottom: 24px;
  color: #8a6b28;
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  font-weight: 500;
}

.lbe-single-product__short-description,
.lbe-single-product__details {
  color: #6b5d4c;
  font-size: 16px;
  line-height: 1.75;
}

.lbe-single-product__short-description {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(172, 138, 62, .28);
}

.lbe-single-product__order { margin-top: 26px; }

.lbe-order-button,
.lbe-single-product__order .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 30px;
  border: 1px solid #ac8a3e;
  border-radius: 999px;
  background: #ac8a3e;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.lbe-order-button:hover,
.lbe-single-product__order .single_add_to_cart_button:hover {
  border-color: #2b2118;
  background: #2b2118;
  color: #fff;
  transform: translateY(-2px);
}

.lbe-order-note {
  margin: 12px 0 0;
  color: #8b7c68;
  font-size: 12px;
}

.lbe-single-product__details {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(172, 138, 62, .28);
}

.lbe-single-product__details h2 {
  margin: 0 0 12px;
  color: #2b2118;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 500;
}

.lbe-single-product__placeholder {
  display: grid;
  min-height: 560px;
  place-items: center;
  border: 1px solid rgba(172, 138, 62, .3);
  border-radius: 24px;
  background: #f2e8d6;
  color: #8a6b28;
}

.lbe-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.lbe-header-brand,
.lbe-header-nav,
.lbe-footer-brand,
.lbe-footer-links,
.lbe-footer-contact {
  min-width: 0;
}

.lbe-footer-brand .elementor-widget-text-editor {
  max-width: 390px;
}

.lbe-footer-contact a,
.lbe-footer-contact p {
  overflow-wrap: anywhere;
}

.lbe-global-footer .elementor-widget-button .elementor-button:hover {
  box-shadow: none;
}

.lbe-size-chart-wrap {
  margin-right: auto;
  margin-left: auto;
}

.lbe-size-chart-image img {
  display: block;
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
}

.lbe-size-step {
  transition: transform .25s ease, box-shadow .25s ease;
}

.lbe-size-step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(43, 33, 24, .08);
}

.lbe-content-image img,
.elementor-widget-image-carousel img {
  object-fit: cover;
  border-radius: 22px;
}

.lbe-logo img {
  border-radius: 0;
}

.lbe-hero-card,
.lbe-product-card,
.lbe-cta {
  box-shadow: 0 22px 60px rgba(43, 33, 24, .10);
}

.lbe-hero-visual img,
.lbe-product-card img {
  transition: transform .5s ease;
}

.lbe-hero-visual:hover img,
.lbe-product-card:hover img {
  transform: scale(1.015);
}

.lbe-hero-image img {
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  border-radius: 28px;
}

.lbe-product-image img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
}

.lbe-product-card {
  transition: transform .3s ease, box-shadow .3s ease;
}

.lbe-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 64px rgba(43, 33, 24, .14);
}

/* Dynamic WooCommerce catalogue used by Home and Shop. */
.lbe-dynamic-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 24px;
  margin: 28px 0 34px !important;
}

.lbe-dynamic-products ul.products::before,
.lbe-dynamic-products ul.products::after {
  display: none !important;
}

.lbe-dynamic-products ul.products li.product {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 10px 10px 18px !important;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(43, 33, 24, .08);
  transition: transform .3s ease, box-shadow .3s ease;
  overflow: hidden;
}

.lbe-dynamic-products ul.products li.product:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 64px rgba(43, 33, 24, .14);
}

.lbe-dynamic-products ul.products li.product a img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 18px !important;
}

.lbe-dynamic-products .woocommerce-loop-product__title {
  padding: 0 8px !important;
  color: #2b2118;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1.2;
}

.lbe-dynamic-products .price {
  padding: 0 8px;
  color: #8a6b28 !important;
  font-family: "Jost", sans-serif;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.lbe-dynamic-products ul.products li.product .button {
  margin: 12px 8px 0 !important;
  padding: 13px 20px !important;
  border: 1px solid #ac8a3e;
  border-radius: 999px;
  background: #ac8a3e;
  color: #fbf7ef;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lbe-dynamic-products ul.products li.product .button:hover {
  border-color: #2b2118;
  background: #2b2118;
}

.lbe-dynamic-products .woocommerce-pagination ul.page-numbers {
  border: 0;
}

.lbe-dynamic-products .woocommerce-pagination .page-numbers li {
  border: 0;
  margin: 3px;
}

.lbe-dynamic-products .woocommerce-pagination .page-numbers a,
.lbe-dynamic-products .woocommerce-pagination .page-numbers span {
  border-radius: 50%;
  color: #2b2118;
}

.lbe-dynamic-products .woocommerce-pagination .page-numbers .current {
  background: #ac8a3e;
  color: #fff;
}

.elementor-widget-button .elementor-button {
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.elementor-widget-button .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(43, 33, 24, .14);
}

@media (max-width: 767px) {
  .lbe-header {
    position: relative;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .lbe-header > .e-con-inner,
  .lbe-header { flex-wrap: wrap; }
  .lbe-header-brand {
    display: flex;
    width: 100% !important;
    justify-content: center;
  }
  .lbe-header-brand .lbe-logo { margin: 0 auto; }
  .lbe-header-brand .lbe-logo img { width: 58px; }
  .lbe-header-nav {
    display: flex;
    width: 100% !important;
    justify-content: center !important;
    gap: 3px !important;
  }
  .lbe-header-nav > .elementor-widget-button:not(.lbe-header-order) {
    flex: 1 1 30%;
    max-width: 33.333%;
  }
  .lbe-header-nav > .elementor-widget-button:not(.lbe-header-order) .elementor-button {
    width: 100%;
    padding: 8px 3px;
    font-size: 9px;
    letter-spacing: .08em;
  }
  .lbe-header-order {
    flex: 1 1 100%;
    width: 100%;
    margin-top: 4px;
  }
  .lbe-header-order .elementor-button {
    width: min(100%, 340px);
    padding: 12px 18px;
  }
  .lbe-offer-track { animation-duration: 18s; }
  .lbe-offer-track > span { padding-right: 26px; }
  .lbe-offer-track i { margin-left: 26px; }
  .lbe-hero-image img { min-height: 0; aspect-ratio: 4 / 5; }
  .lbe-dynamic-products ul.products { grid-template-columns: 1fr; }
  .lbe-dynamic-products .woocommerce-loop-product__title { font-size: 22px !important; }
  .lbe-dynamic-products ul.products li.product { padding: 9px 9px 17px !important; }
  .lbe-woocommerce-content {
    width: min(100% - 28px, 720px);
    padding: 42px 0 58px;
  }
  .lbe-single-product { grid-template-columns: 1fr; gap: 30px; }
  .lbe-single-product__summary { position: static; padding-top: 0; }
  .lbe-single-product__summary h1 { font-size: 36px; }
  .lbe-single-product__main-image img { max-height: none; }
  .lbe-single-product__thumbs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lbe-order-button,
  .lbe-single-product__order .single_add_to_cart_button { width: 100%; }
  .lbe-footer-grid { gap: 34px !important; }
  .lbe-footer-brand,
  .lbe-footer-links,
  .lbe-footer-contact {
    width: 100% !important;
    align-items: center !important;
    text-align: center;
  }
  .lbe-footer-brand .lbe-logo { margin: 0 auto; }
  .lbe-footer-brand .elementor-widget-text-editor { max-width: 420px; }
  .lbe-footer-brand .elementor-widget-text-editor,
  .lbe-footer-links .elementor-widget-heading,
  .lbe-footer-contact .elementor-widget-heading,
  .lbe-footer-contact .elementor-widget-text-editor { text-align: center !important; }
  .lbe-footer-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 12px !important;
  }
  .lbe-footer-links .elementor-widget-heading { grid-column: 1 / -1; }
  .lbe-footer-links .elementor-widget-button .elementor-button { width: 100%; }
  .lbe-footer-contact .elementor-widget-button,
  .lbe-footer-contact .elementor-widget-button .elementor-button { width: min(100%, 330px); }
  .lbe-global-footer > .e-con-inner > .elementor-widget-text-editor,
  .lbe-global-footer > .elementor-widget-text-editor { padding-top: 12px; }
  .lbe-size-chart-image img { max-height: none; }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lbe-dynamic-products ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lbe-header {
    flex-wrap: wrap;
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
  .lbe-header-brand {
    width: 100% !important;
    align-items: center;
  }
  .lbe-header-brand .lbe-logo { margin: 0 auto; }
  .lbe-header-nav {
    width: 100% !important;
    justify-content: center !important;
  }
  .lbe-footer-grid { gap: 22px !important; }
  .lbe-single-product { gap: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  .lbe-offer-track {
    width: 100%;
    justify-content: center;
    animation: none;
  }
  .lbe-offer-track > span:not(:first-child) { display: none; }
}
