.interclamp-footer-credit {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    padding: 0.75rem 0 1.25rem;
}

.interclamp-footer-credit img {
    flex: 0 0 24px;
}

.product-nav-buttons .btn {
    margin: 0.25rem;
}

@media print {
    .top-bar,
    .product-nav-buttons,
    .interclamp-footer-credit {
        display: none !important;
    }
}
