/* --- 1. صفر المسافات العلوية (s-block) --- */
.s-block{margin-top:0!important}
@media (min-width:640px){.s-block{margin-top:0!important}}

/* --- 2. توحيد العناوين والخطوط الجانبية --- */
.s-block__title,.s-slider-block__title,.right-side-container{
display:flex!important;
align-items:center!important;
justify-content:center!important;
text-align:center!important;
position:relative!important;
width:100%!important;
padding:0 25px!important
}
.s-block__title::before,.s-block__title::after,
.s-slider-block__title::before,.s-slider-block__title::after,
.right-side-container::before,.right-side-container::after{
content:""!important;
flex:1!important;
height:1px!important;
background-color:#ebebeb!important
}
.s-block__title-right h2,
.s-slider-block__title-right h2,
.right-side h2,
.s-slider-block__title h2{
font-size:34px!important;
font-weight:700!important;
padding:10px 25px!important;
margin:0!important;
color:#333!important
}
.s-block__title-right h2::after,
.s-slider-block__title-right h2::after,
.right-side h2::after,
.s-slider-block__title h2::after{
content:"اختر المجموعه المناسبه وابدء التسوق مباشرة"!important;
display:block!important;
font-size:18px!important;
color:#999!important;
font-weight:400!important;
margin-top:12px!important
}
.s-block__title-left,.s-slider-block__title-left{display:none!important}

/* --- 3. تنسيق بطاقة المنتج --- */
.s-product-card-entry{
width:100%!important;
border:1px solid #ebebeb!important;
border-radius:20px!important;
padding:10px!important;
padding-bottom:15px!important;
overflow:hidden!important;
height:100%!important;
display:flex!important;
flex-direction:column!important;
margin-bottom:0!important
}
.s-product-card-entry .s-product-card-content{
position:relative!important;
bottom:0!important;
padding:15px 10px!important;
flex-grow:1!important;
display:flex!important;
flex-direction:column!important;
align-items:center!important;
text-align:center!important
}
.s-product-card-content-title,
.s-product-card-price{
display:flex!important;
justify-content:center!important;
align-items:center!important;
width:100%!important;
text-align:center!important
}
.s-product-card-content-footer{
display:flex!important;
opacity:1!important;
visibility:visible!important;
transform:none!important;
margin-top:auto!important
}

/* --- 4. انحناء الأزرار --- */
.s-button-btn,.s-price-range-number-input{border-radius:25px!important}

/* --- 5. إعدادات الجوال --- */
@media (max-width:767px){
.s-products-list-vertical-cards{
display:grid!important;
grid-template-columns:repeat(2,minmax(0,1fr))!important;
gap:5px!important
}
.s-block__title-right h2,.right-side h2{font-size:28px!important}
}
@media (min-width:768px){
.s-products-list-vertical-cards{gap:.5rem!important}
}
@media (max-width:767px){
.s-products-list-vertical-cards{gap:5px!important}
}

/* --- 6. تصغير الأقسام --- */
#app>div.app-inner.flex.flex-col.min-h-full>div>div:nth-child(2),
#app>div.app-inner.flex.flex-col.min-h-full>div>div:nth-child(3){
zoom:.6
}