
.no-breadcrumbs {
    display: none;
}

@media (max-width: 700px) {
   .ugc-gallery[data-style=lp] .ugc-gallery__container .ugc-inner-gallery .ugc-slide__image{max-width: 90vw!important;} 
}

.newsletter .checkbox-group div:nth-child(4),
.newsletter .checkbox-container:nth-child(5){
    display:none;
}

.newsletter .newsletter__form .checkbox-group{
    flex-wrap: nowrap;
}

@media screen and (min-width: 861px){
.ugc-overlay-video--main {
    width: auto!important;
    height: 100%!important;
}
}

/* fix for mobile info strip causing PLP problems */
.mobile-info-strip {
    overflow: hidden;
}

/*capitalise blog header until CMS is updated to allow editing of this page*/
#inspiration .inspiration-content-wrap .blog-header h1 {
    text-transform: uppercase;
}

@media only screen and (max-width: 700px) {
    /*remove lists from LPs on mob*/
    .shopping-catalogue-guide {
        display: none;
    }
}

/*cut margin before title on blog post*/
@media only screen and (max-width: 43.75em) {
    #inspiration.inspiration-post {
        margin-top: 20px;
    }
}

/* temp hiding of wishlist popup */
#wishNotification {
    display: none !important;
}

#inspiration .inspiration-content-wrap .blog-posts .row a.blog-post picture img {
    max-width: 100%;
}

@media (max-width: 700px) {
    #preview-toolbar {
        transform: translate(0px, 100%);
    }
}

#cookie-notifcation-banner {
    z-index: 500;
}

/*7-1-16*/
@media only screen and (max-width: 700px) {
    .breadcrumbs {
        display: none;
    }
}