/* Add custom CSS styles below */ 
/* ========== Google Fonts ========== */

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

body {

font-family: 'Almarai', sans-serif;

}

/* ========== Font and Color Variables ========== *//* LOGO */

.navbar-brand img {

max-height: 6rem;

max-width: 140px;

}

.main-nav-container.fixed-pinned .navbar-brand img {

max-height: 70px;

}

#mainnav {

height: unset !important;

}


/* products */

.s-block--best-offers .s-slider-block__title {

display: none;

}


/* offers */

@media (max-width: 768px) {

.LA_limited-time-offers .overlay {

display: none;

}

}


@media (max-width: 768px) {

/* AL_best_seller */

.AL_best_seller .h-\[580px\] {

height: 40vh !important;

}


/* footer */

.store-footer * {

text-align: center !important;

margin-inline: auto;

}

.store-footer .container.grid {

grid-template-columns: 1fr;

}

}


.s-contacts-icon {

color: #fff;

}

.copyright-text p {

color: rgb(255 255 255);

}

/* main section*/

:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) {

margin-top: 0;

padding:0 !important;

}

:nth-child(1 of .s-block.s-block--fixed-banner.wide-placeholder) .container {

max-width: 100%;

padding:0 !important;


}

/*end main section*/