.titulo2   { margin-top: 30px;}
.tituloh1  { margin-top: 20px;}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
   object-fit: cover;
  border: 3px solid black;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden; /* sprečava da slika iskače van okvira */
  width: 100%; /* prilagodi po potrebi */
  height: auto;
  max-width: 1024px;
  margin-top: 100px;
}

.image-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* centriranje horizontalno */
  gap: 10px; /* razmak između image-box elemenata */
  padding: 10px;
}
.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add-to-cart-btn {
  margin-top: 10px;
  padding: 15px 30px;
  background-color: #33d000;
  color: black;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  animation: pulse 1.5s infinite;
  transition: background-color 0.3s;
padding-top: 16px;
      font-weight: 800;
    padding-left: 64px;
    padding-right: 64px;
    padding-bottom: 16px;
    width: 100%;
    max-width: 400px;


}

.add-to-cart-btn:hover {
  background-color: #33d000;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}

.undefined2 { width: 100%; text-align: center;}
.zutara { background-color: #ffffd4;}

.testimonial-holder {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px;
  flex-wrap: wrap;
}

.testimonial-box {
  width: 300px;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 20px;
  text-align: center;

   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* svetlija senka */
}

.testimonial-box img {
  width: 96px;
  height: 96px;
  border-radius: 50px;
  object-fit: cover;
  margin-bottom: 15px;
}

.rating {
  font-weight: 500;
  font-size: large;
  margin-bottom: 10px;
}

.message {
  font-style: italic;
  font-size: medium;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #fff;
}

.guarantee {

  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  background-color: #181818;
  color: #fff;
}

.guarantee .seal,
.guarantee .badge {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.guarantee h1 {
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
}

.guarantee h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
  color: #fff;
}
.badger {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.prefut { text-align: center; padding-top: 20px;}

.undefined2  { 
  text-align: center;
    font-weight: 500;
    color: #000;
    font-size: 24px;

  }

  .futara p { text-align: centar;}

  .footer-holder {
  max-width: 600px;
  margin: 40px auto;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #444;
  line-height: 1.5;
  padding: 0 20px;
}

.footer-holder p,
.footer-holder .footer-links {
  margin: 8px 0;
}

.footer-links a {
  color: #007BFF;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  text-decoration: underline;
}

.disclaimer {
  font-size: 0.9em;
  color: #666;
  margin-top: 20px;
}


.trustimg { max-width: 100%;}


@media screen and (max-width: 480px) {
.guarantee h1 { font-size: 28px!important; font-weight: 900!important;}
.tituloh1 { font-size: 28px!important; font-weight: 900!important;}
.reviews h2 { font-size: 28px!important; font-weight: 900!important;}
 .prod1 {   width: 100%;  }
  .kits {    margin-top: 30px!important;     padding-bottom: 30px;    background-color: #fff;   }
}