/* General styles */
body{font-family:'Cairo',sans-serif;}
.site-header{z-index:1030}
.hero{background-size:cover;background-position:center;color:white;padding:80px 0}
.navbar-brand img{border-radius:8px}
.products-grid .card img{height:220px;object-fit:cover}
.card img{border-bottom-left-radius:0;border-bottom-right-radius:0}
footer a{text-decoration:none}

/* RTL specifics */
html[dir="rtl"] .navbar .navbar-toggler{margin-left:auto}

@media (max-width:768px){
  .hero{padding:55px 0}
}

/* Smooth container styling */
.container{max-width:1100px}

/* Minimal product placeholders */
img[alt="placeholder"]{background:#f6f6f6;border:1px dashed #d8d8d8;padding:40px;}
