.product-card__image img {
    position: relative;
    transition-duration: .5s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: #f8f8f8;
}
@media (min-width: 991px) {
    .product-card.hover_style_4:not(.product-card--horizontal):not(.product-entry--horizontal).product-card--fit-height .product-card__content {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        background-color: #f8f8f8;
    }
}.s-button-primary-outline {
    color: #ffffff;
    background-color: #acbb95;
}@media (max-width: 991px) {
    .product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button {
        padding-bottom: 2px !important;
    }
}body {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

p, span, a, button, input {
    font-weight: 400;
}salla-product-card, [class*="product-card"] {
    transition: transform .3s ease, box-shadow .3s ease !important;
    border-radius: 0px !important;
    overflow: hidden !important;
}.font-bold {
    FONT-WEIGHT: 500;

}product-card__enhanced-mini-cart button.s-button-element {
    background: #324445;
    color: var(--product-enhanced-btn-color) !important;
}