<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cat-main-link {
    padding: 10px 0 10px 20px;
    position: relative;
}
.access-category span.line1 {
    color: #A9A9A9;
    font: 17px / 17px Arial;
    margin-right: 5px;
    position: absolute;
    left: 5px;
}
.shop-item-view .tech.tech--product {
    margin-left: 520px;
}

.products-new{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.products-new.products-new_category {
    justify-content: space-between;
}

.products-new .shop-item-view.tree-colums {
    width: 200px !important;
    height: 365px !important;
    margin-right: 0 !important;
}

.products-new.products-new_category .shop-item-view.tree-colums {
    width: 215px !important;
    height: 405px !important;
}

.products-new .image-container {
    width: 100% !important;
    float: none;
}

.products-new .image-container img {
    max-width: 100% !important;
}

.products-new .name {
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-new .name a{
    display: -webkit-box;
    text-decoration: none;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.products-new .price {
    width: 100% !important;
    margin: 0 0 5px 0 !important;
}

.products-new .new-price .price {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.products-new__available {
    font-size: 14px;
    color: #360;
    margin: 0 0 10px 0 !important;
}

.products-new__notavailable {
    background: #EDEDED;
    font-size: 14px;
    padding: 13px 33px;
}

.products-new .btn-add {
    float: none;
    width:100%;
}</pre></body></html>