body.light {
    background-color: #2b2b2b !important;
}
.prod-info-cont {
color : #ededed !important;
}
.product-formatted-price{
color : #df2d2d !important;
}
.description-title , .description-paragrah{
color : #fbc421 !important;
}
.s-block--animated-brands--brand img{
transform: scale(2) !important;
}
.s-block--animated-brands--brand{
  background: #f9bf4f !important;
}
.add-to-wishlist , .open-quickview {
  display: none !important
}
.product-title {
    color: #ededed !important;
}
.product-price span {
    color: #ed1818 !important;
}
.product-social svg path, .product-social a {
    border-color: #ededed !important;
    color: #ededed !important;
    fill: #ededed !important;
}
div.head-title > h1 , section.question.section-padding-space.container > div.head-title > h1{
color : #fbc421 !important
}
.testimonials-customer-text {color : white !important}
.product-card, .product-item, [class*="product-card"] {
    background-color: #1e1e1e !important;
    border-radius: 12px !important;
    border: 2px solid #333333 !important;
    padding: 12px 12px 75px 12px !important;
    position: relative !important;
}

.product-card button, .product-item button, [class*="add-to-cart"] {
    position: absolute !important;
    bottom: 15px !important;
    left: 12px !important;
    right: 12px !important;
    width: auto !important;
}

.product-card h3, .product-item h3, .product-title, [class*="title"] {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    height: 2.8em !important; 
    line-height: 1.4em !important;
}
.testimonial-card, .testimonial-item, .review-card, [class*="testimonial-item"] {
    background-color: #1e1e1e !important;
    border-radius: 12px !important;
    padding: 20px !important;
    border: 1px solid #4b4b4b !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: block !important;
    width: 100% !important;
    margin: 0 auto !important;
}

.testimonial-card *, 
.testimonial-item *, 
.review-card *, 
[class*="testimonial-item"] * {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* لون اسم العميل والآراء */
.testimonial-card h4, 
.testimonial-card .author-name, 
.testimonial-card [class*="name"], 
[class*="testimonial-item"] [class*="name"],
.testimonial-item p,
[class*="testimonial-item"] p {
    color: #e9e9e9 !important;
}

/* لون النجوم والتقييم */
.testimonial-card .stars,
.testimonial-card [class*="star"],
.testimonial-item [class*="star"],
[class*="testimonial-item"] [class*="star"],
.testimonial-card i,
[class*="rating"] {
    color: #ffb300 !important;
}