/* Add custom CSS styles below */ 
body.index {
    background-color: #fff;
    background-image: url("https://res.cloudinary.com/dibeziajg/image/upload/v1729667441/Mamlakatalasall_gkumgy.png") !important;
    background-repeat: repeat;
}
.header-btn__icon {
    border-color: rgb(16 16 16 / 30%);
}
/*First Banner */
section:first-of-type {
    margin: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}



/*Fixed Banner*/
.banner--fixed img{
    background-color: unset;
}
section.s-block.s-block--fixed-banner:last-of-type {
    margin-top: 0;
}

/*product section*/
salla-add-product-button, img.s-product-card-image-cover.lazy.loaded {
    transition: 0.2s;
}
salla-add-product-button:hover, img.s-product-card-image-cover.lazy.loaded:hover {
    transform: scale(1.1);
}
section.s-block--tabs-produtcs {
    background: transparent;
    padding-top: 0;
    margin-top: 1rem;
}
.s-product-card-vertical {
    border: 2px solid  var(--color-primary);
}
.s-product-card-entry {
    background: none;
}
.s-products-list-wrapper {
    background: none;
}
.s-button-primary-outline{
    background-color: var(--color-primary);
    color: #fff;
}


/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 305px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 100px;
    padding: 0rem; 
}
}

/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:56%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}

/*footer*/
.footer-is-light .store-footer .store-footer__inner {
    background-image: url("https://cdn.salla.sa/form-builder/pnemJVnOGIaqCalBABuXZoS4E26DR2l75iZIBwtI.png");
    padding: 10% 0px 5% 0px;
    background-size: cover;
}
.footer-is-light .store-footer .store-footer__inner *{
    border-color: #fff;
    color:#fff;
}
@media (max-width: 767px) {
       footer * {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
  .footer-is-light .store-footer .store-footer__inner {
  
    padding: 22% 0px 2% 0px !important;
   
}
}

/*Product page*/
salla-add-product-button:hover {
    transform: scale(1.06) !important;
}

/*loading logo page*/
body.index::before {
    content: "";
    top: 0;
    background: #fff url("https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/zvENlp/nyMNZC59A5MNnPoL6I6HBy6rqnAzZV3GaUb2mMW7.png");
    background-size: 250px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 100%;
    height: 100vh !important;
    transform: scale(0);
    position: fixed;
    left: 0;
    z-index: 9999999 !important;
    animation: scale-out-vertical 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 1.3s both;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 40px;
}
@keyframes scale-out-vertical {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 1;
    }
}