#menu-accordion-modern { margin-top: 2rem; }
.category-card { 
    margin-bottom: 2rem; 
    border-radius: 10px; 
    overflow: hidden; 
    box-shadow: 0 5px 10px rgba(0,0,0,0.12); 
    background: white;
    border: none !important;
}
.category-card * {
    border-bottom: none !important;
}
.category-card .special_offers {
    cursor: pointer;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}
.category-card .special_offers:before,
.category-card .special_offers:after,
.category-card h2:before,
.category-card h2:after {
    display: none !important;
    content: none !important;
}
.category-card h2 {
    margin: 0 !important;
    padding: 1.6rem 2rem !important;
    padding-right: 60px !important;
    font-size: 2.1rem !important;
    cursor: pointer;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: auto;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}
.category-card h2 .accordion-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #e78d3c;
    transition: all 0.3s ease;
    line-height: 1;
    display: inline-block;
    font-family: 'ElegantIcons' !important;
}
.category-card h2 .accordion-icon.arrow_carrot-right:before {
    content: "\35";
}
.category-card h2 .accordion-icon.arrow_carrot-down:before {
    content: "\33";
}

.category-card .collapse {
    display: none;
    overflow: hidden;
}
.category-card .collapse.show {
    display: block;
}

.category-products-grid {
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 1.8rem;
    background: #f8f9fa;
    border: none !important;
    border-bottom: none !important;
    border-top: none !important;
}
.category-products-grid:after,
.category-products-grid:before {
    display: none !important;
    content: none !important;
}

.modern-card {
    background: white;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
}
.modern-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.18);
}
.card-img { height: 200px; overflow: hidden; position: relative; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: 0.4s; }
.modern-card:hover .card-img img { transform: scale(1.1); }
.no-image { 
    background: #eee; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    /*min-height: 200px;*/
    /*height: 100%;*/
}
.no-image img { 
    opacity: 0.5; 
    width: 100%;
    /*height: 100%;*/
    object-fit: contain;
    max-width: 150px;
    max-height: 150px;
}

.card-body { padding: 1.5rem; flex-grow: 1; display: flex; flex-direction: column; }
.card-title { font-size: 1.4rem; font-weight: 700; margin: 0 0 0.8rem; color: #2c3e50; }
.card-desc { font-size: 0.95rem; color: #555; line-height: 1.5; flex-grow: 1; margin-bottom: 1rem; }
.card-footer { display: flex !important; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; visibility: visible !important; opacity: 1 !important; }
.price { font-size: 1.7rem; font-weight: 800; color: #e74c3c; display: block !important; visibility: visible !important; opacity: 1 !important; }
.allergeni { font-size: 0.8rem; background: #fdf0e6; color: #d35400; padding: 6px 12px; border-radius: 25px; }

.mfp-figure:after { 
    box-shadow:0 0 18px rgba(11, 11, 11, 0.2);
}

/* Mobile */
@media (max-width: 768px) {
    .category-products-grid { grid-template-columns: 1fr; padding: 1.5rem; gap: 1.5rem; }
    .category-card h2 { font-size: 1.8rem !important; padding: 1.3rem 1.5rem !important; }
	.no-image { height: 100px !important; overflow: hidden; position: relative; padding: 10px !important;}
}

.mfp-zoom-out-cur img.mfp-img {
	max-width: 95% !important;
}
