

/* Start:/local/templates/boatpart/include/catalog/category/style.css?17262359432229*/
.category {
}
.category__title {
}
.category__product-list {
    display: flex;
    flex-wrap: wrap;
    width: 420px;
    gap: 10px;
    width: 100%;
}
.category__product {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: #333;
    width: calc(50% - 5px);
    border-radius: 6px;
}
.category__product-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.category__product-scheme-number {
    color: #555;
    font-weight: 600;
}
.category__stock-available {
    color: var(--product-available-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.category__stock-available:before {
    content: '';
    background-image: url(/local/templates/boatpart/svg/icon-available.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.category__product-not-available {
    color: #555;
    font-size: 12px;
}
.category__product-body {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}
.category__product-image-wrap {
    height: 64px;
    width: 64px;
}
.category__product-image {
    height: 64px;
    width: 64px;
    object-fit: contain;
}
.category__product-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.category__product-number {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}
.category__product-name {
    font-size: 15px;
    line-height: 100%;
}
.category__product-price {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: auto;
    line-height: 100%;
    margin-top: -5px;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.category__product-price-old {
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.category__product-price-old:after {
    background: #d86363;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-5deg);
    width: 100%;
}
@media (max-width: 768px) {
    .category__product {
        width: 100%;
    }
    .category__product-name {
        font-size: 14px;
    }
}

/* End */
/* /local/templates/boatpart/include/catalog/category/style.css?17262359432229 */
