/*---------------------- Header ----------------------*/

/*------------------ End of Header -------------------*/


/*---------------------- Banner ----------------------*/
salla-slider.photos-slider .swiper
{
    padding-bottom: 1.5rem;
    padding-left: 0rem;
    padding-right: 0rem;
}

salla-slider.photos-slider .swiper-slide
{
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
    padding-left: 5px;
    padding-right: 5px;
}

.banner--fixed img
{   
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #1f79be), color-stop(50%, transparent)), 
                -webkit-gradient(linear, left top, right top, color-stop(50%, #1f79be), color-stop(50%, transparent)), 
                -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1f79be), color-stop(50%, transparent)), 
                -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1f79be), color-stop(50%, transparent));
   
    background: -o-linear-gradient(left, #1f79be 50%, transparent 50%), 
                -o-linear-gradient(left, #1f79be 50%, transparent 50%), 
                -o-linear-gradient(bottom, #1f79be 50%, transparent 50%), 
                -o-linear-gradient(bottom, #1f79be 50%, transparent 50%);
   
    background: linear-gradient(90deg, #1f79be 50%, transparent 50%), 
                linear-gradient(90deg, #1f79be 50%, transparent 50%), 
                linear-gradient(0deg, #1f79be 50%, transparent 50%), 
                linear-gradient(0deg, #1f79be 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 16px 2px, 16px 2px, 2px 16px, 2px 16px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    border-radius: 5px;
    padding: 7px;
    -webkit-animation: dash 35s linear infinite;
    animation: dash 35s linear infinite;
}

@-webkit-keyframes dash
{
    to
    {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}

@keyframes dash
{
    to
    {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}
/*------------------ End of Banner -------------------*/


/*-------------------- Categories --------------------*/
.slide--cat-entry
{
    border: 1px dashed #8bb5d4;
}

.s-block--banners .md\:grid-cols-3,
.s-block--banners .sm\:gap-8
{
    grid-template-columns: repeat(2,minmax(0,1fr));
}

.lazy__bg.loaded
{
    opacity: 1;
    background-color: #fff !important;
}

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

.banner-entry
{
    height: 350px;
}

.banner-entry:hover
{
    transform: scale(1.05);
}
/*---------------- End of Categories -----------------*/


/*--------------------- Products ---------------------*/
.s-product-card-entry
{
    -webkit-box-shadow: 0px 9px 15px rgba(7, 18, 35, 0.08);    
    box-shadow: 0px 9px 15px rgba(7, 18, 35, 0.08);  
}

.index .brand-item:hover
{
    padding: 1rem;   
    -webkit-box-shadow: 0px 9px 15px rgba(7, 18, 35, 0.08);   
    box-shadow: 0px 9px 15px rgba(7, 18, 35, 0.08);
    border:1px solid #2f8dc3;
}

.s-product-card-image img
{
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}
   
.s-product-card-image img:hover
{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.s-product-card-entry
{
    border: 0.5px solid #8bb5d4;
}
/*----------------- End of Products ------------------*/


/*----------------- Products Details -----------------*/

/*------------- End of Products Details --------------*/


/*----------------------- Cart -----------------------*/

/*------------------- End of Cart --------------------*/


/*------------------- Testemonials -------------------*/

/*--------------- End of Testemonials ----------------*/


/*--------------------- Features ---------------------*/
.s-block--features__item
{
    border: 0.5px solid #cad7e1;
}
/*----------------- End of Features ------------------*/


/*---------------------- Footer ----------------------*/

/*------------------ End of Footer -------------------*/


/*----------------------- Blog -----------------------*/

/*------------------- End of Blog --------------------*/


/*------------------ Mobile Screens ------------------*/
@media only screen and (max-width: 767px)
{ 
    .index::before
    {
       background-size: 25% !important;
    }

    /*------------------- Header -------------------*/
    
    /*------------------- Banner -------------------*/

    /*----------------- Categories -----------------*/
    .s-block--banners .grid-flow-row
    {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    
    .banner-entry
    {
        height: 95px !important;
    }
    
    /*------------------ Products ------------------*/

    /*-------------- Products Details --------------*/

    /*-------------------- Cart --------------------*/

    /*---------------- Testemonials ----------------*/
    
    /*------------------ Features ------------------*/
    
    /*------------------- Footer -------------------*/

    /*-------------------- Blog --------------------*/
}
/*-------------- End of Mobile Screens ---------------*/


/*------------------- Animations ---------------------*/

/*----------------- End of Animations ----------------*/