.shop-toolbar{display:grid;grid-template-columns:auto 210px minmax(240px,420px);gap:18px;align-items:end;margin-bottom:16px}.shop-toolbar h2,.shop-cart h2{margin:0}.shop-toolbar label{font-weight:700}.shop-toolbar input{width:100%;margin-top:6px}.shop-categories{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.shop-categories button{border:1px solid #d9dfda;border-radius:999px;background:#fff;padding:12px 20px;font-weight:800}.shop-categories button.active{background:var(--primary,#067a5f);color:#fff}.shop-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,390px);gap:24px;align-items:start}.shop-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.shop-product{background:#fff;border:1px solid #dbe1dc;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;min-width:0}.shop-product img{width:100%;height:190px;object-fit:cover}.shop-product-body{padding:17px;display:flex;flex:1;flex-direction:column}.shop-product-body h3{font-family:inherit;margin:8px 0;font-size:1.18rem}.shop-product-body p{color:#64716a;line-height:1.45;flex:1}.shop-product-body footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.shop-product-body footer button{width:auto}.shop-cart{position:sticky;top:18px;background:#fff;border:1px solid #dbe1dc;border-radius:24px;padding:20px;max-height:calc(100vh - 36px);overflow:auto}.shop-cart-heading{display:flex;justify-content:space-between;align-items:center}.shop-cart-heading> b{display:grid;place-items:center;background:#f7c53a;border-radius:50%;width:38px;height:38px}.shop-cart-line{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:14px 0;border-bottom:1px solid #e0e5e1}.shop-cart-line small{display:block;color:#6d7771;margin-top:4px}.shop-quantity{display:flex;gap:8px;align-items:center}.shop-quantity button{width:30px;height:30px;border-radius:50%;padding:0}.shop-totals{display:grid;gap:7px;padding:16px 0}.shop-totals span{display:flex;justify-content:space-between}.shop-total{font-size:1.18rem;border-top:2px solid #dfe5e0;padding-top:10px}.shop-customer{display:grid;gap:10px}.shop-customer h3{margin:4px 0}.shop-customer label{font-weight:700}.shop-customer input,.shop-customer textarea{width:100%;margin-top:5px}.shop-flow{background:#edf7f2;color:#145a46;border-radius:12px;padding:11px;font-size:.9rem;line-height:1.4}.shop-submit{width:100%}.shop-empty{color:#66736c;text-align:center;padding:24px}
@media(max-width:1250px){.shop-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.shop-toolbar{grid-template-columns:1fr 1fr}.shop-toolbar>div{grid-column:1/-1}.shop-layout{grid-template-columns:1fr}.shop-cart{position:static;max-height:none}.shop-products{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.shop-toolbar{grid-template-columns:1fr}.shop-products{grid-template-columns:1fr}.shop-product{display:grid;grid-template-columns:120px minmax(0,1fr)}.shop-product img{height:100%;min-height:190px}.shop-categories{display:grid;grid-template-columns:1fr 1fr}.shop-categories button{padding:10px}.shop-cart-line{grid-template-columns:1fr auto}.shop-cart-line> b:last-child{grid-column:1/-1;text-align:right}}

/* Panier compact identique au site public : icône fixe et fiche à la demande. */
.shop-layout{display:block}
.shop-cart-fab{position:fixed;right:24px;bottom:24px;z-index:70;width:60px;height:60px;border:0;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:25px;box-shadow:0 12px 30px #001b1644}
.shop-cart-fab b{position:absolute;right:-4px;top:-6px;min-width:23px;height:23px;padding:0 5px;border-radius:99px;display:grid;place-items:center;background:#e51535;color:#fff;font:800 12px/1 system-ui}
.shop-cart-dialog{border:0;padding:0;background:transparent;max-width:none;max-height:none}
.shop-cart-dialog::backdrop{background:#001d17aa;backdrop-filter:blur(3px)}
.shop-cart-sheet{box-sizing:border-box;width:min(560px,calc(100vw - 24px));max-height:min(88vh,820px);overflow:auto;padding:22px;background:#fff;border-radius:24px}
.shop-cart-dialog-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}
.shop-cart-dialog-head h2{margin:2px 0 0}
.shop-cart-dialog-head button{width:42px;height:42px;border:0;border-radius:50%;font-size:24px}
.shop-cart-dialog .shop-customer{padding:0}

@media(max-width:900px){
  .shop-cart-fab{right:16px;bottom:18px}
  .shop-cart-dialog[open]{display:flex;align-items:flex-end;width:100vw;height:100vh}
  .shop-cart-sheet{width:100vw;max-height:90vh;border-radius:22px 22px 0 0;padding:17px}
}
.shop-categories{display:flex;gap:clamp(4px,.65vw,10px);flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}.shop-categories button{padding:9px clamp(8px,1vw,15px);white-space:nowrap;flex:0 0 auto}.shop-product-body footer .add-product-button{width:9ch!important;min-width:9ch!important;max-width:9ch!important;padding:.42em .5em;border:0;border-radius:9px;background:var(--lime,#ddef63);color:var(--green,#174f36);font-weight:900;white-space:nowrap}@media(max-width:600px){.shop-categories{display:flex}.shop-categories button{padding:7px 9px;font-size:12px}}
.shop-products{display:grid!important;grid-template-columns:1fr!important;gap:22px;min-width:0}.shop-product-row{min-width:0}.shop-product-row-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:9px}.shop-product-row-head h3{margin:0;font-size:clamp(1.15rem,2vw,1.55rem)}.shop-product-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x proximity;padding:2px 2px 12px;scrollbar-width:thin}.shop-product-track .shop-product{flex:0 0 min(330px,31vw);scroll-snap-align:start}@media(max-width:760px){.shop-product-track{gap:10px}.shop-product-track .shop-product{flex:0 0 calc(50% - 5px);display:flex}.shop-product-track .shop-product img{height:140px;min-height:0}.shop-product-body{padding:11px}.shop-product-body h3{font-size:1rem}.shop-product-body p{font-size:.8rem}.shop-product-row-head small{font-size:.72rem}}@media(max-width:400px){.shop-product-track .shop-product{flex-basis:calc(50% - 4px)}}
