/*
Theme Name: MSGourmets Theme
Theme URI: https://shop.msgourmets.fr
Author: MSGourmets
Description: Thème WordPress MSGourmets complet (shortcodes, responsive, WooCommerce)
Version: 1.1
Text Domain: msgourmets
*/

:root{
  --primary:#C07841;
  --bg:#FAEEE6;
  --card:#fff;
  --text:#704D32;
  --muted:#7a6a5a;
  --radius:12px;
  --font-serif:"Playfair Display",serif;
  --font-sans:"Bellota",sans-serif;
}

body{margin:0;font-family:var(--font-sans);background:var(--bg);color:var(--text);}
*{box-sizing:border-box}

.site-header{position:relative;width:100%;background:rgba(250,238,230,0.95);padding:12px 20px;border-bottom:1px solid rgba(0,0,0,0.03);}
.header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;min-height:90px;}
.header-left,.header-right{display:flex;align-items:center;gap:14px;z-index:2;}
.header-center{position:absolute;left:50%;transform:translateX(-50%);z-index:3;pointer-events:none;}
.header-center a{pointer-events:auto;}
.header-center img{width:150px;height:150px;object-fit:contain;display:block;}
.avatar img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #fff;}
.mini-cart{position:relative;font-size:20px;text-decoration:none;color:var(--text);}
.mini-cart .cart-count{position:absolute;top:-8px;right:-10px;background:var(--primary);color:#fff;font-size:12px;padding:2px 6px;border-radius:999px;}
.header-right .header-menu{display:flex;align-items:center;gap:18px;margin-left:10px;z-index:2;}
.header-right .header-menu .menu-list{list-style:none;display:flex;gap:14px;margin:0;padding:0;}
.header-right .header-menu .menu-list li a{color:var(--text);text-decoration:none;padding:6px 8px;font-weight:600;}
.hamburger{display:none;background:transparent;border:0;font-size:28px;cursor:pointer;z-index:4;}
@media(max-width:900px){
  .header-right .header-menu .menu-list{display:none;position:absolute;right:20px;top:100%;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,0.08);border-radius:10px;padding:12px;}
  .hamburger{display:block;}
  .header-center{position:static;transform:none;pointer-events:auto;margin:0 auto;}
  .header-inner{flex-direction:row;align-items:center;}
  .header-center img{width:120px;height:120px}
  .site-header{padding:10px}
}