/* Lusart modern blog styles */

/* Stream header and sections */
.blog-stream-head{
    max-width: 1220px;
    margin: 0 auto 28px;
}

.blog-stream-head h1{
    margin: 0 0 24px;
    color: #061329;
    font-size: 44px;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: 0;
}

.blog-sections{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 8px 0 30px;
}

.blog-sections__item{
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid #dfe7f3;
    border-radius: 8px;
    background: #fff;
    color: #4c5d73;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.blog-sections__item:hover,
.blog-sections__item.selected{
    border-color: #06f;
    background: #f4f8ff;
    color: #06f;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 102, 255, .12);
}

/* Post listing grid */
.blog-grid{
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
    max-width: 1220px;
    margin: 0 auto 36px;
}

.blog-grid .post.blog-card{
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e1e9f5;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15, 34, 64, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.blog-grid .post.blog-card:hover{
    border-color: #cbdaf1;
    box-shadow: 0 18px 46px rgba(15, 34, 64, .11);
    transform: translateY(-2px);
}

.blog-grid .blog-card__image,
.blog-grid .post__img{
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    aspect-ratio: 16 / 10;
    border-radius: 8px 8px 0 0;
    background: #eef3fb;
    overflow: hidden;
}

.blog-grid .blog-card__image img,
.blog-grid .post__img img{
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.blog-grid .post__head{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 22px 24px 0;
}

.blog-grid .post__date{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #8a96a8;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    white-space: normal;
}

.blog-grid .post__title{
    display: block;
    margin: 0;
    color: #07152b;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 800;
}

.blog-grid .post__title a{
    color: inherit;
    text-decoration: none;
}

.blog-grid .post__title a:hover{
    color: #06f;
    text-decoration: none;
}

.blog-grid .blog-card__body{
    display: block;
    flex: 1 1 auto;
    margin: 0;
    padding: 16px 24px 0;
}

.blog-grid .blog-card__excerpt{
    display: -webkit-box;
    color: #657386;
    font-size: 15px;
    line-height: 1.58;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog-grid .blog-card__meta{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin: auto 0 0;
    padding: 22px 24px 24px;
    overflow: visible;
    font-size: 13px;
    line-height: 1.4;
}

.blog-grid .blog-card__meta .post_author{
    min-width: 0;
    margin: 0;
    color: #5c6a7d;
}

.blog-grid .blog-card__meta .post__more{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    float: none;
    margin-left: auto;
    padding: 0;
    background: transparent;
    color: #06f;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
}

.blog-grid .blog-card__meta .post__more .button-more{
    border-color: #d8e5fb;
    color: #06f;
}

.blog-grid .post:not(:has(.blog-card__image)) .post__head{
    padding-top: 26px;
}

.blog-grid .post.blog-card:nth-last-child(1):nth-child(3n + 1){
    grid-column: 3 / span 2;
}

.blog-grid .post.blog-card:nth-last-child(2):nth-child(3n + 1){
    grid-column: 2 / span 2;
}

.blog-grid .post.blog-card:nth-last-child(1):nth-child(3n + 2){
    grid-column: 4 / span 2;
}

/* Pagination */
.blog-pagination{
    max-width: 1220px;
    margin: 10px auto 56px;
}

.blog-pagination .pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-pagination .pagination li{
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-pagination .pagination a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #dfe8f6;
    border-radius: 8px;
    background: #fff;
    color: #40506a;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(15, 34, 64, .05);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.blog-pagination .pagination a:hover,
.blog-pagination .pagination .selected a{
    border-color: #06f;
    background: #06f;
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 102, 255, .18);
}

/* Article layout */
.blog-article{
    color: #07152b;
}

.blog-article-head,
.blog-article-card,
.blog-article-meta,
.blog-article-cover,
.blog-article-body,
.blog-article-cta{
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

.blog-article-head{
    margin-bottom: 22px;
}

.blog-article-head .breadcrumbs{
    margin-bottom: 18px;
}

.blog-article-head h1{
    max-width: none;
    margin: 0;
    color: #061329;
    font-size: 42px;
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: 0;
}

.blog-article-card{
    padding: 0 0 32px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.blog-article-meta{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    padding: 16px 0 0;
    border: 0;
    color: #7b8798;
    font-size: 14px;
    line-height: 1.4;
    overflow: visible;
}

.blog-article-meta:first-child{
    margin-bottom: 24px;
}

.blog-article-meta .post_author{
    margin: 0;
}

.blog-article-meta .post_author a{
    color: #33445c;
    text-decoration: none;
}

.blog-article-meta .post__date{
    margin: 0;
    color: #8a96a8;
    font-size: 14px;
}

.blog-article-meta .post__date:before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 14px 3px 0;
    border-radius: 50%;
    background: #c4cfdf;
}

.blog-article-meta .post__share{
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}

.blog-article-cover{
    margin-bottom: 36px;
    overflow: hidden;
    border-radius: 8px;
    background: #eef3fb;
    box-shadow: 0 22px 62px rgba(15, 34, 64, .12);
}

.blog-article-cover img{
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 21 / 9;
    object-fit: cover;
}

.blog-article-body{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    color: #47576d;
    font-size: 17px;
    line-height: 1.7;
    overflow-wrap: break-word;
}

.blog-article-body > :first-child{
    margin-top: 0;
}

.blog-article-body > :last-child{
    margin-bottom: 0;
}

.blog-article-body p{
    max-width: none;
    margin: 0 0 22px;
}

.blog-article-body h2{
    max-width: none;
    margin: 48px 0 22px;
    padding: 0 0 14px;
    border-bottom: 2px solid #e7eef8;
    color: #061329;
    font-size: 30px;
    line-height: 1.24;
    font-weight: 800;
}

.blog-article-body h3{
    max-width: none;
    margin: 34px 0 16px;
    color: #12233b;
    font-size: 23px;
    line-height: 1.32;
    font-weight: 800;
}

.blog-article-body h4{
    max-width: none;
    margin: 28px 0 12px;
    color: #12233b;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
}

.blog-article-body ul,
.blog-article-body ol{
    max-width: none;
    margin: 0 0 28px;
    padding-left: 0;
    list-style: none;
}

.blog-article-body li{
    position: relative;
    margin: 0 0 12px;
    padding-left: 30px;
}

.blog-article-body ul > li:before{
    content: "";
    position: absolute;
    left: 4px;
    top: .78em;
    width: 13px;
    height: 2px;
    border-radius: 2px;
    background: #06f;
}

.blog-article-body ol{
    counter-reset: blog-counter;
}

.blog-article-body ol > li{
    counter-increment: blog-counter;
}

.blog-article-body ol > li:before{
    content: counter(blog-counter);
    position: absolute;
    left: 0;
    top: .22em;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #06f;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
}

.blog-article-body a{
    color: #06f;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 102, 255, .28);
}

.blog-article-body a:hover{
    border-bottom-color: #06f;
}

.blog-article-body img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(15, 34, 64, .1);
}

.blog-article-body figure{
    width: 100%;
    max-width: none;
    margin: 36px 0 40px;
    transform: none;
}

.blog-article-body figure img{
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: none;
}

.blog-article-body figcaption{
    margin: 14px 0 0;
    padding: 0 0 0 18px;
    border-left: 3px solid #06f;
    color: #6b7a90;
    font-size: 15px;
    line-height: 1.55;
}

.blog-article-body figcaption p{
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.blog-article-body table{
    display: table;
    width: 100%;
    max-width: 100%;
    margin: 30px 0 34px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dfe8f6;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 16px 44px rgba(15, 34, 64, .08);
    transform: none;
}

.blog-article-body th,
.blog-article-body td{
    padding: 16px 18px;
    border-right: 1px solid #e6edf7;
    border-bottom: 1px solid #e6edf7;
    color: #4d5c70;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

.blog-article-body th{
    background: #f4f7fb;
    color: #07152b;
    font-weight: 800;
}

.blog-article-body tr:last-child td{
    border-bottom: 0;
}

.blog-article-body th:last-child,
.blog-article-body td:last-child{
    border-right: 0;
}

.blog-article-body blockquote,
.blog-article-body .blog-note,
.blog-article-body .blog-tip,
.blog-article-body .expert-tip{
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 30px 0;
    padding: 20px 24px;
    border: 1px solid #dbe7f8;
    border-left: 5px solid #06f;
    border-radius: 8px;
    background: #f7faff;
    color: #34445a;
    box-shadow: 0 14px 38px rgba(15, 34, 64, .06);
    transform: none;
}

.blog-article-body blockquote > :last-child,
.blog-article-body .blog-note > :last-child,
.blog-article-body .blog-tip > :last-child,
.blog-article-body .expert-tip > :last-child{
    margin-bottom: 0;
}

.blog-article-body .lusart-section{
    margin: 48px 0 0;
}

.blog-article-body .faq-item{
    margin: 0 0 12px;
    border: 1px solid #dfe8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 34, 64, .05);
    overflow: hidden;
}

.blog-article-body .faq-item summary{
    position: relative;
    display: block;
    padding: 18px 56px 18px 22px;
    color: #07152b;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.blog-article-body .faq-item summary::-webkit-details-marker{
    display: none;
}

.blog-article-body .faq-item summary:after{
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 50%;
    background: #eef5ff;
    color: #06f;
    font-size: 19px;
    line-height: 26px;
    font-weight: 800;
    text-align: center;
}

.blog-article-body .faq-item[open] summary{
    border-bottom: 1px solid #e7eef8;
}

.blog-article-body .faq-item[open] summary:after{
    content: "-";
}

.blog-article-body .faq-item p{
    margin: 0;
    padding: 18px 22px 20px;
    color: #4d5c70;
    font-size: 16px;
    line-height: 1.65;
}

.blog-article-cta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    box-sizing: border-box;
    margin-top: 52px;
    padding: 30px 34px;
    border-radius: 8px;
    background: #061329;
    color: #fff;
    box-shadow: 0 18px 48px rgba(6, 19, 41, .18);
}

.blog-article-cta__content{
    min-width: 0;
}

.blog-article-cta__title{
    margin: 0 0 8px;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

.blog-article-cta__text{
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.55;
}

.blog-article-cta__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex: 0 0 auto;
    max-width: 100%;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 8px;
    background: #06f;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    box-shadow: 0 12px 28px rgba(0, 102, 255, .28);
}

.blog-article-cta__button:hover{
    color: #fff;
    text-decoration: none;
}

/* Lusart article content aliases used by migrated and new posts */
.blog-article-body .lusart-article{
    display: block;
}

.blog-article-body .lusart-figure{
    display: block;
}

.blog-article-body .lusart-table{
    width: 100%;
}

.blog-article-body .lusart-article__lead{
    margin: 0 0 36px;
    color: #34445a;
    font-size: 20px;
    line-height: 1.7;
}

.blog-article-body .lusart-article__lead p{
    margin-bottom: 20px;
}

.blog-article-body .lusart-table-wrap{
    width: 100%;
    max-width: 100%;
    margin: 30px 0 34px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.blog-article-body .lusart-table-wrap table{
    margin: 0;
}

.blog-article-body .lusart-callout,
.blog-article-body .cta-note{
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 30px 0;
    padding: 20px 24px;
    border: 1px solid #dbe7f8;
    border-left: 5px solid #06f;
    border-radius: 8px;
    background: #f7faff;
    color: #34445a;
    box-shadow: 0 14px 38px rgba(15, 34, 64, .06);
}

.blog-article-body .lusart-callout > :last-child,
.blog-article-body .cta-note > :last-child{
    margin-bottom: 0;
}

.blog-article-body .lusart-callout--warning{
    border-color: #ffe1ad;
    border-left-color: #ff9f1a;
    background: #fff8ec;
}

.blog-article-body .lusart-callout--tip,
.blog-article-body .lusart-callout--expert{
    border-color: #cfe6ff;
    border-left-color: #06f;
    background: #f4f9ff;
}

.blog-article-body .lusart-callout--trend{
    border-color: #d9f0e3;
    border-left-color: #1aa76c;
    background: #f4fbf7;
}

.blog-article-body .lusart-faq{
    margin: 0 0 12px;
    border: 1px solid #dfe8f6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 34, 64, .05);
    overflow: hidden;
}

.blog-article-body .lusart-faq summary{
    position: relative;
    display: block;
    padding: 18px 56px 18px 22px;
    color: #07152b;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}

.blog-article-body .lusart-faq summary::-webkit-details-marker{
    display: none;
}

.blog-article-body .lusart-faq summary:after{
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border-radius: 50%;
    background: #eef5ff;
    color: #06f;
    font-size: 19px;
    line-height: 26px;
    font-weight: 800;
    text-align: center;
}

.blog-article-body .lusart-faq[open] summary{
    border-bottom: 1px solid #e7eef8;
}

.blog-article-body .lusart-faq[open] summary:after{
    content: "-";
}

.blog-article-body .lusart-faq p{
    margin: 0;
    padding: 18px 22px 22px;
}

.blog-article-body .lusart-cta,
.blog-article-body .cta-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 44px 0 0;
    padding: 28px 32px;
    border-radius: 8px;
    background: #061329;
    color: #fff;
}

.blog-article-body .lusart-cta h2,
.blog-article-body .cta-box h2,
.blog-article-body .lusart-cta h3,
.blog-article-body .cta-box h3{
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.25;
}

.blog-article-body .lusart-cta p,
.blog-article-body .cta-box p{
    margin: 0;
    color: rgba(255,255,255,.82);
}

.blog-article-body .lusart-cta p + p,
.blog-article-body .cta-box p + p{
    margin-top: 18px;
}

.blog-article-body .lusart-button,
.blog-article-body .highlight-link{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 22px;
    border-radius: 6px;
    background: #06f;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.blog-article-body .lusart-button:hover,
.blog-article-body .highlight-link:hover{
    background: #004ec4;
    color: #fff;
}

.blog-article-body .accent-list,
.blog-article-body .feature-list,
.blog-article-body .steps-list,
.blog-article-body .trends-list,
.blog-article-body .checklist{
    margin: 22px 0 28px;
    padding-left: 0;
    list-style: none;
}

.blog-article-body .accent-list > li,
.blog-article-body .feature-list > li,
.blog-article-body .steps-list > li,
.blog-article-body .trends-list > li,
.blog-article-body .checklist > li{
    position: relative;
    margin: 0 0 13px;
    padding-left: 30px;
}

.blog-article-body .accent-list > li:before,
.blog-article-body .feature-list > li:before,
.blog-article-body .steps-list > li:before,
.blog-article-body .trends-list > li:before,
.blog-article-body .checklist > li:before{
    content: "";
    position: absolute;
    left: 0;
    top: .78em;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #06f;
}

.blog-article-body .meta-info{
    margin: 24px 0;
    color: #6a7788;
    font-size: 15px;
    line-height: 1.55;
}

.blog-article-body .js-accordion-tabs-outer{
    margin: 30px 0;
}

.post-products,
.post__comments{
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

/* Product recommendations inside blog articles */
.post-products{
    margin-top: 28px;
    margin-bottom: 64px;
}

.post-products .product-list{
    position: relative;
}

.post-products .items-list__head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
    min-height: auto;
    margin: 0 0 18px;
    padding: 0;
}

.post-products .items-list__head .h3{
    order: 0;
    margin: 0;
    color: var(--lusart-text, #07152b);
    font-size: 26px;
    line-height: 1.25;
    font-weight: 800;
}

.post-products .items-list__direction{
    order: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    float: none;
    margin: 0 -2px 0 auto;
    line-height: 1 !important;
}

.post-products .owl-prev,
.post-products .owl-next{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid var(--lusart-border-strong, #dfe8f6);
    border-radius: 14px;
    background: var(--lusart-white, #fff);
    color: var(--lusart-accent, #06f);
    box-shadow: 0 6px 18px rgba(15, 34, 64, .08);
    cursor: pointer;
    line-height: 1 !important;
    transform: none !important;
    vertical-align: top;
}

.post-products .owl-prev:hover,
.post-products .owl-next:hover,
.post-products .owl-prev:active,
.post-products .owl-next:active,
.post-products .owl-prev:focus,
.post-products .owl-next:focus{
    transform: none !important;
    box-shadow: 0 6px 18px rgba(15, 34, 64, .08) !important;
}

.post-products .owl-prev.disabled,
.post-products .owl-next.disabled{
    opacity: .45;
    cursor: default;
}

.post-products .carousel-prev,
.post-products .carousel-next{
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: 0 !important;
    line-height: 1 !important;
}

.post-products .carousel-prev:before,
.post-products .carousel-next:before{
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    color: inherit !important;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1 !important;
    transform: none !important;
}

.post-products .carousel-prev:before{
    content: "\f104";
}

.post-products .carousel-next:before{
    content: "\f105";
}

.post-products .carousel-products__outer,
.post-products .owl-stage-outer{
    overflow: hidden;
}

.post-products .owl-stage-outer{
    min-height: 488px;
}

.post-products .carousel-products__outer{
    margin: 0 -3px;
    padding: 10px 3px;
}

.post-products .owl-stage{
    display: flex;
    align-items: stretch;
}

.post-products .owl-item{
    display: flex;
    height: 468px;
    min-height: 468px;
}

.post-products .product-tile__outer{
    display: flex;
    width: 100%;
    height: 468px;
    min-height: 468px;
}

.post-products .product-tile{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 468px;
    min-height: 468px;
    overflow: hidden;
    border: 0;
    border-radius: var(--lusart-radius-lg, 18px);
    background: var(--lusart-white, #fff);
    box-shadow: var(--lusart-shadow-card, 0 16px 34px rgba(15, 34, 64, .08));
    transition: box-shadow .2s ease;
}

.post-products .product-tile:hover{
    box-shadow: var(--lusart-shadow-card-hover, 0 20px 46px rgba(15, 34, 64, .12));
    transform: none;
}

.post-products .product-tile__image{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 230px !important;
    min-height: 230px;
    max-height: 230px;
    line-height: normal !important;
    padding: 10px;
    overflow: hidden;
    border-radius: var(--lusart-radius-lg, 18px) var(--lusart-radius-lg, 18px) 0 0;
    background: var(--lusart-bg, #f5f7fb);
    box-sizing: border-box;
}

.post-products .product-tile__image.hover,
.post-products .product-tile__image.fixes,
.post-products .product-tile__image.fixed,
.post-products .product-tile__image._tile_hover,
.post-products .js-tile-gallery-block{
    height: 230px !important;
    min-height: 230px;
    max-height: 230px;
    line-height: normal !important;
}

.post-products .product-tile__image a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100% !important;
    line-height: normal !important;
}

.post-products .product-tile__image img{
    display: block;
    width: auto;
    height: auto !important;
    max-width: 98%;
    max-height: 96% !important;
    object-fit: contain;
    background: transparent !important;
    mix-blend-mode: darken !important;
    transition: none;
}

.post-products .product-tile:hover .product-tile__image img{
    transform: none;
}

.post-products .product-tile__badges{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-width: calc(100% - 20px);
}

.post-products .badge,
.post-products .product-discount,
.post-products .product-tile__discount{
    position: absolute;
    z-index: 2;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 20px !important;
    min-height: 20px;
    padding: 0 8px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--lusart-sale, #f1117e) !important;
    color: var(--lusart-white, #fff) !important;
    font-size: 11px !important;
    line-height: 20px !important;
    font-weight: 800;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(15, 23, 42, .08);
    box-sizing: border-box;
}

.post-products .product-discount,
.post-products .product-tile__discount{
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
}

.post-products .product-tile__badges .badge{
    position: static;
}

.post-products .badge span,
.post-products .badge.low-price span{
    display: inline !important;
    color: inherit;
    line-height: inherit !important;
}

.post-products .product-tile__actions,
.post-products .tile-gallery__items{
    display: none;
}

.post-products .product-tile__content{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 182px;
    padding: 18px 18px 6px;
    border-bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.post-products .product-tile__price{
    display: flex;
    align-items: baseline;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
    width: auto !important;
    min-height: 29px;
    margin: 0 !important;
    padding-bottom: 12px;
    order: 0;
    overflow: hidden;
}

.post-products .price{
    color: var(--lusart-text, #07152b);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0;
}

.post-products .price-compare{
    margin-top: 0;
    color: var(--lusart-muted-light, #a4a7ad) !important;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 500;
    opacity: 1;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}

.post-products .ruble{
    font-size: .82em;
}

.post-products .product-tile__name{
    height: 40px;
    min-height: 40px;
    margin: 0 0 10px;
    overflow: hidden;
}

.post-products .product-tile__name a{
    display: -webkit-box;
    overflow: hidden;
    height: 40px;
    color: var(--lusart-text, #1d2d44);
    font-size: 15px;
    line-height: 1.28;
    font-weight: 600;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-products .product-tile__name a:hover{
    color: #06f;
}

.post-products .products-tile-features{
    height: 42px;
    margin: 0 0 12px;
    color: var(--lusart-muted-2, #8a93a2);
    font-size: 14px;
    line-height: 1.45;
    overflow: hidden;
}

.post-products .products-tile-features__item{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-products .products-tile-features__title{
    display: inline-block;
    margin-right: 7px;
    color: var(--lusart-muted-2, #8a93a2);
}

.post-products .product-tile__stock-rate{
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100%;
    height: 22px;
    min-height: 22px;
    margin-top: 0;
    overflow: hidden;
    text-align: left !important;
}

.post-products .product-stock,
.post-products .product-tile__stock,
.post-products .ostatok_malo{
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    border-radius: 0;
    background: transparent !important;
    color: var(--lusart-success-muted, #419b63) !important;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: left !important;
    text-transform: none;
}

.post-products .product-tile__bottom{
    margin-top: 4px;
    padding: 0 18px 18px;
    box-sizing: border-box;
}

.post-products .product-tile__price-cart,
.post-products .product-tile__add2cart{
    width: 100%;
}

.post-products .product-tile__outer--mini .product-tile__price-cart,
.post-products .product-tile__outer--mini .product-tile__add2cart,
.post-products .with-large-btn .product-tile__add2cart{
    flex: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.post-products .add2cart-button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
    height: 46px;
    padding: 0 16px;
    border-radius: var(--lusart-radius-sm, 8px);
    background: var(--lusart-accent, #06f);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    box-sizing: border-box;
}

.post-products .product-tile__outer--mini .add2cart-button.button-with-icon,
.post-products .product-tile__outer--mini .add2cart-button,
.post-products .add2cart-button.button-with-icon{
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 16px !important;
}

.post-products .product-tile__outer--mini .product-tile__add2cart .add2cart-button__text,
.post-products .add2cart-button__text{
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    line-height: 1.2 !important;
    white-space: normal !important;
}

.post-products .add2cart-button:hover{
    background: #004ec4;
    color: #fff;
}

/* Responsive */
@media (max-width: 1280px){
    .blog-stream-head,
    .blog-grid,
    .blog-pagination,
    .blog-article-head,
    .blog-article-card,
    .blog-article-meta,
    .blog-article-cover,
    .blog-article-body,
    .blog-article-cta,
    .post-products,
    .post__comments{
        max-width: calc(100vw - 48px);
    }
}

@media (max-width: 1100px){
    .blog-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid .post.blog-card,
    .blog-grid .post.blog-card:nth-last-child(1):nth-child(3n + 1),
    .blog-grid .post.blog-card:nth-last-child(2):nth-child(3n + 1),
    .blog-grid .post.blog-card:nth-last-child(1):nth-child(3n + 2){
        grid-column: auto;
    }
}

@media (max-width: 760px){
    .blog-stream-head,
    .blog-grid,
    .blog-pagination,
    .blog-article-head,
    .blog-article-card,
    .blog-article-meta,
    .blog-article-cover,
    .blog-article-body,
    .blog-article-cta,
    .post-products,
    .post__comments{
        max-width: 100%;
    }

    .post-products{
        margin-top: 22px;
        margin-bottom: 34px;
    }

    .post-products .items-list__head{
        align-items: center;
        min-height: 40px;
        margin-bottom: 18px;
        padding-right: 88px;
    }

    .post-products .items-list__head .h3{
        font-size: 24px;
    }

    .post-products .items-list__direction{
        position: absolute;
        top: 0;
        right: -4px;
        height: 40px;
        margin: 0;
    }

    .post-products .owl-prev,
    .post-products .owl-next{
        width: 40px !important;
        height: 40px !important;
    }

    .post-products .carousel-prev,
    .post-products .carousel-next{
        width: 40px !important;
        height: 40px !important;
    }

    .post-products .owl-stage-outer{
        min-height: 386px;
    }

    .post-products .owl-item,
    .post-products .product-tile__outer,
    .post-products .product-tile{
        height: 370px;
        min-height: 370px;
    }

    .post-products .product-tile__image{
        height: 176px !important;
        min-height: 176px;
        max-height: 176px;
    }

    .post-products .product-tile__image.hover,
    .post-products .product-tile__image.fixes,
    .post-products .product-tile__image.fixed,
    .post-products .product-tile__image._tile_hover,
    .post-products .js-tile-gallery-block{
        height: 176px !important;
        min-height: 176px;
        max-height: 176px;
        line-height: normal !important;
    }

    .post-products .product-tile__image img{
        max-height: 164px !important;
    }

    .post-products .price{
        font-size: 22px;
    }

    .post-products .product-tile__content{
        min-height: 110px;
        padding-bottom: 4px;
    }

    .post-products .products-tile-features{
        display: none;
    }

    .blog-stream-head h1,
    .blog-article-head h1{
        font-size: 30px;
        line-height: 1.18;
    }

    .blog-sections{
        flex-wrap: nowrap;
        margin-right: -20px;
        margin-bottom: 22px;
        padding-bottom: 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .blog-sections__item{
        flex: 0 0 auto;
        min-height: 38px;
        padding: 0 14px;
    }

    .blog-grid{
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 28px;
    }

    .blog-grid .post__head,
    .blog-grid .blog-card__body,
    .blog-grid .blog-card__meta{
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-grid .post__title{
        font-size: 21px;
    }

    .blog-grid .blog-card__meta{
        align-items: flex-start;
        flex-direction: column;
    }

    .blog-grid .blog-card__meta .post__more{
        margin-left: 0;
    }

    .blog-pagination{
        margin-bottom: 88px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .blog-pagination .pagination{
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding-bottom: 4px;
    }

    .blog-pagination .pagination a{
        min-width: 40px;
        height: 40px;
    }

    .blog-article-meta{
        flex-wrap: wrap;
        margin-bottom: 22px;
        padding-top: 10px;
    }

    .blog-article-meta .post__share{
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
    }

    .blog-article-cover{
        margin-bottom: 28px;
    }

    .blog-article-cover img{
        aspect-ratio: 16 / 10;
    }

    .blog-article-card{
        padding-bottom: 28px;
    }

    .blog-article-body{
        font-size: 16px;
        line-height: 1.68;
    }

    .blog-article-body h2{
        margin-top: 40px;
        font-size: 24px;
    }

    .blog-article-body h3{
        font-size: 21px;
    }

    .blog-article-body table{
        display: block;
        margin: 26px 0 30px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .blog-article-body th,
    .blog-article-body td{
        min-width: 150px;
        padding: 14px 16px;
        font-size: 15px;
    }

    .blog-article-body blockquote,
    .blog-article-body .blog-note,
    .blog-article-body .blog-tip,
    .blog-article-body .expert-tip,
    .blog-article-body .lusart-callout,
    .blog-article-body .cta-note{
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 18px 20px;
    }

    .blog-article-body figure{
        margin: 30px 0 34px;
    }

    .blog-article-cta{
        display: block;
        padding: 24px;
    }

    .blog-article-body .lusart-cta,
    .blog-article-body .cta-box{
        display: block;
        padding: 24px;
    }

    .blog-article-cta__button,
    .blog-article-body .lusart-button,
    .blog-article-body .highlight-link{
        width: 100%;
        margin-top: 20px;
        padding-right: 16px;
        padding-left: 16px;
        white-space: normal;
    }
}

@media (max-width: 500px){
    .post-products{
        margin-top: 18px;
        margin-bottom: 26px;
    }

    .post-products .items-list__head{
        display: flex;
        align-items: center;
        min-height: 40px;
        margin-bottom: 18px;
        padding-right: 84px;
    }

    .post-products .items-list__direction{
        position: absolute;
        top: 0;
        right: -4px;
        justify-content: flex-end;
        margin-top: 0;
    }

    .post-products .owl-item{
        width: 78vw !important;
        max-width: 300px;
        height: 344px;
        min-height: 344px;
    }

    .post-products .owl-stage-outer{
        min-height: 360px;
    }

    .post-products .product-tile__outer,
    .post-products .product-tile{
        height: 344px;
        min-height: 344px;
    }

    .post-products .items-list__head .h3{
        font-size: 22px;
    }

    .post-products .product-tile{
        border-radius: var(--lusart-radius-card, 14px);
    }

    .post-products .product-tile__image{
        height: 146px !important;
        min-height: 146px;
        max-height: 146px;
        padding: 8px !important;
        border-radius: var(--lusart-radius-card, 14px) var(--lusart-radius-card, 14px) 0 0;
    }

    .post-products .product-tile__image.hover,
    .post-products .product-tile__image.fixes,
    .post-products .product-tile__image.fixed,
    .post-products .product-tile__image._tile_hover,
    .post-products .js-tile-gallery-block{
        height: 146px !important;
        min-height: 146px;
        max-height: 146px;
        line-height: normal !important;
    }

    .post-products .product-tile__image img{
        max-height: 134px !important;
    }

    .post-products .product-tile__content{
        min-height: 108px;
        padding: 12px 12px 4px;
    }

    .post-products .product-tile__bottom{
        margin-top: 4px;
        padding: 0 12px 12px;
    }

    .post-products .product-tile__outer--mini .add2cart-button.button-with-icon,
    .post-products .product-tile__outer--mini .add2cart-button,
    .post-products .add2cart-button.button-with-icon,
    .post-products .add2cart-button{
        width: 100% !important;
        min-height: 42px !important;
        height: 42px !important;
        padding: 0 8px !important;
        border-radius: 8px;
    }

    .post-products .product-tile__outer--mini .product-tile__add2cart{
        width: 100% !important;
    }

    .post-products .product-tile__outer--mini .product-tile__add2cart .add2cart-button__text,
    .post-products .add2cart-button__text{
        display: inline-block !important;
    }

    .post-products .price{
        font-size: 20px;
    }

    .post-products .product-tile__name a,
    .post-products .add2cart-button{
        font-size: 13px;
    }

    .post-products .product-tile__name a{
        height: 36px;
    }

    .post-products .product-tile__name{
        height: 36px;
        min-height: 36px;
    }

    .post-products .product-stock,
    .post-products .product-tile__stock,
    .post-products .ostatok_malo{
        font-size: 12px;
    }

    .blog-stream-head h1,
    .blog-article-head h1{
        font-size: 28px;
    }

    .blog-article-body blockquote,
    .blog-article-body .blog-note,
    .blog-article-body .blog-tip,
    .blog-article-body .expert-tip,
    .blog-article-body .lusart-callout,
    .blog-article-body .cta-note{
        box-shadow: none;
    }

    .blog-article-body .lusart-article__lead{
        font-size: 18px;
    }
}
