.product-tile .product-name {
    text-wrap: balance;
}

@media only screen and (min-width: 767px) {

    .refinements .refinement .refinementvalues ul:not(.swatches) li a {
        padding-right: 0.5rem;
    }

    #secondary .toggle-content {
        max-height: 20.5rem;
        overflow-y: scroll;
        scrollbar-width: thin;
        -ms-overflow-style: auto;
        scrollbar-color: #e7e7e7 transparent;
    }
    
    #secondary .toggle-content::-webkit-scrollbar {
        width: 6px;
    }
    
    #secondary .toggle-content::-webkit-scrollbar-thumb {
        background-color: #e7e7e7;
        border-radius: 4px;
    }
    
    #secondary .toggle-content::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .slider-control-ctr {
        padding: 1rem 0.5rem;
    }

}
