@media only screen and (max-width: 1250px) {
    :root{
        --max-width:100%;
    }

    nav{
        padding: 0px 25px 0px 15px;
    }
    .main-content{
        padding: 0 25px;
    }
     
    .section{
        padding: 70px 15px 70px 15px;
        width: 100%;
    }

    .product-container{
        align-items: start;
        justify-content: center;
    }

    .services{
      gap: 25px;
      padding: 0px 25px;
    }

    .activity_block{
      justify-content: center;

    }
    .activity-description{
      padding: 0px;
    }

    footer{
      padding: 15px;
    }
  }

















  @media only screen and (max-width: 800px) {
    body{
      overflow-x: hidden;
    }
    .close{
      top: 100px;
    }
    .menu{
      z-index: 3;
      display: flex;
      margin: 0;
    }

    .calculator-section{
      padding-bottom: 50px;
    }

    .activity_card_pressed{
      height: 300px;
    }
   
    .main-section{
        height: 40vh;
    }
    .main-content{
        padding: 0px 25px;
        height: auto;
        align-items: start;
        justify-content: start;
        margin-bottom: 50px;
      }
      .main-content h1{
        width: 100%;
        font-size: 25px;
      }

      .main-content p {
        width: 100%;
        display: none;
      }
    
      h2{
        font-size: 23px;
      }
      #accommodations{
        padding: 100px 15px 15px 15px;
      }

      .accommodations-container{
        gap: 25px;
      }

      .card{
        width: 90%;
      }

    
    .activity_container{
        flex-direction: column;
        gap: 35px;
    }



    .activity_block{
        width: 100%;
    }

    .activity_card{
        width: 100%;
    }

    .activity_image{
        width: 100%;
        min-width: auto;
    }

    .action-container{
      flex-direction: column;
    }

    .action-block{
      width: 100%;
    }

    .action-img{
      width: 100%;
    }

    .footer-container{
        flex-wrap: wrap;
    }

    .nav-list{
        position: fixed;
        background-color: rgba(255, 255, 255, 0.747);
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        left: -150%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: left 0.5s ease-in-out;
        backdrop-filter: blur(3px);
    }

    .nav-list li a {
        color: black;
    }

    .footer-container{
      gap: 50px;
    }

    .footer-blocks{
      align-items: start;
      justify-content: start;
    }

    .footer-block{
      justify-content: start;
      align-items: start;
    }

    .service-block img{
      height: 60px;
    }

    .service-text span:first-child{
      font-size: 22px;
    }

    .service-block{
      gap: 25px;

    }

    .about-us{
      flex-direction: column;
    }

    .contact-container{
      flex-direction: column;
    }

    .contact-block{
      width: 100%;
    }

    .contact-container form{
      width: 100%;
    }

    .price-container table tr td {
      padding: 10px 15px;
    }

    .footer-container{
      gap: 50px;
    }

    .footer-blocks{
      gap: 25px;
    }

    .footer-block h2{
      font-size: 20px;
    }

    .product_container{
      gap: 50px;
      flex-direction: column;
    }

    .product-full-img {
      width: 100%;
    }
    .full-product-info{
      width: 100%;
    }

    .summary-cart{
      flex: 1 !important
    }

    .float-img{
      float: auto !important;
      width: 100%;
    }
  }


  @media only screen and (max-width: 520px) {
    .services-container{
      padding: 25px;
      justify-content: center;
      align-items: center;
      padding-left: 20%;
    }
    
    .service-block{
      align-items: center;
      justify-content: start;
      margin: 0 auto;
    }

    .service-block img{
      height: 55px;
    }

    .accommodations-container{
      gap: 0px;
    }

    .full-shop {
      flex-direction: column;
    }

   .side-menu {
  display: flex;
  width: 100%;
}

#side-menu{
  flex-direction: row;
  width: 100%;
  gap: 40px;
  overflow-x: auto;              /* potřebné pro scroll */
  scroll-snap-type: x mandatory; /* aktivuje snapování */
  scroll-padding: 20px;          /* volitelné, zarovnání */
  padding-bottom: 10px;          /* aby scroll nezmizel */
}

#side-menu::-webkit-scrollbar {
  height: 0px;                         /* pro Chrome, Safari */
  transition: height 0.3s ease;
}

#side-menu:hover::-webkit-scrollbar {
  height: 8px;                         /* zobrazit při hoveru */
}

#side-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.menu-item{
  min-width: 200px;
}

.footer-banner-container{
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 25px;
}

.cart{
  width: 100%;
}

.cookie-box{
  width: 100% !important;
}


  }

   @media only screen and (max-width: 375px) {
    .services{
      padding: 0px 25px;
      gap: 25px;
    }

  }