.products-list .product-item{border-radius:.25rem;border:2px solid #e9ecef;margin-bottom:1.5rem;transition:all .15s;position:relative}.products-list .product-item:hover{border-color:#f8d04e;cursor:pointer}.products-list .product-link{position:absolute;left:0;top:0;width:100%;height:100%;z-index:5}.products-list .product-image{position:relative;width:100%;height:0;padding-top:66.66666%;overflow:hidden}.products-list .product-image .b-aspect,.products-list .product-image img{width:auto;height:auto;max-width:90%!important;max-height:90%!important;position:absolute;left:50%;top:50%;transform:translateY(-50%) translateX(-50%)}.products-list .product-image .b-aspect{width:90%}.products-list .product-image.template-image img{border:1px solid #ced4da}.products-list .product-name{font-weight:600;padding:1rem;width:100%;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-list .product-name h2{font-size:.9375rem;font-weight:600;margin-bottom:0;line-height:1.5;display:inline}.products-list .product-name .scratch-name{background-color:#fed01b;border-radius:.25rem;padding:.2rem .5rem;text-transform:uppercase;font-size:90%}