  .anchor-target {
    scroll-margin-top: 4rem; /* Wysokość Twojej nawigacji */
  }
  .fixed-menu-container{
    padding-top: 5rem;
  }
  .lp-fixed-menu-container{
    padding-top: 4rem;
  }

  /* Typekit Font Classes */
  .komua {
    font-family: "komu-a", sans-serif;
    font-weight: normal;
    font-style: normal;
  }

  .address-normal {
    font-family: "address-sans-pro", sans-serif;
    font-weight: normal; 
      font-style: normal;
  }

  /* Helper classes for specific weights/styles if needed */
  .address {
    font-family: "address-sans-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  .am-video-background {
    background-color: #93dbe9; 
  }
  .am-button-red {
    background-color: #dc0d17;
  }
  .am-red {
    color: #dc0d17;
  }

  .am-button-blue {
    background-color: #38aac5;
  }
  .bg-second-blue {
    background-color: #52a2c7;
  }

  .am-black {
    color: black;
  }
  .am-white {
    color: white;
  }
  .am-green {
    color: green;
  }

  .lh-1 {
    line-height: 1.2 !important;
  }









  /* Base size for all screen widths */
  .fs-am-big {
    font-size: 1.5rem; 
  }
  .fs-am-very-big {
    font-size: 3.5rem; 
  }
  .fs-am-mid {
    font-size: 1rem; 
  }
  .mule-img {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }

  .fs-5-smaller {
    font-size: 1.0rem; 
  }

  /* pozycjonowanie butelek */
  @media (max-width: 1400px) {
    .bg-image-mobile-left {
      background-position: left 0px top -60px !important;
    }    
    .bg-image-mobile-right {
      background-position: right -200px top 0px !important;
    }
  }  
  @media (max-width: 1200px) {
    .bg-image-mobile-left {
      background-position: left 0px top -60px !important;
    }
    .bg-image-mobile-right {
      background-position: right -250px top 0px !important;
    }
  }
  @media (max-width: 1100px) {
    .bg-image-mobile-left {
      background-position: left -40px top -60px !important;
    }
    .bg-image-mobile-right {
      background-position: right -300px top 0px !important;
    }
  }
  @media (max-width: 900px) {
    .bg-image-mobile-left {
      background-position: left -120px top -60px !important;
    }
    .bg-image-mobile-right {
      background-position: right -380px top 0px !important;
    }
  }  
  @media (max-width: 700px) {
    .bg-image-mobile-left {
      background-position: left -200px top -70px !important;
    }
    .bg-image-mobile-right {
      background-position: right -450px top 0px !important;
    }
  }


  
  /* Bootstrap breakpoints */
  @media (min-width: 576px) {

    .fs-am-big {
      font-size: 1.6rem;
    }
    .fs-am-mid {
      font-size: 1.2rem; 
    }
    .fs-am-very-big {
      font-size: 4rem;
    }
    .fs-5-smaller {
      font-size: 1.1rem; 
    }
    .mule-img {
      width: 100%;
    }

  }

  @media (min-width: 768px) {

    .fs-am-big {
      font-size: 2.25rem;
    }
    .fs-am-mid {
      font-size: 1.4rem; 
    }
    .fs-am-very-big {
      font-size: 4.5rem;
    }
    .mule-img {
      width: 480px;
    }
    .fs-5-smaller {
      font-size: 1.25rem; 
    }
  }

  @media (min-width: 992px) {
    .fs-am-big {
      font-size: 2.5rem;
    }
    .fs-am-very-big {
      font-size: 4.5rem;
    }
    .mule-img {
      width: 520px;
    }
  }

  @media (min-width: 1200px) {
    .fs-am-big {
      font-size: 2.5rem;
    }
    .fs-am-very-big {
      font-size: 4.5rem;
    }
    .mule-img {
      width: 560px;
    }
  }

  @media (min-width: 1400px) {
    .fs-am-big {
      font-size: 2.5rem;
    }
    .fs-am-very-big {
      font-size: 4.5rem;
    }
  }


