/*
Theme Name: Astra Child
Template: astra
Version: 1.0.0
Author: BagassePackCo
Description: Astra child theme for BagassePackCo. Adds safe SVG upload support and banner styling.
Text Domain: astra-child
*/

/* ============ BagassePackCo banner helpers ============ */
.bp-hero { position: relative; background-size: cover; background-position: center; }
.bp-hero.bp-hero-svg { background-size: cover; background-repeat: no-repeat; }
.bp-hero .bp-hero-overlay { position: absolute; inset: 0; }
.bp-cat-card svg, .bp-banner svg, .bp-hero svg { max-width: 100%; height: auto; display: block; }
.bp-banner {
  border-radius: 12px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
