/* Product */
.p-detail-inner-header h1 {
    font-size: 2.4rem;
    line-height: 1.28em;
}

@media (max-width: 767px) {
    .p-detail-inner-header h1 {
        font-size: 2.14rem;
    }
}

.add-to-cart-wrapper .social-buttons-wrapper .link-icon.print {
    display: none;
}