.lw-product-grid__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-block-end: 2rem;
}

.lw-product-grid__filters button,
.lw-product-grid__more,
.lw-button {
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 0.7rem 1.15rem;
  text-decoration: none;
}

.lw-product-grid__filters button[aria-pressed="true"] {
  background: #253a2b;
  color: #fff;
}

.lw-product-grid__items {
  display: grid;
  grid-template-columns: repeat(var(--lw-columns, 4), minmax(0, 1fr));
  gap: var(--lw-gap, 1.5rem);
}

.lw-product-card a,
.lw-project-card a {
  color: inherit;
  text-decoration: none;
}

.lw-product-card__media,
.lw-project-card__image {
  position: relative;
  overflow: hidden;
  padding-block-start: var(--lw-image-ratio, 80%);
  background: #e9e4da;
}

.lw-product-card__media img,
.lw-project-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lw-product-card__title,
.lw-project-card__title {
  margin-block: 0.8rem 0;
}

.lw-carousel {
  position: relative;
}

.lw-carousel__track {
  display: grid;
  grid-auto-columns: minmax(260px, 36%);
  grid-auto-flow: column;
  gap: var(--lw-gap, 1.5rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.lw-project-card {
  scroll-snap-align: start;
}

.lw-catalogue {
  background: #253a2b;
  color: #fff;
  padding: clamp(2rem, 5vw, 5rem);
}

.lw-product-app{width:min(1250px,100%);margin:auto}.lw-product-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;background:#e9e6df;padding:22px;margin-bottom:24px}.lw-product-filters label{display:grid;gap:7px;font-size:13px;font-weight:700}.lw-product-filters input,.lw-product-filters select{min-height:46px;border:1px solid #bbb;background:#fff;padding:10px}.lw-product-filter-actions{display:flex;gap:10px;align-items:end}.cy-button--clear{background:#fff!important;color:#111!important;border:1px solid #111!important}.lw-product-status{margin:18px 0}.lw-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.lw-product-card{border:1px solid #dedede;background:#fff;display:flex;flex-direction:column}.lw-product-card>a{display:block}.lw-product-card>a>img{width:100%;aspect-ratio:1/1;object-fit:cover}.lw-product-card__body{padding:18px}.lw-product-card__body h3{font-size:18px;line-height:1.3}.lw-product-card__code{display:block;color:#666;font-size:12px;min-height:1em}.lw-product-card__actions{margin-top:auto}.lw-product-card__actions button,.lw-product-card__actions .cy-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;background:#0b0d0c;color:#fff;border:1px solid #0b0d0c;padding:10px 16px;text-decoration:none;font-weight:700}.lw-product-pagination{display:flex;gap:8px;justify-content:center;margin:34px 0 20px}.lw-product-pagination button{width:42px;height:42px;border:1px solid #bbb;background:#fff}.lw-product-pagination button[aria-current="page"]{background:#0b0d0c;color:#fff}.lw-product-detail{width:100%;background:#fff}.lw-product-detail__layout{width:min(1250px,calc(100% - 48px));margin:auto;padding:90px 0;display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.lw-product-gallery__main{display:block;width:100%;border:0;background:#eee;padding:0;cursor:zoom-in}.lw-product-gallery__main img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.lw-product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.lw-product-gallery__thumb{border:1px solid #ccc;background:#fff;padding:0}.lw-product-gallery__thumb[aria-pressed="true"]{outline:3px solid #111}.lw-product-gallery__thumb img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.lw-product-summary h1{font:800 clamp(38px,5vw,64px)/1.02 Akzidenz,sans-serif;margin:10px 0 24px}.lw-product-section{padding:78px max(24px,calc((100% - 1250px)/2))}.lw-product-section h2{font:800 clamp(32px,4vw,50px)/1.1 Akzidenz,sans-serif}.lw-product-section--dark{background:#0b0d0c;color:#fff}.lw-product-section--dark p{max-width:800px;line-height:1.7}.lw-specs{width:100%;border-collapse:collapse}.lw-specs th,.lw-specs td{text-align:left;padding:14px;border-bottom:1px solid #ddd}.lw-specs th{width:32%;background:#f2f1ee}.lw-product-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:35px}.lw-product-feature-grid article{border:1px solid #444;padding:24px}.lw-product-lightbox{width:min(1100px,94vw);height:min(900px,92vh);border:0;background:#050505;color:#fff;padding:52px}.lw-product-lightbox::backdrop{background:rgba(0,0,0,.85)}.lw-product-lightbox img{width:100%;height:100%;object-fit:contain}.lw-product-lightbox button{position:absolute;right:14px;top:14px;background:#fff;color:#111;border:0;padding:10px 16px}

@media (max-width: 767px) {
  .lw-product-grid__items {
    --lw-columns: 2;
  }

  .lw-carousel__track {
    grid-auto-columns: 84%;
  }

  .lw-product-filters{grid-template-columns:1fr}.lw-product-filter-actions{align-items:stretch}.lw-product-grid{grid-template-columns:1fr 1fr;gap:12px}.lw-product-detail__layout{grid-template-columns:1fr;width:calc(100% - 36px);padding:54px 0;gap:34px}.lw-product-gallery__thumbs{grid-template-columns:repeat(4,1fr)}.lw-product-feature-grid{grid-template-columns:1fr 1fr}.lw-product-section{padding:58px 18px}
}

@media (max-width: 520px){.lw-product-grid,.lw-product-feature-grid{grid-template-columns:1fr}.lw-product-filter-actions{flex-direction:column}.lw-product-summary h1{font-size:36px}.lw-specs th,.lw-specs td{display:block;width:100%}.lw-specs th{border-bottom:0}.lw-product-lightbox{padding:48px 10px 10px}}

@media (prefers-reduced-motion: reduce) {
  .lw-carousel__track {
    scroll-behavior: auto;
  }
}
