.product-entry {
    position: relative;
    display: block;
    height: 100%;
    border-radius: var(--border-radius);
    border-width: 1px;
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: 300ms;
    border-color: var(--color-section-border);
    background-color: var(--color-product-background);
}

.mainmenu--sidepanel .storemenu-panel .main-menu li.root-level>a{
    font-weight: 300;
    }
    


salla-slider .slide--one-fourth {
    height: 60% !important;
    width: 60%;
    max-width: 343px;
}

.product-entry__title{
    text-overflow: ellipsis !important;
    overflow: hidden;
    white-space: nowrap;



    
}