

/* Start:/local/templates/heartz_v3/components/bitrix/breadcrumb/.default/style.css?1745691520320*/
.bread {
    display: flex;
    padding-top: .4rem;
}

.bread__item {
    font-family: PexicoMicro, Arial, sans-serif;
    position: relative;
    display: block;
    font-size: 1.9rem;
    padding-left: 5rem;
}

.bread__item::before {
    content: '- >';
    position: absolute;
    left: 1.1rem;
    display: block;
}

/* End */


/* Start:/local/templates/heartz_v3/components/bitrix/catalog.item/.default/style.css?17456915202247*/
.catalog-item {
    margin-bottom: 1.5rem;
}

.catalog-item__link {
    display: block;
    padding: 0 1.5rem;
    color: #fff;
    font-family: PexicoMicro, Arial, sans-serif;
    transition: ease-in transform 0.2s;
}

.catalog-item__link:hover {
    color: #000;
    text-decoration: none;
    background: #fff;
    transform: scale(1.05);
}

.catalog-item__name {
    text-overflow: ellipsis;
    font-size: 2rem;
    height: 5.4rem;
    line-height: 5.4rem;
    white-space: nowrap;
    overflow: hidden;
}

.catalog-item__image {
    position: relative;
}

.catalog-item__image .second-image {
    display: none;
}

.catalog-item__link:hover .catalog-item__image .main-image {
  display: none;
}

.catalog-item__link:hover .catalog-item__image .second-image {
  display: block;
}

.catalog-item__image-no-stock {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.catalog-item__price-old {
    position: relative;
    font-size: 2rem;
    margin-right: 1rem;
    color: #b5b5b5;
}

.catalog-item__price-old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 0.1rem;
    background: #de2424;
    z-index: 1;
}

.catalog-item__price {
    position: relative;
    font-size: 2.6rem;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: right;
    justify-content: right;
    display: flex;
}

.catalog-item__sizes {
  font-size: 2.2rem;
  opacity: 0;
  position: absolute;
  left: 0px;
}

@media (max-width: 767.98px) {
  .catalog-item__sizes {
    font-size: 1.6rem;
  }
}

@media (max-width: 450.98px) {
  .catalog-item__sizes {
    font-size: 1.2rem;
  }
}

.catalog-item__link:hover .catalog-item__sizes {
  opacity: 1;
}

@media (max-width: 767.98px) {
    .catalog-item__link {
        padding: 0 1rem;
    }

    .catalog-item__name {
        font-size: 1.4rem;
        height: 4.4rem;
        line-height: 4.4rem;
    }

    .catalog-item__price {
        font-size: 1.8rem;
        height: 3.6rem;
        line-height: 3.6rem;
    }

    .catalog-item__price-old {
        font-size: 1.4rem;
    }
}

/* End */
/* /local/templates/heartz_v3/components/bitrix/breadcrumb/.default/style.css?1745691520320 */
/* /local/templates/heartz_v3/components/bitrix/catalog.item/.default/style.css?17456915202247 */
