@media (max-width: 900px) {
    .hero,
    .hero__video {
        height: 100vw;
    }

    .header {
        padding: 3.2vw 4.2vw 0;
    }

    .header__nav {
        gap: 2.8vw;
    }

    .header__link {
        font-size: 1.6vw;
    }

    .header__logo {
        width: 15vw;
    }

    .header__basket {
        width: 3.8vw;
    }

    .bestsellers {
        grid-template-columns: repeat(2, 50vw);
        grid-template-rows: repeat(3, 64vw) 60vw;
    }

    .bestsellers__intro {
        padding: 4vw 3.2vw;
    }

    .bestsellers__intro h2 {
        margin-bottom: 2vw;
        font-size: 2.1vw;
    }

    .bestsellers__intro p,
    .product__info {
        font-size: 1.65vw;
    }

    .product__info {
        bottom: 3.2vw;
        left: 2.3vw;
    }

    .product--tube .product__image {
        height: 40vw;
    }

    .product--white .product__image,
    .product--pink .product__image,
    .product--grey .product__image {
        width: 31vw;
        height: 31vw;
    }

    .product--squeezer .product__image {
        width: 39vw;
        height: 39vw;
    }

    .new-collection,
    .new-collection__visual {
        height: 100vw;
    }

    .new-collection__content {
        padding: 5vw 4vw;
    }

    .new-collection__eyebrow {
        margin-bottom: 3vw;
        font-size: 2.2vw;
    }

    .new-collection h2 {
        margin-bottom: 4vw;
        font-size: 2.45vw;
        line-height: 1.15;
    }

    .new-collection__product {
        top: 32vw;
        left: 4vw;
        width: 44vw;
    }

    .new-collection__button {
        width: 25vw;
        height: 6vw;
        font-size: 1.8vw;
    }

    .journal {
        height: 64vw;
    }

    .journal__list {
        grid-template-columns: repeat(3, 25vw);
        gap: 5vw;
        padding-top: 10vw;
    }

    .journal-card__image {
        width: 25vw;
        height: 32.5vw;
    }

    .journal-card__title {
        margin-top: 2.5vw;
        font-size: 1.65vw;
    }

    .brand-poster,
    .brand-poster__field,
    .brand-poster__photo {
        height: 72vw;
    }

    .brand-poster__word {
        top: 25vw;
        left: 9vw;
        width: 47vw;
    }

    .faq__header {
        height: 7vw;
    }

    .faq__header h2,
    .faq-item__button,
    .faq-item__answer p {
        font-size: 2vw;
    }

    .faq-item__button {
        height: 10vw;
    }

    .faq-item__arrow {
        width: 4.5vw;
        height: 3.6vw;
    }

    .faq-item__arrow::before {
        top: 1.05vw;
        left: 1.65vw;
        width: 0.9vw;
        height: 0.9vw;
    }

    .faq-item.is-open .faq-item__arrow::before {
        top: 1.5vw;
    }

    .faq-item__answer p {
        padding-bottom: 5vw;
    }

    .footer {
        height: 13vw;
        font-size: 1.55vw;
    }

    .footer__logo {
        width: 17vw;
    }
}

@media (max-width: 600px) {
    body {
        background: #adadad;
    }

    main,
    body > .footer {
        width: 93.4vw;
        margin: 0 auto;
        overflow: hidden;
    }

    .hero,
    .hero__video {
        height: 177.78vw;
    }

    .hero,
    .bestsellers,
    .new-collection,
    .journal,
    .brand-poster,
    .faq {
        width: 100%;
    }

    .hero__video {
        width: 112vw;
        max-width: none;
        left: -1vw;
        object-position: 58% center;
    }

    .header {
        grid-template-columns: 1fr auto 1fr;
        width: 100%;
        padding: 7.6vw 9.4vw 0;
    }

    .header__nav {
        position: relative;
        grid-column: 1;
        grid-row: 1;
        align-self: center;
        width: 7.7vw;
        height: 5.9vw;
        gap: 0;
    }

    .header__burger {
        position: relative;
        z-index: 4;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 7.7vw;
        height: 5.9vw;
        background: transparent;
        cursor: pointer;
    }

    .header__burger span {
        display: block;
        width: 100%;
        height: 0.55vw;
        background: #fff;
        transition: transform 260ms ease, opacity 260ms ease;
    }

    .header__nav.is-open .header__burger span:nth-child(1) {
        transform: translateY(2.68vw) rotate(45deg);
    }

    .header__nav.is-open .header__burger span:nth-child(2) {
        opacity: 0;
    }

    .header__nav.is-open .header__burger span:nth-child(3) {
        transform: translateY(-2.68vw) rotate(-45deg);
    }

    .header__link {
        display: none;
    }

    .header__nav.is-open .header__link {
        position: absolute;
        left: 0;
        display: block;
        width: 35vw;
        padding: 3vw 0;
        color: #fff;
        font-size: 4vw;
        line-height: 1;
    }

    .header__nav.is-open .header__link:nth-of-type(1) {
        top: 9.5vw;
    }

    .header__nav.is-open .header__link:nth-of-type(2) {
        top: 17.5vw;
    }

    .header__nav.is-open .header__link:nth-of-type(3) {
        top: 25.5vw;
    }

    .header__logo {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        width: 34.2vw;
        margin-right: 0;
    }

    .header__basket {
        grid-column: 3;
        grid-row: 1;
        width: 6.4vw;
    }

    .discount-popup {
        top: 50%;
        width: 76vw;
        min-height: 86vw;
        padding: 14vw 4vw 6vw;
        border-radius: 5vw;
    }

    .discount-popup__close {
        top: 5vw;
        right: 5vw;
        width: 7vw;
        height: 7vw;
    }

    .discount-popup__close span {
        width: 8vw;
        height: 0.35vw;
    }

    .discount-popup__label {
        font-size: 5.4vw;
    }

    .discount-popup__value {
        margin-top: 4vw;
        font-size: 20vw;
    }

    .discount-popup__subtitle {
        width: 62vw;
        margin-top: 6vw;
        font-size: 4.6vw;
        line-height: 1.08;
        text-align: center;
    }

    .discount-popup__email {
        width: 66vw;
        height: 12.8vw;
        margin-top: 7.5vw;
        padding: 0 4vw;
        border-width: 0.35vw;
        border-radius: 3vw;
        font-size: 4vw;
    }

    .discount-popup__error {
        min-height: 3.6vw;
        margin-top: 1.5vw;
        font-size: 2.7vw;
    }

    .discount-popup__submit {
        width: 66vw;
        height: 12.8vw;
        margin-top: 2.5vw;
        border-radius: 3vw;
        font-size: 4vw;
    }

    .bestsellers {
        grid-template-columns: 100%;
        grid-template-rows: 63vw repeat(5, 154vw);
        border-left: 0;
    }

    .bestsellers__intro {
        padding: 11vw 10vw 0;
        border-bottom: 0;
    }

    .bestsellers__intro h2 {
        margin-bottom: 5.6vw;
        font-size: 4.9vw;
    }

    .bestsellers__intro p {
        font-size: 4.25vw;
        line-height: 1.24;
    }

    .product__info {
        font-size: 4.2vw;
        line-height: 1.28;
    }

    .product__info {
        right: 10vw;
        bottom: 9.2vw;
        left: 10vw;
    }

    .product--tube .product__image {
        height: 101vw;
    }

    .product--white .product__image,
    .product--pink .product__image,
    .product--grey .product__image {
        width: 72vw;
        height: 72vw;
    }

    .product--squeezer .product__image {
        width: 110vw;
        height: 110vw;
    }

    .bestsellers__story {
        display: none;
    }

    .new-collection {
        grid-template-columns: 100%;
        grid-template-rows: 83vw 160vw;
        height: 243vw;
    }

    .new-collection__visual {
        grid-row: 2;
        height: 160vw;
        border-right: 0;
        border-top: 0.07vw solid #202020;
        border-bottom: 0.07vw solid #202020;
    }

    .new-collection::after {
        top: 83vw;
        right: 0;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 0.07vw;
        transform: none;
    }

    .new-collection__product {
        top: 66vw;
        left: 4vw;
        width: 94vw;
    }

    .new-collection__content {
        grid-row: 1;
        padding: 12.6vw 9.8vw 0;
    }

    .new-collection__eyebrow {
        margin-bottom: 5.8vw;
        font-size: 4.65vw;
    }

    .new-collection h2 {
        width: 74vw;
        margin-bottom: 11.5vw;
        font-size: 4.7vw;
        line-height: 1.12;
    }

    .new-collection__button {
        width: 47vw;
        height: 10.6vw;
        font-size: 4.15vw;
    }

    .journal {
        height: 340vw;
        overflow: visible;
    }

    .journal__list {
        grid-template-columns: 62vw;
        gap: 10.5vw;
        padding-top: 14vw;
    }

    .journal-card__image {
        width: 62vw;
        height: 80.5vw;
    }

    .journal-card__title {
        margin-top: 4vw;
        font-size: 3.35vw;
    }

    .brand-poster {
        grid-template-columns: 100%;
        grid-template-rows: repeat(2, 125vw);
        height: 250vw;
    }

    .brand-poster__field,
    .brand-poster__photo {
        height: 125vw;
    }

    .brand-poster__field {
        border-right: 0;
        border-bottom: 0.07vw solid #202020;
    }

    .brand-poster__word {
        top: 44vw;
        left: 13vw;
        width: 90vw;
    }

    .faq__header {
        height: 18vw;
        padding: 0 5vw;
    }

    .faq__header h2,
    .faq-item__button,
    .faq-item__answer p {
        font-size: 4vw;
    }

    .faq-item__button {
        height: 22vw;
        padding: 0 5vw;
    }

    .faq-item__arrow {
        width: 10vw;
        height: 9vw;
    }

    .faq-item__arrow::before {
        top: 2.4vw;
        left: 3.45vw;
        width: 2.2vw;
        height: 2.2vw;
        border-width: 0.25vw;
    }

    .faq-item.is-open .faq-item__arrow::before {
        top: 3.5vw;
    }

    .faq-item__answer p {
        padding: 0 5vw 10vw;
        line-height: 1.4;
    }

    .faq-item__answer br {
        display: none;
    }

    .footer {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto 1fr;
        height: 40vw;
        padding: 5.8vw 4.9vw 5.6vw;
        font-size: 3.35vw;
    }

    .footer__logo {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
        width: 36vw;
    }

    .footer__copyright {
        grid-column: 1;
        grid-row: 2;
        align-self: end;
    }

    .footer__links {
        grid-column: 2;
        grid-row: 2;
        align-self: end;
        align-items: flex-end;
        justify-self: end;
        text-align: right;
    }
}
