body.theme-doncenmotor.catalog-product-view {
    background: #f5f5f5;
}

body.theme-doncenmotor.catalog-product-view .page-main {
    box-sizing: border-box;
    display: block;
    margin-inline: 0;
    max-width: none;
    padding-inline: 0;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .breadcrumbs.sg-breadcrumb {
    max-width: none;
    padding: 0;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder {
    margin-block-end: 40px;
}

body.theme-doncenmotor.catalog-product-view .product-info-main {
    align-self: start;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    grid-row: auto;
    margin: 0;
    padding-inline-start: 0;
    position: static;
    top: auto;
}

body.theme-doncenmotor.catalog-product-view .product-info-main > .page-title {
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 15px;
    padding: 5px 0 15px;
}

body.theme-doncenmotor.catalog-product-view .product-info-main .page-title {
    color: inherit;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.08;
    min-width: 100%;
}

.sg-product-summary {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.sg-product-summary {
    display: grid;
    gap: 8px;
    margin: 0;
}

.sg-product-summary > div {
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.sg-product-summary dt,
.sg-product-summary dd {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    margin: 0;
}

.sg-product-summary dd {
    color: inherit;
    text-align: right;
}

body.theme-doncenmotor.catalog-product-view .storefront-commerce-action__button,
body.theme-doncenmotor.catalog-product-view .storefront-commerce-action__button: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: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    margin: 20px 0 20px;
    min-height: 48px;
    padding: 0 24px;
    text-transform: none !important;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .storefront-commerce-action__button:hover,
body.theme-doncenmotor.catalog-product-view .storefront-commerce-action__button:focus {
    background: var(--dm-brand-hover);
    border-color: var(--dm-brand-hover);
    color: #fff;
}

body.theme-doncenmotor.catalog-product-view .product-add-form,
body.theme-doncenmotor.catalog-product-view .product-social-links {
    display: none;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs--bundle {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs--variants {
    clear: none;
    margin: 0;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variants-title {
    align-items: baseline;
    display: flex;
    gap: 6px;
    margin-bottom: 8px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variants-title strong {
    color: inherit;
    font-size: 16px;
    font-weight: 600;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variants-title span {
    color: #858585;
    font-size: 12px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-panel,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-sizing: border-box;
    color: inherit;
    display: block;
    position: relative;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-panel {
    cursor: pointer;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-panel:hover,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-panel:has(.dichen-product-specs__variant-current[aria-expanded="true"]) {
    border-color: #c9c9c9;
    box-shadow: 0 5px 16px rgb(0 0 0 / 7%);
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card {
    background: #fff;
    cursor: pointer;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card:hover,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card:focus-visible {
    border-color: #c9c9c9;
    box-shadow: 0 5px 16px rgb(0 0 0 / 7%);
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-current,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 50px minmax(0, 1fr) 32px;
    min-height: 64px;
    padding: 7px 10px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-current {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-thumb {
    align-items: center;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    height: 46px;
    justify-content: center;
    overflow: hidden;
    width: 50px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-thumb img {
    display: block;
    height: auto;
    max-height: 42px;
    max-width: 46px;
    object-fit: contain;
    width: auto;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-card .dichen-product-specs__variant-thumb img {
    mix-blend-mode: multiply;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-current-main,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-card-main,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-main {
    display: block;
    min-width: 0;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-sku,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-sku {
    color: #7b7b7b;
    display: block;
    font-size: 11px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-sku::before {
    background: #1aa34a;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 5px;
    vertical-align: 1px;
    width: 6px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-sku.is-out-of-stock::before {
    background: #999;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-current-main strong,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-card-main strong,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-main strong {
    color: inherit;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-meta {
    display: none;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-toggle,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-toggle,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-arrow {
    align-items: center;
    align-self: center;
    background: #f1f1f1;
    border: 0;
    border-radius: 50%;
    box-shadow: none;
    display: flex;
    height: 28px;
    justify-content: center;
    padding: 0;
    transition: background-color 180ms ease;
    width: 28px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-chevron,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-arrow::before {
    border-bottom: 2px solid #1B1B1B;
    border-right: 2px solid #1B1B1B;
    content: "";
    display: block;
    height: 8px;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform 180ms ease;
    width: 8px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-current[aria-expanded="true"] .dichen-product-specs__variant-chevron,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary[aria-expanded="true"] .dichen-product-specs__variant-chevron {
    transform: rotate(225deg) translate(-1px, -1px);
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-current[aria-expanded="true"] .dichen-product-specs__variant-toggle,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary[aria-expanded="true"] .dichen-product-specs__compatible-toggle,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card:hover .dichen-product-specs__compatible-arrow,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card:focus-visible .dichen-product-specs__compatible-arrow {
    background: #1B1B1B;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-current[aria-expanded="true"] .dichen-product-specs__variant-chevron,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary[aria-expanded="true"] .dichen-product-specs__variant-chevron,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card:hover .dichen-product-specs__compatible-arrow::before,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card:focus-visible .dichen-product-specs__compatible-arrow::before {
    border-color: #fff;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-arrow::before {
    transform: rotate(-45deg) translate(-1px, -1px);
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-list,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-list-wrap {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    display: grid;
    gap: 4px;
    left: 0;
    list-style: none;
    margin: 6px 0 0;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px;
    position: absolute;
    right: 0;
    z-index: 30;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-list[hidden],
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-list-wrap[hidden] {
    display: none !important;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-item {
    margin: 0;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-card {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: grid;
    font-family: inherit;
    gap: 12px;
    grid-template-columns: 50px minmax(0, 1fr);
    min-height: 60px;
    padding: 7px 10px;
    position: relative;
    text-align: left;
    transition: background-color 160ms ease, box-shadow 160ms ease;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-card:hover,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-card:focus-visible {
    background: #f5f5f5;
    outline: none;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-card.is-selected {
    background: #f5f5f5;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-list::-webkit-scrollbar,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-list-wrap::-webkit-scrollbar {
    width: 8px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-list::-webkit-scrollbar-thumb,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-list-wrap::-webkit-scrollbar-thumb {
    background: #cfcfcf;
    border: 2px solid #fff;
    border-radius: 999px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible {
    margin-top: 18px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-list,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-picker {
    margin: 0;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-list {
    display: grid;
    gap: 6px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-picker {
    position: relative;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary {
    background: #fff;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    list-style: none;
    text-align: left;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary:hover,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary:focus-visible,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary[aria-expanded="true"] {
    border-color: #c9c9c9;
    box-shadow: 0 5px 16px rgb(0 0 0 / 7%);
    outline: none;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary::-webkit-details-marker {
    display: none;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-main small {
    color: #888;
    display: block;
    font-size: 10px;
    line-height: 1.2;
    margin-top: 2px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery {
    display: grid;
    gap: 20px;
    grid-template-areas: "thumbnails viewport";
    grid-template-columns: 88px minmax(0, 1fr);
    position: relative;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__viewport {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    grid-area: viewport;
    justify-content: center;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    touch-action: pan-y;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__image {
    display: block;
    height: auto;
    max-height: 88%;
    max-width: 88%;
    object-fit: contain;
    opacity: 1;
    transition: opacity 160ms ease;
    width: auto;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery.is-loading .sg-product-gallery__image {
    opacity: .45;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnails {
    align-content: start;
    display: grid;
    gap: 10px;
    grid-area: thumbnails;
    list-style: none;
    margin: 0;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    scrollbar-width: thin;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail-item {
    margin: 0;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail {
    align-items: center;
    appearance: none;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    height: 88px;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 6px;
    position: relative;
    width: 88px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail::after {
    background: var(--dm-brand);
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail.is-active::after {
    opacity: 1;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail:hover {
    border-color: #c9c9c9;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail:focus,
body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail:active {
    box-shadow: none;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail:focus-visible {
    border-color: var(--dm-brand);
    outline: 2px solid var(--dm-brand);
    outline-offset: 2px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__caption,
body.theme-doncenmotor.catalog-product-view .sg-product-gallery__status {
    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;
}

body.theme-doncenmotor.catalog-product-view .sg-product-details {
    box-sizing: border-box;
    margin-block-end: 64px;
    margin-inline: auto;
    width: calc(100% - 48px);
}

.sg-product-details__tabs {
    display: none;
}

.sg-product-details__section {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}

.sg-product-details__section > summary {
    align-items: center;
    color: inherit;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    list-style: none;
    padding: 20px 16px;
    position: relative;
}

.sg-product-details__section > summary::-webkit-details-marker {
    display: none;
}

.sg-product-details__content {
    color: inherit;
    font-size: 15px;
    line-height: 1.45;
}

.sg-product-details__content-inner {
    min-height: 0;
    overflow: hidden;
    padding: 0 0 24px;
}

.sg-product-details__content.collapse:not(.show) {
    display: none;
}

.sg-product-details__content.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

.sg-product-details__toggle {
    align-items: center;
    align-self: stretch;
    color: inherit;
    display: flex;
    margin-left: auto;
    text-decoration: none;
}

.sg-product-details__toggle::before {
    content: "";
    inset: 0;
    position: absolute;
}

.sg-product-details__toggle[aria-expanded="false"] .sg-product-details__icon::after {
    opacity: 1;
    transform: translate(-50%, -50%) scaleY(1);
}

.sg-product-details__toggle[aria-expanded="true"] .sg-product-details__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

@media (prefers-reduced-motion: reduce) {
    .sg-product-details__content.collapsing {
        transition: none;
    }
}

.sg-product-details__section:not(.is-primary) > .sg-product-details__content {
    transform-origin: top;
}

.sg-product-details__content p:last-child {
    margin-bottom: 0;
}

.sg-product-details__icon {
    flex: 0 0 24px;
    height: 24px;
    position: relative;
    width: 24px;
}

.sg-product-details__icon::before,
.sg-product-details__icon::after {
    background: #1B1B1B;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transition: opacity .18s ease, transform .18s ease;
}

.sg-product-details__icon::before {
    height: 2px;
    transform: translate(-50%, -50%);
    width: 18px;
}

.sg-product-details__icon::after {
    height: 18px;
    transform: translate(-50%, -50%) scaleY(1);
    transform-origin: center;
    width: 2px;
}

.sg-product-details__section > summary:focus-visible {
    border-radius: 2px;
    outline: 2px solid rgb(213 0 50 / 35%);
    outline-offset: 3px;
}

.sg-product-details__content .dichen-product-specs,
.sg-product-details__content .dichen-product-documents,
.sg-product-details__content .dichen-product-specs__table-wrap {
    margin: 0;
}

.sg-product-details__content table {
    width: 100%;
}

.sg-product-details__content th,
.sg-product-details__content td {
    border-bottom: 1px solid #eee;
    padding: 8px;
    text-align: left;
}

.sg-product-specs__table {
    border-collapse: collapse;
    table-layout: fixed;
}

.sg-product-specs__table tbody tr:nth-child(odd) {
    background: #f5f5f5;
}

.sg-product-specs__table tbody tr:nth-child(even) {
    background: #ffffff;
}

.sg-product-details__content .sg-product-specs__table th,
.sg-product-details__content .sg-product-specs__table td {
    border-bottom: 0;
}

.sg-product-specs__table th {
    color: inherit;
    font-size: clamp(12px, 1.4vw, 14px);
    font-weight: 600;
    width: 42%;
}

.sg-product-specs__table td {
    color: inherit;
    font-size: clamp(12px, 1.4vw, 14px);
    font-weight: 400;
    width: 58%;
}

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

.sg-product-details__content .dichen-product-documents__drawing-link img {
    display: block;
    height: auto;
    max-width: 100%;
}

.sg-product-downloads {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sg-product-downloads__item {
    margin: 0;
}

.sg-product-downloads__link,
.sg-product-downloads__link:visited {
    align-items: center;
    background: #f5f5f5;
    border: 0;
    border-radius: 6px;
    box-sizing: border-box;
    color: inherit;
    display: grid;
    gap: 16px;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    min-height: 64px;
    padding: 12px 18px;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
    width: 100%;
}

.sg-product-downloads__item:nth-child(even) .sg-product-downloads__link {
    background: #fff;
}

.sg-product-downloads__link:hover {
    background: #f0f0f0 !important;
    color: var(--dm-brand);
    text-decoration: none;
}

.sg-product-downloads__link:focus-visible {
    border-radius: 2px;
    outline: 2px solid rgb(213 0 50 / 35%);
    outline-offset: 4px;
}

.sg-product-downloads__title {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    min-width: 0;
}

.sg-product-downloads__icon {
    color: var(--dm-brand);
    display: block;
    flex: 0 0 auto;
    height: 40px;
    overflow: visible;
    width: 40px;
}

.sg-product-downloads__icon path,
.sg-product-downloads__icon rect {
    fill: #fff;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 2;
}

.sg-product-downloads__icon text {
    fill: currentColor;
    font-family: inherit;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: -.02em;
}

.sg-product-downloads__meta {
    align-items: center;
    color: inherit;
    display: inline-flex;
    flex: 0 0 auto;
    gap: 10px;
    justify-self: end;
    white-space: nowrap;
}

.sg-product-downloads__download-icon {
    color: var(--dm-brand);
    display: block;
    height: 20px;
    width: 20px;
}

.sg-product-downloads__download-cloud {
    fill: currentColor;
}

.sg-product-downloads__download-arrow {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.sg-product-downloads__size {
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    padding: 24px;
    pointer-events: none;
    position: fixed;
    transition: opacity .15s ease, visibility 0s linear .15s;
    visibility: hidden;
    z-index: 1001;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal._show {
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
    visibility: visible;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .modal-inner-wrap {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgb(0 0 0 / 24%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin: 0;
    max-height: calc(100vh - 48px);
    max-width: 1100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .modal-header {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
    min-height: 52px;
    padding: 8px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .action-close {
    align-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    width: 36px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .action-close::before,
body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .action-close::after {
    background: #1B1B1B;
    content: "";
    height: 2px;
    left: 9px;
    position: absolute;
    top: 17px;
    width: 18px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .action-close::before {
    transform: rotate(45deg);
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .action-close::after {
    transform: rotate(-45deg);
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .action-close span {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .modal-content {
    box-sizing: border-box;
    flex: 1 1 auto;
    overflow: auto;
    padding: 0 24px 24px;
}

body.theme-doncenmotor.catalog-product-view .modals-overlay {
    background: rgb(0 0 0 / 55%);
    inset: 0;
    position: fixed;
    z-index: 1000;
}

body.theme-doncenmotor.catalog-product-view._has-modal {
    overflow: hidden;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__curve-canvas {
    overflow: hidden;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__curve-canvas-content {
    min-width: 0;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__svg {
    height: auto;
    max-width: 100%;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-shell {
    background: #f5f5f5;
    display: flex;
    margin-bottom: 24px;
    max-width: 100%;
    position: relative;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs {
    background: #f5f5f5;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    justify-content: safe center;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs::-webkit-scrollbar {
    display: none;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow {
    align-items: center;
    appearance: none;
    background: #f5f5f5;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex: 0 0 44px;
    justify-content: center;
    padding: 0;
    position: relative;
    transition: background-color 180ms ease, color 180ms ease;
    width: 44px;
    z-index: 2;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-shell:not(.is-overflowing) .dichen-characteristic-curves__sku-tabs-arrow {
    display: none;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow::before {
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    content: '';
    height: 9px;
    position: relative;
    transition: transform 180ms ease;
    width: 9px;
    z-index: 2;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow::after {
    background-repeat: no-repeat;
    background-size: 1px 100%, 10px 100%;
    bottom: 0;
    content: '';
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: opacity 180ms ease;
    width: 10px;
    z-index: 1;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow.is-previous::before {
    transform: rotate(135deg);
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow.is-previous::after {
    background-image:
        linear-gradient(transparent, rgb(0 0 0 / 12%) 25%, rgb(0 0 0 / 20%) 75%, transparent),
        radial-gradient(farthest-side at 0 50%, rgb(0 0 0 / 28%), transparent);
    background-position: 0 0, 0 0;
    right: -10px;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow.is-next::before {
    transform: rotate(-45deg);
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow.is-next::after {
    background-image:
        linear-gradient(transparent, rgb(0 0 0 / 12%) 25%, rgb(0 0 0 / 20%) 75%, transparent),
        radial-gradient(farthest-side at 100% 50%, rgb(0 0 0 / 28%), transparent);
    background-position: 100% 0, 100% 0;
    left: -10px;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow:hover:not(:disabled),
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow:focus-visible {
    background: #f0f0f0;
    color: var(--dm-brand);
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow:hover:not(:disabled)::after,
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow:focus-visible::after {
    opacity: 1;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow.is-previous:hover:not(:disabled)::before,
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow.is-previous:focus-visible::before {
    transform: rotate(135deg) scale(1.16);
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow.is-next:hover:not(:disabled)::before,
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow.is-next:focus-visible::before {
    transform: rotate(-45deg) scale(1.16);
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow:focus-visible {
    outline: 2px solid rgb(213 0 50 / 35%);
    outline-offset: -2px;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow:disabled {
    color: #b8b8b8;
    cursor: default;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs-arrow:disabled::after {
    opacity: 0;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-option {
    appearance: none;
    background: transparent;
    border: 0;
    border-top: 3px solid #f5f5f5;
    color: inherit;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 0;
    padding: 14px 24px;
    position: relative;
    scroll-snap-align: center;
    text-align: center;
    transition: color 180ms ease;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-option:hover {
    background: #fafafa;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-option.is-active {
    background: #ffffff;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-option:focus-visible {
    outline: 2px solid rgb(213 0 50 / 35%);
    outline-offset: 2px;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-code {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-label {
    color: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-accordion {
    display: none;
}

body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary {
    margin-top: 24px;
    border: 1px solid #d4dfe7;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary table {
    margin: 0;
    min-width: 720px;
    color: #20384a;
    font-size: 14px;
    line-height: 1.5;
}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary th,
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary td {
    border: 0;
    border-bottom: 1px solid #e2e9ef;
    padding: 14px 18px;
    font-size: 14px;
    text-align: center;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary thead th {
    background: #f5f7fa;
    color: #587085;
    font-size: 13px;
    font-weight: 600;
}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary thead th:first-child {
    color: #0078d2;
    white-space: normal;
    min-width: 210px;
}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary tbody th {
    color: #20384a;
    font-weight: 500;
}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary tbody tr:nth-child(n) > * {background: #fff;}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary tbody tr:hover > * {background: #f0f7fc;}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    text-align: left;
    border-right: 1px solid #e2e9ef;
}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary tbody tr:last-child > * {border-bottom: 0;}
body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary-scroll {
    scrollbar-width: thin;
    scrollbar-color: #b6c5d0 #f5f7fa;
}
@media (max-width: 767px) {
    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary th,
    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary td {padding: 12px 14px;}
    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__summary thead th:first-child {min-width: 170px;}
}

@media (max-width: 1023px) {
    body.theme-doncenmotor.catalog-product-view .sg-product-gallery,
    body.theme-doncenmotor.catalog-product-view .product-info-main,
    body.theme-doncenmotor.catalog-product-view .sg-product-details {
        grid-column: 1 / -1;
    }

    body.theme-doncenmotor.catalog-product-view .product-info-main {
        grid-row: auto;
        padding: 0;
        position: static;
        top: auto;
    }
}

@media (max-width: 767px) {
    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__curve-canvas {
        overflow-x: auto;
        overflow-y: hidden;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__curve-canvas-content {
        max-width: none;
        min-width: 680px;
        width: max-content;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__svg {
        max-width: none;
        min-width: 680px;
        width: auto;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-tabs {
        display: none;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-accordion {
        display: block;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-section {
        background: #fff;
        border-radius: 10px;
        margin-bottom: 12px;
        overflow: clip;
        border: 1px solid #dedede;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-summary {
        align-items: center;
        background: #f5f5f5;
        color: inherit;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 16px;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-summary::-webkit-details-marker {
        display: none;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-summary-label {
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width: 0;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-icon {
        flex: 0 0 20px;
        height: 20px;
        position: relative;
        width: 20px;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-icon::before,
    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-icon::after {
        background: #212529;
        content: "";
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-icon::before {
        height: 2px;
        width: 18px;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-icon::after {
        height: 18px;
        transition: transform 180ms ease;
        width: 2px;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-section.is-active .dichen-characteristic-curves__sku-icon::after {
        transform: translate(-50%, -50%) scaleY(0);
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-section.is-active .dichen-characteristic-curves__sku-summary {
        background: #fff;
        color: var(--dm-brand);
    }

    body.theme-doncenmotor.catalog-product-view .dichen-characteristic-curves__sku-panel {
        padding: 16px 0 4px;
    }

    .sg-product-details__section {
        background: #fff;
        border: 0;
        border-radius: 10px;
        margin-bottom: 12px;
    }

    .sg-product-details__section.is-active {
        box-shadow:
            12px 12px 30px -22px rgb(0 0 0 / 16%),
            -12px 12px 30px -22px rgb(0 0 0 / 16%),
            0 20px 30px -24px rgb(0 0 0 / 18%);
    }

    .sg-product-details__section.is-active > summary {
        background: #fff;
        border-bottom: 1px solid #dedede;
        border-radius: 10px 10px 0 0;
        box-shadow: 0 -8px 20px -12px rgb(0 0 0 / 22%);
        position: sticky;
        top: var(--sg-sticky-header-offset, 64px);
        z-index: 20;
    }

    .sg-product-details__content-inner {
        padding: 16px 18px;
    }
}

@media (min-width: 768px) {
    body.theme-doncenmotor.catalog-product-view .sg-product-details {
        box-sizing: border-box;
        display: block;
        grid-column: 1 / -1;
        justify-self: center;
        margin-bottom: 70px;
        max-width: 1080px;
        position: relative;
        width: calc(100% - 48px);
    }

    .sg-product-details__tabs {
        background: #f5f5f5;
        border-bottom: 1px solid #dedede;
        border-top: 1px solid #e8e8e8;
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: sticky;
        top: var(--sg-sticky-header-offset, 64px);
        z-index: 20;
    }

    .sg-product-details__tab,
    .sg-product-details__tab:visited {
        color: inherit;
        font-size: 16px;
        font-weight: 600;
        padding: 16px 24px;
        position: relative;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

    .sg-product-details__tab:hover,
    .sg-product-details__tab:focus-visible,
    .sg-product-details__tab.is-active {
        color: var(--dm-brand);
        text-decoration: none;
    }

    .sg-product-details__tab:focus-visible {
        outline: none;
    }

    .sg-product-details__tab.is-active::after {
        background: var(--dm-brand);
        bottom: -1px;
        content: "";
        height: 2px;
        left: 18px;
        position: absolute;
        right: 18px;
    }

    .sg-product-details__panels {
        margin-top: 24px;
    }

    .sg-product-details__section {
        border: 0;
        display: block;
    }

    .sg-product-details__section > summary {
        display: none;
    }

    .sg-product-details__content {
        background: #fff;
        border-radius: 8px;
        box-sizing: border-box;
        margin-inline: auto;
        max-width: 960px;
        padding: 34px 42px;
        width: 100%;
    }

    .sg-product-details__content-inner {
        overflow: visible;
        padding: 0;
    }

    .sg-product-details__content.collapse:not(.show) {
        display: none;
    }

    .sg-product-details__content.collapse.show {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sg-product-details__tab,
    .sg-product-details__tab:visited {
        padding-inline: clamp(12px, 1.9vw, 24px);
    }
}

@media (max-width: 767px) {
    body.theme-doncenmotor.catalog-product-view .page-main {
        padding-inline: 0;
        width: 100%;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-gallery,
    body.theme-doncenmotor.catalog-product-view .product-info-main,
    body.theme-doncenmotor.catalog-product-view .sg-product-details {
        grid-column: 1 / -1;
    }

    body.theme-doncenmotor.catalog-product-view .product-info-main {
        padding: 0;
        grid-row: auto;
        position: static;
        top: auto;
    }

    body.theme-doncenmotor.catalog-product-view .product-info-main > .page-title {
        padding-top: 0;
    }

    body.theme-doncenmotor.catalog-product-view .product-info-main .page-title {
        font-size: 24px;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-gallery {
        gap: 12px;
        grid-template-areas:
            "viewport"
            "thumbnails";
        grid-template-columns: minmax(0, 1fr);
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnails {
        display: flex;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 5px;
        scroll-snap-type: x proximity;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail-item {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail {
        height: 72px;
        width: 72px;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal._show {
        padding: 12px;
    }

    body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .modal-inner-wrap {
        max-height: calc(100vh - 24px);
    }

    body.theme-doncenmotor.catalog-product-view .dichen-product-documents-modal .modal-content {
        padding: 0 12px 12px;
    }

}

/* MageOS native product gallery, themed to match the SG product design. */
body.theme-doncenmotor.catalog-product-view .gallery-placeholder,
body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama,
body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__wrap {
    box-sizing: border-box;
    height: auto !important;
    max-width: 100%;
    min-width: 0;
    width: 100% !important;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder {
    position: relative;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder._block-content-loading::after {
    aspect-ratio: 1.22 / 1;
    bottom: auto;
    height: auto;
    width: 100%;
    z-index: 12;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder._block-content-loading .gallery-placeholder__image {
    opacity: 0;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__img {
    transition: opacity 220ms ease;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder__image {
    aspect-ratio: 1.22 / 1;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-sizing: border-box;
    height: auto;
    object-fit: contain;
    padding: 10%;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage {
    aspect-ratio: 1.22 / 1;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    box-sizing: border-box;
    height: auto !important;
    overflow: hidden;
    touch-action: pan-y;
    width: 100% !important;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage__frame .fotorama__img {
    height: auto !important;
    max-height: 80% !important;
    max-width: 80% !important;
    object-fit: contain;
    width: auto !important;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr {
    background: transparent;
    border-radius: 0;
    margin-top: 0;
    width: 64px;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr--prev {
    border-radius: 10px 0 0 10px;
    left: 0;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr--next {
    border-radius: 0 10px 10px 0;
    right: 0;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr__arr {
    background: none;
    height: 16px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: transform 180ms ease;
    transform: translate(-50%, -50%);
    width: 16px;
}

@media (hover: hover) and (pointer: fine) {
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage .fotorama__arr {
        opacity: 0;
        pointer-events: none;
        transition-duration: 300ms;
        transition-property: transform, opacity;
        transition-timing-function: ease-in-out;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage .fotorama__arr--prev {
        transform: translate3d(-100%, 0, 0);
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage .fotorama__arr--next {
        transform: translate3d(100%, 0, 0);
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage:hover .fotorama__arr,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage:focus-within .fotorama__arr,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage .fotorama__arr:focus-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr:hover .fotorama__arr__arr {
        transform: translate(-50%, -50%) scale(1.16);
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage:has(.fotorama__arr--prev:hover)::before,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage:has(.fotorama__arr--next:hover)::after {
        background-size: 1px 100%, 5px 100%;
        bottom: 0;
        height: auto;
        top: 0;
        width: 10px;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage:has(.fotorama__arr--prev:hover)::before {
        background-image:
            linear-gradient(transparent, rgb(0 0 0 / 20%) 25%, rgb(0 0 0 / 30%) 75%, transparent),
            radial-gradient(farthest-side at 0 50%, rgb(0 0 0 / 40%), transparent);
        background-position: 0 0, 0 0;
        left: 0;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage:has(.fotorama__arr--next:hover)::after {
        background-image:
            linear-gradient(transparent, rgb(0 0 0 / 20%) 25%, rgb(0 0 0 / 30%) 75%, transparent),
            radial-gradient(farthest-side at 100% 50%, rgb(0 0 0 / 40%), transparent);
        background-position: 100% 0, 100% 0;
        right: 0;
    }
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr__arr::before {
    border-right: 4px solid #212529;
    border-top: 4px solid #212529;
    content: "";
    display: block;
    height: 22px;
    width: 22px;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr--prev .fotorama__arr__arr::before {
    transform: rotate(-135deg);
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr--next .fotorama__arr__arr::before {
    transform: rotate(45deg);
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr:focus-visible {
    outline: 2px solid rgb(213 0 50 / 45%);
    outline-offset: -4px;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav-wrap {
    background: transparent;
    width: 100% !important;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav--dots {
    background: transparent;
    height: 30px !important;
    width: 100% !important;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav__frame--dot {
    height: 30px;
    width: 18px;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__dot {
    background: #cfcfcf;
    border: 0;
    border-radius: 50%;
    height: 8px;
    left: 5px;
    top: 11px;
    width: 8px;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav__frame.fotorama__active .fotorama__dot {
    background: var(--dm-brand);
    height: 8px;
    width: 8px;
}

body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav__frame--dot:focus-visible {
    border-radius: 50%;
    outline: 2px solid rgb(213 0 50 / 45%);
    outline-offset: -3px;
}

@media (min-width: 1024px) and (hover: hover) {
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav__frame--thumb,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav__frame--thumb * {
        cursor: pointer;
    }
}

@media (min-width: 1024px) {
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav--thumbs.is-centered {
        text-align: center;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__thumb,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__thumb .fotorama__img,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__thumb-border {
        border-radius: 5px;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__thumb {
        background: #fff;
        overflow: hidden;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__thumb-border {
        background: transparent;
        background-image: none;
    }
}

@media (max-width: 1023px) {
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder__image,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder._block-content-loading::after {
        aspect-ratio: 1.45 / 1;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav-wrap,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__nav--dots {
        height: 30px !important;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder__image,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__stage,
    body.theme-doncenmotor.catalog-product-view .gallery-placeholder._block-content-loading::after {
        aspect-ratio: 1.32 / 1;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr {
        width: 48px;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr--prev {
        left: 0;
    }

    body.theme-doncenmotor.catalog-product-view .gallery-placeholder .fotorama__arr--next {
        right: 0;
    }
}

/* Product hero: the upper half of the product detail page. */
body.theme-doncenmotor.catalog-product-view .sg-product-hero {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 1100px;
    padding-block: clamp(24px, 6.25vw, 64px);
    width: calc(100% - 48px);
}

body.theme-doncenmotor.catalog-product-view .sg-product-hero > .gallery-placeholder {
    align-self: start;
    display: block;
    margin: 0;
    width: 100%;
}

body.theme-doncenmotor.catalog-product-view .sg-product-hero > .product-info-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

@media (min-width: 768px) {
    body.theme-doncenmotor.catalog-product-view .sg-product-hero {
        display: grid;
        gap: clamp(24px, 3.125vw, 32px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-hero > .gallery-placeholder {
        position: sticky;
        top: calc(var(--sg-sticky-header-offset, 64px) + 16px);
        z-index: 5;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-hero > .gallery-placeholder,
    body.theme-doncenmotor.catalog-product-view .sg-product-hero > .product-info-main {
        grid-column: auto;
    }
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__viewport {
    aspect-ratio: 1.22 / 1;
    position: relative;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__image {
    max-height: 80%;
    max-width: 80%;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    z-index: 2;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow:hover,
body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow:focus,
body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow:active {
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow:focus-visible {
    border-radius: 50%;
    outline: 2px solid rgb(213 0 50 / 45%);
    outline-offset: -4px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow--previous {
    left: 8px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow--next {
    right: 8px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow span {
    border-right: 3px solid currentColor;
    border-top: 3px solid currentColor;
    display: block;
    height: 13px;
    width: 13px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow--previous span {
    transform: rotate(-135deg);
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow--next span {
    transform: rotate(45deg);
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnails {
    align-items: center;
    display: flex;
    gap: 7px;
    justify-content: center;
    max-height: none;
    overflow: visible;
    padding: 0;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail {
    background: transparent;
    border: 0;
    border-radius: 50%;
    height: 12px;
    overflow: visible;
    padding: 2px;
    width: 12px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail::after {
    display: none;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail img {
    display: none;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail > span {
    background: #cfcfcf;
    border-radius: 50%;
    display: block;
    height: 8px;
    transition: background-color 160ms ease, transform 160ms ease;
    width: 8px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail.is-active > span {
    background: var(--dm-brand);
}

body.theme-doncenmotor.catalog-product-view .sg-product-gallery__thumbnail:focus-visible {
    border: 0;
    outline: 2px solid rgb(213 0 50 / 45%);
    outline-offset: 1px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-identity {
    border: 0;
    display: flex;
    flex-direction: column;
}

body.theme-doncenmotor.catalog-product-view .sg-product-identity__category {
    color: #555;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

body.theme-doncenmotor.catalog-product-view .sg-product-identity .sg-product-identity__title {
    border: 0;
    color: inherit;
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.15;
    margin: 0;
    padding-block: 6px 12px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-identity__price {
    margin: 0;
}

body.theme-doncenmotor.catalog-product-view .sg-product-identity__price strong,
body.theme-doncenmotor.catalog-product-view .sg-product-identity__price span {
    display: block;
}

body.theme-doncenmotor.catalog-product-view .sg-product-identity__price strong {
    color: var(--dm-brand);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
}

body.theme-doncenmotor.catalog-product-view .sg-product-identity__price span {
    color: #797979;
    font-size: 14px;
    margin-top: 3px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary {
    padding-bottom: 0;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary {
    gap: 0;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary > div {
    border-bottom: 1px solid #dedede;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px 0;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary dt,
body.theme-doncenmotor.catalog-product-view .sg-product-summary dd {
    font-size: 14px;
    text-align: left;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary dt {
    color: inherit;
    font-weight: 600;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary dd {
    font-weight: 400;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary__more,
body.theme-doncenmotor.catalog-product-view .sg-product-summary__more:visited {
    align-items: center;
    align-self: flex-start;
    color: var(--dm-brand);
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 9px;
    line-height: 1.2;
    text-decoration: none;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary__more::after {
    border-bottom: 3px solid currentColor;
    border-right: 3px solid currentColor;
    content: "";
    display: block;
    height: 9px;
    margin-top: -4px;
    transform: rotate(45deg);
    transition: transform 180ms ease;
    width: 9px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary__more:hover,
body.theme-doncenmotor.catalog-product-view .sg-product-summary__more:focus,
body.theme-doncenmotor.catalog-product-view .sg-product-summary__more:active {
    color: var(--dm-brand-hover);
    text-decoration: none;
}

body.theme-doncenmotor.catalog-product-view .sg-product-summary__more:hover::after,
body.theme-doncenmotor.catalog-product-view .sg-product-summary__more:focus::after {
    transform: translateY(2px) rotate(45deg);
}

body.theme-doncenmotor.catalog-product-view .sg-product-details,
body.theme-doncenmotor.catalog-product-view .sg-product-details__section {
    scroll-margin-top: var(--sg-sticky-header-offset, 64px);
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs--variants {
    margin-top: 0;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__variant-current,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-card,
body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible-summary {
    min-height: 64px;
    padding-block: 7px;
}

body.theme-doncenmotor.catalog-product-view .dichen-product-specs__compatible {
    margin-top: 16px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-actions {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
}

body.theme-doncenmotor.catalog-product-view .sg-product-actions__item > span {
    color: inherit;
    display: block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 5px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-actions .storefront-commerce-action__button,
body.theme-doncenmotor.catalog-product-view .sg-product-actions .storefront-commerce-action__button:visited {
    font-size: 14px;
    margin: 0;
    min-height: 42px;
    padding-inline: 12px;
}

body.theme-doncenmotor.catalog-product-view .sg-product-actions .storefront-commerce-action__button--secondary,
body.theme-doncenmotor.catalog-product-view .sg-product-actions .storefront-commerce-action__button--secondary:visited {
    background: transparent;
    border-color: var(--dm-brand);
    color: var(--dm-brand);
    text-decoration: none;
}

body.theme-doncenmotor.catalog-product-view .sg-product-actions .storefront-commerce-action__button--secondary:hover,
body.theme-doncenmotor.catalog-product-view .sg-product-actions .storefront-commerce-action__button--secondary:focus,
body.theme-doncenmotor.catalog-product-view .sg-product-actions .storefront-commerce-action__button--secondary:active {
    background: var(--dm-brand);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    body.theme-doncenmotor.catalog-product-view .sg-product-hero > .gallery-placeholder {
        margin-bottom: 24px;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-gallery__viewport {
        aspect-ratio: 1.32 / 1;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow {
        height: 40px;
        width: 40px;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow--previous {
        left: 0;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-gallery__arrow--next {
        right: 0;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-identity {
        margin-bottom: 0;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-identity__price strong {
        font-size: 20px;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-summary > div {
        padding: 7px 0;
    }

    body.theme-doncenmotor.catalog-product-view .sg-product-actions {
        grid-template-columns: minmax(0, 1fr);
        margin-top: 0;
    }
}
