/* general */
.loader-init{
    background-color: #fff;
    background-image: url(https://i.imgur.com/GewfSn8.gif);
    background-position: center;
    background-size: 200px;
    background-repeat: no-repeat;
}
.loader-init:after{
    display: none;
}





/* general */
body{
    background: #f7f7f7;
}
.s-modal-overlay{
    background-color: rgba(0, 0, 0, .7);
}

/* top nav */
.top-navbar {
    background: #ffffff !important;
}
.bg-inherit, .main-nav-container{
    border-radius: 0 0 16px 16px;
}

/* menu position */
@media screen and (min-width: 1025px) {
    div#mainnav .flex.items-center:first-child {
        display: contents;
    }
    .main-menu{
        padding: 0;
    }
}
@media (min-width: 1024px) {
        .main-menu {
            display: contents;
        }
}
/* nav bar on mobile */
.main-nav-container{
    min-height: auto;
}

/* animated logo */
a.navbar-brand{
    background-color: #fff;
    background-image: url(https://i.imgur.com/GewfSn8.gif);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
}
a.navbar-brand img{
    opacity: 0;
}

/* menu */
.main-menu li.root-level>a{
    font-size: 16px;
    font-weight: 500;
    border-bottom: 4px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .3s ease;
    background: #fff;
}
.main-menu li.root-level>a:hover{
    background: #f9f9f9;
    color: #00583B!important;
    border-bottom: 4px solid #d3b144;
    transition: all .1s ease;
}



a.offers-link span{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000
}
a.offers-link span:before {
    content: "";
    background: url(https://i.imgur.com/8DniLZg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: none;
}

/*
li#\31 206232885:before{
    content: "";
    background: url(https://i.imgur.com/8DniLZg.gif);
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
}
*/



/* main slider */
.s-block--hero-slider .swiper-slide .overlay-bg:after{
    display: none;
}
.s-slider-v-centered .s-slider-block__title-nav{
    display: none;
}

.banner--fixed img{
    border-radius: 16px;
    background-color: transparent;
}







/* categories */

/*
.md\:grid-cols-3:before {
    content: "تسوّق تشكيلة الخواتم";
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #00583a;
    width: fit-content;
    margin: auto;
    margin-bottom: 24px;
    position: absolute;
    margin-top: -60px;
    text-align: center;
}
*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: center;
    gap: 4px;
    margin-top: 60px;
    border-radius: 16px;
    overflow: hidden;
}
.md\:grid-cols-3:before {
    content: "";
    background-image: url("https://i.imgur.com/rr81NSl.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-top: -76px;
    width: 230px;
    height: 63px
}




/*
.md\:grid-cols-2:before {
    content: "تسوّق تشكيلة السبح";
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #00583a;
    width: fit-content;
    margin: auto;
    margin-bottom: 24px;
    position: absolute;
    margin-top: -60px;
}
*/
.md\:grid-cols-2:before {
    content: "";
    background-image: url("https://i.imgur.com/9jWOHH3.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    margin-top: -76px;
    width: 230px;
    height: 63px
}

.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 4px;
    margin-top: 60px;
    border-radius: 16px;
    overflow: hidden;
}



.two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 1;
        padding: 0;
}
a.banner-entry{
    width: 100%;
    height: 200px;
    background-size: 65%;
    border-radius: 0;
    transition: all .3s ease;
    box-shadow: none;
    padding: 0;
    background-color: #00583B;
}
a.banner-entry:hover{
    background-size: 75%;
    background-color: #d3b144;
    transition: all .1s ease;
}
/* 
a.banner-entry:before {
    content: "";
    background-image: url(https://i.imgur.com/uFEB3z4.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    display: block;
    mix-blend-mode: overlay;
    background-repeat: no-repeat;
    transition: all .3s ease;
    top: -300px;
    opacity: 0;
}
a.banner-entry:hover:before{
    opacity: .3;
    transition: all .1s ease;
}
*/


.has-overlay:after{
    display: none;   
}

.banner-entry article{
    padding: 0;
}
.banner-entry h3{
    opacity: 1;
    position: absolute;
    bottom: 18px;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #fff;
    border: 2px solid transparent;
    padding: 8px 12px;
    border-radius: 86px;
    display: block;
    transition: all .3s ease!important;
}
.banner-entry:hover h3{
    color: #00583B;
    --tw-translate-y: 12px !important;
    transition: all .3s ease !important;
}

.banner-entry h3:after{
    content: "";
    width: 12px;
    height: 4px;
    border-radius: 18px;
    background-color: #d3b144;
    position: relative;
    display: block;
    margin: 4px auto;
    transition: all .3s ease!important;
}
.banner-entry:hover h3:after{
    background-color: #00583B;
    width: 50%;
    transition: all .1s ease!important;
}




/* categories on mobile */
@media only screen and (max-width: 920px){
    a.banner-entry.lazy.h-banner.entered.loaded{
        width: 100%;
        height: 180px;
    }
}
@media only screen and (max-width: 768px){
    a.banner-entry.lazy.h-banner.entered.loaded{
        width: 100%;
        height: 150px;
    }
}
@media only screen and (max-width: 640px){
    a.banner-entry.lazy.h-banner.entered.loaded{
        width: 100%;
        height: 130px;
    }
}
@media only screen and (max-width: 560px){
.md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
    }
    a.banner-entry.lazy.h-banner.entered.loaded{
        width: 100%;
        height: 220px;
    }
}
@media only screen and (max-width: 460px){
    a.banner-entry.lazy.h-banner.entered.loaded{
        width: 100%;
        height: 200px;
    }
}
@media only screen and (max-width: 420px){
    a.banner-entry.lazy.h-banner.entered.loaded{
        width: 100%;
        height: 180px;
    }
}
@media only screen and (max-width: 370px){
    a.banner-entry.lazy.h-banner.entered.loaded{
        width: 100%;
        height: 160px;
    }
}
@media only screen and (max-width: 320px){
    a.banner-entry.lazy.h-banner.entered.loaded{
        width: 100%;
        height: 140px;
    }
}







/* */





/* product cards & card */
@media (min-width: 1024px) {
    .s-products-slider-card {
        width: 20%;
    }
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 16px;
    }
}
@media (max-width: 640px) {
    .s-products-slider-card {
        width: 70%;
    }
}

.s-product-card-entry{
    border-radius: 16px;
    justify-content: normal;
    background: transparent;
    transition: all .3s ease;
}
.s-product-card-entry:hover{
    transition: all .1s ease;
}

.s-product-card-entry img{
    transform: scale(1.0);
    transition: all .3s ease;
}
.s-product-card-entry:hover img{
    transform: scale(1.1);
    transition: all .1s ease;
}

.s-product-card-image{
    border-radius: 16px 16px 0 0!important;
    transition: all .3s ease;
}
.s-product-card-image:hover{
    opacity: 1;
    transition: all .1s ease;
}
.s-product-card-promotion-title{
    background: #d3b144;
}


.s-product-card-content{
    border-top: 1px dashed #eee;
    padding: 0;
    background: #fff;
    border-radius: 0 0 16px 16px;
}

.s-product-card-content-main {
    padding: 8px 8px 0 8px;
}
.s-product-card-content-title a{
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    transition: all .3s ease;
}
.s-product-card-entry:hover .s-product-card-content-title a{
    color: #00583B;
    transition: all .1s ease;
}
.s-product-card-content-subtitle{
    color: #777;
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}

.s-product-card-content-sub {
    padding: 0 8px;
    line-height: 1.5;
}

.s-product-card-price{
    color: #000!important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.s-product-card-sale-price h4 {
    color: red!important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}
.s-product-card-sale-price span{
    color: #999!important;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 500;
}

.s-product-card-rating {
    font-size: 12px;
    line-height: 1.5;
    color: #444;
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 16px;
}

.s-product-card-entry .s-button-primary-outline{
    background: #00583B;
    opacity: 1;
    border: none;
    border-radius: 0 0 16px 16px;
    padding: 12px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
}
.s-product-card-entry .s-button-primary-outline:hover{
    background: #d3b144;
    opacity: 1;
    color: #fff;
    transition: all .1s ease;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-light-outline.s-button-disabled.s-button-loader-center{
    background: #ccc;
    color: #111!important;
    opacity: 1;
    border: none;
    border-radius: 0 0 16px 16px;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
}
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center.s-button-wrap.hydrated {
    opacity: 1;
}

button.s-infinite-scroll-btn.s-button-btn.s-button-primary {
    background: #d3b144;
    color: #fff;
    border: none;
    border-radius: 48px;
}
button.s-infinite-scroll-btn.s-button-btn.s-button-primary:hover {
    opacity: 1;
}



/* --------------------------------

.s-slider-block__title-right h2{
    font-family: "Rakkas", serif;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    background: linear-gradient(
        to right,
        #d3b144 20%,
        #00583B 30%,
        #d3b144 70%,
        #00583B 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 200% auto;
    animation: textShine 5s ease-in-out infinite alternate;
}
@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
-------------------------------- */

/* store features */
.s-block--features__item .feature-icon i{
    color: #d3b144;
}

/* product page */

/* breadcrumbs */
nav.breadcrumbs.w-full.py-5:before {
    content: "\eb89";
    font-family: sallaicons !important;
    padding-left: 8px;
}
nav.breadcrumbs.w-full.py-5 {
    display: flex;
    align-items: center;
    padding: 6px 12px !important;
    background: transparent;
    position: relative;
    border-radius: 32px;
    margin: 12px 0;
    width: fit-content;
    color: #aaa;
    fill: #aaa;
}
ol.s-breadcrumb-wrapper {
    margin: 0;
    padding: 0;
}
ol.s-breadcrumb-wrapper li:last-child {
    display: none;
}

/* product images */

/* product info */
h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-6.text-gray-800 {
    color: #00583b !important;
}

.main-content salla-rating-stars.hydrated {
    float: left;
}


.product__description.p-2.px-5.sm\:p-1.leading-7.mb-3 {
    padding: 20px 0 0 0;
    margin-top: 20px;
    border-top: 1px dashed #ccc;
}


/* mobile product page */

@media (max-width: 640px){
    #wa-widget-send-button{
        bottom: 60px;
    }
    .sticky-product-bar__quantity.center-between.mb-5{
        display: flex;
        justify-content: flex-end;
    }
    .is-sticky-product-bar .sticky-product-bar__quantity salla-quantity-input {
        width: 50%;
    }
}


/* show and hide quantity in mobile
@media (max-width: 640px) {
    .is-sticky-product-bar .sticky-product-bar__quantity{
        display: none;
    }
}
*/






























/* footer */
.store-footer, .store-footer__inner{
    background: #00583B;
}

@media (min-width: 1024px) {
    .store-footer .lg\:grid-cols-6 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .store-footer .lg\:col-span-2 {
        grid-column: span 1 / span 1;
    }
}

.store-footer__inner{
    border-top: 4px solid #d3b144;
}
.store-footer h3{
    color: #d3b144;
}




/* bottom footer */
.copyright-text p{
    color: #fff;
}
.store-footer a{
    transition: all .3s ease;
}
.store-footer a:hover{
    opacity: 1;
    color: #d3b144;
    transition: all .1s ease;
}




/* popup img */
#tfg-popup-wrapper1336{
    background: transparent;
    border-radius: 16px!important;
    box-shadow: 0 0 0 1800px rgba(0, 0, 0, 0.70);
    background-image: url(https://i.imgur.com/DKyrVj3.jpeg);
    background-size: contain;
}
.popup-css img{
    border-radius: 16px;
    opacity: 0;
}

/* popup timer */
@media (min-width: 768px) {
    .smt-app-countdown_popup .sm-window-wrapper .sm-window .sm-window-body .sm-window-content-wrapper .sm-window-addition.sm-window-addition-image .sm-window-image{
        background-size: contain!important;
        background-repeat: no-repeat;
        width: 570px!important;
    }    
}


/*  */