.product-card{list-style:none}.product-card *{margin:0}.product-card .image{position:relative;overflow:hidden;border-radius:15px;width:100%;height:auto;aspect-ratio:1;margin-bottom:25px;display:flex;align-items:center;background-color:#e9f7f8}.product-card .image:hover img{scale:1.1}.product-card .image .tags{position:absolute;top:30px;right:30px;display:flex;gap:10px;z-index:2}.product-card .image .tags .tag{font-size:16px;line-height:1;margin:0;background-color:#416a6e;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.product-card .image .tags .tag.sale{background-color:#97d700}.product-card .image .tags .tag.new{background-color:#007681}.product-card .image picture{width:100%}.product-card .image picture img{max-width:100%;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block;transition:all .3s}.product-card .heading{margin-bottom:15px;display:flex;justify-content:space-between;align-items:baseline;gap:.5em 2em;flex-wrap:wrap}@media screen and (max-width:768px){.product-card .heading{flex-direction:column}}.product-card .heading a{text-decoration:none}.product-card .heading .pricing{display:flex;gap:0 .5em}@media screen and (max-width:768px){.product-card .heading .pricing *{font-size:28px}}.product-card .heading .pricing .price-compare{color:#8fb2b4}.product-card .heading .pricing .price-current{color:#007681}.product-card .description{font-family:GT-Pressura-Standard-Regular,sans-serif;margin-bottom:25px;color:#416a6e}.product-card .description strong{font-weight:700}.product-card .buttons{display:flex;gap:10px 15px;flex-wrap:wrap}@media screen and (max-width:768px){.product-card .buttons{flex-direction:column}}.product-card .buttons .button{margin-top:0}