/* Add custom CSS styles below */ 
/* 
Developed by ibrahim mdoukh 
+970 567 304 260
 design Package
 */ 
body.index::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff url(					https://cdn.salla.sa/form-builder/DXPAZQwC8B2bkNd0RGfHPeataIFeskXQNLG4rElS.png);
    position: fixed;
    z-index: 99999999999999999 !important;
    transform: scale(0);
    background-size: 250px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 2s;
    border-radius: 0;
     opacity: 1;
}
@keyframes logobg {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    78% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}


.product-card--vertical,
.product-entry {
     overflow: hidden;
    border: 1px solid;
}
.product-card--vertical .s-button-btn.s-button-wide{
    width: 80%;
}
.product-card--vertical img,
.product-entry img {
transition: 0.3s;
}
.product-card--vertical:hover img,
.product-entry:hover img {
scale: 1.1;
}
.product-entry--full-image .hover\:opacity-40:hover {
    opacity: 0.2;
}
.product-entry--full-image.product-entry--rounded .overlay, .product-entry--full-image.product-entry--rounded .product-entry__image{
    border-radius: 0;
}
.product-entry--minimal .addToCart button, .product-entry--minimal .wishlist button, .product-entry--full-image .addToCart button, .product-entry--full-image .wishlist button {
    border: 1px solid #afafaf;
}

.product-entry--full-image .s-button-element:not(:disabled):not([loading]){
    color: aliceblue;
}
.s-block--testimonials .container  h2 {
    width: fit-content;
    margin: 0 auto;
    background: linear-gradient(227deg, rgb(0 0 0), rgb(0 0 0));
    color: rgb(255 255 255);
    border-radius: 7px;
    padding: 10px 30px;
    line-height: initial;
     position: relative;
     margin-top: 7px;
}
.s-block--testimonials .container  h2::before {
    display: flex;
    content: "";
    flex-direction: column;
}

.s-block--testimonials .container h2::after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid rgb(90, 116, 112);
    inset: -6px;
    border-radius: 7px;
    width: auto;
    height: auto;
    background: url("");
}
.s-block--testimonials .container h2::after {
    animation: 5s cubic-bezier(0.6, -0.28, 0.74, 0.05) 0s infinite normal none running ShineAnimation;
}

@-webkit-keyframes ShineAnimation {
    0% {
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient(left top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
        background-position: -250px -250px;
        background-size: 600px 600px;
    }

    100% {
        background-repeat: no-repeat;
        background-position: 250px 250px;
    }
}

.s-block--store-features-icon i{
    color: #ffffff;
}
.s-block--testimonials .text-primary-reverse {

    color: #ffffff;
    border-radius: 10px;
}
.products-lookbook__gallery .products-lookbook__label{
 color: #000;
}


.s-block--fixed-banner {
      margin-top: 0;
}

.s-block--fixed-banner .container {
    width: 100%;
    margin-right:0!important;
    margin-left: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
        max-width: 100%!important;
}