/*
Theme Name: Beyond the Lanes v29
Theme URI: https://beyondthelanes.com
Description: Custom magazine-style design for Beyond the Lanes by Diandra Asbaty. A Divi child theme that renders the bespoke editorial layouts while keeping WooCommerce, analytics, and caching fully intact.
Author: Diandra Asbaty
Author URI: https://beyondthelanes.com
Template: Divi
Version: 31
Text Domain: beyond-the-lanes
*/

/* ------------------------------------------------------------------
   The full design system lives in /assets/css/site.css (enqueued in
   functions.php). This file only carries the required child-theme
   header above + a few WordPress/Divi context overrides below.
   ------------------------------------------------------------------ */

/* Let our full-width templates run edge to edge — strip Divi's wrappers */
.btl-template #main-content,
.btl-template .container-width,
.btl-template #et-main-area { max-width: none; padding: 0; margin: 0; }

/* Hide Divi's default page title bar on our custom templates */
.btl-template .et_pb_section.et_pb_section_0,
.btl-template .et_post_meta_wrapper > h1.entry-title { display: none; }

/* Make sure our nav sits above Divi's fixed header if it loads */
.nav { z-index: 9999; }
