/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
/* Base styles for mobile view */


.s-block.s-block--banners > .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; /* Adjust the gap between banners */
}

.s-block.s-block--banners > .grid .banner-entry {
    flex: 1 1 calc(50% - 1rem); /* Two banners side by side */
    height: 5rem; /* Adjust the height as needed for mobile */
    background: none;
}

.s-block.s-block--banners > .grid .banner-entry.large {
    flex: 1 1 100%; /* Full width for the large banner */
    height: 10rem; /* Adjust the height as needed */
    background: none;
}

/* Styles for laptop/desktop view */
@media (min-width: 768px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 10rem; /* Adjust the height as needed for desktop */
    }

    .s-block.s-block--banners > .grid .banner-entry.large {
        height: 20rem; /* Adjust the height as needed for the large banner */
    }
}

/* Flexbox adjustment to center the large banner */
.s-block.s-block--banners > .grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem; /* Adjust the gap between banners */
    width: 100%;
}

/* Additional classes from your initial code */
.lazy__bg {
    background-size: 100% 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

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

/* Ensuring responsive height adjustment */
@media only screen and (max-width: 600px) {
    .banner-entry {
        height: auto;
    }
}

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


/* Add custom CSS styles below */ 
:root {
    --color-primary: #1e783a;
    /*خلفية الايقون*/
    --color-primary-dark: #1e773b;
    /*بقية الناف*/
    --color-primary-light: #fff;
    --color-primary-reverse: #48974a;
    --c:#ffffff;
    /*الناف و انا نازلة والفوتر*/
    --6: #b7e396;
    /*حواف الايقون و الريال*/
    --1: #bfe39f;
    /*الناف وهو واقف*/
    --2: #ffffff;
}
.navbar-brand {
    animation: simpleMoves 5s infinite;
}

@keyframes simpleMoves {
    0% {
        transform: scale(1) rotate(0deg) translate(0, 0);
    }
    10% {
        transform: scale(1.05) rotate(2deg) translate(2px, -2px);
    }
    20% {
        transform: scale(1.1) rotate(-2deg) translate(-2px, 2px);
    }
    30% {
        transform: scale(0.95) rotate(1deg) translate(3px, -3px);
    }
    40% {
        transform: scale(1) rotate(-1deg) translate(-3px, 3px);
    }
    50% {
        transform: scale(1.03) rotate(0deg) translate(0, -2px);
    }
    60% {
        transform: scale(1.08) rotate(2deg) translate(2px, 0);
    }
    70% {
        transform: scale(1) rotate(-2deg) translate(-2px, 0);
    }
    80% {
        transform: scale(1.05) rotate(0deg) translate(0, 2px);
    }
    90% {
        transform: scale(1) rotate(0deg) translate(0, 0);
    }
    100% {
        transform: scale(1) rotate(0deg) translate(0, 0);
    }
}


.navbar-brand img {
  max-height: 8rem;
  width: auto;
  max-width: 200px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 80px;
}


.banner--fixed img {
  background: none;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.banner--fixed img:hover {
  transform: translateY(-10px); /* Move up */
  box-shadow: 0 0 15px var(--color-primary); /* Add a glowing border */
}

.s-block {
  margin-top: 2rem;
  background:none;
}
@media (max-width: 600px) {
  .s-block.s-block--banners > .grid .banner-entry {
    height: 110px;
    background:none;
  }
}
@media screen and (min-width: 900px) {
  .s-block.s-block--banners > .grid .banner-entry {
    height: 280px;
    background:none;
  }
}
.s-block.s-block--banners > .grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem; /* Optional: Add spacing between grid items for better aesthetics */
}

.s-block.s-block--banners > .grid .banner-entry {
    padding-top: 0%;
    height: 170px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth animations for hover effects */
}

.s-block.s-block--banners > .grid .banner-entry:hover {
    transform: scale(1.05); /* Slightly enlarges the item on hover */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Adds a shadow for emphasis */
}

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

.s-block.s-block--banners:nth-of-type(19) {
    margin-bottom: 1rem;
}

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

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



header.store-header:before {
  content: "";
  background: url(https://i.postimg.cc/NFhz323n/3x.png);
  background-repeat: repeat-x;
  background-position-x: 0;
  animation: scrollBrands 2000s linear alternate both infinite;
  background-size: contain;
  height: 50px;
  display: block;
  background-color: var(--main-color);
  background-position: center;
  margin-bottom: 16px;
  z-index: 9999999999999999;
}

@keyframes scrollBrands {
  0% {
    background-position-x: 0;
  }

  50% {
    background-position-x: 35000px;
  }

  100% {
    background-position-x: 0;
  }
}

header.store-header:before {
        background-size: 180%;
        height: 39px;
        background-position: center;
        margin-bottom: -2px;
    }
}

.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;
}
/*===start header===*/
.s-slider-block__title {
    align-items: center;
    justify-content: center !important;
    /*color: rgb(148, 133, 142)*/
    ; }

[dir="rtl"] .s-slider-block__title h2 {
    padding-left: 0rem;
    text-align: center;
}

div.s-block__title {
    justify-content: center;
}

/*تغيير لون الهيدر*/
 .main-nav-container {
   background: linear-gradient(to left, var(--color-primary-light), var(--2));
    color: var(--color-primary);
    border-radius: 0 0 60px  60px; 
    box-shadow: 0 0 20px var(--color-primary);
}
 .main-nav-container:hover {
   background: linear-gradient(to left, var(--c), var(--color-primary-light));
    color: var(--color-primary);
    border-radius: 0 0 60px  60px; 
    box-shadow: 0 0 20px var(--2);
}

.main-nav-container.fixed-header .inner {
  transform: translate3d(0, 0, 0);
  background: linear-gradient(to left, var(--color-primary-light), var(--6));
  color: var(--color-primary);
  border-radius: 050px 050px;
  box-shadow: 0 0 20px var(--color-primary);
}
.main-nav-container.fixed-header .inner:hover {
  transform: translate3d(0, 0, 0);
  background: linear-gradient(to left, var(--c), var(--color-primary-light));
    color: var(--color-primary);
    border-radius: 0 0 60px 60px; 
    box-shadow: 0 0 20px var(--2);
}

/*ايقونات الهيدر*/
.header-btn__icon {
    color: var(--color-primary);
    background-color: var(--1)40;
    border-radius: 9px;
    border: 1px solid var(--1); /* Fixed invalid syntax */
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.header-btn__icon:hover {
    background-color: var(--color-primary-light);
    transform: scale(1.1); /* Slightly enlarges the button */
}

/*ايقونة القائمة الجانبية*/
@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;
}

/*search*/
.top-navbar {
     background: linear-gradient(to left, var(--color-primary-light), var(--6));
    color:var(--color-primary);
}
.top-navbar .s-search-input {
  border-style: none;
  background: linear-gradient(to left, var(--6), var(--color-primary-light));
  color:var(--color-primary);
}
.top-navbar a {
    background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent background for text */
    padding: 0.2rem 0.5rem; /* Add padding around the text */
    border-radius: 5px; /* Optional: rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Simple shadow effect */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effect */
}

.top-navbar a:hover {
    background-color: rgba(255, 255, 255, 0.4); /* Slightly change background on hover */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Stronger shadow on hover */
}


.s-block--features__item {
    box-shadow: inset rgba(0, 0, 0, .1) 0 4px 12px;
}
@media (min-width: 768px) {
    .s-block--features__item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.s-block--features__item {
    display: flex;
    flex-grow: 1;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 500ms;
}
/*==end header==*/
 /*==start slider image==*/
@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;
    }
}

/*==end slider image==*/
/*==statrt categories==*/
s-block.s-block--banners > .grid {
    grid-template-columns: 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: 170px;
}

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

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

/*categories responsive*/
/*phones screen*/
@media (max-width: 600px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 110px;
    }
}

/*ipad air, ipad mini screen*/
@media screen and (max-width: 900px) and (min-width:600px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 210px;
    }
}

/*ipad pro and laptop screen*/
@media screen and (min-width: 900px) {
    .s-block.s-block--banners > .grid .banner-entry {
        height: 280px;
    }
}

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

/*توسيط عنوان اقسام المتجر*/
.s-block.s-block--banners.container .s-block__title {
    justify-content: center !important;
}

/*.s-block.s-block--banners > .grid .banner-entry {  
border: 1px solid var(--color-primary);  
padding: 0px;
margin: 0px;
} */
/*==end categories==*/
/*==start procducts==*/
/*تغيير لون الخلفية الرمادية اللي خلف صورة المنتج*/
.s-product-card-image {
    background-color: #fff;
}

    }
}

.
/*نهاية المنتجات*/

.s-block--features__item {
  display: flex;
  flex-grow: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  border-radius: .375rem;
  --tw-bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255,255,255,var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 500ms;
  background:none;
}
/*add to cart box*/
salla-add-product-button[width=wide]:hover {
    box-shadow: rgba(0,0,0,0.43) 0 2px 4px,rgba(0,0,0,0.43) 0 7px 13px -3px,rgba(0,0,0,0.43) 0 -3px 0 inset;
    animation: signal 2000ms infinite
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 var(--color-primary) inset
    }

    100% {
        box-shadow: 0 0 0 5px var(--color-primary) inset
    }
}

/*==end products==*/
/*== genral==*/
‎/*عنوان المنتجات المتحركة*/
/*.s-slider-block__title {
    background: var(--color-primary);
    width: 100%;
}*/
/*عنوان المنتجات الثابتة*/
.s-block__title {
    background: var(--color-primary);
}

*/ body#app {
    background-color: #fff;
}




.shadow-default {
    box-shadow: none;
}

/*==end general==*/
/*==start footer==*/
.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/KXbRg/mmGRDNxlSdK39voE9eNXApftb0yfjsE9twgi8Zn5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: sigal 1200ms linear infinite;
}

@keyframes sigal {
    0% {
        filter: drop-shadow(2px 4px 6px var(--2))
    }

    100% {
        filter: none;
    }
}

.footer-is-light .store-footer .store-footer__inner {
    background: linear-gradient(to right, var(--6), var(--color-primary-light)); /* Gradient background */
    color: var(--color-primary); /* Text color */
    border-radius:  200px 200px 0 0;
    box-shadow: 0 0 20px var(--color-primary);
}
.footer-is-light .store-footer {
    background:none;
}

@media (max-width: 991px) {
    .store-footer {
        text-align: center;
        margin-top: 0px;
    }

    /*center logo & links*/
    .store-footer a {
        justify-content: center;
        flex-direction: column;
    }

    /*من نحن واسم المتجر*/
    .lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 {
        justify-content: center;
        display: inline-grid;
    }

    /*المسافات بين ايقونات التواصل والنصوص*/
    .unicode {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .store-footer .contact-social ul {
        justify-content: center;
    }
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-whatsapp2 {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-iphone {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-paper-plane-o {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-phone {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

i.rtl\:ml-2\.5.ltr\:mr-2\.5.border.rounded-full.w-8.h-8.justify-center.flex.items-center.shrink-0.sicon-mail {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

.footer-is-light .store-footer .social-link {
    border-radius: 9px;
    border-width: 0px;
    color: #fff;
    background: #ffffff54;
}

/*==end footer==*/
/*==start main menu==*/
.mm-spn.mm-spn--light {
   background: linear-gradient(to left, var(--color-primary-light), var(--6));
   color: var(--color-primary);
}

nav#mobile-menu {
    color: AC7E8130;
}
.s-block--features__item p {
  color: #151515 !important;
}
.s-contacts-list>div:nth-child(1)>a:nth-child(1)>span:nth-child(1) {
    background:  linear-gradient(to right, #C0EBA6, #fff);
     animation: sigal 1200ms linear infinite;
}

.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: #6cac3c; /* Change color to tomato on hover */
}
.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;
}
/* Import new font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

.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: sigal 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-product-card-entry img {
    transition: transform 1s ease;
}

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

.s-cart-summary-total {
    font-weight: 600;
    --tw-text-opacity: 1;
    background: linear-gradient(to right, var(--color-primary), var(--1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
salla-add-product-button[width=wide]:hover {
    box-shadow: rgba(0, 0, 0, 0.43) 0 2px 4px, rgba(0, 0, 0, 0.43) 0 7px 13px -3px, rgba(0, 0, 0, 0.43) 0 -3px 0 inset;
    animation: signal 2000ms infinite, pulse 1500ms infinite;
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 var(--color-primary) inset;
    }
    100% {
        box-shadow: 0 0 0 5px var(--color-primary) inset;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 5px var(--color-primary), 0 0 10px var(--color-primary);
    }
    50% {
        box-shadow: 0 0 15px var(--color-primary), 0 0 25px var(--color-primary);
    }
    100% {
        box-shadow: 0 0 5px var(--color-primary), 0 0 10px var(--color-primary);
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

/* Add different hover effects dynamically */
salla-add-product-button[width=wide]:hover.bounce {
    animation: bounce 1000ms infinite;
}

salla-add-product-button[width=wide]:hover.spin {
    animation: spin 2000ms infinite linear;
}

salla-add-product-button[width=wide]:hover.glow {
    animation: glow 1500ms infinite;
}

salla-add-product-button[width=wide]:hover.slide {
    animation: slide 800ms infinite ease-in-out;
}
.main-menu > .has-children:hover > a,
.main-menu li > a:hover {
    color: #528b27;
    transform: translateY(-2px); /* Adds a subtle upward movement */
    transition: color 0.3s ease, transform 0.3s ease; /* Smooth transition for both color and movement */
}


.s-product-card-vertical {
  border: none;
  background:none;
}

@keyframes zoomIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.banner--fixed img.visible {
    animation: zoomIn 1.5s ease-out;
}

/*البانرات*/
.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: zoomIn 1.5s ease-out;
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Reset to normal position */
}

@keyframes flipIn {
    0% {
        transform: rotateY(-180deg);
        opacity: 0;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

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

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

/* Product start */
/* 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;
    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: -114px;
    /* color: #ffffff; */
    font-size: 20px;
    background: linear-gradient(45deg, var(--product-color1), var(--product-color2));
    font-weight: 400;
    margin-left: -8px;
    border-radius:20px
}
.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: var(--main-color) !important;
    display: flex
;
    -webkit-line-clamp: 3 !important;
    align-content: flex-end;
    justify-content: center;
}

.s-product-card-content-main a:hover {
  
    color: var(--second-color) !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: var(--main-color) !important;
  
}


.s-slider-block__title h2::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #9a7e6f00;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.text-center {
    text-align: center;
}
.s-button-primary-outline {
    color: #fbfbfb;
}
/* Product End */
#featured-products-style2-11 {
    background-color: transparent !important;
}
@media only screen and (max-width: 600px) {
 
 .lazy__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-size: contain!important;
  background-position: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background-repeat: no-repeat; 
}

.banner--fixed img {background: var(--body-color);width:95%!important;margin-top: 40px;margin-bottom: 10px;}
.square-photos {
    background: transparent;
    width: 35%;

    animation-iteration-count: infinite;
    transition-duration: 1s;
    transition-property: scale;
    border-radius: 30px;
    height: 180px;
}
 


 .store-footer__inner .max-w-sm{position: relative; }
 
.s-block {
   margin-top: 0rem !important ; 
}

@media (min-width: 1280px) {
  .container {
    max-width: 200% !important ;
  }
}

@media (min-width: 640px) {
  .s-block {
    margin-top: 0rem;
  }
}
   .main-menu>li>a[href*=offer] {
    --tw-text-opacity: 1;
    color: var(--main-color-color);
    
}
    .slide--cat-entry {
    display: flex
;
    height: 9rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: #ff000000);
    padding: 0.75rem;
    text-align: center;
    transition-property: color, backgroun;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    margin-top: 40px;
}
    .s-products-slider-card {
    transition-duration: 0.4s;
    transition-property: scale;
    transform:scale(0.67)!important;
    margin:-42px;   
}

@media (min-width: 1024px) {
    .s-products-slider-card {
        width: 20%;
    }
}

@media (min-width: 640px) {
    salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
        padding-left: 0.0002rem;
        padding-right: 0.85rem;
    }
}


/************/