@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap');
body, h1, h2, h3, h4, h5, h6, p, a, span, button, input, select, textarea {
    font-family: 'Tajawal', sans-serif !important;
}
.product-price, 
.s-product-card-full-price, 
.price, 
.s-product-card-entry-price, 
.price-amount,
.s-product-card-content .s-product-card-price span,
[class*='price'] {
    color: #5c3b18 !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important; 
}

.product-price-before, 
.price-before, 
.s-product-card-price-before,
.s-product-card-price-before * {
    color: #a5a5a5 !important;
    text-decoration: line-through !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
}
.product-card-title, .s-product-card-content-title a {
    color: #5c3b18 !important;
    font-size: 1.1rem !important;
}
.product-card-title, 
.s-product-card-content-title a, 
.s-product-card-content-title h3,
.product-details__title {
    color: #5c3b18 !important; 
    font-weight: 600 !important; 
    font-size: 0.95rem !important; 
    line-height: 1.4 !important; 
    margin-bottom: 8px !important;
}