@media (min-width: 1025px) {
    .website-wrapper:has(.whb-boxed) {
        /*--wd-header-boxed-sp: 30px*/
    }

    .website-wrapper:has(.whb-boxed):has(.whb-top-bar.whb-without-bg:not(.whb-hidden-desktop)) {
        --wd-header-boxed-sp: 0.001px
    }

    .whb-boxed:not(.whb-sticked) .whb-main-header {
        margin-inline: auto;
        width: 95%
    }

    .whb-boxed:not(.whb-sticked) .whb-main-header .whb-row>.container {
        padding-inline: 30px;
        max-width: 100%;
        width: 100%
    }

    .whb-boxed:not(.whb-sticked) .whb-main-header:before {
        content: "";
        display: block;
        height: var(--wd-header-boxed-sp)
    }

    .whb-boxed:not(.whb-sticked) .whb-top-bar.whb-without-bg>.container {
        padding-inline: 0
    }

    .wrapper-boxed .whb-boxed:not(.whb-sticked) .whb-main-header {
        max-width: var(--wd-container-w)
    }

    .wd-search-opened .whb-boxed:not(.whb-sticked) .whb-main-header {
        right: var(--wd-scroll-w)
    }

    .wd-search-opened .whb-boxed:not(.whb-sticked) .whb-row {
        padding-right: 0
    }

    .whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
        max-width: calc(var(--wd-container-w) - 30px)
    }
}