html {
    box-sizing: border-box;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    scrollbar-color: #b6c5d0 #f5f7fa;
}

html::-webkit-scrollbar { width: 12px; height: 12px; }
html::-webkit-scrollbar-track { background: #f5f7fa; }
html::-webkit-scrollbar-thumb {
    background: #b6c5d0;
    border: 3px solid #f5f7fa;
    border-radius: 12px;
}
html::-webkit-scrollbar-thumb:hover { background: #8ba4b6; }
html::-webkit-scrollbar-corner { background: #f5f7fa; }

*,
*::before,
*::after {
    box-sizing: inherit;
}

body.theme-doncenmotor {
    --dm-brand: #0078D2;
    --dm-button-radius: 50vw;
    --dm-button-min-height: 48px;
    --dm-button-padding-block: 12px;
    --dm-button-padding-inline: 20px;
    --dm-button-font-size: 14px;
    --dm-button-font-weight: 600;
    --dm-button-line-height: 1.4;
    --dm-brand-hover: #0064B0;
    --dm-brand-active: #00528F;
    --dm-brand-soft: #EDF6FC;
}

body.theme-doncenmotor .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: clip;
}

body.theme-doncenmotor .page-wrapper > main {
    flex: 1 0 auto;
}

body.theme-doncenmotor .page-main {
    box-sizing: border-box;
    flex: 1 0 auto;
    margin-inline: auto;
    max-width: 1280px;
    width: calc(100% - 48px);
}

body.theme-doncenmotor img,
body.theme-doncenmotor svg {
    max-width: 100%;
}

body.theme-doncenmotor button,
body.theme-doncenmotor input,
body.theme-doncenmotor select,
body.theme-doncenmotor textarea {
    font-family: inherit;
}

body.theme-doncenmotor button,
body.theme-doncenmotor input,
body.theme-doncenmotor select,
body.theme-doncenmotor textarea {
    color: inherit;
}

/* Shared default button component for the DM storefront. */
body.theme-doncenmotor :where(
    button,
    input[type="submit"],
    input[type="button"],
    input[type="reset"],
    .action.primary,
    .action.secondary,
    .sg-cta__button,
    a.button,
    a.btn
) {
    min-height: var(--dm-button-min-height);
    padding-block: var(--dm-button-padding-block);
    padding-inline: var(--dm-button-padding-inline);
    border: 1px solid transparent;
    font-size: var(--dm-button-font-size);
    font-weight: var(--dm-button-font-weight);
    line-height: var(--dm-button-line-height);
}

body.theme-doncenmotor .no-display,
body.theme-doncenmotor .visually-hidden,
body.theme-doncenmotor .abs-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

:where(body.theme-doncenmotor) a {
    color: var(--dm-brand);
}

body.theme-doncenmotor .page-wrapper a:hover,
body.theme-doncenmotor .page-wrapper a:focus,
body.theme-doncenmotor .page-wrapper a:active {
    text-decoration: none;
}

body.theme-doncenmotor .action.primary,
body.theme-doncenmotor button.primary {
    background: var(--dm-brand);
    border-color: var(--dm-brand);
    text-decoration: none;
}

body.theme-doncenmotor .action.primary:hover,
body.theme-doncenmotor .action.primary:focus,
body.theme-doncenmotor button.primary:hover,
body.theme-doncenmotor button.primary:focus {
    background: var(--dm-brand-hover);
    border-color: var(--dm-brand-hover);
}

body.theme-doncenmotor .action.secondary,
body.theme-doncenmotor button.secondary {
    background: transparent;
    border-color: var(--dm-brand);
    color: var(--dm-brand);
    text-decoration: none;
}

body.theme-doncenmotor .action.secondary:hover,
body.theme-doncenmotor .action.secondary:focus,
body.theme-doncenmotor button.secondary:hover,
body.theme-doncenmotor button.secondary:focus {
    background: var(--dm-brand-hover);
    border-color: var(--dm-brand-hover);
    color: #fff;
}

body.theme-doncenmotor .site-shell--surface-page { background: #f2f5f7; }
body.theme-doncenmotor .site-shell--surface-default { background: #fff; }
body.theme-doncenmotor .site-shell--surface-subtle { background: #e8edf1; }
body.theme-doncenmotor .site-shell--surface-accent { background: #dcecf6; }
body.theme-doncenmotor .site-shell--surface-inverse { background: #14222d; }
body.theme-doncenmotor .site-shell--text-primary { color: inherit; }
body.theme-doncenmotor .site-shell--text-secondary,
body.theme-doncenmotor .site-shell--text-muted { color: inherit; }
body.theme-doncenmotor .site-shell--border-subtle,
body.theme-doncenmotor .site-shell--border-default,
body.theme-doncenmotor .site-shell--border-strong { border-color: #bdc9d1; }

body.theme-doncenmotor .doncen-product-card {
    border-radius: 2px;
}

/* Theme-owned manufacturing header and footer */
body.theme-doncenmotor .page-wrapper {
    /* The resizing sticky header must not move the viewport through scroll anchoring. */
    overflow-anchor: none;
}

body.theme-doncenmotor .page-header,
body.theme-doncenmotor .page-header .header.content {
    background: #fff;
    border: 0;
    margin: 0;
    max-width: none;
    padding: 0;
}

.dm-shell-header {
    --dm-header-resize-duration: .42s;
    --dm-header-resize-easing: cubic-bezier(.22, 1, .36, 1);
    background: transparent;
    color: inherit;
    position: sticky;
    top: -34px;
    z-index: 30;
}

.dm-shell-header li {
    display: flex;
    margin-bottom: 0;
}

.dm-shell-header__inner {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: 1170px;
    width: calc(100% - 48px);
}

.dm-shell-header__rail {
    background: var(--dm-brand);
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.dm-shell-header__rail-inner {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
    min-height: 34px;
    font-style: normal;
}

.dm-shell-header__rail-contact {
    align-items: center;
    display: flex;
    font-style: normal;
    gap: 24px;
}

.dm-shell-header__rail-social {
    align-items: center;
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dm-shell-header__rail-social svg {
    display: block;
    fill: currentColor;
    height: 16px;
    width: 16px;
}

.dm-shell-header__rail a,
.dm-shell-header__rail a:visited {
    align-items: center;
    color: #f7f7f7;
    display: inline-flex;
    gap: 7px;
    text-decoration: none;
    border-radius: 3px;
    transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.dm-shell-header__rail a:hover,
.dm-shell-header__rail a:focus,
.dm-shell-header__rail a:active {
    color: #fff;
    text-decoration: none;
}

body.theme-doncenmotor .dm-shell-header__rail-contact a:hover,
body.theme-doncenmotor .dm-shell-header__rail-contact a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.dm-shell-header__rail-social a:hover,
.dm-shell-header__rail-social a:focus-visible {
    background-color: rgb(255 255 255 / 18%);
    box-shadow: 0 0 0 4px rgb(255 255 255 / 18%);
}

.dm-shell-header__rail-social a svg {
    transition: transform .18s ease;
}

.dm-shell-header__rail-social a:hover svg,
.dm-shell-header__rail-social a:focus-visible svg {
    transform: translateY(-1px) scale(1.1);
}

.dm-shell-header__rail a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 5px;
}

.dm-shell-header__rail-social a:active svg {
    transform: scale(.95);
}

@media (prefers-reduced-motion: reduce) {
    .dm-shell-header__rail a,
    .dm-shell-header__rail-social a svg {
        transition: none;
    }
    .dm-shell-header__rail-social a:hover svg,
    .dm-shell-header__rail-social a:focus-visible svg,
    .dm-shell-header__rail-social a:active svg {
        transform: none;
    }
}

.dm-shell-header__rail-icon {
    display: block;
    flex: 0 0 14px;
    height: 14px;
    width: 14px;
}

.dm-shell-header__rail-icon svg,
.dm-shell-mobile__contact-icon svg {
    display: block;
    fill: currentColor;
    height: 100%;
    width: 100%;
}

.dm-shell-header__main {
    border-bottom: 1px solid #F1F4F8;
    background: #fff;
    position: relative;
    transition: background-color .3s cubic-bezier(.4, 0, .6, 1);
    width: 100%;
    z-index: 31;
}

body.theme-doncenmotor .page-header.dm-shell-header {
    background: transparent;
}

.dm-shell-header.is-scrolled {
    --dm-header-resize-duration: .28s;
    --dm-header-resize-easing: cubic-bezier(.4, 0, .6, 1);
}

.dm-shell-header.is-mega-open .dm-shell-header__main {
    background-color: #fff;
}

.dm-shell-header__main-inner {
    align-items: center;
    display: grid;
    gap: clamp(24px, 3vw, 48px);
    grid-template-columns: 240px minmax(0, 1fr) auto;
    min-height: 72px;
    transition: min-height var(--dm-header-resize-duration) var(--dm-header-resize-easing);
}

.dm-shell-header__logo .dichen-configured-logo {
    display: block;
    height: auto !important;
    width: 180px !important;
}

.dm-shell-header__nav-list {
    align-items: center;
    display: flex;
    gap: clamp(24px, 2vw, 40px);
    list-style: none;
    margin: 0;
    padding: 0;
}

body.theme-doncenmotor .dm-shell-header__nav-link,
body.theme-doncenmotor .dm-shell-header__nav-link:visited {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    font-size: clamp(14px, 1.111vw, 16px);
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    min-height: auto;
    padding: 30px 0;
    text-decoration: none;
    transition: color .2s ease, padding var(--dm-header-resize-duration) var(--dm-header-resize-easing);
    white-space: nowrap;
}

.dm-shell-header__nav-link::after {
    content: none;
}

.dm-shell-mega-trigger.is-open .dm-shell-mega__trigger-link::after {
    transform: rotate(135deg);
}

@media (min-width: 768px) {
    .dm-shell-header.is-scrolled .dm-shell-header__main-inner {
        min-height: 64px;
    }

    .dm-shell-header.is-scrolled .dm-shell-header__nav-link {
        padding-block: 22px;
    }
}

body.theme-doncenmotor .dm-shell-header__nav-link:hover,
body.theme-doncenmotor .dm-shell-header__nav-link:focus {
    color: var(--dm-brand);
    font-weight: 500;
    text-decoration: none;
}

body.theme-doncenmotor .dm-shell-header__nav-link:focus-visible {
    outline: 2px solid var(--dm-brand);
    outline-offset: 4px;
}

.dm-shell-mega-trigger {
    align-items: stretch;
    display: flex;
    position: static;
}

.dm-shell-mega[hidden],
.dm-shell-mega__panel[hidden],
.dm-shell-mega-overlay[hidden],
.dm-shell-mobile[hidden],
.dm-shell-mobile-overlay[hidden] {
    display: none !important;
}

.dm-shell-mega-overlay {
    -webkit-backdrop-filter: saturate(130%) blur(20px);
    backdrop-filter: saturate(130%) blur(20px);
    background: rgb(245 245 247 / 55%);
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .2s cubic-bezier(.4, 0, .6, 1), visibility 0s linear .2s;
    visibility: hidden;
    will-change: opacity;
    z-index: 29;
}

.dm-shell-mega-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s cubic-bezier(.4, 0, .6, 1) .06s, visibility 0s linear 0s;
    visibility: visible;
}

.dm-shell-mega {
    --dm-mega-height: 0px;
    background: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    display: block;
    height: 0;
    /* Keep card blending and hover repaints inside the opaque menu surface. */
    isolation: isolate;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transition: height .3s cubic-bezier(.4, 0, .6, 1), box-shadow .3s cubic-bezier(.4, 0, .6, 1), visibility 0s linear .3s;
    visibility: hidden;
    will-change: height;
    z-index: 40;
}

.dm-shell-mega-trigger.is-open .dm-shell-mega {
    box-shadow: none;
    height: var(--dm-mega-height);
    pointer-events: auto;
    transition: height .3s cubic-bezier(.4, 0, .6, 1), box-shadow .3s cubic-bezier(.4, 0, .6, 1), visibility 0s linear 0s;
    visibility: visible;
}

.dm-shell-mega-trigger.is-closing .dm-shell-mega {
    transition-duration: .2s;
}

.dm-shell-mega__inner {
    box-sizing: border-box;
    display: grid;
    gap: 42px;
    grid-template-columns: 180px minmax(0, 1fr);
    opacity: 0;
    padding-bottom: 64px;
    padding-top: 40px;
    transform: translateY(-4px);
    transition: opacity .2s cubic-bezier(.4, 0, .6, 1), transform .2s cubic-bezier(.4, 0, .6, 1);
}

.dm-shell-mega-trigger.is-open .dm-shell-mega__inner {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .06s;
    transition-duration: .26s;
}

.dm-shell-mega-trigger.is-closing .dm-shell-mega__inner {
    transition-delay: 0s;
    transition-duration: .16s;
}

@media (prefers-reduced-motion: reduce) {
    .dm-shell-mega,
    .dm-shell-mega__inner,
    .dm-shell-mega-overlay {
        transition-duration: .01ms !important;
        transition-delay: 0s !important;
    }
}

.dm-shell-mega__tabs {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dm-shell-mega__tabs a,
.dm-shell-mega__tabs a:visited {
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.dm-shell-mega__tabs a:hover,
.dm-shell-mega__tabs a:focus,
.dm-shell-mega__tabs a.is-active,
.dm-shell-mega__tabs a.is-active:visited {
    color: var(--dm-brand);
}

.dm-shell-mega__panels {
    display: grid;
    min-width: 0;
}

.dm-shell-mega__panel {
    grid-area: 1 / 1;
    min-width: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.dm-shell-mega__panel.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

.dm-shell-mega__panel.is-active .dm-shell-mega-card {
    opacity: 1;
    transform: none;
    transition: color .2s ease;
}

.dm-shell-mega-trigger.is-open .dm-shell-mega__panel.is-active .dm-shell-mega-card {
    opacity: 1;
    transform: none;
}

.dm-shell-mega-trigger.is-open .dm-shell-mega__panel.is-active li .dm-shell-mega-card {
    transition-delay: 0s;
}

.dm-shell-mega__grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(4, minmax(130px, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.dm-shell-mega__grid > li {
    min-width: 0;
    width: 100%;
}

.dm-shell-mega-card,
.dm-shell-mega-card:visited {
    color: inherit;
    display: block;
    text-decoration: none;
    width: 100%;
}

.dm-shell-mega-card__image {
    align-items: center;
    aspect-ratio: 1.35 / 1;
    background: #f9f9f9;
    border-radius: 10px;
    display: flex;
    contain: paint;
    isolation: isolate;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.dm-shell-mega-card__image img {
    display: block;
    height: 100%;
    mix-blend-mode: multiply;
    object-fit: contain;
    filter: none;
    opacity: 1;
    position: relative;
    transform: none;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
    width: 100%;
    z-index: 1;
}

.dm-shell-mega-card__label {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    margin-top: 12px;
}

.dm-shell-mega-card:hover,
.dm-shell-mega-card:focus {
    color: var(--dm-brand-hover);
    text-decoration: none;
}

.dm-shell-mega-card:hover .dm-shell-mega-card__image img,
.dm-shell-mega-card:focus .dm-shell-mega-card__image img {
    transform: scale(1.045);
}

.dm-shell-header__actions {
    align-items: center;
    display: flex;
    gap: 10px;
}

.dm-shell-search-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    justify-content: center;
    padding: 8px;
}

.dm-shell-search-toggle__icon,
.dm-shell-search__icon {
    border: 2px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 16px;
    position: relative;
    width: 16px;
}

.dm-shell-search-toggle__icon::after,
.dm-shell-search__icon::after {
    background: currentColor;
    border-radius: 1px;
    content: "";
    height: 2px;
    position: absolute;
    right: -5px;
    top: 10px;
    transform: rotate(45deg);
    transform-origin: left center;
    width: 7px;
}

.dm-shell-search-toggle__icon {
    color: inherit;
}

.dm-shell-search {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50vw;
    box-sizing: border-box;
    display: flex;
    height: 40px;
    padding: 0 12px;
    transition: border-color 180ms ease, box-shadow 180ms ease, width 240ms cubic-bezier(.2, .8, .2, 1);
    width: 200px;
}

.dm-shell-search:focus-within {
    border-color: var(--dm-brand);
    box-shadow: 0 0 0 1px rgb(0 120 210 / 12%);
    width: 240px;
}

.dm-shell-search__icon {
    color: #737373;
    flex: 0 0 16px;
    transition: color 180ms ease;
}

.dm-shell-search:focus-within .dm-shell-search__icon {
    color: var(--dm-brand);
}

.sg-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.dm-shell-search input[type="search"] {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    font-size: 12px;
    height: 38px;
    min-width: 0;
    padding: 0 0 0 10px;
    width: 100%;
}

.dm-shell-search input[type="search"]:focus {
    box-shadow: none;
    outline: 0;
}

.dm-shell-header__contact,
.dm-shell-header__contact:visited {
    align-items: center;
    background: var(--dm-brand);
    border: 1px solid var(--dm-brand);
    border-radius:var(--dm-button-radius);
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    justify-content: center;
    min-height: 40px;
    padding: 12px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.dm-shell-header__contact:hover,
.dm-shell-header__contact:focus {
    background: var(--dm-brand-hover);
    border-color: var(--dm-brand-hover);
    color: #fff;
}

.dm-shell-header__contact svg {
    fill: none;
    height: 14px;
    margin-left: 8px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    transform: scale(1.2);
    transform-origin: center;
    width: 14px;
}

.dm-shell-header__mobile-toggle,
.dm-shell-mobile,
.dm-shell-mobile-overlay {
    display: none;
}

body.dm-mobile-nav-open {
    overflow: hidden;
}

/* Stroke icons shared by the header and mobile menu. */
.dm-shell-header__rail-icon svg.sg-icon-stroke,
.dm-shell-mobile__contact-icon svg.sg-icon-stroke {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

body.theme-doncenmotor .doncen-product-card {
    border-radius: 2px;
    box-shadow: 0 1px 0 rgb(23 36 46 / 10%);
}

/* Theme-owned factory homepage */
body.sggearbox-home .page-main {
    max-width: none;
    padding: 0;
}

.sg-home {
    background: #eef2f4;
    color: inherit;
}


body.sggearbox-home .column.main > [data-content-type] {
    margin: 0;
}

/* Manufacturing shell */
body.theme-doncenmotor .dichen-site-header {
    --dichen-header-width: 1440px;
    --dichen-line: #cbd2da;
    --dichen-muted: #d8dee6;
    background: #14222d;
    border-bottom-color: rgb(255 255 255 / 15%);
    box-shadow: none;
    color: #fff;
}

body.theme-doncenmotor .dichen-site-header__top {
    background: #18232f;
    border-bottom-color: #18232f;
}

body.theme-doncenmotor .dichen-site-header__tagline,
body.theme-doncenmotor .dichen-site-header__utility a,
body.theme-doncenmotor .dichen-site-header__utility a:visited {
    color: #edf1f5;
}

body.theme-doncenmotor .dichen-site-header__main-inner {
    min-height: 88px;
}

body.theme-doncenmotor .dichen-site-header__primary-link {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .045em;
    text-transform: uppercase;
}

body.theme-doncenmotor .dichen-site-header a,
body.theme-doncenmotor .dichen-site-header a:visited {
    color: #f5f8fa;
}

body.theme-doncenmotor .dichen-footer-shell,
body.theme-doncenmotor .dichen-footer-shell .dichen-footer__heading,
body.theme-doncenmotor .dichen-footer-shell .dichen-footer__bottom small {
    color: #dce5ea;
}

body.theme-doncenmotor .page-footer .footer.content .dichen-footer-shell a,
body.theme-doncenmotor .page-footer .footer.content .dichen-footer-shell a:visited {
    color: #fff;
}

body.theme-doncenmotor .dichen-footer__links {
    border-left: 4px solid var(--dm-brand);
    column-gap: 64px;
    padding-left: 28px;
}

body.theme-doncenmotor .dichen-footer__heading {
    font-size: 15px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

body.theme-doncenmotor .dichen-footer__list {
    gap: 12px;
}

/* B2B factory category: square technical catalogue presentation */
body.theme-doncenmotor.page-products:not(.catalog-category-view) {
    background: #eef2f4;
}

body.theme-doncenmotor.page-products .page-title {
    font-weight: 750;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

body.theme-doncenmotor.page-products .toolbar-products {
    background: #fff;
    border: 1px solid #bdc9d1;
    border-radius: 0;
    padding: 12px 16px;
}

body.theme-doncenmotor.page-products .products-grid .product-item-info {
    background: #fff;
    border: 0;
    border-radius: 0;
    border-top: 4px solid var(--dm-brand);
    box-shadow: 0 1px 0 rgb(23 36 46 / 14%);
}

body.theme-doncenmotor.page-products .products-grid .product-item-info:hover {
    box-shadow: 0 14px 30px rgb(9 24 35 / 16%);
    transform: translateY(-2px);
}

body.theme-doncenmotor.page-products .product-item-name a {
    color: inherit;
    font-weight: 720;
}

body.theme-doncenmotor.page-products .dichen-product-card__highlights {
    border-top: 1px solid #d6dee3;
    font-size: 12px;
    letter-spacing: .025em;
}

@media (max-width: 767px) {
    .dm-shell-header {
        top: 0;
    }

    body.theme-doncenmotor .page-main {
        width: calc(100% - 36px);
    }

    .dm-shell-header__rail,
    .dm-shell-header__nav,
    .dm-shell-header__actions {
        display: none;
    }

    .dm-shell-header__inner {
        width: calc(100% - 36px);
    }

    .dm-shell-header__main-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 74px;
    }

    .dm-shell-header__logo .dichen-configured-logo {
        height: auto !important;
        width: 145px !important;
    }

    .dm-shell-header__mobile-toggle {
        align-items: center;
        background: transparent;
        border: 0;
        box-shadow: none;
        color: inherit;
        cursor: pointer;
        display: inline-flex;
        padding: 10px;
    }

    .dm-shell-header__mobile-toggle svg {
        display: block;
        fill: none;
        height: 16px;
        stroke: currentColor;
        stroke-width: 2;
        width: 20px;
    }

    .dm-shell-mobile {
        background: #fff;
        box-sizing: border-box;
        color: inherit;
        display: block;
        height: 100vh;
        overflow-y: auto;
        padding: 24px 28px 32px;
        position: fixed;
        right: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform .25s ease;
        width: min(88vw, 380px);
        z-index: 42;
    }

    .dm-shell-mobile__header {
        align-items: center;
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        justify-content: space-between;
        margin-bottom: 12px;
        padding-bottom: 16px;
    }

    .dm-shell-mobile__header strong {
        font-size: 18px;
    }

    .dm-shell-mobile__header button {
        background: transparent;
        border: 0;
        box-shadow: none;
        cursor: pointer;
        font-size: 34px;
        line-height: 1;
        padding: 0 4px;
    }

    .dm-shell-mobile__links {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .dm-shell-mobile__links a {
        border-bottom: 1px solid #e9e9e9;
        color: inherit;
        display: block;
        font-size: 17px;
        font-weight: 650;
        padding: 16px 0;
        text-decoration: none;
    }

    .dm-shell-mobile__products {
        border-bottom: 1px solid #e9e9e9;
    }

    .dm-shell-mobile__products summary {
        color: inherit;
        cursor: pointer;
        font-size: 17px;
        font-weight: 650;
        padding: 16px 0;
    }

    .dm-shell-mobile__products-list {
        display: grid;
        gap: 10px;
        list-style: none;
        margin: 0;
        padding: 0 0 18px 14px;
    }

    .dm-shell-mobile__products-list ul {
        display: grid;
        gap: 10px;
        list-style: none;
        margin: 10px 0 0;
        padding: 0 0 0 14px;
    }

    .dm-shell-mobile__products-list a,
    .dm-shell-mobile__products-list a:visited {
        color: inherit;
        font-size: 14px;
        text-decoration: none;
    }

    .dm-shell-mobile__products-list .dm-shell-mobile__category-link {
        color: inherit;
        font-weight: 700;
        margin-top: 8px;
    }

    .dm-shell-mobile .dm-shell-header__contact {
        margin-top: 24px;
        width: 100%;
    }

    .dm-shell-mobile__contact {
        display: grid;
        font-style: normal;
        gap: 8px;
        margin-top: 22px;
    }

    .dm-shell-mobile__contact a,
    .dm-shell-mobile__contact a:visited {
        align-items: center;
        color: #555;
        display: flex;
        font-size: 13px;
        gap: 8px;
        text-decoration: none;
    }

    .dm-shell-mobile__contact-icon {
        display: block;
        flex: 0 0 18px;
        height: 18px;
        opacity: .65;
        width: 18px;
    }

    .dm-shell-mobile-overlay {
        -webkit-backdrop-filter: saturate(130%) blur(20px);
        backdrop-filter: saturate(130%) blur(20px);
        background: rgb(245 245 247 / 55%);
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        transition: opacity .25s cubic-bezier(.4, 0, .6, 1), visibility 0s linear .25s;
        visibility: hidden;
        will-change: opacity;
        z-index: 41;
    }

    .dm-shell-mobile.is-open {
        transform: translateX(0);
    }

    .dm-shell-mobile-overlay.is-open {
        display: block;
        opacity: 1;
        pointer-events: auto;
        transition: opacity .3s cubic-bezier(.4, 0, .6, 1), visibility 0s linear 0s;
        visibility: visible;
    }

}


/* Child-theme-owned technical catalogue structure */
body.theme-doncenmotor.catalog-category-view .columns.top {
    margin: 0;
    max-width: none;
    padding: 0;
}

.sg-category-identity {
    background-color: #14222d;
    background-image:
        linear-gradient(rgb(112 199 255 / 8%) 1px, transparent 1px),
        linear-gradient(90deg, rgb(112 199 255 / 8%) 1px, transparent 1px);
    background-size: 32px 32px;
    color: #fff;
    display: grid;
    gap: clamp(40px, 7vw, 110px);
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    margin-bottom: 42px;
    padding: clamp(48px, 7vw, 90px) max(24px, calc((100vw - 1360px) / 2));
}

.sg-category-identity__eyebrow {
    color: var(--dm-brand-hover);
    font: 800 12px/1.4 monospace;
    letter-spacing: .14em;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.sg-category-identity h1 {
    color: #fff;
    font-size: clamp(46px, 6vw, 84px);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .95;
    margin: 0 0 24px;
    text-transform: none;
}

.sg-category-identity__content > p:last-child {
    color: #c4d0d7;
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
    max-width: 680px;
}

.sg-category-identity__criteria {
    align-self: end;
    background: #f7f9fa;
    border-left: 5px solid var(--dm-brand);
    color: inherit;
    margin: 0;
    padding: 24px 30px;
}

.sg-category-identity__criteria > div {
    border-bottom: 1px solid #cfd8de;
    display: grid;
    gap: 18px;
    grid-template-columns: 130px minmax(0, 1fr);
    padding: 16px 0;
}

.sg-category-identity__criteria > div:last-child {
    border: 0;
}

.sg-category-identity__criteria dt {
    font: 800 11px/1.45 monospace;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sg-category-identity__criteria dd {
    color: inherit;
    margin: 0;
}

body.theme-doncenmotor.page-products .columns {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: 1360px;
    padding-inline: 24px;
    width: 100%;
}

body.theme-doncenmotor.page-products .sidebar:empty {
    display: none;
}

body.theme-doncenmotor.page-products .toolbar-products {
    align-items: center;
    background: #fff;
    border: 1px solid #d7dee3;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-end;
    margin: 0 0 18px;
    padding: 14px 16px;
}

body.theme-doncenmotor.page-products .modes {
    display: flex;
    gap: 8px;
    margin-right: auto;
}

body.theme-doncenmotor.page-products .modes-label {
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

body.theme-doncenmotor.page-products .modes-mode {
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}

body.theme-doncenmotor.page-products .modes-mode.active {
    color: var(--dm-brand);
}

body.theme-doncenmotor.page-products .toolbar-amount {
    margin: 0;
}

body.theme-doncenmotor.page-products .toolbar-sorter {
    align-items: center;
    display: flex;
    gap: 8px;
}

body.theme-doncenmotor.page-products .toolbar-sorter select {
    background: #fff;
    border: 1px solid #cbd3d8;
    border-radius: 3px;
    min-height: 38px;
    padding: 6px 32px 6px 10px;
}

body.theme-doncenmotor.page-products .sorter-action {
    color: var(--dm-brand);
    font-weight: 700;
    text-decoration: none;
}

body.theme-doncenmotor.page-products .products-grid .product-items {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

body.theme-doncenmotor.page-products .products-grid .product-item {
    margin: 0;
    min-width: 0;
}

body.theme-doncenmotor.page-products .sidebar-main {
    background: #17242e;
    color: #fff;
    padding: 24px;
}

body.theme-doncenmotor.page-products .filter-options-title,
body.theme-doncenmotor.page-products .filter-title strong {
    color: #fff;
    font: 750 12px/1.4 monospace;
    letter-spacing: .07em;
    text-transform: uppercase;
}

body.theme-doncenmotor.page-products .filter-options-content a,
body.theme-doncenmotor.page-products .filter-options-content a:visited {
    color: #c7d3da;
}

body.theme-doncenmotor.page-products .products-grid .product-item-info {
    background: #fff;
    border-top: 4px solid var(--dm-brand);
    box-sizing: border-box;
    min-height: 100%;
    padding: 16px;
    width: 100%;
}

body.theme-doncenmotor.page-products .product-item-photo,
body.theme-doncenmotor.page-products .product-item-photo img {
    display: block;
    height: auto;
    width: 100%;
}

body.theme-doncenmotor.page-products .product-item-name {
    font-size: 17px;
    font-weight: 700;
    margin: 16px 0 8px;
}

body.theme-doncenmotor.page-products .product-item-name a,
body.theme-doncenmotor.page-products .product-item-name a:visited {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 767px) {
    .sg-category-identity {
        grid-template-columns: 1fr;
        padding: 48px 20px;
    }

    .sg-category-identity__criteria > div {
        grid-template-columns: 1fr;
    }

    body.theme-doncenmotor.page-products .sidebar-main {
        background: transparent;
        color: inherit;
        padding: 0;
    }

    body.theme-doncenmotor.page-products .columns {
        padding-inline: 18px;
    }

    body.theme-doncenmotor.page-products .toolbar-products {
        align-items: flex-start;
        flex-direction: column;
    }

    body.theme-doncenmotor.page-products .modes {
        margin-right: 0;
    }

    body.theme-doncenmotor.page-products .products-grid .product-items {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1023px) {
    .dm-shell-header__nav,
    .dm-shell-search { display: none; }
    .dm-shell-header__main-inner { gap: 14px; grid-template-columns: minmax(0, 1fr) auto auto; min-height: 72px; }
    .dm-shell-header__actions { display: flex; gap: 10px; }
    .dm-shell-search-toggle,
    .dm-shell-header__mobile-toggle { align-items: center; background: transparent; border: 0; box-shadow: none; color: inherit; cursor: pointer; display: inline-flex; justify-content: center; padding: 8px; }
    .dm-shell-header__mobile-toggle svg { display: block; fill: none; height: 16px; stroke: currentColor; stroke-width: 2; width: 20px; }
    .dm-shell-search.is-open { background: #fff; display: flex; left: 24px; position: absolute; right: 24px; top: calc(100% + 8px); width: auto; z-index: 44; }
    .dm-shell-search__icon { color: inherit; }
    .dm-shell-search:focus-within .dm-shell-search__icon { color: var(--dm-brand); }
    .dm-shell-mobile { background: #fff; box-sizing: border-box; color: inherit; display: block; height: 100vh; overflow-y: auto; padding: 24px 28px 32px; position: fixed; right: 0; top: 0; transform: translateX(100%); transition: transform .25s ease; width: min(88vw, 380px); z-index: 42; }
    .dm-shell-mobile.is-open { transform: translateX(0); }
    .dm-shell-mobile-overlay { -webkit-backdrop-filter: saturate(130%) blur(20px); backdrop-filter: saturate(130%) blur(20px); background: rgb(245 245 247 / 55%); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .25s cubic-bezier(.4, 0, .6, 1), visibility 0s linear .25s; visibility: hidden; will-change: opacity; z-index: 41; }
    .dm-shell-mobile-overlay.is-open { display: block; opacity: 1; pointer-events: auto; transition: opacity .3s cubic-bezier(.4, 0, .6, 1), visibility 0s linear 0s; visibility: visible; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .dm-shell-header { top: -34px; }
    .dm-shell-header__inner { width: calc(100% - 48px); }
    .dm-shell-header__logo .dichen-configured-logo { width: 150px !important; }
    .dm-shell-header__main-inner { grid-template-columns: minmax(0, 1fr) auto auto auto; }
    .dm-shell-header__actions { display: contents; }
    .dm-shell-search-toggle { grid-column: 2; grid-row: 1; }
    .dm-shell-header__mobile-toggle { grid-column: 3; grid-row: 1; }
    .dm-shell-header__actions .dm-shell-header__contact { grid-column: 4; grid-row: 1; }
}

/* Shared compact navigation: tablet and mobile use one complete drawer component. */
@media (max-width: 1023px) {
    .dm-shell-mobile {
        box-shadow: -12px 0 36px rgb(0 0 0 / 14%);
        padding: 24px 28px 32px;
        width: min(88vw, 380px);
    }

    .dm-shell-mobile__header {
        align-items: center;
        border-bottom: 1px solid #e6e6e6;
        display: flex;
        justify-content: space-between;
        margin-bottom: 4px;
        padding-bottom: 16px;
    }

    .dm-shell-mobile__header strong {
        font-size: 18px;
        line-height: 1.2;
    }

    .dm-shell-mobile__header button {
        align-items: center;
        background: transparent;
        border: 0;
        border-radius:var(--dm-button-radius);
        box-shadow: none;
        color: inherit;
        cursor: pointer;
        display: inline-flex;
        font-size: 30px;
        height: 38px;
        justify-content: center;
        line-height: 1;
        padding: 0 0 3px;
        width: 38px;
    }

    .dm-shell-mobile__header button:hover,
    .dm-shell-mobile__header button:focus-visible {
        background: #f2f2f2;
    }

    .dm-shell-mobile__products {
        border-bottom: 1px solid #e9e9e9;
        margin: 0;
    }

    .dm-shell-mobile__products summary {
        align-items: center;
        color: inherit;
        cursor: pointer;
        display: flex;
        font-size: 17px;
        font-weight: 700;
        justify-content: space-between;
        list-style: none;
        padding: 17px 0;
    }

    .dm-shell-mobile__products summary::-webkit-details-marker {
        display: none;
    }

    .dm-shell-mobile__products summary::after {
        border-bottom: 2px solid currentColor;
        border-right: 2px solid currentColor;
        content: "";
        flex: 0 0 8px;
        height: 8px;
        margin-inline-end: 4px;
        transform: rotate(-45deg);
        transition: transform .2s ease, color .2s ease;
        width: 8px;
    }

    .dm-shell-mobile__products[open] summary::after {
        color: var(--dm-brand);
        transform: rotate(45deg);
    }

    .dm-shell-mobile__products-list,
    .dm-shell-mobile__products-list ul,
    .dm-shell-mobile__links {
        list-style: none;
    }

    .dm-shell-mobile__products-list {
        display: grid;
        gap: 22px;
        margin: 0;
        padding: 4px 0 24px;
    }

    .dm-shell-mobile__products-list > li,
    .dm-shell-mobile__products-list ul > li {
        display: block;
        min-width: 0;
    }

    .dm-shell-mobile__products-list > li {
        position: relative;
    }

    .dm-shell-mobile__products-list ul {
        display: grid;
        gap: 2px;
        margin: 10px 0 0;
        padding: 0 0 0 16px;
        position: relative;
    }

    .dm-shell-mobile__products-list ul::before {
        background: var(--dm-brand);
        border-radius: 2px;
        bottom: 6px;
        content: "";
        left: 0;
        opacity: .75;
        position: absolute;
        top: 6px;
        width: 2px;
    }

    .dm-shell-mobile__products-list a,
    .dm-shell-mobile__products-list a:visited {
        color: inherit;
        font-size: 14px;
        line-height: 1.35;
        text-decoration: none;
    }

    .dm-shell-mobile__products-list .dm-shell-mobile__category-link {
        color: inherit;
        display: block;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.3;
        padding: 0;
    }

    .dm-shell-mobile__products-list ul a,
    .dm-shell-mobile__products-list ul a:visited {
        border-radius: 5px;
        display: block;
        padding: 8px 10px;
        transition: background-color .18s ease, color .18s ease;
    }

    .dm-shell-mobile__products-list ul a:hover,
    .dm-shell-mobile__products-list ul a:focus-visible {
        background: #f6f6f6;
    }

    .dm-shell-mobile__links {
        margin: 0;
        padding: 0;
    }

    .dm-shell-mobile__links li {
        display: block;
    }

    .dm-shell-mobile__links a,
    .dm-shell-mobile__links a:visited {
        border-bottom: 1px solid #e9e9e9;
        color: inherit;
        display: block;
        font-size: 17px;
        font-weight: 700;
        padding: 17px 0;
        text-decoration: none;
    }

    .dm-shell-mobile__links a:hover,
    .dm-shell-mobile__links a:focus-visible,
    .dm-shell-mobile__products-list a:hover,
    .dm-shell-mobile__products-list a:focus-visible {
        color: var(--dm-brand);
    }

    .dm-shell-mobile .dm-shell-header__contact {
        margin-top: 24px;
        width: 100%;
    }

    .dm-shell-mobile__contact {
        display: grid;
        font-style: normal;
        gap: 16px;
        margin: 42px 0 0;
    }

    .dm-shell-mobile__contact a,
    .dm-shell-mobile__contact a:visited {
        align-items: center;
        color: #555;
        display: flex;
        font-size: 15px;
        gap: 12px;
        line-height: 1.4;
        min-width: 0;
        text-decoration: none;
    }

    .dm-shell-mobile__contact-icon,
    .dm-shell-mobile__contact-icon svg {
        display: block;
        flex: 0 0 20px;
        height: 20px;
        max-height: 20px;
        max-width: 20px;
        width: 20px;
    }

    .dm-shell-mobile__social-nav {
        margin-top: 24px;
    }

    .dm-shell-mobile__social {
        align-items: center;
        display: flex;
        gap: 16px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .dm-shell-mobile__social li {
        display: flex;
    }

    .dm-shell-mobile__social a,
    .dm-shell-mobile__social a:visited {
        align-items: center;
        color: #555;
        display: inline-flex;
        height: 22px;
        justify-content: center;
        transition: color .18s ease, transform .18s ease;
        width: 22px;
    }

    .dm-shell-mobile__social a:hover,
    .dm-shell-mobile__social a:focus-visible {
        color: var(--dm-brand);
        transform: translateY(-1px);
    }

    .dm-shell-mobile__social svg {
        display: block;
        fill: currentColor;
        height: 20px;
        width: 20px;
    }
}

@media (max-width: 767px) {
    .dm-shell-header__actions { display: contents; }
    .dm-shell-header__actions .dm-shell-header__contact { display: none; }
    .dm-shell-header__main-inner { grid-template-columns: minmax(0, 1fr) auto auto; min-height: 48px; }
    .dm-shell-search-toggle { grid-column: 2; grid-row: 1; }
    .dm-shell-header__mobile-toggle { grid-column: 3; grid-row: 1; }
    .dm-shell-header__logo .dichen-configured-logo { width: 132px !important; }
    .dm-shell-header__mobile-toggle,
    .dm-shell-search-toggle { padding: 6px; }
}

/* Keep the full header comfortable before switching to the compact navigation. */
@media (min-width: 1024px) and (max-width: 1199px) {
    .dm-shell-header__main-inner { grid-template-columns: 180px minmax(0, 1fr) auto; gap: 24px; }
    .dm-shell-header__logo .dichen-configured-logo { width: 180px !important; }
    .dm-shell-header__nav-list { gap: 22px; }
}

/* Shared button shape across the DM storefront. */
body.theme-doncenmotor button,
body.theme-doncenmotor input[type="submit"],
body.theme-doncenmotor input[type="button"],
body.theme-doncenmotor input[type="reset"],
body.theme-doncenmotor .action.primary,
body.theme-doncenmotor .action.secondary,
body.theme-doncenmotor .dm-product-hero__button,
body.theme-doncenmotor a.button,
body.theme-doncenmotor a.btn {
    border-radius: var(--dm-button-radius);
}
