:root {
    --brand-color: #022452;
    --brand-color2: #231917;
    --brand-color3: #0F958E;
}

.brand-color-txt3 {
    color: var(--brand-color3);
}

.page-home-redesign {
    background: #f4f1ed;
    color: #163350;
}

.page-home-redesign .ecshop-content.home-index-v2 {
    background: linear-gradient(180deg, #f4f1ed 0%, #f6f3ef 52%, #f3efeb 100%);
    overflow: hidden;
}

.page-home-redesign .home-section {
    padding: 72px 0;
    position: relative;
}

.page-home-redesign .home-section+.home-section {
    border-top: 1px solid #9D9D9B;
}

.page-home-redesign .home-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    margin-bottom: 34px;
}

.page-home-redesign .home-section-heading--center {
    display: block;
    text-align: center;
}

/*.page-home-redesign .home-section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #158980;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}*/

.page-home-redesign .home-section-title {
    margin-bottom: 20px;
    color: var(--brand-color);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.page-home-redesign .home-section-desc {
    max-width: 660px;
    margin: 18px auto 0;
    color: #556476;
    font-size: 16px;
    line-height: 1.8;
}

.page-home-redesign .home-text-link {
    color: #158980;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.page-home-redesign .home-text-link:hover {
    color: #0f6e67;
    text-decoration: none;
}

.page-home-redesign .home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 13px 26px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #1aa49a 0%, #117d77 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(20, 136, 126, 0.18);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.page-home-redesign .home-btn:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(20, 136, 126, 0.22);
}

.page-home-redesign .home-btn--ghost {
    background: #fff;
    color: var(--brand-color);
    box-shadow: none;
}

.page-home-redesign .home-btn--ghost:hover {
    color: #163350;
}

.page-home-redesign .home-btn--light {
    background: rgba(255, 255, 255, 0.9);
    color: #163350;
    box-shadow: none;
}

.page-home-redesign .home-btn--light:hover {
    color: #163350;
    background: #fff;
}

.page-home-redesign .home-btn--small {
    min-width: 132px;
    padding: 11px 22px;
    font-size: 16px;
}

.page-home-redesign .home-intro {
    text-align: center;
}

.page-home-redesign .home-intro-copy {
    max-width: 720px;
    margin: 0 auto;
}

.page-home-redesign .home-intro .home-btn {
    margin-top: 28px;
}

.page-home-redesign .home-carousel-shell {
    position: relative;
    /*padding: 0 48px;*/
}

.page-home-redesign .home-card-slider .slick-track,
.page-home-redesign .home-team-slider .slick-track,
.page-home-redesign .home-products-slider .slick-track,
.page-home-redesign .home-journal-slider .slick-track,
.page-home-redesign .home-news-slider .slick-track {
    display: flex;
}

.page-home-redesign .home-card-slider .slick-slide,
.page-home-redesign .home-team-slider .slick-slide,
.page-home-redesign .home-products-slider .slick-slide,
.page-home-redesign .home-journal-slider .slick-slide,
.page-home-redesign .home-news-slider .slick-slide {
    height: auto;
}

.page-home-redesign .home-card-slider .slick-slide>div,
.page-home-redesign .home-team-slider .slick-slide>div,
.page-home-redesign .home-products-slider .slick-slide>div,
.page-home-redesign .home-journal-slider .slick-slide>div,
.page-home-redesign .home-news-slider .slick-slide>div {
    height: 100%;
}

.page-home-redesign .home-card-slide,
.page-home-redesign .home-team-slide,
.page-home-redesign .home-products-slide,
.page-home-redesign .home-journal-slide,
.page-home-redesign .home-news-slide {
    height: 100%;
    padding: 0 14px 12px;
}

.page-home-redesign .home-slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #163350;
    box-shadow: 0 12px 24px rgba(22, 51, 80, 0.12);
    transform: translateY(-50%);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.page-home-redesign .home-slider-arrow:hover {
    background: #163350;
    color: #fff;
}

.page-home-redesign .home-slider-arrow--prev {
    left: 0;
}

.page-home-redesign .home-slider-arrow--next {
    right: 0;
}

.page-home-redesign .slick-dots {
    bottom: -22px;
}

.page-home-redesign .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 8px;
}

.page-home-redesign .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}

.page-home-redesign .slick-dots li button:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
    color: transparent;
    opacity: 1;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 30%);
}

.page-home-redesign .slick-dots li.slick-active button:before {
    background: #565455;
    border: 2px solid #565455;
}

.page-home-redesign .home-card,
.page-home-redesign .home-team-card,
.page-home-redesign .home-journal-card {
    height: 100%;
    overflow: hidden;
    /*border-radius: 150px 150px 24px 24px;*/
    /*background: #fff;*/
    /*box-shadow: 0 18px 36px rgba(22, 51, 80, 0.08);*/
}

.page-home-redesign .home-card-media img,
.page-home-redesign .home-team-media img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.page-home-redesign .home-journal-media .img-item {
    padding-top: 56.25%;
}

.home-card-media img,
.home-team-media img {
    border-radius: 48% 48% 24px 24px;
}

.page-home-redesign .home-card-body,
.page-home-redesign .home-team-body,
.page-home-redesign .home-journal-body {
    /*padding: 22px 22px 26px;*/
    padding-top: 20px;
    text-align: center;
}

.page-home-redesign .home-card-title,
.page-home-redesign .home-team-name,
.page-home-redesign .home-journal-title {
    margin: 0;
    color: var(--brand-color2);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.page-home-redesign .home-card-subtitle,
.page-home-redesign .home-team-role,
.page-home-redesign .home-journal-text {
    margin: 5px 0 0;
    color: var(--brand-color3);
    font-size: 14px;
    line-height: 1.7;
}

.page-home-redesign .home-team-media img {
    height: 300px;
}

.page-home-redesign .home-showcase {
    padding-top: 0px;
    padding-bottom: 0px;
}

.page-home-redesign .home-showcase-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 30px;
    padding: 42px;
    border-radius: 36px;
    background: linear-gradient(135deg, #d4b081 0%, #f0dcc0 100%);
    box-shadow: 0 26px 44px rgba(135, 96, 44, 0.16);
}

.page-home-redesign .home-showcase-panel .home-section-title,
.page-home-redesign .home-showcase-panel .home-section-desc {
    color: #163350;
}

.page-home-redesign .home-showcase-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-content: center;
}

.page-home-redesign .home-showcase-card {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
}

.page-home-redesign .home-showcase-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    background: #fff;
}

.page-home-redesign .home-showcase-card strong {
    display: block;
    margin-top: 12px;
    color: #163350;
    font-size: 15px;
    line-height: 1.5;
}

.page-home-redesign .home-products-layout {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.page-home-redesign .home-products-aside {
    position: sticky;
    top: 120px;
}

.page-home-redesign .home-products-nav {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.page-home-redesign .home-products-nav li {
    padding: 10px 0;
    color: #556476;
    font-size: 15px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(22, 51, 80, 0.08);
}

.page-home-redesign .home-products-nav li.is-active {
    color: #158980;
    font-weight: 700;
}

.page-home-redesign .home-product-card {
    height: 100%;
    padding: 18px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(22, 51, 80, 0.08);
}

.page-home-redesign .home-product-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.page-home-redesign .home-product-link:hover {
    color: inherit;
    text-decoration: none;
}

.page-home-redesign .home-product-figure {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #f8f7f5;
}

.page-home-redesign .home-product-figure img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}

.page-home-redesign .home-product-card .tip-item {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: flex;
    gap: 8px;
}

.page-home-redesign .home-product-card .hot-tip,
.page-home-redesign .home-product-card .new-tip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-home-redesign .home-product-card .hot-tip {
    background: #ff7d63;
    color: #fff;
}

.page-home-redesign .home-product-card .new-tip {
    background: #163350;
    color: #fff;
}

.page-home-redesign .home-product-card .btn-item {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
}

.page-home-redesign .home-product-card .btn-fav {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #163350;
    box-shadow: 0 10px 18px rgba(22, 51, 80, 0.12);
}

.page-home-redesign .home-product-card .btn-fav.MyFollow,
.page-home-redesign .home-product-card .btn-fav.del-follow {
    background: #163350;
    color: #fff;
}

.page-home-redesign .home-product-copy {
    padding-top: 18px;
}

.page-home-redesign .home-product-meta {
    margin: 0 0 8px;
    color: #158980;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-home-redesign .home-product-title {
    min-height: 52px;
    margin: 0;
    color: #163350;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
}

.page-home-redesign .home-product-prices {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 16px;
}

.page-home-redesign .home-product-prices .price {
    color: #158980;
    font-size: 22px;
    font-weight: 700;
}

.page-home-redesign .home-product-prices .prev-price {
    color: #8a97a3;
    font-size: 14px;
    text-decoration: line-through;
}

.page-home-redesign .home-product-card .add-cart {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.page-home-redesign .home-product-card:hover .add-cart {
    opacity: 1;
    transform: translateY(0);
}

.page-home-redesign .home-product-card .btn-cart {
    width: 100%;
    padding: 14px 18px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(135deg, #1aa49a 0%, #117d77 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.page-home-redesign .home-product-card .add-cart[disabled] .btn-cart {
    background: #92a0ac;
}

.page-home-redesign .home-placeholder-card {
    height: 100%;
    padding: 24px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 34px rgba(22, 51, 80, 0.08);
    color: #617183;
    font-size: 14px;
    line-height: 1.8;
}

.page-home-redesign .home-news-legacy {
    background: transparent;
}

.page-home-redesign .home-news-legacy .row {
    margin-bottom: -24px;
}

.page-home-redesign .home-news-legacy .col-lg-4 {
    margin-bottom: 24px;
}

.page-home-redesign .home-news-legacy .section_news_items {
    display: block;
    height: 100%;
    /*padding: 18px;*/
    border-radius: 28px;
    /*background: #fff;*/
    /*box-shadow: 0 18px 34px rgba(22, 51, 80, 0.08);*/
    color: inherit;
    text-decoration: none;
}

.page-home-redesign .home-news-legacy .section_news_items:hover {
    color: inherit;
    text-decoration: none;
}

.page-home-redesign .home-news-legacy .img-wrap {
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 20px;
}

.page-home-redesign .home-journal .img-wrap {
    overflow: hidden;
    border-radius: 20px;
}

/*.page-home-redesign .home-news-legacy .img-item {
    position: relative;
    height: 0;
    padding-bottom: 62%;
}*/

/*.page-home-redesign .home-news-legacy .img-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.page-home-redesign .home-news-legacy .word-item p:first-child {
    min-height: 34px;
    margin: 0;
    color: var(--brand-color2);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
}

.page-home-redesign .home-news-legacy .word-item p:last-child {
    margin-bottom: 8px;
    color: #8a97a3;
    font-size: 14px;
    text-align: center;
}

/*.page-home-redesign .home-journal-media img {
    height: 250px;
}*/

.page-home-redesign .home-brand-strip {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
}

.page-home-redesign .home-brand-strip__inner {
    padding: 56px 32px;
    /*border-radius: 32px 32px 0 0;*/
    background: linear-gradient(135deg, #119b90 0%, #0d7f77 100%);
    color: #fff;
    text-align: center;
}

.page-home-redesign .home-brand-strip__title {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
}

.page-home-redesign .home-brand-strip__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 28px 0 32px;
}

.page-home-redesign .home-brand-strip__title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: calc(50% + 1px);
    background: linear-gradient(90deg, #ffffff 0%, #ffffff calc(50% - 110px), #ffffff00 calc(50% - 110px), #ffffff00 calc(50% + 110px), #ffffff calc(50% + 110px), #ffffff 100%);
    left: 0px;
}

@media(max-width: 767.98px) {
    .page-home-redesign .home-brand-strip__title:before {
        background: linear-gradient(90deg, #ffffff 0%, #ffffff calc(50% - 100px), #ffffff00 calc(50% - 100px), #ffffff00 calc(50% + 100px), #ffffff calc(50% + 100px), #ffffff 100%);
    }
}

@media(max-width: 575.98px) {
    .page-home-redesign .home-brand-strip__title:before {
        background: linear-gradient(90deg, #ffffff 0%, #ffffff calc(50% - 90px), #ffffff00 calc(50% - 90px), #ffffff00 calc(50% + 90px), #ffffff calc(50% + 90px), #ffffff 100%);
    }
}

.page-home-redesign .home-brand-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.page-home-redesign .home-brand-strip .home-btn {
    min-width: 146px;
}

@media (max-width: 1199.98px) {
    .page-home-redesign .home-section-title {
        font-size: 34px;
    }

    .page-home-redesign .home-showcase-panel {
        grid-template-columns: 1fr;
    }

    .page-home-redesign .home-products-layout {
        grid-template-columns: 1fr;
    }

    .page-home-redesign .home-products-aside {
        position: static;
    }

    .page-home-redesign .home-products-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .page-home-redesign .home-products-nav li {
        padding: 9px 14px;
        border: 1px solid rgba(22, 51, 80, 0.08);
        border-radius: 999px;
    }
}

@media (max-width: 991.98px) {
    /*.page-home-redesign .home-section {
        padding: 60px 0;
    }*/

    .page-home-redesign .home-section-heading {
        display: block;
    }

    .page-home-redesign .home-section-heading .home-text-link {
        display: inline-block;
        margin-top: 16px;
    }

    .page-home-redesign .home-section-title {
        font-size: 30px;
    }

    /*.page-home-redesign .home-carousel-shell {
        padding: 0 34px;
    }*/

    .page-home-redesign .home-card-media img,
    .page-home-redesign .home-team-media img {
        height: 280px;
    }

    .page-home-redesign .home-product-figure img {
        height: 240px;
    }

    .page-home-redesign .home-brand-strip__inner {
        padding: 46px 0px;
        /*border-radius: 28px 28px 0 0;*/
    }
}

@media (max-width: 767.98px) {
    /*.page-home-redesign .home-section {
        padding: 52px 0;
    }*/

    .page-home-redesign .home-section-title {
        font-size: 26px;
    }

    .page-home-redesign .home-section-desc {
        font-size: 15px;
    }

    /*.page-home-redesign .home-carousel-shell {
        padding: 0 22px;
    }*/

    .page-home-redesign .home-card-slide,
    .page-home-redesign .home-team-slide,
    .page-home-redesign .home-products-slide,
    .page-home-redesign .home-journal-slide,
    .page-home-redesign .home-news-slide {
        padding: 0 8px 10px;
    }

    .page-home-redesign .home-slider-arrow {
        width: 38px;
        height: 38px;
    }

    .page-home-redesign .home-card,
    .page-home-redesign .home-team-card {
        border-radius: 120px 120px 22px 22px;
    }

    .page-home-redesign .home-card-media img,
    .page-home-redesign .home-team-media img {
        height: 120%;
    }

    .page-home-redesign .home-showcase-panel {
        padding: 28px;
        border-radius: 28px;
    }

    .page-home-redesign .home-showcase-list {
        grid-template-columns: 1fr 1fr;
    }

    .page-home-redesign .home-showcase-card img {
        height: 130px;
    }

    .page-home-redesign .home-product-card {
        padding: 14px;
        border-radius: 22px;
    }

    .page-home-redesign .home-product-title {
        min-height: auto;
        font-size: 16px;
    }

    .page-home-redesign .home-brand-strip__title {
        font-size: 24px;
    }

    .page-home-redesign .home-brand-pill {
        min-width: 90px;
        padding: 9px 14px;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    /*.page-home-redesign .home-section {
        padding: 46px 0;
    }*/

    .page-home-redesign .home-section-title {
        font-size: 23px;
    }

    .page-home-redesign .home-showcase-list {
        grid-template-columns: 1fr;
    }

    .page-home-redesign .home-showcase-card img {
        height: 160px;
    }

    .page-home-redesign .home-product-figure img {
        height: 220px;
    }

    .page-home-redesign .home-btn,
    .page-home-redesign .home-btn--small {
        min-width: 0;
        width: 100%;
    }

    .page-home-redesign .home-brand-strip__inner {
        padding: 40px 0px;
    }
}

.home-products .section_product_items .word-item p:first-child {
    margin: 0;
    color: var(--brand-color2);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.home-products .section_product_items .word-item p:last-child {
    margin: 5px 0 0;
    color: var(--brand-color3);
    font-size: 14px;
    line-height: 1.7;
}

.sidebar-txt {
    transform: rotate(90deg);
    position: relative;
    bottom: 68px;
}

.sidebar-txt p {
    white-space: nowrap;
    font-size: clamp(16px, 1.2vw + 10px, 20px);
    font-weight: 400;
    color: var(--brand-color);
}

.footer li.brand-social-btn {
    margin-top: 12px;
}

.footer .brand-social-btn img {
    width: 40px;
    margin-right: 10px;
}

.footer .brand-social-btn a:hover img {
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(20, 136, 126, 0.22);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s
}

.link-item-btn {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 20;
    bottom: 0px;
    padding: 15px;
}

.link-item-btn-txt {
    background: #ffffffc9;
    text-align: center;
    padding: 8px 0px;
    color: var(--brand-color);
    border-radius: 20px;
}

.link-item:hover .link-item-btn {
    display: block;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s
}

.brand-contact-btn {
    display: block;
    width: 50px;
    height: 50px;
    background: var(--brand-color);
    border-radius: 100%;
    position: relative;
    right: 20px;
    bottom: 10px;
    z-index: auto;
}

.brand-contact-btn-txt {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
    width: 45px;
    margin: auto;
    position: relative;
    top: 6px;
}

@media(max-width: 767.98px) {
    .page-home-redesign .home-news-slider .home-slider-arrow,
    .page-home-redesign .home-journal-slider  .home-slider-arrow {
        top: calc(100% + 18px);
    }
}