/* START OF CSS STYLE CODE BY NUSSUQ.COM */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Almarai:wght@300;400;700;800&display=swap');

body {font-family: "Alexandria", serif !important; font-weight:300 !important}
h1, h2, h3, h4, h5, h6, a, button, span {font-weight:400 !important}

/* ====== GENERAL ====== */
.s-slider-block__title {justify-content:center}
.s-block--best-offers .s-slider-block__title-right, salla-products-slider .s-slider-block__title-right h2, .s-block--best-offers .s-slider-block__title-right h2, salla-products-slider .s-slider-block__title-right h2 {padding:0; border:none}

/* ====== MAIN SLIDER ====== */
.advanced-slider__caption__inner__content__text {font-size: 1.6rem;line-height: 2.5rem;}
.advanced-slider.advanced-slider--0.advanced-slider .swiper a {border-radius: 25px; margin: 2rem 0; animation: animate-pulse 5s linear infinite; border-color:#ffffff50 !important; padding: 7px 20px;}

/* ====== PRODUCTS ====== */
.s-block--best-offers .s-slider-block__title, salla-products-slider .s-slider-block__title {border:none}
.product-card__promotion {border-radius:25px; padding-right:1rem; padding-left:1rem}

.fit-slider-products .s-slider-swiper-wrapper .swiper-slide .product-card--vertical.product-card--fit-height .product-card__content {background: #e3dacb;padding-top: 3rem !important;}
.product-card--fit-height .product-card__image {width: 90%; margin: auto auto -3.5rem auto; background-color: transparent; z-index: 9;}
.product-card__enhanced-mini-cart button.s-button-element {min-height: 40px;width: 90%;margin: auto auto 10px;border-radius: 6px;}

@keyframes animate-pulse{
0%{box-shadow: 0 0 0 0 rgb(255, 255, 255,0.5),  0 0 0 0 rgb(255, 255, 255,0.5);}
40%{box-shadow: 0 0 0 11px rgb(255, 255, 255,0.0),  0 0 0 0 rgb(255, 255, 255,0.3);}
80%{box-shadow: 0 0 0 7px rgb(255, 255, 255,0.0),  0 0 0 14px rgb(255, 255, 255,0);}
100%{box-shadow: 0 0 0 0 rgb(255, 255, 255,0.0),  0 0 0 14px rgb(255, 255, 255,0);}
}