

/* Start:/local/templates/main/components/bitrix/breadcrumb/catalog_mcv2/style.css?1779464562224*/
/**
 * Стили крошек каталога задаются в шаблоне каталога (catalog.page-head.css),
 * чтобы не пересекаться с глобальными .breadcrumb-nav и др.
 */

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/main_catalog_v2/bitrix/catalog.element/.default/style.css?1779464562171*/
/* Стили детальной карточки: inc/front/styles/catalog.detail.css подключаются из element.php через mcv2IncludeCatalogAssets(). */

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/slider_u/style.css?17794645611268*/
.mcv2-random-slider {
	position: relative;
	padding: 0 42px;
}

.mcv2-random-slider__track {
	display: flex;
	align-items: stretch;
}

.mcv2-random-slider__slide {
	height: auto;
}

.mcv2-random-slider__slide .mcv2-card {
	height: 100%;
}

.mcv2-random-slider__nav {
	position: absolute;
	top: 38%;
	z-index: 3;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	border: 0;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(15, 28, 57, 0.14);
	cursor: pointer;
}

.mcv2-random-slider__nav::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	border-top: 2px solid #27314a;
	border-right: 2px solid #27314a;
}

.mcv2-random-slider__nav--prev {
	left: 0;
}

.mcv2-random-slider__nav--prev::before {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.mcv2-random-slider__nav--next {
	right: 0;
}

.mcv2-random-slider__nav--next::before {
	transform: translate(-65%, -50%) rotate(45deg);
}

.mcv2-random-slider .swiper-button-disabled {
	opacity: 0.35;
	cursor: default;
}

@media (max-width: 767px) {
	.mcv2-random-slider {
		padding: 0 26px;
	}

	.mcv2-random-slider__nav {
		width: 28px;
		height: 28px;
		margin-top: -14px;
	}

	.mcv2-random-slider__nav::before {
		width: 8px;
		height: 8px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/main_catalog_v2/inc/front/styles/catalog.tokens.css?17794645621628*/
.mcv2-demo {
  --mcv2-color-navy-900: #27314a;
  --mcv2-color-black: #000000;
  --mcv2-color-white: #ffffff;
  --mcv2-color-gray-100: #f5f5f5;
  --mcv2-color-gray-150: #f2f2f2;
  --mcv2-color-gray-300: #e2e2e2;
  --mcv2-color-gray-500: #aeaeae;
  --mcv2-color-rose-100: #f2e1dd;
  --mcv2-color-pink-600: #d1416b;

  --mcv2-text-primary: var(--mcv2-color-navy-900);
  --mcv2-text-base: var(--mcv2-color-black);
  --mcv2-text-muted: var(--mcv2-color-gray-300);
  --mcv2-text-subtle: var(--mcv2-color-gray-500);
  --mcv2-text-on-dark: var(--mcv2-color-white);
  --mcv2-price-current: rgba(39, 49, 74, 0.9);

  --mcv2-surface-default: var(--mcv2-color-white);
  --mcv2-surface-soft: var(--mcv2-color-rose-100);
  --mcv2-surface-control: var(--mcv2-color-gray-150);
  --mcv2-surface-field: var(--mcv2-color-gray-100);
  --mcv2-surface-backdrop: #fafafa;

  --mcv2-accent: var(--mcv2-color-pink-600);

  --mcv2-font-family-base: "Onest", system-ui, -apple-system, "Segoe UI", sans-serif;

  --mcv2-space-1: 4px;
  --mcv2-space-2: 8px;
  --mcv2-space-3: 12px;
  --mcv2-space-4: 16px;
  --mcv2-space-5: 20px;
  --mcv2-space-6: 24px;
  --mcv2-space-7: 28px;
  --mcv2-space-8: 32px;

  --mcv2-radius-sm: 4px;
  --mcv2-radius-md: 10px;
  --mcv2-radius-lg: 20px;
  --mcv2-radius-xl: 30px;
  --mcv2-radius-2xl: 32px;

  /* Макет каталога (desktop, ориентир — Figma sidelki) */
  --mcv2-catalog-max-width: 1320px;
  --mcv2-catalog-gutter-x: 24px;
  --mcv2-layout-sidebar-width: 280px;
  --mcv2-layout-column-gap: 32px;
  --mcv2-stack-head-gap: 32px;
  --mcv2-head-title-crumbs-gap: 12px;
  --mcv2-products-gap: 24px;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/main_catalog_v2/inc/front/styles/catalog.card.css?17794645614185*/
.mcv2-products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--mcv2-products-gap);
}

.mcv2-card {
  display: flex;
  flex-direction: column;
  gap: var(--mcv2-space-4);
  height: 100%;
  min-width: 0;
}

.mcv2-card__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--mcv2-radius-lg);
  aspect-ratio: 258 / 358;
  background: var(--mcv2-surface-field);
}

.mcv2-card__media-link {
  display: block;
  width: 100%;
  height: 100%;
}

.mcv2-card__image-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: var(--mcv2-space-6);
  background: var(--mcv2-media-bg, var(--mcv2-surface-field));
  color: var(--mcv2-text-primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.mcv2-card__badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 12px 4px 13px;
  border-radius: var(--mcv2-radius-md);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}

.mcv2-card__badge--in-stock {
  background: var(--mcv2-color-white);
  color: var(--mcv2-text-primary);
}

.mcv2-card__badge--out-of-stock {
  background: var(--mcv2-color-black);
  color: var(--mcv2-text-on-dark);
}

.mcv2-card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--mcv2-space-2);
}

.mcv2-card__price {
  color: var(--mcv2-price-current);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.mcv2-card__price-old {
  color: var(--mcv2-text-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: line-through;
}

.mcv2-card__title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.8em;
  margin: 0;
  color: var(--mcv2-text-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mcv2-card__title-link {
  display: inline;
}

.mcv2-card__action {
  margin-top: auto;
  min-height: 56px;
}

.mcv2-card__basket-stack {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

/* «Оформить» — Figma node 469:705 (фон #F2E1DD, текст #27314A); без hover-изменения тона (front.md). */
.mcv2-card__button--checkout {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 16px 8px;
  border: 0;
  border-radius: var(--mcv2-radius-lg);
  background: var(--mcv2-surface-soft);
  color: var(--mcv2-text-primary);
  font-family: var(--mcv2-font-family-base);
  font-size: 16px;
  font-weight: 700 !important;
  font-variation-settings: "wght" 700 !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.mcv2-card__button--checkout:focus-visible {
  outline: 2px solid var(--mcv2-text-primary);
  outline-offset: 2px;
}

.mcv2-card__button,
.mcv2-card__counter {
  width: 100%;
  min-height: 56px;
  border-radius: var(--mcv2-radius-lg);
  background: var(--mcv2-surface-control);
  color: var(--mcv2-text-primary);
}

.mcv2-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 12px;
  border: 0;
  font-family: var(--mcv2-font-family-base);
  font-style: normal;
  font-size: 16px;
  font-weight: 600 !important;
  font-variation-settings: "wght" 600 !important;
  line-height: 1.2;
}

.mcv2-card__button[disabled] {
  cursor: not-allowed;
  opacity: 1;
}

.mcv2-card__counter {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: stretch;
  border: 0;
  overflow: hidden;
}

.mcv2-card__counter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: var(--mcv2-text-primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.mcv2-card__counter-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 var(--mcv2-space-2);
  color: var(--mcv2-text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog/main_catalog_v2/inc/front/styles/catalog.integration.css?17794645616039*/
.mcv2-ajax-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(8px);
}

.mcv2-ajax-loader.is-visible {
  display: flex;
}

.mcv2-ajax-loader__dialog {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 56px;
  padding: 0 20px;
  border: 1px solid rgba(39, 49, 74, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
}

.mcv2-ajax-loader__spinner {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(39, 49, 74, 0.14);
  border-top-color: var(--mcv2-accent);
  animation: mcv2-ajax-loader-spin 0.72s linear infinite;
}

.mcv2-ajax-loader__label {
  color: var(--mcv2-text-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

body.mcv2-loader-active {
  cursor: progress;
}

@keyframes mcv2-ajax-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.mcv2-sections {
  width: 100%;
}

.mcv2-sections__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcv2-sections__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mcv2-sections__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.mcv2-sections__item--level-2 {
  padding-left: var(--mcv2-space-6);
}

.mcv2-sections__item--level-3 {
  padding-left: calc(var(--mcv2-space-6) * 2);
}

.mcv2-sections__sublist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcv2-sections__sublist[hidden] {
  display: none;
}

.mcv2-sections__toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mcv2-text-primary);
}

.mcv2-sections__toggle-icon {
  width: 10px;
  height: 10px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.mcv2-sections__item.is-open > .mcv2-sections__header .mcv2-sections__toggle-icon {
  transform: rotate(225deg);
}

.mcv2-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mcv2-filter__group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mcv2-filter__group + .mcv2-filter__group {
  padding-top: var(--mcv2-space-2);
}

.mcv2-filter__range {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mcv2-filter__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mcv2-filter__field-label {
  color: var(--mcv2-text-subtle);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.mcv2-filter__input {
  width: 100%;
  min-height: 44px;
  padding: 12px 14px;
  border: 0;
  border-radius: var(--mcv2-radius-md);
  background: var(--mcv2-surface-field);
  color: var(--mcv2-text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.mcv2-filter__input::placeholder {
  color: var(--mcv2-text-subtle);
}

.mcv2-filter__hidden {
  display: none;
}

.mcv2-card__media-link,
.mcv2-card__image {
  display: block;
  width: 100%;
  height: 100%;
}

.mcv2-card__image {
  object-fit: cover;
}

.mcv2-card__button {
  text-decoration: none;
}

.mcv2-card__action {
  position: relative;
}

.mcv2-card__counter-area {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--mcv2-radius-lg);
}

.mcv2-card__action-loader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: var(--mcv2-radius-lg);
  background: var(--mcv2-surface-control);
}

.mcv2-card__action-loader::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 2px solid rgba(39, 49, 74, 0.18);
  border-top-color: var(--mcv2-accent);
  border-radius: 50%;
  animation: mcv2-card-loader-spin 0.75s linear infinite;
}

.mcv2-card__action.is-pending > :not(.mcv2-card__action-loader),
.mcv2-card__action.is-loading > :not(.mcv2-card__action-loader),
.mcv2-card__counter-area.is-pending > :not(.mcv2-card__action-loader),
.mcv2-card__counter-area.is-loading > :not(.mcv2-card__action-loader) {
  visibility: hidden;
}

.mcv2-card__action.is-pending .mcv2-card__action-loader,
.mcv2-card__action.is-loading .mcv2-card__action-loader,
.mcv2-card__counter-area.is-pending .mcv2-card__action-loader,
.mcv2-card__counter-area.is-loading .mcv2-card__action-loader {
  display: flex;
}

.mcv2-card__button.is-loading,
.mcv2-card__counter.is-loading,
.mcv2-card__action.is-loading,
.mcv2-card__counter-area.is-loading {
  pointer-events: none;
}

@keyframes mcv2-card-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

.mcv2-pagination {
  margin-top: 40px;
}

.mcv2-pagination__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mcv2-pagination__link,
.mcv2-pagination__current,
.mcv2-pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 14px;
  border-radius: var(--mcv2-radius-md);
  background: var(--mcv2-surface-field);
  color: var(--mcv2-text-primary);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.mcv2-pagination__current {
  background: var(--mcv2-surface-soft);
}

.mcv2-pagination__ellipsis {
  min-width: auto;
  padding: 0 8px;
  background: transparent;
}

.mcv2-products-empty {
  padding: 24px;
  border-radius: var(--mcv2-radius-lg);
  background: var(--mcv2-surface-field);
  color: var(--mcv2-text-primary);
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .mcv2-filter__range {
    grid-template-columns: 1fr;
  }

  .mcv2-pagination {
    margin-top: 32px;
  }
}

/* End */
/* /local/templates/main/components/bitrix/breadcrumb/catalog_mcv2/style.css?1779464562224 */
/* /local/templates/main/components/bitrix/catalog/main_catalog_v2/bitrix/catalog.element/.default/style.css?1779464562171 */
/* /local/templates/main/components/bitrix/catalog.section/slider_u/style.css?17794645611268 */
/* /local/templates/main/components/bitrix/catalog/main_catalog_v2/inc/front/styles/catalog.tokens.css?17794645621628 */
/* /local/templates/main/components/bitrix/catalog/main_catalog_v2/inc/front/styles/catalog.card.css?17794645614185 */
/* /local/templates/main/components/bitrix/catalog/main_catalog_v2/inc/front/styles/catalog.integration.css?17794645616039 */
