@import 'https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200;300;400;500&display=swap';@import "https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css";body *:not(i) {
    font-family: almarai!important
}


:root
{
    --primary-color: #7929a4 !important;
    --secondary-color: #86e0e1 !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 --------------*/
/*body::before
{
    content: '';
    width: 100%;
    height: 100%;
    background: #fff url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/mQbdBE/8YvqQZGk2WiLxCXiw6sKQHQSnloAyXfwigJV73FP.png);
    position: fixed;
    z-index: 9999999999999 !important;
    transform: scale(0);
    background-size: 30% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: splash;
    animation-duration: 2s;
    
    
}*/

body::before {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999999999 !important;
  transform: scale(0);
  animation-name: splash;
  animation-duration: 2s;

  /* خلفية شفافة مع صورة */
background: rgba(255, 255, 255, 0.3) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/mQbdBE/8YvqQZGk2WiLxCXiw6sKQHQSnloAyXfwigJV73FP.png);url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/mQbdBE/8YvqQZGk2WiLxCXiw6sKQHQSnloAyXfwigJV73FP.png);
  background-size: 30% !important;
  background-repeat: no-repeat;
  background-position: center !important;

  /* تأثير الغبش */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* دعم سفاري */
}


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

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

/*------------------- Header ------------------*/
.navbar-brand img,
.main-nav-container.fixed-pinned .navbar-brand img
{
    max-height: 5rem;
    width: auto;
    
    animation: scale 1.3s linear infinite;
}

.header-btn__icon
{
    color: var(--font-color);
    background: var(--primary-color);
}

.s-cart-summary-total
{
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 700;
}

.fixed-pinned .main-menu,
.main-menu
{
    display: flex;
    justify-content: center;
    padding-top: 0rem;
    padding-bottom: 5px;
}

.main-nav-container.fixed-pinned .main-menu > li > a,
.main-menu li.root-level > a
{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.main-menu li.root-level > a:hover
{
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 16px !important;
}

.main-menu li.root-level > .offers-link
{
    color: #f00 !important;
}
/*--------------- End of Header ---------------*/


/*------------------- Banner ------------------*/
salla-slider.photos-slider .swiper
{
    padding-bottom: 0;
    margin-bottom: -20px;
}

.banner--fixed img
{
    margin: auto;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    border-radius: 15px !important;
    border: 0px solid var(--secondary-color) !important;
    box-shadow: 4px 4px 10px -4px var(--secondary-color);
    width: 96%;
    
    position: relative;
    animation: up-down 8s ease infinite;    
}

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


/*----------------- Categories ----------------*/
/*.s-block--banners .md\:grid-cols-2
{
    grid-template-columns: repeat(3,minmax(0,2fr));!important
    gap: 0.5rem; !important /* مسافة بين العناصر */
}
*/
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

 @media (min-width: 640px) {
    .sm\:gap-8 {
        gap: 0rem;
    }
}

.s-block--banners .md\:grid-cols-2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 أعمدة */
    gap: 2rem; /* تقليل المسافة بين العناصر */
}

.s-block--banners .md\:grid-cols-2 > * {
    padding: 1.5rem; /* تكبير العنصر من الداخل */
    font-size: 1.2rem; /* تكبير النص داخل العناصر */
    box-sizing: border-box;
}

.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: 310px;
}

.banner-entry:hover
{
    transform: scale(1.05);
}

.banner-entry:hover h3
{
    display: none;
}

.banner-entry p
{
    display: none !important;
}

/*.index section:nth-of-type(2)::before
{
    display: block;
    content: "بطاقات الألعاب";
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}*/

/*.index section:nth-of-type(8)::before
{
    display: block;
    content: "بطاقات تسوق";
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
} */

/*.index section:nth-of-type(11)::before
{
    display: block;
    content: "بطاقات التسوق";
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
*/
/*.index section:nth-of-type(13)::before
{
    display: block;
    content: "بطاقات الإتصالات";
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
    font-family: var(--font-main), -apple-system, BlinkMacSystemFont;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}*/

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="01"]
{
    background: url(https://www2.0zz0.com/2025/01/16/20/381118414.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="02"]
{
    background: url(https://www2.0zz0.com/2025/01/16/20/560441763.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="03"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/237406057.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="04"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/689396052.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="05"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/712184569.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="06"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/811060517.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="07"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/273032128.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="08"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/908133662.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="09"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/967680831.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="10"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/635743055.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="11"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/502162317.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="12"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/105972272.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="13"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/857073148.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="14"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/946117840.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="15"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/572634019.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="16"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/427403523.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="17"]
{
    background: url(https://www2.0zz0.com/2025/02/05/14/905140478.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="18"]
{
    background: url(https://www2.0zz0.com/2025/05/01/03/687048085.jpeg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="19"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/794493243.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="20"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/879924181.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="21"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/379060945.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="22"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/491639299.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="23"]
{
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/mQbdBE/8YvqQZGk2WiLxCXiw6sKQHQSnloAyXfwigJV73FP.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="24"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/694830865.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

/*.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="25"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/739543596.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="26"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/717372894.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="27"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/314677649.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}*/

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="28"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/302320922.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="29"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/918171625.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="30"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/875779673.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="31"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/523126195.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="32"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/472314288.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="33"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/844875553.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="34"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/810881326.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="35"]
{
    background: url(https://www2.0zz0.com/2025/01/16/21/584940322.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

.s-block--banners .md\:grid-cols-3 .banner-entry[aria-label="36"]
{
    background: url(https://j.top4top.io/p_3370krshv0.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: auto !important;
    aspect-ratio: 1;
}

    .banner-entry
    {
        height: 400px !important;
        margin-bottom: 2rem;
    }
    
/*------------- End of Categories -------------*/


/*------------------ Products -----------------*/
/*.s-block__title h2,
.s-slider-block__title h2
{
    color: var(--font-color);
    font-size: 1.40rem !important;
    /*font-weight: 600 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: var(--primary-color) !important;
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #3790c8 0%, #29a8de 29%, var(--primary-color) 67%, #fff800 100%);
    background-size: 200% auto;
    animation: textclip 8s linear infinite;
    padding: 5px 0;
}
*/

.s-block__title h2,
.s-slider-block__title h2 {
color: var(--primary-color);
text-align : center !important;
}
.s-product-card-entry
{
    border: 0px solid var(--primary-color);
    border-radius: 12px;
    margin: auto 5px;
}

.s-product-card-vertical .s-product-card-image
{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.s-product-card-image
{
    height: 100%;
    width: 98%;
    margin: 2px;
}

.s-product-card-image-cover
{
    object-fit: fill;
}

.s-product-card-content
{
    text-align: center;
}

.s-product-card-content-title a
{
    color: var(--primary-color) !important;
    font-size: 15px !important;
}

.s-product-card-content-subtitle
{
    color: #071833 !important;
    font-size: 15px !important;
    font-weight: 700;
}

.s-product-card-price
{
    font-size: 16px;
}

.s-button-primary-outline
{
    color: var(--font-color);
    background: var(--primary-color);
}

.s-button-btn
{
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.s-product-card-vertical .s-product-card-wishlist-btn
{
    opacity: 1;
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled,
.s-button-element:not(:disabled):not([loading])
{
    color: var(--font-color) !important;
    padding: 10px 15px;
    text-align: center;
    border-radius: 12px;
    border: ridge 2px var(--primary-color);
    background: linear-gradient(15deg, var(--primary-color) 0%, #99c7e3 50% , var(--primary-color) 100%);
    background-size: 250%;
    
    animation: shine 1s alternate infinite;
}

.s-button-text
{
    font-size: 15px;
}

@property --a 
{
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

.s-product-card-entry::after
{
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    z-index: -1;
    border-radius: 12px;
}

.s-product-card-entry
{
    position: relative;
    z-index: 9;
    background: repeating-conic-gradient(from var(--a), var(--primary-color) 0%, var(--primary-color) 5%, transparent 5%, transparent 40%, var(--primary-color) 50%);
    animation: animate 5s linear infinite;
    border-radius: 12px;
}

@keyframes animate
{
  0%
  {
      --a: 0deg;
  }
  
  100%
  {
      --a: 360deg;
  }
}
/*-------------- End of Products --------------*/


/*-------------- Products Details -------------*/
.product-single .s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled,
.product-single .s-button-element:not(:disabled):not([loading])
{
    color: var(--font-color) !important;
    padding: 10px 15px;
    text-align: center;
    border-radius: 12px;
    border: ridge 2px var(--primary-color);
    background: linear-gradient(15deg, var(--primary-color) 0%, #99c7e3 50% , var(--primary-color) 100%);
    background-size: 250%;
    
    animation: shine 1s alternate infinite;
}

.s-add-product-button-main .s-add-product-button-mini-checkout 
{
    color: var(--font-color) !important;
    fill: var(--font-color) !important;
    text-align: center;
    border-radius: 12px;
    border: ridge 2px var(--primary-color);
    background: linear-gradient(15deg, var(--primary-color) 0%, #99c7e3 50% , var(--primary-color) 100%);
    background-size: 250%;
    
    animation: shine 1s alternate infinite;
}

.s-add-product-button-mini-checkout-content
{
    color: var(--font-color) !important;
    fill: var(--font-color) !important;
}

.product-single .md\:text-2xl
{
    font-size: 1.35rem;
    line-height: 2rem;
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg
{
    fill: var(--font-color);
}

.s-slider-nav-arrow:not(:disabled),
.s-slider-nav-arrow:not(:disabled):hover,
.s-slider-nav-arrow:not(:disabled) svg,
.s-slider-nav-arrow:not(:disabled):hover svg
{
    fill: var(--primary-color);
    background: var(--secondary-color);
}

.product-single .s-product-card-content-footer .sicon-shopping-bag::before
{
    color: var(--font-color);
    fill: var(--font-color);
    opacity: 1;
}

.md\:text-2xl
{
    color: var(--primary-color) !important;
}

.s-comments-product
{
    margin-bottom: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: transparent;
}

.s-comment-form-content .s-comment-form-input
{
    color: var(--primary-color) !important;
    opacity: 1;
}

.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *)
{
    color: var(--primary-color) !important;
}

.link--primary,
.link--primary:hover
{
    color: var(--primary-color) !important;
    font-weight: 600;
}

.s-quantity-input-button svg
{
    fill: var(--primary-color);
}
/*---------- End of Products Details ----------*/


/*------------------- Cart --------------------*/
.cart .text-gray-500
{
    color: var(--primary-color);
    font-weight: 600;
}

.s-product-options-thumbnails-wrapper div p
{
    color: var(--primary-color);
    font-weight: 600;
}

.cart .xs\:p-7
{
    padding: 0.5rem;
    border: 1px solid var(--primary-color);
    border-radius: 12px !important;
}

.cart .text-lg span
{
    color: var(--font-color) !important;
    font-size: 15px;
    background: var(--primary-color) !important;
    border: 2px solid var(--font-color) !important;
    border-radius: 30px !important;
    padding: 2px 20px 8px 16px !important;
    box-shadow: 0 0 10px -1px var(--primary-color);
    width: 25%;
}
/*---------------- End of Cart ----------------*/

.slide--cat-entry
{
    background: #fff !important;
    border: 0px solid var(--primary-color) !important;
    border-radius: 30px !important;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    margin: 10px 5px !important;
}

/*---------------- Testemonials ---------------*/
.s-reviews-header
{
    color: var(--font-color);
    font-size: 1rem;
    background-color: var(--primary-color);
    border: 0px var(--font-color) solid;
    border-radius: 40px 0;
    box-shadow: 5px 8px 1px var(--secondary-color);
    font-weight: 600 !important;
    padding: 10px 20px !important;
    margin-right: 25px;
}

.s-reviews-display-all
{
    color: var(--primary-color);
    font-size: 1rem;
    margin-left: 10px;
}

.testimonials-slider .swiper-slide
{
    background: #fff !important;
    border: 0px solid var(--primary-color) !important;
    border-radius: 30px !important;
    padding: 8px 25px 12px 25px !important;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    margin: 10px !important;
}

.text-lg span
{
    color: var(--font-color) !important;
    background: var(--primary-color) !important;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 30px !important;
    /*padding: 8px 25px 12px 25px !important;*/
    box-shadow: 0px 0px 10px -2px var(--primary-color);
    width: 33%;
}

.text-gray-400
{
    color: #071833 !important;
}

.last\:border-0:last-child
{
    background: #fff !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 15px !important;
    /*padding: 8px 25px 12px 25px !important;*/
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    width: 50%;
}
/*----------- End of Testemonials -------------*/


/*----------------- Features ------------------*/
.s-block--features__item
{
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    border-radius: 15px !important;
    text-align: center !important;
    padding: 15px 0;
}

.s-block--features__item .feature-icon
{
    background-color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 10px -2px var(--primary-color);
}

.s-block--features__item .feature-icon i
{
    color: #fff !important;
}

.s-block--features__item .sicon-headphones::before,
.s-block--features__item .sicon-check-circle::before,
.s-block--features__item .sicon-banknote-dollar::before,
.s-block--features__item .sicon-clothes-hanger:before
{
    content: "" !important;
}

.s-block--features__item:nth-child(1) .feature-icon
{
    background-image: url(https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExYmRnc3JscTV4bnNuOXVpaXJnenFsZXNiODV2bHNxdWpwcjBxeGM0aCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/0ghgADQ9GkfGbK1Htn/giphy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.s-block--features__item:nth-child(2) .feature-icon
{
    background-image: url(https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExOTRncTU0OW12MXVtZmJsYTJjYWdpYnRnNmRlMXB2ZWR1MjYwcHU3ZSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/WBagRhhImbTKT5THEO/giphy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px; 
}

.s-block--features__item:nth-child(3) .feature-icon
{
    background-image: url(https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExdHRrYmgzZXFmdGs0NDlzdGlyazNqc2V6MXZudXAyMW8yMHMzZnZjbiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/B7vfKxgqSmk24tpKJS/giphy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.s-block--features__item h2
{
    color: var(--primary-color) !important;
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 5px !important;
}

.s-block--features__item p
{
    color: #3790c8 !important;
    font-size: 14px !important;
    font-weight: 700;
    background-color: #fff !important;
    border: 0px solid var(--primary-color) !important;
    box-shadow: 0px 0px 0px 0px var(--secondary-color);
    border-radius: 0px !important;
    padding: 8px 2px !important;
    width: 95% !important;
    margin: auto !important;
}
/*------------- End of Features ---------------*/


/*------------------ Footer -------------------*/
.store-footer
{
    color: var(--primary-color) !important;
    font-weight: 600;
    text-align: center !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px !important;
    box-shadow: 0px 0px 10px -2px var(--primary-color);
    background: var(--font-color) !important;
    width: 95% !important;
    margin: 40px auto 15px auto !important;
}

.store-footer__inner
{
    color: (--primary-color) !important;
    font-weight: 600;
    text-align: center !important;
    border-radius: 50px !important;
    background: var(--font-color) !important;
    border-bottom-color: var(--primary-color) !important;
    border-bottom-width: 1px;
    padding-top: 0rem !important;
    padding-bottom: 2rem !important;
}

.store-footer__inner:before
{
    text-align: center;
    content: "";
    display: block;
    height: 150px;
    width: 70px;
    margin: 10px auto 15px auto;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/mQbdBE/8YvqQZGk2WiLxCXiw6sKQHQSnloAyXfwigJV73FP.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border-radius: 50%;
    
    animation: scale 1.3s linear infinite;
}

.store-footer h3
{
    color: var(--font-color) !important;
    font-size: 16px !important;
    background-color: var(--primary-color) !important;
    /*border: 0px solid #fff !important;*/
    box-shadow: 2px 2px 12px -2px var(--primary-color);
    border-radius: 12px !important;
    padding: 4px 5px 8px 5px !important;    
    width: 145px !important;
    margin: 0px auto 15px auto !important;
}

.me-4
{
    margin-left: auto !important;
    margin-right: auto !important;
}

.py-4
{
    padding-top: 10px !important;
    padding-bottom: 0.5rem;
}

.lg\:gap-6
{
    gap: 1.5rem;
    display: flex !important;
}

.store-footer a,
.store-footer .contact-social
{
    display: grid !important;
    text-align: center;
    justify-content: center;
}

.s-social-list .s-social-link a,
.store-footer .rounded-full, 
.store-footer .social-link,
.store-footer .s-contacts-icon
{
    border: 0px solid var(--primary-color) !important;
    box-shadow: 0px 0px 10px -2px var(--primary-color);
} 
 
.store-footer .unicode
{
     display: none;
}

.store-footer .social-link
{
    padding-top: 5px !important;
}

.store-footer .contact-social
{
    border-color: var(--primary-color) !important;
}

.store-links-items .leading-none
{
    line-height: 1.75 !important;
}

.lg:col-span-2 .flex
{
    display: inline-block !important;
    text-align: center !important;
}

.md\:flex
{
    display: block !important;
}

.store-footer .rounded-full,
.store-footer .social-link
{
    border: 1px solid var(--font-color) !important;
    border-radius: 50% !important;
}

.footer-list,
.store-links-items
{
    display: grid !important;
}

.store-footer__inner .lg\:block
{
    display: none !important;
}

.store-footer__inner:nth-child(1) .lg\:gap-6 .lg\:col-span-2 a
{
    display: none !important;
}

.store-footer__inner .space-x-2
{
    display: grid !important;
}

.s-apps-icons-list
{
    text-align: center;
    justify-content: center;
}

.s-contacts-list-vertical
{
    flex-direction: initial;
    justify-content: center;
}

.md\:mb-0
{
    margin-bottom: 20px;
    color: var(--primary-color) !important;
    font-weight: 600;
}


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


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

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


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

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


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

    /*---------------- Header ----------------*/
    .navbar-brand img,
    .main-nav-container.fixed-pinned .navbar-brand img
    {
        max-height: 4rem;
        width: auto;
    }
    
    .mm-spn li a span,
    .mm-spn li > span
    {
        color: var(--primary-color);
        font-size: 1rem;
        font-weight: 600 !important;
        text-align: center;
        justify-content: center;        
    }
    
    .mm-spn li a span:hover,
    .mm-spn li > span:hover
    {
        color: var(--secondary-color);
    }
    
    .mm-spn #offers a span
    {
        color: #f00 !important;
    }
    
    .s-block--photos-slider {
    margin-bottom: 60px !important;
    }
    /*---------------- Banner ----------------*/

    /*-------------- Categories --------------*/    
    .index section:nth-of-type(2)::before,
    .index section:nth-of-type(8)::before,
    .index section:nth-of-type(11)::before,
    .index section:nth-of-type(13)::before
    {
        font-size: 20px;
        display: none;
    }
    
    .s-block--banners .md\:grid-cols-3
    {
        grid-template-columns: repeat(3,minmax(0,2fr));
    }
    
    .s-block--banners + .s-block--banners
    {
        
        
    }
    
    .banner-entry
    {
        height: 150px !important;
        margin-bottom: 2rem;
    }
    

    
    .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;
    }
    
    @media only screen and (max-width: 767px) {
    .s-block--banners .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 2fr)) !important;
    }
    
        .banner-entry
    {
        height: 150px !important;
        margin-bottom: 25px;
    }
}
@media (min-width: 640px) {
    .sm\:gap-8 {
        gap: 2rem;
    }
            .banner-entry
    {
        height: 180px !important;
    }
}

.gap-3 {
    gap: 0.75rem !important;
}
    
     /*--------------- Products --------------*/
     .s-block__title{
     justify-content: center !important;
     }
    .s-block__title h2,
    .s-slider-block__title h2
    {
    text-align: center !important;
        font-size: 1.20rem !important;
    }
    /*----------- Products Details -----------*/
    
    /*------------- Testemonials -------------*/
    .s-block__display-all
    {
        font-size: 18px !important;
    }    
        
    .text-lg span
    {
         font-size: 14px !important;
    }

   .s-reviews-testimonials-slider .swiper:where([dir="rtl"], [dir="rtl"] *)
   {
        padding-left: 0rem;
        padding-right: 0.25rem;
   }
   
   .testimonials-slider .swiper-slide
   {
       width: 350px;
        margin: 10px auto !important;
   }
    
    /*--------------- Features ---------------*/   
    .s-block--features__item
    {
        width: 94%;
        margin: auto;
    }
    
    /*----------------- Cart -----------------*/
    
    /*---------------- Footer ----------------*/
    .store-footer
    {
        width: 92% !important;
        margin: 25px auto 15px auto !important;
    }
    
    .store-footer__inner:before
    {
        height: 140px;
        width: 65px;
        margin: 10px auto -30px auto;
    }
    
    .store-footer__inner
    {
        text-align: center !important;
        border-radius: 50px !important;     
    }
    
    .me-4
    {
        margin-left: 12px;
        margin-right: 12px;
    }
    
    .md\:flex::after
    {
        font-size: 12px;
        margin: 10px auto 0 auto !important;
    }
    
    .lg\:gap-6
    {
        gap: 1.5rem;
        display: grid !important;
    }
    /*----------------- Blog -----------------*/
}
/*----------- End of Mobile Screens ----------*/


/*---------------- Animations ----------------*/
@keyframes scale
{
    0%,100%
    {
        transform: scale(1);
        opacity: 1;
    }
    50%
    {
        transform: scale(.9);
        opacity: .7;
    }
}

@keyframes up-down
{
    0%, 100%
    {
        top: 0;
    }
    50%
    {
        top: -25px;
    }
}

@keyframes textclip
{
    100%
    {
        background-position: 200% center;
    }
}

@keyframes shine
{
  100%
  {
      background-position: 250% center;
  }
/*------------ End of Animations -------------*/




/* العنصر الأساسي للحاوية */
.s-block--banners .grid {
  display: grid !important;
  grid-template-columns: repeat(3, 2fr) !important; /* 3 أعمدة */
  gap: 10px !important; /* تقليل المسافة بين العناصر */
}

/* البنرات داخل الشبكة */
.s-block--banners .banner-entry {
  height: 300px !important; /* زيادة ارتفاع العنصر */
  background-size: cover !important;
  background-position: center !important;
  display: flex !important;
  align-items: flex-end !important;
  padding: 20px !important;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 10px !important;
}

/* النص داخل البنر */
.s-block--banners .banner-entry__text {
  background-color: rgba(0, 0, 0, 0.4) !important;
  padding: 10px !important;
  border-radius: 8px !important;
}

/* العنوان */
.s-block--banners .banner__title {
  font-size: 1.5rem !important;
  margin-bottom: 5px !important;
}

/* الوصف */
.s-block--banners .banner__description {
  font-size: 1rem !important;
}