.magimax-header {
    position: absolute;
    inset: 0 0 auto;
    z-index: 10;
    background: linear-gradient(#442b16a6, transparent)
}

.magimax-page {
    background: white;
    color: #202020
}

.magimax-wrap {
    width: calc(100% - 100px);
    max-width: 1500px;
    margin: auto
}

.magimax-copy {
    max-width: 680px;
    width: 44%
}

.magimax-hero,
.magimax-fruit {
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover
}

.magimax-hero {
    min-height: 800px;
    padding: 160px 0 80px;
    background-image: linear-gradient(90deg, #44251166, transparent 65%), url('../images/magimax/hero.png')
}

.magimax-fruit {
    min-height: 565px;
    padding: 75px 0;
    background-image: url('../images/magimax/fruit.png')
}

.magimax-copy h1,
.magimax-copy h2 {
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
    color: #a81320;
    margin: 0 0 22px;
    text-shadow: 0 1px #ffd56533
}

.magimax-copy p {
    color: #fff;
    font-size: 15px;
    line-height: 1.9
}

.magimax-button {
    display: inline-flex;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
    padding: 15px 25px;
    border-radius: 30px;
    border: 2px solid #fff1a0;
    background: #2422a3;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: background .2s
}

.magimax-button:hover {
    background: #141176
}

.magimax-outline {
    background: transparent;
    border-color: #fff
}

.magimax-outline:hover {
    background: #fff;
    color: #343522
}

.magimax-products {
    padding: 65px 0 80px;
    text-align: center;
    scroll-margin-top: 20px
}

.magimax-eyebrow {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    color: #ad202a;
    font-weight: 700
}

.magimax-products h2 {
    font-size: 38px;
    margin: 10px 0 40px
}

.magimax-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px;
    max-width: 850px;
    margin: auto
}

.magimax-product h3 {
    font-size: 17px;
    margin: 20px 0 10px
}

.magimax-product>p {
    font-size: 13px;
    color: #555
}

.magimax-page .asta-flip {
    display: block;
    width: 100%;
    height: 360px;
    border: 0;
    padding: 0;
    background: transparent;
    perspective: 1200px;
    text-align: center;
    cursor: pointer
}

.magimax-page .asta-flip-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .65s
}

.magimax-page .asta-flip.is-flipped .asta-flip-inner {
    transform: rotateY(180deg)
}

.magimax-page .asta-flip-front,
.magimax-page .asta-flip-back {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden
}

.magimax-page .asta-flip-front {
    background: #eaf6fb
}

.magimax-pack {
    display: block;
    position: relative;
    width: 210px;
    height: 250px;
    overflow: hidden;
    mix-blend-mode: multiply
}

.magimax-pack img {
    position: absolute;
    max-width: none;
    width: 760px;
    height: 760px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.magimax-discover {
    font-size: 11px;
    color: #495c66;
    margin-top: 14px;
    display: flex;
    gap: 20px
}

.magimax-page .asta-flip-back {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #fff0ad, #ffdba9);
    padding: 25px;
    color: #522518
}

.magimax-note {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0
}

.magimax-description {
    font-size: 14px;
    line-height: 1.8
}

.magimax-return {
    font-size: 11px;
    margin-top: 20px;
    color: #75523b
}

.magimax-page :focus-visible {
    outline: 3px solid #2522a3;
    outline-offset: 4px
}

@media(max-width:950px) {
    .magimax-wrap {
        width: calc(100% - 48px)
    }

    .magimax-copy {
        width: 48%
    }

    .magimax-copy h1,
    .magimax-copy h2 {
        font-size: 38px
    }

    .magimax-hero {
        min-height: 610px
    }

    .magimax-fruit {
        min-height: 490px
    }

    .magimax-description {
        font-size: 13px
    }
}

@media(max-width:600px) {
    .magimax-wrap {
        width: calc(100% - 36px)
    }

    .magimax-hero,
    .magimax-fruit {
        display: flex;
        align-items: center;
        background-position: 60% center;
        background-size: cover;
    }

    .magimax-hero {
        min-height: 720px;
        padding: 145px 0 55px;
           background-image: linear-gradient(90deg, #35200de6 0%, #35200d63 52%, #35200d00 100%), url(../images/magimax/hero.png);
    }

    .magimax-fruit {
        min-height: 470px;
        padding: 45px 0;
   background-image: linear-gradient(90deg, #27250de6 0%, #27250d91 48%, #27250d00 100%), url(../images/magimax/fruit.png);
    }

    .magimax-copy {
        width: 76%;
        max-width: 340px;
        padding: 0;
        text-align: left;
    }

    .magimax-copy h1,
    .magimax-copy h2 {
        font-size: clamp(26px, 7vw, 34px);
        color: #ffdb83;
    }

    .magimax-copy p {
        font-size: 14px;
        line-height: 1.75;
        text-shadow: 0 1px 3px #0008;
    }

    .magimax-copy .magimax-button {
        gap: 12px;
        padding: 13px 16px;
        font-size: 11px;
    }

    .magimax-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        max-width: 390px
    }

    .magimax-products {
        padding: 42px 0
    }

    .magimax-products h2 {
        font-size: 32px;
        margin-bottom: 28px
    }

    .magimax-page .asta-flip {
        height: 365px
    }
}

.header nav a,
.header nav .univers-toggle {
    color: white;
}

@media(prefers-reduced-motion:reduce) {
    .magimax-page .asta-flip-inner {
        transition: none
    }
}

/* White navigation over the Magimax banner. */
.magimax-header {
    color: #fff;
    /* background: linear-gradient(180deg, rgba(35, 21, 9, .78), rgba(35, 21, 9, .35)) */
}

.magimax-header .header nav>a,
.magimax-header .header nav .univers-toggle,
.magimax-header .social-link,
.magimax-header .search-toggle,
.magimax-header .menu-toggle {
    color: #fff
}

.magimax-header .social-link {
    border-color: #ffffffa6;
    background: #24160926
}

.magimax-header .header nav>a:hover,
.magimax-header .header nav .univers-toggle:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 6px
}