/* Add custom CSS styles below */ 


button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-radius: 50px 0;
}


img.s-product-card-image-cover.lazy.loaded{
transition:.2s;
}

img.s-product-card-image-cover.lazy.loaded:hover{
scale:1.1
}