.footer-link {
    color: #5d8359;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 8px;
    width: fit-content;
}
/* Scroll bar */
body::-webkit-scrollbar {
    width: 16px;
}

body::-webkit-scrollbar-track {
    background: #c9c9c9;
    border-radius: 12px;
}

body::-webkit-scrollbar-thumb {
    background: #3B6E35;
}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: #3B6E35 #c9c9c9;
    }
}
/* End Scroll bar */
/* Top-navbar */
.top-navbar {
    background: #3C6E34;
    background: linear-gradient(82deg, #3c6e34 0%, #4f9651 70%, #5ca15f 100%);
}
.topnav-link-item, .s-contacts-topnav-link {
    color:#1A1A1A;
    font-weight:600;
}
.topnav-link-item:hover, .s-contacts-topnav-link:hover {
    color: white;
    opacity:1;
}
.btn--rounded-gray:hover, .top-navbar .s-search-input:hover, .top-navbar .s-search-input:focus {
    background-color: white;
}
/* end top-navbar */
/* navbar */
.header-btn:hover .header-btn__icon,
.s-cart-summary-wrapper:hover .header-btn__icon.icon,
.s-cart-summary-wrapper:hover {
    color: #3C6E34;
    border-color: #3C6E34;
}
.header-btn__icon,
.header-btn__icon.icon {
    transition: all 0.3s ease;
}
.s-cart-summary-wrapper {
    width: max-content;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
  padding-inline-end: 8px;
}

@media (min-width: 1024px) {
    .main-nav-container {
        min-height: 84px;
        max-height: fit-content;
    }
}
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--navbar.mm-spn--main:where([dir="rtl"], [dir="rtl"] *):after, 
    .mm-spn.mm-spn--navbar:where([dir="rtl"], [dir="rtl"] *):after{
        color: white;
    }
}
.btn--close-sm:where([dir="rtl"], [dir="rtl"] *) {
    left: 78.5px;
}
.mm-spn a:hover {
    font-size: 16px;;
    background: #eeeeee;
    color: #3C6E34;
}
.mm-ocd__content {
    max-width: 440px;
}
/* end navbar */
/* feedback */
.s-reviews-header {
    font-size: 2rem;
    color:#3C6E34;
}
.s-reviews-container {
    padding: 12px 0;
}
.s-slider-container {
    padding-bottom: 31px;
}
.s-reviews-container .swiper-slide-active {
    margin: 0 10px;
}
/* السلايد */
.s-reviews-swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 2rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.s-reviews-swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 5rem;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.s-reviews-swiper-slide:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px #0000001a;
}

/* الصورة الرمزية */
.s-reviews-testimonial__avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #3C6E34; 
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* النص */
.s-reviews-testimonial__text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-top: 1rem;
    font-weight: 500;
}
.s-reviews-testimonial__name_wrapper {
    margin-top: 1rem;
}
/* الاسم */
.s-reviews-testimonial__info h2 {
    font-size: 1.2rem;
    color: #3C6E34; 
    margin-left:1rem;
    margin-bottom: 0.5rem;
}

/* النجوم */
.s-rating-stars-btn-star svg {
    fill: #fbbf24 !important;
    width: 22px;
    height: 22px;
}

/* الأيقونة الزخرفية */
.s-reviews-testimonial__icon svg {
    fill: #3C6E34;
    opacity: 0.8;
}
.s-block--testimonials .s-slider-block__title-nav {
    top: 50% !important;
}
.s-block--testimonials .s-slider-block__title-nav button {
    background-color:#3C6E34;
}
.s-block--testimonials .s-slider-block__title-nav button:hover {
    background-color:#3C6E34;
    top:49% !important;
}
.s-block--testimonials .s-slider-block__title-nav .s-slider-nav-arrow svg {
    width: 22px;
    fill: white;
}
.s-slider-container {
    box-shadow: none;
}
.s-reviews-container .swiper-slide-active {
    margin: 0 10px;
}
/* end feedback */
/* features */
.s-block--features__item {
    transition: all 0.3s ease, transform 0.3s ease;
}
.s-block--features__item:hover {
    background-color: #3C6E34;
    --tw-shadow: 5px 10px 30px #2b2d342e;
}
.s-block--features__item:hover .feature-icon i{
    background-color: white;
    padding:8px 5px;
    border-radius:12px;
}
.s-block--features__item:hover h2 {
    color: white;
}
.s-block--features__item:hover p {
    color: white;
}

/* end features */
/* footer */
.footer-is-light .store-footer .store-footer__inner {
    background: #CCE3B7;
    color: black;
}
.footer-is-light .store-footer {
    color: black;
}
.copyright-text p {
    color: white;
}
.s-social-list {
    margin-top:1rem;
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    justify-content: start;
}
.s-social-link a {
    display: inline-flex;
    align-items: star;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f5f5f5; /* خلفية خفيفة */
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 12px #0000000d;
}
.s-social-icon svg {
    width: 24px;
    height: 24px;
    fill: #3C6E34; 
    transition: fill 0.3s ease;
}
.s-social-link a:hover {
    background-color: #3C6E34;
    transform: translateY(-4px);
}
.s-social-link a:hover .s-social-icon svg {
    fill: #fff;
}
.store-footer .s-contacts-item:hover {
    opacity: 1;
    color: white;
}
.store-footer .s-menu-footer-list a:hover {
    opacity: 1;
    color: white;
}
.store-footer a {
    transition: all 0.3s ease;
}
.store-footer h3 {
    font-size: 1.325rem;
    color: #3B6E35;
}
.s-contacts-icon {
    background-color: white;
        transition: background-color 0.3s ease, transform 0.3s ease;
}
.s-contacts-list a:hover .s-contacts-icon {
    background-color: #3B6E35;
    transform: translateY(-4px);
}

.s-contacts-list a:hover .s-contacts-icon svg{
    fill: #fff;
}
.footer-is-light .store-footer .contact-social {
    border-style: dashed;
}
/* end footer */
/* Full Width Slider */
salla-slider.photos-slider .swiper {
    width: 100%;
}
@media (min-width: 768px) {
    salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
        padding-left: 0rem;
    }
}
@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%;
    }
}

/* Center the products */
@media (min-width: 1024px) {
    .s-products-slider-slider .swiper-wrapper {
        justify-content: center;
    }
}
.s-products-slider-slider .swiper-wrapper {
    justify-content: center;
}
/* Bigger logo */
/* Navbar */
.navbar-brand img {
    max-height: 5rem;
}
/* Fixed Navbar */
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 80px;
}
/* ---------------------- */
/* Add custom CSS styles below */ 
/* MA7 */

.mm-spn.mm-spn--navbar.mm-spn--main,
.mm-spn.mm-spn--light {
  background-color:#3B6E35;
  color:#FFF;
  border-top-left-radius:3rem;
  border-bottom-left-radius:3rem;
  max-width:85%;
}
.mm-ocd--open .mm-ocd__content {
    background: transparent;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
    font-size: 1.25rem;
}
.close-mobile-menu {
   top: 50%;
    z-index: 9999;
    height: 8rem;
    width: 10%;
    transform:translateY(-50%) !important;
    border-radius: 1.1rem;
    background-color: #e60000;
    color:#FFF;
    left: 2.5% !important;
}
/*
.mm-spn ul:not(.mm-spn--open li) li:hover {
  background-color:#FFF;
  color:#000;
}*/

.mm-spn ul:not(.mm-spn--parent):not(.f_user-menu-items)>li:hover, .mm-spn ul.f_user-menu-items>li a:hover {
    background-color: #FFF;
    color: #000;
}

.mm-ocd__content {
    padding: 0.5rem 0px;
}
.s-product-card-vertical .s-product-card-image{
  border-radius:2rem;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-radius: 1rem;
    border-width: 0;
    background-color: #3B6E35;
    padding: 0.75rem;
    color: #FFF;
}
.s-product-card-price {
  font-size:1rem;
}
.s-product-card-content-title a {
  font-size:1.25rem;
}

.feature-icon {
    align-self: start;
    background-color:transparent !important;
}
.feature-icon i {
  color:#3B6E35 !important;
  
}
.s-block--features__item h2{
  width:100%;
  color:#3B6E35 ;
  font-size:1.25rem;
  padding:5px 0px;
}

.s-block--features__item {
    padding-top: 1rem;
    border-radius: 0.1rem 2.1rem 0.1rem 2.1rem;
    margin: 1rem;
    width: 18.5rem;
    box-shadow: 5px 0 12px rgba(0, 0, 0, 0.1);
}
.slide--cat-entry {
  width:9rem;
  border-radius:50%;
  background-color:#ededed;
}
@media (max-width:764px) {
  .s-block--features__item:first-child {
    grid-column: initial;
  }
  .grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\] {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .store-footer__inner {
    text-align:center;
  }
  .store-footer a {
    justify-content:center;
  }
  .store-footer .contact-social ul {
  justify-content:center;
  }
  .store-footer__inner .container:before {
    margin:auto !important;
  }
  
}

/* Footer */

.md\:flex.items-center.justify-between.py-4.container.text-center,
.store-footer {
  background-color:#3B6E35 !important;
}

/* Details */

@keyframes pupup {
0%{
    transform:scale(1)
    }
18%{
    transform:scale(1)
    }
80%{
    transform:scale(1)
    }
100%{
    transform:scale(0)
    }
}

@keyframes pupup_logo{
0%{
    transform:scale(0)
    }
18%{
    transform:scale(1)
    }
75%{
    transform:scale(1)
    }
95%{
    transform:scale(0)
    }
100%{
    transform:scale(0)
    }
}

body:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFF;
    position: fixed;
    z-index: 999999;
    transform: scale(0);
    animation-name: pupup;
    animation-duration: 2s;
}

body:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: url('https://d.top4top.io/p_3602itzv91.png');
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 165px;
    transform: scale(0);
    animation-name: pupup_logo;
    animation-duration: 2s;
    /*filter: contrast(0.5) brightness(454.5);	*/
}


/* Logo */

.store-footer__inner .container:before {
    text-align: center;
    content: "";
    display: block;
    height: 70px;
    width: 170px;
    margin:0px;
    background-image: url('https://d.top4top.io/p_3602itzv91.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding:25px;
}


.s-modal-header .s-login-modal-header-icon { display:none }
.s-modal-header::before {
    content: "";
    text-align: center!important;
    display: block;
    height: 70px!important;
    background-image: url('https://d.top4top.io/p_3602itzv91.png');
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: top center!important;
    margin-bottom: 25px;
}
.s-button-btn {
    font-size: 1rem;
    line-height: 2rem;
    padding: 1rem 1rem 1rem;
}
@media (min-width: 1024px) {
    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
.s-block__title {
    justify-content: center;
}
.s-block__title h2 {
    font-size: 2rem;
    color: green;
}
.s-product-card-horizontal .s-product-card-content-title a {
    overflow: visible;
}
.s-product-card-horizontal .s-product-card-image {
    height: auto;
    width: 100%;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    padding: 8px !important;
}
.s-product-card-entry {
    flex-direction: column;
}
.s-products-list-horizontal-cards {
    display: flex;
    justify-content: center;
}
.s-block--features__item {
    width: auto;
}