@font-face {
  font-family: 'Careem';
  src: url('https://amr099.github.io/Fonts/GE_Hili_Book.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Careem', sans-serif;
}
.s-product-card-price {
    font-family: 'Tajawal' !important;
}

.has-overlay:after {
    opacity: 0;
}

a.banner-entry:hover .banner-entry__text:after {
    opacity: 1 !important;
}

.banner-entry:hover article {
    backdrop-filter: brightness(0.5);
}

body {
    background-color: #fff !important;
}

@media(min-width:1024px){
  .s-slider-block__title h2 {
    font-size: 2rem;
}
}

.header-btn__icon {
   
    border-width: 0;
   
}
.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}



/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}



.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

.s-block--banners .lazy__bg {
    background-size: fill;
    background-repeat: no-repeat;
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

.banner-entry {
    background-size: 100% 100%;
}

@media(max-width:768px){
.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
}


.banner-entry {
    height: 100px !important;    
}

.two-row .banner-entry:first-child {
    height: 100% !important;
}
}


/* Products */

.index .s-block--best-offers .swiper-wrapper {
    padding: 1rem 0 !important;
}

body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn):hover {
    background: var(--color-primary);
    color: #fff!important;
}

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
    box-shadow: 0px 10px 5px rgba(0,0,0,0.3);
}

.s-product-card-image {
    background-color: #fff !important;
}

.s-product-card-entry:hover img {
    scale: 1.2;
}

.s-product-card-entry img {
    transition: all 0.3s;
}

.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content-title a {
    color: #000 !important;
}

.s-product-card-content-subtitle {
    text-align: center;   
}

body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: transparent;
    color: #000 !important;
    border-radius: 0;
    border: 1px solid !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}

.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}

@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}


/* Social Icons */

a[href*="instagram"] {
    background: -o-linear-gradient(
        45deg,
        #f09433 0,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}

a[href*="tiktok"] {
    background: -o-linear-gradient(330deg, #69c9d0, #000, #ee1d52);
    background: linear-gradient(120deg, #69c9d0, #000, #ee1d52);
}

a[href*="facebook"] {
    background: -o-linear-gradient(45deg, #3776f2, #00b1f7);
    background: linear-gradient(45deg, #3776f2, #00b1f7);
}

a[href*="twitter"] {
    background: #000;
}

a[href*="youtube"] {
    background-color: #c4302b;
}

a[href*="snapchat"] {
    background-color: #ff0;
    color: #000;
}

a[href*="twitter"],
a[href*="snapchat"],
a[href*="facebook"],
a[href*="tiktok"],
a[href*="instagram"] {
    border: unset !important;
}

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}

/* Loading Screen */

.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background:#ffff url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/zvwYzb/6PGeEKaf1wLlDAxkn9ouxN91XrmsTTS328yLrzkG.png);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9 !important;
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

@keyframes logobg {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}


/*** Edits ***/
/* Categories List Start 2 */
section:nth-child(2 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: 37% 63% !important;
    gap: 1rem;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:first-child {
    height: 100% !important;
    grid-row: 1/3;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:nth-child(2) {
}
section:nth-child(2 of .s-block.s-block--banners.container) .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: 430px;
    background-color:unset;
    transition: 0.2s;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:last-child {
    height: 195px;
}
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:1024) and (max-width:1200px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 390px;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:last-child {
    height: 180px;
}
}
@media(max-width:1024px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 290px;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:last-child {
    height: 130px;
}
}
@media(max-width: 840px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 240px;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:last-child {
    height: 110px;
}
}
@media(max-width: 768px){
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 220px !important;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:last-child {
    height: 100px !important;
}
}
@media(max-width: 576px){
section:nth-child(2 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: 40% 60% !important;
    gap: .4rem;
}
section:nth-child(2 of .s-block.s-block--banners.container) a.banner-entry{
    height: 130px !important;
}
section:nth-child(2 of .s-block.s-block--banners.container) .banner-entry:last-child {
    height: 70px !important;
}
}
/* Categories List End 2 */

/* Categories List Start 3 */
section:nth-child(3 of .s-block.s-block--banners.container) .grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
section:nth-child(3 of .s-block.s-block--banners.container) .banner-entry {
    height: 300px;
}
@media(max-width:1200px){
    section:nth-child(3 of .s-block.s-block--banners.container) .banner-entry {
        height: 260px;
    }
}
@media(max-width:992px){
    section:nth-child(3 of .s-block.s-block--banners.container) .banner-entry {
        height: 200px;
    }
}
@media(max-width: 768px){
    section:nth-child(3 of .s-block.s-block--banners.container) .banner-entry {
        height: 170px !important;
    }
}
@media(max-width: 576px){
    section:nth-child(3 of .s-block.s-block--banners.container) .grid {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    section:nth-child(3 of .s-block.s-block--banners.container) .banner-entry {
        height: 200px !important;
    }
}
/* Categories List End 3 */

/* Products Start */
button.undefined span {
    color: #fff !important;
}
button.undefined {
    background-color: var(--color-primary) !important;
    overflow: hidden;
}
.s-products-slider-card {
    position: relative;
}

/* btn animation */
/* .s-block.s-block--best-offers button.undefined {
    transition: .4s;
    transform: translateY(200%);
}
.s-products-slider-card:hover button.undefined {
    transform: translateY(0);
    /*  bottom: 100%;
    transform: translate(-50%, -50%); */
} */

/* span animation */
/* .s-block.s-block--best-offers button.undefined span {
    transform: translateY(200%);
    transition: 0.8s
}
.s-products-slider-card:hover button.undefined span {
    transform: translateY(0);
}
@media (width < 768px) {
    .s-products-slider-card.swiper-slide {
        width: 55%;
    }
} */

/* Products End */

/* Footer Start */
.copyright-text p {
  color: #fff;
}
.store-footer h3 {
    color: var(--color-primary);
}
@media (max-width: 992px) {
    .store-footer h3 {
        margin-top: 1rem;
    }
}