

/* Start:/local/templates/boatpart/include/catalog/category_schema/style.css?17262359533488*/
.category {
    background: var(--light-background);
}
.category__title {
}
.category__grid {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
.category__schema {
    width: calc(100% - 420px - 30px);
}
.category__schema-sticky {
    position: sticky;
    top: 85px;
    z-index: 1;
}
.category__schema-sticky::-webkit-scrollbar {
    -webkit-appearance: none;
}
.category__schema-image-wrap {
    display: flex;
    width: 100%;
    max-height: calc(100vh - 105px);
    transition: all 0.5s;
    cursor: zoom-in;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.category__schema-image-wrap.zoomed {
    width: calc(100% + 420px + 30px);
    box-shadow: 20px 20px 40px #00000030;
    cursor: grabbing;
    overflow: auto;
}
.category__schema-image {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}
.category__schema-image-wrap.zoomed .category__schema-image {
    width: 150%;
    max-height: 1000%;
}
.category__product-list {
    display: flex;
    flex-direction: column;
    width: 420px;
}
.category__product {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 10px;
    color: #333;
    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: 56px;
    width: 56px;
    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;
    color: #555555;
}
.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: 992px) {
    .category__grid {
        flex-direction: column;
    }
    .category__grid > div {
        width: 100%;
    }
    .category__schema-image-wrap {
        overflow: auto;
        width: 100% !important;
    }
    .category__schema-image-wrap.zoomed .category__schema-image {
        width: 250%;
    }
}
@media (max-width: 768px) {
    .category__product-name {
        font-size: 14px;
    }
}

/* End */
/* /local/templates/boatpart/include/catalog/category_schema/style.css?17262359533488 */
