/**
 * Spanplatten Hyvä Child Theme
 * Put quick CSS overrides here (no Tailwind build required).
 *
 * Tip: Prefer Tailwind utilities in templates. If you add new Tailwind classes,
 * compile styles.css via web/tailwind (see README.md).
 */
:root {
  /* Example: tweak a CSS variable used by your own components */
  --spanplatten-radius: 0.75rem;
}

/* Override 2-column layout for category and search pages */
.catalog-category-view .columns,
.catalogsearch-result-index .columns {
    display: block;
}

.catalog-category-view .column.main,
.catalogsearch-result-index .column.main {
    width: 100%;
    max-width: 100%;
    float: none;
}

