.intro-section{
    gap: 50px;
    display: flex;
    flex-direction: column;
}

.printer-details{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.printer-image{
    width: 70%;
    margin: auto;
}

.printer-name{
    font-weight: bold;
}

.hidden-xs{
    display: none;
}

@media screen and (min-width: 660px) {
    .intro-section{
        flex-direction: row;
        gap: 0;
        align-items: center;
        margin-bottom: 30px;
    }
    .printer-details{
        align-items: flex-start;
        width: 50%;
    }
    .printer-image{
        margin: unset;
    }
}

@media screen and (min-width: 768px) {
    .hidden-xs{
        display: block;
    }   
}

@media screen and (min-width: 992px) {
    .container.narrower{
        max-width: 800px;
    }

}

/* TABLE */
.one{
    background-color: #3571b5;
    color: #ffffff;
}

.style5{
    font-size: 13.2px;
    padding-inline: 10px;
}

.style5 td {
    vertical-align: middle;
}

.titlebg14 {
    font-size: 12px;
    color: #003399;
    background-color: #cccccc;
    margin-bottom: 15px;
    line-height: 17px;
}

.cons-name{
    color: #000066;
    text-decoration: none;
    font-weight: bold;
}

.product-summary .image-container img {
    max-width: max-content;
    max-height: 100%;
    width: 45%;
}

@media screen and (min-width: 992px){
    .product-summary{
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

    .product-summary .image-container img {
        width: 75%;
    }

    .product-summary .image-container{
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.description:has(table){
    padding: 0!important;
}

.description table{
    border-collapse: collapse;
}

.description table td{
    background-color: #d8e2ec !important;
    padding: 8px;
    vertical-align: middle;
    border: 1px solid #ffffff;
}

.description table td:first-of-type{
    width: 20%;
}

.go-back {
    background: url("/img-old/go-back.jpg") no-repeat;
    width: 56px;
    height: 28px;
    display: block;
    border: none;
}

.go-back:hover{
    background-position: 0 -28px;
}

@media screen and (min-width: 992px) {
    .notify-me-form{
        max-width: 500px;
    }
}

.notify-me-form .form-floating input{
    padding: 8px 6px;
}

.form-floating .form-control:focus {
    border: 1px solid rgb(0 0 0 / 28%);
}

.desc-from-CMS img,
.desc-from-CMS br{
    display: none;
}

.notify-prod-wrap .description .product-tag{
    color: #034ea2;
    font-size: 23px;
    margin-bottom: 20px;
}

.desc-from-CMS .head011{
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}