/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: none;
}

/* first wide banner */
section:nth-child(1 of .s-block.s-block--photos-slider) {
    position: relative;
    display: block;
}
section:nth-child(1 of .s-block.s-block--photos-slider)::before {
    content: "أسلوبــــــــك بين يديك";
    color: #111 !important;
    display: block;
    z-index: 1111 !important;
    text-align: center;
    font-size: 36px;
    position: absolute;
    font-weight: bold;
    right: 50%;
    top: 20%;
    transform: translate(50%, -100%);
    width: 100%;
}
section:nth-child(1 of .s-block.s-block--photos-slider)::after {
    content: "اجعل ساعتك تتأنق بشكل جديد";
    color: #111 !important;
    display: block;
    z-index: 1111 !important;
    font-size: 56px;
    text-align: center;
    position: absolute;
    font-weight: bold;
    right: 50%;
    top: 20%;
    transform: translate(50%, 200%);
    width: 100%;
}
@media (max-width: 768px) {
    section:nth-child(1 of .s-block.s-block--photos-slider)::before {
        font-size: 28px;
        transform: translate(50%, -150%);
    }
    section:nth-child(1 of .s-block.s-block--photos-slider)::after {
        font-size: 36px;
        transform: translate(50%, 80%);
    }
}
@media (max-width: 576px) {
    section:nth-child(1 of .s-block.s-block--photos-slider)::before {
        font-size: 16px;
        transform: translate(50%, -150%);
    }
    section:nth-child(1 of .s-block.s-block--photos-slider)::after {
        font-size: 21px;
        transform: translate(50%, -20%);
    }
}
/* pop up z - index */
.s-modal-container {
    z-index: 1111;
}

/* Categories List Start */
.L-our-categories .s-slider-swiper-wrapper {
    justify-content: center;
}

section.s-block.s-block--banners.container {
    margin-bottom: 5%;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 540px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 555px;
}
}
@media(max-width:768px){
a.banner-entry{
    height: 355px;
}
}
@media(max-width: 480px){
a.banner-entry{
    height: 230px;
}
}
/* Categories List End */


/* footer */
.store-footer div {
    background-color: transparent !important;
}



/*** ENGLISH VERSION ***/
html[lang="en"] section:nth-child(1 of .s-block.s-block--photos-slider)::before {
    content: "Your style in your hand";
}
html[lang="en"] section:nth-child(1 of .s-block.s-block--photos-slider)::after {
    content: "Make your watch shine with a new elegance";
    padding-inline: 0.5rem;
}