

/* 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.pagenavigation/templates/modern/style.min.css?1747892985675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.section/garage/style.css?17530617793260*/

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
.catalog-section-wrapper {
    margin: 0 auto;
    padding: 0 15px;
    overflow-x: auto;
}

.product-grid.books-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
}

.product-card {
    flex: 0 0 250px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.product-image-wrapper {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product-card a {
    text-decoration: none !important;
}

.carousel-item-title {
    font-size: 16px;
    margin: 10px 0 5px;
    color: #333;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
}

.carousel-item-price {
    font-weight: bold;
    color: #000;
}

.product-icons {
    display: flex;
    gap: 10px;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.icon-btn img {
    width: 20px;
    height: 20px;
}

/* Если нужно скрыть фильтр */
#smart-filter-container {
    display: none !important;
}
.catalog-section-wrapper {
    margin: 0 auto;
    padding: 0 15px;
    overflow-x: auto;
}

.product-grid.books-carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    padding-bottom: 10px;
}

.product-card {
    flex: 0 0 250px;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;
}

.product-image-wrapper {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.product-card a {
    text-decoration: none !important;
}

.carousel-item-title {
    font-size: 16px;
    margin: 10px 0 5px;
    color: #333;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-bottom-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 0;
}

.carousel-item-price {
    font-weight: bold;
    color: #000;
}

.product-icons {
    display: flex;
    gap: 10px;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.icon-btn img {
    width: 20px;
    height: 20px;
}

/* Если нужно скрыть фильтр */
#smart-filter-container {
    display: none !important;
}
/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog/garage/style.css?17489243992193 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1747892985675 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.section/garage/style.css?17530617793260 */
