:root {
  --main-color: #674188;
  --second-color: #d1cbd9;
  --text-color: #674188;
    --hue: 223;
    --primary: #644529;
    --trans-dur: 0.3s
}

.sicon-shopping-bag::before {
    content: '';
    display: inline-block;
    width: 24px; /* Set the desired width */
    height: 24px; /* Set the desired height */
    background: url('https://cdn.assets.salla.network/themes/1894368909/1.11.0/images/icon-cart.svg') no-repeat center center;
    background-size: contain;
}
.s-product-card-entry {
  
    border-radius: 0px !important;
    --tw-bg-opacity: 1;
  
}
.s-product-card-entry

#salla-modal:not(.s-search-modal)>div.s-modal-wrapper>div>div.s-modal-header:before {
    display: block !important;
    content: '';
    background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/NKWdQb/Wu0ooQWaEsLPc7LgSYKHbKM9fCOGLa2iXdewi6zX.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 102px;
    margin: 15px auto;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: var(--body);
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical {
    height: 200px;
    background-color: var(--main-color);
    -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--second-color);
}

::-webkit-scrollbar-thumb:horizontal {
    width: 200px;
    background-color: var(--body);
    -webkit-border-radius: 0;
}


@keyframes Movecrosswise{
    0% {
        background-position-x: 0;
    }
    
    50% {
        background-position-x: 35000px;
    }

    100% {
        background-position-x: 0
    }
}
/* Scrolling Text Container */
/* Scrolling Text Container */
/* General Styles for the Stats Section */
/* General Styles for the Stats Section */
/* General Styles for the Stats Section */
.stats {
  display: flex;
  justify-content: center; /* Center the cards horizontally */
  gap: 20px; /* Space between the cards */
  margin-bottom: 20px; /* Space before the footer */
}

.stat-card {
  background: transparent; /* White background */
  border-radius: 12px; /* Rounded corners */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Shadow for a floating effect */
  padding: 20px; /* Inner spacing for content */
  text-align: center; /* Center align content */
  width: 280px; /* Card width matching the design */
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.stat-card:hover {
  transform: translateY(-5px); /* Hover effect to lift the card */
}

.stat-card img {
  width: 150px; /* Increase image size to match the design */
  height: 150px; /* Consistent height */

margin: 0 auto 15px;

}

.stat-card .number {
  font-size: 2.5rem; /* Large font size for the number */
  font-weight: bold; /* Bold number */
  color: red; /* Number color */
  margin: 0 0 10px; /* Space below the number */
}

.stat-card p {
  font-size: 1rem; /* Regular font size for the description */
  color: #000; /* Black color for the text */
  margin: 0; /* Remove extra margins */
}

.scrolling-text {
 background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);


    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 31px;
  color: #674188;
  display: flex;
  align-items: center;
  margin-top: 10px; /* Space below the slider */
  font-family: inherit;
    margin-top: -36px;
  padding: 0; /* Match the font of the page */
}

.scrolling-text .text-container {
  display: flex;
  gap: 2rem; /* Space between texts */
  animation: banSwiperScroll 15s linear infinite;
  /* Ensure enough content width */
  min-width: 200%; /* Make sure the text spans more than the visible area */
}

.scrolling-text .text-container span {
  display: inline-block;
  font-size: 1rem; /* Adjust font size */
  white-space: nowrap; /* Prevent text wrapping */
}

@keyframes banSwiperScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Scroll halfway for seamless looping */
  }
}



/* Apply the animation to the loader */
#loader {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: #fff!important;
    animation: fade-in 2.5s forwards
}

.everything {
    background-color: none;
    font: 1em/1.5 "DM Sans",sans-serif;
    height: 100vh;
    display: grid;
    place-items: center;
    transition: background-color var(--trans-dur),color var(--trans-dur)
}

.loading-text {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-top: 1rem; /* Space between SVG and text */
    text-align: center;
    font-weight: bold;
    opacity: 0; /* Start as invisible */
    animation: fadeInOut 1.5s ease-in-out infinite;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

/* Align the text and SVG within the container */
.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.loading-message {
    animation: msg .3s 13.7s linear forwards;
    position: absolute;
    width: 100%

}

.loading-message--last {
    animation-direction: reverse;
    animation-delay: 14s;
    visibility: hidden

}

.cart-icon {
    display: block;
    margin: 0 auto 1.5em;
    width: 8em;
    height: 8em
}

.cart-lines,.cart-top,.cart-wheel1,.cart-wheel2,.cart-wheel-stroke {
    animation: cartLines 2s ease-in-out infinite
}

.cart-lines {
    stroke: var(--main-color)
}

.cart-top {
    animation-name: cartTop
}

.cart-wheel1 {
    animation-name: cartWheel1;
    transform: rotate(-0.25turn);
    transform-origin: 43px 111px
}

.cart-wheel2 {
    animation-name: cartWheel2;
    transform: rotate(0.25turn);
    transform-origin: 102px 111px
}

.cart-wheel-stroke {
    animation-name: cartWheelStroke
}

.cart-track {
    stroke: hsla(var(--hue),10%,10%,0.1);
    transition: stroke var(--trans-dur)
}

@media(prefers-color-scheme: dark) {
    :root {
        --bg: hsl(var(--hue),10%,10%);
        --fg: hsl(var(--hue),10%,90%)
    }

    .cart-track {
        stroke: hsla(var(--hue),10%,90%,0.1)
    }
}

@keyframes msg {
    from {
        opacity: 1;
        visibility: visible
    }

    99.9% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes cartLines {
    from,to {
        opacity: 0
    }

    8%,92% {
        opacity: 1
    }
}

@keyframes cartTop {
    from {
        stroke-dashoffset: -338
    }

    50% {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 338
    }
}

@keyframes cartWheel1 {
    from {
        transform: rotate(-0.25turn)
    }

    to {
        transform: rotate(2.75turn)
    }
}

@keyframes cartWheel2 {
    from {
        transform: rotate(0.25turn)
    }

    to {
        transform: rotate(3.25turn)
    }
}

@keyframes cartWheelStroke {
    from,to {
        stroke-dashoffset: 81.68
    }

    50% {
        stroke-dashoffset: 40.84
    }
}
@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}
/* Add custom CSS styles below */ 
/* General styles */

.s-cart-summary-total {
    color: #fff;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
    color: black;
}
.s-login-modal-input {
    color: black;
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: black;
}
.s-verify-input[type=number] {
    color: black;
}
.btn--outline-primary {
    border-width: 1px;
    border-color: var(--text-color);
    color: var(--main-color);
}
.btn--outline-primary:hover {
    background-color: var(--second-color);
    color: var(--main-color);
}
textarea.form-input {
    color: black;
}
b, strong {
    font-weight: bolder;
    color: black;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.s-block--photos-slider {
    margin-top: 0 !important;
}

.swiper {
    padding-left: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 1.1rem;
    margin-right: 0.5rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.banner-swap {
    width: 100%;
    background: linear-gradient(45deg, #f9fafb, #f9fafb);
    color: #674188;
    overflow: hidden;
    padding: 10px 0;
margin-bottom: 5px;
    position: relative;
}

.bannt {
    display: flex;
    width: 100%;
    animation: banSwiperScroll 12s linear infinite;
    will-change: transform;
}

.bannt:hover {
    animation-play-state: paused; /* Pause scroll on hover */
}

.banrerr {
    white-space: nowrap;
    padding: 0 50px;
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.banrerr:hover {
    color: #ffffff;
    text-shadow: 0 0 8px #d9a968, 0 0 12px #bb8b43; /* Glowing effect */
}

.banrerr i {
    margin-left: 10px;
    animation: bounceIcon 1.5s infinite ease-in-out; /* Icon bounce */
}

/* Bouncing icon effect */
@keyframes bounceIcon {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

/* Smooth scrolling renamed from tickerScroll to banSwiperScroll */
@keyframes banSwiperScroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* Navigation */

    .object-contain {
    -o-object-fit: contain;
    object-fit: contain;
    padding-top: 12px;
}
#mainnav {
    width: 100%;
    border-radius: 15px;
    background: transparent;
    min-height: 68px;


}
.main-nav-container.fixed-header .inner {
    transform: translated(0, 0, 0);
     backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.bg-inherit {
    background-color: inherit;
    transform: translated(0, 0, 0);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0));
   
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37);
}


#mobile-menu {
  color: var(--text-color);
  padding-right: 111px;
}

#mobile-menu a:hover {
  color: var(--second-color);
}

.sicon-menu {
  color: #674188;
}
/* menu*/
/* Root Variables */


/* Navbar Modifications */
[dir=rtl] .mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-right: 0.75rem;
  content: "";
  text-align: center !important;
  display: block;
  height: 90px !important;
  background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/NKWdQb/Wu0ooQWaEsLPc7LgSYKHbKM9fCOGLa2iXdewi6zX.png);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  margin: 30px 50px 11px 50px;
}

/* Navbar Menu Adjustments */
@media (max-width: 650px) {
  ul.main-menu.mm-spn--open {
    margin-top: 100px;
  }
}

.mm-spn.mm-spn--navbar ul::before {
  content: "";
  display: block;
  position: fixed;
  z-index: 2;
  width: 100%;
  opacity: 0.15;
}

/* Content Styling */
.mm-ocd__content {
  background: #d2ddebb8;
}

@media only screen and (max-width: 1024px) {
  .mm-ocd__content {
    overflow-y: auto;
    min-width: 100% !important;
  }

  .mm-spn li a,
  .mm-spn li > span {
    padding: 18px;
    display: flex;
    gap: 1rem;
    margin: 7px;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .mm-spn li a span {
    padding: 0;
    font-size: 15px;
    text-shadow: 3px 3px 5px #97aac2;
  }

  .mm-spn.mm-spn--light {
    color: var(--prodCard-btn-background);
    background-color: #ffffff21 !important;
  }

 
}

/* Cancel Icon */
.sicon-cancel::before {
  content: "\ea47";
  color: red;
  text-shadow: 1px 1px 3px black;
  font-size: 25px;
}

/* Navbar Positioning */
@media (min-width: 991px) {
  .mm-spn.mm-spn--navbar ul {
    top: calc(var(--mm-spn-item-height) + 80px);
  }
}

@media (min-width: 650px) {
  .mm-spn.mm-spn--navbar ul {
    top: calc(var(--mm-spn-item-height) + 100px);
  }
}

/* Close Button */
.btn--close-sm {
  background-color: transparent;
}

/* Section Styling */
section:nth-of-type(40) {
  width: 100%;
  padding: 0 !important;
  padding-top: 40px !important;
  padding-right: 10px !important;
}

section:nth-of-type(40) .lazy__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  background-size: 100% 100% !important;
  background-position: center;
}
.s-product-card-image-contain {
    object-fit: cover;
}
/* menu*/
/* Latest Products */
.s-product-card-image img {
    height: 100%;
    width: 100%;
    opacity: 0;

    transition: opacity 500ms cubic-bezier(.4,0,.2,1);
    background: 0 0!important;
    transition: 1s
}


.s-product-card-image {
    position: relative;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    overflow: hidden;
    background-color: transparent;
    transition: 1s
}
.s-product-card-content-title a {
     -webkit-line-clamp: 3;
     overflow: hidden;
     text-overflow: ellipsis;
     height: 20px;
     overflow:hidden;
}
.s-product-card-content-title {
 
  line-height: 0.5rem;
}
/* nav start*/

.s-product-card-content {
        padding: 0.25rem !important;
            background: transparent !important;
    }
.s-product-card-price {
    z-index: 1 !important;
    }
    .s-button-btn {
    
    z-index: 2 !important;
      background: linear-gradient(135deg, var(--second-color), var(--main-color));
    }
    [class^=sicon-], [class*=" sicon-"] {
   
    font-size: 24px;
}
.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-radius: 0px;
    background: 0 0;
    transition: 1s
}

.s-product-card-vertical {
  position: relative;
   overflow: hidden;
   HEIGHT: AUTO;
    background: transparent !important;
  transition: all .3s ease-in-out !important;
      
  
}
.s-product-card-vertical .s-product-card-image:after {
  content: "";
  position: absolute;
    top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.19);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

.s-product-card-vertical .s-product-card-image:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.6s, 0.6s, 0.14s;
  transition-timing-function: ease;
}

.s-product-card-vertical .s-product-card-image:active:after {
  opacity: 0;
}
.s-product-card-vertical:hover::before {
  left:150%;
}
.s-button-primary-outline:hover {
    color: #fff !important;
        background-color: transparent;
}
.swiper-wrapper .s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    width: 108%;
    height: 44px;
    float: inline-end;
    margin-top: -110PX;
    color: #ffffff;
    font-size: 20px;
    background: #674188c4;
    font-weight: 400;
    margin-left: -8px;
}
.s-button-outline {
    border-color: transparent !important;
}
.s-button-btn, .s-price-range-number-input {
    border-radius: 0;
}

   .s-product-card-content-main a {
    text-decoration: none;
    font-weight: 600;
    font-size: medium;
    letter-spacing: 0.5px;
    line-height: 1.5;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
    position: relative;
    color: #674188 !important;
    display: flex
;
    -webkit-line-clamp: 3 !important;
    align-content: flex-end;
    justify-content: center;
}

.s-product-card-content-main a:hover {
  
    color: #674188 !important;

}
.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex
;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}
.s-product-card-price {
    font-size: 18px !important;
    line-height: 14px !important;
    font-weight: 600 !important;
    color: #674188 !important;
  
}


.s-slider-block__title h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #d1cbd9;

  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.text-center {
    text-align: center;
}
/* Footer Inner */
 .store-footer .store-footer__inner {
    background-color: #fb50c2;
    color: #fff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-image: url('https://www.transparenttextures.com/patterns/cartographer.png');    border-radius: 55px;
    position: relative;
    transition: all 0.3s ease;
}



/* Footer Outer */


/* Additional Styling */
.leading-6 {
    line-height: 1.5rem;
    font-size: 1.25rem;
    color: #ff7f01;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

footer a i {
  background-color: #ff7f01;
}

.copyright-text p {
    color: #ffffff;
}

.s-payments-list-item {
    border: 1px solid #03161f;
}


salla-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--main-color);
}

/* Modern Price */

.s-slider-block__display-all {
    color: var(--main-color) ;
    /* animation: test 1200ms linear infinite !important; */
    font-size: 20px !important;
}
.s-slider-block__title h2 {

    font-size: 20px !important;
  color: var(--main-color);
}
.s-cart-summary-total {
  color: #674188;
  font-weight: 500;
  background-color: transparent; /* No background */
  padding: 10px 0;
  border: none;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-size: 20px;
}

.s-cart-summary-total:hover {
  text-decoration: underline; /* Underline text on hover */
}





.header-btn__icon {
    color: #fff;
    border: #817c78;
    background: #674188;
}





.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {

  display: none;
}
.banner--fixed img {

  background: none;
}
/* General Styles */
.leading-6 {
    line-height: 1.5rem;
    font-size: 1.25rem; /* Specify a consistent font size */
    color: var(--primary-color); /* Apply primary color */
    font-weight: 600; /* Add some weight for emphasis */
    text-transform: uppercase; /* Uppercase text for better readability */
    letter-spacing: 0.05em; /* Slight letter spacing for readability */
}


/* Responsive Styles */
@media (min-width: 1024px) {
    .store-footer h3 {
        margin-bottom: 1.25rem;
        padding: 12px;
    }
}
@media only screen and (min-width: 1024px) {
    @media (min-width: 1024px) {
        .main-menu {
            display: flex;
            margin: 1px;
        }
    }
}


.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: 0.625rem;
     transform: scale(1.1);
  background: linear-gradient(135deg, var(--main-color), var(--second-color));
    color: #fff;
}
.s-contacts-icon:where([dir="rtl"], [dir="rtl"] *):hover {
    margin-left: 0.625rem;
     transform: scale(1.1);
  background: linear-gradient(135deg, var(--second-color), var(--main-color));
    color: #fff;
}
.hover\:text-primary:hover {
    color: #414042;
    color: #000000;
}
.s-product-card-sale-price:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    color: black;
    font-size: 16px;
    --tw-space-x-reverse: 1;
    font-weight: bold;
}
.s-product-card-sale-price h4 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, 1) !important;
    font-size: 17px;
    font-weight: bold;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}
.store-footer a {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 16px;
    font-weight: 400;
}
.store-footer {
  background: linear-gradient(135deg, var(--second-color), var(--main-color));
  border-top: 2px dashed var(--second-color) !important;

    padding: 30px;
    font-size: 14px;
    border-top-left-radius: 125px;
    border-top-right-radius: 125px;
    text-align: center;
    transition: box-shadow 0.3s;
    box-shadow: 0 3px 6px rgba(102, 15, 86, 0.333), 0 6px 20px rgba(190, 78, 169, 0.262);
    position: relative;
    overflow: hidden;
}

.store-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: inherit;
    backdrop-filter: blur(10px);
    z-index: -1;
}

.footer-is-light .store-footer .store-footer__inner {
    background-color: transparent;
    font-size: 18px !important;
    border-bottom-color: transparent;
}

.store-footer__inner {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff!important;
    border-radius: 50%;
    padding: 20px;
    backdrop-filter: blur(5px);
}


.store-footer__inner .flex {
    justify-content: center;
}

.store-footer__inner .max-w-sm {
    margin: auto;
}

.footer-list {
    color: white !important;
}

.store-footer__inner .max-w-sm {
    color: white !important;
}

.store-footer a {
    color: white !important;
    text-decoration: none;
}

.store-footer a:hover {
    color: #fed009;
}

.s-contacts-header {
    display: none;
}

.s-contacts-list.s-contacts-list-vertical {
    align-items: center;
}

.store-footer i {
    color: white !important;
    border-color: transparent !important;
}

.store-footer .contact-social {
    border: none;
}

.store-footer__inner {
    text-align: center;
}

.store-footer__inner h3:hover {
    color: white !important;
      

}

.text-center {
    text-align: center;
    padding: 0;
    position: relative;
    font-weight: bold;
    font-size: 1.2rem;
}


.copyright-text p {
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgb(255 255 255);
}
.store-footer h3 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: white;
}
@keyframes sigal {
    0% {
        filter: drop-shadow(2px 4px 6px #d5c48c)
    }

    100% {
        filter: none;
    }
} 
.banner-entry{
    width: 52vw;
    min-height: 200px;
    background: unset;
}

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

}     
.lazy__bg:hover {
    transform: scale(1.05);
    transition: .9s;
}

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

@media only screen and (max-width: 600px) {
.banner-entry{
    height:auto;
}
}
@media (min-width: 768px){
.two-row .banner-entry:first-child {
    height: auto !important;
}
}
.main-nav-container {
    background: transparent;
}
.s-cart-summary-total {
    display: flex;
}
  .rtl\:lg\:pr-20:where([dir="rtl"], [dir="rtl"] *) {
   text-align: center;
    content: "";
    display: block;
    height: 110px;
    width: 211px;
  margin: -19px auto 0px 4%;
      background-image: url(https://www2.0zz0.com/2025/01/04/07/959997837.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: sigal 1200ms linear infinite;
}
    }


/* Apply the animation to the loader */