


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    background-color: #e7f6ff
    
    
}


.product-card-section {
  padding: 2em;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
}

.product-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 1.5em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px; /* <== Можеш да смениш височината */
  width: 100%;
  margin-bottom: 1em;
}

.product-image img {
  max-height: 100%;   /* ограничава да не надвиши височината */
  max-width: 100%;    /* адаптивна ширина */
  object-fit: contain;
}


.product-details {
  flex: 1 1 60%;
  padding: 2em;
}

.product-name {
  font-size: 2em;
  color: #222;
  margin-bottom: 0.6em;
  font-weight: 700;
}

.product-description {
  color: #555;
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 1.5em;
}

.product-info-list {
  list-style: none;
  padding: 0;
  margin: 2em auto; /* центрира блока хоризонтално */
  text-align: left; /* подравнява текста вътре вляво */
  max-width: 400px; /* задай разумна ширина, за да стои добре */
  font-size: large;
}

.product-info-list li {
  margin-bottom: 0.6em;
  color: #444;
  font-size: 1em;
}

.product-button {
  background-color: #ff6347;
  color: white;
  border: none;
  padding: 0.8em 1.6em;
  font-size: 1em;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.product-button:hover {
  background-color: #e5533c;
}

#lottie{
  width: 300px;
  height: 300px;
}

.info{
  text-align: left;
  max-width: 70vw;
  
}

.h1-heading{
font-weight: bold;
}



.info-paragraphs{

  
  font-weight: bold;
 
}
img{
  max-height: 12em;
}