.sale-bar {
    text-align: center;
    background: #293b34;
    color: #fff;
    padding: 9px;
    font-size: 8px;
    letter-spacing: .12em
}

.online-hero {
    min-height: 600px;
    background: #f1e8e3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 70px 8vw;
    overflow: hidden
}

.online-hero>div:first-child {
    max-width: 540px
}

.online-hero>div>span,
.collection-title>div>span,
.online-cta>span {
    font-size: 8px;
    letter-spacing: .25em;
    color: #aa7c71
}

.online-hero h1 {
    font: 400 57px/1.1 'Playfair Display';
    margin: 18px 0
}

.online-hero h1 em {
    color: #b37e72
}

.online-hero p {
    line-height: 1.9;
    color: #6e7772
}

.online-hero a,
.online-cta a {
    display: inline-block;
    background: #343735;
    color: #fff;
    padding: 13px 20px;
    margin-top: 20px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .14em
}

.phone-scene {
    position: relative;
    min-height: 470px;
    display: grid;
    place-items: center
}

.phone {
    width: 235px;
    height: 470px;
    background: #272b29;
    border-radius: 32px;
    padding: 9px;
    box-shadow: 0 30px 60px #5f49413b;
    transform: rotate(5deg)
}

.phone-screen {
    height: 100%;
    border-radius: 25px;
    background: #fffaf1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.phone-screen small {
    font-size: 6px;
    letter-spacing: .2em
}

.phone-screen b {
    font: italic 34px 'Playfair Display';
    margin: 25px 0
}

.phone-screen i {
    color: #bd8d82
}

.phone-screen span {
    font-size: 9px;
    letter-spacing: .16em
}

.phone-flower {
    font-size: 35px;
    color: #b99880;
    margin: 30px
}

.phone-screen p {
    font: italic 16px 'Playfair Display'
}

.phone-card {
    position: absolute;
    right: 4%;
    bottom: 10%;
    width: 150px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 15px 35px #0002
}

.phone-card span,
.phone-card small {
    display: block;
    font-size: 7px;
    text-transform: uppercase;
    letter-spacing: .12em
}

.phone-card b {
    display: block;
    font: 400 35px 'Playfair Display';
    margin: 6px 0
}

.features-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1250px;
    margin: auto;
    padding: 35px 25px;
    border-bottom: 1px solid #e6e1d8
}

.features-strip article {
    display: flex;
    gap: 14px;
    padding: 0 20px;
    border-right: 1px solid #e6e1d8
}

.features-strip article:last-child {
    border: 0
}

.features-strip b {
    font: italic 18px 'Playfair Display';
    color: #c0978e
}

.features-strip strong,
.features-strip small {
    display: block
}

.features-strip strong {
    font-weight: 500
}

.features-strip small {
    color: #999;
    margin-top: 4px
}

.online-shell {
    max-width: 1350px;
    margin: auto;
    padding: 85px 30px
}

.collection-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #e6e1d8;
    padding-bottom: 25px;
    margin-bottom: 35px
}

.collection-title h2,
.online-cta h2 {
    font: 400 39px 'Playfair Display';
    margin: 10px 0
}

.collection-title p {
    color: #888
}

.collection-title label {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .12em
}

.collection-title select {
    display: block;
    margin-top: 7px;
    padding: 10px 30px 10px 10px;
    border: 1px solid #ddd;
    background: #fff
}

.online-layout {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 35px
}

.online-layout aside {
    position: sticky;
    top: 20px;
    align-self: start
}

.online-layout aside>b {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 14px
}

.online-layout aside button {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    padding: 9px 0;
    color: #777;
    cursor: pointer
}

.online-layout aside button.active {
    color: #222;
    font-weight: 600
}

.online-layout aside hr {
    border: 0;
    border-top: 1px solid #e6e1d8;
    margin: 25px 0
}

.online-layout aside strong {
    font-size: 9px;
    text-transform: uppercase
}

.online-layout aside ul {
    padding-left: 17px;
    color: #888;
    line-height: 2
}

.online-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 20px
}

.online-cover {
    height: 390px;
    background: #eee6e2;
    display: grid;
    place-items: center;
    position: relative;
    background-size: cover;
    background-position: center
}

.cover-2 {
    background-color: #e5ebe2
}

.cover-3 {
    background-color: #ead7d0
}

.cover-4 {
    background-color: #e3e1dc
}

.phone-mini {
    width: 48%;
    height: 78%;
    background: #fffaf2;
    border-radius: 20px;
    box-shadow: 0 15px 30px #0002;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 6px solid #2f3230
}

.phone-mini small {
    font-size: 5px;
    letter-spacing: .15em
}

.phone-mini b {
    font: italic 20px 'Playfair Display';
    margin: 20px 6px
}

.phone-mini i {
    font: italic 14px 'Playfair Display';
    color: #b58379
}

.tag,
.discount {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #303431;
    color: #fff;
    padding: 7px 9px;
    font-size: 7px;
    text-transform: uppercase
}

.discount {
    background: #b25d4e
}

.heart {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    cursor: pointer
}

.heart.liked {
    background: #b25d4e;
    color: #fff
}

.online-info>span {
    display: block;
    margin-top: 15px;
    font-size: 7px;
    color: #999;
    letter-spacing: .15em
}

.online-info h3 {
    font: 400 19px 'Playfair Display';
    margin: 7px 0
}

.online-info p {
    font-size: 9px;
    line-height: 1.7;
    color: #888;
    min-height: 47px
}

.online-price {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 12px 0
}

.online-price del {
    color: #aaa
}

.online-price strong {
    font-size: 13px;
    color: #a44938
}

.card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px
}

.card-actions a {
    text-align: center;
    border: 1px solid #343735;
    padding: 10px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.card-actions a:last-child {
    background: #343735;
    color: #fff
}

.online-card.hidden,
.online-empty.hidden {
    display: none
}

.online-empty {
    text-align: center;
    background: #faf8f4;
    padding: 60px
}

.online-cta {
    text-align: center;
    background: #f1e8e3;
    padding: 85px 20px
}

.online-cta p {
    color: #777
}

.demo-modal {
    position: fixed;
    inset: 0;
    background: #24332dbb;
    z-index: 20;
    display: none;
    place-items: center;
    padding: 20px
}

.demo-modal.open {
    display: grid
}

.demo-modal>div {
    background: #fff;
    width: min(480px, 100%);
    padding: 35px;
    text-align: center;
    position: relative
}

.demo-close {
    position: absolute;
    right: 12px;
    top: 10px;
    border: 0;
    background: none;
    font-size: 25px;
    cursor: pointer
}

.demo-phone {
    width: 180px;
    height: 320px;
    margin: auto;
    background: #fffaf2;
    border: 7px solid #303431;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.demo-phone small {
    font-size: 6px;
    letter-spacing: .15em
}

.demo-phone b {
    font: italic 26px 'Playfair Display';
    margin: 24px 0
}

.demo-phone span {
    font-size: 9px
}

.demo-phone p {
    font: italic 14px 'Playfair Display'
}

.demo-modal h3 {
    font: 400 25px 'Playfair Display'
}

.demo-modal>div>a {
    display: inline-block;
    background: #343735;
    color: #fff;
    padding: 11px 18px
}

@media(max-width:1000px) {
    .online-products {
        grid-template-columns: 1fr 1fr
    }

    .online-hero {
        padding: 60px 5vw
    }
}

@media(max-width:700px) {
    .online-hero {
        grid-template-columns: 1fr;
        text-align: center
    }

    .phone-scene {
        margin-top: 30px
    }

    .features-strip {
        grid-template-columns: 1fr 1fr;
        gap: 25px
    }

    .features-strip article:nth-child(2) {
        border: 0
    }

    .collection-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .online-layout {
        grid-template-columns: 1fr
    }

    .online-layout aside {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 7px
    }

    .online-layout aside>b,
    .online-layout aside hr,
    .online-layout aside strong,
    .online-layout aside ul {
        display: none
    }

    .online-layout aside button {
        width: auto;
        border: 1px solid #ddd;
        padding: 8px 10px
    }

    .online-products {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:480px) {
    .online-hero h1 {
        font-size: 42px
    }

    .phone {
        width: 210px;
        height: 420px
    }

    .phone-card {
        right: 0
    }

    .features-strip {
        grid-template-columns: 1fr
    }

    .features-strip article {
        border: 0
    }

    .online-shell {
        padding: 55px 14px
    }

    .online-products {
        grid-template-columns: 1fr
    }

    .online-cover {
        height: 430px
    }
}