.shop-page { padding: 60px 0 80px; background: #f8f9fa; }
.shop-card { background:#fff; border-radius:15px; overflow:hidden; height:100%; box-shadow:0 8px 30px rgba(0,0,0,.06); }
.shop-card img { width:100%; height:240px; object-fit:cover; background:#eee; }
.shop-card-body { padding:20px; }
.shop-price { font-size:22px; font-weight:700; color:#141423; }
.shop-old-price { color:#888; text-decoration:line-through; margin-left:8px; font-size:14px; }
.shop-sidebar { background:#fff; padding:20px; border-radius:15px; }
.shop-detail-image { width:100%; max-height:520px; object-fit:contain; background:#fff; border-radius:15px; }
.cart-thumb { width:70px; height:70px; object-fit:cover; border-radius:8px; }
.shop-table td, .shop-table th { vertical-align:middle; }
.shop-empty { padding:80px 20px; text-align:center; background:#fff; border-radius:15px; }

/* E-commerce navigation integration */
.cart-nav-link { display:inline-flex !important; align-items:center; gap:4px; }
.cart-count-badge {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:20px;
    height:20px;
    padding:0 6px;
    border-radius:999px;
    background:#ffffff;
    color:#000080;
    font-size:11px;
    font-weight:700;
    line-height:1;
}
@media (max-width: 991px) {
    .cart-count-badge { margin-left:4px; }
}
