.shop-filters-top {
  margin-bottom: 2rem;
  padding: 1rem;
  background: #f8f8f8;
  border-radius: 8px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}

.filter-dropdown {
  display: flex;
  flex-direction: column;
}

.filter-select {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  min-width: 180px;
}

.filter-btn {
  padding: 10px 18px;
  background: var(--coffee-brown);
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.shop-layout {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
.shop-filters {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.shop-filters h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.filter-group {
  margin-bottom: 20px;
}

.filter-group h4 {
  font-weight: 600;
  margin-bottom: 8px;
}

.filter-btn {
  background: #c4a354;
  border: none;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.filter-btn:hover {
  background: #b09045;
}

.category-description {
  margin-top: 40px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
}

.lm-category-hero {
  background: var(--coffee-cream);
  padding: 20px 0;
}

.lm-category-hero-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 60px;
  align-items: center;
}

.lm-category-hero-text h1 {
  font-family: 'Domine', sans-serif;
  font-size: 46px;
  margin: 0 0 10px;
}

.lm-category-sub {
  font-size: 18px;
  color: var(--deep-grey);
  line-height: 1.6;
}

.lm-category-hero-image img {
  width: 100%;
  height: auto;
  border-radius: 14px; /* zachte ronde hoek */
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08); /* matte diffuse schaduw */
  object-fit: cover;
}
/* Container */
.shop-filters-top {
  position: sticky;
  top: 80px; /* pas aan aan jouw header hoogte */
  z-index: 50;

  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 12px;

  padding: 1.5rem;
  margin-bottom: 2rem;

  backdrop-filter: blur(6px); /* voor mooie frosted effect */
}


/* Flex layout */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: flex-end;
}

/* Each dropdown group */
.filter-dropdown {
  display: flex;
  flex-direction: column;
}

/* Label */
.filter-dropdown label {
  font-size: 0.85rem;
  margin-bottom: 4px;
  font-weight: 600;
  color: #4a4a4a;
}

/* Select styling */
.filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 10px;

  padding: 10px 14px;
  padding-right: 40px;

  font-size: 0.95rem;
  line-height: 1.4;

  cursor: pointer;
  transition: all 0.25s ease;
  min-width: 200px;

  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 7 6-7' stroke='%23757575' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

/* Hover */
.filter-select:hover {
  border-color: #b8b8b8;
}

/* Focus */
.filter-select:focus {
  outline: none;
  border-color: var(--coffee-brown);
  box-shadow: 0 0 0 3px rgba(200, 150, 110, 0.25);
}

/* Button */
.filter-btn {
  padding: 12px 20px;
  background: var(--coffee-brown);
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.2s ease;
  margin-top: 20px;
}

.filter-btn:hover {
  background: #4f2e22;
}

.lm-product-bottom-content{
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.lm-product-overview {
  display: grid;
  grid-template-columns: 2fr 1fr; /* 66% / 34% */
  gap: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  align-items: start;

}

.lm-product-overview-left h2 {
  font-size: 1.8rem;
  color: var(--coffee-brown);
  margin-bottom: 20px;
}

.lm-product-description {
  font-size: 1rem;
  line-height: 1.6;
}

.lm-product-overview-right .lm-side-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
  object-fit: cover;
}

/* Overall container */
.lm-product-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;                /* mooie ruimte tussen blokken */
  max-width: 1400px;
  margin: auto;
  padding-top: 20px;
  border-top: 1px solid #eee; /* subtiele scheiding van vorige section */
}

/* Each block */
.lm-property-block {
  width: calc(30% - 30px);  /* echte 3 kolommen maar met spacing */
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #f2f2f2;
  transition: all .25s ease;
}

/* Title styling */
.lm-property-block h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--coffee-brown);
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(81,40,16,.15);
}

/* Responsive tweaks */
@media (max-width: 1024px) {
  .lm-property-block {
    width: calc(50% - 20px); /* 2 kolommen */
  }
}

@media (max-width: 600px) {
  .lm-property-block {
    width: 100%; /* 1 kolom */
  }
}
/* Wrapper for the two image-text blocks */
.lm-image-text-grid {
  max-width: 1400px;
  margin: 80px auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

/* Base block: 2 columns */
.lm-it-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* Reverse layout (text left / image right) */
.lm-it-block.reverse {
  direction: rtl;
}
.lm-it-block.reverse > * {
  direction: ltr;
}

/* Image */
.lm-it-image img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: transform .3s ease, box-shadow .3s ease;
}

/* Text styling */
.lm-it-text h3 {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--coffee-brown);
  margin-bottom: 16px;
}

.lm-it-text p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}

/* Responsive behavior */
@media (max-width: 1000px) {
  .lm-it-block,
  .lm-it-block.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
    text-align: left;
  }

  .lm-it-image img {
    max-height: 380px;
    object-fit: cover;
  }
}

@media (max-width: 600px) {
  .lm-image-text-grid {
    gap: 60px;
    margin: 60px auto;
  }
}
.lm-it-cta {
  display: inline-block;
  margin-top: 18px;
  padding: 10px 22px;
  background: var(--coffee-brown);
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background .2s ease, transform .15s ease;
}

.lm-it-cta:hover {
  background: #3b1f12;
}

.lm-it-cta:active {
  transform: scale(0.97);
}
.lm-elementor-below-products {
  max-width: 1400px;
  margin: 60px auto;
  padding: 0 20px; /* for mobile */
}
/* Main builder wrapper */
.lm-category-builder {
  max-width: 1400px;
  margin: 80px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}


.lm-block-image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Reverse layout */
.lm-block-image-text.image_right {
  direction: rtl;
}
.lm-block-image-text.image_right > * {
  direction: ltr;
}

.lm-it-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.lm-it-text h3 {
  font-size: 2rem;
  color: var(--coffee-brown);
  margin-bottom: 16px;
}

.lm-it-text p {
  font-size: 1.1rem;
  line-height: 1.7;
}

/* CTA */
.lm-it-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 26px;
  border-radius: 12px;
  background: var(--coffee-brown);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: .22s;
}

.lm-it-cta:hover {
  background: #3d1e10;
}

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

.lm-block-video-center video {
  width: 100%;
  max-width: 900px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.lm-block-usps {
  text-align: center;
}

.lm-usps-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.lm-usp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
}

.lm-usp-item i {
  font-size: 36px;
  color: var(--coffee-brown);
  margin-bottom: 12px;
}

.lm-usp-item p {
  font-size: 1rem;
  font-weight: 500;
}
.lm-block-yt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.lm-block-yt.yt_right {
  direction: rtl;
}
.lm-block-yt.yt_right > * {
  direction: ltr;
}

/* Video responsive */
.lm-yt-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.lm-yt-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.lm-yt-text {
  font-size: 1.1rem;
  line-height: 1.7;
}
.lm-block-beans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Reverse */
.lm-block-beans.image_right {
  direction: rtl;
}
.lm-block-beans.image_right > * {
  direction: ltr;
}

.lm-bean-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}


@media (max-width: 900px) {

  .lm-block-image-text,
  .lm-block-yt,
  .lm-block-beans {
    grid-template-columns: 1fr;
    direction: ltr !important;
  }

  .lm-it-image,
  .lm-yt-iframe,
  .lm-bean-image {
    order: 1;
  }

  .lm-it-text,
  .lm-yt-text,
  .lm-bean-list-wrapper {
    order: 2;
  }
}
.lm-subcat-links {
  max-width: 1400px;
  margin: auto;
}

.lm-subcat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}

.lm-subcat-list li {
  position: relative;
}

/* separator */
.lm-subcat-list li:not(:last-child)::after {
  content: "·";
  margin-left: 0.75rem;
  color: #bbb;
}

.lm-subcat-list a {
  text-decoration: none;
  color: #666;
  transition: color 0.2s ease;
}

.lm-subcat-list a:hover {
  color: #000;
}

/* actieve categorie */
.lm-subcat-list .is-active {
  color: #000;
  font-weight: 500;
  cursor: default;
}

/* parent link subtiel anders */
.lm-parent-link a {
  color: #999;
}

.lm-parent-link a:hover {
  color: #000;
}

/* Algemene prijs */
.woocommerce .price {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
}

/* Oude prijs (doorgestreept) */
.woocommerce .price del {
  color: #999;
  font-weight: 400;
}

.woocommerce .price del .amount {
  text-decoration: line-through;
}

/* Actieprijs (huidige prijs) */
.woocommerce .price ins {
  color: #6b4f2d; /* koffiebruin */
  font-weight: 600;
  text-decoration: none;
}

/* Geen achtergrond op ins (Woo default fix) */
.woocommerce .price ins {
  background: none;
}

/* Valuta iets subtieler */
.woocommerce-Price-currencySymbol {
  font-size: 0.9em;
}




.lm-main-image.is-fading {
    opacity: 0;
}


.lm-thumb.active {
    opacity: 1;
}


.lm-gallery-controls {
    margin-top: 16px;
    padding: 0 10px;
}

.lm-rotation-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #6b4e3d, #c2a37e);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

/* Thumb */
.lm-rotation-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: #3b2a1f;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.lm-rotation-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #3b2a1f;
    border-radius: 50%;
    border: 2px solid #fff;
}
.lm-product-overview-right{
    display: flex;
    align-items: center;
    height: 100%;
}

.lm-gallery-main {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.lm-main-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0;
  transition: opacity 900ms cubic-bezier(.4, 0, .2, 1);
  will-change: opacity;
}

.lm-main-image.is-active {
  opacity: 1;
  z-index: 2;
}
.lm-gallery-main {
  background: #0e0e0e; 
  border-radius: 10px;
}
.lm-main-image {
  transform: scale(1.01);
  transition:
    opacity 900ms cubic-bezier(.4,0,.2,1),
    transform 900ms cubic-bezier(.4,0,.2,1);
}

.lm-main-image.is-active {
  opacity: 1;
  transform: scale(1);
}

/* ==========================================================
   VARIATIONS WRAPPER – Foldaco Coffee styling
   ========================================================== */

.lm-variations-wrapper {
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 28px;
  margin-top: 30px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

/* Reset Woo table look */
.lm-variations-wrapper table.variations {
  width: 100%;
  border: none;
  margin: 0;
}

.lm-variations-wrapper table.variations tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.lm-variations-wrapper table.variations th,
.lm-variations-wrapper table.variations td {
  border: none;
  padding: 0;
  text-align: left;
}

/* Labels */
.lm-variations-wrapper table.variations th label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 6px;
  display: block;
}

/* Selects */
.lm-variations-wrapper select {
  appearance: none;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  padding: 12px 16px;
  padding-right: 42px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;

  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l6 7 6-7' stroke='%23757575' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

.lm-variations-wrapper select:hover {
  border-color: #b8b8b8;
}

.lm-variations-wrapper select:focus {
  outline: none;
  border-color: var(--coffee-brown);
  box-shadow: 0 0 0 3px rgba(200,150,110,.25);
}

/* Reset link */
.lm-variations-wrapper .reset_variations {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.85rem;
  color: #888;
  text-decoration: none;
}

.lm-variations-wrapper .reset_variations:hover {
  color: #000;
}

/* Single variation wrapper */
.lm-variations-wrapper .single_variation_wrap {
  margin-top: 10px;
}

/* Hide empty Woo blocks */
.lm-variations-wrapper .woocommerce-variation-description,
.lm-variations-wrapper .woocommerce-variation-availability {
  display: none;
}

/* Price */
.lm-variations-wrapper .woocommerce-variation-price {
  margin-bottom: 16px;
}

.lm-variations-wrapper .price {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--coffee-brown);
}

/* Add to cart row */
.lm-variations-wrapper .variations_button {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 10px;
}

/* Quantity */
.lm-variations-wrapper .quantity input.qty {
  width: 90px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d8d8d8;
  font-size: 0.95rem;
}

.lm-variations-wrapper .quantity input.qty:focus {
  outline: none;
  border-color: var(--coffee-brown);
  box-shadow: 0 0 0 3px rgba(200,150,110,.25);
}

/* Add to cart button */
.lm-variations-wrapper .single_add_to_cart_button {
  background-color: var(--coffee-brown) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 14px 26px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: background .2s ease, transform .15s ease;
}

.lm-variations-wrapper .single_add_to_cart_button:hover {
  background: #3b1f12;
}

.lm-variations-wrapper .single_add_to_cart_button:active {
  transform: scale(.97);
}

/* Disabled state */
.lm-variations-wrapper .single_add_to_cart_button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .lm-variations-wrapper {
    padding: 20px;
  }

  .lm-variations-wrapper .variations_button {
    flex-direction: column;
    align-items: stretch;
  }

  .lm-variations-wrapper .quantity input.qty {
    width: 100%;
  }

  .lm-variations-wrapper .single_add_to_cart_button {
    width: 100%;
    text-align: center;
  }
}
.lm-gallery-main {
  position: relative;
}

.lm-slide {
  display: none;
}

.lm-slide.is-active {
  display: block;
}

.lm-gallery video,
.lm-gallery img {
  width: 100%;
  height: auto;
  display: block;
}

.lm-video-thumb {
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  font-size: 20px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.lm-it-content p {
    margin-bottom: 1rem;
}

.lm-it-content ul,
.lm-it-content ol {
    margin-left: 1rem;
}
.wc-block-cart .wc-block-cart__submit-container{
  background-color: var(--coffee-brown);
  border-radius: 10px;
}
.wc-block-cart .wc-block-cart__submit-container:hover{
  background-color: var(--accent-gold);
}
.wc-block-cart .wc-block-cart__submit-container a{
  color: white;
  text-decoration: none;
}