/* Add custom CSS styles below */ 
.banner-entry{
    width: 42vw;
    min-height: 100px;
}


.lazy__bg {
  background-size: 70% 100%!important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}


.gap-3{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    
}

@media(max-width:768px) {
.banner-entry {
  height: 230px !important;
  }
}
@media(min-width:991px) {
.banner-entry {
  height: 500px;
  }

  .lazy__bg {
    background-size: 70% 100% !important;
  }

}
@media (min-width: 768px){
.two-row .banner-entry:first-child {
    height: auto !important;
}

}
/* Add custom Js styles below */ 
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  right: 0;
  top: 0;
  height: 39px;
  width: 100%;
  z-index: 10000001;
  position: fixed;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #6B90DA;
  margin: 0;
  box-shadow: 0 0 8px 1px #999;
  display:none;
}

.VIpgJd-yAWNEb-L7lbkb > div {
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  font-family: "Google Sans",Arial,sans-serif;
  display:none;
}

/* ستايل النافذة المنبثقة */
#popup-window {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(90deg, var(--color-primary), var(--color-primary-dark));
  color: var(--1);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  width: 300px;
  font-family: Arial, sans-serif;
  text-align: center;
}

/* أزرار النافذة */
#popup-window button {
  
  background: linear-gradient(90deg, var(--color-primary),var(--1), var(--color-primary-dark));
  color: var(--color-primary);
  border: none;
  padding: 10px 15px;
  border-radius: 30px;
  font-weight: bold;
  margin: 10px 0;
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}

#popup-window button:hover {
  background: var(--1);
}

/* قائمة التصنيفات */
#categories-list {
  display: none;
  background: var(--color-primary-dark);
  color: var(--color-primary);
  margin-top: 10px;
  border-radius: 20px;
  padding: 5px;
}

#categories-list div {
  padding: 8px;
  cursor: pointer;
}

#categories-list div:hover {
  background: var(--1);
}

/* Add custom CSS styles below */ 
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2rem;
  display: inline-block;
  background: linear-gradient(270deg, var(--color-primary), var(--color-primary-reverse), var(--color-primary-light));
  background-size: 400% 400%;
  animation: gradientText-left 6s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
/*الكلام الثابت*/
.s-slider-block__display-all {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
    background: linear-gradient(270deg, var(--color-primary), var(--color-primary-reverse), var(--color-primary-light));
  background-size: 400% 400%;
  animation: gradientText-left 6s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.s-reviews-header {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
   background: linear-gradient(270deg, var(--color-primary), var(--color-primary-reverse), var(--color-primary-light));
  background-size: 400% 400%;
  animation: gradientText-right 6s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
/* Add custom CSS styles below */ 
body .main-menu span,
body .main-menu h1,
body .main-menu h2,
body .main-menu h3,
body .main-menu h4,
body .main-menu h5,
body .main-menu h6,
body .main-menu p {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: typingEffect 2s steps(30, end) forwards;
}

@keyframes typingEffect {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
body.dark-mode *,.dark-mode div * {
    color: #fff !important;
    border-color: rgb(42 42 42);
}

body.dark-mode .bg-white,.dark-mode .s-comments-product,.dark-mode .tamara-product-widget, .dark-mode .spotii-wrapper,
.dark-mode #tabbyPromoWrapper {
    border-color: rgb(42 42 42)  !important;  background-color: #000000 !important;
}

.dark-mode .s-filters-widget-container,body.dark-mode .slide--cat-entry, body.dark-mode .s-product-card-entry, body.dark-mode .s-block--features__item, .dark-mode .brand-item , .dark-mode .s-reviews-testimonial, .dark-mode .store-footer {
    color: #fff !important;
    background-color: none
}

.dark-mode .form-input,.dark-mode .s-price-range-number-input,.dark-mode .bg-gray-100,.dark-mode .s-modal-body {
    color: #fff !important;
    border-color: #000000;
    background-color: none;
}

.dark-mode .s-button-primary-outline {
    background-color: #000000
}

.dark-mode .store-footer__inner, .dark-mode .s-button-light-outline,.dark-mode .s-login-modal-input {
    background-color: #000000 !important;
    color: #fff;
}

.dark-mode .s-modal-close {
    background-color: transparent !important;
}

@media only screen and (min-width: 1024px) {
    .dark-mode .main-menu li>a {
        background-color: #000000
    }

    .dark-mode .main-menu .has-children li a:hover, .dark-mode .main-menu .has-children .has-children:hover>a {
        color: #f7eeff;
        color: var(--color-primary);
        background-color: #000000;
    }
}

.dark-mode .s-modal-body * {
    color: #f7eeff !important;
}
.dark-mode {
    --color-primary: #000000;
    --color-primary-dark: #000000;
    --color-primary-light: #000000;
    --color-primary-reverse: #3C3D37;
     --1: #000000;
     --4: #000000;
     --5: #3C3D37;
}
.dark-mode .mm-spn.mm-spn--light{
     background: var(--color-primary);
}
.dark-mode p.text-gray-400.mb-2\.5.md\:mb-0 {
    color: #fff !important;
    font-weight: 800;
    padding-bottom: 10px;
}
.dark-mode.store-footer::after {
    content: "برمجةوتطويرADFAZ";
    top: 0;
    color: transparent; /* Make the text color transparent for gradient */
    font-size: 20px; /* Adjust font size */
    font-family: 'Arial', cursive; /* Changed to 'Pacifico' font */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.9; /* Adjust opacity for visibility */
    text-align: center;
    background: linear-gradient(to right, var(--color-primary), var(--color-primary-reverse)); /* Gradient color */
    -webkit-background-clip: text; /* Clips the background to the text */
    -webkit-text-fill-color: transparent; /* Makes text transparent so the gradient shows */
    animation: moveText 3s ease-in-out infinite, pulseText 1.5s ease-in-out infinite; /* Added additional pulse effect */
    color: linear-gradient(to left, var(--color-primary), var(--color-primary-reverse));

    padding: 12px 25px; /* Padding around the text */
    width: auto; /* Makes the width auto to fit content */
    border-radius: 8px; /* Optional: rounded corners for the background */
    margin-top: 10px; /* Adds some space at the top */
     animation: color 1200ms linear infinite;
}
@media (min-width: 480px) {
  .dark-mode .btn--collapse:where([dir="rtl"], 
  [dir="rtl"] *) {
        padding-right: 1.75rem;
        padding-left: 1.25rem;
        background: #000000;
    }
}

.dark-mode .s-product-options-wrapper {
    margin-bottom: 1.25rem;
    display: block;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color:var(--color-primary);
    
    padding: 1.25rem;
}

.dark-mode .s-quantity-input-input {
    width: 3rem;
    border-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background: #000000;
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, 1);
    border-color: rgba(229, 231, 235, var(--tw-border-opacity, 1));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
    font-weight: 700;
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

/* Add custom CSS styles below */ 
.s-product-card-fit-height {
    display: flex; /* Enable flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 100%; /* Ensure parent container height is set */
      border: none;
  background:none;
}
.s-product-card-fit-height .s-product-card-image {
    height: 15rem;
    max-height: 15rem;
    width: 15rem; /* Ensure width equals height for a perfect circle */
    border-radius: 20px ; /* Make the shape a circle */
    object-fit: cover; /* Ensures image fits within the circle */
    box-shadow:   1px 2px 8px var(--color-primary);
}
@media (max-width: 768px) {
    .s-product-card-fit-height {
       height: auto;
        width: auto; /* Adjust height for mobile screens */
    }

    .s-product-card-fit-height .s-product-card-image {
        height: auto;
        width: auto; /* Smaller size for mobile */
    }
}
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.unicode {
    unicode-bidi: plaintext;
    display: none;
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth transition for color and movement */
}

.unicode:hover {
    transform: translateY(-5px); /* Slightly move up when hovered */
    color: #ff6347; /* Change color to tomato on hover */
}
@keyframes colorPulse {
    0% {
        color: var(--color-primary-reverse);
    }
    50% {
        color: var(--color-primary);
    }
    100% {
        color: var(--color-primary-reverse);
    }
}

.sicon-menu:before {
    animation: colorPulse 3s infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.s-cart-summary-total {
    font-weight: 600;
    background: linear-gradient(90deg, var(--color-primary), var(--color-primary-dark), var(--color-primary));
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 3s infinite;
}

/* Add custom CSS styles below */ 
 .lazy__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 75%;
  width: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}  /* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.top-navbar .s-search-input {
  border-style: none;
  background: linear-gradient(to bottom, var(--1), var(--color-primary-dark));
  color:var(--color-primary);
}

.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
  border-width: 0px;
  padding-left: 0px;
  color: var(--color-primary);
}
:root {
    --color-primary: #110b09;
    --color-primary-dark: #ffffff;
    --color-primary-light: #ffffff;
    --color-primary-reverse: #432918;
    --1: #ccb9a7;
    --4: #ffffff;
    --5:#ccb9a7;
}
.navbar-brand {
    animation: tada 5s infinite;
}

@keyframes tada {
    0% {
        transform: scale(1);
    }
    10%, 20% {
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.s-product-card-entry img {
    transition: transform 1s ease;
}

.s-product-card-entry:hover img {
    transform: scale(1.2);
}

.s-comments-product {
    margin-bottom: 0rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    padding-top:0rem;
    padding-bottom: 0rem;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 80px;
}
.navbar-brand img {
  max-height: 5rem;
  width: auto;
  max-width: 100px;
}
.s-block {
    margin-top: 2rem;
     background:none;
}
body{background:var(--5) url( );
  background-attachment: fixed;
  background-size: cover;
}
body {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #231f1e;
  color: var(--color-primary);
}
.index:before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background: url(https://cdn.salla.sa/form-builder/naV6wBwfseJD2dagGMKh2KX46cRtm0MzMA3d2aT1.png) no-repeat center/contain;
    transform: translate(-50%, -50%);
    animation: swing 3s ease-in-out forwards;
    z-index: 999999;
    pointer-events:none;
}
@keyframes swing {
    0%   { transform: translate(-50%, -50%) rotate(0deg); opacity: 1; }
    25%  { transform: translate(-50%, -50%) rotate(15deg); }
    50%  { transform: translate(-50%, -50%) rotate(-15deg); }
    75%  { transform: translate(-50%, -50%) rotate(10deg); }
    100% { transform: translate(-50%, -50%) rotate(0deg) scale(0.8); opacity: 0; }
}



@media (min-width: 640px) {
    .s-block {
        margin-top: 0;
    }
}
header.store-header .inner.bg-inherit {
    background: var(--1);
}

.s-slider-nav-arrow,.top-navbar {
    background: var(--2);
    background: linear-gradient(to top, var(--1), var(--4)) !important;
    color: #000000;
}


.footer-is-light .store-footer .store-footer__inner,.footer-is-light .store-footer{
     background: var(--2);
    background: linear-gradient(to bottom, transparent, var(--color-primary-light)) !important;
    color: #000000;
}

i.sicon-menu.text-primary.text-2xl.rtl\:ml-2\.5.ltr\:mr-2\.5,button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center,.main-menu li>a,a.topnav-link-item.right-side,.header-btn__icon,.topnav-link-item,.s-cart-summary-total,.store-footer h3,p.max-w-sm.leading-6.mb-6,p.text-sm.text-text-grey.mb-1,b.text-sm,.store-footer a {
    color: var(--color-primary);
}

.main-menu .has-children li a, .main-menu .has-children .has-children:hover>a {
    color: var(--color-primary-reverse);
}

.main-menu > .has-children:hover > a,
.main-menu li > a:hover {
    color: var(--color-primary-reverse);
    transform: translateY(-2px) rotate(-3deg); /* Adds upward movement and a slight rotation */
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for both color and movement */
}


.s-slider-nav-arrow svg {
    fill: #fff;
}

@media only screen and (max-width: 900px) {
    a.mb-4.last\:mb-0.flex.items-center.text-sm.leading-none,.store-footer .contact-social ul,a.flex.items-center.m-0,.flex.rtl\:space-x-reverse.space-x-2.items-end,.store-footer__inner {
        text-align: center;
        justify-content: center;
    }
}

.s-block.s-block--banners > .grid {
    grid-template-columns: 1fr 1fr 1fr;
}

.s-block.s-block--banners > .grid .banner-entry {
    padding-top: 0%;
}

.two-row .banner-entry:first-child {
    grid-column: auto;
    grid-row: auto;
}

.s-block.s-block--banners:nth-of-type(19) {
    margin-bottom: 1rem;
}
.s-block.s-block--banners > .grid .banner-entry {
    height: 20rem;
    background:none;
}


@media (max-width: 991px) {
    .s-block.s-block--banners > .grid {
        grid-template-columns: 1fr 1fr;
    }

    .s-block.s-block--banners:nth-of-type(19) > .grid .banner-entry:last-child, .s-block.s-block--banners:nth-of-type(21) > .grid .banner-entry:last-child, .s-block.s-block--banners:nth-of-type(22) > .grid .banner-entry:last-child {
        grid-column: 1 / 3;
    }

    .s-block.s-block--banners > .grid .banner-entry {
        height: 234px;
    }
}

.s-button-element {
    padding: 10px 20px;
    background: linear-gradient(to left, var(--1), var(--4));
    color: var(--color-primary);
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease, transform 0.3s ease;
    
    border-radius: 20px;
}
.s-button-element::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background-color: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.s-button-element:hover {
 background: linear-gradient(to bottom, var(--1), var(--4));
    color: #000000; /* Change text color to white on hover */
    transform: scale(1.1); /* Scale up the button on hover */
     box-shadow: 0 0 15px var(--4);
    border-radius: 10px 30px 10px 30px;
}

.s-button-element:hover::before {
    opacity: 1; /* Show overlay on hover */
}

@keyframes rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
/* البانرات*/
@keyframes flipInFromRight {
    0% {
        transform: rotateX(-180deg); /* Start flipped from the right */
        opacity: 0; /* Fully transparent */
    }
    100% {
        transform: rotateX(0deg); /* Normal position */
        opacity: 1; /* Fully visible */
    }
}

.banner-entry {
    opacity: 0; /* Hidden initially */
    transform: rotateX(-180deg); /* Initial position */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.banner-entry.visible {
    animation: flipInFromRight 1.5s ease-out;
    opacity: 1;
    transform: rotateX(0deg); /* Reset to normal position */
}

@keyframes slideUp {
    0% {
        transform: translateY(50px); /* Start below */
        opacity: 0; /* Fully transparent */
    }
    100% {
        transform: translateY(0); /* Normal position */
        opacity: 1; /* Fully visible */
    }
}
.banner--fixed img {
    opacity: 0; /* Hidden initially */
    transform: translateY(50px); /* Initial position */
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.banner--fixed img.visible {
    animation: slideUp 1s ease-out;
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Reset to normal position */
}

.banner--fixed img{
background:none;

}
.banner--fixed img {
    opacity: 0.9;
    transition: opacity 0.5s ease-in-out;
}

.banner--fixed img:hover {
    opacity: 1;
}


section.s-block.s-block--fixed-banner.wide-placeholder .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.container {
  max-width: 100%;
  margin-right: 0rem;
  margin-left: 0rem;
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
@media (max-width: 768px){
  .container {
  max-width: 100%;
  margin-right: 0rem;
  margin-left: 0rem;
  padding-right: 0px;
  padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
    width:95%;
    margin:auto;
  }
}



[dir="rtl"] .carousel-slider .swiper {
    opacity: 0;
    transform: rotateY(90deg);
    transition: transform 1s ease-out, opacity 1s ease-out;
   border: none;
    background:none;
    box-shadow: none;
}

[dir="rtl"] .carousel-slider .swiper.animate-card {
    opacity: 1;
    transform: rotateY(0deg);
}


@media (min-width: 750px) {
    salla-slider.photos-slider .swiper-slide {
        position: relative;
        margin-left: 0rem;
        margin-right: 0rem;
        height: auto;
        width: 100%;
        overflow: hidden;
        border-radius: 0.375rem;
    }

    section:nth-of-type(1).s-block.s-block--photos-slider {
        margin-top: 0rem;
    }
}

@media (max-width: 991px) {
    salla-slider.photos-slider .swiper {
        padding-left: 0 !important;
    }

    salla-slider.photos-slider .swiper-slide {
        border-radius: 0px !important;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

/* ألبنر العريض بكل الشاشة */
section:nth-of-type(1).s-block.s-block--fixed-banner.wide-placeholder .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

section.s-block.s-block--fixed-banner.wide-placeholder .container:hover,.lazy__bg.lazy.entered.loaded:hover {
    transform: translateY(-8px);
}

section.s-block.s-block--fixed-banner.wide-placeholder .container,:hover {
    transition: transform 0.3s, box-shadow 0.3s;
}

@media (max-width: 991px) {
    section.s-block.s-block--fixed-banner.wide-placeholder .container {
        padding: 0;
    }
}


@keyframes textBlink {
    0%, 100% {
        color: #347928;
    }
    50% {
        color: #102E50;
    }
}

.s-contacts-list > div:nth-child(1) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}
.s-contacts-list > div:nth-child(2) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}
.s-contacts-list > div:nth-child(3) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}
.s-contacts-list > div:nth-child(4) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}
.s-contacts-list > div:nth-child(5) > a:nth-child(1) > span:nth-child(1) {
    animation: textBlink 1.5s infinite ease-in-out;
}

.flex.mb-6,
.md\:flex,
.s-product-card-content-sub,
.store-footer a,
.s-product-card-content-title a,
.store-footer .contact-social ul,
.footer-is-light .store-footer .store-footer__inner {
    text-align: center !important;
    justify-content: center !important;
}
.store-footer::after {
    content: "برمجةوتطويرADFAZ";
    top: 0;
    color: transparent; /* Make the text color transparent for gradient */
    font-size: 20px; /* Adjust font size */
    font-family: 'Arial', cursive; /* Changed to 'Pacifico' font */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.9; /* Adjust opacity for visibility */
    text-align: center;
    background: linear-gradient(to right, var(--color-primary), var(--color-primary-reverse)); /* Gradient color */
    -webkit-background-clip: text; /* Clips the background to the text */
    -webkit-text-fill-color: transparent; /* Makes text transparent so the gradient shows */
    animation: moveText 3s ease-in-out infinite, pulseText 1.5s ease-in-out infinite; /* Added additional pulse effect */
    color: linear-gradient(to left, var(--color-primary), var(--color-primary-reverse));

    padding: 12px 25px; /* Padding around the text */
    width: auto; /* Makes the width auto to fit content */
    border-radius: 8px; /* Optional: rounded corners for the background */
    margin-top: 10px; /* Adds some space at the top */
     animation: color 1200ms linear infinite;
}

@keyframes moveText {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px); /* Slightly stronger upward movement */
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes pulseText {
    0% {
        opacity: 0.9;
    }
    50% {
        opacity: 1; /* Makes text fully opaque at midpoint */
    }
    100% {
        opacity: 0.9;
    }
}

.s-reviews-testimonial {
  position: relative;
  display: flex;
  height: 100%;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-radius: 100px 100px 100px 100px;
  background: linear-gradient(to left, var(--5), var(--color-primary-light), var(--5));
  transition: all 0.3s ease-in-out; /* انتقال سلس */
}
@keyframes bounceUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.s-reviews-testimonial:hover {
  border-radius: 10px 10px 10px 10px;
  background: linear-gradient(to left, var(--color-primary-light), var(--1), var(--color-primary-light));
  animation: bounceUp 0.6s ease-in-out;
  cursor: pointer; /* تغيير شكل الماوس */
}
/*مميزات المتجر*/
.s-block--features__item{
 background: none;
}

/* إخفاء الأيقونة الأصلية (مثل SVG أو FontAwesome) */
.s-block--features__item .feature-icon > * {
  display: none !important;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}
/* العنصر الأول */
.s-block--features__item:nth-of-type(1) .feature-icon {
  background-image: url('https://cdn.salla.sa/form-builder/tQke882vHXMe3WN4BuHWJDMhbY1ewweEBo4iYwCe.png');
   animation: pulse 3s ease-in-out infinite;
}

/* العنصر الثاني */
.s-block--features__item:nth-of-type(2) .feature-icon {
  background-image: url('https://cdn.salla.sa/form-builder/eJiUv7JDkbszdRPb4gxSqxI3agtE9kcGHnLIQAXM.png');
  animation: pulse 3s ease-in-out infinite;
}

/* العنصر الثالث */
.s-block--features__item:nth-of-type(3) .feature-icon {
  background-image: url('https://cdn.salla.sa/form-builder/VRpAcQZeRTwEpeHws9PDjfdRyoNEW89Iv4vbHC1X.png');
  animation: pulse 3s ease-in-out infinite;
}

/* إعداد الخلفية */
.s-block--features__item .feature-icon {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent; /* أو لون احتياطي */
  border-radius:0px;
  width:4rem;
  height:4rem;
}
@keyframes gradientText-left {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes gradientText-right {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.s-block--features__item p {
  background: linear-gradient(270deg, var(--color-primary), var(--color-primary-reverse), var(--color-primary-light));
  background-size: 400% 400%;
  animation: gradientText-left 6s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.s-block--features__item h2 {
   background: linear-gradient(270deg, var(--color-primary), var(--color-primary-reverse), var(--color-primary-light));
  background-size: 400% 400%;
  animation: gradientText-right 6s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 140px;
    margin: auto auto 20px;
    background-image: url(https://cdn.salla.sa/form-builder/tloMxCwonq8WKt2IHoJwV1GPebQ80Egh9ANhvyqC.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: color 1200ms linear infinite;
}

@keyframes color {
    0% {
       
        filter: hue-rotate(0deg);
    }
    50% {
       
        filter: hue-rotate(180deg);
    }
    100% {
        
        filter: hue-rotate(360deg);
}
.s-product-card-vertical {
  border: none;
  background:none;
}