.product-cover-card{--background-color: #c1e9d1;--border-color: #1a5632;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.product-cover-card .cover img{width:100%;max-height:40svh;object-fit:contain}.product-cover-card .card-tags{display:flex;flex-direction:inherit;gap:inherit}.product-cover-card .social-area-card{width:100%}.product-cover-card .social-area-card .social-list-inner{width:100%;justify-content:space-between}.product-cover-card .card-footer{width:100%;display:flex;align-items:center;justify-content:space-between;width:100%;border:1px solid var(--border-color);background-color:var(--background-color);padding:.9375rem;border-radius:15px;gap:.25rem}.product-cover-card .card-footer.max-content{width:max-content}.product-cover-card .card-footer .price-wrapper{display:flex;align-items:center;line-height:1;flex-wrap:wrap;gap:.25rem .5rem}.product-cover-card .card-footer .price-wrapper .price-item{width:max-content}.product-cover-card .card-footer .price-wrapper .price-item small{font-size:.6875rem;color:var(--text-color)}.product-cover-card .card-footer .price-wrapper .price-item .price{font-size:1.125rem;font-weight:700;color:var(--text-color)}.product-cover-card .card-footer .price-wrapper .separator{height:35px;width:1px;background:#bbc5d5}.product-cover-card .card-footer .price-wrapper span{font-size:.75rem;font-weight:400;color:var(--recommended-price-text-color);width:100%}