/* خلفية المتجر كاملة بـ Pattern ناعم */


body {
  background-image: url("https://www.transparenttextures.com/patterns/connected.png"); /* دي صورة pattern ناعمة */
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}
 section:nth-of-type(1){
   margin-top: unset;
 }
 section:nth-of-type(1) .container{
   padding: unset;
   max-width: unset;
 }