.product-card{background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-surface-variant);box-shadow:var(--shadow-card);transition:box-shadow .3s ease,border-color .3s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--color-primary-deep)}.product-card-media{display:flex;flex-direction:column;flex:1 1;color:inherit}.product-img-wrap{position:relative;height:192px;background:var(--color-surface-low);padding:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-img{width:100%;height:100%;object-fit:contain;transition:transform .5s ease}.product-card:hover .product-img{transform:scale(1.05)}.product-badge{position:absolute;top:.5rem;left:.5rem;z-index:2;background:var(--color-primary);color:#fff;font-size:10px;font-weight:700;font-family:var(--font-body);padding:.25rem .55rem;border-radius:var(--radius-pill);letter-spacing:.06em;text-transform:uppercase;box-shadow:var(--shadow-sm)}.product-badge-commande{left:auto;right:.5rem;background:var(--color-secondary)}.product-text{padding:1rem 1rem .5rem;display:flex;flex-direction:column;flex:1 1}.product-title{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--color-on-surface,#1b1c1c);line-height:1.35;min-height:2.7em;margin:0 0 .25rem}.product-desc{font-size:.875rem;color:var(--color-muted);line-height:1.5;margin:0;flex:1 1}.product-foot{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem 1rem;margin-top:auto;gap:.5rem}.product-price{font-family:var(--font-heading);font-weight:700;font-size:1.1rem;color:var(--color-primary)}.product-price small{font-size:.72rem;font-weight:600;color:var(--color-muted)}.product-price-quote{font-size:.875rem;font-weight:700;font-style:italic}.product-cart-btn{width:40px;height:40px;flex-shrink:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--color-surface-high);color:var(--color-on-surface,#1b1c1c);font-size:1.2rem;cursor:pointer;border:none;transition:var(--transition-base)}.product-cart-btn:hover{background:var(--color-primary);color:#fff}.product-cart-btn:active{transform:scale(.94)}.product-cart-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}