/* JD BioWorks Site Core global header. */
        /* One visible header only: suppress every previous Astra/Elementor header layer. */
        #masthead,
        .ast-header-break-point #masthead,
        .elementor-location-header,
        .hfe-site-header,
        .uael-header,
        header[data-elementor-type="header"] {
            display: none !important;
        }

        :root {
            --jdbw-navy: #062a5b;
            --jdbw-blue: #2864d9;
            --jdbw-ink: #102449;
            --jdbw-line: #e5eaf1;
        }

        .jdbw-v1-skip-link {
            position: fixed;
            z-index: 2147483647;
            top: 12px;
            left: 12px;
            transform: translateY(calc(-100% - 24px));
            padding: 12px 16px;
            border: 3px solid #f4b942;
            border-radius: 7px;
            background: #fff;
            color: #062a5b !important;
            font: 800 15px/1.2 Inter, Arial, sans-serif;
            text-decoration: none !important;
            box-shadow: 0 8px 28px rgba(4, 28, 64, .28);
        }
        .jdbw-v1-skip-link:focus,
        .jdbw-v1-skip-link:focus-visible {
            transform: none;
            outline: 3px solid #062a5b !important;
            outline-offset: 2px !important;
        }

        #jdbw-site-header-v1 {
            display: flex !important;
            flex-direction: column !important;
            position: relative;
            z-index: 99999;
            width: 100%;
            background: #fff;
            color: var(--jdbw-ink);
            font-family: Inter, Arial, sans-serif;
            border-bottom: 1px solid var(--jdbw-line);
            box-shadow: 0 5px 18px rgba(16, 36, 73, .045);
        }

        /* Keep the commercial offer, compliance notice, and navigation in one
         * deliberate order even when an older theme rule or cached page adds
         * competing header styles. */
        #jdbw-site-header-v1 > .jdbw-v1-promo { order: 1 !important; }
        #jdbw-site-header-v1 > .jdbw-v1-notice { order: 2 !important; }
        #jdbw-site-header-v1 > .jdbw-v1-main { order: 3 !important; }
        #jdbw-site-header-v1 > .jdbw-v1-mobile-nav { order: 4 !important; }

        .jdbw-v1-notice {
            background: var(--jdbw-navy);
            color: #fff;
            text-align: center;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .055em;
            line-height: 1.25;
            padding: 13px 20px;
        }

        .jdbw-v1-main { background: #fff; }
        .jdbw-v1-promo {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px 18px;
            min-height: 54px;
            padding: 10px 22px;
            box-sizing: border-box;
            background: linear-gradient(100deg, #f8d35f 0%, #f3c443 52%, #eeb638 100%);
            color: var(--jdbw-navy);
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.35;
            letter-spacing: .005em;
            border-top: 1px solid rgba(6,42,91,.14);
            border-bottom: 1px solid rgba(6,42,91,.22);
            box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 4px 12px rgba(6,42,91,.10);
        }
        .jdbw-v1-promo-kicker {
            font-size: 14px;
            font-weight: 900;
            letter-spacing: .055em;
            text-transform: uppercase;
        }
        .jdbw-v1-promo-off {
            font-size: 20px;
            font-weight: 900;
            line-height: 1;
            letter-spacing: -.015em;
        }
        .jdbw-v1-promo b {
            display: inline-block;
            margin-left: 4px;
            padding: 4px 9px;
            border: 1px solid var(--jdbw-navy);
            border-radius: 5px;
            background: var(--jdbw-navy);
            color: #fff;
            font-size: .9em;
            font-weight: 900;
            letter-spacing: .045em;
            box-shadow: 0 2px 5px rgba(6,42,91,.16);
        }
        .jdbw-v1-promo-detail,
        .jdbw-v1-promo-shipping {
            position: relative;
            padding-left: 18px;
        }
        .jdbw-v1-promo-detail::before,
        .jdbw-v1-promo-shipping::before {
            content: "•";
            position: absolute;
            left: 0;
            color: rgba(6,42,91,.58);
        }
        .jdbw-v1-access-message {
            padding: 14px 24px;
            background: #f4f8fe;
            border-bottom: 1px solid #cfdef1;
        }
        .jdbw-v1-access-message__inner {
            width: min(100%, 1180px);
            margin: 0 auto;
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            align-items: center;
            gap: 14px 18px;
            padding: 15px 18px;
            box-sizing: border-box;
            border: 1px solid #bfd2eb;
            border-left: 5px solid var(--jdbw-blue);
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 5px 15px rgba(6,42,91,.06);
            text-align: left;
        }
        .jdbw-v1-access-message__icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            background: #e6effb;
            color: var(--jdbw-navy);
            font-size: 19px;
        }
        .jdbw-v1-access-message__copy { min-width: 0; }
        .jdbw-v1-access-message__eyebrow {
            display: block;
            margin: 0 0 3px;
            color: var(--jdbw-blue);
            font-size: 10px;
            font-weight: 900;
            letter-spacing: .105em;
        }
        .jdbw-v1-access-message__copy strong {
            display: block;
            color: var(--jdbw-navy);
            font-size: 18px;
            line-height: 1.25;
        }
        .jdbw-v1-access-message__copy p {
            margin: 4px 0 0;
            color: #50647d;
            font-size: 13px;
            line-height: 1.48;
        }
        .jdbw-v1-access-message__actions {
            display: flex;
            align-items: center;
            gap: 9px;
            white-space: nowrap;
        }
        .jdbw-v1-access-message__actions a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 0 14px;
            border-radius: 7px;
            font-size: 12px;
            font-weight: 850;
            line-height: 1.2;
            text-align: center;
            text-decoration: none !important;
        }
        .jdbw-v1-access-message__primary {
            border: 1px solid var(--jdbw-navy);
            background: var(--jdbw-navy);
            color: #fff !important;
        }
        .jdbw-v1-access-message__secondary {
            border: 1px solid var(--jdbw-navy);
            background: #fff;
            color: var(--jdbw-navy) !important;
        }
        .jdbw-v1-inner {
            max-width: 1680px;
            min-height: 92px;
            margin: 0 auto;
            padding: 0 28px;
            display: grid;
            grid-template-columns: 190px minmax(0, 1fr) auto;
            gap: 20px;
            align-items: center;
        }

        .jdbw-v1-brand {
            display: flex;
            align-items: center;
            width: 190px;
            min-width: 0;
        }
        .jdbw-v1-brand img {
            display: block;
            width: 100%;
            max-height: 56px;
            height: auto;
            object-fit: contain;
            object-position: left center;
        }

        .jdbw-v1-desktop-nav {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: clamp(16px, 1.5vw, 26px);
            min-width: 0;
            white-space: nowrap;
        }
        .jdbw-v1-nav-link {
            color: var(--jdbw-ink) !important;
            text-decoration: none !important;
            font-size: 15px;
            line-height: 92px;
            font-weight: 600;
            letter-spacing: -.01em;
            position: relative;
            transition: color .18s ease;
        }
        .jdbw-v1-nav-link::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 26px;
            height: 2px;
            background: var(--jdbw-blue);
            transform: scaleX(0);
            transform-origin: center;
            transition: transform .18s ease;
        }
        .jdbw-v1-nav-link:hover,
        .jdbw-v1-nav-link.is-current { color: var(--jdbw-navy) !important; }
        .jdbw-v1-nav-link:hover::after,
        .jdbw-v1-nav-link.is-current::after { transform: scaleX(1); }
        .jdbw-v1-nav-group {
            position: relative;
            display: flex;
            align-self: stretch;
            align-items: center;
        }
        .jdbw-v1-nav-caret {
            display: inline-block;
            margin-left: 5px;
            font-size: 13px;
            transform: translateY(-1px);
        }
        .jdbw-v1-nav-submenu {
            position: absolute;
            z-index: 100000;
            top: calc(100% - 13px);
            left: 50%;
            width: 285px;
            padding: 9px;
            box-sizing: border-box;
            border: 1px solid #d9e2ed;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 16px 34px rgba(6,42,91,.16);
            opacity: 0;
            visibility: hidden;
            transform: translate(-50%, -7px);
            transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
        }
        .jdbw-v1-nav-group:hover .jdbw-v1-nav-submenu,
        .jdbw-v1-nav-group:focus-within .jdbw-v1-nav-submenu {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, 0);
        }
        .jdbw-v1-nav-submenu a {
            display: block;
            padding: 11px 12px;
            border-radius: 7px;
            color: var(--jdbw-ink) !important;
            font-size: 14px;
            font-weight: 500;
            line-height: 1.3;
            text-decoration: none !important;
            white-space: normal;
        }
        .jdbw-v1-nav-submenu a:hover,
        .jdbw-v1-nav-submenu a:focus {
            background: #f1f6fd;
            color: var(--jdbw-blue) !important;
        }

        .jdbw-v1-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 10px;
            min-width: 154px;
        }
        .jdbw-v1-products {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 0 15px;
            border: 1px solid var(--jdbw-navy);
            border-radius: 7px;
            background: var(--jdbw-navy);
            color: #fff !important;
            font-size: 14px;
            font-weight: 650;
            line-height: 1;
            text-decoration: none !important;
            white-space: nowrap;
        }
        .jdbw-v1-products:hover,
        .jdbw-v1-products:focus { background:#0b3977;color:#fff!important; }
        .jdbw-v1-products__short { display:none; }
        #jdbw-site-header-v1 .jdbw-auth-link {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 0 15px;
            border: 1px solid var(--jdbw-navy);
            border-radius: 7px;
            color: var(--jdbw-navy) !important;
            background: #fff;
            text-decoration: none !important;
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
        }
        #jdbw-site-header-v1 .jdbw-auth-link:hover {
            background: #f3f7fc;
            color: var(--jdbw-navy) !important;
        }
        /* The catalog already appears in primary navigation; keep the action area for account/cart only. */
        .jdbw-v1-actions > .jdbw-v1-portal { display: none !important; }
        .jdbw-v1-portal,
        .jdbw-v1-cart {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            box-sizing: border-box;
            border-radius: 7px;
            text-decoration: none !important;
            font-size: 14px;
            line-height: 1;
            font-weight: 600;
            white-space: nowrap;
        }
        .jdbw-v1-portal {
            padding: 0 17px;
            background: var(--jdbw-navy);
            color: #fff !important;
            border: 1px solid var(--jdbw-navy);
        }
        .jdbw-v1-portal:hover,
        .jdbw-v1-portal.is-current { background: #0b3977; color:#fff !important; }
        .jdbw-v1-cart {
            padding: 0 14px;
            background: #fff;
            color: var(--jdbw-navy) !important;
            border: 1px solid var(--jdbw-navy);
        }
        .jdbw-v1-cart:hover { background: #f4f8ff; }
        #jdbw-site-header-v1 .jdbw-v1-cart[hidden] { display: none !important; }

        .jdbw-v1-menu-toggle { display: none; }
        .jdbw-v1-menu-toggle:focus-visible {
            outline: 3px solid #f4b942 !important;
            outline-offset: 3px !important;
            box-shadow: 0 0 0 2px #062a5b !important;
        }

        /* Remove accidental default page headings and give designed public-page titles one consistent treatment. */
        body.page .entry-header,
        body.post-type-archive-product .entry-header,
        body.tax-product_cat .entry-header,
        body.tax-product_tag .entry-header {
            display: none !important;
        }
        body.page:not(.home) main h1.elementor-heading-title,
        body.page:not(.home) main .elementor-widget-container > h1 {
            color: var(--jdbw-navy) !important;
            font-family: Georgia, "Times New Roman", serif !important;
            font-size: clamp(42px, 4.5vw, 64px) !important;
            line-height: 1.06 !important;
            letter-spacing: -.035em !important;
            font-weight: 500 !important;
        }
        body.page:not(.home) main > .entry-content { margin-top: 0 !important; }

        /* Keep the complete navigation visible on common 1280px laptops without crowding account/cart controls. */
        @media (max-width: 1680px) and (min-width: 1241px) {
            .jdbw-v1-inner {
                grid-template-columns: 160px minmax(0, 1fr) auto;
                gap: 14px;
                padding: 0 16px;
            }
            .jdbw-v1-brand { width: 154px; }
            .jdbw-v1-desktop-nav { justify-content:flex-start;gap:12px; }
            .jdbw-v1-nav-link { font-size: 13.5px;font-weight:600; }
            .jdbw-v1-actions { gap: 6px; min-width: 0; }
            .jdbw-v1-products {padding:0 11px;font-size:13px}
            #jdbw-site-header-v1 .jdbw-auth-link { padding: 0 10px;font-size:13px; }
            .jdbw-v1-search,.jdbw-v1-cart{width:42px;padding:0!important}
            .jdbw-v1-search .jdbw-v1-action-label,.jdbw-v1-cart .jdbw-v1-action-label{display:none!important}
        }

        @media (max-width: 1240px) {
            .jdbw-v1-inner {
                min-height: 80px;
                grid-template-columns: minmax(0, 1fr) auto;
                padding: 0 20px;
            }
            .jdbw-v1-brand { width: 176px; }
            .jdbw-v1-desktop-nav,
            .jdbw-v1-actions > .jdbw-v1-portal { display: none; }

            #jdbw-site-header-v1 .jdbw-v1-actions > .jdbw-v1-cart:not([hidden]) {
                display: inline-flex !important;
                min-height: 40px;
                padding: 0 11px;
                border-color: var(--jdbw-navy);
                background: #fff;
                color: var(--jdbw-navy) !important;
                font-size: 12px;
            }

            .jdbw-v1-products { min-height:40px;padding:0 13px; }
            #jdbw-site-header-v1 .jdbw-v1-actions > .jdbw-v1-cart .jdbw-v1-action-label { display:none!important; }

            .jdbw-v1-menu-toggle {
                width: 46px;
                height: 44px;
                padding: 0;
                border: 1px solid var(--jdbw-line);
                border-radius: 7px;
                background: #fff;
                display: inline-flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 5px;
                cursor: pointer;
            }
            .jdbw-v1-menu-toggle span[aria-hidden="true"] {
                display: block;
                width: 20px;
                height: 2px;
                background: var(--jdbw-navy);
                border-radius: 2px;
            }
            .jdbw-v1-menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:nth-child(2) {
                transform: translateY(7px) rotate(45deg);
            }
            .jdbw-v1-menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:nth-child(3) {
                opacity: 0;
            }
            .jdbw-v1-menu-toggle[aria-expanded="true"] span[aria-hidden="true"]:nth-child(4) {
                transform: translateY(-7px) rotate(-45deg);
            }

            .jdbw-v1-mobile-nav {
                background: #fff;
                border-top: 1px solid var(--jdbw-line);
                box-shadow: 0 14px 24px rgba(16,36,73,.10);
                padding: 12px 20px 20px;
            }
            .jdbw-v1-mobile-nav[hidden] { display: none !important; }
            .jdbw-v1-mobile-nav .jdbw-v1-nav-link,
            .jdbw-v1-mobile-nav .jdbw-v1-portal,
            .jdbw-v1-mobile-nav .jdbw-v1-cart {
                display: flex;
                width: 100%;
                min-height: 48px;
                box-sizing: border-box;
                line-height: 1.2;
                align-items: center;
                padding: 0 8px;
                margin: 0;
                border-bottom: 1px solid #eef1f5;
            }
            .jdbw-v1-mobile-nav .jdbw-v1-nav-link::after { display:none; }
            .jdbw-v1-mobile-nav .jdbw-v1-nav-link.is-current {
                color: var(--jdbw-blue) !important;
                background: #f5f8ff;
            }
            .jdbw-v1-mobile-group {
                border-bottom: 1px solid #eef1f5;
            }
            .jdbw-v1-mobile-group summary {
                display: flex;
                min-height: 48px;
                align-items: center;
                justify-content: space-between;
                padding: 0 8px;
                color: var(--jdbw-ink);
                font-size: 14px;
                font-weight: 700;
                line-height: 1.2;
                cursor: pointer;
                list-style: none;
            }
            .jdbw-v1-mobile-group summary::-webkit-details-marker { display: none; }
            .jdbw-v1-mobile-group summary::after {
                content: "+";
                color: var(--jdbw-blue);
                font-size: 20px;
                font-weight: 500;
            }
            .jdbw-v1-mobile-group[open] summary::after { content: "\2212"; }
            .jdbw-v1-mobile-group summary.is-current {
                color: var(--jdbw-blue);
                background: #f5f8ff;
            }
            .jdbw-v1-mobile-submenu {
                display: grid;
                gap: 2px;
                padding: 0 8px 10px 18px;
            }
            .jdbw-v1-mobile-submenu a {
                display: flex;
                min-height: 42px;
                align-items: center;
                padding: 0 10px;
                border-left: 2px solid #d7e3f2;
                color: #405670 !important;
                font-size: 13px;
                font-weight: 650;
                line-height: 1.3;
                text-decoration: none !important;
            }
            .jdbw-v1-mobile-nav .jdbw-v1-portal,
            .jdbw-v1-mobile-nav .jdbw-v1-cart {
                margin-top: 12px;
                padding: 0 16px;
                justify-content: center;
                border-radius: 7px;
                border-bottom: 0;
            }
        }

        @media (max-width: 900px) {
            .jdbw-v1-access-message__inner {
                grid-template-columns: auto minmax(0, 1fr);
            }
            .jdbw-v1-access-message__actions {
                grid-column: 2;
                justify-content: flex-start;
            }
        }

        @media (max-width: 560px) {
            .jdbw-v1-notice { font-size: 10px; padding: 11px 14px; letter-spacing: .035em; }
            .jdbw-v1-promo {
                gap: 5px 8px;
                min-height: 0;
                padding: 11px 12px 12px;
                font-size: 12px;
            }
            .jdbw-v1-promo-kicker {
                width: 100%;
                font-size: 12px;
            }
            .jdbw-v1-promo-off { font-size: 18px; }
            .jdbw-v1-promo-detail,
            .jdbw-v1-promo-shipping {
                padding-left: 0;
            }
            .jdbw-v1-promo-detail::before,
            .jdbw-v1-promo-shipping::before { display: none; }
            .jdbw-v1-promo-shipping { width: 100%; }
            .jdbw-v1-inner { min-height: 68px; padding: 0 14px;gap:10px; }
            .jdbw-v1-brand { width: 145px; }
            .jdbw-v1-brand img { max-height: 48px; }
            .jdbw-v1-actions { min-width:0;gap:7px; }
            .jdbw-v1-products { min-height:40px;padding:0 11px;font-size:12px; }
            .jdbw-v1-products__wide { display:none; }
            .jdbw-v1-products__short { display:inline; }
            #jdbw-site-header-v1 .jdbw-v1-actions > .jdbw-auth-link { display:none; }
            #jdbw-site-header-v1 .jdbw-v1-actions > .jdbw-v1-cart:not([hidden]) {padding:0 9px;font-size:11px}
            .jdbw-v1-mobile-nav { padding-left:16px; padding-right:16px; }
            #jdbw-site-header-v1 .jdbw-v1-actions > .jdbw-auth-link {
                min-height: 40px;
                padding: 0 12px;
                font-size: 12px;
            }
            #jdbw-site-header-v1 .jdbw-v1-mobile-nav .jdbw-auth-link {
                display: flex;
                width: 100%;
                min-height: 48px;
                box-sizing: border-box;
                margin-top: 12px;
                padding: 0 16px;
            }
            .jdbw-v1-access-message { padding: 12px; }
            .jdbw-v1-access-message__inner {
                grid-template-columns: 1fr;
                gap: 10px;
                padding: 15px;
            }
            .jdbw-v1-access-message__icon { display: none; }
            .jdbw-v1-access-message__copy strong { font-size: 17px; }
            .jdbw-v1-access-message__copy p { font-size: 13px; }
            .jdbw-v1-access-message__actions {
                grid-column: 1;
                display: grid;
                grid-template-columns: 1fr;
                width: 100%;
            }
            .jdbw-v1-access-message__actions a {
                width: 100%;
                box-sizing: border-box;
            }

            /* Long compound names and legacy builder columns must remain
             * inside the phone viewport. This is intentionally mobile-only so
             * desktop typography and SEO content are unchanged. */
            body, #page, #content, main, .site-content, .entry-content,
            .elementor, .elementor-section, .elementor-container,
            .e-con, .e-con-inner, .wp-block-group, .woocommerce {
                max-width: 100% !important;
                min-width: 0 !important;
            }
            body { overflow-x: clip !important; }
            main h1, main h2, main h3, main h4, main p, main li,
            .entry-content h1, .entry-content h2, .entry-content h3,
            .entry-content p, .entry-content li, .woocommerce-loop-product__title {
                overflow-wrap: break-word;
                word-break: normal;
            }
            main img, .entry-content img, .woocommerce img {
                max-width: 100% !important;
                height: auto;
            }
        }

        /* Canonical action controls: kept with the header so catalog-only CSS
         * is never emitted on editorial or homepage views. */
        .jdbw-v1-action-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
        .jdbw-v1-action-icon path:first-child:not(:only-child){fill:none}
        #jdbw-site-header-v1 .jdbw-v1-search{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 13px;border:1px solid #b9c7db;border-radius:8px;color:#173866;background:#fff;text-decoration:none;font-size:12px;font-weight:800;letter-spacing:.02em}
        #jdbw-site-header-v1 .jdbw-v1-search:hover{border-color:#1664c0;background:#f4f8ff}
        @media (max-width:1240px){
            #jdbw-site-header-v1 .jdbw-v1-actions{gap:6px}
            #jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-auth-link{display:inline-flex!important}
            #jdbw-site-header-v1 .jdbw-v1-cart{display:inline-flex!important;position:relative}
        }
        @media (max-width:1024px){
            #jdbw-site-header-v1 .jdbw-v1-cart .jdbw-cart-count{position:absolute;right:-4px;top:-5px;display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:#1664c0;color:#fff;font-size:10px;font-weight:900;line-height:1}
        }
        @media (max-width:600px){
            #jdbw-site-header-v1 .jdbw-v1-inner{padding-left:10px!important;padding-right:10px!important;gap:6px!important}
            #jdbw-site-header-v1 .jdbw-v1-brand{width:108px!important;min-width:108px!important}
            #jdbw-site-header-v1 .jdbw-v1-actions{display:grid!important;grid-template-columns:repeat(4,44px);gap:4px!important;justify-content:end;align-items:center}
            #jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-products,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-search,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-auth-link,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-cart,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-menu-toggle{display:inline-flex!important;align-items:center;justify-content:center;width:38px!important;min-width:38px!important;height:40px!important;min-height:40px!important;padding:0!important;border:1px solid #c5d1df!important;border-radius:9px!important;background:#fff!important;color:#173866!important;box-sizing:border-box}
            #jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-products{display:none!important}
            #jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-search,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-auth-link,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-cart,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-menu-toggle{width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}
            #jdbw-site-header-v1 .jdbw-v1-actions .jdbw-v1-products__wide,#jdbw-site-header-v1 .jdbw-v1-actions .jdbw-v1-products__short,#jdbw-site-header-v1 .jdbw-v1-actions .jdbw-v1-action-label,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-portal{display:none!important}
            #jdbw-site-header-v1 .jdbw-v1-menu-toggle{display:grid!important;align-content:center!important;gap:4px!important}
            #jdbw-site-header-v1 .jdbw-v1-menu-toggle>span[aria-hidden]{width:19px!important;margin:0 auto!important;background:#173866!important}
            #jdbw-site-header-v1 .jdbw-v1-cart .jdbw-cart-count{right:-3px;top:-5px}
        }
        @media (max-width:374px){
            #jdbw-site-header-v1 .jdbw-v1-brand{width:96px!important;min-width:96px!important}
            #jdbw-site-header-v1 .jdbw-v1-actions{grid-template-columns:repeat(4,44px)}
            #jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-search,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-auth-link,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-cart,#jdbw-site-header-v1 .jdbw-v1-actions>.jdbw-v1-menu-toggle{width:44px!important;min-width:44px!important}
        }
