@media screen and (max-width: 1200px) {
    .navbar.desktop {
      display: none;
    }
    .navbar.hamburger {
      display: flex;
    }
    .unique-bg{
      height: auto;
      width: 100%;
      padding-top: 5rem;
      padding-bottom: 5rem;
    }
  
    .unique-container{
      height: auto;
      display: flex;
      flex-direction: column;
    }

    .unique-img{
      width: 95vw;
    }

    .portfolio-bg{
      text-align: center;
      height: auto;
    }

    .portfolio-img-container{
      display: none;
    }

    .portfolio-img-container-resp{
      display: flex;
      flex-direction: column;
      height: auto;
      justify-content: center;
      align-items: center;
      gap: 3rem;
    }


    .box-resp img{
      height: 30rem;
    }

    .box-resp img:hover{
      transform: scale(1.1);  
    }

    .product-container{
      width: 99%;
      border: none;
    }
    img.logo{
      padding-left: 5rem;
  }

  .cart-icon{
    padding: 0;
  }
  #site-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.1rem;
    text-align: center;
    gap: 2rem;
  }


}

@media (min-width: 1024px) {
  .button-76 {
    font-size: 1.5rem; /* 24px */
    padding: 1rem 1.5rem;
    line-height: 2rem; /* 32px */
  }  
}


