.productLink{display:flex;position:relative;background-color:#fff;width:290px;min-height:480px;border-radius:8px;transition:box-shadow .15s ease-in-out,transform .3s ease-in-out}.productLink:hover{box-shadow:0 5px 15px -6px #42445a;transition:box-shadow .15s ease-in-out;transform:scale(1.01);z-index:4}.productLink .add-favourites_btn{display:flex;position:absolute;z-index:5;right:1rem;top:1rem;padding:5px}.productLink .product-card{display:flex;flex-direction:column;width:100%;justify-content:flex-start;gap:22px}.productLink .product-card .brend-model-wrapper{display:flex;flex-direction:column;padding:3px 20px;border-bottom-right-radius:50px}.productLink .product-card .brend-model-wrapper.with-brend{background-color:#faeeea}.productLink .product-card .brend-model-wrapper.without-brend{background-color:#f2f2f2}.productLink .product-card .product_info-wrapper{padding-left:15px;padding-right:15px;padding-bottom:10px;color:#d8022a;font-weight:700}.productLink .product-card .product_info-wrapper .product_name{font-weight:500;font-size:1.1rem;color:#1d252a}.productLink .product-card .product_info-wrapper .product_price .main_price{color:#a0a4a3}.productLink .addCart_btn-container{display:flex;justify-content:end;width:100%;position:absolute;bottom:10px}.productLink .addCart_btn-container .addCart_btn{width:55px;margin-bottom:1rem;margin-right:1rem;padding:12px;display:flex;background-color:#f5a68f;border-radius:50%;position:relative}.productLink .addCart_btn-container .addCart_btn.active{background-color:#63ac63}.productLink .addCart_btn-container .addCart_btn.active svg{fill:#fff}.productLink .addCart_btn-container .addCart_btn:hover svg{fill:#d8022a}