

/* Start:/bitrix/templates/tracetouch/components/bitrix/catalog.element/board/style.css?1728390343888*/
.catalog-element {
}

.catalog-title {
  font-size: 1.5em;
  color: #333;
  margin-bottom: 10px;
}

.catalog-content {
  display: flex;
  gap: 20px;
}

.catalog-image {
  flex: 1;
  max-width: 100%;
}

.catalog-image img {
  height: auto;
  border-radius: 8px;
}

.catalog-details {
  flex: 2;
}

.catalog-properties {
  margin-bottom: 15px;
}

.catalog-property {
  margin-bottom: 5px;
}

.catalog-prices {
  margin-top: 10px;
}

.catalog-price-title {
  font-weight: bold;
}

.catalog-price {
  color: red;
  font-weight: bold;
}

.catalog-price-original {
  text-decoration: line-through;
  color: #999;
}

.catalog-price-discount {
  color: green;
}

.catalog-form {
  margin-top: 10px;
}

.catalog-form-group {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

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

table {
  width: 100%;
}

/* End */
/* /bitrix/templates/tracetouch/components/bitrix/catalog.element/board/style.css?1728390343888 */
