﻿/* DIBIASI_THEME_2026
   Porting coordinato dal clone: solo header, sidebar/mobile e tablet.
   Le personalizzazioni di prodotto, categorie, carrello e disponibilita non sono incluse.
*/
/* DIBIASI_HEADER_2026_BEGIN */
:root {
    --db-header-blue: #1F284E;
    --db-header-blue-2: #3E519E;
    --db-header-blue-hover: #2F407F;
    --db-header-white: #ffffff;
    --db-header-soft: #FFFFFF;
    --db-header-text: #172033;
    --db-header-muted: #7A8496;
    --db-header-line: #D8DEEA;
}

#masthead,
.db-site-header {
    background:
        linear-gradient(100deg, #18203F 0%, #1F284E 56%, #5266A8 100%) !important;
    color: #ffffff !important;
}

.db-site-header {
    border-bottom: 1px solid rgba(62, 81, 158, .22) !important;
    box-shadow: 0 6px 22px rgba(18, 24, 30, .16) !important;
}

.db-header-logo {
    border: 1px solid rgba(255, 255, 255, .20) !important;
    background: #ffffff !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.10) !important;
}

.db-header-menu-btn,
.db-header-contact,
.db-header-action {
    border: 1px solid rgba(255,255,255,.18) !important;
    background: rgba(255,255,255,.09) !important;
    color: #ffffff !important;
}

.db-header-menu-btn svg,
.db-header-contact svg,
.db-header-action svg {
    color: #ffffff !important;
    stroke: currentColor !important;
}

.db-header-menu-btn:hover,
.db-header-menu-btn:focus,
.db-header-contact:hover,
.db-header-contact:focus,
.db-header-action:hover,
.db-header-action:focus {
    border-color: rgba(62, 81, 158, .72) !important;
    background: rgba(62, 81, 158, .16) !important;
    color: #EAF0FF !important;
    box-shadow: 0 0 0 3px rgba(62, 81, 158, .10) !important;
}

.db-header-link {
    color: rgba(255,255,255,.90) !important;
}

.db-header-link:hover,
.db-header-link:focus {
    background: rgba(255,255,255,.08) !important;
    color: #EAF0FF !important;
}

.db-searchbox {
    border: 1px solid rgba(62, 81, 158, .60) !important;
    background: #FFFFFF !important;
    box-shadow: 0 2px 7px rgba(0,0,0,.08) !important;
}

.db-searchbox input,
.db-searchbox .form-control {
    background: transparent !important;
    color: #172033 !important;
}

.db-searchbox input::placeholder,
.db-searchbox .form-control::placeholder {
    color: #7f7a73 !important;
    opacity: 1 !important;
}

.db-searchbox:focus-within {
    border-color: #3E519E !important;
    box-shadow:
        0 0 0 3px rgba(62,81,158,.16),
        0 2px 10px rgba(0,0,0,.08) !important;
}

.db-search-submit {
    border-color: #3E519E !important;
    background: #3E519E !important;
    color: #172033 !important;
}

.db-search-submit svg {
    color: #172033 !important;
    stroke: currentColor !important;
}

.db-search-submit:hover,
.db-search-submit:focus {
    border-color: #2F407F !important;
    background: #2F407F !important;
    color: #1f2a33 !important;
}

.db-header-cart-count {
    border: 2px solid #172033 !important;
    background: #3E519E !important;
    color: #172033 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,.16) !important;
}
/* DIBIASI_HEADER_2026_END */

/* DIBIASI_MOBILE_APP_NAV_BEGIN */

.db-mobile-bottom-nav {
    display: none;
}

@media (max-width: 767.98px) {
    :root {
        --db-mobile-topbar-height: 74px;
        --db-mobile-bottomnav-height: 68px;
    }

    html,
    body {
        overscroll-behavior-y: none;
    }

    #masthead {
        height: var(--db-mobile-topbar-height) !important;
        min-height: var(--db-mobile-topbar-height) !important;
        background: #3E519E !important;
    }

    .db-site-header {
        background:
            linear-gradient(105deg, #2F407F 0%, #3E519E 55%, #5266A8 100%) !important;
        border-bottom: 0 !important;
        box-shadow: 0 3px 14px rgba(31, 40, 78, .18) !important;
    }

    .db-header-shell {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 9px 11px 10px !important;
        box-sizing: border-box !important;
    }

    .db-header-main {
        display: block !important;
        min-height: 0 !important;
        padding: 0 !important;
    }

    .db-header-logo,
    .db-header-quicknav,
    .db-header-actions {
        display: none !important;
    }

    .db-header-search {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    .db-searchbox {
        width: 100% !important;
        height: 54px !important;
        overflow: visible !important;
        border: 1px solid rgba(47, 55, 62, .56) !important;
        border-radius: 27px !important;
        background: #ffffff !important;
        box-shadow:
            0 2px 7px rgba(47, 55, 62, .14),
            inset 0 0 0 1px rgba(255, 255, 255, .55) !important;
    }

    .db-searchbox:focus-within {
        border-color: #2F407F !important;
        box-shadow:
            0 0 0 2px rgba(255, 255, 255, .34),
            0 3px 10px rgba(47, 55, 62, .16) !important;
    }

    #masthead .db-searchbox .main-search {
        width: 100% !important;
        height: 52px !important;
        min-width: 0 !important;
        margin: 0 !important;
        padding: 0 58px 0 19px !important;
        border: 0 !important;
        border-radius: 27px !important;
        background: transparent !important;
        box-shadow: none !important;
        color: #222a31 !important;
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 52px !important;
        outline: none !important;
    }

    #masthead .db-searchbox .main-search::placeholder {
        color: #6E7680 !important;
        opacity: 1 !important;
    }

    .db-search-submit {
        top: 5px !important;
        right: 6px !important;
        width: 42px !important;
        height: 42px !important;
        border: 0 !important;
        border-radius: 21px !important;
        background: transparent !important;
        color: #1F284E !important;
        box-shadow: none !important;
    }

    .db-search-submit:hover,
    .db-search-submit:focus,
    .db-search-submit:active {
        background: #EEF2FF !important;
        color: #1F284E !important;
        box-shadow: none !important;
        transform: none !important;
    }

    .db-search-submit svg {
        width: 23px !important;
        height: 23px !important;
        color: #1F284E !important;
        stroke: currentColor !important;
    }

    #masthead .search-it-panel {
        z-index: 1090 !important;
    }

    #page {
        padding-bottom:
            calc(var(--db-mobile-bottomnav-height) + env(safe-area-inset-bottom, 0px)) !important;
    }

    .db-mobile-bottom-nav {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        height:
            calc(var(--db-mobile-bottomnav-height) + env(safe-area-inset-bottom, 0px));
        padding:
            5px 3px env(safe-area-inset-bottom, 0px);
        border-top: 1px solid #dedede;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 -5px 18px rgba(30, 35, 40, .10);
        box-sizing: border-box;
        -webkit-backdrop-filter: blur(12px);
        backdrop-filter: blur(12px);
    }

    .db-mobile-nav-item {
        position: relative;
        display: flex;
        min-width: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2px;
        padding: 2px 1px 1px;
        border-radius: 12px;
        color: #1F284E !important;
        text-decoration: none !important;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
    }

    .db-mobile-nav-item:hover,
    .db-mobile-nav-item:focus {
        color: #1F284E !important;
        text-decoration: none !important;
        outline: none;
    }

    .db-mobile-nav-item:active {
        background: #EEF2FF;
    }

    .db-mobile-nav-icon {
        position: relative;
        display: inline-flex;
        width: 31px;
        height: 31px;
        align-items: center;
        justify-content: center;
    }

    .db-mobile-nav-icon svg {
        display: block;
        width: 27px;
        height: 27px;
    }

    .db-mobile-nav-label {
        display: block;
        max-width: 100%;
        overflow: hidden;
        color: currentColor;
        font-size: 10.5px;
        font-weight: 700;
        line-height: 13px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .db-mobile-nav-item.is-active,
    body.db-sidebar-open .db-mobile-nav-item--explore {
        color: #3E519E !important;
    }

    .db-mobile-nav-item.is-active::before,
    body.db-sidebar-open .db-mobile-nav-item--explore::before {
        position: absolute;
        top: -5px;
        left: 50%;
        width: 42px;
        height: 3px;
        border-radius: 0 0 999px 999px;
        background: #3E519E;
        content: "";
        transform: translateX(-50%);
    }

    .db-mobile-nav-cart-icon {
        position: relative;
    }

    .db-mobile-nav-cart-count {
        position: absolute;
        top: -4px;
        right: -8px;
        display: inline-flex;
        min-width: 18px;
        height: 18px;
        align-items: center;
        justify-content: center;
        padding: 0 4px;
        border: 2px solid #ffffff;
        border-radius: 999px;
        background: #3E519E;
        color: #1F284E;
        font-size: 9px;
        font-weight: 800;
        line-height: 14px;
        box-sizing: border-box;
    }

    html.search-v3-layer-open .db-mobile-bottom-nav,
    body.search-v3-layer-open .db-mobile-bottom-nav {
        display: none !important;
    }

    body.db-sidebar-open .db-mobile-bottom-nav {
        box-shadow: 0 -5px 18px rgba(30, 35, 40, .16);
    }

    body.db-sidebar-open .db-mobile-nav-item:not(.db-mobile-nav-item--explore) {
        opacity: .58;
    }

    #page_content {
        padding-top: 10px !important;
    }
}

@media (max-width: 380px) {
    .db-header-shell {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    #masthead .db-searchbox .main-search {
        padding-left: 16px !important;
        font-size: 15px !important;
    }

    .db-mobile-nav-label {
        font-size: 9.8px;
    }

    .db-mobile-nav-icon svg {
        width: 25px;
        height: 25px;
    }
}

/* DIBIASI_MOBILE_APP_NAV_END */

/* DIBIASI_SEARCH_MOBILE_BOTTOM_NAV_V2_BEGIN */
@media (max-width: 767.98px) {
    html.search-v3-layer-open .db-mobile-bottom-nav,
    body.search-v3-layer-open .db-mobile-bottom-nav {
        display: grid !important;
        z-index: 2147483600 !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    html.search-v3-layer-open .db-mobile-bottom-nav #sidebarCollapse-2,
    body.search-v3-layer-open .db-mobile-bottom-nav #sidebarCollapse-2 {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    html.search-v3-layer-open .db-mobile-bottom-nav,
    body.search-v3-layer-open .db-mobile-bottom-nav {
        border-top-color: #d7dce3 !important;
        background: rgba(255,255,255,.985) !important;
        box-shadow: 0 -4px 16px rgba(25,34,45,.14) !important;
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }
}
/* DIBIASI_SEARCH_MOBILE_BOTTOM_NAV_V2_END */

/* DIBIASI_TABLET_PORTRAIT_MENU_FIX_BEGIN */

@media (orientation: portrait) and (min-width: 600px) and (max-width: 1100px) {

    :root {
        --db-sidebar-width: clamp(175px, 20vw, 205px) !important;
    }

    body.db-sidebar-open #sidebar {
        width: var(--db-sidebar-width) !important;
        max-width: var(--db-sidebar-width) !important;
    }

    html body.db-sidebar-open #page,
    html body.db-sidebar-open.db-sidebar-tablet-portrait #page {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;

        width: calc(100% - var(--db-sidebar-width)) !important;
        max-width: calc(100% - var(--db-sidebar-width)) !important;

        margin-left: var(--db-sidebar-width) !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;

        transform: none !important;
        transform-origin: initial !important;

        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }

    html body.db-sidebar-open #page_content,
    html body.db-sidebar-open #page .page-footer {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin-left: 0 !important;
        margin-right: 0 !important;

        transform: none !important;
        box-sizing: border-box !important;
    }

    html body.db-sidebar-open #page .container,
    html body.db-sidebar-open #page .container-sm,
    html body.db-sidebar-open #page .container-md,
    html body.db-sidebar-open #page .container-lg,
    html body.db-sidebar-open #page .container-xl,
    html body.db-sidebar-open #page .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;

        margin-left: auto !important;
        margin-right: auto !important;

        box-sizing: border-box !important;
    }

    html body.db-sidebar-open #page .row {
        max-width: 100% !important;
    }

    html body.db-sidebar-open #masthead,
    html body.db-sidebar-open .db-site-header {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;

        margin-left: 0 !important;
        transform: none !important;
    }

    html.search-v3-layer-open body.db-sidebar-open #page,
    body.search-v3-layer-open.db-sidebar-open #page {
        width: 100% !important;
        max-width: 100% !important;

        margin-left: 0 !important;
        margin-bottom: 0 !important;

        transform: none !important;
    }
}

/* DIBIASI_TABLET_PORTRAIT_MENU_FIX_END */


/* DIBIASI_SIDEBAR_FROM_DIELMAT_BEGIN */

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

:root {
    --db-sidebar-header-offset: 70px;
    --db-sidebar-width: 300px;
}

@media (min-width: 481px) and (max-width: 1100px) {
    :root {
        --db-sidebar-width: 220px;
    }
}

@media (max-width: 480px) {
    :root {
        --db-sidebar-header-offset: 111px;
        --db-sidebar-width: 220px;
    }
}

#sidebar {
    --db-sidebar-blue: #1F284E;
    --db-sidebar-blue-2: #3E519E;
    --db-sidebar-accent: #2f6092;
    --db-sidebar-text: #24313d;
    --db-sidebar-muted: #6d7885;
    --db-sidebar-border: #e2e8ef;
    --db-sidebar-soft: #f5f8fb;
    width: var(--db-sidebar-width);
    max-width: calc(100vw - 24px);
    height: calc(100vh - var(--db-sidebar-header-offset));
    height: calc(100dvh - var(--db-sidebar-header-offset));
    position: fixed;
    top: var(--db-sidebar-header-offset);
    left: 0;
    z-index: 1030;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    border-right: 1px solid rgba(31, 40, 78, .08);
    border-radius: 0 18px 18px 0;
    background: #fff;
    color: var(--db-sidebar-text);
    box-shadow: 22px 0 60px rgba(15, 23, 42, .20);
    transform: translate3d(-104%, 0, 0);
    transition: transform .28s cubic-bezier(.22, 1, .36, 1);
    will-change: transform;
}

#sidebar::-webkit-scrollbar {
    width: 7px;
}

#sidebar::-webkit-scrollbar-track {
    background: transparent;
}

#sidebar::-webkit-scrollbar-thumb {
    border: 2px solid #fff;
    border-radius: 999px;
    background: #c4cdd7;
}

#sidebar::-webkit-scrollbar-thumb:hover {
    background: #9eaab7;
}

#sidebar.active {
    transform: translate3d(0, 0, 0);
}

#dismiss {
    position: absolute;
    top: 13px;
    right: 13px;
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 11px;
    background: rgba(255, 255, 255, .10);
    color: #fff;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, transform .16s ease;
}

#dismiss svg {
    width: 17px;
    height: 17px;
}

#dismiss:hover,
#dismiss:focus {
    border-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .20);
    color: #fff;
    outline: none;
}

#dismiss:active {
    transform: scale(.96);
}

.overlay {
    position: fixed;
    top: var(--db-sidebar-header-offset);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    display: block;
    width: 100vw;
    height: calc(100vh - var(--db-sidebar-header-offset));
    height: calc(100dvh - var(--db-sidebar-header-offset));
    background: rgba(15, 23, 42, .52);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#sidebar .sidebar-header {
    position: relative;
    padding: 16px 56px 16px 18px;
    background: linear-gradient(135deg, var(--db-sidebar-blue) 0%, #283f76 54%, var(--db-sidebar-blue-2) 100%);
    color: #fff;
}

.db-sidebar-brand {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 13px;
    font-size: 10.25px;
    font-weight: 800;
    letter-spacing: .105em;
}

.db-sidebar-brand-mark {
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 2px solid rgba(255, 255, 255, .95);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .10);
}

.db-sidebar-account-summary {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
}

.db-sidebar-account-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 12px;
    background: rgba(255, 255, 255, .11);
}

.db-sidebar-account-icon .db-sidebar-svg {
    width: 18px;
    height: 18px;
}

.db-sidebar-account-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.db-sidebar-account-copy small {
    color: rgba(255, 255, 255, .72);
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: .02em;
}

.db-sidebar-account-copy strong {
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.db-sidebar-body {
    padding: 11px 12px 16px;
    background: #fff;
}

.db-sidebar-section-title {
    margin: 10px 6px 5px;
    color: var(--db-sidebar-muted);
    font-size: 9.25px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.db-sidebar-section-title:first-child {
    margin-top: 2px;
}

#sidebar ul.components,
#sidebar .db-sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.db-sidebar-item {
    margin: 1px 0;
}

#sidebar .db-sidebar-link {
    display: flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    padding: 4px 7px 4px 5px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: var(--db-sidebar-text);
    font-size: 12.25px;
    font-weight: 650;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

#sidebar .db-sidebar-link:hover,
#sidebar .db-sidebar-link:focus {
    border-color: #dfe8f2;
    background: #f2f6fb;
    color: #244f7a;
    outline: none;
    transform: translateX(2px);
}

.db-sidebar-icon {
    display: inline-flex;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--db-sidebar-border);
    border-radius: 10px;
    background: var(--db-sidebar-soft);
    color: #4c5d6d;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}

.db-sidebar-svg {
    width: 16px;
    height: 16px;
}

#sidebar .db-sidebar-link:hover .db-sidebar-icon,
#sidebar .db-sidebar-link:focus .db-sidebar-icon {
    border-color: #d6e2ef;
    background: #e5eef8;
    color: var(--db-sidebar-accent);
}

#sidebar .db-sidebar-link.is-current {
    border-color: #d7e4f1;
    background: #edf4fb;
    color: #244f7a;
}

#sidebar .db-sidebar-link.is-current .db-sidebar-icon {
    border-color: #cfddec;
    background: #dfeaf6;
    color: var(--db-sidebar-accent);
}

#sidebar .db-sidebar-link.is-current .db-sidebar-chevron {
    color: var(--db-sidebar-accent);
}

.db-sidebar-label {
    min-width: 0;
    flex: 1 1 auto;
}

.db-sidebar-chevron {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: #9aa6b2;
    transition: color .16s ease, transform .16s ease;
}

#sidebar .db-sidebar-link:hover .db-sidebar-chevron,
#sidebar .db-sidebar-link:focus .db-sidebar-chevron {
    color: var(--db-sidebar-accent);
    transform: translateX(2px);
}

.db-sidebar-divider {
    height: 1px;
    margin: 12px 5px 8px;
    background: #e9edf2;
}


@media (min-width: 481px) and (max-width: 1100px) {
    #sidebar .sidebar-header {
        padding: 13px 48px 13px 14px;
    }

    #dismiss {
        top: 10px;
        right: 10px;
        width: 31px;
        height: 31px;
    }

    #dismiss svg {
        width: 15px;
        height: 15px;
    }

    .db-sidebar-brand {
        margin-bottom: 9px;
        font-size: 9.5px;
    }

    .db-sidebar-account-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
    }

    .db-sidebar-account-icon .db-sidebar-svg {
        width: 15px;
        height: 15px;
    }

    .db-sidebar-account-copy small {
        font-size: 8.75px;
    }

    .db-sidebar-account-copy strong {
        font-size: 11.5px;
    }

    .db-sidebar-body {
        padding: 8px 8px 12px;
    }

    .db-sidebar-section-title {
        margin: 8px 5px 4px;
        font-size: 8.5px;
    }

    #sidebar .db-sidebar-link {
        min-height: 39px;
        gap: 7px;
        padding: 3px 5px 3px 4px;
        font-size: 11px;
    }

    .db-sidebar-icon {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
    }

    .db-sidebar-svg {
        width: 14px;
        height: 14px;
    }

    .db-sidebar-chevron {
        width: 12px;
        height: 12px;
        flex-basis: 12px;
    }

    .db-sidebar-divider {
        margin: 9px 4px 6px;
    }
}

@media (max-width: 480px) {
    #sidebar {
        width: min(220px, calc(100vw - 56px));
        max-width: 220px;
        border-radius: 0 12px 12px 0;
    }

    #sidebar .sidebar-header {
        padding: 12px 44px 12px 12px;
    }

    #dismiss {
        top: 9px;
        right: 9px;
        width: 30px;
        height: 30px;
    }

    #dismiss svg {
        width: 14px;
        height: 14px;
    }

    .db-sidebar-brand {
        margin-bottom: 8px;
        font-size: 9px;
    }

    .db-sidebar-account-summary {
        gap: 7px;
    }

    .db-sidebar-account-icon {
        width: 29px;
        height: 29px;
        flex-basis: 29px;
        border-radius: 8px;
    }

    .db-sidebar-account-icon .db-sidebar-svg {
        width: 14px;
        height: 14px;
    }

    .db-sidebar-account-copy small {
        font-size: 8.25px;
    }

    .db-sidebar-account-copy strong {
        font-size: 10.75px;
    }

    .db-sidebar-body {
        padding: 7px 7px 11px;
    }

    .db-sidebar-section-title {
        margin: 7px 4px 3px;
        font-size: 8px;
        letter-spacing: .075em;
    }

    #sidebar .db-sidebar-link {
        min-height: 37px;
        gap: 6px;
        padding: 3px 4px;
        font-size: 10.5px;
        border-radius: 8px;
    }

    .db-sidebar-icon {
        width: 25px;
        height: 25px;
        flex-basis: 25px;
        border-radius: 7px;
    }

    .db-sidebar-svg {
        width: 13px;
        height: 13px;
    }

    .db-sidebar-chevron {
        width: 11px;
        height: 11px;
        flex-basis: 11px;
    }

    .db-sidebar-divider {
        margin: 8px 4px 5px;
    }
}

#db-mobile-menu-loading {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, .46);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .14s ease, visibility .14s ease;
    -webkit-backdrop-filter: blur(1.5px);
    backdrop-filter: blur(1.5px);
}

#db-mobile-menu-loading.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#db-mobile-menu-loading .db-mobile-menu-loading-box {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    background: rgba(31, 40, 78, .94);
    color: #fff;
    font-size: 12px;
    font-weight: 650;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .20);
}

#db-mobile-menu-loading .db-mobile-menu-loading-spinner {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, .38);
    border-top-color: #fff;
    border-radius: 50%;
    animation: dbMobileMenuLoadingSpin .7s linear infinite;
}

@keyframes dbMobileMenuLoadingSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 481px) {
    #db-mobile-menu-loading {
        display: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    #sidebar,
    .overlay,
    #dismiss,
    #sidebar .db-sidebar-link,
    .db-sidebar-icon,
    .db-sidebar-chevron {
        transition: none;
    }
}

#page {
    transition: margin-left .28s cubic-bezier(.22, 1, .36, 1), width .28s cubic-bezier(.22, 1, .36, 1);
}

body.db-sidebar-open #sidebar {
    transform: translate3d(0, 0, 0);
}

@media (min-width: 481px) {
    body.db-sidebar-open {
        overflow-x: hidden;
    }

    body.db-sidebar-open #page {
        width: calc(100% - var(--db-sidebar-width));
        margin-left: var(--db-sidebar-width);
    }

    body.db-sidebar-open .db-site-header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        transform: none !important;
    }

    body.db-sidebar-open .overlay,
    body.db-sidebar-open .overlay.active {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

@media (max-width: 480px) {
    body.db-sidebar-open #page {
        width: 100%;
        margin-left: 0;
    }

    body.db-sidebar-open .db-site-header {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
        transform: none !important;
    }
}


/* DIBIASI_MOBILE_SIDEBAR_SCROLL_FIX_BEGIN */

@media (max-width: 767.98px) {

    #sidebar {
        overflow-x: hidden !important;
        overflow-y: auto !important;

        overscroll-behavior-x: none !important;
        overscroll-behavior-y: contain !important;

        -webkit-overflow-scrolling: touch !important;

        touch-action: pan-y !important;

        box-sizing: border-box !important;
    }

    #sidebar .db-sidebar-body {
        padding-bottom:
            calc(
                var(--db-mobile-bottomnav-height, 68px)
                + env(safe-area-inset-bottom, 0px)
                + 22px
            ) !important;
    }

    #sidebar.active,
    body.db-sidebar-open #sidebar {
        pointer-events: auto !important;
    }
}

/* DIBIASI_MOBILE_SIDEBAR_SCROLL_FIX_END */

/* DIBIASI_SIDEBAR_FROM_DIELMAT_END */

/* DIBIASI_SEARCH_MOBILE_BOTTOM_CLEARANCE_V2_BEGIN */

@media (max-width: 767.98px) {

    html.search-v3-layer-open
    .search-v3-layer-products-area,

    body.search-v3-layer-open
    .search-v3-layer-products-area {

        box-sizing: border-box !important;

        padding-bottom:
            calc(
                var(--db-mobile-bottomnav-height, 68px)
                + env(safe-area-inset-bottom, 0px)
                + 20px
            ) !important;

        scroll-padding-bottom:
            calc(
                var(--db-mobile-bottomnav-height, 68px)
                + env(safe-area-inset-bottom, 0px)
                + 20px
            ) !important;
    }


    html.search-v3-layer-open
    .search-v3-layer-load-more,

    body.search-v3-layer-open
    .search-v3-layer-load-more {

        margin-bottom: 12px !important;
    }
}

/* DIBIASI_SEARCH_MOBILE_BOTTOM_CLEARANCE_V2_END */

/* DIBIASI_SEARCH_BOTTOM_SPACE_V4_BEGIN */

@media (max-width: 767.98px) {

    html.search-v3-layer-open .search-v3-layer-products-area,
    body.search-v3-layer-open .search-v3-layer-products-area {

        min-height: 0 !important;

        overflow-y: auto !important;
        overflow-x: hidden !important;

        padding-bottom:
            calc(
                var(--db-mobile-bottomnav-height, 68px)
                + env(safe-area-inset-bottom, 0px)
                + 30px
            ) !important;

        scroll-padding-bottom:
            calc(
                var(--db-mobile-bottomnav-height, 68px)
                + env(safe-area-inset-bottom, 0px)
                + 30px
            ) !important;

        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior-y: contain !important;
    }

    html.search-v3-layer-open .search-v3-layer-product-grid::after,
    body.search-v3-layer-open .search-v3-layer-product-grid::after {

        content: "";

        display: block;

        grid-column: 1 / -1;

        width: 100%;

        height:
            calc(
                var(--db-mobile-bottomnav-height, 68px)
                + env(safe-area-inset-bottom, 0px)
                + 24px
            );
    }
}

/* DIBIASI_SEARCH_BOTTOM_SPACE_V4_END */

/* DIBIASI_CART_BADGE_WHITE_V2_BEGIN */

.db-header-cart-count,
.db-mobile-nav-cart-count,
#Bits_TopHeader_Widget_CartSpan,
#Bits_MobileNav_CartSpan {

    color: #ffffff !important;

    -webkit-text-fill-color: #ffffff !important;

    font-weight: 800 !important;
}

/* DIBIASI_CART_BADGE_WHITE_V2_END */
