.product-card{display:flex;flex-direction:column;gap:34px;height:100%}@media screen and (max-width:768px){.product-card{gap:22px}}@media screen and (min-width:769px){.product-card:focus-within .product-card-upper .product-image .icon-link,.product-card:hover .product-card-upper .product-image .icon-link{opacity:1}}.product-card .product-card-upper{display:flex;flex-direction:column;align-items:flex-start;gap:25px;position:relative}.product-card .product-card-upper .product-image{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;top:0;position:relative;aspect-ratio:1;background-color:#f1f1f1;border-radius:10px}.product-card .product-card-upper .product-image img{width:100%;height:100%;overflow:hidden;-o-object-fit:cover;object-fit:cover}.product-card .product-card-upper .product-image img[src*=".png"]{max-width:70%;max-height:70%;height:auto;-o-object-fit:contain;object-fit:contain}.product-card .product-card-upper .product-image .icon-link{position:absolute;opacity:0;transition:opacity .3s}@media screen and (max-width:768px){.product-card .product-card-upper .product-image .icon-link{display:none}}@media screen and (min-width:769px){.product-card .product-card-upper .tag{position:absolute;top:25px;left:25px}}.product-card .product-card-lower{flex-grow:1;display:flex;flex-direction:column}.product-card .product-card-lower h2{margin-bottom:10px}.product-card .product-card-lower .pricing{font-size:20px;line-height:25px;display:flex;flex-wrap:wrap;gap:.25em;margin-bottom:15px}.product-card .product-card-lower .pricing .price-compare{color:#717782;text-decoration-thickness:1px}.product-card .product-card-lower .short-description{color:#717782;margin-bottom:20px}@media screen and (max-width:768px){.product-card .product-card-lower .short-description{display:none}}.product-card .product-card-lower .buttons{display:flex;flex-wrap:wrap;gap:10px;flex-grow:1;align-content:flex-end}@media screen and (max-width:768px){.product-card .product-card-lower .learn-more{display:none}}.product-card .fragrance-notes{display:flex;flex-wrap:wrap;gap:15px;width:100%;margin-bottom:25px}.product-card .fragrance-notes .fragrance-note{display:flex;flex-direction:column;align-items:center}.product-card .fragrance-notes .fragrance-note .fragrance-note-image{width:30px;height:30px}.product-card .fragrance-notes .fragrance-note .fragrance-note-label{font-size:12px}