section.s-block .grid .col-span-3 a .h-80 {
    height: 20rem;
}
section.s-block .grid .col-span-3 a .h-80 img{
    object-fit: contain;
}
/* الاقسام => تصنيفات مميزة */
.slider-sky + section.s-block .grid ,
#best-offers-4-slider + section.s-block .grid 
{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}
.slider-sky + section.s-block .grid .col-span-3 ,
#best-offers-4-slider  + section.s-block .grid .col-span-3 
{
    grid-column: span 1 / span 1;
}
.slider-sky + section.s-block .grid .col-span-3 a ,
#best-offers-4-slider  + section.s-block .grid .col-span-3 a
{
    background : transparent !important;
    box-shadow : none !important;
    transition : 0.4s
}
.slider-sky + section.s-block .grid .col-span-3 a:hover ,
#best-offers-4-slider + section.s-block .grid .col-span-3 a:hover
{
    transform : scale(0.95);
}
.slider-sky + section.s-block .grid .col-span-3 a .py-4 ,
#best-offers-4-slider  + section.s-block .grid .col-span-3 a .py-4
{
    display : none;
}
/* بنر عريض */
.s-block--fixed-banner .banner--fixed img{
    background-color : transparent;
}
/*  */
.s-count-down-boxed .s-count-down-item {
    box-shadow: 0 0 5px -3px gray;
}
/* media */
@media(max-width : 768px){
.slider-sky + section.s-block .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
#best-offers-4-slider + section.s-block .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.slider-sky .min-h-\[700px\] {
    min-height: 40vw !important;
}
.slider-sky .swiper-pagination {
    display : none !important
}
section.s-block .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
section.s-block .grid .col-span-3 a .h-80 {
    height: 9rem;
}
.s-slider-block__title-right h2 {
    font-size: 1.2rem  !important;
}
section.adv-countdown-timer {
    text-align : center
}
section.adv-countdown-timer h2{
    font-size : 1.4rem
}
.adv-countdown-timer .s-count-down-list{
    padding : 0
}
.adv-countdown-timer .flex{
    justify-content : center !important;
}
}