/* Add custom CSS styles below */
@import url("https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css");

body {
    background-color: #ffffff00 !important;
}
:root {
    --main-color: #003438;
    --second-color: #0aa756;
    --third-color: #003438;
    --white-color: #fff;
    --font-main: 'sky';
    --font-secondary: 'sky-bold';
    --logo:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/Qnvov/yOJ94Jy4wTPAABUo5qfDR3lQtLEMWTMSJcHty9xV.png);

}

.top-navbar {
    background-color: var(--second-color) !important;
    color: var(--main-color);
}
.top-navbar .s-search-input {
    border: 1px solid var(--main-color);
}

/* /// Site BG intro 1C5E9B 008346 / 7DBFE9 00343a    -- 896d35/// 
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/Qnvov/yOJ94Jy4wTPAABUo5qfDR3lQtLEMWTMSJcHty9xV.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:slide-out-right .5s cubic-bezier(.55,.085,.68,.53) 2s both
}
@keyframes slide-out-right{0%{transform:translateX(0);opacity:1}100%{transform:translateX(3000px);opacity:0}}

*/

/* Slider Size 
salla-slider.photos-slider .swiper-slide {
    margin-left: 0rem;
    margin-right: 0rem;
    width: 100%;
    }
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
    }  
    
    salla-slider.photos-slider .swiper {
    padding-bottom: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0;
    }

    /* Slider Radius */
salla-slider.photos-slider .swiper-slide {
       
    border-radius: unset;
    padding: 0;
  }
  
  .rounded-md {
    border-radius: 0;
}
.py-5 {
    padding-top: 5.25rem;
    padding-bottom: 1.25rem;
}

      /* Slider Margin 
.main-nav-container {
    background-color: #fff;
}      
@media only screen and (min-width: 789px) {
.main-nav-container {
    margin-bottom: -4rem;
  }
}

    @media (max-width: 768px) {
.main-nav-container {
    margin-bottom: -2rem !important;
    padding-top: .7rem;
        }
.py-5 {
    padding-top: 3.25rem;
    }  
}
*/
/* Six category in body 
.two-row .banner-entry:first-child {
    grid-row: span 1 / span 1;
    } 
.s-block.s-block--banners .grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));;
    }
    @media (max-width: 768px) {
    .s-block.s-block--banners .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));;
    }
}
*/

       /* Height on mobile of banners */
@media (max-width: 480px){
.s-block--banners .grid .banner-entry {
    height: 100px;
    margin-bottom: 2rem;
    }
}

 
/* /// Banner Img in product face //// */
.s-product-card-content:before, .product-entry .content-wrap:before {
    background: url(https://cdn.salla.sa/Qnvov/iRvU8OfZgTZGF0kA0bwNSVXY88qNa6Ay32kso17g.jpg);
    content: '';
    width: 100%;
    height: 43px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

    
/* /// Number of Product Display /// */
.s-products-slider-card {
    width: 20% !important;
}
@media screen and (max-width: 1024px){
.s-products-slider-card {
    width: 35% !important;
}
}
@media screen and (max-width: 768px){
.s-products-slider-card {
    width: 56.2% !important;
}
}

@media screen and (max-width: 400px){
.s-products-slider-card {
    width: 57% !important;
}
}


 /* /// position: fixed //// */
.full-banner-entry {
    background-size: 100% auto;
    position: relative;
    background-position: center center;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    height: 44vh;
   
}
@media screen and (max-width: 768px){
.full-banner-entry {
    background-size: 100% auto;
    position: relative;
    background-position: center center;
    background-attachment: inherit !important;
    background-repeat: no-repeat;
    height: 20vh;
}
}

/*Store Icons*/
.sicon-search:before {
    content:  "\ef09";
     
}
/* .sicon-bell:before {
    font-size: 25px;
    color: #78705c;
     width: 100px;
}
*/
.sicon-shopping-bag:before {
    content: "\ef36";
}
.sicon-user-circle:before {
    content: "\f078";
}
.text-lg {
    font-size: 1.7rem;
    
}
@media screen and (min-width: 1024px){
.line-clamp-2 {
        font-size: 1.1rem;
}
}
[dir=rtl] .topnav-link-item.right-side:first-child {
    padding-right: 0;
    display: none;
}


/* footer */
.copyright-text p {
    color: #fbbf24;
}

    .design-credits {

    text-align: right; 
    font-size: 14px; 
    }

.store-footer .copyright-text {
    text-align: right; 
    }
@media screen and (max-width: 768px){
     /* Copy right text and align */
.design-credits {
    margin-top: -2rem;
    margin-bottom: 1rem;
    text-align: left; 
    font-size: 10px; 
    }

.store-footer .copyright-text {
    font-size: 10px;
    text-align: right; 
    }
}
/* Search color */
.s-search-icon svg {
    height: 1rem;
    width: 1rem;
    fill: #000;
}
.banner--fixed img {
    border-radius: 0rem;
   
}

/* Advertisement Margin Icon */
.s-advertisement-content-icon {
    margin-left: .5rem;

}

h3 {
    font-size: 1rem;
    }





/* Two products in-page */
@media screen and (min-width: 768px){
/* Horz product display */
.s-products-list-horizontal-cards {
    grid-template-columns: repeat(2,minmax(0,1fr));
 
}
}

/* Feature item */
@media screen and (max-width: 768px){
.s-block--features__item:first-child {
    grid-column: span 1/span 1;
}
.grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
}

/* ///  Prouduct item BG color /// */
.md\:w-2\/4 {
    background-color: #ffffff;
    padding: 1.2rem;
    border-width: 0.8px;
    border-radius: 5px;
}

.sm\:p-1 {
    color: #000000;
}


/* Button appears all margin 
.s-slider-has-notitle .s-slider-block__title {
    margin-bottom: 20px;
}  
*/
/* Next and PRV. 
.s-slider-v-centered .s-slider-block__title-nav {
    display: none;
    }
*/



/* testemotion Head title
.text-lg {
    font-size: 1.125rem;
}
*/

/* Second Footer Color 1c5e9b */
.s-product-card-vertical {
    flex-direction: column;
    border-width: 0.8px;
    border-color: var(--main-color);
}
.s-product-card-entry {
    border-width: 0.8px;
    border-color: var(--main-color);
}


/* Warb py footer */
.flex-wrap {
    flex-wrap: initial;
}
/* Active and inactive btn color */
.s-button-primary-outline {
    fill: var(--main-color);
    color: white;
    background-color: var(--main-color);
}
.s-block--tabs-produtcs .tab-trigger.is-active button {
    background-color: white;
    color: var(--main-color);
}

/* All border radius */

.s-product-card-entry {
    border-radius: 0rem;
}
.s-button-btn, .s-price-range-number-input {
    border-radius: 0rem;
}
.rounded {
    border-radius: 0rem;
}


/* Over All Store BG img */
.app-inner::before {
    content: "";
    height: 100%;
    width: 100%;
    background: url(https://img.freepik.com/free-vector/kids-toys-pattern_1284-35823.jpg?w=1060&t=st=1694179615~exp=1694180215~hmac=c4ff44fa1ea7a2e3588767f240d053d852e5688e067287614cd8b2bf8c51ac35) !important;
    z-index: -1 !important;
    display: block !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0 !important;
    filter: blur(5px);
    opacity: .1889 !important;
}


/* /// Footer /// */
/* Footer Head Curve */
.store-footer::before {
    content: '';
    height: 11px;
    width: 100%;
    background: url(https://oliwoodtoys.be/themes/PRST011L01/assets/css/da84d4e5b5c67ce1b95a0b8ccdc2fcc7.png) center;
    position: absolute;
    top: 0;
    display: block !important;
}


/* Footer BG color */
.store-footer__inner {
    background-color: var(--third-color)!important;
}
.store-footer {
    background: var(--main-color)!important;
}



/* ///Search input box Color and Radius/// */
.top-navbar .s-search-input {
    background-color: rgb(229 231 235 / 68%);
    border-radius: 0px !important;
}



/* Three banners in body */
/* 3Block in 1Row */
.s-block.s-block--banners .grid {
    grid-template-columns: 1fr 1fr !important;
}

/* Height on mobile of banners 
@media (max-width: 480px){
.s-block--banners .grid .banner-entry {
    height: 100px;
    margin-bottom: 2rem;
}
}
*/

/* Mobile Text Three banners 
@media screen and (max-width: 768px){
.banner-entry h3 {
    position: absolute!important;
    top: 100%!important;
    background: var(--white-color)!important;
    min-width: 100%!important;
    padding: 0!important;
    font-size: clamp(11px,13px,14px);
    max-height: 22px!important;
    overflow: hidden!important;
}
}

@media (max-width: 912px){
.banner-entry h3 {
    position: absolute!important;
    top: 100%!important;
    background: var(--main-color)!important;
    min-width: 100%!important;
    padding: 0!important;
    font-size: clamp(11px,13px,14px);
    max-height: 30px!important;
    overflow: visible!important;
    opacity: 1;
}

.banner-entry {
    padding: 0 !important;
    overflow: visible !important;
    position: relative !important;
}
.banner-entry {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(243,244,246,var(--tw-bg-opacity));
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0rem;
    color: rgba(255,255,255,var(--tw-text-opacity));
    height: 200px;
    overflow: hidden;
    padding: 0rem;
    position: relative;
    text-align: center;
}
.banner-entry h3.text-with-border {
    border-width: 0px;
    border-radius: 0rem;
}
.banner-entry h3, .banner-entry p {
    transform: none;
    transform: none;
    opacity: 1;
    
}
.banner-entry h3.text-with-border span {
    overflow: unset;
}
}

.s-slider-has-notitle .s-slider-block__title {
    margin-bottom: 0px; 
}

.banner--fixed img {
     width: auto;
    height: auto;
    
}

.link--primary {
    color: #fff !important;
    background-color: var(--main-color);
    border: 1px;
    border-radius: 3px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.35rem;
}
.link--primary:hover {
    color: #ffcb02 !important;
}
.text-gray-400 {
    color: #F4D061 !important;
}

.s-product-card-content-subtitle {
    color: #000;
}
.s-product-card-rating {
    color: #000;
}
*/



/* font change */
       
@font-face {
    font-family: 'sky';
    src: url('https://www.fontstatic.com/fonts/sky/sky.eot?#iefix');
    src: local('السماء'), local('sky'),url('https://www.fontstatic.com/fonts/sky/sky.woff') format('woff');
}

@font-face {
    font-family: 'sky-bold';
    src: url('https://www.fontstatic.com/fonts/sky-bold/sky-bold.eot?#iefix');
    src: local('السماء ثقيل'), local('sky-bold'),url('https://www.fontstatic.com/fonts/sky-bold/sky-bold.woff') format('woff');
}



h1, h2, h3, h4, h5, h6, strong, .tab-trigger {
    font-family: var(--font-secondary);
    font-weight: inherit !important;
}
.s-product-card-content-title a {
    font-family: var(--font-secondary);
    font-weight: inherit !important;
}
s-slider-block__display-all {
    font-family: var(--font-main);
    font-weight: inherit !important;
}
.s-product-card-promotion-title {
    font-family: var(--font-secondary);
    font-weight: inherit !important;
    
    }


/* MOBILE NAV Bar 

#salla-modal > div.s-modal-wrapper > div > div.s-modal-header:before, #app > div.mm-ocd.mm-ocd--right.mm-ocd--open > div.mm-ocd__content:before {
    display: block !important;
    content: '';
    background: var(--logo);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 80px;
    margin: 15px auto;

}
.mm-spn.mm-spn--navbar.mm-spn--main::after {
    padding-right: 0.75rem;
    content: "مرحبا بك في متجر اقتناء";
    display: block;
    text-align: center !important;
}
*/