/* font */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
  
/* Header */
#mainnav {
    height: unset !important;
    padding-block: 0.5rem;
}
.top-navbar {
    background-color: var(--color-primary);
}
.top-navbar * {
    color: #fff;
}
.top-navbar ::placeholder {
    color: #000;
}
.s-search-icon svg {
    fill: #000;
}
.navbar-brand img {
    max-height: 7rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    padding-block: 0.5rem;
    max-height: 120px;
}


/* First Banner Start */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide{
width:100%;
}
section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper>div{
padding:0 !important;
}
section:first-of-type.s-block.s-block--photos-slider{
margin-top:0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0;
}
/* Hide right-left arrows */
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none !important;
}
img,
.banner-entry {
  background-color: unset !important;
}
/* First Banner End */


/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 405px;
    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: 225px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 135px;
}
}
@media(max-width: 480px){
a.banner-entry{
    height: 80px;
}
}
/* Categories List End */

/* Products Start */
.s-slider-block__title-left {
    display: none;
}
.s-slider-block__title,
.s-block__title {
    justify-content: center;
}
.s-slider-block__title * {
    padding: 0;
}
.s-block__title h2,
.s-block--best-offers h2 {
    font-size: 42px;
}
.s-block--best-offers h2::after {
    content: "منتجات وصلت حديثا";
    display: block;
    text-align: center;
    font-size: 24px;
    color: #414040;
    margin-top: 1rem;
}
section:nth-child(2 of .s-block--best-offers) h2::after {
    content: "تسوق كل ماتحب تهديه";
}
button.undefined {
    background-color: var(--color-primary);
    color: #fff;
}
@media (width < 768px) {
    .s-products-slider-card.swiper-slide {
        width: 55%;
    }
    .s-block__title h2,
    .s-block--best-offers h2 {
        font-size: 34px;
    }
    .s-block--best-offers h2::after {
        font-size: 18px;
        margin-top: 0.5rem;
    }
}
/* Products End */


/* Footer Start */
.footer-is-light .store-footer .store-footer__inner{
    background-color: var(--color-primary);
    color: white;
    border: none;
}
.footer-is-light .store-footer{
    background-color: var(--color-primary);
}

/* remove border - xmoaaz */
.footer-is-light .store-footer .contact-social {
  border: none;
}
.copyright-text p {
  color: #fff;
}
/* color: black to icons's border */
span.s-contacts-icon {
    border-color: #fff;
}
.store-footer a:hover {
    opacity: 0.7;
    color: #fff;
}

.unicode {
  text-align: right;
}
@media (width < 1024px) {
    footer * {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}
/* Footer End */