/* Add custom CSS styles below */ 
.s-block--tabs-produtcs .tabs {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-bottom: 1.5rem;
    display: block!important;
}

.product-card__content-wrapper:before {
    background: url(https://cdn.salla.sa/form-builder/QzCJDG24H0kkHioCxiiYVL5H4S0RP7rkPIRCkz4j.png);
    content: '';
    width: 100%;
    height: 43px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.product-card__title {
    margin: 5px 0px 5px;
    line-height: 18px;
}

.product-card--vertical .product-card__content {
    padding-top: 10px!important;
}