/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* Header */
#mainnav {
    height: unset !important;
}
.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: 8rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 140px;
}

/* COMMON */
section h2 {
    font-size: 29px !important;
}
@media (max-width: 768px) {
    section h2 {
        font-size: 26px !important;
    }
}

/* 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;
}
img,
.banner-entry {
  background-color: unset !important;
}
section.s-block.s-block--photos-slider:not(:nth-child(1 of .s-block.s-block--photos-slider)) .s-slider-block__title-nav {
    display: none;
}
@media (min-width: 1024px) {
    section:nth-child(1 of .s-block.s-block--photos-slider) {
        width: 1200px;
        margin-inline: auto;
    }
}
@media (min-width: 1620px) {
    section:nth-child(1 of .s-block.s-block--photos-slider) {
        width: 1600px;
        margin-inline: auto;
    }
}
/* First Banner End */

/* Categories List Start 1 */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 1rem;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 110px;
    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: 1280px) {
    section.s-block.s-block--banners.container {
        max-width: 1400px;
    }
}
@media (max-width:1200px){
    a.banner-entry{
        height: 90px;
    }
}
@media(max-width:992px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    a.banner-entry{
        height: 135px;
    }
}
@media(max-width:768px){
    a.banner-entry{
        height: 105px;
    }
}
@media(max-width: 576px){
    a.banner-entry{
        height: 60px;
    }
}
/* Categories List End 1 */

/* Categories List Start 2 */
section:nth-child(2 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry {
    height: 380px;
    background-color:unset;
    transition: 0.2s;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry:nth-child(2) {
    height: 100%;
    grid-row: 1/3;
    grid-column: 2/3;
}
section:nth-child(2 of .s-block.s-block--banners.container) 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: 1280px) {
    section:nth-child(2 of .s-block.s-block--banners.container) {
        max-width: 1400px;
    }
}
@media (max-width:1200px){
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
        height: 320px;
    }
}
@media(max-width:992px){
    section:nth-child(2 of .s-block.s-block--banners.container) .grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
        height: 280px;
    }
}
@media(max-width:768px){
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
        height: 185px;
    }
}
@media(max-width: 576px){
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
        height: 100px;
    }
    section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry div{
        background-size: cover !important; 
    }
}
/* Categories List End 2 */

/* Products Start */
button.undefined {
    background-color: var(--color-primary);
    color: #fff;
}
@media (width < 768px) {
    .s-products-slider-card.swiper-slide {
        width: 55%;
    }
}
/* 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 */


section.s-block.s-block--banners.container {}