:root{
  --gold:#c98518;--gold-dark:#a96d0e;--ink:#151515;--muted:#666;--line:#e8e8e8;
  --soft:#faf9f7;--paper:#fff;--cream:#f5ede1;
  font-family:Roboto,Arial,sans-serif;color:var(--ink);background:#fff
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}
.material-symbols-outlined{font-family:'Material Symbols Outlined';font-weight:300;font-style:normal;font-size:22px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;font-variation-settings:'FILL' 0,'wght' 300,'GRAD' 0,'opsz' 24}
.topbar{height:38px;background:var(--gold);color:#fff;font-size:12px}.topbar-inner{width:min(1360px,100%);height:100%;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between}.topbar-inner>span{display:flex;align-items:center;gap:8px}.topbar .material-symbols-outlined{font-size:16px}
.site-header{height:82px;background:#fff;border-bottom:1px solid #e9e9e9;display:flex;align-items:center;padding:0 max(32px,calc((100vw - 1360px)/2));gap:35px;position:relative;z-index:30}.brand{width:145px;display:flex;flex-direction:column;align-items:center;line-height:1;color:#111;flex:none}.brand span{font-family:Georgia,'Times New Roman',serif;font-size:43px;letter-spacing:-3px;font-weight:500}.brand span:first-letter{color:var(--gold)}.brand small{font-size:8px;font-weight:700;margin-top:3px;letter-spacing:.1px}.site-header nav{display:flex;align-items:center;justify-content:center;gap:30px;flex:1;height:100%;font-size:13px;font-weight:500}.site-header nav a{height:100%;display:flex;align-items:center;gap:4px;border-bottom:2px solid transparent;white-space:nowrap}.site-header nav a.active,.site-header nav a:hover{color:var(--gold);border-bottom-color:var(--gold)}.header-actions{display:flex;align-items:center;gap:17px;flex:none}.header-icon{display:grid;place-items:center;background:transparent;border:0;padding:4px;color:#111}.header-icon .material-symbols-outlined{font-size:25px}.cart-link{position:relative;width:31px;height:31px;display:grid;place-items:center;font-size:0}.cart-link>.material-symbols-outlined{font-size:26px;color:#111}.cart-count{position:absolute;right:-3px;top:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:9px;background:var(--gold);color:#fff;display:grid;place-items:center;font-size:9px;font-weight:700}.nav-toggle{display:none;border:0;background:transparent;padding:4px}.nav-arrow{font-size:17px!important}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 25px;border:1px solid var(--gold);border-radius:5px;background:var(--gold);color:#fff;font-weight:600;font-size:13px;transition:.2s}.button:hover{background:var(--gold-dark);border-color:var(--gold-dark)}.button.outline{background:#fff;color:var(--gold);border-color:#d7b17a}.eyebrow{margin:0 0 7px;color:var(--gold);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}h1,h2,h3,p{margin-top:0}.section,.home-section{width:min(1330px,100%);margin:auto;padding-left:28px;padding-right:28px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-heading h2{margin:0;font-size:20px}.section-heading>a{font-size:11px;color:var(--gold);font-weight:500}.category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.category-card{background:#fff;border:1px solid #ededed;border-radius:7px;overflow:hidden;text-align:center;min-height:170px;transition:.2s}.category-card:hover{transform:translateY(-2px);box-shadow:0 5px 18px #0000000d}.category-card>span{height:112px;background:#faf9f7;display:grid;place-items:center;font-size:57px}.category-card h3{font-size:12px;margin:10px 6px 2px}.category-card p{font-size:10px;color:#777;margin:0 5px 9px}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.product-card{background:#fff;border:1px solid #ededed;border-radius:7px;overflow:hidden;min-width:0;transition:.2s}.product-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000000c}.product-image{height:225px;background:#f8f7f4;display:grid;place-items:center;position:relative;font-size:82px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;display:block}.badge{position:absolute;left:9px;top:9px;background:var(--gold);color:#fff;border-radius:4px;padding:4px 7px;font-size:10px;font-weight:700;z-index:2}.product-info{padding:11px 12px 8px}.product-info small{display:block;color:#777;font-size:9px}.product-info h3{font-size:13px;line-height:1.35;margin:4px 0 7px}.price{font-size:15px;font-weight:700}.old-price{color:#888;text-decoration:line-through;font-size:11px;font-weight:400;margin-left:5px}.card-actions{padding:7px 12px 12px}.card-actions .button{width:100%;min-height:36px;padding:0 10px;font-size:11px}.search-form{position:relative;display:flex}.search-form input{min-height:44px;border:1px solid #ddd;padding:0 13px;border-radius:5px;outline:none;background:#fff}.search-form button{min-height:44px;border:1px solid var(--gold);background:var(--gold);color:#fff;padding:0 18px;border-radius:0 5px 5px 0}.suggestions{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid var(--line);box-shadow:0 8px 25px #0002;border-radius:5px;padding:5px;z-index:100}.suggestions a{display:block;padding:8px;font-size:12px}.suggestions a:hover{background:#faf5eb}.empty,.loading{padding:35px;text-align:center;color:#777;border:1px dashed var(--line);border-radius:7px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}footer{background:#111;color:#fff;padding:30px max(32px,calc((100vw - 1360px)/2));display:flex;align-items:center;justify-content:space-between;font-size:11px}footer .brand{color:#fff}footer .brand small{color:#ddd}
@media(max-width:850px){.topbar{height:34px}.topbar-inner{padding:0 14px;font-size:9px}.topbar-inner>span:nth-child(2){display:none}.site-header{height:68px;padding:0 14px;gap:10px}.nav-toggle{display:grid;place-items:center;order:-1}.brand{width:100px}.brand span{font-size:32px}.brand small{font-size:6px}.site-header nav{display:none;position:absolute;top:68px;left:0;right:0;height:auto;background:#fff;border-bottom:1px solid #ddd;box-shadow:0 8px 20px #0001;padding:6px 14px;flex-direction:column;align-items:stretch;gap:0}.site-header nav.open{display:flex}.site-header nav a{height:auto;padding:13px 8px;border-bottom:1px solid #eee}.header-actions{margin-left:auto;gap:8px}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-image{height:170px}.home-section,.section{padding-left:14px;padding-right:14px}footer{display:grid;gap:12px;padding:25px 14px}}

/* Recherche intelligente IBC */
.header-search-form{position:relative;display:flex;align-items:center;flex:1;max-width:560px;margin-left:auto;margin-right:auto}
.header-search-form input{width:100%;height:44px;border:1px solid #d8d8d8;border-right:0;border-radius:5px 0 0 5px;padding:0 14px;font:inherit;background:#fff;color:#222;outline:none}
.header-search-form input:focus{border-color:var(--gold);box-shadow:0 0 0 2px rgba(190,143,34,.12)}
.header-search-form button{height:44px;width:52px;border:1px solid var(--gold);border-radius:0 5px 5px 0;background:var(--gold);color:#fff;display:grid;place-items:center;cursor:pointer}
.header-search-form .suggestions{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 10px 28px #0002;z-index:1000;overflow:hidden}
.search-suggestion{display:flex;align-items:center;gap:10px;padding:10px 12px;color:#222!important;text-decoration:none;border-bottom:1px solid #eee}
.search-suggestion:last-child{border-bottom:0}
.search-suggestion:hover{background:#faf6eb}
.suggestion-thumb{width:42px;height:42px;display:grid;place-items:center;background:#f5f5f5;border-radius:4px;overflow:hidden;flex:none}
.suggestion-thumb img{width:100%;height:100%;object-fit:cover}
.search-suggestion>span:last-child{display:flex;flex-direction:column;gap:2px}
.search-suggestion small{color:#777}
@media(max-width:850px){
 .header-search-form{order:3;position:absolute;top:76px;left:14px;right:14px;max-width:none;margin:0;z-index:50}
 .site-header{margin-bottom:58px}
 .header-search-form input,.header-search-form button{height:42px}
}

.cart-svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;display:block}.cart-count[hidden]{display:none!important}

/* Recherche par image IBC */
.camera-header-button{height:44px;width:48px;border:1px solid var(--gold);border-left:0;border-radius:0 5px 5px 0;background:#fff;color:var(--gold);display:grid;place-items:center;cursor:pointer;flex:none}
.camera-header-button:hover{background:#fff8ed}.camera-header-button svg{width:21px;height:21px;display:block;stroke:currentColor}
@media(max-width:850px){.camera-header-button{width:44px;height:42px}}

/* Icônes de recherche robustes : elles restent visuelles même si Material Symbols charge lentement. */
.search-form button .material-symbols-outlined{font-size:0;width:20px;height:20px;position:relative;display:inline-block;flex:none;}
.search-form button .material-symbols-outlined::before{content:"";position:absolute;inset:1px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");color:currentColor;}
.camera-header-button .material-symbols-outlined::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h3l1.5-2h5L15 7h3a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2Z'/%3E%3Ccircle cx='12' cy='13' r='3.5'/%3E%3C/svg%3E");}
.search-suggestion.no-result>.material-symbols-outlined{font-size:0;width:24px;height:24px;position:relative;display:inline-block;flex:none;}
.search-suggestion.no-result>.material-symbols-outlined::before{content:"";position:absolute;inset:1px;background:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E");color:#777;}

/* IBC — icônes locales : aucune dépendance au chargement de Google Material Symbols. */
.material-symbols-outlined.ibc-local-icon{font-family:inherit!important;font-variation-settings:normal!important;display:inline-flex!important;align-items:center;justify-content:center;line-height:1;vertical-align:middle;}
.material-symbols-outlined.ibc-local-icon svg{width:1em;height:1em;display:block;overflow:visible;}
