/* -------------------------------------------------------------------------- */
/*                                inbanana Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
.naslovna-slika{
    padding: 200px 0;
    overflow: hidden;
    top: 0;
    background-image: url("../img/Slike/IMG_7579_v2.JPG");
    margin-top: 0px;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: #fff;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    
  }

  .foot-slika{

    overflow: hidden;
    top: 0;
    background-image: url("../img/illustrations/BOTTOM-012.png");
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    color: #fff;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
  }



  .quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.quantity-display {
    background: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: bold;
}


.text-gradient2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #549307), to(#254103));
  background: -o-linear-gradient(top, #549307 20%, #254103 100%);
  background: linear-gradient(180deg, #549307 20%, #254103 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.support{
  margin-bottom: -50px !important;
}

.naslov-font{
  font-size: 10rem;
}


  @media (max-width: 768px) {
    .naslovna-slika {
      padding: 10px;
    }
    .naslov-font{
      font-size: 3rem;
      margin-top: 60px;
      margin-bottom: 60px;
    }

    .foot-slika{

      overflow: hidden;
      top: 0;
      background-image: url("../img/illustrations/BOTTOM-012.png");
      background-size: cover;
      background-position: center;
      background-blend-mode: multiply;
      color: #fff;
      background-repeat: no-repeat;
      width: 100%;
      height: auto;
    }

    .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .support{
      margin-bottom: -150px !important;
    }

    .smrad{
      margin-top: 10px !important;
      margin-bottom: 10px !important;
    }

    .smrad2{
      margin-top: 10px !important;
      margin-bottom: 10px !important;
    }

  }

  .nav-item {
    list-style: none;
  }

  .nav-link {
    text-decoration: none;
    color: #333;
  }

  .nav-bar-item {
    padding: 10px;
  }

  .badge {
    position: absolute;
    top: -8px;
    right: -8px;
    border-radius: 50%;
    padding: 4px 8px;
}

.cart-summary {
    position: sticky;
    top: 20px;
}

.product-card {
    transition: transform 0.2s;
}

.product-card:hover {
    transform: translateY(-5px);
}

  .bg-danger {
    background-color: #dc3545;
    color: #fff;
  }

