/* base.css */

*{margin:0;padding:0;box-sizing:border-box}

body{
  font-family:'Manrope',sans-serif;
  background:#f7f6f2;
  color:#1e1e1e;
  font-weight:400;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

h1,h2,h3{
  font-family:'Sora',sans-serif;
  color:#3e4a12;
  font-weight:700;
  letter-spacing:0.2px;
  line-height:1.15;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 16px;
}
.center{text-align:center}

.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;
}

.products{
  padding:100px 0;
}

/* بدل 1400 أو 100% */
.products .container{
  max-width:1200px;   /* أو 1240 لو حابب أوسع سنة */
  margin:auto;
}

section,
header,
footer {
  width:100%;
  overflow-x:hidden;
}
img {
  max-width:100%;
  height:auto;
}
