body[data-matched-route-name='home'] .main {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.block-homepage-banners {
    font-size: 0;
}

/*
 * -----------------------------------
 * -------- Homepage Banners ---------
 * -----------------------------------
 */

.block-homepage-banners .homepage-full-width-banners {
    white-space: nowrap;
    overflow: hidden;
}

.block-homepage-banners .homepage-full-width-banners .link {
    display: inline-block;
    width: 100%;
}

.block-homepage-banners .homepage-full-width-banners .link img {
    display: block;
    width: 100%;
    aspect-ratio: 2.51/1;
}

.block-homepage-banners .homepage-full-width-banners.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    display: block;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
}

.block-homepage-banners .homepage-full-width-banners.owl-carousel .owl-nav button.owl-prev {
    left: 19px;
    background: url('../icons/icon-chevron-left-dark-white-x4large.svg') no-repeat center;
}

.block-homepage-banners .homepage-full-width-banners.owl-carousel .owl-nav button.owl-next {
    right: 19px;
    background: url('../icons/icon-chevron-right-dark-white-x4large.svg') no-repeat center;
}

.block-homepage-banners .homepage-full-width-banners.owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.block-homepage-banners .homepage-full-width-banners.owl-carousel .owl-dots button {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 15px;
    background: #FFFFFF;
    border: 1px solid #818181;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #FFFFFF;
}

.block-homepage-banners .homepage-full-width-banners.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}

.block-homepage-banners .homepage-full-width-banners.owl-carousel .owl-dots button.active {
    background: #1C1D1C;
    border-color: #1C1D1C;
}

@media screen and (max-width: 768px) {

    .block-homepage-banners .homepage-full-width-banners.owl-carousel .owl-nav button {
        display: none;
    }

    .block-homepage-banners .homepage-full-width-banners.owl-carousel .owl-dots {
        bottom: 20px;
    }
}

@media screen and (max-width: 549px) {

    .block-homepage-banners .homepage-full-width-banners .link img {
        aspect-ratio: 4/3;
    }
}

.block-homepage-banners .homepage-thematic-banners {
    background: #F7F4F4;
}

.block-homepage-banners .homepage-thematic-banners > .inner {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
}

.block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-title {
    margin-bottom: 10px;
    text-align: center;
}

.block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-content .link {
    position: relative;
    flex: 0 1 calc((100% / 3) - 20px);
    margin-top: 20px;
    margin-left: 20px;
    background: #FFFFFF;
    padding: 20px 50px 20px 20px;
}

.block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-content .link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 32px;
    height: 32px;
    background: url('../icons/icon-chevron-right-dark-large.svg') no-repeat center;
    transform: translateY(-50%);
}

.block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-content .link .image {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-content .link .title {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 90px);
    width: 100%;
}

@media screen and (max-width: 768px) {

    .block-homepage-banners .homepage-thematic-banners > .inner {
        padding: 40px 20px;
    }

    .block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-title {
        margin-bottom: 20px;
    }

    .block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-content .link {
         flex: 0 1 calc(100% - 20px);
         margin-top: 10px;
         padding: 15px 50px 15px 15px;
     }

    .block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-content .link:after {
        right: 10px;
    }

    .block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-content .link .image {
        margin-right: 15px;
    }

    .block-homepage-banners .homepage-thematic-banners > .inner .homepage-thematic-banners-content .link .title {
        max-width: calc(100% - 85px);
    }
}

.block-homepage-banners .homepage-small-banners {
    display: flex;
    justify-content: space-between;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 0;
}

.block-homepage-banners .homepage-small-banners .link {
    flex: 0 1 calc((100% / 3) - 10px);
}

.block-homepage-banners .homepage-small-banners .link img {
    display: block;
    width: 100%;
    aspect-ratio: 3/2;
}

@media screen and (max-width: 768px) {

    .block-homepage-banners > .homepage-small-banners {
        flex-direction: column;
        padding: 40px 20px 0;
    }

    .block-homepage-banners .homepage-small-banners .link {
        flex: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .block-homepage-banners .homepage-small-banners .link:last-child {
        margin-bottom: 0;
    }
}

/*
 * ------------------------------------
 * -------- Homepage Products ---------
 * ------------------------------------
 */

.homepage-products .block-product-hot,
.homepage-products .block-product-chosen-for-you {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 40px;
}

.homepage-products .block-product-hot .carousel-products-title,
.homepage-products .block-product-chosen-for-you .carousel-products-title {
    margin-bottom: 30px;
    text-align: center;
}

.homepage-products .block-product-hot .carousel-products-link-wrapper,
.homepage-products .block-product-chosen-for-you .carousel-products-link-wrapper {
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: center;
}

.homepage-products .block-product-hot .carousel-products-content .block-product-list-item,
.homepage-products .block-product-chosen-for-you .carousel-products-content .block-product-list-item {
    display: inline-block;
    vertical-align: top;
    max-width: calc((100% / 6) - 17px);
    width: 100%;
    margin-right: 20px;
}

@media screen and (max-width: 1380px) {

    .homepage-products .block-product-hot .product-carousel-wrapper .carousel-navigation-arrow,
    .homepage-products .block-product-chosen-for-you .product-carousel-wrapper .carousel-navigation-arrow {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .homepage-products .block-product-hot,
    .homepage-products .block-product-chosen-for-you {
        padding: 40px 0 20px;
    }

    .homepage-products .block-product-hot .carousel-products-content,
    .homepage-products .block-product-chosen-for-you .carousel-products-content {
        padding-bottom: 20px;
        white-space: nowrap;
        overflow: auto;
    }

    .homepage-products .block-product-hot .carousel-products-content .block-product-list-item,
    .homepage-products .block-product-chosen-for-you .carousel-products-content .block-product-list-item {
        max-width: initial;
        width: 200px;
    }

    .homepage-products .block-product-hot .carousel-products-content .block-product-list-item:first-child,
    .homepage-products .block-product-chosen-for-you .carousel-products-content .block-product-list-item:first-child {
        margin-left: 20px;
    }
}

/*
 * ---------------------------------
 * -------- Homepage Texts ---------
 * ---------------------------------
 */

.homepage-texts {
    background: #F7F4F4;
    font-size: 0;
}

.homepage-texts > .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
}

.homepage-texts > .inner .homepage-text {
    flex: 0 1 400px;
    margin-right: 20px;
}

.homepage-texts > .inner .homepage-text:last-child {
    margin-right: 0;
}

.homepage-texts > .inner .homepage-text .homepage-text-icon {
    display: inline-block;
    vertical-align: top;
    width: 88px;
    height: 88px;
    margin-right: 20px;
}

.homepage-texts > .inner .homepage-text.online-shopping .homepage-text-icon {
    background: url('../icons/icon-usp-why-online-dark.svg') no-repeat center;
}

.homepage-texts > .inner .homepage-text.original .homepage-text-icon {
    background: url('../icons/icon-usp-original-perfume-dark.svg') no-repeat center;
}

.homepage-texts > .inner .homepage-text.best-price .homepage-text-icon {
    background: url('../icons/icon-usp-best-price-dark.svg') no-repeat center;
}

.homepage-texts > .inner .homepage-text .homepage-text-content {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 108px);
    width: 100%;
    padding-top: 7px;
}

.homepage-texts > .inner .homepage-text .homepage-text-content .show-button,
.homepage-texts > .inner .homepage-text .homepage-text-content .hide-button {
    display: block;
    margin-top: 20px;
    cursor: pointer;
    color: #1C1D1C;
    font-family: 'Mulish', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 19px;
    text-decoration: underline;
}

.homepage-texts > .inner .homepage-text .homepage-text-content .hide-button {
    display: none;
}

.homepage-texts > .inner .homepage-text .homepage-text-content .text {
    height: 0;
    overflow: hidden;
    margin-top: 15px;
}

.homepage-texts > .inner .homepage-text .homepage-text-content .text.show{
    height: 100%;
}

.homepage-texts > .inner .homepage-text .homepage-text-content h3 {
    color: #1C1D1C;
    font-family: 'Mulish', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 23px;
}

.homepage-texts > .inner .homepage-text .homepage-text-content a {
    text-decoration: underline;
}

.homepage-texts > .inner .homepage-text .homepage-text-content a:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {

    .homepage-texts > .inner {
        flex-direction: column;
        padding: 40px 20px;
    }

    .homepage-texts > .inner .homepage-text {
        flex: 1;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .homepage-texts > .inner .homepage-text:last-child {
        margin-bottom: 0;
    }
}

/*
 * ---------------------------------
 * --------- Homepage News ---------
 * ---------------------------------
 */

.block-latest-news {
    border-top: 1px solid #E6E5E5;
}

.block-latest-news .latest-news {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
}

.block-latest-news .latest-news .latest-news-title {
    text-align: center;
}

.block-latest-news .latest-news .all-news-link-wrapper {
    margin-top: 10px;
    text-align: center;
}

.block-latest-news .latest-news .latest-news-content {
    margin-left: -20px;
    font-size: 0;
}

.block-latest-news .latest-news .latest-news-content .news-list-item {
    display: inline-block;
    vertical-align: top;
    max-width: calc((100% / 3) - 20px);
    width: 100%;
    margin-top: 30px;
    margin-left: 20px;
}

.block-latest-news .latest-news .latest-news-content .news-list-item img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    aspect-ratio: 1.65/1;
}

.block-latest-news .latest-news .latest-news-content .news-list-item .name {
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {

    .block-latest-news .latest-news {
        padding: 40px 20px;
    }

    .block-latest-news .latest-news .latest-news-content .news-list-item {
        display: block;
        max-width: calc(100% - 20px);
    }
}

/*
 * ---------------------------------
 * -------- Homepage Brands --------
 * ---------------------------------
 */

.block-latest-manufacturer-logos {
    background: #F7F4F4;
}

.block-latest-manufacturer-logos .manufacturer-logos {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}

.block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-title {
    margin-bottom: 30px;
    text-align: center;
}

.block-latest-manufacturer-logos .manufacturer-logos .all-brands-link-wrapper {
    margin-top: -20px;
    margin-bottom: 30px;
    text-align: center;
}

.block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}

.block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content .manufacturer-logo {
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
}

.block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content .manufacturer-logo img {
    display: block;
    width: 100%;
    aspect-ratio: 1.86/1;
}

.block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content.owl-carousel {
    white-space: normal;
    overflow: initial;
}

.block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content.owl-carousel .manufacturer-logo {
    width: 100%;
}

.block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}


.block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
    background: url('../icons/icon-chevron-left-dark-x2large.svg') no-repeat center;
}

.block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content.owl-carousel .owl-nav button.owl-next {
    right: -40px;
    background: url('../icons/icon-chevron-right-dark-x2large.svg') no-repeat center;
}

@media screen and (max-width: 1380px) {

    .block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content.owl-carousel .owl-nav button {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .block-latest-manufacturer-logos .manufacturer-logos {
        padding: 20px 0 5px;
    }

    .block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content {
        padding-bottom: 15px;
        overflow: auto;
    }

    .block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content .manufacturer-logo {
        width: 145px;
        margin-right: 16px;
    }

    .block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content .manufacturer-logo:first-child {
        margin-left: 20px;
    }

    .block-latest-manufacturer-logos .manufacturer-logos .manufacturer-logos-content .manufacturer-logo:last-child {
        margin-right: 20px;
    }
}