/*
Theme Name: Anchois du Nord
Theme URI: https://example.com/anchois-du-nord
Author: ORANGEOS TV 683
Author URI: https://example.com
Description: Thème WordPress e-commerce pour la marque 'Anchois du Nord'. Compatible WooCommerce.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anchois-du-nord
Tags: e-commerce, woocommerce, boutique, artisanal, minimal
*/
:root{
  --marine:#0b3c5d; --bleu:#145da0; --sable:#f5f7fa; --fonce:#333; --clair:#ffffff;
}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;margin:0;background:var(--sable);color:var(--fonce);line-height:1.6}
a{color:var(--bleu);text-decoration:none} a:hover{text-decoration:underline}
.header{background:var(--marine);color:#fff;padding:2rem 1rem;text-align:center}
.nav{background:var(--bleu);display:flex;gap:1.5rem;justify-content:center;padding:.8rem}
.nav a{color:#fff;font-weight:600}
.hero{background:#0b3c5d url('https://images.unsplash.com/photo-1528825871115-3581a5387919?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;color:#fff;text-align:center;padding:5rem 1.5rem}
.hero h2{display:inline-block;background:rgba(0,0,0,.45);padding:.5rem 1rem;border-radius:12px}
.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}
.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.card{background:#fff;border-radius:14px;box-shadow:0 6px 16px rgba(0,0,0,.06);padding:1.25rem}
.footer{background:var(--marine);color:#fff;text-align:center;padding:2rem 1rem;margin-top:3rem}
/* WooCommerce minimal tweaks */
.woocommerce ul.products li.product .button{background:var(--marine);color:#fff;border-radius:8px}
.woocommerce div.product form.cart .button{background:var(--marine)}
.woocommerce a.button.add_to_cart_button{background:var(--marine)}
.woocommerce-message{border-top-color:var(--marine)}