/*
Theme Name: Nourvim
Theme URI: https://nourvim.com
Author: Nourvim
Author URI: https://nourvim.com
Description: A calm, editorial WooCommerce theme built for UK health food and supplement brands. Includes compliance-aware product templates, an authorised health-claims panel, batch traceability fields, and a full set of customiser options for colour, type and layout. Classic theme with menus, widgets and the WordPress Customiser.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
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: nourvim
Tags: e-commerce, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
WC requires at least: 7.0
WC tested up to: 9.4

Nourvim is distributed under the terms of the GNU GPL v2 or later.
*/

/* ==========================================================================
   All visual styling lives in assets/css/theme.css, enqueued from functions.php.
   This file carries the theme header and a few WordPress-required classes.
   Colours and fonts are emitted as CSS custom properties by the Customiser,
   so editing them in wp-admin updates the whole site.
   ========================================================================== */

/* WordPress core required classes */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.wp-caption { background: var(--nv-sand); border: 1px solid var(--nv-line);
  max-width: 96%; padding: 5px 3px 10px; text-align: center; border-radius: 12px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.screen-reader-text {
  border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
  height: 1px; margin: -1px; overflow: hidden; padding: 0;
  position: absolute !important; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto !important; clip-path: none; color: #1f2420; display: block;
  font-size: .875rem; font-weight: 700; height: auto; left: 5px; line-height: normal;
  padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;
}
.sticky { display: block; }
.bypostauthor { display: block; }
.gallery-caption { display: block; }
