
.first__block .img-wrapper img{
    object-fit: cover;
    height: 765px;
}
.first__block {
    color: var(--light-color);
    margin-top: 0;
    position: relative;
}

.first__block-title {
    margin-bottom: 40px;
    max-width: 480px;

}

.first__block-content {
    position: absolute;
    bottom: 60px;
}
@media (max-width: 768px) {
    .first__block .img-wrapper img{
        height: 660px;
    }
    .first__block-content {
        bottom: 30px;
    }
    .first__block-title {
        margin-bottom: 17px;
    }
}
/*CHOOSE_DECORATION*/
.choose-decoration .img-wrapper {
    max-width: 227px;
    max-height: 268px;
    width: 100%;
    height: 100%;
}


.choose-decoration__link {
    position: relative;
    display: flex;
    justify-content: center;
}
.choose-decoration__item > .choose-decoration__link {
    height: 268px;
}

.choose-decoration__title{
    margin-bottom: 35px;
}
.choose-decoration__name {
    position: absolute;
    bottom: 15px;
    font-size: 20px;
    font-family: var(--font-family-1);
    text-transform: uppercase;
}

.choose-decoration__link.link-btn-light {
    margin: 0 auto;
    margin-top: 35px;
    border: 1px solid var(--dark-color);
}


/*OUR_BRANDS*/
.our-brands {

}

.our-brands__title {
    text-align: center;
    margin-bottom: 35px;
}

.our-brands__btn {
    max-width: 155px;
    padding: 0;
}

@media (max-width: 768px) {
}
/*BEAUTY_IDEA*/
.beauty-idea__text {
    margin-bottom: 10px;
    max-width: 425px;
    font-size: 14px;
}

.beauty-idea__btn {
    max-width: 155px;
    background-color: unset;
    padding: 0;
}
@media (max-width: 1200px) {
    .beauty-idea__btn {
        margin-left: auto;
    }
}

/*BESTSELLERS*/
.bestsellers {

}
.bestsellers__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bestsellers__top {
    display: flex;
    justify-content: space-between;
}
.bestsellers .img-wrapper {
    max-width: 227px;
    max-height: 268px;
    width: 100%;
    height: 100%;
}
.bestsellers__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-size: 12px
}
.bestsellers__name {
    font-family: var(--font-family-1);
    text-transform: uppercase;
}
.bestsellers__price .currency {
    font-weight: 500;
}
@media (max-width: 768px) {
    .bestsellers__title {
        text-align: center;
        width: 100%;
    }
    .bestsellers .owl-nav-container {
        display: none;
    }
    .bestsellers .owl-stage-outer {
        margin-left: -15px;
        margin-right: -15px;
    }
}