.producthero-b .product_b_readyink {
    width: 185px;
    height: 54px;
    background-image: url(/gfx/readyinkherodark.png);
}

.producthero-b[datacolor="herocolourlight"] .product_b_readyink {
    width: 185px;
    height: 54px;
    background-image: url(/gfx/readyinkherolight.png);
}

.producthero .readyinklink.hero {
    margin: 30px 0;
}
    
.producthero .readyinklink.hero p {
    margin: 15px 0 20px 0px;
}
    
@media only screen and (max-width: 599px) {
    .producthero .readyinklink.hero {
        margin: 0;
        padding-left: 0;
        padding-top: 20px;
    }
}
    
@media only screen and (max-width: 599px) {
    .producthero .readyinklink {
        margin: 10px 0 0 0;
    }
}
    
.producthero.endOfLife :not(:first-child) > .readyinklink.hero {
    padding-top: 30px;
    padding-left: 20px;
}
    
@media only screen and (max-width: 599px) {
    .producthero.endOfLife :not(:first-child) > .readyinklink.hero {
        padding-top: 0px;
        padding-left: 0px;
    }
}
    
.producthero.endOfLife :not(:first-child) > .readyinklink.hero::before {
    content: "";
    height: 70%;
    position: absolute;
    left: 0px;
    top: 10%;
    width: 1px;
    background-color: #ededed;
    display: block;
    margin: 20px 0 20px;
}
    
@media only screen and (max-width: 599px) {
    .producthero.endOfLife :not(:first-child) > .readyinklink.hero::before {
        width: 0px;
    }
}

.product-hero .hero-summary #storebutton {
    margin-bottom: 15px;
}

.product-hero .hero-summary .readyink img {
    float: left;
    margin-right: 10px;
}

.product-hero .hero-summary a.readyink-link__link.popup_maker {
    display: block;
}

.product-hero .hero-summary .readyink-link .readyink-image {
    display: block;
    width: 185px;
    height: 54px;
    background: url(https://neon.epson-europe.com/files/repo/2019/ReadyInk3/ReadyInk/readyink-hero-dark.png) top center no-repeat;
}

.hero-light .product-hero .hero-summary .readyink-link .readyink-image {
    display: block;
    width: 185px;
    height: 54px;
    background: url(https://neon.epson-europe.com/files/repo/2019/ReadyInk3/ReadyInk/readyink-hero-light.png) top center no-repeat;
}

.hero-light .product-hero-a1 .hero-summary .readyink-link .readyink-image {
    background: url(https://neon.epson-europe.com/files/repo/2019/ReadyInk3/ReadyInk/readyink-hero-light.png) top center no-repeat;    
}

@media only screen and (max-width: 767px) {
    .hero-light .product-hero-a1 .hero-summary .readyink-link .readyink-image {
        background: url(https://neon.epson-europe.com/files/repo/2019/ReadyInk3/ReadyInk/readyink-hero-dark.png) top center no-repeat !important;
    }
}

.basket-table-wrap .br-row .readyink-link,
.basket-wrap .basket-item .readyink-link {
    ms-flex-align: end;
    align-items: flex-end;
    display:ms-flexbox;
    display: flex;
    ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
}
   
@media only screen and (min-width: 600px) {
    .basket-table-wrap .br-row .readyink-link,
    .basket-wrap .basket-item .readyink-link {
        margin-top: 0;
        margin-bottom: 6px;
    }
}
   
.miniBasket .basket-table-wrap .br-row .readyink-link,
.miniBasket .basket-wrap .basket-item .readyink-link {
    margin-top: 0;
    margin-bottom: 0px;
}
   
.basket-table-wrap .br-row .readyink-link p,
.basket-wrap .basket-item .readyink-link p {
    font-size: 13px;
}
   
.basket-table-wrap .br-row .readyink-link .readyink-link__image,
.basket-wrap .basket-item .readyink-link .readyink-link__image {
    margin-bottom: 3px;
    margin-right: 10px;
}
   
.basket-table-wrap .br-row .readyink-link .readyink-link__text,
.basket-wrap .basket-item .readyink-link .readyink-link__text {
    margin-bottom: 0;
    font-weight: normal;
}
   
.basket-table-wrap .br-row .readyink-link .readyink-link__link,
.basket-wrap .basket-item .readyink-link .readyink-link__link {
    display: block;
}
   
.readyink-link p {
    margin: 0 0 10px;
}
   
.readyink-link .product_b_ready-ink {
    background-image: url(/gfx/readyink-hero-dark.png);
    width: 185px;
    height: 54px;
}
   
.readyink {
    background-color: #f6f6f6;
}
   
.readyink__list {
    display:ms-flexbox;
    display: flex;
    ms-flex-flow: row wrap;
    flex-flow: row wrap;
    ms-flex-pack: distribute;
    justify-content: space-around;
}
   
@media only screen and (min-width: 600px) {
    .readyink__list {
        ms-flex-pack: justify;
        justify-content: space-between;
    }
}
   
.readyink__item {
    background-color: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    max-width: 300px;
    padding: 5px;
    text-align: center;
    width: 100%;
}
   
@media only screen and (min-width: 600px) {
    .readyink__item {
        max-width: none;
        width: 23.5%;
    }
}
   
.readyink__title {
    font-size: 16px;
    font-weight: bold;
}
   
.readyink__image {
    width: 100%;
}
   
.readyink__content {
    padding-left: 5px;
    padding-right: 5px;
}
   
.readyink__blue {
    color: #10218b;
}