.card-product{display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000a;overflow:hidden;transition:box-shadow .2s;position:relative}.card-product:hover{box-shadow:0 4px 16px #00000014}.card-product__media{width:100%;aspect-ratio:1/1;background:#f6f6f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.card-product:hover .card-product__media img{transform:scale(1.04)}.card-product__info{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.card-product__title{font-size:1.1rem;font-weight:600;color:#222;margin:0}.card-product__vendor{font-size:.9rem;color:#888}.card-product__price{font-size:1rem;font-weight:500;color:#1a1a1a}.card-product__badge{position:absolute;top:1rem;left:1rem;background:#222;color:#fff;font-size:.8rem;padding:.2rem .7rem;border-radius:12px;z-index:2}.card-product__actions{margin-top:.7rem;display:flex;gap:.5rem}.card-product__actions button,.card-product__actions a{flex:1;background:#222;color:#fff;border:none;border-radius:4px;padding:.5rem .8rem;font-size:1rem;cursor:pointer;transition:background .2s;text-align:center;text-decoration:none}.card-product__actions button:hover,.card-product__actions a:hover{background:#444}
/*# sourceMappingURL=/cdn/shop/t/128/assets/component-card.css.map */
