/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* VK-2958 — removed three dead width rules, 2026-09-19.
 *
 * They were scoped to .page-id-693 ("Katalog proizvoda (page 693) - ogranici
 * sirinu"). Post 693 does not exist on this install, so they matched nothing.
 *
 * They were not retargeted, for two reasons:
 *
 * 1. The catalogue page is woocommerce_shop_page_id = 31 (katalog-proizvoda),
 *    but WooCommerce renders it as a post-type archive. Its body carries
 *    .woocommerce-shop / .post-type-archive-product and never .page-id-31, so
 *    swapping the ID would have matched nothing either.
 *
 * 2. Retargeting them to .woocommerce-shop was measured in a local restore of
 *    production: .fusion-fullwidth goes from 1905px to 1200px at a 1920px
 *    viewport, centring the catalogue and narrowing it by ~705px. These rules
 *    have never once applied on this site, because the child stylesheet itself
 *    was never loaded (VK-2959) — so switching them on now would be a new,
 *    unrequested design change to the client's main catalogue page, not the
 *    restoration of an intended style.
 *
 * If a width constraint on the catalogue is wanted, it is a deliberate design
 * decision for the client to take, with .woocommerce-shop as the correct hook.
 */
