:root{
    --padding-x: 10px;
}

.product-name h1{
    font-size: 28px;
    margin-bottom: 0;
}
td:first-child{
    width: 400px;
}
hr{
    margin-bottom: 10px;
    border-top: 0px;
    height: 1px;
    border-right: 0px;
    background: #a5a5a5;
    border-bottom: 0px;
    border-left: 0px
}
/* OLD EPSON CLASSES BEGIN */
/* #epson_overview img{
    max-width: 100%;
    width: max-content;
} */
.sub011{
    font-weight: bold;
}
/* .benefit_imgleft,
.benefit_imgright{
    display: flex;
}
.benefit_imgleft div:not(:has(img)),
.benefit_imgright div:has(img) {
    order: 2;
} */
/* OLD EPSON CLASSES END */
#flush-specs .table:not(.other) td:first-child,
#flush-specs .producttables td:first-child{
    width: 165px;
    vertical-align: top;
}
#flush-specs .table{
    margin-bottom: 40px;
}
.producttables th,
.producttables td{
    padding: .5rem .5rem;
}
#flush-specs .producttables tr:nth-child(odd){
    background-color: white;
}
.producttables tr:nth-child(even){
    background-color: #f1f3f5;
}
.table.other td {
    width: unset;
}
.glyphicon-content:not(.product-wtb-copy){
    padding-left: 15px;
}
/* .glyphicon-map-marker:before {
    position: absolute;
    left: 0px;
} */
.product-summary{
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 30px;
}
.magnify > .magnify-lens {
    border: 1px solid gray;
    box-shadow: none;
}
.product-summary .slick-slide{
    display: flex;
    flex-direction: column;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
}
.product-summary .splide__slide img{
    max-width: max-content;
    max-height: 100%;
    object-fit: contain;
}
#thumbnail-carousel{
    margin-inline: auto;
    
}
.product-summary #thumbnail-carousel .splide__slide img{
    width: 100%;
    object-fit: contain;
    max-height: 100%;
}
#thumbnail-carousel .splide__arrows{
    display: none;
}
.product-at-a-glance,
.consumable-at-a-glance{
    background-color: #f1f3f5;
    padding: 30px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.product-at-a-glance,
.product-images,
.consumable-at-a-glance{
    padding-inline: var(--padding-x);
}
.at-a-glance-ctas{
    padding: 20px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}
.splide__track--nav>.splide__list>.splide__slide{
    border: 1px solid transparent;
}
.splide__track--nav>.splide__list>.splide__slide.is-active{
    border: 1px solid black;
}
.image-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.magnifier-preview{
    position: absolute;
    aspect-ratio: 1;
    width: 300px;
    max-width: 300px;
    max-height: 300px;
}

.resp-tab-item{
    background-color: transparent!important;
}
#detailsTab .active {
    border: none!important;
    margin-bottom: -1px !important;
    background-color: #9ddfff!important;
    border-radius: 0;
}
#detailsTab{
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(16,33,139,.1);
    border-color: #d1dae27a;
    border-style: solid;
    border-width: 1px 0;
}
#detailsTab button{
    position: relative;
    padding: 15px 45px!important;
    margin: 0;
    border: none;
    margin-bottom: -1px;
    font-weight: 600;
    font-size: 13px;
    list-style: none;
    cursor: pointer;
    color: #212529;
    transition: all .3s ease-in-out;
}
#detailsTab li{
    position: relative;
}
#detailsTab li:hover{
    background-color: #d9e3ec!important;
}
#detailsTab li::after{
    width: 1px;
    height: 30px;
    background-color: #d9e3ec;
    content: " ";
    position: absolute;
    right: 0;
    bottom: 20%;
}

#product-details-tab .sticky-top{
    background-color: #ffffff;
    top: -1px;
    padding: 20px 0;
    display: none;
}
.shadow-on-scroll{
    box-shadow: 0 2px 5px 0 rgba(16,33,139,.1);
}
.spacer {
    height: 1px;
    margin-top: -1px;
}

.resp-tab-content {
    border: 0;
}

.resp-tab-content {
    padding: 0;
}

.g-5, .gx-5 {
    --bs-gutter-x: 7rem;
}

.features-list li:not(:last-child){
    margin-bottom: 20px;
}

.features-list ul{
    padding-left: 15px;
}

.product-content p{
    font-size: calc(var(--body-font-size) - 2px);
}

#main-images-carousel .splide__track{
    border: 1px solid #d9e3ec;
    min-height: 500px;
}

.product-details .product-name{
    padding-top: calc(var(--space-between-sections) - 70px)!important;
    padding-bottom: calc(var(--space-between-sections) - 70px)!important;
    padding-inline: var(--padding-x);
    position: relative;
}

.product-details .product-name h2{
    margin-bottom: 0;
}

#detailsTab li a{
    text-decoration: none;
    color: var(--bs-body-color);
}
.brochures,
.downloads,
.consumables{
    margin-bottom: 20px;
}
.brochures .all-brochures,
.all-downloads{
    display: grid;
    background-color: #f1f3f5;
    gap: 30px;
    padding: 20px;
}
@media screen and (min-width: 1024px) {
    .brochures .all-brochures,
    .all-downloads{
        grid-template-columns: repeat(4, 1fr);
    }
}
.video-thumb{
    position: relative;
}

.video-thumb .play-icon{
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: white;
}

.video-thumb .play-icon::before{
    font-family: Glyphicons Halflings,sans-serif;
    content: "\e072";
    position: absolute;
    top: 4px;
    left: 8px;
}
.video-slide{
    width: 100%;
}
.accordion {
    color: #fff;
    --bs-accordion-btn-color: #ffffff;
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23fff" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
    --bs-accordion-btn-icon-transform: rotate(180deg);
}
#productDetailsAccordion .accordion-button{
    color: #fff;
    font-size: 16px;
    padding-block: 14px;
    padding-inline: var(--padding-x);
}
#productDetailsAccordion .accordion-button.collapsed{
    background-color: #19212b;
}
#productDetailsAccordion .accordion-button::after{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    content: "\e072";
    font-family: "Glyphicons Halflings";
    font-size: 12px;
    margin-right: 8px;
    vertical-align: middle;
    background-image: unset;
    transform: rotate(90deg);
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
}
#productDetailsAccordion .accordion-button:not(.collapsed)::after{
    transform: rotate(270deg);
}
#productDetailsAccordion .accordion-button.collapsed {
    border-bottom: 1px solid #959595;
}
#productDetailsAccordion .accordion-button:not(.collapsed) {
    background-color: #10218b;
}
#productDetailsAccordion .accordion-body{
    padding-inline: var(--padding-x);
}
#flush-in-depth{
    background-color: #ffffff;
}
.accordion-item ul{
    padding-left: 15px;
}
.accordion-block{
    background-color: #f1f3f5;
}
.product-highlights ul {
    padding-left: 0;
}
#productDetailsAccordion ul li:not(:last-child, .paginationjs-prev, .paginationjs-next, .paginationjs-page, .paginationjs-ellipsis){
    padding-bottom: 15px;
}
/* .in-depth__section-image{
    order: 3;
} */
.in-depth__section-image img{
    height: 300px;
    object-fit: contain;
}

@media screen and (min-width: 1200px) {
    .height--unset{
        height: unset!important;
    }
}

.in-depth__section-image100 img{
    height: 100px;
    object-fit: contain;
}

.in-depth__section-image150 img{
    height: 150px;
    object-fit: contain;
}

.in-depth__section-image200 img{
    height: 200px;
    object-fit: contain;
}

.in-depth__section-image250 img{
    height: 250px;
    object-fit: contain;
}

.in-depth__section-image350 img{
    height: 350px;
    object-fit: contain;
}

.in-depth__section-image400 img{
    height: 400px;
    object-fit: contain;
}

.in-depth__section-image450 img{
    height: 450px;
    object-fit: contain;
}

.tab-content p,
.consumable-at-a-glance .description p{
    margin-bottom: 20px;
}

.cons-block{
    gap: 20px;
}
.all-brochures__brochure,
.all-downloads__download{
    background-color: #fff;
    padding: 20px var(--padding-x);
    gap: 5px;
}
.all-brochures__brochure > *,
.all-downloads__download > *{
    margin: 0;
}
.gst{
    font-size: 11px;
    color: #90949c;
}
.product-details .product-images{
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    position: relative;
}
.extra-information{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.extra-information > *{
    flex: 0 1 calc(50% - 10px);
    box-sizing: border-box;
    padding: 10px;
    background-color: #f1f3f5;
    color: #4a4e51;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.extra-information > *::before{
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 20px;
    margin-right: 10px;
}
.delivery::before{
    content: "\e084";
}
.dispatch::before{
    content: "\e116";
}
.tab-pane p:last-of-type{
    margin-bottom: 0;
}
@media screen and (min-width: 768px){

}

@media screen and (min-width: 992px){
    #main-images-carousel{
        margin-bottom: 20px;
    }
    .product-details-tab{
        box-shadow: 0 2px 5px 0 rgba(16,33,139,.1);
    }
    .product-details-tab ul{
        list-style-type: none;
        padding-left: 0;
    }
    .product-details-tab ul li a{
        text-decoration: none;
    }
    .product-details-tab li{
        display: inline-block;
    }
    .product-details .product-images{
        padding-left: 0;
    }
    .product-summary{
        margin-bottom: 30px;
    }
    #productDetailsAccordion .accordion-header{
        background-color: #19212b;
        border-bottom: 1px solid #959595;
    }
    #productDetailsAccordion .accordion-button.collapsed,
    #productDetailsAccordion .accordion-button:not(.collapsed) {
        border-bottom: none;
        max-width: 840px;
        margin: auto;
        background-color: transparent;
    }
    #productDetailsAccordion .accordion-body{
        max-width: 840px;
        margin: auto;
    }
    #productDetailsAccordion .accordion-header.expanded {
        background-color: #10218b;
    }
    #product-details-tab .eal-section-spacing-top, .footer-container {
        padding-top: 70px;
    }
}

@media screen and (min-width: 1024px) {
    #thumbnail-carousel{
        width: 80%;
        min-height: 60px;
    }
    /* #thumbnail-carousel .splide__list{
        justify-content: center;
    } */
    #thumbnail-carousel .splide__arrows{
        display: block;
    }
    #thumbnail-carousel .splide__arrow--prev{
        left: -55px;
    }
    #thumbnail-carousel .splide__arrow--next{
        right: -55px;
    }
    .product-images{
        padding-inline: unset;
    }
    #main-images-carousel .splide__slide{
        padding-inline: 50px;
    }
    .all-brochures{
        display: flex;
    }
    .all-brochures__brochure,
    .all-downloads__download{
        padding: 20px;
        background-color: #ffffff;
    }
    .product-at-a-glance,
    .consumable-at-a-glance{
        padding-inline: 30px;
    }
}

@media screen and (min-width: 1200px){
    #product-details-tab .sticky-top{
        display: block;
    }
    .product-summary{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .tab-pane{
        padding-block: 40px;
    }
    #consumables-tab-pane{
        padding-bottom: 70px;
    }
    #overview-tab-pane{
        line-height: 2.4;
    }
    /* .brochures .all-brochures {
        flex-direction: row;
    } */
}

@media screen and (min-width: 1400px){

}

@media screen and (min-width: 1600px){

}

/* CONSUMABLE */
.consumable-at-a-glance .sku{
    font-size: 16px;
    font-weight: bold;
}
/* .consumable-at-a-glance .sku span{
    font-weight: normal;
} */
.consumable-at-a-glance .price{
    font-size: 20px;
    font-weight: bold;
}
.consumable-at-a-glance .description{
    padding: 20px;
    background-color: #ffffff;
}

.consumable-at-a-glance .description img{
    max-width: 120px;
}

/* LOADERS */

.product-image-loader-container{
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.product-image-loader {
    width: 250px;
    aspect-ratio: 1;
    background: linear-gradient(90deg, #7a7a7a11 33%, #4c4c4c7a 50%, #7a7a7a11 66%) #f2f2f2;
    background-size: 300% 100%;
    animation: l2 1.2s infinite linear;
}

@keyframes l1 {
    0%  {background-size: 20% 100%,20% 100%,20% 100%}
    20% {background-size: 20% 60% ,20% 100%,20% 100%}
    40% {background-size: 20% 80% ,20% 60% ,20% 100%}
    60% {background-size: 20% 100%,20% 80% ,20% 60% }
    80% {background-size: 20% 100%,20% 100%,20% 80% }
    100%{background-size: 20% 100%,20% 100%,20% 100%}
}

.at-a-glance-loader-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.at-a-glance-loader {
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #7a7a7a11 33%, #4c4c4c7a 50%, #7a7a7a11 66%) #f2f2f2;
    background-size: 300% 100%;
    animation: l2 1.2s infinite linear;
}

.thumbnail-image-loader-container{
    display: flex;
    gap: 10px;
    min-height: 60px;
}

.thumbnail-image-loader {
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, #7a7a7a11 33%, #4c4c4c7a 50%, #7a7a7a11 66%) #f2f2f2;
    background-size: 300% 100%;
    animation: l2 1.2s infinite linear;
}

@keyframes l2 {
    0% {
        background-position: right
    }
}

/* update */
@media screen and (min-width: 992px) {
    .image10percent{
        width: 10%;
    }
    .image15percent{
        width: 15%;
    }
    .image20percent{
        width: 20%;
    }
    .image25percent{
        width: 25%;
    }
    
    .image30percent{
        width: 30%;
    }
    .image35percent{
        width: 35%;
    }
    .image40percent{
        width: 40%;
    }
   .image45percent{
        width: 45%;
    }
    
    .image50percent{
        width: 50%;
    }
   .image55percent{
        width: 55%;
    }
    
    .image60percent{
        width: 60%;
    }
    .image65percent{
        width: 65%;
    }
    
    .image70percent{
        width: 70%;
    }
    .image75percent{
        width: 75%;
    }
    
    .image80percent{
        width: 80%;
    }
    .image85percent{
        width: 85%;
    }
    .image90percent{
        width: 90%;
    }
    .image95percent{
        width: 95%;
    }
    .image100percent{
        width: 100%;
    }
  .image10{
        width: 10%;
    }
      .image15{
        width: 15%;
    }
    
    .image20{
        width: 20%;
    }
      .image25{
        width: 25%;
    }
    
    .image30{
        width: 30%;
    }
      .image35{
        width: 35%;
    }
    .image40{
        width: 40%;
    }
      .image45{
        width: 45%;
    }
    
    .image50{
        width: 50%;
    }
      .image55{
        width: 55%;
    }
    
    .image60{
        width: 60%;
    }
      .image65{
        width: 65%;
    }
    
    .image70{
        width: 70%;
    }
      .image75{
        width: 75%;
    }
    
    .image80{
        width: 80%;
    }
      .image85{
        width: 85%;
    }
    
    .image90{
        width: 90%;
    }
      .image95{
        width: 95%;
    }
    .image100{
        width: 100%;
    }


}

.clearance-badge {
    padding: 2px 12px;
    font-size: 16px;
    font-weight: bold;
    width: fit-content;
    margin-block: 10px;
}

.clearance-badge.refurbished {
    background: #E4F0E8;
    color: #037726;
}

.clearance-badge.refurbished::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='8.754' height='16' viewBox='0 0 8.754 16'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='8.754' height='16' fill='%23037726'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath d='M0,16a14.566,14.566,0,0,0,2.932-1.061A15.01,15.01,0,0,0,4.778,13.6a10.4,10.4,0,0,0,3.77-5.477A7.317,7.317,0,0,0,8.37,4.045,24.487,24.487,0,0,0,6.412,0a15.536,15.536,0,0,0-4.3,5.693A6.035,6.035,0,0,0,3.4,12.27,19.413,19.413,0,0,0,6.05,3.39C6.889,7,6.6,10.775,3.277,13.521A18.25,18.25,0,0,1,0,16' transform='translate(0 0)' fill='%23037726'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    content: "";
    margin-left: 4px;
    padding: 8px 4.377px;
}

.clearance-badge.carton-damaged{
    background-color: rgb(212 212 255);
    color: rgb(75 75 211);
}
.clearance-badge.clearance{
    background-color: gold;
}

.warranty-notes{
    font-size: 14px;
    font-weight: bold;
    color: #4d4d4d;
}

.warranty-notes a{
    color: #10218b!important;
}

.original-price{
    position: relative;
    color: gray;
}
.original-price::after{
    background: #ec1100;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0.5em;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #f1f3f5;
}

#in-depth-tab-pane .eal-section-spacing-top:first-of-type{
    padding-top: 0;
}

/****TAGLINE****/
.at-a-glance-copy .tag{
    font-size: 20px;
    padding-bottom: 20px;
    color: #034ea2;
}

#bulletPoints li:has(.award-image){
    list-style: none;
}

#bulletPoints .award-image{
    width: 20%;
}

#main-images-carousel{
    position: relative;
}

.awards-labels, .award-label{
    list-style: none;
}

.awards-labels{
    position: absolute;
    top: 10px;
    width: 150px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.awards-labels2{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-top: 20px;
}

.awards-labels2 .award-label{
    flex: 1;
    max-width: 180px;
}

/* UPDATES 27/6/25 */
#specifications table tr,
#flush-specs table tr{
    border-color: #ffffff;
}

.accordion-item{
    background-color: #ffffff;
}

/* VIDEO MODAL */
.modal-video{
    --bs-modal-width: 90%;
}
@media screen and (min-width: 992px) {
    .modal-video{
        --bs-modal-width: 50%;
    }
}

.modal-video video{
    width: 100%;
}

.modal-video .modal-footer{
    justify-content: space-between;
}

.btn-prev-video::after{
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(60deg) scale(1)!important;
    transform: translateY(-50%) rotate(60deg) scale(1)!important;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.btn-prev-video{
    padding: 7px 25px 7px 35px;
}

@media screen and (max-width: 991px) {
    /* .video-item{
        background-color: #f7f7f7;
    }
    #flush-videos .accordion-body{
        display: flex;
        flex-direction: column;
        gap: 10px;
    } */
}

/* .cashback-message-container {
    flex-wrap: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: normal;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    row-gap: 10px;
    padding: 20px;
    position: relative;
} */

@media screen and (min-width: 1024px) {
    .cashback-message-container,
    .awards-container,
    .at-a-glance-ctas {
        border: 1px solid #d9e3ec;
        box-shadow: none;
    }
    .awards-container .message-caption{
        padding-left: 20px;
    }
    .awards-container .message-image{
        width: 20%!important;
    }
}

.message-image img{
    width: 95px;
    max-width: 100%;
}

.awards-container .message-image img{
    width: unset;
    max-width: 100%;
}

.cashback-message-starburst{
    position: absolute;
    right: 50px;
    top: 15px;
}

@media screen and (max-width: 1024px) {
    .cashback-message-container,
    .awards-container {
        background-color: #fff;
        box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
        row-gap: 10px;
        padding: 10px;
        position: relative;
    }
    .message-image img {
        width: 100%;
    }
    .message-caption{
        padding-left: 20px;
    }
}

.message-caption,
.message-description > *{
    font-size: .9rem!important;
    color: #353535;
}

.message-description > a{
    font-size: .8rem!important;
    color: #353535;
    display: block;
}

.message-description > a::after{

    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-left: 7px solid #10218b!important;

}

.message-description sup{
    font-size: 12px!important;
    top: -.3em;
}