/* ==========================================================
   MHDS CART — VIEW CART
   ========================================================== */

.mhds-viewcart-hero {
    box-sizing: border-box;

    margin: 0 0 30px;
    padding: 34px 36px;

    border-radius: 22px;

    background:
        radial-gradient(
            circle at 92% 10%,
            rgba(255, 196, 0, .14),
            transparent 30%
        ),
        linear-gradient(
            140deg,
            #06192c,
            #0b4d7e
        );

    color: #ffffff;
}

.mhds-viewcart-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 12px;

    color: #ffd74a;

    font-size: 9px;
    font-weight: 850;

    letter-spacing: .10em;
    text-transform: uppercase;
}

.mhds-viewcart-hero__eyebrow::before {
    content: "";

    width: 26px;
    height: 2px;

    background: #ffc400;
}

.mhds-viewcart-hero h1 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(32px, 4vw, 52px);
    font-weight: 850;

    line-height: 1.05;
    letter-spacing: -.04em;
}

.mhds-viewcart-hero h1 span {
    display: block;

    margin-top: 5px;

    color: #69c7f2;
}

.mhds-viewcart-hero p {
    max-width: 720px;

    margin: 16px 0 0;

    color: rgba(255,255,255,.70);

    font-size: 12px;
    line-height: 1.7;
}