.sps-buttons {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.sps-buttons button,
.sps-buttons a {
    padding: 10px 14px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    background: #111;
    color: #fff;
}

.sps-wa {
    background: #25D366;
}

@media print {
    header, footer, .sidebar, .related, .upsells,
    .woocommerce-tabs, .woocommerce-breadcrumb,
    .sps-buttons {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    .product {
        width: 100% !important;
    }

    img {
        max-width: 100% !important;
        height: auto !important;
    }
}
