.exhibition-page .listpage-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  
}

.exhibition-page .product-list-grid {
  grid-template-columns: repeat(3, 1fr);
}

.exhibition-page .listpage-toolbar {
    width: auto;
}

.exhibition-hero {
    background: #f8f8f8;
    border-radius: 8px;
    padding: 28px 16px;
    margin-bottom: 24px;
}

.exhibition-hero .hero-inner {
    text-align: center;
}

.exhibition-hero .hero-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}

.exhibition-hero .hero-desc {
    color: #666;
}