/* Full-width background with normal container for shop global section */
#shop-global-section-target {
    width: 100vw;                 /* full width for background */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

/* Make background layers full width */
#shop-global-section-target .row-bg-wrap,
#shop-global-section-target .row-bg-wrap .row-bg {
    width: 100%;
}

/* Constrain inner content to normal container width */
#shop-global-section-target .row_col_wrap_12,
#shop-global-section-target .vc_row-inner,
#shop-global-section-target .vc_column-inner {
    max-width: 1200px;            /* normal container width */
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Inner rows stay full width inside the container column */
#shop-global-section-target .inner_row .row_col_wrap_12_inner {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}