.maconsa-pw { width: 100%; }

.maconsa-pw-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.maconsa-pw-filters-btn {
  border: 1px solid #d7dde6;
  background: #f5f7fb;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.maconsa-pw-total {
  font-size: 14px;
  color: #3a4657;
}

.maconsa-pw-order__select {
  border: 1px solid #d7dde6;
  background: #fff;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

.maconsa-pw-filters-panel {
  border: 1px solid #e3e8f0;
  background: #fff;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 14px;
}

.maconsa-pw-filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.maconsa-pw-clear {
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  color: #2d5bff;
}

.maconsa-pw-filters-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}

.maconsa-pw-term {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  color: #243043;
}

.maconsa-pw-results { position: relative; }

.maconsa-pw-grid--grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

@media (max-width: 1024px) {
  .maconsa-pw-grid--grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .maconsa-pw-grid--grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .maconsa-pw-grid--grid { grid-template-columns: 1fr; }
  .maconsa-pw-filters-list { grid-template-columns: 1fr; }
}

.maconsa-pw-grid--list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.maconsa-pw-card {
  border: 1px solid #e3e8f0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.maconsa-pw-card__media {
  display: block;
  background: #fff;
}

.maconsa-pw-thumb {
  width: 100%;
  height: 180px;
  object-fit: contain;
  display: block;
  background: #fff;
}

.maconsa-pw-thumb--placeholder {
  height: 180px;
  background: #f2f4f8;
}

.maconsa-pw-card__body {
  padding: 12px;
  text-align: center;
}

.maconsa-pw-card__title {
  text-decoration: none;
  color: #1a2b3f;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.maconsa-pw-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.maconsa-pw-page {
  border: 1px solid #e3e8f0;
  background: #fff;
  padding: 8px 10px;
  border-radius: 8px;
  cursor: pointer;
}

.maconsa-pw-page.is-active {
  border-color: #2d5bff;
  font-weight: 700;
}

.maconsa-pw-page:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.maconsa-pw-loading {
  margin-top: 12px;
  font-size: 14px;
  opacity: .8;
}

.maconsa-pw-view {
  display: inline-flex;
  border: 1px solid #d7dde6;
  border-radius: 8px;
  overflow: hidden;
}

.maconsa-pw-view-btn {
  border: 0;
  background: #fff;
  padding: 8px 10px;
  cursor: pointer;
  font-weight: 700;
  line-height: 0;
}

.maconsa-pw-view-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.maconsa-pw-view-btn.is-active {
  background: #2d5bff;
  color: #fff;
}
