@font-face {
    font-family: Averta;
    font-weight: 200;
    font-style: normal;
    font-display: swap;
    src: url("https://assets.game.net/fonts/Averta/Averta-Light.woff2")
}

@font-face {
    font-family: Averta;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("https://assets.game.net/fonts/Averta/Averta-Regular.woff2")
}

@font-face {
    font-family: Averta;
    font-style: normal;
    font-weight: 600;
    src: url("https://assets.game.net/fonts/Averta/Averta-SemiBold.woff2")
}

:root {
    --FrasersPlus-Digital-Purple: #A43EFB;
    --FrasersPlus-Digital-Blue: #260E5D;
    --FrasersPlus-Digital-DarkBlue: #07021C;
    --FrasersPlus-Price-Purple: #8400d1;
}

.frasers-plus {
    position: relative;
    padding: 20px 12px;
    background: linear-gradient(90deg, #07021c 9.94%, #260e5d 100%);
    border-radius: 4px;
    font-family: Averta, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.236;
    overflow: hidden;
    transition: all 1s
}

.frasers-plus:hover::after {
    opacity: 1;
    transition: all .3s ease-in-out
}

.frasers-plus h2,
.frasers-plus h3,
.frasers-plus li,
.frasers-plus p {
    color: #fff;
    font-family: Averta, Helvetica, Arial, sans-serif !important
}

.frasers-plus h2 {
    font-size: 24px;
    font-weight: 200 !important;
    line-height: 1;
    text-transform: uppercase;
    margin: 15px 0 0;
    text-align: left !important;
}

.frasers-plus h2 strong {
    font-weight: 700;
}

.frasers-plus h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.frasers-plus p {
    margin: 0;
    font-size: 12px;
}

.frasers-plus .fplus-content {
    position: relative;
}

.fplus-content .remove-modal {
    color: #fff;
    cursor: pointer
}

.fplus-content .remove-modal span {
    font-size: 26px
}

.fplus-content .remove-modal span:nth-child(1) {
    position: absolute;
    width: 20px;
    height: 0;
    left: 343px;
    top: -65px;
    transform: rotate(45deg)
}

.fplus-content .remove-modal span:nth-child(2) {
    position: absolute;
    width: 20px;
    height: 0;
    left: 318px;
    top: -74px;
    transform: rotate(-45deg)
}

.frasers-plus-modal {
    float: right;
    border-radius: 4px 4px 0 0;
    width: 375px;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding: 79px 16px 16px
}

.frasers-plus-modal h3 {
    margin-bottom: 16px
}

.frasers-plus-modal img {
    position: absolute;
    left: 41%;
    top: -78px;
    height: 100%;
    max-height: 299px
}

.frasers-plus ul {
    margin: 0 0 0 2px;
    font-size: 16px;
    padding-left: 20px;
}

.frasers-plus li {
    list-style: disc;
    margin: 0 0 14px;
}

.frasers-plus .frasers-plus-sign-up-link {
    display: block;
    text-align: center;
    background: #a43efb;
    color: #fff !important;
    font-weight: 600;
    padding: 20px;
    font-size: 15px
}

.frasers-plus .frasers-plus-sign-up-link:hover {
    background-color: #54039b;
    transition: background-color .25s linear;
}

.frasers-plus-advert {
    cursor: pointer;
    padding: 12px 20px 13px
}

.frasers-plus-advert::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 1
}

.frasers-plus-advert .frasers-plus-text-container {
    flex-direction: column;
    height: 100%
}

.frasers-plus-advert .frasers-plus-inner-container {
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column
}

.frasers-plus-advert .frasers-plus-image {
    display: block;
    position: absolute;
    left: 60%;
    transform: translate(0, -50%);
    top: 50%
}

.frasers-plus-advert .frasers-plus-inner-wrapper {
    display: flex;
    width: 100%
}

.frasers-plus-advert .frasers-plus-row {
    z-index: 2
}

.frasers-plus-text h3 {
    display: inline-block;
    font-weight: 700;
    margin-right: 4px
}

.frasers-plus-advert .frasers-plus-row.frasers-plus-text {
    padding-bottom: 8px
}

.frasers-plus-advert .frasers-plus-row.frasers-plus-text p {
    line-height: 1.5
}

.frasers-plus-advert.slot-advert {
    max-width: 100%;
    margin: 0 auto;
    padding: 22px 20px 25px
}

.frasers-plus-advert.slot-advert img {
    width: auto;
    position: relative;
    transform: none;
    left: 0;
    max-height: 250px
}

.frasers-plus-cta {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.frasers-plus-cta a {
    width: 100%;
    max-width: 170px;
    padding: 0 !important;
    height: 46px;
    display: flex !important;
    justify-content: center;
    align-items: center
}

@media (min-width:768px) and (max-width:1099px) {
    .frasers-plus-advert .frasers-plus-image {
        left: 57%
    }
}

@media (max-width:767px) {
    .frasers-plus-advert.slot-advert {
        padding: 10px
    }

    .frasers-plus-advert.slot-advert .frasers-plus-inner-container {
        margin-top: 0
    }

    .frasers-plus-advert .frasers-plus-inner-wrapper,
    .frasers-plus-inner-wrapper>div {
        width: 100%;
        max-width: 100%
    }

    .frasers-plus-brand {
        order: 1;
        justify-content: flex-start
    }

    .frasers-plus-brand h2 {
        font-size: 24px !important
    }

    .frasers-plus-text {
        order: 2
    }

    .frasers-plus-cta {
        order: 3;
        justify-content: flex-start !important
    }

    .frasers-plus-inner-wrapper {
        flex-direction: column;
        width: 100%
    }

    .frasers-plus.frasers-plus-advert.slot-advert {
        height: auto
    }
}

.frasers-plus-outer-container {
    padding: 0px;
}

.frasers-plus-advert {
    border-radius: 0
}

@media (min-width:768px) {

    .frasers-plus h2 {
        font-size: 24px
    }

    .frasers-plus h3 {
        margin-bottom: 6px
    }

    .frasers-plus-advert {
        padding: 22px 20px 25px;
        border-radius: 5px
    }

    .frasers-plus-advert .frasers-plus-inner-container {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center
    }

    .frasers-plus-advert .frasers-plus-row {
        max-width: 33.33%;
        width: 33.33%
    }

    .frasers-plus-advert .frasers-plus-row.frasers-plus-brand {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        line-height: 1
    }

    .frasers-plus-advert .frasers-plus-inner-container {
        max-width: 100%
    }

    .frasers-plus-advert.slot-advert h2 {
        margin: 0;
    }

    .frasers-plus-outer-container {
        padding: 0px
    }

    .frasers-plus-advert.slot-advert {
        max-width: 1600px
    }
}

/* PDP STYLING */

.overlay-accordion .paypal h2,
.overlay-accordion .paypal p {
    color: #fff !important;
}
.overlay-accordion .paypal p {
    text-transform: inherit !important;
    margin: inherit !important;
}

#frasersPlusPDPespot .frasers-plus-advert.slot-advert,
#frasersPlusOverlayEspot .frasers-plus-advert.slot-advert {
    padding: 10px
}

#frasersPlusPDPespot .frasers-plus-advert.slot-advert .frasers-plus-inner-container,
#frasersPlusOverlayEspot .frasers-plus-advert.slot-advert .frasers-plus-inner-container {
    margin-top: 0
}

#frasersPlusPDPespot .frasers-plus-advert .frasers-plus-inner-wrapper,
#frasersPlusPDPespot .frasers-plus-inner-wrapper>div,
#frasersPlusOverlayEspot .frasers-plus-advert .frasers-plus-inner-wrapper,
#frasersPlusOverlayEspot .frasers-plus-inner-wrapper>div {
    width: 100%;
    max-width: 100%
}

#frasersPlusPDPespot .frasers-plus-brand,
#frasersPlusOverlayEspot .frasers-plus-brand {
    order: 1;
    justify-content: flex-start
}

body.basket .rightCol #frasersPlusPDPespot .frasers-plus-brand h2 strong,
#frasersPlusPDPespot .frasers-plus-brand h2,
#frasersPlusOverlayEspot .frasers-plus-brand h2 {
    font-size: 24px !important
}

body.basket #frasersPlusPDPespot .frasers-plus-text p {
    margin: 0px !important;
}

#frasersPlusPDPespot .frasers-plus-text,
#frasersPlusOverlayEspot .frasers-plus-text {
    order: 2
}

#frasersPlusPDPespot .frasers-plus-cta,
#frasersPlusOverlayEspot .frasers-plus-cta {
    order: 3;
    justify-content: flex-start !important
}

#frasersPlusPDPespot .frasers-plus-inner-wrapper,
#frasersPlusOverlayEspot .frasers-plus-inner-wrapper {
    flex-direction: column;
    width: 100%
}

#frasersPlusPDPespot .frasers-plus.frasers-plus-advert.slot-advert,
#frasersPlusOverlayEspot .frasers-plus.frasers-plus-advert.slot-advert {
    height: auto
}


/* SLIDE UP MODAL */
.slide-up-modal-dialog {
    visibility: hidden;
    position: absolute;
    z-index: 999999;
    transition: 0.4s ease-out;
    opacity: 0;
}

.slide-up-modal-dialog.slide-up-modal-dialog-active {
    visibility: visible;
    opacity: 1;
}

.slide-up-modal-dialog .slide-up-modal-dialog-close-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 40px;
    width: 40px;
    z-index: 1;
    color: #fff !important; /* Important needed here due to a standard override on buttons that uses important :( */
    background-color: transparent !important; /* Important needed here due to a standard override on buttons that uses important :( */
    border: none;
    cursor: pointer;
}

.slide-up-modal-dialog .slide-up-modal-dialog-content {
    position: relative;
    overflow: hidden;
}

.slide-up-modal-dialog:not(.slide-up-modal-has-overlay) {
    position: fixed;
    bottom: -100%;
}

.slide-up-modal-dialog.slide-up-modal-has-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-up-modal-dialog.slide-up-modal-has-overlay .slide-up-modal-dialog-content {
    position: absolute;
    bottom: -100%;
    transition: 0.4s ease-out;
}

.slide-up-modal-dialog:not(.slide-up-modal-has-overlay).slide-up-modal-dialog-active.slide-up-modal-position-y-bottom,
.slide-up-modal-dialog.slide-up-modal-has-overlay.slide-up-modal-dialog-active.slide-up-modal-position-y-bottom .slide-up-modal-dialog-content {
    bottom: 0;
}

.slide-up-modal-dialog:not(.slide-up-modal-has-overlay).slide-up-modal-position-x-left,
.slide-up-modal-dialog.slide-up-modal-has-overlay.slide-up-modal-position-x-left .slide-up-modal-dialog-content {
    left: 0;
}

.slide-up-modal-dialog:not(.slide-up-modal-has-overlay).slide-up-modal-position-x-center,
.slide-up-modal-dialog.slide-up-modal-has-overlay.slide-up-modal-position-x-center .slide-up-modal-dialog-content {
    left: 50%;
    transform: translate(-50%, 0);
}

.slide-up-modal-dialog:not(.slide-up-modal-has-overlay).slide-up-modal-position-x-right,
.slide-up-modal-dialog.slide-up-modal-has-overlay.slide-up-modal-position-x-right .slide-up-modal-dialog-content {
    right: 0;
}

/* Frasers Plus PLP Card */
/* FRASERS PLUS PLP CSS */
#frasers-plus-pdp-card {
    background: linear-gradient(90deg,#07021c 9.94%,#260e5d 100%) !important;
    padding: 0px !important;
}
.fpPlus-card-wrapper {
    color: white;
    display: flex;
    height: 100%;
}
.fpPlus-card-wrapper .frasers-plus-sign-up-link {
    display: block;
    text-align: center;
    background-color: #a43efb;
    color: #fff;
    padding: 15px 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Averta,Helvetica,Arial,sans-serif!important;
    width: calc(100% - 50px);
    margin: 0 auto;
}
.fpPlus-card-wrapper .fplus-content h3 strong span {
    display: block;

}
.fplus-card-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3); 
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 5;
    cursor: pointer;
}
.fplus-card-inner:hover::after {        
    opacity: 1;
    transition: all .3s ease-in-out;
}
.fplus-card-inner {        
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fplus-card-button {
    padding-bottom: 20px;
}
.fplus-card-image {
    margin-bottom: -50px;
}
.fpPlus-card-wrapper .fplus-content h2,
.fpPlus-card-wrapper .fplus-content h3,
.fpPlus-card-wrapper .fplus-content p {
    color: #fff;
    font-family: Averta,Helvetica,Arial,sans-serif!important;
}
.fpPlus-card-wrapper .fplus-content h3 {
    margin-bottom: 15px;
    line-height: 20px;
}
.fpPlus-card-wrapper .fplus-content h2 {
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 15px;
}
.fpPlus-card-wrapper .fplus-content h2 strong {
    font-weight: 600;
}

/* CUSTOM */
#frasersPlusPDPespot .frasers-plus-image {
    left: 60%;
    transform: translate(0, -35%);
}
#frasersPlusOverlayEspot .frasers-plus-image {
    left: 70%;
    transform: translate(0, -35%);
}
#frasersPlusPDPespot .frasers-plus-image > img,
#frasersPlusOverlayEspot .frasers-plus-image > img {
    max-height: 200px;
}

.frasers-plus-modal .fplus-content h3 {
    display: inline-block;
    margin-bottom: 16px;
}
.frasers-plus-modal .fplus-content h2 {    
    margin-bottom: 10px;
}
.frasers-plus-modal .frasers-apr-variable {
    font-size: 16px;
    margin-top: 18px;
}
body.basket #frasersPlusPDPespot {
    margin-bottom: 10px;
}
body.basket .basketWrapper .promoCode {
    margin-bottom: 0px;
}
html.desktopHeader body.basket #frasersPlusPDPespot .frasers-plus-image {
    left: 60%;
    transform: translate(0, -50%);
}
html.desktopHeader body.basket #frasersPlusPDPespot .frasers-plus-image > img {
    max-height: 270px;
}
html.mobileHeader body.basket #frasersPlusPDPespot .frasers-plus-image > img {
    max-height: 270px;
}

/* FRASERS PLUS PLP BUTTON CSS */
.frasersPlusOfferPrice .save,
.frasersPlusOfferPrice .saveNote {
    display: none !important;
}
.fpLink {
    text-decoration: none;
    color: #fff;
    font-family: 'Averta',Helvetica,Arial,sans-serif!important;
    background-color: var(--FrasersPlus-Price-Purple);
    margin: 3px -5px;
    padding: 6px 5px 3px 5px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
}
.fpLink:hover {
    text-decoration: underline !important;
    color: #fff !important;
}
#mainPDPButtons .fpPriceButton {
    background-color: var(--FrasersPlus-Price-Purple);
    font-family: 'Averta',Helvetica,Arial,sans-serif!important;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
div#espot_FrasersPlusPrice .textSpot {
    display: flex;
    justify-content: center;
}
.espot_FrasersPlusPrice p, .espot_FrasersPlusPrice p span {
    color: #fff !important;
    font-family: 'Averta',Helvetica,Arial,sans-serif!important;
    background-color: var(--FrasersPlus-Price-Purple) !important;
    display: inline-block !important;
    margin: 0 auto !important;
    padding: 7px 10px 5px !important;
}

/* mobile */
body#plp.mobile .fpPriceWrapper {
    font-family: 'Averta',Helvetica,Arial,sans-serif!important;
    background-color: var(--FrasersPlus-Price-Purple);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 600;
    padding: 5px 5px 3px;
    font-size: 12px;
    border-radius: 1px;
}
body#plp.mobile #plpProducts .product .productInfo .mintPrice.row {
    border-top: 0px;
    padding: 5px;
    color: #fff;
    background-color: #a12283;
    margin-bottom: 3px !important;
    border-radius: 1px;
}
body#plp.mobile #plpProducts .product .productInfo .preownedPrice .key, 
body#plp.mobile #plpProducts .product .productInfo .mintPrice .key {
    margin-bottom: 0px !important;
}
body#plp.mobile #plpProducts .product .productInfo .row .condition, body#plp.mobile #spotlightESpot .product .productInfo .row .condition {
    color: #fff !important;
}
#plpProducts .product .productInfo .row .value, #spotlightESpot .product .productInfo .row .value {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    letter-spacing: 0.3px;
}

/* Checkoput */
body.basket span.fpPriceCheckout {
    display: inline-block;
    margin-left: 10px;    
}
body.basket .fpPriceWrapper {
    color: var(--FrasersPlus-Price-Purple);
    font-weight: 600;
    font-family: 'Averta',Helvetica,Arial,sans-serif!important;

}
/* homepage pricing banner adjustments */
#fpPricingBannerModule,
#pageTakeover {
    margin-top: 0px !important;
    border-bottom: 2px solid #d1d1d1;
}
