
/* ===== CATÁLOGO / PREÇOS ===== */

.mw-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px;
}

.mw-section--soft {
  background: #f7f8f4;
  border-top: 1px solid #ece8d7;
  border-bottom: 1px solid #ece8d7;
}

.mw-section__eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #b5902b;
  margin-bottom: 8px;
}

.mw-section__title {
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.03;
  color: #0a3a24;
  margin: 0 0 12px;
  font-weight: 900;
}

.mw-section__text {
  color: #506257;
  max-width: 820px;
}

.mw-search-inline {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mw-search-inline input {
  flex: 1 1 340px;
  min-height: 48px;
  border-radius: 999px;
  border: 1px solid #d7ddcf;
  padding: 0 18px;
  font-size: 15px;
}

.mw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  padding: 0 18px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
  transition: .2s ease;
}

.mw-btn--solid {
  background: #0d572f;
  color: #fff;
}

.mw-btn--solid:hover {
  filter: brightness(.96);
}

.mw-btn--line {
  color: #0d572f;
  border: 1px solid rgba(13,87,47,.28);
  background: #fff;
}

.mw-grid-cats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  margin-top: 24px;
}

.mw-category-card {
  display: block;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 22px;
  padding: 22px 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,.04);
}

.mw-category-card__icon {
  font-size: 34px;
  margin-bottom: 12px;
}

.mw-category-card__title {
  font-size: 22px;
  font-weight: 900;
  color: #0a3a24;
  margin-bottom: 8px;
}

.mw-category-card__text {
  color: #5f6f65;
  font-size: 14px;
  line-height: 1.45;
}

.mw-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 20px;
  margin-top: 22px;
}

.mw-price-card {
  background: #fff;
  border: 1px solid #e9ebea;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.04);
  display: flex;
  flex-direction: column;
}

.mw-price-card__image {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 62px;
  background: linear-gradient(135deg, #f6f0cb, #dce9df);
}

.mw-price-card__body {
  padding: 18px;
}

.mw-price-card__name {
  font-size: 18px;
  font-weight: 900;
  color: #123721;
  line-height: 1.22;
  min-height: 68px;
}

.mw-price-card__meta {
  font-size: 13px;
  color: #73837b;
  margin: 8px 0 12px;
}

.mw-price-block {
  margin: 10px 0 14px;
}

.mw-old-price {
  font-size: 13px;
  color: #8c8f90;
  text-decoration: line-through;
  margin-bottom: 4px;
}

.mw-main-price {
  font-size: 16px;
  color: #2a2d2d;
  margin-bottom: 6px;
}

.mw-main-price strong {
  font-size: 31px;
  color: #0d56c5;
  line-height: 1;
}

.mw-main-price span {
  font-size: 14px;
  color: #2d2d2d;
}

.mw-installments,
.mw-credit {
  font-size: 14px;
  color: #262626;
  margin-bottom: 3px;
}

.mw-card-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.mw-catalog-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 24px 50px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 26px;
}

.mw-sidebar {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 20px;
  align-self: start;
  position: sticky;
  top: 16px;
}

.mw-sidebar h3 {
  margin: 0 0 12px;
  color: #0a3a24;
}

.mw-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mw-filter-chip {
  border: 1px solid #d8ded3;
  background: #fff;
  border-radius: 999px;
  min-height: 38px;
  padding: 0 14px;
  cursor: pointer;
  font-weight: 700;
  color: #154126;
}

.mw-filter-chip.is-active {
  background: #0d56c5;
  color: #fff;
  border-color: #0d56c5;
}

.mw-cat-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.mw-cat-head h1 {
  margin: 0;
  color: #0a3a24;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.02;
}

.mw-cat-subtitle {
  color: #5f6f65;
  margin-top: 8px;
}

.mw-count {
  color: #22412f;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .mw-grid-cats,
  .mw-price-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .mw-catalog-layout {
    grid-template-columns: 1fr;
  }

  .mw-sidebar {
    position: static;
  }
}

@media (max-width: 680px) {
  .mw-grid-cats,
  .mw-price-grid {
    grid-template-columns: 1fr;
  }

  .mw-card-actions {
    flex-direction: column;
  }

  .mw-main-price strong {
    font-size: 28px;
  }
}
