body {
    background-color: rgba(72, 44, 28, 1);
    display: block;
}

body:not(.dln-delonghi) {
    --aromatic-section-height: calc(100dvh - var(--aromatic-offset-top));

    padding-top: 0;
}

#bx-panel {
    position: fixed !important;
    top: 0;
    width: 100% !important;
}

.dln-delonghi {
    padding: 0;
}

.del-header__stripe-gap {
    display: none;
}

.del-header {
    position: fixed !important;
    top: var(--panel-height);
}

.del-footer {
    margin: 0;
}

/* aromatic */
.aromatic {
    font-family: Noto Sans, sans-serif;
    color: #F8F2E9;
    padding-top: var(--aromatic-offset-top);
}

.aromatic h1,
.aromatic h2,
.aromatic h3,
.aromatic h4,
.aromatic h5,
.aromatic h6,
.aromatic p {
    margin: 0;
}

.aromatic img,
.aromatic video {
    display: block;
}

/* aromatic-hero */
.aromatic-hero {
    position: relative;
    background: radial-gradient(84.44% 84.44% at 50% 50%, #C28D5F 9.12%, #432819 91.3%);
    overflow: hidden;
}

.aromatic-hero:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vw;
    background: linear-gradient(180deg, rgba(72, 44, 28, 0) 23.47%, rgba(72, 44, 28, 0.75) 65.96%, #482C1C 100%);
}

.aromatic-hero .aromatic-hero__inner {
    padding: 0 18px 53px;
}

.aromatic-hero .aromatic-hero__top {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 0 26px;
}

.aromatic-hero .aromatic-hero__top-title {
    font-family: DeLonghiSerifMedium, sans-serif;
    font-size: 60px;
    line-height: 86%;
    letter-spacing: -1.2px;
    max-height: 94px;
    margin-bottom: 20px;
}

.aromatic-hero .aromatic-hero__top-text {
    font-size: 15px;
    line-height: 115%;
}

.aromatic-hero .aromatic-hero__img-wrapper {
    display: none;
}

.aromatic-hero .aromatic-hero__img-wrapper:nth-child(2) {
    display: block;
}

.aromatic-hero .aromatic-hero__img {
    width: 75.42857vw;
    margin: 0 auto 38px;
}

.aromatic-hero .aromatic-hero__slider-title {
    font-size: 30px;
    line-height: 110%;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.aromatic-hero .aromatic-hero__slider {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.aromatic-hero .aromatic-hero__more {
    font-size: 15px;
    line-height: 115%;
    color: #E3C089;
    position: relative;
    z-index: 1;
    display: block;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #E3C089;
    padding: 0 0 4px;
    margin: 0 auto;
}

.aromatic-hero-actions {
    font-family: Noto Sans, sans-serif;
    position: fixed;
    bottom: 12px;
    left: 12px;
    z-index: 3;
    width: 294px;
    max-width: calc(100% - 12px - 12px - 52px - 12px);
    background-color: #221B197F;
    border-radius: 32px;
}

.aromatic-hero-actions .aromatic-hero-actions__wrapper {
    padding: 8px;
}

.aromatic-hero-actions .aromatic-hero-actions__img-wrapper,
.aromatic-hero-actions .aromatic-hero-actions__title {
    display: none;
}

.aromatic-hero-actions .aromatic-hero-actions__inner {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.aromatic-hero-actions .aromatic-hero-actions__inner .add_to_cart_detail {
    display: flex;
    flex-grow: 1;
}

.aromatic-hero-actions .aromatic-hero-actions__button {
    font-size: 15px;
    line-height: 17px;
    color: #482C1C;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    flex-grow: 1;
    display: block;
    background-color: #F8F2E9;
    border: none;
    border-radius: 40px;
    padding: 12px 0;
}

.aromatic-hero-actions .aromatic-hero-actions__price {
    color: #F8F2E9;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
    padding-right: 7px;
}

.aromatic-hero-actions .aromatic-hero-actions__price-prev {
    font-size: 12px;
    line-height: 9px;
    text-decoration: line-through;
    margin-bottom: 6px;
}

.aromatic-hero-actions .aromatic-hero-actions__price-curr {
    font-size: 15px;
    line-height: 11px;
    margin: 0;
}

.aromatic-hero-slide {
    position: relative;
    width: 50.28571vw;
    background-color: #EDE8E10C;
    backdrop-filter: blur(44px);
    border-radius: 4vw;
    padding-top: 20vw;
}

.aromatic-hero-slide.aromatic-hero-slide--more {
    display: none;
}

.aromatic-hero-slide .aromatic-hero-slide__img {
    width: 100%;
}

.aromatic-hero-slide .aromatic-hero-slide__name {
    font-size: 4.28571vw;
    line-height: 115%;
    color: #EDE3D3;
    text-align: center;
    position: absolute;
    top: 6.28571vw;
    left: 50%;
    transform: translateX(-50%);
}

.aromatic-hero-popup {
    font-family: Noto Sans, sans-serif;
    position: fixed;
    top: 103px;
    left: 0;
    z-index: 4;
    width: 100vw;
    height: calc(100dvh - 103px);
    background-color: #F9EBDB;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.aromatic-hero-popup.aromatic-hero-popup--active {
    opacity: 1;
    visibility: visible;
}

.aromatic-hero-popup .aromatic-hero-popup__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 26px 19px;
    height: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 14px 18px 84px;
}

.aromatic-hero-popup .aromatic-hero-popup__items::-webkit-scrollbar {
    display: none;
}

.aromatic-hero-popup .aromatic-hero-popup__close-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: linear-gradient(0deg, #F0E1D1 0%, rgba(240, 225, 209, 0) 100%);
    pointer-events: none;
    padding-bottom: 26px;
}

.aromatic-hero-popup .aromatic-hero-popup__close {
    font-size: 15px;
    line-height: 115%;
    color: #F8F2E9;
    display: flex;
    align-items: center;
    grid-gap: 9px;
    background-color: #482C1C;
    border-radius: 32px;
    border: none;
    pointer-events: all;
    padding: 8px 23px 8px 12px;
}

.aromatic-hero-popup .aromatic-hero-popup__close img {
    pointer-events: none;
}

/* todo: Заменить картинки */
.aromatic-hero-popup-item .aromatic-hero-popup-item__img {
    width: 100%;
    margin-bottom: 8px;
}

.aromatic-hero-popup-item .aromatic-hero-popup-item__name {
    font-size: 13px;
    line-height: 115%;
    color: #433732;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .aromatic-hero:after {
        height: 42.1875vw;
    }

    .aromatic-hero .aromatic-hero__inner {
        padding: 0 38px 60px;
    }

    .aromatic-hero .aromatic-hero__top-title {
        font-size: 76px;
        letter-spacing: -1.52px;
        max-height: 52px;
    }

    .aromatic-hero .aromatic-hero__top-text {
        font-size: 24px;
    }

    .aromatic-hero .aromatic-hero__img {
        width: 37.76041vw;
        margin: 0 auto 63px;
    }

    .aromatic-hero .aromatic-hero__slider-title {
        font-size: 38px;
        max-width: 420px;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    .aromatic-hero .aromatic-hero__more {
        font-size: 16px;
    }

    .aromatic-hero-actions {
        bottom: 24px;
        left: 24px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__button {
        font-size: 16px;
        line-height: 18px;
    }

    .aromatic-hero-slide {
        width: 23.17708vw;
        border-radius: 1.82291vw;
        padding-top: 9.11458vw;
    }

    .aromatic-hero-slide .aromatic-hero-slide__name {
        font-size: 2.08333vw;
        top: 2.73437vw;
    }

    .aromatic-hero-popup {
        top: 123px;
        height: calc(100dvh - 123px);
    }

    .aromatic-hero-popup .aromatic-hero-popup__items {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 28px 44px;
        padding: 14px 38px 90px;
    }

    .aromatic-hero-popup .aromatic-hero-popup__close {
        font-size: 16px;
    }

    .aromatic-hero-popup-item .aromatic-hero-popup-item__img {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .aromatic-hero {
        background: none;
    }

    .aromatic-hero:after {
        display: none;
    }

    .aromatic-hero .aromatic-hero__inner {
        min-height: var(--aromatic-section-height);
        padding: 0;
    }

    .aromatic-hero .aromatic-hero__background {
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
        height: 1185px;
        width: 100vw;
        background: radial-gradient(72.91% 72.91% at 50% 50%, #C28D5F 9.12%, #432819 90.91%);
    }

    .aromatic-hero .aromatic-hero__background:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 273px;
        background: linear-gradient(180deg, rgba(72, 44, 28, 0) 0%, rgba(72, 44, 28, 0.8) 69.55%, #482C1C 94.1%);
    }

    .aromatic-hero .aromatic-hero__top {
        padding: 40px 0 22px;
    }

    .aromatic-hero .aromatic-hero__top-title {
        font-size: 96px;
        letter-spacing: -1.92px;
        max-height: 66px;
        margin-bottom: 18px;
    }

    .aromatic-hero .aromatic-hero__top-text {
        font-size: 15px;
    }

    .aromatic-hero .aromatic-hero__wrapper {
        position: relative;
    }

    .aromatic-hero .aromatic-hero__images {
        position: relative;
        z-index: 2;
        pointer-events: none;
    }

    .aromatic-hero .aromatic-hero__img-wrapper {
        display: block;
    }

    .aromatic-hero .aromatic-hero__img {
        pointer-events: all;
        width: 388px;
        margin: 0 auto;
    }

    .aromatic-hero .aromatic-hero__img-wrapper:not(:first-child) .aromatic-hero__img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
    }

    .aromatic-hero .aromatic-hero__slider-title {
        font-size: 32px;
        text-align: left;
        position: absolute;
        bottom: 329px;
        left: 32px;
        z-index: 2;
        opacity: 0;
        width: 300px;
        margin-bottom: 0;
    }

    .aromatic-hero .aromatic-hero__slider {
        position: absolute;
        bottom: 113px;
        left: calc(50% + 50vw);
        margin-bottom: 0;
    }

    .aromatic-hero .aromatic-hero__slider .swiper-wrapper {
        display: flex;
        grid-gap: 16px;
    }

    .aromatic-hero .aromatic-hero__more {
        display: none;
    }

    .aromatic-hero-actions {
        transform: none;
        width: 304px;
        height: 106px;
        border-radius: 20px;
        overflow: hidden;
    }

    .aromatic-hero-actions .aromatic-hero-actions__wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        display: grid;
        grid-template-columns: 96px 1fr;
        grid-template-rows: 1fr auto;
        grid-gap: 14px 10px;
        width: 304px;
        padding: 5px 12px 5px 5px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__img-wrapper {
        display: block;
        grid-row: span 2;
    }

    .aromatic-hero-actions .aromatic-hero-actions__img {
        aspect-ratio: 1 / 1;
        width: 100%;
        border-radius: 14px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__title {
        font-size: 16px;
        line-height: 110%;
        font-weight: 500;
        color: #ECE5DB;
        display: block;
        margin-top: 4px;
        margin-bottom: 0;
    }

    .aromatic-hero-actions .aromatic-hero-actions__inner {
        grid-gap: 6px;
        max-width: 192px;
        margin-bottom: 8px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__button {
        font-size: 13px;
        line-height: 14px;
        flex-grow: 1;
        min-width: unset;
        border-radius: 72px;
        transition: background-color .2s ease-in-out;
        padding: 10px 0;
    }

    .aromatic-hero-actions .aromatic-hero-actions__button:hover {
        background-color: #E3C089;
    }

    .aromatic-hero-actions .aromatic-hero-actions__price {
        padding-right: 0;
    }

    .aromatic-hero-actions .aromatic-hero-actions__price-prev {
        font-size: 8px;
        line-height: 6px;
        opacity: .5;
        margin-bottom: 3px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__price-curr {
        font-size: 13px;
        line-height: 14px;
        opacity: .8;
    }

    .aromatic-hero-slide {
        width: 126px;
        backdrop-filter: blur(32px);
        border-radius: 14px;
        padding-top: 51px;
    }

    .aromatic-hero-slide.aromatic-hero-slide--more {
        font-size: 13px;
        line-height: 100%;
        color: #482C1C;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: auto;
        background-color: #F9EBDB;
        backdrop-filter: none;
        border: none;
        padding: 15px 0;
    }

    .aromatic-hero-slide.aromatic-hero-slide--more span:last-child {
        opacity: .4;
    }

    .aromatic-hero-slide .aromatic-hero-slide__name {
        font-size: 13px;
        line-height: 115%;
        top: 16px;
    }

    .aromatic-hero-popup {
        top: 78px;
        height: calc(100vh - 78px);
    }

    .aromatic-hero-popup .aromatic-hero-popup__items {
        grid-gap: 38px 62px;
        padding: 28px 58px 100px;
    }

    .aromatic-hero-popup .aromatic-hero-popup__close-wrapper {
        height: 117px;
        padding-bottom: 34px;
    }

    .aromatic-hero-popup .aromatic-hero-popup__close {
        font-size: 15px;
        grid-gap: 12px;
        padding: 8px 18px 8px 8px;
    }

    .aromatic-hero-popup .aromatic-hero-popup__close img {
        width: 32px;
        height: 32px;
    }

    .aromatic-hero-popup-item .aromatic-hero-popup-item__name {
        font-size: 12px;
    }
}

@media screen and (min-width: 1280px) {
    .aromatic-hero .aromatic-hero__inner {
        max-width: 1280px;
        margin: 0 auto;
    }

    .aromatic-hero .aromatic-hero__background {
        height: 1493px;
    }

    .aromatic-hero .aromatic-hero__background:after {
        height: 356px;
    }

    .aromatic-hero .aromatic-hero__top {
        padding: 52px 0 26px;
    }

    .aromatic-hero .aromatic-hero__top-title {
        font-size: 120px;
        letter-spacing: -2.4px;
        max-height: 82px;
        margin-bottom: 27px;
    }

    .aromatic-hero .aromatic-hero__img {
        width: 485px;
    }

    .aromatic-hero .aromatic-hero__slider-title {
        font-size: 40px;
        bottom: 410px;
        left: 58px;
        width: 370px;
    }

    .aromatic-hero .aromatic-hero__slider {
        bottom: 166px;
    }

    .aromatic-hero-actions {
        width: 355px;
        height: 128px;
        border-radius: 22px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__wrapper {
        grid-template-columns: 116px 1fr;
        grid-gap: 16px;
        width: 355px;
        padding: 6px 19px 6px 6px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__img {
        border-radius: 16px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__title {
        font-size: 18px;
        line-height: 100%;
        margin-top: 15px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__inner {
        grid-gap: 8px;
        max-width: 208px;
        margin-bottom: 15px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__button {
        font-size: 14px;
        line-height: 10px;
        border-radius: 90px;
        padding: 12px 0;
    }

    .aromatic-hero-actions .aromatic-hero-actions__price-prev {
        font-size: 10px;
        line-height: 7px;
        opacity: .7;
        margin-bottom: 4px;
    }

    .aromatic-hero-actions .aromatic-hero-actions__price-curr {
        font-size: 14px;
        line-height: 10px;
        opacity: 1;
    }

    .aromatic-hero-popup {
        top: 92px;
        height: calc(100vh - 92px);
    }

    .aromatic-hero-popup .aromatic-hero-popup__items {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 38px 74px;
        max-width: 1280px;
        padding: 28px 60px 110px;
        margin: 0 auto;
    }

    .aromatic-hero-popup .aromatic-hero-popup__close-wrapper {
        height: 120px;
        padding-bottom: 26px;
    }
}

/* aromatic-brewing */
.aromatic-brewing {
    max-height: var(--aromatic-section-height);
    background-color: #482C1C;
    padding: 20px 18px 38px;
}

.aromatic-brewing .aromatic-brewing__title {
    font-size: 30px;
    line-height: 110%;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.aromatic-brewing .aromatic-brewing__inner {
    display: grid;
    grid-gap: 20px;
}

.aromatic-brewing__images {
    position: relative;
    display: none;
    margin-bottom: 28px;
}

.aromatic-brewing .aromatic-brewing__img {
    max-width: 189px;
    margin: 0 auto;
}

.aromatic-brewing .aromatic-brewing__img-wrapper:not(:first-child) .aromatic-brewing__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.aromatic-brewing .aromatic-brewing__mode-names {
    position: relative;
}

.aromatic-brewing .aromatic-brewing__mode-name {
    font-size: 15px;
    line-height: 115%;
    color: #ECE8DB;
    text-align: center;
    background-color: #482C1C;
    padding-bottom: 14px;
}

.aromatic-brewing .aromatic-brewing__mode-name:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.aromatic-brewing .aromatic-brewing__mode-icons {
    display: flex;
    justify-content: center;
    grid-gap: 12px;
}

.aromatic-brewing .aromatic-brewing__mode-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    width: 54px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.aromatic-brewing .aromatic-brewing__mode-icon-blur {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ECE8DB26;
    backdrop-filter: blur(9px);
    border-radius: 50%;
    opacity: .5;
}

.aromatic-brewing .aromatic-brewing__mode-icon.aromatic-brewing__mode-icon--active .aromatic-brewing__mode-icon-blur {
    opacity: 1;
}

.aromatic-brewing .aromatic-brewing__mode-icon img {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    opacity: .5;
}

.aromatic-brewing .aromatic-brewing__mode-icon.aromatic-brewing__mode-icon--active img {
    opacity: 1;
}

@media (hover: hover) {
    .aromatic-brewing .aromatic-brewing__mode-icon:hover .aromatic-brewing__mode-icon-blur,
    .aromatic-brewing .aromatic-brewing__mode-icon:hover img {
        opacity: 1!important;
    }
}

.aromatic-brewing-mode {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.aromatic-brewing-mode .aromatic-brewing-mode__video-wrapper {
    position: relative;
}

.aromatic-brewing-mode .aromatic-brewing-mode__video-wrapper:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.aromatic-brewing-mode .aromatic-brewing-mode__video {
    aspect-ratio: 314 / 356;
    object-fit: cover;
    width: 100%;
    max-height: calc(var(--aromatic-section-height) - 177px - 20px - 58px);
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: opacity;
}

.aromatic-brewing-mode .aromatic-brewing-mode__badges-list {
    color: #F8F2E9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
    list-style: none;
}

.aromatic-brewing-mode .aromatic-brewing-mode__badges-item {
    position: relative;
    padding: 14px 32px;
}

.aromatic-brewing-mode .aromatic-brewing-mode__badges-item-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ECE8DB26;
    backdrop-filter: blur(22px);
    border-radius: 60px;
}

.aromatic-brewing-mode .aromatic-brewing-mode__badges-item-content {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .aromatic-brewing {
        padding: 74px 38px 77px;
    }

    .aromatic-brewing .aromatic-brewing__title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .aromatic-brewing .aromatic-brewing__title br {
        display: none;
    }

    .aromatic-brewing .aromatic-brewing__inner {
        grid-gap: 56px;
    }

    .aromatic-brewing .aromatic-brewing__mode-name {
        font-size: 24px;
    }

    .aromatic-brewing .aromatic-brewing__mode-icon {
        width: 72px;
    }

    .aromatic-brewing .aromatic-brewing__mode-icon-blur {
        backdrop-filter: blur(12px)
    }

    .aromatic-brewing .aromatic-brewing__mode-icon img {
        width: 44px;
        height: 44px;
    }

    .aromatic-brewing-mode {
        border-radius: 26px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__video {
        aspect-ratio: 692 / 598;
        max-height: calc(var(--aromatic-section-height) - 175px - 56px - 151px);
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-list {
        grid-gap: 22px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-item {
        padding: 22px 68px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-item-blur {
        backdrop-filter: blur(48px);
        border-radius: 132px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-item-content {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1024px) {
    .aromatic-brewing {
        display: flex;
        align-items: center;
        min-height: var(--aromatic-section-height);
        padding: 64px 32px;
    }

    .aromatic-brewing .aromatic-brewing__title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .aromatic-brewing .aromatic-brewing__title br {
        display: block;
    }

    .aromatic-brewing .aromatic-brewing__inner {
        grid-template-columns: repeat(2, 1fr);
        align-items: flex-start;
        grid-gap: 12px;
    }

    .aromatic-brewing__images {
        display: block;
    }

    .aromatic-brewing .aromatic-brewing__mode-name {
        font-size: 15px;
        padding-bottom: 12px;
    }

    .aromatic-brewing .aromatic-brewing__mode-icons {
        grid-gap: 8px;
    }

    .aromatic-brewing .aromatic-brewing__mode-icon {
        width: 38px;
    }

    .aromatic-brewing .aromatic-brewing__mode-icon-blur {
        backdrop-filter: blur(8px)
    }

    .aromatic-brewing .aromatic-brewing__mode-icon img {
        width: 23px;
        height: 23px;
    }

    .aromatic-brewing-mode {
        border-radius: 24px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-list {
        grid-gap: 10px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__video {
        aspect-ratio: 474 / 410;
        max-height: unset;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-item {
        padding: 18px 28px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-item-blur {
        background-color: #EDE8E10C;
        backdrop-filter: blur(33px);
        border-radius: 74px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-item-content {
        font-size: 13px;
        line-height: 10px;
    }
}

@media screen and (min-width: 1280px) {
    .aromatic-brewing {
        padding: 59px 58px 92px;
    }

    .aromatic-brewing .aromatic-brewing__title {
        font-size: 40px;
        margin-bottom: 67px;
    }

    .aromatic-brewing .aromatic-brewing__inner {
        grid-gap: 16px;
        max-width: 1164px;
        margin: 0 auto;
    }

    .aromatic-brewing__images {
        margin-bottom: 40px;
    }

    .aromatic-brewing .aromatic-brewing__mode-name {
        padding-bottom: 14px;
    }

    .aromatic-brewing .aromatic-brewing__mode-icon {
        width: 46px;
    }

    .aromatic-brewing .aromatic-brewing__mode-icon-blur {
        backdrop-filter: blur(6px)
    }

    .aromatic-brewing .aromatic-brewing__mode-icon img {
        width: 28px;
        height: 28px;
    }

    .aromatic-brewing-mode {
        border-radius: 36px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__video {
        aspect-ratio: 574 / 496;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-list {
        grid-gap: 12px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-item {
        padding: 17px 34px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-item-blur {
        backdrop-filter: blur(40px);
        border-radius: 90px;
    }

    .aromatic-brewing-mode .aromatic-brewing-mode__badges-item-content {
        font-size: 15px;
        line-height: 12px;
    }
}

/* aromatic-roasting */
.aromatic-roasting {
    position: relative;
    background-color: #482C1C;
}

.aromatic-roasting .aromatic-roasting__content {
    text-align: center;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 100%;
    max-width: 350px;
    height: calc(100% - 30px);
    padding: 0 18px;
}

.aromatic-roasting .aromatic-roasting__title {
    font-family: DeLonghiSerifMedium, sans-serif;
    font-size: 60px;
    line-height: 86%;
    letter-spacing: -1.2px;
    max-height: 42px;
    margin-bottom: 20px;
}

.aromatic-roasting .aromatic-roasting__text {
    font-size: 15px;
    line-height: 115%;
}

.aromatic-roasting .aromatic-roasting__subtitle {
    position: relative;
    margin-top: 46px;
}

.aromatic-roasting .aromatic-roasting__subtitle-text {
    font-size: 30px;
    line-height: 110%;
    font-weight: 500;
    white-space: nowrap;
    text-transform: uppercase;
}

.aromatic-roasting .aromatic-roasting__subtitle-text:not(:first-child) {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    opacity: 0;
}

.aromatic-roasting .aromatic-roasting__subtitle-text span {
    color: #E3C089;
}

.aromatic-roasting .aromatic-roasting__lists {
    position: absolute;
    left: 50%;
    bottom: max(75px, 11.71428vw);
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    grid-gap: 3px;
}

.aromatic-roasting .aromatic-roasting__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}

.aromatic-roasting .aromatic-roasting__item {
    position: relative;
    padding: 4vw 9.14285vw;
}

.aromatic-roasting .aromatic-roasting__list:last-child .aromatic-roasting__item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.aromatic-roasting .aromatic-roasting__item-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ECE8DB26;
    border-radius: 17.14285vw;
    backdrop-filter: blur(22px);
}

.aromatic-roasting .aromatic-roasting__item-content {
    font-size: 4.28571vw;
    line-height: 4.85714vw;
    white-space: nowrap;
    text-align: center;
    position: relative;
    z-index: 1;
}

.aromatic-roasting .aromatic-roasting__list:last-child .aromatic-roasting__item-blur,
.aromatic-roasting .aromatic-roasting__list:last-child .aromatic-roasting__item-content {
    opacity: 0;
}

.aromatic-roasting .aromatic-roasting__background-wrapper:not(:first-child) {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.aromatic-roasting .aromatic-roasting__background {
    max-height: var(--aromatic-section-height);
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

@media screen and (min-width: 768px) {
    .aromatic-roasting .aromatic-roasting__content {
        max-width: 768px;
        padding: 0 38px;
    }

    .aromatic-roasting .aromatic-roasting__title {
        font-size: 80px;
        letter-spacing: -1.6px;
        max-height: 56px;
    }

    .aromatic-roasting .aromatic-roasting__text {
        font-size: 24px;
    }

    .aromatic-roasting .aromatic-roasting__subtitle {
        margin-top: 45px;
    }

    .aromatic-roasting .aromatic-roasting__subtitle-text {
        font-size: 38px;
    }

    .aromatic-roasting .aromatic-roasting__lists {
        bottom: 21.09375vw;
    }

    .aromatic-roasting .aromatic-roasting__item {
        padding: 3.64583vw 8.85416vw;
    }

    .aromatic-roasting .aromatic-roasting__item-blur {
        border-radius: 17.1875vw;
        backdrop-filter: blur(48px);
    }

    .aromatic-roasting .aromatic-roasting__item-content {
        font-size: 3.125vw;
        line-height: 2.21354vw;
    }
}

@media screen and (min-width: 1024px) {
    .aromatic-roasting .aromatic-roasting__content {
        top: 64px;
        max-width: 583px;
        height: auto;
        padding: 0;
    }

    .aromatic-roasting .aromatic-roasting__title {
        font-size: 64px;
        letter-spacing: -1.28px;
        max-height: 46px;
    }

    .aromatic-roasting .aromatic-roasting__text {
        font-size: 15px;
        max-width: 474px;
        margin: 0 auto;
    }

    .aromatic-roasting .aromatic-roasting__subtitle {
        margin-top: 31px;
        margin-bottom: 22px;
    }

    .aromatic-roasting .aromatic-roasting__subtitle-text {
        font-size: 32px;
    }

    .aromatic-roasting .aromatic-roasting__lists {
        position: relative;
        left: auto;
        bottom: auto;
        transform: unset;
    }

    .aromatic-roasting .aromatic-roasting__list {
        flex-direction: row;
        grid-gap: 6px;
    }

    .aromatic-roasting .aromatic-roasting__list:last-child {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .aromatic-roasting .aromatic-roasting__item {
        padding: 17px 34px;
    }

    .aromatic-roasting .aromatic-roasting__list:last-child .aromatic-roasting__item {
        position: relative;
        left: unset;
        transform: none;
    }

    .aromatic-roasting .aromatic-roasting__item-blur {
        background-color: #EDE8E10C;
        border-radius: 90px;
        backdrop-filter: blur(40px);
    }

    .aromatic-roasting .aromatic-roasting__item-content {
        font-size: 15px;
        line-height: 12px;
    }

    .aromatic-roasting .aromatic-roasting__item span {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #EDE3D3;
        opacity: 0;
    }

    .aromatic-roasting .aromatic-roasting__background {
        max-height: unset;
        min-height: var(--aromatic-section-height);
    }
}

@media screen and (min-width: 1280px) {
    .aromatic-roasting .aromatic-roasting__content {
        top: 80px;
        max-width: 668px;
    }

    .aromatic-roasting .aromatic-roasting__title {
        font-size: 96px;
        letter-spacing: -1.92px;
        max-height: 66px;
        margin-bottom: 28px;
    }

    .aromatic-roasting .aromatic-roasting__text {
        max-width: 668px;
    }

    .aromatic-roasting .aromatic-roasting__subtitle {
        margin-top: 46px;
        margin-bottom: 30px;
    }

    .aromatic-roasting .aromatic-roasting__subtitle-text {
        font-size: 40px;
    }

    .aromatic-roasting .aromatic-roasting__lists {
        grid-gap: 60px;
    }

    .aromatic-roasting .aromatic-roasting__background {
        height: 624px;
    }
}

@media screen and (min-width: 1440px) {
    .aromatic-roasting .aromatic-roasting__item-content {
        font-size: 16px;
    }
}

/* aromatic-variety */
.aromatic-variety {
    overflow: hidden;
}

.aromatic-variety .aromatic-variety__inner {
    position: relative;
}

.aromatic-variety .aromatic-variety__top {
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 100%;
    max-width: 350px;
    padding: 0 18px;
}

.aromatic-variety .aromatic-variety__top-title {
    font-family: DeLonghiSerifMedium, sans-serif;
    font-size: 60px;
    line-height: 86%;
    letter-spacing: -1.2px;
    max-height: 94px;
    margin-bottom: 20px;
}

.aromatic-variety .aromatic-variety__top-text {
    font-size: 15px;
    line-height: 115%;
}

.aromatic-variety .aromatic-variety__video {
    width: 100%;
    min-height: 675px;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .aromatic-variety .aromatic-variety__inner {
        padding-top: 40px;
    }

    .aromatic-variety .aromatic-variety__inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 255px;
        display: block;
        background: linear-gradient(360deg, rgba(19, 9, 6, 0) 12.8%, rgba(19, 9, 6, 0.4) 24.14%, rgba(19, 9, 6, 0.6) 34.1%, rgba(19, 9, 6, 0.8) 44.65%, rgba(19, 9, 6, 0.95) 55.25%, #130906 69.93%);
    }

    .aromatic-variety .aromatic-variety__top {
        max-width: 768px;
        padding: 0 38px;
    }

    .aromatic-variety .aromatic-variety__top-title {
        font-size: 80px;
        letter-spacing: -1.6px;
        max-height: 56px;
    }

    .aromatic-variety .aromatic-variety__top-text {
        font-size: 24px;
    }

    .aromatic-variety .aromatic-variety__video {
        min-height: 788px;
    }
}

@media screen and (min-width: 1024px) {
    .aromatic-variety .aromatic-variety__inner {
        padding-top: 0;
    }

    .aromatic-variety .aromatic-variety__inner:before {
        display: none;
    }

    .aromatic-variety .aromatic-variety__top {
        top: 64px;
        max-width: 612px;
        padding: 0;
    }

    .aromatic-variety .aromatic-variety__top-title {
        font-size: 64px;
        letter-spacing: -1.28px;
        max-height: 46px;
    }

    .aromatic-variety .aromatic-variety__top-text {
        font-size: 15px;
    }

    .aromatic-variety .aromatic-variety__video {
        min-height: unset;
        height: var(--aromatic-section-height);
    }
}

@media screen and (min-width: 1280px) {
    .aromatic-variety {
        background-color: #130906;
    }

    .aromatic-variety .aromatic-variety__inner {
        width: max-content;
        margin: 0 auto;
    }

    .aromatic-variety .aromatic-variety__inner:before,
    .aromatic-variety .aromatic-variety__inner:after {
        content: '';
        position: absolute;
        top: 0;
        z-index: 1;
        width: 804px;
        height: 100%;
        display: block;
        pointer-events: none;
    }

    .aromatic-variety .aromatic-variety__inner:before {
        left: -320px;
        background: linear-gradient(270deg, rgba(19, 9, 6, 0) 3.93%, rgba(19, 9, 6, 0.4) 11.78%, rgba(19, 9, 6, 0.6) 19.29%, rgba(19, 9, 6, 0.8) 28.19%, rgba(19, 9, 6, 0.95) 43.94%, #130906 56.87%);
    }

    .aromatic-variety .aromatic-variety__inner:after {
        right: -320px;
        background: linear-gradient(90deg, rgba(19, 9, 6, 0) 3.93%, rgba(19, 9, 6, 0.4) 11.78%, rgba(19, 9, 6, 0.6) 19.29%, rgba(19, 9, 6, 0.8) 28.19%, rgba(19, 9, 6, 0.95) 43.94%, #130906 56.87%);
    }

    .aromatic-variety .aromatic-variety__top {
        top: 80px;
        max-width: 697px;
    }

    .aromatic-variety .aromatic-variety__top-title {
        font-size: 96px;
        letter-spacing: -1.92px;
        max-height: 66px;
        margin-bottom: 28px;
    }
}

/* aromatic-foam */
.aromatic-foam {
    position: relative;
    top: -28px;
    z-index: 2;
    color: #482C1C;
    background-color: #F9EBDB;
    border-radius: 28px;
    padding: 9px 18px 64px;
}

.aromatic-foam .aromatic-foam__content {
    text-align: center;
    margin-bottom: 26px;
}

.aromatic-foam .aromatic-foam__content.aromatic-foam__content--desktop {
    display: none;
}

.aromatic-foam .aromatic-foam__title {
    font-family: DeLonghiSerifMedium, sans-serif;
    font-size: 60px;
    line-height: 86%;
    letter-spacing: 1.2px;
    max-height: 94px;
    margin-bottom: 20px;
}

.aromatic-foam .aromatic-foam__text {
    font-size: 15px;
    line-height: 115%;
}

.aromatic-foam .aromatic-foam__inner {
    display: grid;
    grid-gap: 20px;
}

.aromatic-foam__content-wrapper {
    position: relative;
}

.aromatic-foam .aromatic-foam__img {
    width: calc(100% + 36px);
    max-width: none;
    margin: 0 -18px 42px;
}

.aromatic-foam .aromatic-foam__img-wrapper:not(:first-child) .aromatic-foam__img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.aromatic-foam .aromatic-foam__mode-names {
    position: relative;
}

.aromatic-foam .aromatic-foam__mode-name {
    font-size: 15px;
    line-height: 115%;
    text-align: center;
    background-color: #F9EBDB;
    padding-bottom: 14px;
}

.aromatic-foam .aromatic-foam__mode-name:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.aromatic-foam .aromatic-foam__mode-icons {
    display: flex;
    justify-content: center;
    grid-gap: 12px;
}

.aromatic-foam .aromatic-foam__mode-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    width: 54px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}

.aromatic-foam .aromatic-foam__mode-icon-blur {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F8F2E9;
    backdrop-filter: blur(9px);
    border-radius: 50%;
    opacity: .5;
}

.aromatic-foam .aromatic-foam__mode-icon.aromatic-foam__mode-icon--active .aromatic-foam__mode-icon-blur {
    opacity: 1;
}

.aromatic-foam .aromatic-foam__mode-icon img {
    position: relative;
    z-index: 1;
    width: 32px;
    height: 32px;
    opacity: .5;
}

.aromatic-foam .aromatic-foam__mode-icon.aromatic-foam__mode-icon--active img {
    opacity: 1;
}

@media (hover: hover) {
    .aromatic-foam .aromatic-foam__mode-icon:hover .aromatic-foam__mode-icon-blur,
    .aromatic-foam .aromatic-foam__mode-icon:hover img {
        opacity: 1!important;
    }
}

.aromatic-foam-mode {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.aromatic-foam-mode .aromatic-foam-mode__img-block {
    position: relative;
}

.aromatic-foam-mode .aromatic-foam-mode__img-block:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.aromatic-foam-mode .aromatic-foam-mode__img {
    width: 100%;
}

.aromatic-foam-mode .aromatic-foam-mode__badges-list {
    color: #F8F2E9;
    position: absolute;
    top: 10.85714vw;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 10px;
    list-style: none;
}

.aromatic-foam-mode .aromatic-foam-mode__badges-item {
    position: relative;
    padding: 4vw 9.14285vw;
}

.aromatic-foam-mode .aromatic-foam-mode__badges-item:not(:first-child) {
    display: none;
}

.aromatic-foam-mode .aromatic-foam-mode__badges-item-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ECE8DB26;
    backdrop-filter: blur(22px);
    border-radius: 17.14285vw;
}

.aromatic-foam-mode .aromatic-foam-mode__badges-item-content {
    font-size: 4.28571vw;
    line-height: 4.85714vw;
    text-align: center;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .aromatic-foam {
        top: -36px;
        border-radius: 36px;
        padding: 31px 38px 80px;
    }

    .aromatic-foam .aromatic-foam__content {
        margin-bottom: 47px;
    }

    .aromatic-foam .aromatic-foam__title {
        font-size: 80px;
        letter-spacing: 1.6px;
        max-height: 56px;
    }

    .aromatic-foam .aromatic-foam__text {
        font-size: 24px;
    }

    .aromatic-foam .aromatic-foam__inner {
        grid-gap: 28px;
    }

    .aromatic-foam .aromatic-foam__img {
        width: 100%;
        padding: 0 52px;
        margin: 0 0 35px;
    }

    .aromatic-foam .aromatic-foam__mode-name {
        font-size: 24px;
    }

    .aromatic-foam .aromatic-foam__mode-icons {
        grid-gap: 16px;
    }

    .aromatic-foam .aromatic-foam__mode-icon {
        width: 72px;
    }

    .aromatic-foam .aromatic-foam__mode-icon-blur {
        backdrop-filter: blur(12px)
    }

    .aromatic-foam .aromatic-foam__mode-icon img {
        width: 44px;
        height: 44px;
    }

    .aromatic-foam-mode {
        border-radius: 30px;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-list {
        top: 16.57142vw;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item {
        padding: 3.64583vw 19.42857vw;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item-blur {
        backdrop-filter: blur(48px);
        border-radius: 17.1875vw;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item-content {
        font-size: 3.125vw;
        line-height: 2.34375vw;
    }
}

@media screen and (min-width: 1024px) {
    .aromatic-foam {
        top: -38px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: calc(var(--aromatic-section-height) + 120px);
        border-radius: 38px;
        padding: 48px 32px 80px;
    }

    .aromatic-foam .aromatic-foam__content {
        margin-bottom: 40px;
    }

    .aromatic-foam .aromatic-foam__content.aromatic-foam__content--desktop {
        display: block;
    }

    .aromatic-foam .aromatic-foam__content.aromatic-foam__content--mobile {
        display: none;
    }

    .aromatic-foam .aromatic-foam__title {
        font-size: 64px;
        letter-spacing: 1.28px;
        max-height: 46px;
        margin-bottom: 18px;
    }

    .aromatic-foam .aromatic-foam__text {
        font-size: 15px;
        max-width: 496px;
        margin: 0 auto;
    }

    .aromatic-foam .aromatic-foam__inner {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 12px;
    }

    .aromatic-foam .aromatic-foam__img {
        max-width: 235px;
        padding: 0;
        margin: 0 auto 6px;
    }

    .aromatic-foam .aromatic-foam__mode-name {
        font-size: 15px;
        padding-bottom: 12px;
    }

    .aromatic-foam .aromatic-foam__mode-icons {
        grid-gap: 8px;
    }

    .aromatic-foam .aromatic-foam__mode-icon {
        width: 38px;
    }

    .aromatic-foam .aromatic-foam__mode-icon-blur {
        backdrop-filter: blur(8px)
    }

    .aromatic-foam .aromatic-foam__mode-icon img {
        width: 23px;
        height: 23px;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-list {
        top: 40px;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item {
        padding: 18px 28px;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item:not(:first-child) {
        display: block;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item-blur {
        background-color: #EDE8E10C;
        backdrop-filter: blur(33px);
        border-radius: 74px;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item-content {
        font-size: 13px;
        line-height: 10px;
    }
}

@media screen and (min-width: 1280px) {
    .aromatic-foam {
        top: -58px;
        border-radius: 56px;
        padding: 68px 58px;
    }

    .aromatic-foam .aromatic-foam__content {
        margin-bottom: 42px;
    }

    .aromatic-foam .aromatic-foam__title {
        font-size: 96px;
        letter-spacing: 1.92px;
        max-height: 66px;
        margin-bottom: 28px;
    }

    .aromatic-foam .aromatic-foam__text {
        max-width: 474px;
    }

    .aromatic-foam .aromatic-foam__inner {
        grid-gap: 16px;
        max-width: 1164px;
        margin: 0 auto;
    }

    .aromatic-foam .aromatic-foam__img {
        max-width: 266px;
        margin: 0 auto 8px;
    }

    .aromatic-foam .aromatic-foam__mode-name {
        padding-bottom: 14px;
    }

    .aromatic-foam .aromatic-foam__mode-icon {
        width: 46px;
    }

    .aromatic-foam .aromatic-foam__mode-icon-blur {
        backdrop-filter: blur(6px)
    }

    .aromatic-foam .aromatic-foam__mode-icon img {
        width: 28px;
        height: 28px;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-list {
        top: 33px;
        grid-gap: 12px;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item {
        padding: 17px 35px;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item-blur {
        backdrop-filter: blur(40px);
        border-radius: 90px;
    }

    .aromatic-foam-mode .aromatic-foam-mode__badges-item-content {
        font-size: 15px;
        line-height: 12px;
    }
}

/* aromatic-personalisation */
.aromatic-personalisation {
    background-color: #482C1C;
    overflow: hidden;
}

.aromatic-personalisation .aromatic-personalisation__inner {
    padding: 60px 18px 20px;
}

.aromatic-personalisation .aromatic-personalisation__start {
    text-align: center;
    margin-bottom: 40px;
}

.aromatic-personalisation .aromatic-personalisation__title {
    font-family: DeLonghiSerifMedium, sans-serif;
    font-size: 52px;
    line-height: 86%;
    letter-spacing: -1.04px;
    max-height: 38px;
    margin-bottom: 20px;
}

.aromatic-personalisation .aromatic-personalisation__text {
    font-size: 15px;
    line-height: 115%;
}

.aromatic-personalisation .aromatic-personalisation__top {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.aromatic-personalisation .aromatic-personalisation__top-subtitle {
    color: #E3C089;
    margin-bottom: 10px;
}

.aromatic-personalisation .aromatic-personalisation__top-subtitle,
.aromatic-personalisation .aromatic-personalisation__top-title {
    font-size: 30px;
    line-height: 110%;
    font-weight: 500;
}

.aromatic-personalisation .aromatic-personalisation__slider {

}

.aromatic-personalisation-slide {
    position: relative;
    aspect-ratio: 228 / 270;
    width: 65.14285vw;
    border-radius: 4vw;
    overflow: hidden;
}

.aromatic-personalisation-slide .aromatic-personalisation-slide__name {
    font-size: 4.28571vw;
    line-height: 115%;
    font-weight: 400;
    text-align: center;
    color: #EDE3D3;
    position: absolute;
    top: 2.85714vw;
    left: 50%;
    z-index: 2;
    will-change: transform;
    transform: translateX(-50%);
    pointer-events: none;
}

.aromatic-personalisation-slide .aromatic-personalisation-slide__video {
    width: 100%;
}

.aromatic-personalisation-slide .aromatic-personalisation-slide__video--mouseout {
    display: none;
}

@media screen and (min-width: 768px) {
    .aromatic-personalisation .aromatic-personalisation__inner {
        padding: 104px 38px 68px;
    }

    .aromatic-personalisation .aromatic-personalisation__start {
        margin-bottom: 50px;
    }

    .aromatic-personalisation .aromatic-personalisation__title {
        font-size: 80px;
        letter-spacing: -1.6px;
        max-height: 56px;
    }

    .aromatic-personalisation .aromatic-personalisation__text {
        font-size: 24px;
    }

    .aromatic-personalisation .aromatic-personalisation__top {
        margin-bottom: 34px;
    }

    .aromatic-personalisation .aromatic-personalisation__top-subtitle,
    .aromatic-personalisation .aromatic-personalisation__top-title {
        font-size: 38px;
    }

    .aromatic-personalisation-slide {
        width: 34.89583vw;
        border-radius: 1.82291vw;
    }

    .aromatic-personalisation-slide .aromatic-personalisation-slide__name {
        font-size: 2.08333vw;
        top: 3.38541vw;
    }
}

@media screen and (min-width: 1024px) {
    .aromatic-personalisation .aromatic-personalisation__inner {
        padding: 64px 32px 60px;
    }

    .aromatic-personalisation .aromatic-personalisation__start {
        max-width: 496px;
        margin: 0 auto 38px;
    }

    .aromatic-personalisation .aromatic-personalisation__title {
        font-size: 64px;
        letter-spacing: -1.28px;
        max-height: 46px;
        margin-bottom: 22px;
    }

    .aromatic-personalisation .aromatic-personalisation__text {
        font-size: 15px;
    }

    .aromatic-personalisation .aromatic-personalisation__top {
        text-align: left;
        margin-bottom: 30px;
    }

    .aromatic-personalisation .aromatic-personalisation__top-subtitle {
        margin-bottom: 6px;
    }

    .aromatic-personalisation .aromatic-personalisation__top-subtitle,
    .aromatic-personalisation .aromatic-personalisation__top-title {
        font-size: 32px;
    }

    .aromatic-personalisation .aromatic-personalisation__top-title {
        max-width: 452px;
    }

    .aromatic-personalisation .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 12px;
    }

    .aromatic-personalisation-slide {
        width: auto;
        border-radius: 12px;
    }

    .aromatic-personalisation-slide .aromatic-personalisation-slide__name {
        font-size: 15px;
        top: 20px;
    }

    .aromatic-personalisation-slide .aromatic-personalisation-slide__video--mouseout {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: -1;
        pointer-events: none;
    }
}

@media screen and (min-width: 1280px) {
    .aromatic-personalisation .aromatic-personalisation__inner {
        max-width: 1280px;
        padding: 128px 58px 78px;
        margin: 0 auto;
    }

    .aromatic-personalisation .aromatic-personalisation__start {
        max-width: 700px;
        margin: 0 auto 70px;
    }

    .aromatic-personalisation .aromatic-personalisation__title {
        font-size: 96px;
        letter-spacing: -1.92px;
        max-height: 66px;
        margin-bottom: 28px;
    }

    .aromatic-personalisation .aromatic-personalisation__top {
        margin-bottom: 50px;
    }

    .aromatic-personalisation .aromatic-personalisation__top-subtitle {
        margin-bottom: 8px;
    }

    .aromatic-personalisation .aromatic-personalisation__top-subtitle,
    .aromatic-personalisation .aromatic-personalisation__top-title {
        font-size: 40px;
    }

    .aromatic-personalisation .aromatic-personalisation__top-title {
        max-width: 567px;
    }

    .aromatic-personalisation .swiper-wrapper {
        grid-gap: 16px;
    }

    .aromatic-personalisation-slide {
        border-radius: 14px;
    }

    .aromatic-personalisation-slide .aromatic-personalisation-slide__name {
        top: 24px;
    }
}

/* aromatic-recommendations */
.aromatic-recommendations {
    background-color: #482C1C;
}

.aromatic-recommendations .aromatic-recommendations__wrapper {
    padding: 30px 18px 29px;
}

.aromatic-recommendations .aromatic-recommendations__top {
    text-align: center;
    margin-bottom: 18px;
}

.aromatic-recommendations .aromatic-recommendations__top.aromatic-recommendations__top--desktop {
    display: none;
}

.aromatic-recommendations .aromatic-recommendations__subtitle {
    font-size: 30px;
    line-height: 110%;
    font-weight: 500;
    color: #E3C089;
    margin-bottom: 10px;
}

.aromatic-recommendations .aromatic-recommendations__title {
    font-size: 30px;
    line-height: 110%;
    font-weight: 500;
    text-transform: uppercase;
}

.aromatic-recommendations .aromatic-recommendations__text {
    font-size: 15px;
    line-height: 115%;
    text-align: center;
    margin-bottom: 30px;
}

.aromatic-recommendations .aromatic-recommendations__video {
    width: 100%;
}

.aromatic-recommendations .aromatic-recommendations__img {
    width: calc(100% + 36px);
    max-width: none;
    height: 150.57142vw;
    object-fit: contain;
    object-position: right;
    margin: -9.71428vw -18px 0;
}

@media screen and (min-width: 768px) {
    .aromatic-recommendations .aromatic-recommendations__wrapper {
        padding: 22px 38px 28px;
    }

    .aromatic-recommendations .aromatic-recommendations__inner {
        display: grid;
        grid-template-columns: 391px 1fr;
    }

    .aromatic-recommendations .aromatic-recommendations__top {
        margin-bottom: 65px;
    }

    .aromatic-recommendations .aromatic-recommendations__subtitle {
        font-size: 38px;
    }

    .aromatic-recommendations .aromatic-recommendations__title {
        font-size: 38px;
    }

    .aromatic-recommendations .aromatic-recommendations__text {
        text-align: left;
        width: 314px;
    }

    .aromatic-recommendations .aromatic-recommendations__img {
        width: calc(100% + 63px);
        height: 72.00520vw;
        margin: -9.24479vw -38px 0 -25px;
    }
}

@media screen and (min-width: 1024px) {
    .aromatic-recommendations .aromatic-recommendations__wrapper {
        padding: 0 12px 14px 32px;
    }

    .aromatic-recommendations .aromatic-recommendations__inner {
        grid-gap: 56px;
    }

    .aromatic-recommendations .aromatic-recommendations__content {
        padding-top: 32px;
    }

    .aromatic-recommendations .aromatic-recommendations__top {
        text-align: left;
        margin-bottom: 22px;
    }

    .aromatic-recommendations .aromatic-recommendations__top.aromatic-recommendations__top--desktop {
        display: block;
    }

    .aromatic-recommendations .aromatic-recommendations__top.aromatic-recommendations__top--mobile {
        display: none;
    }

    .aromatic-recommendations .aromatic-recommendations__subtitle {
        font-size: 32px;
        margin-bottom: 6px;
    }

    .aromatic-recommendations .aromatic-recommendations__title {
        font-size: 32px;
    }

    .aromatic-recommendations .aromatic-recommendations__text {
        width: 380px;
    }

    .aromatic-recommendations .aromatic-recommendations__img {
        width: 100%;
        height: 524px;
        margin: 0;
    }
}

@media screen and (min-width: 1280px) {
    .aromatic-recommendations .aromatic-recommendations__wrapper {
        max-width: 1280px;
        padding: 0 0 11px 58px;
        margin: 0 auto;
    }

    .aromatic-recommendations .aromatic-recommendations__inner {
        grid-template-columns: 420px 1fr;
        grid-gap: 118px;
    }

    .aromatic-recommendations .aromatic-recommendations__content {
        padding-top: 71px;
    }

    .aromatic-recommendations .aromatic-recommendations__top {
        margin-bottom: 28px;
    }

    .aromatic-recommendations .aromatic-recommendations__subtitle {
        font-size: 40px;
        margin-bottom: 8px;
    }

    .aromatic-recommendations .aromatic-recommendations__title {
        font-size: 40px;
    }

    .aromatic-recommendations .aromatic-recommendations__text {
        width: 100%;
    }

    .aromatic-recommendations .aromatic-recommendations__video {
        width: 400px;
    }

    .aromatic-recommendations .aromatic-recommendations__img {
        height: 684px;
    }
}

/* aromatic-quality */
.aromatic-quality {
    background-color: #482C1C;
    overflow: hidden;
}

.aromatic-quality .aromatic-quality__inner {
    text-align: center;
    padding: 38px 18px 70px;
}

.aromatic-quality .aromatic-quality__title {
    font-size: 30px;
    line-height: 110%;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 314px;
    margin: 0 auto 28px;
}

.aromatic-quality-slide {
    width: 65.14285vw;
}

.aromatic-quality-slide .aromatic-quality-slide__img {
    aspect-ratio: 228 / 300;
    width: 100%;
    background-color: #EDE8E10C;
    backdrop-filter: blur(26px);
    border-radius: 4vw;
    margin-bottom: 4vw;
}

.aromatic-quality-slide .aromatic-quality-slide__title {
    font-size: 5.71428vw;
    line-height: 105%;
    font-weight: 500;
    margin-bottom: 1.71428vw;
}

.aromatic-quality-slide .aromatic-quality-slide__text {
    font-size: 4.28571vw;
    line-height: 115%;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .aromatic-quality .aromatic-quality__inner {
        padding: 51px 38px 98px;
    }

    .aromatic-quality .aromatic-quality__title {
        font-size: 38px;
        max-width: unset;
        margin: 0 auto 34px;
    }

    .aromatic-quality-slide {
        width: 34.89583vw;
    }

    .aromatic-quality-slide .aromatic-quality-slide__img {
        backdrop-filter: blur(30px);
        border-radius: 2.08333vw;
        margin-bottom: 1.82291vw;
    }

    .aromatic-quality-slide .aromatic-quality-slide__title {
        font-size: 3.125vw;
        margin-bottom: 0.78125vw;
    }

    .aromatic-quality-slide .aromatic-quality-slide__text {
        font-size: 2.08333vw;
    }
}

@media screen and (min-width: 1024px) {
    .aromatic-quality .aromatic-quality__inner {
        padding: 48px 32px 100px;
    }

    .aromatic-quality .aromatic-quality__title {
        font-size: 32px;
        margin: 0 auto 30px;
    }

    .aromatic-quality .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 12px;
    }

    .aromatic-quality-slide {
        width: auto;
    }

    .aromatic-quality-slide .aromatic-quality-slide__img {
        backdrop-filter: blur(26px);
        border-radius: 12px;
        margin-bottom: 10px;
    }

    .aromatic-quality-slide .aromatic-quality-slide__title {
        font-size: 22px;
        max-width: 231px;
        margin: 0 auto 4px;
    }

    .aromatic-quality-slide .aromatic-quality-slide__text {
        font-size: 15px;
    }
}

@media screen and (min-width: 1280px) {
    .aromatic-quality .aromatic-quality__inner {
        max-width: 1280px;
        padding: 80px 58px 118px;
        margin: 0 auto;
    }

    .aromatic-quality .aromatic-quality__title {
        font-size: 40px;
        max-width: 474px;
        margin: 0 auto 50px;
    }

    .aromatic-quality .swiper-wrapper {
        grid-gap: 16px;
    }

    .aromatic-quality-slide .aromatic-quality-slide__img {
        backdrop-filter: blur(32px);
        border-radius: 14px;
        margin-bottom: 18px;
    }

    .aromatic-quality-slide .aromatic-quality-slide__title {
        max-width: 278px;
        margin: 0 auto 6px;
    }

    .aromatic-quality-slide .aromatic-quality-slide__text {
        max-width: 250px;
        margin: 0 auto;
    }
}

/* aromatic-characteristics */
.aromatic-characteristics {
    background-color: #482C1C;
}

.aromatic-characteristics .aromatic-characteristics__wrapper {
    color: #482C1C;
    text-align: center;
    background-color: #F9EBDB;
    border-radius: 28px 28px 0 0;
    padding: 76px 18px 120px;
}

.aromatic-characteristics .aromatic-characteristics__title {
    font-size: 28px;
    line-height: 110%;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.aromatic-characteristics .aromatic-characteristics__inner {
    display: grid;
    grid-gap: 48px;
    max-width: 285px;
    margin: 0 auto;
}

.aromatic-characteristics-block {

}

.aromatic-characteristics-block .aromatic-characteristics-block__title {
    font-size: 20px;
    line-height: 105%;
    font-weight: 500;
    margin-bottom: 28px;
}

.aromatic-characteristics-block .aromatic-characteristics-block__list {
    list-style: none;
}

.aromatic-characteristics-block .aromatic-characteristics-block__item {
    display: grid;
    grid-gap: 6px;
}

.aromatic-characteristics-block .aromatic-characteristics-block__item:not(:last-child) {
    border-bottom: 1px solid #482C1C66;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.aromatic-characteristics-block .aromatic-characteristics-block__item-name {
    font-size: 15px;
    line-height: 115%;
    color: #482C1C66;
}

.aromatic-characteristics-block .aromatic-characteristics-block__item-link {
    display: none;
}

.aromatic-characteristics-block .aromatic-characteristics-block__item-value {
    font-size: 15px;
    line-height: 115%;
}

@media screen and (min-width: 768px) {
    .aromatic-characteristics .aromatic-characteristics__wrapper {
        border-radius: 36px 36px 0 0;
        padding: 64px 18px 120px;
    }

    .aromatic-characteristics .aromatic-characteristics__title {
        font-size: 38px;
        margin-bottom: 46px;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__title {
        font-size: 24px;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item-name {
        font-size: 16px;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item-value {
        font-size: 16px;
    }
}

@media screen and (min-width: 1024px) {
    .aromatic-characteristics .aromatic-characteristics__wrapper {
        border-radius: 38px 38px 0 0;
        padding: 68px 76px 120px 32px;
    }

    .aromatic-characteristics .aromatic-characteristics__title {
        font-size: 32px;
        margin-bottom: 34px;
    }

    .aromatic-characteristics .aromatic-characteristics__inner {
        grid-gap: 32px;
        max-width: unset;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__title {
        font-size: 22px;
        text-align: left;
        margin-bottom: 26px;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__list {
        display: grid;
        grid-template-rows: repeat(3, auto);
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 18px 56px;
        grid-auto-flow: column;
    }

    .aromatic-characteristics-block:nth-child(2) .aromatic-characteristics-block__list {
        grid-template-rows: repeat(2, auto);
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item {
        grid-template-columns: auto 1fr;
        border-bottom: 1px solid #482C1C66;
        padding-right: 12px;
        padding-bottom: 18px;
        margin-bottom: 0;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item:not(:last-child) {
        padding-bottom: 18px;
        margin-bottom: 0;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item:last-child:nth-child(odd) {
        border-bottom: none;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item-name {
        font-size: 15px;
        text-align: left;
        position: relative;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item-link {
        font-size: 13px;
        line-height: 100%;
        color: #482C1C;
        white-space: nowrap;
        position: absolute;
        top: 50%;
        left: calc(100% + 12px);
        transform: translateY(-50%);
        display: block;
        border: none;
        border-bottom: 1px solid #482C1C;
        background-color: transparent;
        padding: 0;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item-link:hover {
        text-decoration: none;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item-value {
        font-size: 15px;
        text-align: right;
    }
}

@media screen and (min-width: 1280px) {
    .aromatic-characteristics .aromatic-characteristics__wrapper {
        border-radius: 56px 56px 0 0;
        padding: 80px 74px 150px 58px;
    }

    .aromatic-characteristics .aromatic-characteristics__title {
        font-size: 40px;
        margin-bottom: 47px;
    }

    .aromatic-characteristics .aromatic-characteristics__inner {
        grid-gap: 47px;
        max-width: 1148px;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__title {
        margin-bottom: 32px;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__list {
        grid-gap: 18px 70px;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item {
        padding-right: 16px;
    }

    .aromatic-characteristics-block .aromatic-characteristics-block__item-link {
        left: calc(100% + 36px);
    }
}
