/* Force product tabs to full width */
.tabs,
.tab-content,
.nav-tabs {
    width: 100% !important;
    max-width: 100% !important;
}

.tabs .tab-pane {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Remove padding/margins from the parent container */
.product .tabs-container,
.product .tabs {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Optional: full-width background for tabs */
.tabs {
    background: transparent;
}