

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog/default2/style.min.css?1747892997959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;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 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* 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 */


/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/subscribe.form/garage/style.css?17524500161779*/

.subscribe-section {
  background-color: #f5f5f4;
  padding: 32px 16px;

  margin: 0 auto;
}

.subscribe-title {
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: 25px;
  margin-bottom: 24px;
  text-align: left;
  color: #000;
}

.subscribe-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.subscribe-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.subscribe-input {
  flex: 1;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  font-family: 'Montserrat', sans-serif;
  border-radius: 0;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
  height: 56px;
}

.subscribe-button {
  background-color: transparent;
  color: #16a34a;
  border: 2px solid #16a34a;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  height: 56px;
  transition: all 0.3s ease;
}

.subscribe-button:hover {
  background-color: #16a34a;
  color: #fff;
}

.subscribe-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 12px;
  color: #666;
  font-family: 'Montserrat', sans-serif;
}

.subscribe-checkbox input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  margin-top: 2px;
  position: relative;
  cursor: pointer;
}

.subscribe-checkbox input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-text {
  line-height: 1.5;
}

.checkbox-text a {
  color: #000;
  text-decoration: underline;
}


/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog/default2/style.min.css?1747892997959 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/catalog.section/garage/style.css?17530617793260 */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/subscribe.form/garage/style.css?17524500161779 */
