.shop-section{
padding:45px 15px;
direction:rtl;
}

.shop-section-box{
max-width:1350px;
margin:auto;
background:#fff;
border-radius:18px;
padding:28px;
border:1px solid #eee;
box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.shop-section-head{
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:25px;
}

.ssh-right{
display:flex;
align-items:center;
gap:10px;
}

.ssh-dot{
width:10px;
height:10px;
border-radius:50%;
background:#ef394e;
}

.shop-section-head h2{
margin:0;
font-size:20px;
font-weight:800;
color:#222;
}

.ssh-more{
font-size:13px;
font-weight:700;
color:#ef394e;
text-decoration:none;
padding:6px 12px;
border-radius:999px;
background:rgba(239,57,78,.08);
border:1px solid rgba(239,57,78,.18);
transition:.2s;
}

.ssh-more:hover{
background:#ef394e;
color:#fff;
}

.shop-products{
display:grid;
grid-template-columns:repeat(auto-fill,minmax(210px,1fr));
gap:22px;
}
