h3.showroom-card__badge{
    display:none !important;
}

/*Product Page Slider Override styles*/
@media screen and (min-width: 0) and (max-width: 575px){
    .product-detail-hero__carousel {
        height: 400px!important;
    }

    .product-detail-hero__carousel .product-detail-hero__carousel-img{
        height: 344px;
    }
}

/*Two Column Card List Widget - colour styles for 'White' option*/
.promotional-list-block.off-white-dark {
    background-color: #f7f5f3;
}
.promotional-list-block.off-white-dark .promotional-list__content{
    background-color: #fff;
}

/*Product Card List styles*/
@media screen and (min-width: 0) and (max-width: 575px){
.product-card-list__item{
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media screen and (min-width: 768px){
    .dual-rich-text-block {
        padding: 6.6rem 0 3rem;
    }
}

/*Two Column Rich Content block styles */
@media screen and (min-width: 768px){
    .two-column-card-block {
        padding: 3rem 0 8rem;
    }
}

/*Two Column Cards block styles */
@media screen and (min-width: 992px){
    .two-column-card-block-list__content {
        padding: 4rem 7.8rem;
    }
}

.country-select__link--fr-fr::before {
    background-image: url(/Static/images/svg/icon-fr-flag.svg);
}

.country-select__link--fr-fr{
    text-transform: capitalize;
}

/*Mobile Logo Override*/
@media only screen and (max-width: 992px) {
    #header .logo-wrapper{
        width: 70px;
    }
  }

/*MP - Full Width Embed */
.container-full-width{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

