.webchr-catalog-section__header {
    margin-bottom: 1.5rem;
}

.webchr-catalog-section__title {
    margin: 0 0 0.5rem;
    font-size: 2rem;
    line-height: 1.2;
}

.webchr-catalog-section__text {
    max-width: 720px;
    color: #4b5563;
    line-height: 1.5;
}

.webchr-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}

.webchr-product-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.webchr-product-card__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.webchr-product-card__body {
    padding: 1rem;
}

.webchr-product-card__price {
    font-weight: 700;
    margin: 0.5rem 0;
}

.webchr-product-card__description {
    color: #374151;
    margin: 0.5rem 0;
}

.webchr-product-card__btn {
    display: inline-block;
    color: #2563eb;
    text-decoration: none;
}

.webchr-catalog-section__pagination:empty {
    display: none;
}

.webchr-catalog-section__pagination--top {
    margin-bottom: 1.5rem;
}

.webchr-catalog-section__pagination--bottom {
    margin-top: 1.5rem;
}

.webchr-builder-pagination__legacy-part {
    display: block;
    color: inherit;
    font: inherit;
}

.webchr-builder-pagination__legacy-part + .webchr-builder-pagination__legacy-part {
    margin-top: 0.35rem;
}
