.fv-cart-item-row { min-height: 116px; display: grid; grid-template-columns: 30px 90px minmax(0,1fr) 110px 115px 70px; align-items: center; gap: 8px; padding: 12px; border-top: 1px solid #e6e8eb; background: #fff; }
.fv-cart-item-row.unavailable { opacity: .6; }
.fv-cart-checkbox input { width: 15px; height: 15px; accent-color: #f85606; }
.fv-cart-item-image { width: 80px; height: 80px; display: grid; place-items: center; color: #c1c5cb; }
.fv-cart-item-image img { width: 100%; height: 100%; object-fit: contain; }
.fv-cart-item-info { min-width: 0; }
.fv-cart-item-info > a { display: -webkit-box; overflow: hidden; color: #111; font-size: 12px; line-height: 1.35; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.fv-cart-item-info small { display: block; margin-top: 6px; color: #858b94; font-size: 9px; }
.fv-cart-unavailable { display: block; margin-top: 5px; color: #dc2626; font-size: 9px; }
.fv-cart-item-price strong { color: #f85606; font-size: 16px; font-weight: 400; }
.fv-cart-item-quantity { display: grid; grid-template-columns: 33px 38px 33px; height: 34px; }
.fv-cart-item-quantity button, .fv-cart-item-quantity span { display: grid; place-items: center; border: 0; background: #f4f5f7; color: #8c929a; font-size: 16px; }
.fv-cart-item-quantity span { background: #fff; color: #111; font-size: 11px; }
.fv-cart-item-actions { display: flex; gap: 10px; }
.fv-cart-item-actions button { border: 0; background: transparent; color: #9ca2aa; font-size: 16px; }
@media (max-width: 800px) {
    .fv-cart-item-row { grid-template-columns: 25px 72px 1fr; min-height: 130px; }
    .fv-cart-item-image { width: 68px; height: 68px; }
    .fv-cart-item-price, .fv-cart-item-quantity, .fv-cart-item-actions { grid-column: 3; justify-self: start; }
}
