    body { background: #f8f9fa; color: #333; font-family: 'Poppins', sans-serif; }

    .restaurant-cover {
      height: 240px;
       display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .restaurant-cover h1 {
      background: rgba(0,0,0,0.5);
      color: #fff;
      padding: .75rem 1.5rem;
      border-radius: .5rem;
      font-size: 2rem;
    }

    

    .category-swiper-container {
    z-index: 1050;
    overflow-x: auto;
    height: 60px;
  }

.category-swiper .swiper-slide {
  width: auto;
}


.google-map-embed iframe {
    width: 100% !important;
    height: 100% !important;
}

    .category-swiper-container {
      position: sticky;
      top: 0;
      z-index: 1050;
      background: #fff;
      padding: .5rem 0;
      border-bottom: 1px solid #ddd;
    }
    .swiper-slide { width: auto !important; }
    
    .category-link {
      display: inline-block;
      padding: .4rem 1rem;
      margin-right: .5rem;
      background: #f1f1f1;
      border-radius: 20px;
      text-decoration: none;
      color: #393939;
      font-weight: 500;
      transition: all .2s;
      border-radius: 5px;

    }
    
    .category-link {
        color: #393939;
        font-weight: 500;
        white-space: nowrap;

      }

        .category-link.active,
        .category-link:hover 
        {
            background-color: #e0e2e5;
            color: #393939;
            font-weight: 700;
            border: 1px solid #ddd8d8;
        }

        section.light-background-qr-menu {
            background-color: #ffffff;
            opacity: 1;
        }    
        
    .section-title h2 { font-size: 1.75rem; margin-bottom: .5rem; }
    .menu-item { margin-bottom: 2rem; }
    .menu-img { width: 100%; border-radius: .5rem; }
    .menu-content { display: flex; justify-content: space-between; align-items: baseline; margin-top: .5rem; }
    .menu-content a { font-size: 1.1rem; font-weight: 600; text-decoration: none; color: #333; }
    .menu-content span { font-size: 1.1rem; font-weight: 600; color: #0d6efd; }
    .menu-ingredients { color: #666; font-size: .9rem; }
    
    @media (max-width: 768px) {
    .category-swiper .swiper-slide {
        flex: 0 0 auto !important;
    }
}


        .section-title {
  height: 100vh;
  overflow: hidden;
}
.category-cover {
  
}
.overlay {
  background: rgba(0,0,0,0.45);
}
.product-card {
  width: 90%;
  border: none;
}
.product-card .card-body {
  padding: 1rem;
}
.product-card img {
  height: 100%;
  object-fit: cover;
}



.category-descr > p {

    text-align: center !important;

    padding-right: 1rem !important;
    padding-left: 1rem !important;

}

.product-item {
    background-color: #f9f9f9;
    border-radius: 9px;
    width: 100%;
    transition: box-shadow 0.3s ease;
}

.product-item:hover {
}

.product-item img {
    width: 100%;
    border-radius: 0;
    object-fit: cover;
}

#show-order {
        background-color: #4e6e83;
    border-color: #4e6e83;
    color: #ffffff;
    letter-spacing: 0.7px;
    font-weight: 500;
    font-family: 'Poppins', 'Roboto', sans-serif;
        padding: 9px 18px;
}
/* Продуктова информация */
.product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.product-info h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.product-price {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.product-weight {
    text-align: right;
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

/* View more линк */
.view-more {
    display: block;
    text-align: right;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    padding-top: 10px;
}

.view-more:hover {
    color: #0056b3;
}


.order-controls .btn {
    white-space: nowrap;
}

.view-more {
    white-space: nowrap;
}



 .category-swiper-container,
.categories-sections-container {
        max-width: 680px;
        margin: 0 auto;
        padding: 0;
        min-height: 65px;
    }

    .category-link {
        font-size: 1.25rem;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    

    /* Section styles */
    .section-title {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }

    .overlay {
        background: rgba(0,0,0,0.45);
    }

    /* Product card styling */
    .product-card {
        width: 100%;
        border: none;
        border-radius: 10px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .product-card img {
        height: 200px;
        object-fit: cover;
        border-bottom: 2px solid #f0f0f0;
    }

    .product-card .card-body {
        padding: 1rem;
    }

    .product-card .card-title {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .product-card .card-text {
        font-size: 0.9rem;
        color: #666;
    }

    .btn-info {
        font-weight: 600;
        padding: 0.5rem 1.25rem;
        border-radius: 50px;
        transition: background-color 0.3s ease;
    }

    .btn-info:hover {
        background-color: #0056b3;
    }

    /* Mobile and tablet views */
    @media (max-width: 1024px) {

        .product-card {
            width: 48%;
        }

        /* Spacing between cards */
        .menu-container {
            margin-top: 2rem;
        }
    }

    @media (max-width: 768px) {
        .category-swiper .swiper-slide {
            flex: 0 0 100%;
        }

        .product-card {
            width: 100%;
            margin-bottom: 15px;
        }

        .product-card img {
            width: 100%;
            height: auto;
        }

        /* Modal responsiveness */
        .modal-dialog {
            max-width: 100%;
            margin: auto;
        }
    }
    
    #productModal.modal-dialog {
    max-width: 520px;
    width: 100%;
}

.footer-about-us-descr {
    font-size: 1rem;
    font-weight: 400;
    color: #393939;
    padding-top: 1rem;
    
}

  
    
    /* Sticky bar */
.order-bar {
    position: fixed;
    width: 94%;
    max-width: 520px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 -3px 8px rgb(0 0 0 / 25%);
    padding: 15px 0;
    z-index: 888;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* Slide-up order panel */
.order-panel {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    height: 60%;
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -5px 30px rgba(0,0,0,0.2);
    z-index: 99999;
    transition: bottom 0.35s ease-in-out;
    width: 94%;
    max-width: 520px;
    margin: 0 auto;
}

.order-panel.open {
    bottom: 0;
    overflow-y: scroll;
}

.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 99998;
}

    
    
    
    /****** PRODUCTS */
    
    /* Product Image */
    .product-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 16/9;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    h3 {
        font-size: 1.1rem;
    }
    
    /* Product Title */
    h3 > a.product-title {
        font-size: 1.5rem;
        line-height: 1.15;
        font-weight: 400;
        color: #1b1a1e;
        text-decoration: none; 
    }

    /* Price Wrapper */
    .price-wrapper {
        display: flex;
        gap: 1.5rem;
        align-items: baseline;
    }

    /* Old Price */
    .price-old {
        font-size: 0.875rem;
        color: #888;
    }

    /* New Price */
    .price {
        font-size: 1.45rem;
        font-weight: 600;
        color: #1b1a1e;
    }
    
    .product-price {
        font-size: 20px;
        color: #343434;
    }
    
    .product-price del {
        font-size: 16px;
        color: #676665;
        padding-left: 14px;
    }

    /* Price Option Details */
    .price-details {
        font-size: 0.875rem;
        color: #555;
    }

    .price-details span {
        font-size: 0.85rem;
        color: #777;
    }

    /* Product Description */
    .product-description p {
        font-size: 1rem;
        color: #333;
        margin-top: 1rem;
    }

    /* Allergens */
    .product-allergens {
        font-size: 1rem;
    }

    .product-allergens .badge {
        margin: 0.25rem;
        padding: 0.5rem;
        font-size: 0.85rem;
    }

    @media (max-width: 768px) {
        .product-title h2 {
            font-size: 1.5rem;
        }

        .price-wrapper {
            flex-direction: column;
            align-items: flex-start;
        }

        .price-old {
            font-size: 0.75rem;
        }

        .price {
            font-size: 1.25rem;
        }

        .price-details {
            font-size: 0.85rem;
        }
    }

    
    
    
    body {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Poppins', 'Roboto', sans-serif;
    background-color: #fff;
}


.restaurant-cover {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.restaurant-cover h1 {
    font-size: 28px;
    font-weight: 600;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
    border-radius: 8px;
}


section.menu {
    padding-bottom: 30px;
}

.category-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 10px;
}

.category-title {
    font-size: 1.75rem;
    line-height: 1.15;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin: 10px 0 5px;
    text-align: center;
}

.category-description {
    text-align: center;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}



/* Sticky навигация */
.category-swiper {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 999;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.category-link {
    padding: 6px 12px;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    transition: background-color 0.2s ease;
}


.main-header {
  transition: all 0.3s ease;
  padding: 10px 20px;
  height: 60px;
}

.main-header .logo img {
  transition: all 0.3s ease;
  max-height: 40px;
}

.main-header.scrolled {
  padding: 0px 20px!important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
  height: 45px !important;
}

.main-header.scrolled .logo img {
  max-height: 35px;
}

.main-header.scrolled .btn {
  transform: scale(0.9);
}

.item-column {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 25px;
}

section.menu {
    padding-left: 7px;
    padding-right: 7px;
}

      .restaurant-cover {
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.restaurant-no-cover {
    height: 90px;
}

.restaurant-no-cover > .restaurant-title  {
    font-size: 28px;
    font-weight: 600;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    color: #343434;
    margin-top: 50px;
}

.restaurant-cover > .restaurant-title {
    font-size: 28px;
    font-weight: 600;
    background: rgba(0,0,0,0.5);
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
}

.header-nav {
    z-index: 10;
}

.logo img {
    height: 36px;
    object-fit: contain;
}

/* Offcanvas */
.offcanvas .nav-link {
    font-size: 20px;
    color: #333;
    padding: 10px;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.offcanvas-header {
    padding-bottom: 0 !important;
}

.offcanvas-body {
    padding-top: 0 !important;
}

.offcanvas .nav-link:hover {
    background-color: #f1f1f1;
}


/* Основен sticky header */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1036;
  background-color: white;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

/* Анимации на елементи вътре */
.main-header .logo img {
  max-height: 40px;
  transition: transform 0.3s ease;
}

.main-header .btn {
  transition: transform 0.3s ease;
  border: none;
  background-color: transparent;
}

.btn-close {
    margin-right: 8px !important;
    font-size: 18px;
}

/* При скрол – свиване */
.main-header.scrolled .logo img {
  transform: scale(0.85);
}

.main-header.scrolled .btn {
  transform: scale(0.9);
}

/* Заглавното изображение */
.restaurant-cover {
  background-size: cover;
  background-position: center;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.header-title {
    letter-spacing: 0.8px;
    font-weight: 600;
    font-size: 16px;
}

/* Sticky categories */
.category-swiper-container {
  position: sticky;
  top: 45px;
  z-index: 1040;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  padding-left: 10px;
  padding-top: 16px;
  border-top: 1px solid #f1eeee;
}

/* Prevent scroll anchor overlap */
html {
  scroll-padding-top: 120px;
}


.product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-bottom {
    margin-top: auto;
    padding-top: 0.5rem;
}

.product-item img {
    object-fit: cover;
}

.modal-dialog {
    max-width: 520px;
    width: 100%;
}


    
.modal-content {
  margin: auto;
  border-radius: 0px;
  overflow: hidden;
}

#productModal {
        max-height: 100vh;
    overflow: scroll;
    z-index: 99999;
}

.modal-body img {
  object-fit: cover;
  height: 100%;
}

.modal-body {
    padding-left: 0;
    padding-right: 0;
}

#modal-product-title {
  font-size: 1.75rem;
}

#modal-product-price {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}


.modal-header .btn-close {
  background-color: #f1f1f1;
  border-radius: 50%;
}

.modal-dialog {
  min-height: 400px;
}

.modal-body {
    padding-top: 0;
}




    /* Responsive image styling */
.modal-body img.object-fit-cover {
    object-fit: cover;
    border-radius: 0;
}

/* Title */
.modal-body h2 {
    font-size: 1.55rem;
}

/* Price section */
.product-options strong {
    font-size: 1.2rem;
    font-weight: 600;
}

.product-options .text-decoration-line-through {
    font-size: 0.9rem;
}

/* Allergens */
.product-allergens h6 {
    font-size: 14px;
}

.product-allergens .badge {
    font-size: 0.85rem;
    padding: 0.4em 0.6em;
}

.copyright-bottom-qr-demo a {
    color: rgb(77 77 77);
}

.copyright-bottom-qr-demo {
    font-size: 12px;
}

.copyright-bottom-qr-demo-small {
    font-size: 12px;
}

.order-list-item-title {
    font-size: 14px;
}