.product-card{display:flex;flex-direction:column;height:100%;border:1px solid var(--grey-400);border-radius:.8rem;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 0 6px 0 transparent;background-color:var(--white)}.product-card:hover{border-color:var(--green-400);box-shadow:0 0 6px 1px #ff71ab0f}.product-card .card-top{flex:1;position:relative;isolation:isolate}.product-card .card-top>a{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.product-card .card-top .card-image{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;overflow:hidden}.product-card .card-image img{width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .2s ease}.product-card:hover .card-image img{transform:scale(1.05)}.product-card .card-content{display:flex;flex-direction:column;justify-content:space-between;padding:2.4rem 1.6rem}.product-card .card-content .title{font-size:1.8rem;font-weight:600;line-height:2.4rem;letter-spacing:.2px;color:var(--black);margin:0}.product-card .card-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--grey-400);padding:1.6rem;background-color:var(--grey-50);transition:border-color .2s ease,background-color .2s ease;background-color:var(--white)}.product-card:hover .card-bottom{border-color:var(--green-400)}.product-card .card-bottom .product-price{display:flex;flex-direction:column;align-items:start;gap:.4rem}.product-card .card-bottom .product-price .current-price{font-size:2.4rem;font-weight:600;line-height:3.2rem;letter-spacing:.4px;color:var(--green-900);order:2}.product-card .card-bottom .product-price .old-price{font-size:1.8rem;font-weight:400;line-height:2.4rem;letter-spacing:.2px;color:var(--grey-700);text-decoration:line-through}.product-card .card-bottom .btn.primary.green{flex:unset;padding:0;width:4.8rem;height:4.8rem}.product-card .card-bottom .btn.primary.green>svg path,.product-card .card-bottom .btn.primary.green>svg circle{stroke:var(--green-900)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-product-card.css.map */
