@import "https://use.typekit.net/aua1inq.css";
@import "/wp-content/themes/windowrama/assets/fonts/stylesheet.css";


/* =========================================================
   FALL SAVINGS HERO
========================================================= */

.layout--promo-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fall-savings-hero__inner {
    display: grid;
    grid-template-columns: 42% 58%;
    width: 100%;
    min-height: 265px;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.fall-savings-hero__content {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;

    padding: 14px 40px 10px;

    background: #0879ba;
    color: #fff;

    text-align: center;
    line-height: normal;

    box-sizing: border-box;
}

.fall-savings-hero__content * {
    box-sizing: border-box;
}


/* =========================================================
   RED RIBBON
========================================================= */

.fall-savings-hero__ribbon {
    position: relative;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 320px;
    height: 48px;

    padding: 0 25px;
    margin: 0 auto 12px;

    background: #ed1c25;
    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;

    text-align: center;
    text-transform: uppercase;

    white-space: nowrap;
}


/* LEFT RIBBON CUT */

.fall-savings-hero__ribbon::before {
    content: "";

    position: absolute;
    top: 0;
    left: -22px;

    width: 0;
    height: 0;

    border-top: 24px solid #ed1c25;
    border-bottom: 24px solid #ed1c25;
    border-left: 22px solid transparent;
}


/* RIGHT RIBBON CUT */

.fall-savings-hero__ribbon::after {
    content: "";

    position: absolute;
    top: 0;
    right: -22px;

    width: 0;
    height: 0;

    border-top: 24px solid #ed1c25;
    border-bottom: 24px solid #ed1c25;
    border-right: 22px solid transparent;
}


.fall-savings-hero__ribbon p {
    margin: 0;
    padding: 0;

    color: inherit !important;

    font: inherit !important;
    line-height: inherit !important;
}


/* =========================================================
   OFFER
   GET 50 % OFF
========================================================= */

.fall-savings-hero__offer {
    display: grid;
    grid-template-columns: 75px auto 65px;
    align-items: center;
    justify-content: center;
    column-gap: 2px;
    width: auto;
    margin: 0 auto 7px;
    color: #fff;
    font-family: bebas-kai, sans-serif;
    line-height: 1;
    text-transform: uppercase;
}
/* =========================================================
   GET
========================================================= */

.fall-savings-hero__get {
    grid-column: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    color: #fff;
    font-family: bebas-kai, sans-serif;
    font-size: 130px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    transform: rotate(-90deg);
}

/* =========================================================
   50
========================================================= */
.fall-savings-hero__number {
    grid-column: 2;
    display: block;
    color: #fff;
    font-family: bebas-kai, sans-serif;
    font-size: 225px;
    font-weight: 400;
    line-height: .78;
    letter-spacing: -3px;
    white-space: nowrap;
}


/* =========================================================
   RIGHT SIDE OF OFFER
   % / OFF
========================================================= */

.fall-savings-hero__percent {
    display: block;
    color: #fff;
    font-family: bebas-kai, sans-serif;
    font-size: 125px;
    font-weight: 400;
    line-height: .8;
    white-space: nowrap;
}


/* % */

.fall-savings-hero__off {
    display: block;
    color: #fff;
    font-family: bebas-kai, sans-serif;
    font-size: 91px;
    font-weight: 400;
    line-height: .8;
    white-space: nowrap;
}


/* OFF */

.fall-savings-hero__off {
    display: block;

    color: #fff;

    font-family: bebas-kai, sans-serif;

    font-size: 51px;
    font-weight: 400;

    line-height: .8;

    white-space: nowrap;
}


/* =========================================================
   SUBTITLE
========================================================= */

.fall-savings-hero__subtitle {
    width: 100%;

    margin: 0;

    color: #fff;

    font-family: bebas-kai, sans-serif;

    font-size: 22px;
    font-weight: 400;

    line-height: 1;

    text-align: center;
    text-transform: uppercase;

    white-space: nowrap;
}


.fall-savings-hero__subtitle p {
    margin: 0;
    padding: 0;

    color: inherit !important;

    font: inherit !important;
    line-height: inherit !important;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.fall-savings-hero__description {
    width: 100%;
    margin-top: 4px;
    color: #fff;
    font-family: "GothamBook", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    text-transform: none;
    font-family: bebas-kai, sans-serif;
}


.fall-savings-hero__description p {
    margin: 0;
    padding: 0;

    color: inherit !important;

    font: inherit !important;
    line-height: inherit !important;

    text-transform: none !important;
}


/* =========================================================
   DISCLAIMER
========================================================= */

.fall-savings-hero__disclaimer {
    width: 100%;
    margin-top: 3px;
    color: #fff;
    font-family: "GothamBook", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
}


.fall-savings-hero__disclaimer p {
    margin: 0;
    padding: 0;

    color: inherit !important;

    font: inherit !important;
    line-height: inherit !important;

    text-transform: none !important;
}


/* =========================================================
   RIGHT SIDE IMAGE
========================================================= */

.fall-savings-hero__image {
    position: relative;

    width: 100%;
    min-height: 265px;

    overflow: hidden;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*
 * team_image is currently being used as the full
 * right-side promotional/lifestyle image.
 */

.fall-savings-hero__logo {
    position: relative;

    inset: 0;

    display: block;

    width: 100%;
    height: 100%;

    max-width: none;

    object-fit: cover;
    object-position: center;

    z-index: 2;
}


/* =========================================================
   ENTIRE BANNER LINK
========================================================= */

.fall-savings-hero__link {
    position: absolute;

    inset: 0;

    display: block;

    z-index: 10;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

    .fall-savings-hero__inner {
        grid-template-columns: 45% 55%;
    }


    .fall-savings-hero__content {
        padding: 18px 25px;
    }


    /* Ribbon */

    .fall-savings-hero__ribbon {
        width: 260px;
        height: 42px;

        padding: 0 20px;

        margin-bottom: 10px;

        font-size: 19px;
    }


    .fall-savings-hero__ribbon::before {
        left: -20px;

        border-top-width: 21px;
        border-bottom-width: 21px;
        border-left-width: 20px;
    }


    .fall-savings-hero__ribbon::after {
        right: -20px;

        border-top-width: 21px;
        border-bottom-width: 21px;
        border-right-width: 20px;
    }


    /* Offer */

    .fall-savings-hero__offer {
        grid-template-columns: 45px auto 45px;

        column-gap: 1px;
    }


    .fall-savings-hero__get {
        width: 45px;

        font-size: 48px;
    }


    .fall-savings-hero__number {
        font-size: 105px;

        letter-spacing: -2px;
    }


    .fall-savings-hero__percent {
        font-size: 45px;
    }


    .fall-savings-hero__off {
        font-size: 42px;
    }


    .fall-savings-hero__subtitle {
        font-size: 19px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .fall-savings-hero__inner {
        display: flex;
        flex-direction: column;
    }


    /* LEFT */

    .fall-savings-hero__content {
        width: 100%;

        padding: 25px 20px;
    }


    /* Ribbon */

    .fall-savings-hero__ribbon {
        width: calc(100% - 50px);
        max-width: 320px;

        height: 44px;

        padding: 0 15px;

        font-size: 18px;
    }


    .fall-savings-hero__ribbon::before {
        left: -20px;

        border-top-width: 22px;
        border-bottom-width: 22px;
        border-left-width: 20px;
    }


    .fall-savings-hero__ribbon::after {
        right: -20px;

        border-top-width: 22px;
        border-bottom-width: 22px;
        border-right-width: 20px;
    }


    /* OFFER */

    .fall-savings-hero__offer {
              grid-template-columns: 60px auto 48px;

        column-gap: 1px;

        margin-bottom: 8px;
    }


    .fall-savings-hero__get {
        width: 48px;

        font-size: 100px;
    }


    .fall-savings-hero__number {
        font-size: 150px;

        letter-spacing: -2px;
    }


    .fall-savings-hero__percent {
        font-size: 48px;
    }


    .fall-savings-hero__off {
        font-size: 45px;
    }


    /* TEXT */

    .fall-savings-hero__subtitle {
        font-size: 20px;

        white-space: normal;
    }


    .fall-savings-hero__description {
        font-size: 25px;
    }


    .fall-savings-hero__disclaimer {
        font-size: 15px;
    }


    /* IMAGE */

    .fall-savings-hero__image {
        width: 100%;

        min-height: 300px;
    }


    .fall-savings-hero__logo {
        position: absolute;

        inset: 0;

        width: 100%;
        height: 100%;

        max-width: none;

        object-fit: cover;
    }

}