.thumb-wrapper img {
height:100%;
}
:root
{
    --primary-color: #005F94 !important;
    --secondary-color: #FFFFFF !important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important;
}

/*---------------- Font Family ----------------*/

/*------------- End of Font Family ------------*/


/*---------------- Splash Screen --------------*/
.index::before
{
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color) !important;
    background: var(--secondary-color) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/mQomEl/9KI9Xch1yYvvXcfKxvjsELV79qSeyKjtxpr4oZtb.png);
    position: fixed;
    z-index: 9999999999999 !important;    
    transform: scale(0);
    background-size: 20% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    
    animation-name: splash;
    animation-duration: 2.5s;
}

@keyframes splash
{
  0%
  {
    transform: scale(1);
  }
  20%
  {
    transform: scale(1);
  }
  80%
  {
    transform: scale(1);
  }
  100%
  {
    transform: scale(0) rotate(360deg);
  }
}
/*------------ End of Splash Screen -----------*/


/*---------------- Offers Tap -----------------*/
.marquee-container
{
    margin: 0px 10px !important;
}
/*------------- End of Offers Tap -------------*/

body
{ 
    background-color: #fff !important;
}

/*------------------ Header -------------------*/
.main-menu
{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 0px;
}

.main-menu li.root-level > a
{
    padding-top: 0px;
    padding-bottom: 1rem;
    font-weight: 600;
}

.main-nav-container.fixed-pinned .main-menu > li > a
{
    padding-top: 8px;
    padding-bottom: 8px;
}

.main-menu li > a
{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}
/*--------------- End of Header ---------------*/


/*------------------- Banner ------------------*/
.s-block
{
    margin-top: 0rem;
}

.s-block--best-offers
{
    margin-top: 2rem;
}
 
.index section:nth-of-type(2)
{
    margin-top: 0rem;
}

.index section:nth-of-type(4)
{
    margin-top: 0rem;
}

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;
}

.s-slider-v-centered .s-slider-block__title-nav button
{
    background-color: var(--secondary-color);
}
/*---------------- End of Banner --------------*/


/*----------------- Categories ----------------*/
.swiper.s-slider-container.swiper-initialized
{
    padding: 5px;
}

div:has(.slide--one-sixth)
{
    transition: none !important;
    transform: none !important;
}

.swiper-slide.slide--one-sixth i::before
{
    content: "" !important;
}

.swiper-slide.slide--one-sixth h2
{
    display: none !important;
}

a.slide--cat-entry
{
    padding: 0;
}

button.s-slider-nav-arrow.swiper-button-disabled.swiper-button-lock
{
    display: none !important;
}

.index section:nth-of-type(1) .swiper-slide.slide--one-sixth
{
    width: 16.666% !important;
}

.index section:nth-of-type(1),
.index section:nth-of-type(3)
{
    margin-top: -8px !important;
    margin-bottom: 5px !important;
}

.index section:nth-of-type(15)
{
    margin-top: 2em;
}

.swiper-slide.slide--one-sixth[aria-label="1 / 6"] a
{
    background: url(https://imgur.com/Cte1BHL.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 101/19;
}

.swiper-slide.slide--one-sixth[aria-label="2 / 6"] a
{
    background: url(https://imgur.com/gFTQqn1.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 101/19;
}

.swiper-slide.slide--one-sixth[aria-label="3 / 6"] a
{
    background: url(https://imgur.com/p6MPsfG.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 101/19;
}

.swiper-slide.slide--one-sixth[aria-label="4 / 6"] a
{
    background: url(https://imgur.com/LLZvrIm.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 101/19;
}

.swiper-slide.slide--one-sixth[aria-label="5 / 6"] a
{
    background: url(https://imgur.com/W4CbAQt.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 101/19;
}

.swiper-slide.slide--one-sixth[aria-label="6 / 6"] a
{
    background: url(https://imgur.com/fG7qwXD.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 101/19;
}

p.s-product-card-content-subtitle.opacity-80
{
    font-weight: 600;
    color: red;
    background: #ff00001f;
    padding: 2px 4px;
    border-radius: 10px;
    margin-bottom: 0;
    width: max-content;
}

.line-through
{
    color: #000 !important;
    font-weight: 500 !important;
    text-decoration-line: line-through;
    text-decoration-color: #ff000080 !important;
}

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

.index section:nth-of-type(3) .s-slider-block__title
{
    margin-bottom: 0rem;
    margin-top: 1.5rem;
}
  
.swiper.s-slider-container.swiper-initialized
{
    padding: 5px;
}

div:has(.slide--one-sixth)
{
    transition: none !important;
    transform: none !important;
}

.swiper-slide.slide--one-sixth i::before
{
    content: "" !important;
}

.index section:nth-of-type(3) .swiper-slide.slide--one-sixth
{
    width: 12.5% !important;
}

.swiper-slide.slide--one-sixth h2
{
    display: none !important;
}

.swiper-slide.slide--one-sixth[aria-label="1 / 8"] a
{
    background: url(https://imgur.com/XZkVVfH.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.swiper-slide.slide--one-sixth[aria-label="2 / 8"] a
{
    background: url(https://imgur.com/6zMLHEe.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.swiper-slide.slide--one-sixth[aria-label="3 / 8"] a
{
    background: url(https://imgur.com/5PbA0Os.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.swiper-slide.slide--one-sixth[aria-label="4 / 8"] a
{
    background: url(https://imgur.com/sdq7Zlc.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
     aspect-ratio:1;
}

.swiper-slide.slide--one-sixth[aria-label="5 / 8"] a
{
    background: url(https://imgur.com/UZiV0MY.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.swiper-slide.slide--one-sixth[aria-label="6 / 8"] a
{
    background: url(https://imgur.com/PKaAssd.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.swiper-slide.slide--one-sixth[aria-label="7 / 8"] a
{
    background: url(https://imgur.com/1KIjOxV.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.swiper-slide.slide--one-sixth[aria-label="8 / 8"] a
{
    background: url(https://imgur.com/KsDbMqa.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-slider-v-centered .s-slider-block__title-nav button
{
    display:none !important;
}

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

.index section:nth-of-type(6)
{
    margin-top: 2rem;
}

/*
.index section:nth-of-type(6) .md\:grid-cols-3,
.index section:nth-of-type(10) .md\:grid-cols-3,
.index section:nth-of-type(15) .md\:grid-cols-3
{
    grid-template-columns: repeat(4,minmax(0,1fr));
}
    
.index section:nth-of-type(7) .md\:grid-cols-3,
.index section:nth-of-type(8) .md\:grid-cols-3,
.index section:nth-of-type(12) .md\:grid-cols-3
{
    grid-template-columns: repeat(3,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;
}

.has-overlay::after,
.has-overlay:hover::after
{
    background-color: transparent !important;
}

.banner-entry
{
    box-shadow: 1px 1px 8px -2px var(--primary-color);
    height: 230px;
}
/*------------- End of Categories -------------*/


/*------------------ Products -----------------*/
.s-slider-block__title-right h2
{
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.s-product-card-image img.loaded
{
    background: #fff !important;
}
/*--------------- End of Products -------------*/


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

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


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

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


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

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


/*------------------- Features ----------------*/

/*---------------- End of Features ------------*/


/*--------------------- FAQ -------------------*/

/*------------------ End of FAQ ---------------*/


/*-------------------- Footer -----------------*/
.store-footer .store-footer__inner
{
    color: var(--font-color);
    background-color: var(--primary-color) !important;
}
/*----------------- End of Footer -------------*/


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

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


/*---------------- WhatsApp Icon --------------*/

/*-------------- End of WhatsApp Icon ---------*/


/*---------------- Mobile Screens -------------*/

@media(max-width: 768px)
{
    .slide--one-sixth
    {
        width: 25% !important;
        display: inline-block;
    }   
}

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

    /*----------------- Header ----------------*/
    .main-menu li > a,
    .mm-spn li
    {
        font-size: 15px;
    }
    
    /*----------------- Banner ----------------*/    
    .marquee-container
    {
        margin: 4px 10px !important;
    }
    
    /*--------------- Categories --------------*/
    .s-block--best-offers,
    .s-block--features + .s-block--features,
    .s-block--fixed-banner + .s-block--fixed-banner,
    .s-block--banners + .s-block--banners,
    .index section:nth-of-type(6),
    .index section:nth-of-type(15)
    {
        margin-top: 1em;
    }
    
    .index section:nth-of-type(1),
    .index section:nth-of-type(3)
    {
        margin-top: -15px !important;
        margin-bottom: 0px !important;
    }

.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden
    {
        padding: 0;
    }
    
    div:has(.slide--one-sixth)
    {
        transition: none !important;
        transform: none !important;
    }
    
     section.s-block.s-block--categories .swiper-wrapper
     {
        display: block !important;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    .index section:nth-of-type(1) .swiper-slide.slide--one-sixth
    {
        width: 33.33% !important;
        margin-bottom: 10px;
    }
    
    .index section:nth-of-type(3) .swiper-slide.slide--one-sixth
    {
        width: 25% !important;
        margin-bottom: 10px;
    }
  
    .swiper-slide.slide--one-sixth
    {
        width: 25% !important;
        padding: 2px !important;
        margin-bottom: 10px;
    }

/*
    .index section:nth-of-type(6) .md\:grid-cols-3,
    .index section:nth-of-type(10) .md\:grid-cols-3,
    .index section:nth-of-type(15) .md\:grid-cols-3
    {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    
    .index section:nth-of-type(7) .md\:grid-cols-3,
    .index section:nth-of-type(8) .md\:grid-cols-3,
    .index section:nth-of-type(12) .md\:grid-cols-3
    {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
*/
        
    .banner-entry
    {
        height: 100px !important;
    }
    
    .banner-entry h3
    {
        font-size: 12px !important;
        line-height: 20px !important;
        background: gray;
        border-radius: 8px;
        width: 115% !important;
        margin: 95px -10px auto;
        margin-top: 90px;
        padding: 2px;
    }
    
    .two-row .banner-entry:first-child h3
    {
        width: 130% !important;
        margin: 95px -18px auto;
        margin-top: 82px;
        padding: 10px;
    }
    /*---------------- Products ---------------*/
    .s-slider-block__title-right h2
    {
        font-size: 1.15rem;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /*------------ Products Details -----------*/

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

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

    /*------------------- Blog ----------------*/
    @keyframes scroll
      {
        0%
        {
          transform: translateX(-50%);
        }
        100%
        {
          transform: translateX(100%);
        }
      }
}
/*------------- End of Mobile Screens ---------*/


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

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