.catalog-section { position: relative; padding: 90px 0 110px; background: #ffffff; overflow: hidden; }
.catalog-section::before { content: ""; position: absolute; left: 50%; top: 120px; width: 980px; height: 980px; background: url("../images/fondo-zodiaco.png") center/contain no-repeat; opacity: 0.05; transform: translateX(-50%); pointer-events: none; }
.catalog-section::after { content: ""; position: absolute; right: -80px; top: -40px; width: 380px; height: 380px; background: url("../images/zodiaco-fondo-radial2.png") center/contain no-repeat; opacity: 0.06; pointer-events: none; }
.catalog-shell { position: relative; z-index: 1; max-width: 1140px; margin: 0 auto; padding: 0 32px; }
.catalog-badge { display: block; width: fit-content; margin: 0 auto 20px; padding: 9px 28px; border-radius: 999px; background: #ece6d5; color: #5c4425; font-size: 13px; font-weight: 700; }
.catalog-title { margin-bottom: 34px; text-align: center; color: #111; font-size: 56px; line-height: 1.12; letter-spacing: -1.4px; }
.catalog-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-bottom: 30px; }
.catalog-filter { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 22px; border: 1px solid #8a6b44; border-radius: 999px; background: #ffffff; color: #4c351b; font-size: 14px; text-decoration: none; }
.catalog-filter.is-active { background: #8a6331; color: #ffffff; border-color: #8a6331; }
.catalog-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.catalog-card { border: 1px solid #ece7df; border-radius: 12px; background: #ffffff; box-shadow: 0 10px 24px rgba(86,64,38,0.08); overflow: hidden; }
.catalog-card-image { padding: 12px 12px 0; }
.catalog-card-image-frame { aspect-ratio: 1/0.82; border-radius: 8px; background: #f6f1ea center/cover no-repeat; }
.catalog-card-body { padding: 16px 16px 18px; text-align: center; }
.catalog-card-title { margin-bottom: 10px; color: #2c1d0d; font-size: 15px; font-weight: 700; }
.catalog-card-price { margin-bottom: 10px; color: #523c20; font-size: 13px; }
.catalog-card-price del { color: #9e8c78; margin-left: 4px; }
.catalog-card-button { display: inline-flex; align-items: center; justify-content: center; min-width: 104px; min-height: 32px; padding: 0 16px; border-radius: 999px; background: #b58e5e; color: #ffffff; text-decoration: none; font-size: 12px; font-weight: 700; }
.catalog-card-image-frame--one   { background-image: url("../images/gemas-astrologicas.jpg"); }
.catalog-card-image-frame--two   { background-image: url("../images/collar-rudraksha.jpg"); }
.catalog-card-image-frame--three { background-image: url("../images/lectura-manos.jpg"); }
.catalog-card-image-frame--four  { background-image: url("../images/carta-astral-consulta.jpg"); }
.catalog-card-image-frame--five  { background-image: url("../images/carta-astral.jpg"); }
.catalog-card-image-frame--six   { background-image: url("../images/horoscopo.jpg"); }
.catalog-card-image-frame--seven { background-image: url("../images/tienda-esoterica.jpg"); }
.catalog-card-image-frame--eight { background-image: url("../images/consulta-astrologo.jpg"); }
