/* Ekor Catalog — minimal overrides for catalog category pages.
   The theme's own CSS styles the catalog blocks; this file only adds
   a few helpers that are unique to the taxonomy pages. */

/* Decorative parallax elements (.moving-element) float past the viewport
   edge; the theme clips <main> on page-catalog-new.php via inline style,
   but the production header has no is_tax branch — so clip here.
   overflow-x: clip (not hidden) avoids creating a scroll container that
   would break the position: sticky title inside .profitable. */
main {
    overflow-x: clip;
}

.catalog-blocks__row .catalog-blocks__row-item-info-packing-item.active {
    box-shadow: 0 0 0 2px #2f7d32;
}

.catalog-blocks__row .catalog-blocks__row-item-info-btn {
    display: inline-block;
    margin-top: 0.5rem;
}

.catalog-blocks__row > p {
    grid-column: 1 / -1;
    font-size: 1.125rem;
    color: #444;
}
