body {
  background-color: #f8f9fa;
}

.bg-light {
	height: 100vh;
	overflow: hidden;
}

.product-modal {
  max-width: 960px;
  width: 100%;
  margin: 20px auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  
  overflow: visible;
background-image: url(/catalog/view/theme/tt_indecor1/cart/images/1bg.jpg);
  background-size: cover;         /* Растягивает по ширине и высоте */
  background-position: center;    /* Центрует изображение */
  background-repeat: no-repeat;   /* Убирает повтор */
}

.brand-header img {
  max-height: 60px;
}

.contact-info {
  font-size: 12px;
  line-height: 1.4;
}

.contact-info strong {
  font-weight: 600;
}

.product-title {
  font-size: 26px;
  font-weight: bold;
  width: 100%;
}

.product-image {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.dimensions-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(255, 255, 255, 0.85);
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
}

.price {
  font-size: 24px;
  color: #28a745;
  font-weight: bold;
  text-align: center;
}

.note {
  font-size: 14px;
  color: #dc3545;
  margin-top: 20px;
}

.qr-label {
  font-size: 12px;
  text-align: center;
  margin-top: 4px;
  color: #333;
}

#btn-group {
  margin-top: 20px;
}

.atribute {
    /*background: #fff;*/
    border: 2px solid #28a745;
}
.product-details {
  padding: 0 15px;
}

.product-details h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  border-bottom: 2px solid #28a745;
  padding-bottom: 5px;
}

.product-details p {
  display: flex;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 3px;
}

.product-details p strong {
  font-weight: 600;
  margin-right: 8px;
  min-width: 180px; 
  color: #333;
}
.product-details p::before {
  content: '✔';
  color: #28a745;
  font-size: 16px;
  margin-right: 10px;
  flex-shrink: 0;
}

.product-details p strong {
  font-weight: 600;
  color: #333;
  margin-right: 5px;
}

.product-details p:nth-child(odd) {
  /*background: #fff;*/
  padding: 4px 12px;
}
.product-details p:nth-child(even) {
  /*background: #f1f1f1;*/
  padding: 4px 12px;
}

@media (max-width: 767px) {
  img.awward {
            width: 100px !important;
}
  .product-modal {
  background-size: contain;
  background-repeat: repeat;}
  .brand-header {
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
  }

  .brand-header img {
    max-width: 125px;
  }

  .contact-info {
    font-size: 11px;
    line-height: 1.3;
    padding-left: 5px;
  }

  .product-title {
    font-size: 20px;
    margin-top: 10px;
  }

  .price {
    font-size: 20px;
  }

  .product-modal {
    padding: 15px;
  }

  .btn {
    font-size: 13px;
    padding: 6px 10px;
    width: 100%;
    margin-bottom: 10px;
  }

  .dimensions-overlay {
    font-size: 12px;
  }

  #btn-group {
 display: none!important;
  }
  .d-flex { display: none;}

  .qr-label {
  display: none;
  }

  /* Адаптація характеристик для мобільних */
  .product-details {
    padding: 10px;
  }

  .product-details h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .product-details p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .product-details p::before {
    font-size: 14px;
    margin-right: 8px;
  }
}
p span {
    font-weight: 500;
    margin-right: 10px;
}

@media print {
  #btn-group,
  #btn-group-top {
    display: none !important;
  }

  /* Забезпечуємо видимість характеристик при друці */
  .product-details {
    background: none;
    border: none;
  }

  .product-details p:nth-child(odd),
  .product-details p:nth-child(even) {
    background: none;
    padding: 0;
  }

  .product-details p::before {
    content: none;
  }
}

#btn-group-top .btn {
  width: auto !important;
  padding: 6px 10px;
  font-size: 13px;
  white-space: nowrap;
  flex: 1 1 auto;
}
.note {
  font-size: 14px;
  color: #333;
  background: #f8f9fa;
  padding: 10px;
  border-radius: 4px;
  margin-top: 20px;
  border-left: 3px solid #dc3545;
}
.note strong {
  color: #dc3545;
}

.attribute strong{
  width: 180px;
}

.mobile-product-image{
  width: 400px;
} 
