body {
    background: #f4f6f4;
}

.wrapper {
    max-width: 480px;
    margin: auto;
    background: #fff;
    min-height: 100vh;
}

/* Header */
.header {
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    background: #e9efe9;
}

/* Menu item */
.menu-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 16px;
}

.menu-name {
    text-align: center;
    font-weight: 600;
    margin-top: 6px;
}

/* Cart button */
.cart-bar {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
body{
    background:#eef4f0;
    font-family: Arial, Helvetica, sans-serif;
}

.page-container{
    max-width:600px;
    margin:30px auto;
}

.brand-header{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}

.brand-header img{
    width:60px;
    margin-right:15px;
}

.brand-title{
    font-size:32px;
    font-weight:700;
    color:#1f252c;
}

.coffee-card{
    border-radius:30px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
}

.coffee-card .card-body{
    padding:35px 35px 25px;
}

.coffee-name{
    font-size:48px;
    font-weight:700;
    line-height:1.1;
    color:#1e2329;
    margin-bottom:10px;
}

.owner-name{
    font-size:24px;
    color:#91a0ae;
    font-weight:500;
    margin-bottom:15px;
}

.price{
    color:#ff4d4d;
    font-size:22px;
    font-weight:600;
}

.card-footer-custom{
    background:#5f7b52;
    padding:40px;
}

.btn-search{
    background:#fff;
    border:none;
    color:#222;
    border-radius:30px;
    min-width:180px;
    font-weight:600;
    padding:12px 25px;
}

.btn-search:hover{
    background:#f5f5f5;
}

@media(max-width:768px){
    .coffee-name{
        font-size:32px;
    }

    .owner-name{
        font-size:18px;
    }
}
body{
    background:#f3f6f3;
    font-family: Arial, sans-serif;
}

.menu-wrapper{
    /* max-width:1200px; */
    max-width:420px;
    margin:0 auto;
    background:#fff;
    min-height:100vh;
}

.menu-header{
    background:#e9efea;
    padding:12px 20px;
    font-size:32px;
    font-weight:700;
    color:#222;
}

.category-nav{
    background:#fff;
    padding:15px 0 0;
}

.category-nav .nav-link{
    color:#444;
    font-weight:600;
    font-size:14px;
    padding:15px 15px 12px;
}

.category-nav .nav-link.active{
    color:#5a7154;
    border-bottom:3px solid #5a7154;
}

.separator{
    color:#999;
    font-weight:bold;
}

.product-section{
    padding:15px;
}

.product-card{
    text-align:center;
    margin-bottom:25px;
}

.product-image{
    width:100%;
    height:140px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 2px 8px rgba(0,0,0,.1);
}

.product-name{
    margin-top:8px;
    font-size:15px;
    font-weight:600;
    color:#222;
}

#cartModal table img{
    width: 80px;
    height: auto;
}
#cartModal table .icon_delete{
    color: red;
}
#cartModal table td{
    vertical-align: middle;
    text-align: center;
    justify-content: center;
}
.nav-item a{
    cursor: pointer;
}
.cartModal td i{
    cursor: pointer;
}
.priceBlock{
    color: grey;
    margin-right: 5px;
    font-size: 12px;
    display: block;
    line-height: 5px;
}