.product-item::after{content:none}.product-item .product-item__inner-wrapper{position:relative;border:1px solid #b7b7b7;flex-grow:1}.product-item__inner-wrapper:after{content:"";position:absolute;bottom:0;width:100%;height:0;background:#4ab957;transition:height .25s ease-in-out}.product-item:hover .product-item__inner-wrapper:after{height:10px}.product-item .product-item__title-container:hover span{color:#4ab957}.product-item .product-item__image-wrapper{border-bottom:1px solid #b7b7b7}.product-item .product-item__info{padding:0 20px 20px}.product-item .product-item__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:16px;font-weight:700}.product-item .product-item__title span{transform:rotate(-45deg)}.product-item .product-item__title span svg{width:12px;height:12px}.product-item .product-item__code,.product-item .product-item__subtitle{display:block;font-size:16px;font-weight:300;margin-top:35px}.product-item .product-item__code{margin-bottom:10px}@media screen and (max-width:640px){.main-collection .product-list{width:100%;margin:0}.product-list .product-item{width:100%;padding:15.5px 20px}}