@media (min-width: 768px) {
    .container {
        max-width:1816px
    }
}

.s-product-card-content {
    position: relative;
    padding-top: 58px!important
}

.s-product-card-content::before {
    content: "";
    position: absolute;
    width: 100%;
    background: url("https://cdn.salla.sa/form-builder/RkKmV8sME7blIZj04nbhAvydR7rnO8UtQCbclL8z.webp");
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0;
    height: 45px;
    background-repeat: no-repeat;
    background-color: #fff
}

.s-products-slider-card {
    height: auto!important
}

custom-salla-product-card {
    height: 100%!important;
    display: flex!important;
    flex-direction: column!important;
    background: #fff
}

.s-product-card-content {
    flex-grow: 1!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: space-between!important;
    padding: 15px 10px!important
}

.s-product-card-content-title {
    min-height: 39px!important;
    max-height: 55px!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical!important;
    overflow: hidden!important;
    margin-bottom: 10px!important;
    line-height: 1.4!important;
}

.s-product-card-props {
    min-height: 22px!important;
    margin-bottom: 5px!important
}

.s-product-card-content-sub {
    margin-top: auto!important;
    padding-bottom: 10px!important
}

.s-product-card-content-footer {
    margin-top: 5px!important
}

.s-product-card-image img {
    object-fit: cover!important;
    width: 100%!important
}

.s-product-card-image img,.s-product-card-image-cover,.s-product-card-image-slider {
    object-fit: contain!important
}

.tabs.tabs__flex.tabs__outline.mb-4 {
    justify-content: center;
}


.s-product-card-content-title.font-primary a {
    margin-top: 20px;
    position: relative;
    top: 5px;
}