product-card{display:flex;flex-direction:column;transition:border-color .2s ease;cursor:pointer;box-sizing:border-box;overflow:visible;background-color:var(--white);border:1px solid var(--grey-400);border-radius:1.6rem;position:relative;isolation:isolate;height:100%;justify-content:space-between}product-card:hover{border-color:var(--green-400)}product-card .prescription{position:absolute;left:1rem;top:-1.5rem;color:var(--white);background-color:red;padding:2px 8px;font-size:14px;border-radius:9999px}product-card>a{display:block!important;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}product-card .card__image{display:flex;justify-content:center;align-items:center;position:relative;isolation:isolate;padding-top:3.2rem}product-card .card__image img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain}product-card .card__image .card-top{position:absolute;top:1.6rem;left:1.6rem;width:100%;display:flex;align-items:center;justify-content:space-between}product-card .card__image .card-top .card__badges{display:flex;align-items:center;gap:4px}product-card .card__image .card-top .card__badges .card__badge{padding:.6rem 1.2rem;font-size:1.4rem;font-weight:700;line-height:1.6rem;letter-spacing:0;color:var(--white);background-color:var(--black);border-radius:6px}product-card .card__image .card-top .card__badges .card__badge.discount{background-color:var(--green-400)}product-card .card__image .card-top .card__badges .card__badge.sale{background-color:var(--red)}product-card .card__content{display:flex;flex-direction:column;gap:2.4rem;padding:1.6rem 2.4rem;transition:background-color .2s ease,border-color .2s ease;height:100%}product-card .card__content .content__wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between}product-card .card__content .content__wrapper .rivyoReviewWidget{margin-bottom:1rem}product-card .card__content .content__wrapper h2{font-weight:600;color:var(--black);margin-bottom:2rem}product-card .card__content .content__wrapper .product-price{display:flex;align-items:center;gap:1rem}product-card .card__content .content__wrapper .product-price .current{font-size:2.4rem;font-weight:700;line-height:2.4rem;color:var(--green-400);text-align:center}product-card .card__content .content__wrapper .product-price .old{font-size:2rem;font-weight:400;line-height:2.4rem;letter-spacing:-.2px;color:var(--grey-600);text-align:center;text-decoration:line-through}product-card .btn{margin-top:3.2rem}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card.css.map */
