/*
Theme Name: Zaia Theme
Theme URI: https://zaia.ma
Author: ZAÏA
Author URI: https://zaia.ma
Description: Lightweight, mobile-first, RTL custom theme that faithfully reproduces the ZAÏA burkini landing-page funnel and integrates it with WooCommerce (variable product, COD quick-order, cart drawer). No page builder. Built to match the original static design pixel-for-pixel.
Version: 1.8.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zaia
Tags: ecommerce, rtl-language-support, custom-colors, custom-logo, full-width-template
*/

/*
  The real visual stylesheet lives in /assets/css/zaia-brand.css
  (the original site's stylesheet, loaded verbatim) and is enqueued
  from functions.php. This file only carries the theme header that
  WordPress requires, plus a couple of WooCommerce-page guards.
*/

/* Keep WooCommerce system pages (cart/checkout/account) readable inside the brand shell */
.woocommerce-page .container.woo-shell { padding-top: 120px; padding-bottom: 60px; min-height: 60vh; }
.woocommerce-page .woo-shell h1 { font-family: var(--f-display); margin-bottom: 1.2rem; }
