/* U Henců CSS */
body {
    font-family: 'Outfit', sans-serif;
    color: #333;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
}

.shadow-text {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.group-hover-zoom img, .hover-zoom img {
    transition: transform 0.5s ease;
}

.group-hover-zoom:hover img, .hover-zoom:hover img {
    transform: scale(1.05);
}

.bg-gradient-dark {
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #5D4037; 
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #3E2723; 
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

/* Galerie zoom efekt */
.glightbox-image {
    border-radius: 10px;
}

/* Sekce SUDY */
.keg-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.keg-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
}

.keg-card img {
    border-bottom: 3px solid #5D4037;
    cursor: pointer;
}

.keg-items-list {
    font-size: 0.95rem;
}

.cms-keg-name {
    color: #3E2723;
}

.cms-keg-price {
    color: #2E7D32;
    font-family: 'Outfit', sans-serif;
}

.keg-card .btn-outline-dark {
    border-color: #5D4037;
    color: #5D4037;
}

.keg-card .btn-outline-dark:hover {
    background-color: #5D4037;
    color: #fff;
}
