/* LO HOME */
*, ::after, ::before {
    box-sizing: inherit;
    scroll-behavior: smooth;
}

body {
    width: 100%;
    overflow-x: hidden;
}

:root {
    --loh-color-highlighted: #E88B28;
    --fn-size-36-18: clamp(1.125rem, 0.6629rem + 2.3107vi, 2.25rem);
    --fn-size-32-18: clamp(1.125rem, 0.7656rem + 1.7972vi, 2rem);
}

/* Layout */
#loHome {
    max-width: 100vw;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
    font-family: 'League Spartan', sans-serif;
}

#header .header-top {
    padding: 0 !important;
}

.loHome-header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 3;
}

.loHome-main-content {
    max-width: 100vw;
    flex-grow: 1;
    display: flex;
    z-index: 1;
}

.loHome-main-content-layout {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.loHome-section {
    width: 100%
}

/* .loHome-section--isize{
    background: #007474;
} */

.loHome-section-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin: auto;
}

.loHome-section-grid--main {
    grid-template-areas:
        ". main main main main main main main main main main .";
}

@media screen and (max-width: 1550px) {
    .loHome-section-grid--main {
        grid-template-areas:
            "main main main main main main main main main main main main";
    }
}

.loHome-section-grid__small--main {
    grid-template-areas:
        ". main main main main main main main main main main .";
}

@media screen and (max-width: 569px) {
    .loHome-section-grid__small--main {
        grid-template-areas:
            "main main main main main main main main main main main main";
    }
}

.loHome-content--main {
    grid-area: main;
    max-width: 1550px;
    width: 100%;
    margin-inline: auto;
}

.loHome-content-layout {
    width: 100%;
    padding-block: 35px;
}

.loHome-banner-layout {
    width: 100%;
    padding-block-end: 35px;
}

@media screen and (max-width: 568px) {
    .loHome-banner-layout {
        padding-block-end: 0;
    }
}

.loHome-banner-layout--nopadding {
    padding-block-end: 0;
}

.loHome-banner-layout--nomargin {
    padding-block: 0;
}

.loHome-content-layout--paddBlockEnd {
    padding-block-end: 70px;
}

.loHome-section-video {
    height: 90svh;
    width: 100%;
    position: relative;
    z-index: 1;
    display: grid;
}

.loHome-video {
    display: block;
    object-fit: cover;
    object-position: center center;
    height: 90svh;
    width: 100%;
    grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 1;
}

.loHome-videoHero {
    grid-column: 1/-1;
    grid-row: 1/-1;
    width: 100%;
    height: 90svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.loHome-videoHero--button {
    justify-content: flex-end;
    padding-block-end: 45px;
}

@media screen and (max-width: 969px) {
    .loHome-videoHero--button {
        padding-block-end: 20px;
    }
}

.loHome-heroTextWrapper {
    text-align: left;
}

.loHome-heroText {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: min(max(4.777vw, 22px), 30px);
    line-height: normal;
}

.loHome-heroText--big {
    font-size: min(max(18.823vw, 71px), 180px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 2px #fff;
}

.loHome-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.loHome-banner-wrapper {
    width: 100%;
    display: grid;
    position: relative;
}

.loHome-banner-wrapper--main {
    grid-area: main;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

@media screen and (max-width: 569px) {
    .loHome-banner-wrapper--main {
        margin-inline: 6px;
    }
}

.loHome-banner-img {
    grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 1;
}

.loHome-banner-grid--main {
    grid-template-areas:
        ". main main main main main main main main main main .";
    grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 2;
}

@media screen and (max-width: 1330px) {
    .loHome-banner-grid--main {
        grid-template-areas:
            ". main main main main main main main main main main main";
    }
}

.loHome-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-block-end: 15px;
    width: 100%;
}

@media screen and (max-width: 998px) {
    .loHome-section-header {
        padding-inline: 6px;
    }
}

.loHome-section-header__title {
    color: #3c454e;
    font-size: min(max(3.43vw, 20px), 36px);
    line-height: 32px;
    margin: 0;
}

.loHome-section-header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 569px) {
    .loHome-section-header__nav--best {
        display: none;
    }
}

.loHome-section-header__navButton,
#loHome .ue-slider__container .loHome-section-header__navButton {
    appearance: none;
    background: #fff;
    border: none;
    height: 34px;
    width: 34px;
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease-in;
    position: static;
    border-radius: 0;
    transform: none;
    color: #915457;
    border: 1px solid #915457;
}

.loHome-section-header__navButton:hover,
#loHome .ue-slider__container .loHome-section-header__navButton:hover {
    color: #75292D;
    background: #F1EAEA;
}

.loHome-section-header__navButton--care {
    background: #fff;
}

.loHome-section-header__navButton--care:hover {
    color: #75292D;
    background: #F1EAEA;
}

.loHome-section-header__navImg {
    width: 100%;
    max-width: 22px;
}

.loHome-banner-bodyWrapper {
    width: 100%;
    height: 100%;
}

.loHome-banner-body {
    grid-area: main;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-block-end: clamp(0.625rem, -1.2184rem + 4.2194vw, 2.5rem);
}

@media screen and (max-width: 1330px) {
    .loHome-banner-body {
        padding-inline-end: clamp(0.3125rem, -4.8802rem + 11.8859vw, 5rem);
    }
}

@media screen and (max-width: 699px) {
    .loHome-banner-body {
        padding-block-end: clamp(0.625rem, -1.7497rem + 11.8734vw, 3.4375rem);
        padding-inline-end: clamp(0.3125rem, -1.5345rem + 9.2348vw, 2.5rem);
    }
}

.loHome-banner-body__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.loHome-banner-body__text {
    color: #fff;
    font-size: clamp(0.75rem, 0.193rem + 2.7848vw, 2.125rem);
    font-weight: 700;
    line-height: min(3.509vw, 28px);
    text-align: center;
    margin: 0;
}

.loHome-banner-body__text:last-of-type {
    margin-block-end: 15px;
}

@media screen and (max-width: 699px) {
    .loHome-banner-body__text:last-of-type {
        margin-block-end: 11px;
    }
}

.loHome-banner-body__text--highlighted {
    color: var(--loh-color-highlighted);
}

.loHome-banner-body__text--point {
    font-size: 50px;
}

.loHome-banner-body__button {
    appearance: none;
    border: none;
    font-size: clamp(0.75rem, 0.4968rem + 1.2658vw, 1.375rem);
    font-weight: 600;
    color: #915457;
    background: #fff;
    width: fit-content;
    padding: 10px 12px 8px;
    margin-inline: auto;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 699px) {
    .loHome-banner-body__button {
        padding: 5px 10px 4px;
    }
}

.loHome-banner-body__button--video {
    font-size: clamp(0.875rem, 0.5712rem + 1.519vi, 1.625rem);
    background: #0074749e;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px)
}

/* Banners grid */
.loHome-banner-body__button--banners {
    flex-shrink: 0;
    flex-grow: 0;
    transition: all 500ms ease-in-out;
    aspect-ratio: 1 / 1;
    padding: 6px 8px 4px;
}

@media screen and (max-width: 779px) {
    .loHome-banner-body__button--banners {
        width: 40px;
        height: 40px;
    }
}

.loHome-baner-link:hover~.loHome-banners-body .loHome-banner-body__button--banners {
    color: #75292D;
    background: #F1EAEA;
}

.loHome-baner-link~.loHome-banners-body .loHome-banner-body__button--banners svg {
    transition: all 500ms ease-in-out;
}

.loHome-baner-link:hover~.loHome-banners-body .loHome-banner-body__button--banners svg {
    fill: #75292D;
}

/* -- */

.loHome-banner-body__buttonArrow {
    width: 100%;
    max-width: 23px;
}

.loHome-banner-blog {
    grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.loHome-banner-content {
    width: 100%;
    padding-inline-start: min(5vw, 80px);
    margin-block-start: min(5vw, 55px);

}

.loHome-banner-content__title {
    color: #fff;
    margin: 0;
    text-align: left;
    font-size: min(max(7.70vw, 24px), 96px);
    line-height: min(max(7.70vw, 24px), 96px);
    font-weight: 700;
    text-transform: uppercase;
}

.loHome-banner-text {
    margin: 0;
    display: block;
    width: 100%;
    margin-block-end: 50px;
    color: #fff;
    font-weight: 500;
    font-size: min(max(4.878vw, 16px), 40px);
    text-align: center;
    padding-block-start: 17px;
    padding-block-end: 15px;
    background: #017a76
}

@media screen and (max-width: 569px) {
    .loHome-banner-text {
        margin-block-end: 20px;
    }
}

.loHome-baner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 3;
}


.loHome-baner-link:focus {
    outline: 3px solid #9E7B68;
    outline-offset: -3px;
}


/* New main banner section */
.loHome-banners-grid {
    margin-block-start: 66px;
    margin-block-end: 30px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    grid-template-areas:
        "bn1 bn2"
        "bn1 bn3";
}

@media screen and (max-width: 779px) {
    .loHome-banners-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "bn1"
            "bn2"
            "bn3";
    }
}

.loHome-banners-grid__item {
    position: relative;
    overflow: hidden;
}

.loHome-banners-grid__itemWrapper {
    position: relative;
    height: 100%;
}

.loHome-banners-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8) 3%, transparent 38.32%);
}

.loHome-mainBanner--left {
    grid-area: bn1;
}

@media screen and (max-width: 779px) {
    .loHome-mainBanner--left {
        max-height: 90svh;
    }
}

.loHome-mainBanner--righTop {
    grid-area: bn2;
}

.loHome-mainBanner--righBottom {
    grid-area: bn3;
}

.loHome-banners-grid__img.loHome-banners-grid__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loHome-banners-body {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 25px;
}

@media screen and (max-width: 779px) {
    .loHome-banners-body {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
    }
}

.loHome-banners-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.loHome-banners-content__title {
    color: #fff;
    font-size: var(--fn-size-32-18);
    line-height: 1.08;
    font-weight: 600;
    margin: 0;
}

.loHome-banners-content__desc {
    color: #fff;
    margin: 0;
    font-size: clamp(0.8125rem, 0.6689rem + 0.7179vi, 1.25rem);
    line-height: 1.05;
}

/* Swiper modify */

.swiper-loHome {
    width: 100%;
    padding-block-start: 5px !important;
}

.swiper-loHome-pagination-bottom {
    bottom: -9px !important;
}

.swiper-loHome-pagination-bullet {
    background-color: #017a76 !important;
    opacity: 0.75 !important;
}

.swiper-loHome-pagination-bullet--care {
    background: #fffffffc !important;
    opacity: 0.75 !important;
}

@media screen and (max-width: 779px) {
    .swiper-awards {
        width: calc(100% - 1rem);
    }
}

/*Header*/
#wrapper {
    padding-top: 4rem !important;
}

.ets_mm_megamenu_content .container {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
}

@media (min-width: 768px) {
    .ets_mm_megamenu.layout_layout2 {
        background-color: transparent !important;
    }
}

.loHome-header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 7;
}

@media (max-width: 991px) {
    #header .header-top .header__flex.mobile .mobile_top {
        padding: 0;
        margin: 0;
    }
}


.loHome-header {
    display: flex;
    justify-content: space-between;
    /* background: #3b444dde; */
    background: #4B4B4D;
    color: #fff;
    height: 56px;
    align-items: center;
    position: relative;
    z-index: 7;
}

@media (max-width: 991px) {
    .loHome-header {
        width: 100%;
        padding-inline: 10px;
    }
}

.loHome-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .loHome-logo {
        justify-content: center;
    }
}

.loHome-logo-png {
    width: 100%;
    max-width: 110px;
    height: auto;
    margin-inline-start: 20px;
    filter: brightness(10);

}

@media (max-width: 991px) {
    .loHome-logo-png {
        margin-inline-start: 15px;
    }
}

.loHome-nav-menu {
    flex-grow: 3;
    flex-basis: 0;
    height: 56px;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .loHome-nav-menu {
        display: none;
    }
}

body .ets_mm_megamenu::before {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

#header .dbmenu {
    border-bottom: none !important;
    height: 100% !important;
    width: 100%;
}

@media (max-width: 991px) {
    #header .dbmenu {
        height: unset;
        width: unset;
    }
}

.ets_mm_megamenu {
    height: 56px;
    margin-top: 0 !important;
    background-color: transparent !important;
    z-index: 5;
}

@media (max-width: 991px) {
    .ets_mm_megamenu {
        height: unset;
    }
}

.ets_mm_megamenu_content {
    height: 100%;
}

.ets_mm_megamenu_content .ets_mm_megamenu_content_content {
    height: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .mm_menus_ul {
        align-items: center;
        justify-content: center !important;
    }
}

.loHome-nav-menu__item {
    padding: 8px 10px 4px;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    height: 100%;
    position: relative;
}

@media (max-width: 991px) {
    .loHome-nav-menu__item {
        height: unset;
    }
}

#header .loHome-nav-menu__item .ets_mm_url {
    height: 100%;
    display: flex;
    align-items: center;
}

#header .nav-menu-item-loc .ets_mm_url,
#header .nav-menu-item-blog .ets_mm_url {
    padding-bottom: 5px;
}


.mm_menu_content_title {
    min-height: unset !important;
    align-items: center !important;
    font-weight: 500 !important;
    font-size: clamp(14px, 1.363vw, 16px);
    padding: 0 clamp(10px, 1.363vw, 20px);
}

.mm_arrow {
    display: none !important;
}

.loHome-nav-menu__item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    background: #007474;
    height: 2px;
    width: 0%;
    transform: translateX(10px);
}

.loHome-nav-menu__item:hover::after {
    animation-name: menuitem;
    animation-duration: 700ms;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-play-state: running;
}

@keyframes menuitem {
    0% {
        width: 0%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 90%;
    }
}

.nav-menu-item-loc .mm_menu_content_title,
.nav-menu-item-blog .mm_menu_content_title {
    background: #4C624A;
    color: #fff;
    text-transform: none;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: all 0.5s ease-in;
    height: unset;
    padding: 8px 6px 4px;
}

@media (max-width: 991px) {

    .nav-menu-item-loc .mm_menu_content_title,
    .nav-menu-item-blog .mm_menu_content_title {
        color: #fff;
    }
}

.nav-menu-item-loc .mm_menu_content_title::after {
    content: "care";
    margin-inline-start: 6px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: #4C624A;
    transition: all 0.5s ease-in;
}

#nav-menu-item-loc--small {
    text-transform: lowercase;
}

.nav-menu-item-loc:hover .mm_menu_content_title,
.nav-menu-item-loc:hover .mm_menu_content_title::after {
    color: #4C624A;
    background: #fff;
    border-color: #4C624A;
}

.loHome-nav-menu__item.nav-menu-item-blog {
    padding: 8px 15px 4px;
}

.nav-menu-item-blog .mm_menu_content_title {
    background: #fff;
    color: #915457;
    text-transform: uppercase;
    padding: 8px 15px 4px;
}

.nav-menu-item-blog:hover .mm_menu_content_title {
    color: #75292D;
    background: #F1EAEA;
    /* border-color: #915457; */
}

.loHome-nav-topInfo {
    list-style: none;
    padding: 0;
    gap: 10px;
    justify-content: flex-end;
    margin-inline-end: 20px;
    margin-block-end: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .loHome-nav-topInfo {
        flex-grow: 0;
        margin-inline-end: 0px
    }
}

.loHome-search__button {
    width: 25px;
    height: 25px;
}

.loHome-nav-topInfo__item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loHome-nav-topInfo__itemTitle {
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
}

#header .loHome-nav-topInfo #_desktop_user_info {
    height: 25px;
    width: 25px;
    padding-block-start: 2px;
}

#header .loHome-nav-topInfo #_desktop_user_info .user-info {
    padding-inline-start: 2px;
}

#header .loHome-nav-topInfo #_desktop_cart {
    height: 30px;
    position: relative;
}

#header .loHome-nav-topInfo #_desktop_cart .cart-products-count {
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--loh-color-highlighted);
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: -4px;
}

#header .loHome-nav-topInfo #_desktop_cart .material-symbols-rounded {
    color: #fff;
}

#header .loHome-nav-topInfo .user-info:hover,
#header .loHome-nav-topInfo .blockcart:hover {
    opacity: 0.8;
}

#header .loHome-nav-topInfo .icon_name {
    display: none;
}

.loHome-search-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 5;
    visibility: hidden;
    transition: background 0.8s ease-in;
}

.loHome-search-modal[open] {
    visibility: visible;
    background: #00000065;
}

.loHome-search-wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.loHome-search-input-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    margin-inline: auto;
    max-width: 1200px;
    height: 55px;
    z-index: 3;
    background: #fff;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    transition: top 0.8s ease-in, opacity 0.8s ease-in;
}

.loHome-search-input-wrapper[open] {
    opacity: 1;
    top: 56px;
}

.loHome-search-input-wrapper input {
    width: 100%;
    max-width: 800px;
    height: 30px;
    padding: 8px 14px;
    border-radius: 25px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 20px;
}

.loHome-search-input-wrapper input:focus {
    border-color: #000;
    outline: 0;
}

.ets_mm_megamenu .mm_columns_ul {
    text-transform: none;
    padding-top: 6px;
}

.ets_mm_megamenu .mm_columns_ul .mm_columns_li.mm_has_sub {
    background: #fff;
}

.loHome-search-input-wrapper .search-widget>form {
    max-width: 800px;
    margin-inline: auto;
}

/* Category */
.loHome-category-grid--main {
    grid-template-areas:
        ". main main main main main main main main main main .";
}

@media screen and (max-width: 998px) {
    .loHome-category-grid--main {
        grid-template-areas:
            "main main main main main main main main main main main main";
    }
}

.loHome-category-body {
    grid-area: main;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

@media screen and (max-width: 569px) {
    .loHome-category-body {
        padding-inline: 6px;
    }
}

.loHome-section-header__title--category {
    text-transform: uppercase;
}

/* .loHome-section-header--awards {
    justify-content: flex-start;
} */

.loHome-section-header__title--awards {
    font-size: min(max(2.57vw, 18px), 22px);
}

#splite-cat-list {
    list-style: none;
    display: flex;
}

.loHome-category-categoryGrid {
    width: 100%;
    padding: 10px;
    display: flex;
    gap: 20px;
    overflow: hidden;
    margin-block-end: 15px;
}

.loHome-category-categoryGrid .splide__pagination {
    display: none;
}

.loHOme-category__item {
    display: grid;
    position: relative;
    padding-inline: 4px;
    z-index: 1;
}

.loHOme-category__itemBody {
    grid-column: 1/-1;
    grid-row: 1/-1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
}

.loHOme-category__itemBody img {
    width: 100%;
    max-width: 220px;
}

.loHOme-category__itemTitle {
    color: #3c454e;
    text-transform: uppercase;
    font-size: 16px;
    margin-block: 1rem;
}

.loHome-category__itemLink {
    grid-column: 1/-1;
    grid-row: 1/-1;
    height: auto;
    cursor: pointer;
    z-index: 3;
}

.loHome-category-awards-logos {
    width: 100%;
    align-items: center !important;
    height: auto !important;
}

.loHome-category-awards-logos__link {
    width: 100%;
}

.loHome-category-awards-logos__img {
    width: 100%;
}

@media screen and (min-width: 779px) {
    .loHome-category-awards-logos__img {
        opacity: 0.5;
        transition: opacity 400ms ease-in-out;
    }

    .loHome-category-awards-logos__img:hover {
        opacity: 1;
    }
}

/* Custom */
.loHome-content-layout--custom {
    padding-block: 0;
}

.loHome-custom-wrapper {
    background: #e8ddd5;
}

.loHome-custom {
    display: grid;
    position: relative;
    background: #e8ddd5;
    padding-block: 35px;
}

.loHome-custom-video {
    display: block;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    aspect-ratio: 21/9;
    grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 999px) {
    .loHome-custom-video {
        object-position: left center;
        max-height: clamp(25rem, 20.0175rem + 13.986vi, 28.75rem);
        top: 0;
        transform: translateX(clamp(-12.875rem, -19.6844rem + 19.1142vi, -7.75rem));
    }
}

@media screen and (max-width: 569px) {
    .loHome-custom-video {
        width: unset;
        transform: translateX(clamp(-11.625rem, -15.8017rem + 20.8835vi, -8.375rem));
    }
}

.loHome-custom-grid--main {
    width: 100%;
    grid-column: 1/-1;
    grid-row: 1/-1;
    grid-template-areas:
        "main main main main main main main main main main main .";
}

@media screen and (max-width: 999px) {
    .loHome-custom-grid--main {
        grid-template-areas:
            ". main main main main main main main main main main .";
    }
}

@media screen and (max-width: 569px) {
    .loHome-custom-grid--main {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
        grid-template-areas:
            "main main main main";
    }
}


.loHome-custom-body {
    grid-area: main;
    z-index: 3;
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-areas:
        "img bl"
        "img tl"
        "img bd"
        "img bd"
        "img bd"
        "img st"
        "img pt"
        "img bt";
    margin-block: 20px;
}

@media screen and (max-width: 999px) {
    .loHome-custom-body {
        grid-template-areas:
            "img bl"
            "img tl"
            "img ."
            "img ."
            "bd bd"
            "pt pt"
            "bt bt";
    }
}

@media screen and (max-width: 569px) {
    .loHome-custom-body {
        padding-inline: 15px;
    }
}

.loHome-custom-img-wrapper {
    grid-area: img;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 999px) {
    .loHome-custom-img-wrapper {
        min-height: clamp(25rem, 20.0175rem + 13.986vi, 28.75rem);
    }
}

.loHome-custom-design {
    position: absolute;
    top: 255px;
    right: -55px;
    display: grid;
}

@media screen and (max-width: 1349px) {
    .loHome-custom-design {
        right: clamp(-3.4375rem, 13.9565rem + -20.6304vi, 1.0625rem);
    }
}

@media screen and (max-width: 999px) {
    .loHome-custom-design {
        top: clamp(9.25rem, 6.5927rem + 7.4592vi, 11.25rem);
        right: 10px;
    }
}

@media screen and (max-width: 569px) {
    .loHome-custom-design {
        right: clamp(-4.8125rem, -8.5876rem + 18.8755vi, -1.875rem);
    }
}

.loHome-custom-design__img {
    width: 100%;
    max-width: 200px;
}

.loHome-custom-design__img--1 {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 1;
}

.loHome-custom-design__img--2 {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    z-index: 2;
    animation: labelRotation;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-play-state: running;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 999px) {
    .loHome-custom-design__img {
        max-width: clamp(8.125rem, 7.2946rem + 2.331vi, 8.75rem);
    }
}

@keyframes labelRotation {
    0% {
        transform: rotate(0)
    }

    ;

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }

    ;
}

.loHome-custom-label {
    grid-area: bl;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.loHome-custom-label__label {
    margin: 0;
    margin-block-end: 25px;
    color: #fff;
    background: #3c454e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    padding: 7px 7px 4px;
    width: fit-content;
}

@media screen and (max-width: 569px) {
    .loHome-custom-label__label {
        font-size: clamp(1.125rem, 0.6431rem + 2.4096vi, 1.5rem);
    }
}

.loHome-custom-title {
    grid-area: tl;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.loHome-custom-title__title {
    color: #3c454e;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px;
}

@media screen and (max-width: 569px) {
    .loHome-custom-title__title {
        font-size: clamp(1.25rem, -0.3564rem + 8.0321vi, 2.5rem);
    }
}

.loHome-custom-desc {
    grid-area: bd;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
}

@media screen and (max-width: 999px) {
    .loHome-custom-desc {
        align-items: center;
        margin-block-end: 20px;
    }
}

.loHome-custom-desc__desc {
    color: #3c454e;
    font-size: 16px;
    line-height: 32px;
    text-align: right;
    margin: 0;
}

@media screen and (max-width: 999px) {
    .loHome-custom-desc__desc {
        text-align: center;
    }
}

.loHome-custom-subtitle {
    grid-area: st;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 999px) {
    .loHome-custom-subtitle {
        display: none;
    }
}

.loHome-custom-subtitle__subtitle {
    color: #3c454e;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    max-width: 450px;
    margin-block: 1em;
    text-align: right;
    flex-grow: 1;
}

.loHome-custom-points {
    grid-area: pt;
    justify-self: flex-end;
    display: flex;
    justify-content: flex-end;
    margin-block-end: 25px;
    max-width: 565px;
}

@media screen and (max-width: 999px) {
    .loHome-custom-points {
        justify-self: center;
    }
}

.loHome-custom-points__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
    flex-grow: 1;
}

@media screen and (max-width: 999px) {
    .loHome-custom-points__body {
        align-items: center;
    }
}

@media screen and (max-width: 569px) {
    .loHome-custom-points__body {
        flex-direction: column-reverse;

        gap: 20px;
    }
}

.loHome-custom-points ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    flex-grow: 1;
}

@media screen and (max-width: 569px) {
    .loHome-custom-points ul {
        flex-direction: column;
    }
}

.loHome-custom-points__listItem {
    color: #3c454e;
    font-size: 14px;
    text-transform: uppercase;
    margin-block-end: 10px;
    display: flex;

    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

@media screen and (max-width: 569px) {
    .loHome-custom-points__listItem {
        flex-direction: column;
        margin-block-end: 0;
    }
}

.loHome-custom-points__listItem>span {
    line-height: 16px;
    padding-block-start: 5px;
}

.loHome-custom-points__listArrow {
    transform: rotate(-90deg);
}

@media screen and (max-width: 569px) {
    .loHome-custom-points__listArrow {
        transform: none;
    }
}

.loHome-custom-points__listItem img {
    max-width: 9px;
    width: 100%;
}

.loHome-custom-points-img {
    width: 100%;
    max-width: 200px;
}

.loHome-custom-points__gallery {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.loHome-custom-points__galleryImg {
    width: 100%;
    max-width: 250px;
}

.loHome-custom-button {
    grid-area: bt;
    display: flex;
    justify-content: flex-end;
}

.loHome-custom-button__button {
    appearance: none;
    border: none;
    color: #fff;
    background: #3c454e;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    padding: 10px 12px 8px;
    width: fit-content;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 569px) {
    .loHome-custom-button__button {
        font-size: clamp(1rem, 0.5181rem + 2.4096vi, 1.375rem);
    }
}

.loHome-custom-button__button:hover {
    color: #fff;
    opacity: 0.8;
}

.loHome-custom-body-content {
    opacity: 0;
    animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-play-state: paused;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.loHome-custom-body-content--active {
    animation-play-state: running;
}

.loHome-custom-animation {
    animation-play-state: running;
}

@keyframes moveIn {
    0% {
        transform: translateX(1200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.loHome-animation-fadeIn {
    transform: translateX(0);
    animation-name: fade-in;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-play-state: running;
}

.loHome-animation-fadeOut {
    transform: translateX(0);
    animation-name: fade-out;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-play-state: running;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Carseats */

.loHome-adac-picture__img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 569px) {
    .loHome-adac-picture__img {
        aspect-ratio: 4/3;
    }
}

.loHome-addac-content {
    grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 2;
}

.loHome-adac-body {
    grid-area: main;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-block-start: min(max(3.5vw, 1px), 40px);
    padding-block-end: min(max(3.5vw, 1px), 30px);
}

@media screen and (max-width: 569px) {
    .loHome-adac-body {
        padding-inline-start: min(6.289vw, 25px);
    }
}

.loHome-adac-imgWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 570px;
}

.loHome-adac-imgWrapper .loHome-adac-img {
    width: 100%;
    max-width: min(23.106vw, 280px);
}

.loHome-adac-title {
    font-size: clamp(1.25rem, 0.4773rem + 3.8636vw, 3.375rem);
    font-weight: 700;
    line-height: clamp(1rem, 0.2273rem + 3.8636vw, 3.125rem);
    color: #fff;
    margin: 0;
    margin-block-end: min(2.008vw, 20px);
}

.loHome-adac-title--highlighted {
    color: var(--loh-color-highlighted);
}

.loHome-adac-title--uppercase {
    text-transform: uppercase;
}

.loHome-adac-title--point {
    font-size: min(max(8.006vw, 45px), 80px);
}

.loHome-adac-title--subtitle {
    font-size: min(max(3.209vw, 14px), 36px);
    line-height: min(max(3.209vw, 10px), 32px);
}

.loHome-adac-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: var(--loh-color-highlighted);
    border: none;
    width: fit-content;
    padding: 10px 12px 8px;
    color: #ffffff;
    font-size: clamp(0.75rem, 0.4968rem + 1.2658vw, 1.375rem);
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 569px) {
    .loHome-adac-button {
        padding: 5px 10px 4px;
    }
}

.loHome-carSeats-body {
    grid-area: main;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 569px) {
    .loHome-carSeats-body {
        padding-inline: 6px;
    }
}

.loHome-section-header--carseats {
    justify-content: flex-start;
}

.loHome-section-header__title--carseats__highlighted {
    text-transform: uppercase;
    color: var(--loh-color-highlighted);
}

.loHome-carSeats-list {
    list-style: none;
    padding-block: 20px;
    padding-inline: 10px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

@media screen and (max-width: 569px) {
    .loHome-carSeats-list {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 569px) {
    .loHome-carSeats-listItem {
        flex: 0 0 48%;
    }
}

.loHome-carSeats-listItem__link {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
}

.loHome-carSeats-imgWrapper {
    position: relative;
    z-index: 1;
    background: #e7e6e6;
    border-radius: 12px;
}

.loHome-carSeats-itemHover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: grid;
    opacity: 0;
    transition: all 0.6s ease-in;
}

.loHome-carSeats-itemHover__background {
    grid-row: 1/-1;
    grid-column: 1/-1;
    background: var(--loh-color-highlighted);
    opacity: 0.8;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    z-index: 1;
}

.loHome-carSeats-itemHover__body {
    grid-row: 1/-1;
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.loHome-carSeats-itemHover__title {
    color: #fff;
    margin: 0;
    text-align: center;
    opacity: 1;
    font-size: 23px;
    font-weight: 700;
}

.loHome-carSeats-itemTitle {
    font-size: 16px;
    line-height: 16px;
    color: #3c454e;
    font-weight: 700;
    margin-block: 1rem;
}

.loHome-carSeats-listItem__link:hover .loHome-carSeats-itemHover {
    opacity: 0.8;
}

/* Bestsellers */
.loHome-content-layout--bestsellers {
    padding-block-end: 70px;
}

.loHome-bestsellers-body {
    grid-area: main;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 569px) {
    .loHome-bestsellers-body {
        padding-inline: 6px;
    }
}

#splite-best {
    width: 100%;
    padding-inline: 10px;
}

.loHome-section-header__title--uppercase {
    text-transform: uppercase;
}

.loHome-bestsellers-content {
    width: 100%;
    padding-block-start: 10px;
}

.loHome-bestsellers-list {
    position: relative;
    list-style: none;
    padding-inline: 10px;
    margin: 0;
    display: flex;
}

.loHome-bestsellers__slide {
    width: 40%;
}

.loHome-bestsellers-listItem {
    position: relative;
    display: grid;
    overflow: hidden;
    z-index: 1;
    padding: 2px;
}

.loHome-bestsellers-listItem:hover {
    opacity: 0.8;
}

.loHome-bestsellers-img {
    grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 2;
}

.loHome-bestsellers-buttonWrapper {
    grid-column: 1/-1;
    grid-row: 1/-1;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-block-end: 30px;
}

.loHome-bestsellers-button {
    appearance: none;
    -webkit-appearance: none;
    width: fit-content;
    padding: 8px 18px 5px;
    color: #3c454e;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border: none;
    background: #ffffff96;
}

.loHome-bestsellers-link {
    display: block;
    grid-column: 1/-1;
    grid-row: 1/-1;
    height: auto;
    z-index: 5;
    opacity: 1;
    transition: all 0.8s ease-in;
}

.loHome-bestsellers-link:hover {
    color: #3b444d;
    opacity: .8;
}

/* Care */
.loHome-banner-layout--care {
    padding-block-end: 0;
    /* background: #D1C6BA; */
}

/* .loHome-content-layout--care {
    background: #D1C6BA;
} */

.loHome-care-body {
    grid-area: main;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

}

.loHome-section-header--care {
    justify-content: flex-end;
}

@media screen and (max-width: 569px) {
    .loHome-section-header--care {
        display: none;
    }
}

.loHome-care-content {
    color: #3c454e;
    font-size: min(max(3.541vw, 16px), 24px);
    line-height: 36px;
    margin: 0;
    padding-block: 10px;
}

@media screen and (max-width: 569px) {
    .loHome-care-content {
        padding-inline: 10px;
    }
}

@media screen and (max-width: 469px) {
    .loHome-care-content {
        text-align: center;
    }
}

.loHome-care-swiper {
    width: 100%;
}

@media screen and (max-width: 569px) {
    .loHome-care-swiper {
        padding-inline: 6px;
    }
}

.loHome-care-list {
    list-style: none;
    padding-block: 20px;
    padding-inline: 10px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.loHome-care-sliderItem {
    display: flex;
    justify-content: center;
    width: 45%;
}

.loHome-care-listItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
    width: 100%;
    z-index: 1;
    padding-block-start: 5px
}

.loHome-care-imgWrapper {
    background: #F2ECE2;
    border: none;
    border-radius: 12px;
    z-index: 1;
    padding: 2px;
    box-shadow: 0;
    transition: all 0.4s ease-in;
}

.loHome-care-img {
    width: 100%;
    max-width: 265px;
}

.loHome-care-itemTitle {
    font-size: 16px;
    line-height: 16px;
    color: #3c454e;
    font-weight: 700;
    z-index: 1;
    margin-block: 1rem;
}

.loHome-care-itemLink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
}

.loHome-care-itemLink:hover+.loHome-care-imgWrapper {
    box-shadow: 0px 0px 10px -4px #000;
}

.splide__pagination--care {
    bottom: -15px !important;
}

.splide__pagination--care .splide__pagination__page.is-active {
    background: #fffffffc;
}

.loHome-banner-care__content {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: 2;
}

.loHome-section-grid__care {
    grid-template-areas:
        ". main main main main main main main main main main .";
}

@media screen and (max-width: 569px) {
    .loHome-section-grid__care {
        grid-template-areas:
            ". main main main main main main main main main main main";
    }
}

.loHome-banner-care-grid {
    height: 100%;
}

.loHome-banner-care__body {
    grid-area: main;
    padding-block-start: 12%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}

.loHome-banner-care__bodyTitle {
    color: #fff;
    margin: 0;
    font-size: min(max(7.624vw, 40px), 80px);
    font-weight: 500;
    line-height: normal;
}

.loHome-banner-care-bodyTitle--big {
    text-transform: uppercase;
    font-size: min(max(13.723vw, 62px), 180px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 2px #fff;
}

.loHome-banner-care__button {
    appearance: none;
    -webkit-appearance: none;
    background: #f5eae5;
    border: none;
    font-size: min(max(3.541vw, 16px), 22px);
    font-weight: 600;
    color: #a8837d;
    text-transform: uppercase;
    padding: 8px 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.loHome-banner-care__button img {
    width: 100%;
    max-width: 23px;
}

/*Newsletter*/
#footer .pre-footer {
    background: #F3EEE8 !important;
}

.block_newsletter {
    background: #F3EEE8 !important;
}

#footer .block_newsletter .title_newsletter {
    /* text-align: left !important; */
    text-transform: uppercase !important;
}

/* #footer .block_newsletter .subTitle_newsletter{
	text-align: left;
} */

/* #footer .block_newsletter .form_newsletter{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
} */

/* #footer .block_newsletter .form_newsletter form{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
} */

/* #footer .block_newsletter form .dataform_newsletter{
	width: 100%;
} */

#footer .block_newsletter form input {
    background: #f9f5f1ed;
}

#footer .block_newsletter form .input-wrapper .btn-special {
    background: #e88b288a;
    border-color: #e0e0e0;
}

#footer .block_newsletter form .input-wrapper .btn-special:disabled {
    background: #e0dcd8;
}

/* #footer .block_newsletter form .input-wrapper{
	flex-wrap: nowrap;
	justify-content: flex-start;
} */

/* #footer .block_newsletter .msg_newsletter{
	text-align: left;
} */

/* Modal customer */
.modal-backdrop {
    z-index: 0 !important;
}

/* Other */

.cart-item .cart__product-qty .input-group {
    z-index: 0 !important;
}

@media (min-width: 998px) {
    .ets_mm_megamenu.bg_submenu[data-bggray="bg_gray"]:before {
        opacity: 1;
        visibility: visible;
    }
}