code arkan OK

:root {
    --color-primary: #009999;
    --color-primary-dark: #006360;
    --color-primary-light: #fba81a;
    --color-primary-reverse: #fff;
}

.header-btn__icon,body:after{border:none}#mainnav,.s-block--categories .swiper-wrapper a{background-color:var(--third-color)}:root{--main-color:#191919;--second-color:#191919;--third-color:#fff}body:after{content:"";width:100%;height:100%;top:0;position:fixed;z-index:999999;background:url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/KQqNG/JbDy1v0LMvADcHjZbkZ0oA7UwATGAbE4iTNca8PI.png) center/160px no-repeat #fff;left:0;animation-name:fade-in;animation-duration:2s;animation-fill-mode:forwards}@keyframes fade-in{0%,50%{opacity:1}100%{opacity:0;visibility:hidden}}.header-btn__icon,.main-menu,.s-button-primary-outline,.s-cart-summary-total,.s-slider-block__title,.slide--cat-entry i,.store-footer h3{color:var(--main-color)}.main-menu li a:hover,.sicon-user-circle:hover::before,.slide--cat-entry h4{color:var(--second-color)}.s-block__title{color:#fff!important;border-right:11px solid var(--main-color);border-radius:9px;padding-right:15px;padding-top:7px;padding-bottom:9px;margin-right:12px}@media only screen and (max-width:1024px){.mm-spn.mm-spn--light{color:var(--main-color);background:var(--third-color)}}.s-block--photos-slider{margin-top:0!important}.swiper{padding-left:0!important}salla-slider.photos-slider .swiper-slide{position:relative;height:auto;width:100%;overflow:hidden;padding-left:0;padding-right:0}.swiper-pagination{display:none}.slide--cat-entry i{content:"\ec0b"}.s-product-card-entry{border:2px solid var(--main-color);padding:7px;border-radius:17px;box-shadow:0 0 10px #ddd}.s-block--features__item h4,.s-product-card-price{color:var(--main-color)}.s-product-card-content-footer .s-button-btn{border-radius:30px!important;font-size:13px;background:var(--main-color);box-shadow:0 0 10px #ddd;color:#fff}.footer-list,.s-block--features__item p,.store-footer a,.store-footer h3:hover,.store-footer__inner .max-w-sm{color:var(--second-color)}@media only screen and (min-width:600px){.lg\:grid-cols-6{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 1/span 1}}@media only screen and (max-width:600px){.s-product-card-content-footer .s-button-btn{font-size:10px}}.banner--fixed img{background-color:transparent!important}.store-footer{background-color:var(--third-color)!important;padding:30px;font-size:14px;border-top-left-radius:125px;border-top-right-radius:125px}.footer-is-light .store-footer .store-footer__inner{background_color:transparent}.store-footer__inner{background-color:transparent!important;text-align:center}.store-footer__inner .flex{justify-content:center}.store-footer__inner .max-w-sm{margin:auto}.store-footer h3{font-size:1.3rem}.store-footer h3:hover{opacity:1;coursor:pointer}.store-footer i{color:var(--main-color);border-color:var(--main-color)}.store-footer ul:nth-child(2):before{content:" ADV.steps ";top:0;font-size:14px;color:var(--main-color)!important;margin-left:30px}

.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: #CAAA9C!important;
    background-color: rgb(29 31 31/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: #d1d5db;
    color: rgb(209 213 219/var(--tw-text-opacity));
}

.header-btn__icon, .main-menu, .s-button-primary-outline, .s-cart-summary-total, .s-slider-block__title, .slide--cat-entry i, .store-footer h3 {
    color: #191919;
}

/*تعديل لون زر اضافة للسلة*/
.s-product-card-content-footer .s-button-btn {
    border-radius: 30px!important;
    font-size: 13px;
    background: #006360;
    box-shadow: 0 0 10px #ddd;
    color: #fff;
}


.s-block__title {
    color: #a81350!important;
    border-right: 11px solid #fba81a;
    border-radius: 9px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 9px;
    margin-right: 12px;
}


.s-product-card-entry:hover {
  animation: danmove ease 1s;
}

@keyframes danmove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

السادة
.s-product-card-entry {
    border: 2px solid rgba(0, 0, 0, .05);
    padding: 7px;
    border-radius: 17px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.s-product-card-entry {
    border: 2px solid transparent;;
    padding: 7px;
    border-radius: 17px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}

.s-product-card-vertical {
    flex-direction: column;
}
.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
    border-radius: .75rem;
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;


.store-footer ul:nth-child(2):before {
    content: " تطوير | Rahel ";
    top: 0;
    font-size: 14px;
    color: #0c5adb!important;
    margin-left: 30px;
}

.s-slider-container {
    height: 500px; /* حدد الارتفاع المطلوب للبنر */
}

.swiper-slide img {
    height: 100%; /* تأكد من أن الصورة تأخذ 100% من ارتفاع العنصر الحاوي */
    object-fit: cover; /* يحفظ تناسق الصورة دون تشويه */
}

@media (max-width: 768px) {
    .s-slider-container {
        height: 500px; /* حدد الارتفاع المطلوب للبنر في الموبايل */
    }

    .swiper-slide img {
        height: 200%; 
        object-fit: cover;
    }
}


}
.swiper-slide {
  /* التحكم في المسافة بين السلايدات */
  margin-right: 0px; /* يُستخدم مع الاتجاه الأفقي */
  margin-bottom: 0px; /* يُستخدم مع الاتجاه العمودي */