.card-product{position:relative;background-color:#f2ece2;border:.1rem solid #f2ece2;border-radius:.6rem;height:100%}
.card-product-inner{height:100%;padding:2rem 1.6rem 2.4rem 2rem;background-color:#fff;border:1px solid #e6e6e6;border-radius:.6rem}
.card-product-header{display:flex;gap:1.4rem;margin-bottom:1.4rem}
.card-product-header-left{display:flex}
.card-product-header-left img{width:6.4rem;height:6.4rem;-o-object-fit:contain;object-fit:contain}
.card-product-header-right{display:flex;flex-direction:column;gap:.8rem}
.card-product-header-right-title{font-size:1.5rem;line-height:2rem;font-weight:500;color:#000}
.card-product-header-right-tag{width:-moz-fit-content;width:fit-content;padding:.4rem 1rem;font-size:1.2rem;line-height:1.8rem;color:#000;border-radius:.4rem;border:1px solid #e0e0e0}
.card-product-text{margin-bottom:1.4rem;font-size:1.2rem;line-height:1.8rem;color:#3e3e3e}
.card-product-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:1.4rem;border-top:1px solid #ededed}
.card-product-bottom-text{font-size:1.2rem;line-height:1.8rem;color:#3e3e3e}
.card-product-bottom-image{display:flex}
.card-product-bottom-image img{width:2rem;height:2rem;border-radius:50%;border:1px solid #f1f1f1}
.card-product-outer{padding:1.2rem 1.8rem;display:flex;align-items:center;gap:.8rem}
.card-product-outer svg{width:1.8rem;height:1.8rem}
.card-product-outer svg path{fill:#f79e1b}
.card-product-outer-text{font-size:1.2rem;line-height:1.8rem;color:#535353}
.card-product-link{display:block!important;position:absolute;top:0;left:0;right:0;bottom:0;z-index:9}