تم حذف جميع أكواد الخط من CSS، وهذا الكود جاهز للنسخ واللصق مباشرةً:

```css
/* الألوان الرئيسية حسب هوية سيلفر ستار */
:root {
  --primary-color: #0A7ABF; /* أزرق أساسي (نظافة واحترافية) */
  --secondary-color: #5AB1E8; /* أزرق فاتح (راحة) */
  --accent-color: #FFC107; /* ذهبي (جودة وفخامة) */
  --neutral-color: #F5F5F5; /* رمادي فاتح (هدوء) */
  --text-color: #333333; /* لون النص الأساسي */
}

/* الإعدادات الأساسية للجسم */
body {
  color: var(--text-color);
  background-color: var(--neutral-color);
  line-height: 1.8;
}

/* العناوين */
h1, h2, h3, h4 {
  color: var(--primary-color);
  font-weight: 700;
}

/* الأزرار */
.btn-primary {
  background-color: var(--primary-color);
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--secondary-color);
}

.btn-accent {
  background-color: var(--accent-color);
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.btn-accent:hover {
  transform: translateY(-3px);
}

/* تصميم البطاقات Cards */
.card {
  background-color: #FFFFFF;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-radius: 12px;
  padding: 20px;
  margin: 15px;
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.card img {
  width: 100%;
  border-radius: 8px;
}

/* حقول الإدخال Input Fields */
input[type=text],
input[type=email],
input[type=password],
textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: var(--primary-color);
  outline: none;
}

/* شريط التنقل Navbar */
.navbar {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  padding: 15px 20px;
}

.navbar a {
  color: var(--text-color);
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.navbar a:hover {
  color: var(--primary-color);
}

.navbar .logo {
  font-weight: 700;
  color: var(--primary-color);
}

/* مؤثرات بصرية عامة Transitions & Animations */
* {
  transition: all 0.3s ease;
}

.fade-in {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* تجاوبية الموقع Responsive Design */
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .card {
    padding: 15px;
  }
  .navbar {
    padding: 10px;
  }
}
```

جاهز للاستخدام فورًا 🚀✨

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

.s-slider-block__title-nav {
    display: none !important ;
}
 salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding:0 ;
  margin:0 ;
}


[dir=rtl] .carousel-slider .swiper {
    padding-left: 0;
    padding-right: 0;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-left: 0;
    padding-right: 0;

}
salla-slider.photos-slider .swiper:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 0 ;
    padding-left: 0;
}
.rounded-md,salla-slider.photos-slider .swiper-slide {
    border-radius: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 2rem;
}

/*grid section*/

    margin-top: 1rem !important;
    max-width:80%;
}
 .md\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr));
 gap: 0.75rem !important;

}
 .banner-entry {
    height: 435px;
    background-color: transparent;
}

a.banner-entry.square-photos:hover {
    transform: scale(1.1);
    transition: 3s ease-in-out;
}
.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}

.store-footer__inner,.store-footer__contacts-row {
    background-color: #f4f8fb !important;
}

.footer-is-custom .store-footer .store-footer__curve {
    color: #f4f8fb;
}
.footer-bottom {
    background-color: #fff !important;
}

section#best-offers-6-slider .swiper-wrapper {

    align-content: center;
    justify-content: center;
}

.main-menu li.root-level>a {
    color: #fff !important;
}
@media(max-width: 768px){
.md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
  .banner-entry {
    height: 209px;
}
  .banner-entry:nth-child(3) {
    left: -56%;
}
  
  body.trans_header .store-header {
    position: relative;
}
.main-nav-container {
    background-color: var(--header-bg) !important;
}
section.s-block.s-block--fixed-banner .container {
    padding: 0 !important;
}

  [id^=gb-widget] {
    bottom: 68px!important;
}

}