html {
    font-size: 62.5% !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    scroll-behavior: smooth !important;
}

html.mod_flexboxtweener {
    height: 100% !important;
}

body {
    font-size: 1.5rem !important;
}
.user-card .product-slider {
    width: 100% !important;
    height: 340px !important;
    padding: 10px;
}
.user-card .product-slider .product-image__item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
