

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog/garage/style.css?17489243992193*/
.grid {}

.grid .bx_content_section { margin-bottom: 15px; }

.grid .bx_sidebar { margin-bottom: 15px; }

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}
.product-page {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 40px 0;
  font-family: 'Helvetica Neue', sans-serif;
}

.product-image img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
}

.product-info {
  max-width: 600px;
  flex-grow: 1;
}

.product-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-author {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.product-props {
  font-size: 14px;
  margin-bottom: 20px;
}

.product-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.product-price {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
}

.add-to-cart-btn {
  display: inline-block;
  background-color: black;
  color: white;
  padding: 12px 24px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.product-card {
    width: calc(20% - 16px); /* 5 карточек в ряд */
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}


.product-card img {
    max-width: 100%;
    height: auto;
}

.product-card h3 {
    font-size: 16px;
    margin: 10px 0 5px;
}

.product-card p {
    color: #666;
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174789298551*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog/garage/style.css?17489243992193 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?174789298551 */
