/* New Full Width Related Products Styles */
.naibabiji-b2b-fullwidth-related-wrapper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #f8f9fa; /* Only the wrapper has the background */
    padding: 60px 0;
    margin-top: 60px;
    margin-bottom: 60px;
}

.naibabiji-b2b-inner-container {
    max-width: 1290px; /* Content is constrained */
    margin: 0 auto;
    padding: 0 20px;
}

.naibabiji-b2b-related-products {
    background: transparent !important; /* Remove background from inner element */
    padding: 0 !important;
    margin: 0 !important;
}

.naibabiji-b2b-related-products h2 {
    text-align: center;
    margin-bottom: 40px;
}