:root{
  --bg:#F0F4F8; --hd:#1A237E; --marque:#1A237E; --brand:#1A237E;
  --orange:#FF8C00; --green:#2E7D32; --red:#C62828;
  --design-radius:10px;
}
body{ background:#F0F4F8 !important; font-family:'Segoe UI',system-ui,sans-serif !important; }
button,input,select,textarea{ font-family:'Segoe UI',system-ui,sans-serif !important; }
.hd,.header{ background:#1A237E !important; }

.btn,.hd-btn,.cat-btn,.lang-btn,.modal-close,.modal-box,.card,
.pay-input,.qte-box,.p-card,input:not([type=color]):not([type=checkbox]),select,textarea{
  border-radius:10px !important;
}
@media(min-width:901px){
  .products-grid{ grid-template-columns:repeat(auto-fill,minmax(100px,1fr)) !important; }
}
