

/* Start:/local/templates/aspro_mshop/css/favorites.css?17685525842062*/
/* Полностью независимые стили для избранного */
.gurtiz-favorites-wrapper {
    display: inline-block;
}

.gurtiz-favorites-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    outline: none;
}

.gurtiz-favorites-btn:hover {
    opacity: 0.8;
}

.gurtiz-favorites-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.gurtiz-favorites-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease;
}

/* Контурное сердце (по умолчанию) */
.gurtiz-favorites-btn .gurtiz-heart-outline {
    opacity: 1;
    color: #666;
}

.gurtiz-favorites-btn .gurtiz-heart-filled {
    opacity: 0;
    color: #ff4444;
}

/* Состояние в избранном */
.gurtiz-favorites-btn.is-favorite .gurtiz-heart-outline {
    opacity: 0;
}

.gurtiz-favorites-btn.is-favorite .gurtiz-heart-filled {
    opacity: 1;
}

/* Hover эффекты */
.gurtiz-favorites-btn:not(.is-favorite):hover .gurtiz-heart-outline {
    color: #ff4444;
}

.gurtiz-favorites-text {
    white-space: nowrap;
}

/* Адаптация под существующие стили шаблона */
.like_icons .gurtiz-favorites-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.like_icons .gurtiz-favorites-btn {
    padding: 0;
    background: none;
    border: none;
}

/* Компактная версия без текста */
.gurtiz-favorites-btn:not(:has(.gurtiz-favorites-text)) {
    padding: 5px;
    min-width: auto;
}

/* Для старых браузеров без :has() */
.gurtiz-favorites-btn .gurtiz-favorites-icon:only-child {
    margin: 0;
}

/* Hover эффект для компактной кнопки */
.gurtiz-favorites-btn:hover {
    transform: scale(1.1);
}
/* End */


/* Start:/local/templates/aspro_mshop/components/bitrix/catalog.section.list/sections_list/style.css?17534325452615*/
.wrapper_inner {
  max-width: none;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rb-catalog {
  display: flex;
  flex-direction: column;
  max-width: 1162px;
  width: 100%;
}
.rb-catalog__title {
  margin: 0;
  text-transform: uppercase;
  font-family: Bebas Neue;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #383838;
}
@media screen and (max-width: 992px) {
  .rb-catalog__title {
    font-size: 32px;
    line-height: 32px;
  }

  .rb-catalog__title--slash {
    font-size: 32px;
    line-height: 32px;
  }
}
.rb-catalog__title--slash {
  color: #fa6b00;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: Bebas Neue;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
}
.rb-catalog__subtitle {
  margin-bottom: 44px;
  font-family: Onest;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.85px;
  text-align: left;
  color: #828282;
}
@media screen and (max-width: 992px) {
  .rb-catalog__subtitle {
    margin-bottom: 20px;
  }
}
.rb-catalog__cards {
  display: flex;
  max-width: 1162px;
  flex-flow: wrap row;
  gap: 20px 30px;
  padding: 0 0 50px 0;
}
@media screen and (max-width: 360px) {
  .rb-catalog__cards {
    align-items: center;
    justify-content: center;
  }
}
.rb-catalog__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .rb-catalog__card {
    margin-bottom: 20px;
    max-width: 152px;
  }
}
.rb-catalog__card--img {
  width: 120px;
  height: 120px;
  display: block;
}
@media screen and (max-width: 992px) {
  .rb-catalog__card--img {
    width: 93px;
    height: 93px;
  }
}
.rb-catalog__card--imgblock {
  background-color: white;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  width: 100%;
  height: 131px;
}
@media screen and (max-width: 992px) {
  .rb-catalog__card--imgblock {
    max-width: 152px;
    height: 105px;
  }
}
.rb-catalog__card--name {
  margin: 0;
  width: fit-content;
  position: relative;
  font-family: Onest;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.4px;
  text-align: left;
  color: #383838;
}
@media screen and (max-width: 992px) {
  .rb-catalog__card--name {
    font-size: 13px;
    line-height: 15.6px;
  }
}
.rb-catalog__card--amount {
  padding-left: 2px;
  font-family: Onest;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.3px;
  text-align: left;
  color: #828282;
  text-align: start;
}

/* End */
/* /local/templates/aspro_mshop/css/favorites.css?17685525842062 */
/* /local/templates/aspro_mshop/components/bitrix/catalog.section.list/sections_list/style.css?17534325452615 */
