
:root{
 --olive:#5F6F52;
 --brick:#B55239;
 --mustard:#D4A017;
 --bg:#F7F4EE;
}

body{
 font-family: IRANSans, sans-serif;
 background: var(--bg);
}

.lalaland-best{
 padding:60px 20px;
}

.lalaland-best h2{
 text-align:center;
 color:#222;
 font-size:28px;
}

.sub{
 text-align:center;
 margin-bottom:30px;
 color:#666;
}

.swiper{
 width:100%;
 padding:20px 0;
}

.card{
 background:#fff;
 border-radius:16px;
 padding:18px;
 height:280px;
 display:flex;
 flex-direction:column;
 justify-content:space-between;
 transition:0.3s;
}

.card:hover{
 transform:translateY(-6px);
}

.img{
 height:140px;
 background:#eaeaea;
 border-radius:12px;
}

h3{
 margin:10px 0 5px;
}

.price{
 color:var(--brick);
 font-weight:bold;
}
