/* =========================
   HOME SLIDER
   ========================= */

.home-page-slider {
    width: 100%;
    max-width: 1085px;
    margin-left: auto;
    margin-right: auto;
}


/* LEFT RED PANEL */

/* =========================================
   LEFT RED PANEL - MATCH DESIGN
   ========================================= */

.home-slide-left {
    width: 320px !important;
    min-height: 368px !important;
    padding: 36px 48px !important;
    box-sizing: border-box;
    background: rgba(235, 45, 45, 0.88);
    border-radius: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: auto !important;
}


/* HEADING */

.home-slide-left h2 {
    color: #ffffff !important;
    font-size: 34px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    margin: 0 0 12px !important;
}


/* ORDER NOW */

.home-slide-left .order-now {
    color: #ffffff !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    margin: 15px 0 11px !important;
}


/* BUY NOW */

.home-slide-left .button {
    display: inline-block !important;
    width: auto !important;
    border: 1px solid #ffffff !important;
    border-radius: 22px !important;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    padding: 7px 20px !important;
    margin: 0 !important;
}

.home-slide-left .button:hover {
    background: #fff;
    color: #222 !important;
}


/* =========================
   RIGHT CONTENT
   ========================= */

.home-slide-right {
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.home-slide-right h2 {
    color: #ffffff !important;
    font-size: 30px !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    margin: 0 !important;
}


/* TEMPORARY LOGO */

.home-socceroos-logo {
    text-align: center !important;
    margin: 0 0 15px !important;
}

.home-socceroos-logo img {
    width: 135px !important;
    max-width: 135px !important;
    height: auto;
    margin: 0 auto !important;
}


/* =========================
   MOBILE - BASIC ONLY
   ========================= */

@media (max-width: 849px) {

    .home-slide-left {
        width: 90% !important;
        max-width: 360px !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 30px !important;
    }

    .home-slide-left h2 {
        font-size: 30px !important;
    }

    .home-slide-left .order-now {
        font-size: 18px !important;
        white-space: normal;
    }

    .home-slide-right h2 {
        font-size: 23px !important;
    }

    .home-socceroos-logo img {
        max-width: 110px !important;
    }
}