.footerContainer a:hover {
    text-decoration: none;
    color: var(--GAME-Pink);
}
main#plp {
    display: block;
}

/* In this section links adjustemnts */
.categoriesLinks.inThisSection .filters a {
    display: block;
    margin: 2px 0px;
}
.categoriesLinks.inThisSection .filters a:hover {
    color: var(--GAME-Pink);
}
.categoriesLinks.inThisSection h2 {
    font-size: 1.2rem;
    margin: 10px 0px;
}
.categoriesLinks.inThisSection .inThisSection {
    font-weight: bold;
}
#ad_resp_categoryEspot2 .categoriesLinks.inThisSection {
    display: none;
}
#pgSearchResults #modulesContainer .productImage {
    width: 100%;
    height: auto;
}
.fpPlus-card-wrapper .fplus-content h3 {
    margin-bottom: 15px;
    line-height: initial;
    font-size: 1.6rem;
}

/* PLP Image and product details adjustments for modules */

@media (max-width: 768px) {
    .categoriesLinks.inThisSection {
        padding: 15px;
    }
    #pgSearchResults .productDetails {
        width: auto;
    }
    #pgSearchResults .fpPlus-card-wrapper .fplus-content h3 {
        line-height: 20px;
        margin: 5px 0px;
        font-size: 1.5rem;
    }
    #pgSearchResults .fplus-card-image {
        width: 230px;
        right: -60px;
        top: 35px;
    }
    h2.main {
        margin: 15px 0px;
    }
    #breadcrumbs {
        padding: 0px 0px;
        padding-top: 5px !important;
    }
    #modulesContainer img.img-responsive {
        height: auto !important;
    }
    #pgSearchResults .productHeader .productImage img {
        max-height: 117px;
        min-width: 117px;
    }
}

/* Frasers Plus PLP Card Order Adjsutment */

article.product.product-1 {
    order: 1;
}
article.product.product-2 {
    order: 2;
}
#frasers-plus-pdp-card {
    order: 3;
}
article.product {
    order: 4;
}
@media (max-width: 768px) {    
    article.product.product-2 {
        order: 3;
    }
    #frasers-plus-pdp-card {
        order: 2;
    }
}