.wex-product-detail-page {
    min-height: 60vh;
    background: var(--wex-white);
    color: var(--wex-color-171717);
}

.wex-product-details {
    width: min(100%, var(--wex-content-max, 1500px));
    max-width: var(--wex-content-max, 1500px);
    margin: 0 auto;
    padding: 0 24px 32px;
    position: relative;
}

.wex-product-layout {
    display: grid;
    grid-template-columns: minmax(480px, 1fr) minmax(480px, 1fr);
    gap: 24px;
    align-items: start;
}

.wex-product-gallery {
    position: relative;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 24px;
}

.wex-product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.wex-product-thumbnail {
    width: 86px;
    height: 86px;
    padding: 0px;
    border: 2px solid var(--wex-transparent);
    outline: 1px solid var(--wex-color-gray2);
    outline-offset: -1px;
    border-radius: 5px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: var(--wex-white);
    cursor: pointer;
}
.wex-product-3d-thumbnail {
    border: none;
    outline: none;
    position: relative;
    padding: 10px 8px;
    gap: 5px;
    align-content: center;
    background: var(--wex-color-f4f4f5);
    color: var(--wex-color-202020);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
}
    .wex-product-thumbnail:hover,
    .wex-product-thumbnail:focus-visible {
        border: 2px solid var(--wex-color-202020);
        outline: none;
        outline-offset: 0;
    }

.wex-product-thumbnail.is-active {
    border: 2px solid var(--wex-color-202020);
    outline: none;
    outline-offset: 0;
}

.wex-product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wex-product-video-thumb {
    position: relative;
}

.wex-product-thumbnail-overflow {
    display: none;
}

.wex-product-media-summary {
    border: none;
    outline:none;
    position: relative;
    padding: 10px 8px;
    gap: 0px;
    align-content: center;
    background: var(--wex-color-f4f4f5);
    color: var(--wex-color-202020);
    font-size: 13px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}
.wex-product-3d-thumbnail:hover,
.wex-product-media-summary:hover {
    border: none;
    outline: none;
}

.wex-product-media-summary span {
    display: block;
}

.wex-product-photo-summary::after,
.wex-product-video-summary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--wex-color-rgba-0-0-0-70);
    pointer-events: none;
}

.wex-product-photo-summary img,
.wex-product-video-summary video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wex-product-photo-summary span,
.wex-product-video-summary span {
    position: relative;
    z-index: 1;
    color: var(--wex-white);
    font-size: 14px;
}

.wex-product-media-summary-count,
.wex-product-media-summary-label {
    width: 100%;
    text-align: center;
}

.wex-product-video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.wex-product-video-thumb .wex-product-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--wex-color-929399);
    color: var(--wex-white);
    font-size: 28px;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.wex-product-main-media {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 606px;
    max-height: 606px;
    border: 1px solid var(--wex-color-d8d9dd);
    border-radius: 6px;
    display: grid;
    place-items: center;
    overflow: hidden;
    position: relative;
    background: var(--wex-white);
}

.wex-product-main-media > img {
    width: 90%;
    height: 480px;
    object-fit: contain;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
}

.wex-product-mobile-gallery,
.wex-product-gallery-dots {
    display: none;
}

.wex-product-3d-thumbnail {
    position: relative;
}
.wex-3d-view-icon {
    font-size: 40px!important;
}
.wex-product-3d-thumbnail::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--wex-color-rgba-0-0-0-70);
    pointer-events: none;
}

    .wex-product-3d-thumbnail > img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.wex-product-3d-thumbnail > span {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--wex-white);
    font-size: 13px;
    font-weight: 600;
}

.wex-product-3d-thumbnail .material-symbols-rounded {
    font-size: 20px;
}

.wex-product-media-modal[hidden] {
    display: none;
}

html.wex-media-modal-open,
body.wex-media-modal-open {
    overflow: hidden;
    overscroll-behavior: none;
}

.wex-product-media-modal {
    position: fixed;
    z-index: 1200;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
}

.wex-product-media-modal-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: var(--wex-color-rgba-0-0-0-58);
}

.wex-product-media-modal-dialog {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: min(900px, 100%);
    max-width: 100%;
    height: min(720px, calc(100vh - 48px));
    max-height: min(780px, calc(100vh - 48px));
    padding: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    overflow-x: hidden;
    overscroll-behavior: contain;
    background: var(--wex-white);
    box-shadow: 0 18px 54px var(--wex-color-rgba-0-0-0-28);
}

.wex-product-media-modal-close {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    display: grid;
    place-items: center;
    background: var(--wex-transparent);
    cursor: pointer;
}

.wex-product-media-modal-close-mobile-icon {
    display: block;
}

.wex-product-thumbnail.is-loading::before,
.wex-product-mobile-slide.is-loading::before,
.wex-product-main-media.is-loading::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border: 3px solid var(--wex-color-d9e0ec);
    border-top-color: var(--wex-color-214da6);
    border-radius: 50%;
    animation: wex-product-gallery-loader-spin 0.75s linear infinite;
}

.wex-product-thumbnail.is-loading {
    position: relative;
}

.wex-product-thumbnail.is-loading::before {
    top: calc(50% - 11px);
    left: calc(50% - 11px);
    width: 22px;
    height: 22px;
}

.wex-product-mobile-slide.is-loading {
    position: relative;
}

.wex-product-thumbnail.is-loading img,
.wex-product-mobile-slide.is-loading img,
.wex-product-main-media.is-loading > #wex-product-main-image {
    opacity: 0;
}

.wex-product-thumbnail img,
.wex-product-mobile-slide img,
#wex-product-main-image {
    transition: opacity 0.2s ease;
}

@keyframes wex-product-gallery-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .wex-product-thumbnail.is-loading::before,
    .wex-product-mobile-slide.is-loading::before,
    .wex-product-main-media.is-loading::before {
        animation-duration: 1.5s;
    }

    .wex-product-thumbnail img,
    .wex-product-mobile-slide img,
    #wex-product-main-image {
        transition: none;
    }
}

.wex-product-media-tabs {
    flex: 0 0 34px;
    width: 100%;
    height: 34px;
    min-height: 34px;
    margin-top: 0;
    align-items: center;
}

.wex-product-media-tabs > button:not(.wex-product-media-modal-close) {
    height: 34px;
    min-height: 34px;
    flex: 0 0 auto;
}

.wex-product-media-tabs > .wex-product-media-modal-close {
    z-index: 2;
    width: 34px;
    height: 34px;
    min-height: 34px;
    flex: 0 0 34px;
    margin-left: auto;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--wex-color-f2f2f6);
    color: var(--wex-color-gray1);
}

.wex-product-media-tabs > .wex-product-media-modal-close .material-symbols-rounded {
    display: none;
}

.wex-product-media-panel {
    flex: 0 0 auto;
    padding-top: 24px;
}

.wex-product-modal-viewer {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    flex: 1 1 auto;
    margin-top: 24px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    overflow: visible;
    background: var(--wex-white);
}
.wex-product-modal-viewer-arrow svg {
    --wex-arrow-bg: var(--wex-white)!important;
}
.wex-product-modal-viewer-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    display: grid;
    place-items: center;
    background: var(--wex-transparent);
    color: var(--wex-black);
    cursor: pointer;
    transform: translateY(-50%);
}

.wex-product-modal-viewer-arrow[hidden] {
    display: none;
}



.wex-product-modal-viewer-previous {
    left: 14px;
}

.wex-product-modal-viewer-next {
    right: 14px;
}

.wex-product-modal-viewer[hidden] {
    display: none;
}

.wex-product-modal-viewer > img,
.wex-product-modal-viewer > video {
    display: block;
    min-width: 0;
    max-width: 100%;
    object-fit: contain;
}

.wex-product-modal-viewer > img {
    width: 100%;
    height: auto;
    max-height: 100%;
    transform-origin: center;
    cursor: zoom-in;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
}

.wex-product-modal-viewer.is-photo-zoomed {
    overflow: hidden;
}

.wex-product-modal-viewer.is-photo-zoomed > img {
    cursor: crosshair;
}

.wex-product-modal-viewer.is-photo-zoomed > img:active {
    cursor: crosshair;
}

.wex-product-modal-zoom-controls {
    position: absolute;
    z-index: 3;
    right: 14px;
    bottom: 14px;
    display: none;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--wex-color-d8d9dd);
    border-radius: 20px;
    background: var(--wex-color-rgba-255-255-255-94);
}

.wex-product-modal-zoom-controls[hidden] {
    display: none;
}

.wex-product-modal-zoom-controls button {
    min-width: 38px;
    height: 36px;
    padding: 0 9px;
    border: 0;
    display: grid;
    place-items: center;
    background: var(--wex-transparent);
    color: var(--wex-color-202020);
    cursor: pointer;
}

.wex-product-modal-zoom-controls button:disabled {
    color: var(--wex-color-b7b8bc);
    cursor: default;
}

.wex-product-modal-zoom-controls [data-modal-zoom-value] {
    min-width: 42px;
    font-size: 12px;
    font-weight: 600;
}

.wex-product-modal-viewer > video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.wex-product-modal-viewer > [hidden] {
    display: none;
}

.wex-product-media-panel[hidden] {
    display: none;
}

.wex-product-media-grid {
    width: 100%;
}

.wex-product-media-grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 100px));
    gap: 16px;
    justify-content: center;
}

.wex-product-media-grid button {
    position: relative;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 1px solid var(--wex-color-d8d9dd);
    border-radius: 6px;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: var(--wex-white);
    cursor: pointer;
}

.wex-product-media-grid button.is-active {
    border: 2px solid var(--wex-blue) !important;
}

.wex-product-media-grid video {
    width: 100%;
    height: 100%;
}

.wex-product-media-grid img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.wex-product-media-grid video {
    object-fit: cover;
}

.wex-product-modal-video > video {
    filter: brightness(0.55);
}

.wex-product-modal-video > svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.wex-product-modal-video
{
    border: 0px !important;
}

.wex-product-media-grid button.wex-product-modal-video.is-active {
    border: 2px solid var(--wex-blue) !important;
}

.wex-product-media-grid button.wex-product-modal-video.is-active::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    border: 2px solid var(--wex-white);
    border-radius: 4px;
    pointer-events: none;
}

.wex-product-media-3d-panel {
    text-align: center;
}

.wex-product-modal-3d-viewer {
    width: 100%;
    min-height: 420px;
}

.wex-product-modal-3d-viewer .wex-product-360 {
    width: 100%;
    min-height: 420px;
    border-radius: 6px;
}

.wex-product-image-zoom {
    position: absolute;
    z-index: 1000;
    width: auto;
    height: 512px;
    border: 1px solid var(--wex-color-202020);
    border-radius: 6px;
    background-color: var(--wex-white);
    background-repeat: no-repeat;
    box-shadow: 0 8px 24px var(--wex-color-rgba-0-0-0-18);
    pointer-events: none;
}

.wex-product-image-zoom[hidden] {
    display: none;
}

.wex-product-image-zoom-area {
    position: absolute;
    z-index: 3;
    border: 1px solid var(--wex-color-rgba-32-32-32-75);
    background: var(--wex-color-rgba-255-255-255-3);
    box-shadow: 0 0 0 1px var(--wex-color-rgba-255-255-255-55) inset;
    pointer-events: none;
}

.wex-product-image-zoom-area[hidden] {
    display: none;
}
.wex-product-media-arrow svg {
    --wex-arrow-bg:var(--wex-white)!important;
}
.wex-product-media-arrow {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 42px;
    height: 42px;
    cursor: pointer;
    background-color: var(--wex-transparent);
    border: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity .2s ease, visibility .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease;
}

.wex-product-media-arrow[hidden] {
    display: none;
}

.wex-product-main-media:hover .wex-product-media-arrow {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wex-product-media-arrow:hover,
.wex-product-media-arrow:focus-visible {
    border-color: var(--wex-color-202020);

}

.wex-product-media-arrow .material-symbols-rounded {
    font-size: 28px;
}

.wex-product-media-previous {
    left: 16px;
}

.wex-product-media-next {
    right: 16px;
}

.wex-product-video {
    display: none;
    width: 100%;
    max-height: 520px;
}

.wex-product-video.is-active {
    display: block;
}

.wex-product-360-trigger {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 18px;
    min-height: 38px;
    padding: 8px 15px 8px 12px;
    border: 0;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--wex-color-999a9f);
    color: var(--wex-white);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    cursor: pointer;
    transition: background-color .2s ease, transform .2s ease;
}

.wex-product-360-trigger:hover,
.wex-product-360-trigger:focus-visible {
    background: var(--wex-color-214da6);
}

.wex-product-360-trigger svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.wex-product-360 {
    width: 100%;
    height: 100%;
    min-height: 518px;
    position: relative;
    grid-template-rows: minmax(0, 1fr) auto;
    background: var(--wex-white);
}

.wex-product-360.is-active {
    display: grid;
}

.wex-product-360-stage {
    min-height: 0;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    outline: none;
    cursor: ew-resize;
    touch-action: pan-y;
    user-select: none;
}

.wex-product-360-stage:focus-visible {
    box-shadow: inset 0 0 0 3px var(--wex-color-214da6);
}

.wex-product-360-frame {
    width: 92%;
    height: 450px;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
    transform-origin: center;
    transition: transform .12s ease-out;
    will-change: transform;
}

.wex-product-360-stage.is-zoomed {
    cursor: ew-resize;
}

.wex-product-360-stage.is-pan-mode {
    cursor: grab;
}

.wex-product-360-stage.is-pan-mode.is-dragging {
    cursor: grabbing;
}

.wex-product-360-loading {
    position: absolute;
    padding: 8px 13px;
    border-radius: 16px;
    background: var(--wex-color-rgba-255-255-255-92);
    color: var(--wex-color-555);
    font-size: 13px;
}

.wex-product-360.is-ready .wex-product-360-loading {
    display: none;
}

.wex-product-360-hint {
    position: absolute;
    bottom: 12px;
    left: 50%;
    padding: 7px 11px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    transform: translateX(-50%);
    background: var(--wex-color-rgba-32-32-32-72);
    color: var(--wex-white);
    font-size: 12px;
    var(--wex-white)-space: nowrap;
    transition: opacity .25s ease;
}

.wex-product-360-hint .material-symbols-rounded {
    font-size: 18px;
}

.wex-product-360.has-interacted .wex-product-360-hint {
    opacity: 0;
    pointer-events: none;
}

.wex-product-360-controls {
    min-height: 54px;
    padding: 7px 12px;
    border-top: 1px solid var(--wex-color-e4e5e8);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.wex-product-360-controls button {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--wex-btn-disabled);
    color: var(--wex-color-202020);
    cursor: pointer;
}

.wex-product-360-controls button:hover,
.wex-product-360-controls button:focus-visible {
    background: var(--wex-color-214da6);
    color: var(--wex-white);
}

.wex-product-360-controls button:disabled {
    background: var(--wex-btn-disabled);
    color: var(--wex-btn-disabled-text);
    cursor: default;
}

.wex-product-360-controls button.is-active {
    background: var(--wex-color-214da6);
    color: var(--wex-white);
}

.wex-product-360-controls .material-symbols-rounded {
    font-size: 22px;
}

.wex-product-360-count {
    min-width: 64px;
    color: var(--wex-color-717278);
    font-size: 12px;
    text-align: center;
}

.wex-product-360:fullscreen {
    min-height: 100%;
}

.wex-product-360:fullscreen .wex-product-360-frame {
    width: 96%;
    height: calc(100vh - 70px);
}

.wex-product-no-image {
    color: var(--wex-color-gray1);
    font-size: 15px;
}

.wex-product-content {
    min-width: 0;
}

.wex-product-heading {
    padding-top: 2px;
}

.wex-product-number {
    margin: 0 0 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    color: var(--wex-color-gray1) !important;
    font-size: 16px;
    line-height: 1.3;
}

.wex-product-number-copy {
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 0;
    color: inherit;
    background: var(--wex-transparent);
    font: inherit;
    line-height: inherit;
    cursor: pointer;
}

.wex-product-number-copy:focus-visible {
    border-radius: 3px;
    outline: 2px solid var(--wex-color-214da6);
    outline-offset: 2px;
}

.wex-product-number-copy .material-symbols-rounded {
    font-size: 17px;
}

.wex-product-number-status {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    var(--wex-white)-space: nowrap;
    border: 0;
}

.wex-product-share {
    display: none;
}

.wex-product-heading h1 {
    margin: 0;
    color: var(--wex-black);
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
}

.wex-product-badges {
    min-height: 20px;
    margin: 12px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.wex-product-main-media-indicators {
    position: absolute;
    z-index: 4;
    top: 16px;
    left: 16px;
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    pointer-events: none;
}

.wex-product-main-media-indicator {
    min-height: 38px;
    border: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--wex-color-gray1);
    font-size: 16px !important;
    font-weight: 400;
    font-family: "San Francisco Pro Display";
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
    background-color: transparent;
}

.wex-product-main-media-indicator:hover,
.wex-product-main-media-indicator:focus-visible {

}

.wex-product-main-media-indicator:focus-visible {
    outline: 2px solid var(--wex-black);
    outline-offset: 2px;
}

.wex-product-main-media-indicator .material-symbols-rounded {
    font-size: 26px;
    line-height: 1;
}

.wex-product-badges-mobile {
    display: none;
}

.wex-product-badge {
    min-height: 20px;
    padding: 4px 11px 3px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    font-size: 9px;
    font-weight: 500;
    line-height: 1;
}

.wex-product-badge-special {
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 120%;
    padding-bottom: 5px;
    var(--wex-white)-space: nowrap;
    font-family: "San Francisco Pro Display";
    background: var(--wex-badge-special-bg);
    color: var(--wex-badge-special-text);
}

.wex-product-badge-best {
    background: var(--wex-badge-bg);
    color: var(--wex-badge-text);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 120%;
    padding-bottom: 5px;
    var(--wex-white)-space: nowrap;
    font-family: "San Francisco Pro Display";
}

.wex-product-summary {
    margin: 12px 0 0;
    color: var(--wex-color-242424);
    font-size: 16px;
    line-height: 1.5;
}

.wex-product-badges + .wex-product-summary {
    margin-top: 22px;
}

.wex-product-purchase {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.wex-quantity {
    flex: 0 0 150px;
    height: 60px;
    padding: 5px;
    border: 1px solid var(--wex-color-d4d5da);
    border-radius: 999px;
    display: flex;
    align-items: center;
    background: var(--wex-white);
}
    .wex-quantity button span {
        display: inline-block;
        transform: translateY(-2px);
    }
    .wex-quantity button {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
        padding: 0;
        border: 0;
        border-radius: 6px;
        background: var(--wex-color-gray3);
        color: var(--wex-color-111);
        font-size: 28px;
        font-weight: 400;
        line-height: 42px;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

.wex-quantity .wex-quantity-change-left:disabled {
    color: var(--wex-color-gray1);
    cursor: default;
}

.wex-quantity .wex-quantity-change-left.is-active {
    color: var(--wex-color-111);
}

    .wex-quantity .wex-quantity-change-left {
        border-top-left-radius: 30px !important;
        border-bottom-left-radius: 30px !important;
        border-radius: 4px;
    }

    .wex-quantity .wex-quantity-change-right {
        border-top-right-radius: 30px !important;
        border-bottom-right-radius: 30px !important;
        border-radius: 4px;
    }
    .wex-quantity button:not(:disabled):hover {
        background: var(--wex-color-e5e5ea);
    }
    .wex-quantity input {
        flex: 0 0 54px;
        width: 54px;
        padding: 0;
        border: 0;
        box-shadow: none;
        color: var(--wex-color-111);
        text-align: center;
        font-size: 28px;
        font-weight: 500;
        line-height: 42px;
        -moz-appearance: textfield;
    }

.wex-quantity input::-webkit-inner-spin-button,
.wex-quantity input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.wex-product-quote {
    flex: 1 1 auto;
    height: 60px;
    padding: 0 28px;
    border: 0;
    border-radius: 999px;
    background: var(--wex-regular-btn);
    color: var(--wex-white);
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .wex-product-quote:hover,
    .wex-product-quote:focus-visible {
        background: var(--wex-regular-btn-hover);
    }

.wex-product-account-info {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: var(--wex-color-616167);
    font-size: 13px;
}

.wex-product-specifications {
    margin-top: 48px;
}

.wex-product-tabs {
    position: relative;
    height: auto;
    border-bottom: 0;
    display: flex;
    align-items: flex-start;
    gap: 0;
}

.wex-product-tabs::after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid var(--wex-color-d7d8dc);
    content: "";
}
    .wex-product-tabs > button:first-child {
        padding-left: 0;
    }
    .wex-product-tabs > button,
    .wex-product-tabs > a {
        position: relative;
        z-index: 1;
        height: 44px;
        box-sizing: border-box;
        padding: 11px 15px;
        border: 1px solid var(--wex-transparent);
        background: var(--wex-transparent);
        color: var(--wex-color-gray1);
        font-size: 16px;
        line-height: 1.2;
        font-family: "Jost";
        font-weight: 500;
        text-decoration: none;
    }

.wex-product-tabs > button.is-active {
    z-index: 2;
    border: 1px solid var(--wex-color-d7d8dc);
    border-bottom-color: var(--wex-white);
    border-radius: 7px 7px 0 0;
    background: var(--wex-white);
    color: var(--wex-color-171717);
    font-size: 16px;
    font-family: "Jost";
    font-weight: 500;
    line-height: 1.2;
}

.wex-product-tabs > button.is-active::before {
    position: absolute;
    z-index: 3;
    bottom: -1px;
    left: -8px;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--wex-color-d7d8dc);
    border-right: 1px solid var(--wex-color-d7d8dc);
    border-bottom-right-radius: 8px;
    background: var(--wex-transparent);
    box-shadow: 2px 2px 0 var(--wex-white);
    content: "";
}

.wex-product-tabs > button.is-active::after {
    position: absolute;
    z-index: 3;
    right: -8px;
    bottom: -1px;
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-bottom: 1px solid var(--wex-color-d7d8dc);
    border-left: 1px solid var(--wex-color-d7d8dc);
    border-bottom-left-radius: 8px;
    background: var(--wex-transparent);
    box-shadow: -2px 2px 0 var(--wex-white);
    content: "";
}

.wex-product-tabs > button.is-active:first-child {
    border-left-color: var(--wex-transparent);
    border-top-left-radius: 0;
}

.wex-product-tabs > button.is-active:first-child::before {
    display: none;
}

.wex-product-tabs.wex-product-media-tabs {
    height: 34px;
    min-height: 34px;
    align-items: center;
    gap: 8px;
}

.wex-product-tabs.wex-product-media-tabs::after {
    display: none;
}

.wex-product-tabs.wex-product-media-tabs > button:not(.wex-product-media-modal-close),
.wex-product-tabs.wex-product-media-tabs > button:not(.wex-product-media-modal-close):first-child {
    height: 34px;
    min-width: max-content;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid var(--wex-color-gray2);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: var(--wex-white);
    color: var(--wex-color-111);
    font-family: "San Francisco Pro Display";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.wex-product-tabs.wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active,
.wex-product-tabs.wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active:first-child {
    border-color: var(--wex-black);
    background: var(--wex-white);
    color: var(--wex-black);
    box-shadow: inset 0 0 0 1px var(--wex-color-111);
}

.wex-product-tabs.wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active::before,
.wex-product-tabs.wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active::after {
    display: none;
}

.wex-product-tabs > button {
    cursor: pointer;
}

.wex-product-tabs .wex-product-flyer {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--wex-link);
    padding-right:12px;
}

.wex-product-flyer .material-symbols-rounded {
    font-size: 19px;
}

.wex-product-flyer-label-mobile {
    display: none;
}

.wex-product-accessories-label-short {
    display: none;
}

.wex-product-tabs.is-compact-labels .wex-product-accessories-label-full,
.wex-product-tabs.is-compact-labels .wex-product-flyer-label-desktop {
    display: none;
}

.wex-product-tabs.is-compact-labels .wex-product-accessories-label-short,
.wex-product-tabs.is-compact-labels .wex-product-flyer-label-mobile {
    display: inline;
}

.wex-product-spec-list {
    margin: 13px 0 0;
}

.wex-product-spec-list > div {
    min-height: 33px;
    padding: 8px 12px;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr);
    align-items: center;
    gap: 20px;
    font-size: 13px;
}

.wex-product-spec-list > div:nth-child(odd) {
    border-radius: 5px;
    background: var(--wex-color-f4f4f4);
}

    .wex-product-spec-list dt,
    .wex-product-spec-list dd {
        margin: 0;
        font-weight: 400;
        font-size: 16px;
        font-family: "San Francisco Pro Display";
        line-height:1.4;
    }

.wex-product-spec-list dd {
    text-align: right;
}

.wex-product-tab-panel[hidden] {
    display: none;
}

.wex-product-ifu {
    padding-top: 21px;
}

.wex-product-ifu > p {
    max-width: 640px;
    margin: 0 0 23px;
    color: var(--wex-black);
    font-size: 16px;
    line-height: 1.4;
}

.wex-ifu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.wex-ifu-card {
    min-width: 0;
    color: var(--wex-color-214da6);
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    font-family: "San Francisco Pro Display";
}
.ifu-download-icon
{
    font-size:19px;
}
.ifu-link-container {
    display: flex;
}
.wex-ifu-card img {
    width: 100%;
    height: 155px;
    margin-bottom: 12px;
    display: block;
    object-fit: cover;
}
    .wex-ifu-card span {
        display: inline-flex;
        align-items: center;
        margin-left:8px;
    }
.wex-ifu-card:hover span,
.wex-ifu-card:focus-visible span {
    color: var(--wex-navy);
}

.wex-product-accessories,
.wex-related-products {
    margin-top: 56px;
}

.wex-product-tab-panel.wex-product-accessories {
    margin-top: 0;
    padding-top: 21px;
}

.wex-accessories-heading,
.wex-related-heading {
    margin-bottom: 20px;
}


.wex-related-heading h2 {
    margin: 0;
    color: var(--wex-black);
    font-size: 22px;
    font-weight: 500;
    font-family:"Jost";
}

.wex-accessories-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wex-accessory-card {
    min-width: 0;
    border: 1px solid var(--wex-color-dfe0e4);
    border-radius: 4px;
    overflow: hidden;
    background: var(--wex-white);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.wex-accessory-card:hover {

}

.wex-accessory-card-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: var(--wex-black);
    text-decoration: none;
}

.wex-accessory-card-link:focus-visible {
    outline: 2px solid var(--wex-color-214da6);
    outline-offset: -2px;
}

.wex-accessory-image {
    position: relative;
    height: 190px;
    padding: 18px;
    display: grid;
    place-items: center;
    background: var(--wex-white);
}

.wex-product-media-modal[data-active-media-tab="3d"] .wex-product-media-3d-panel {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.wex-product-media-modal[data-active-media-tab="3d"] .wex-product-modal-3d-viewer,
.wex-product-media-modal[data-active-media-tab="3d"] .wex-product-360 {
    height: 100%;
    min-height: 0;
}

.wex-accessory-image.is-loading::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    border: 3px solid var(--wex-color-d9e0ec);
    border-top-color: var(--wex-color-214da6);
    border-radius: 50%;
    animation: wex-accessory-loader-spin 0.75s linear infinite;
}

.wex-accessory-image.is-loading img {
    opacity: 0;
}

.wex-accessory-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    opacity: 1;
    transition: opacity 0.2s ease;
}

@keyframes wex-accessory-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .wex-accessory-image.is-loading::before {
        animation-duration: 1.5s;
    }

    .wex-accessory-image img {
        transition: none;
    }
}

.wex-accessory-content {
    flex: 1;
    padding: 18px;
    display: flex;
    flex-direction: column;
}

.wex-accessory-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    font-style: normal;
    font-family: Jost;
}

.wex-accessory-description {
    margin-top: 8px;
    color: var(--wex-black);
    font-size: 16px;
    line-height: 1.4;
    font-family: "San Francisco Pro Display";
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.wex-accessory-action {
    margin-top: auto;
    padding-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--wex-color-214da6);
    font-size: 14px;
    font-weight: 600;
}

.wex-accessory-action .material-symbols-rounded {
    font-size: 18px;
    transition: transform .2s ease;
}
.wex-accessory-action
{
    display:none;
}
.wex-accessory-card:hover .wex-accessory-name {
    color: var(--wex-blue);
}
.wex-product-tabs button:not(.is-active):hover {
    color: var(--wex-color-5e5e61);
}
.wex-related-grid {
    display: flex;
}

.wex-related-card {
    min-width: 0;
    height: auto;
    padding: 0 18px 4px 0;
    position: relative;
}

.wex-related-card .wex-product-card {
    height: 100%;
}

.wex-related-card > a {
    display: block;
    color: var(--wex-color-191919);
    text-decoration: none;
}

.wex-related-image {
    height: 175px;
    display: grid;
    place-items: center;
}

.wex-related-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wex-related-code {
    display: block;
    margin-top: 8px;
    color: var(--wex-color-98999f);
    font-size: 13px;
}

.wex-related-card h3 {
    margin: 4px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.wex-related-card p {
    min-height: 58px;
    margin: 0 0 22px;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.35;
}

.wex-related-quote {
    width: 72px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: var(--wex-color-214da6);
    color: var(--wex-white);
    cursor: pointer;
}

.wex-related-quote .material-symbols-rounded {
    font-size: 20px;
}

.wex-related-products .wex-product-pagination {
    margin-top: 42px !important;
}

.wex-related-products .wex-product-progress {
    background: var(--wex-color-rgba-18-32-51-18);
}

.wex-related-products .wex-product-progress-bar {
    background: var(--wex-color-122033);
}
.wex-product-media-summary-count
{
    font-size:28px!important;
    font-weight:400;
}
.wex-product-media-summary-label {
    font-weight: 400;
}
.wex-product-disclaimer {
    margin: 42px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--wex-color-gray1) !important;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 68px;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}

.wex-product-disclaimer-copy {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.25em;
    min-width: 0;
    white-space: normal;
}

.wex-product-disclaimer-copy > span {
    white-space: nowrap;
}

.wex-product-disclaimer .material-symbols-rounded {
    color: var(--wex-color-8f9096);
    font-size: 20px;
}
.wex-product-flyer-label-desktop {
    font-family: "Jost";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.wex-product-not-found {
    min-height: 420px;
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
}

.wex-product-not-found h1 {
    margin: 0 0 8px;
}

@media (max-width: 1100px) {
    .wex-product-layout {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    }

    .wex-product-gallery {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 14px;
    }

    .wex-product-thumbnail {
        width: 68px;
        height: 68px;
    }
}
@media (max-width: 385px) {
    .wex-flyer-download {
        font-size: 16px!important;
    }
}

    @media (max-width: 900px) {
        .ifu-download-icon
        {
            display:none!important;
        }
        .wex-ifu-card span {
            margin-left: 0px!important;
        }
        .ifu-link-container {
        }
        .wex-product-heading h1 {
            font-size: 28px;
            font-weight: 400;
        }

        .wex-related-heading h2 {
            font-size: 28px;
            font-weight: 400;
        }

        .wex-product-disclaimer {
            margin-bottom: 10px;
            margin-top: 0px;
        }

        .mobile-filters-spacer {
            height: 5px;
            background: var(--wex-color-gray3);
            margin-bottom: 6px;
            margin-top: 24px;
            left: -25px;
            position: relative;
            margin-right: -40px;
        }

        .wex-product-main-media {
            border: none !important;
        }

        .wex-accessories-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .wex-product-layout {
            grid-template-columns: 1fr;
        }

        .wex-product-gallery {
            max-width: 720px;
        }

        .wex-product-main-media {
            min-height: 440px;
        }

            .wex-product-main-media > img {
                height: 410px;
            }

        .wex-product-360 {
            min-height: 438px;
        }

        .wex-product-360-frame {
            height: 370px;
        }
    }

    @media (max-width: 600px) {
        .wex-product-accessories-label-full {
            display: none;
        }

        .wex-product-accessories-label-short {
            display: inline;
        }

        .wex-product-disclaimer-copy {
            display: block;
        }

            .wex-product-disclaimer-copy > span {
                display: inline;
                white-space: normal;
            }

        .wex-product-accessories,
        .wex-related-products {
            margin-top: 56px;
        }

        .wex-accessories-grid {
            grid-template-columns: 1fr;
        }

        .wex-accessory-card-link {
            flex-direction: row;
        }

        .wex-accessory-image {
            flex: 0 0 120px;
            width: 120px;
            height: auto;
            min-height: 150px;
            padding: 12px;
        }

        .wex-accessory-content {
            padding: 16px;
        }

        .wex-product-details {
            padding-right: 14px;
            padding-left: 14px;
        }

        .wex-product-layout {
            display: flex;
            flex-direction: column;
            gap: 0;
        }

        .wex-product-content {
            display: contents;
        }

        .wex-product-heading {
            order: 1;
            margin-right: 6px;
            margin-bottom: 0px;
            margin-left: 0px;
            width: 100%;
        }

        .wex-product-gallery {
            order: 2;
            display: flex;
            width: 100vw;
            max-width: none;
            min-width: 0;
            margin-right: calc(50% - 50vw);
            margin-left: calc(50% - 50vw);
        }

        .wex-product-purchase {
            order: 3;
        }

        .wex-product-account-info {
            order: 4;
        }

        .wex-product-specifications {
            order: 5;
            width: 100%;
        }

        .wex-product-thumbnails {
            display: none;
        }

        .wex-product-thumbnail-overflow {
            display: grid;
        }

        .wex-product-media-summary {
            display: none;
        }

        .wex-product-media-modal {
            z-index: 2300;
            width: 100%;
            padding: 0;
            display: block;
            overflow: hidden;
        }

        .wex-product-media-modal-backdrop {
            background: var(--wex-color-rgba-17-17-17-62);
        }

        .wex-product-media-modal-dialog {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            max-width: none;
            height: 65vh;
            height: 65dvh;
            height: 65svh;
            min-height: 0;
            max-height: 65vh;
            max-height: 65dvh;
            max-height: 65svh;
            padding: 20px 20px calc(20px + env(safe-area-inset-bottom));
            border-radius: 22px 22px 0 0;
            display: flex;
            flex-direction: column;
        }

        .wex-product-media-modal-dialog > .wex-product-modal-viewer {
            flex: 1 1 auto;
            min-height: 0;
        }

        .wex-product-media-modal-dialog > .wex-product-media-panel:not(.wex-product-media-3d-panel) {
            flex: 0 0 auto;
            margin-top: auto;
        }

        .wex-product-media-modal[data-active-media-tab="3d"] .wex-product-media-modal-dialog {
            height: 65vh;
            height: 65dvh;
            height: 65svh;
            min-height: 0;
            display: flex;
            flex-direction: column;
        }

        .wex-product-media-modal[data-active-media-tab="3d"] .wex-product-media-3d-panel {
            flex: 1 1 auto;
            min-height: 0;
            padding-top: 12px;
            overflow: hidden;
        }

        .wex-product-media-modal[data-active-media-tab="3d"] .wex-product-modal-3d-viewer,
        .wex-product-media-modal[data-active-media-tab="3d"] .wex-product-360 {
            height: 100%;
            min-height: 0;
        }

        .wex-product-media-tabs {
            align-items: center;
            gap: 8px;
        }

        .wex-product-media-tabs::after {
            display: none;
        }

        .wex-product-media-tabs > button:not(.wex-product-media-modal-close),
        .wex-product-media-tabs > button:not(.wex-product-media-modal-close):first-child,
        .wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active,
        .wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active:first-child {
            height: auto;
            min-width: max-content;
            min-height: 34px;
            padding: 0 14px;
            border: 1px solid var(--wex-color-gray2);
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
            background: var(--wex-white);
            color: var(--wex-color-111);
            font-family: "San Francisco Pro Display";
            font-size: 14px;
            font-weight: 400;
            line-height: 1.4;
        }

        .wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active,
        .wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active:first-child {
            border-color: var(--wex-black);
            background: var(--wex-white);
            color: var(--wex-black);
            box-shadow: inset 0 0 0 1px var(--wex-color-111);
        }

        .wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active::before,
        .wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active::after {
            display: none;
        }

        .wex-product-media-tabs > button:focus,
        .wex-product-media-tabs > button:focus-visible {
            outline: none;
        }

        .wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active:focus,
        .wex-product-media-tabs > button:not(.wex-product-media-modal-close).is-active:focus-visible {
            box-shadow: inset 0 0 0 1px var(--wex-color-111) !important;
        }

        .wex-product-media-tabs > .wex-product-media-modal-close {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: var(--wex-color-f2f2f6);
            color: var(--wex-color-gray1);
        }

            .wex-product-media-tabs > .wex-product-media-modal-close .material-symbols-rounded {
                display: none;
            }

            .wex-product-media-tabs > .wex-product-media-modal-close .wex-product-media-modal-close-mobile-icon {
                display: block;
            }

        .wex-product-media-grid-list {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 8px;
        }

        .wex-product-media-grid.splide .wex-product-media-grid-list {
            display: flex;
            height: auto;
            justify-content: flex-start;
            align-items: flex-start;
            gap: 0;
        }

        .wex-product-media-grid.splide .wex-product-media-grid-track {
            height: auto;
            overflow: hidden;
            touch-action: pan-y;
        }

        .wex-product-media-grid.splide {
            width: calc(100% + 40px);
            max-width: none;
            margin-right: -20px;
            margin-left: -20px;
        }

        .wex-product-media-grid.splide button {
            width: 100%;
        }

        .wex-product-360-controls {
            width: 100%;
            min-height: 46px;
            box-sizing: border-box;
            padding: 6px 4px;
            gap: clamp(1px, .75vw, 6px);
        }

        .wex-product-360-controls button {
            flex: 0 1 clamp(30px, 8vw, 34px);
            width: clamp(30px, 8vw, 34px);
            height: clamp(30px, 8vw, 34px);
        }

        .wex-product-360-controls .material-symbols-rounded {
            font-size: 20px;
        }

        .wex-product-360-controls .wex-arrow-svg {
            width: 100%;
            height: 100%;
        }

        .wex-product-360-count {
            flex: 0 1 44px;
            min-width: 40px;
        }

        .wex-product-main-media {
            width: 100%;
            max-width: none;
            min-width: 0;
            min-height: 0;
            aspect-ratio: 1 / 1;
            margin-left: 0;
            border-right: 0;
            border-left: 0;
            border-radius: 0;
            display: block;
            overflow: hidden;
            max-height: 303px;
        }

            .wex-product-main-media > img {
                display: none;
            }

        .wex-product-main-media-indicators {
            top: 18px;
            left: 18px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .wex-product-main-media-indicator {
            max-height: 27px;
            min-height: 10px;
            font-size: 12px;
            padding:0!important;
        }

        .wex-product-mobile-gallery {
            display: block;
            width: 100%;
            max-width: 100%;
            height: 100%;
            cursor: pointer;
        }

        .wex-product-mobile-gallery-track,
        .wex-product-mobile-gallery-list {
            height: 100%;
        }

        .wex-product-badges-desktop {
            display: none;
        }

        .wex-product-badges-mobile {
            position: absolute;
            z-index: 2;
            top: 18px;
            right: 18px;
            display: flex;
            margin: 0;
            pointer-events: none;
        }

        .wex-product-mobile-slide {
            width: 100%;
            height: 100%;
            display: grid;
            place-items: center;
            padding: 18px;
        }

            .wex-product-mobile-slide img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                -webkit-user-drag: none;
                user-select: none;
            }

        .wex-product-gallery-dots {
            position: absolute;
            z-index: 3;
            right: 0;
            bottom: 14px;
            left: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 8px;
            pointer-events: none;
        }

        .wex-product-gallery-dot {
            flex: 0 0 7px;
            width: 7px;
            min-width: 7px;
            height: 7px;
            padding: 0;
            border: 0;
            border-radius: 50%;
            background: var(--wex-color-gray2);
            box-shadow: 0 0 0 1px var(--wex-color-rgba-255-255-255-75);
            cursor: pointer;
            pointer-events: auto;
            transition: background-color .2s ease;
        }

        .wex-product-gallery-expand {
            position: absolute;
            left: 14px;
            display: grid;
            width: 32px;
            height: 32px;
            padding: 4px;
            border: 0;
            border-radius: 50%;
            color: var(--wex-color-gray1);
            background: transparent;
            place-items: center;
            pointer-events: auto;
            cursor: pointer;
        }

            .wex-product-gallery-expand svg {
                display: block;
            }

            .wex-product-gallery-expand:focus-visible {
                outline: 2px solid var(--wex-black);
                outline-offset: 2px;
            }

            .wex-product-gallery-dot.is-active {
                width: 7px;
                height: 7px;
                border-radius: 50%;
                background: var(--wex-black);
            }

            .wex-product-gallery-dot:focus-visible {
                outline: 2px solid var(--wex-black);
                outline-offset: 3px;
            }

        .wex-product-media-arrow {
            display: none;
        }

        .wex-product-media-previous {
            left: 10px;
        }

        .wex-product-media-next {
            right: 10px;
        }

        .wex-product-360-trigger {
            right: 12px;
            bottom: 12px;
            min-height: 36px;
            padding: 7px 13px 7px 10px;
            font-size: 12px;
        }

        .wex-product-360 {
            min-height: 328px;
        }

        .wex-product-360-frame {
            height: 260px;
        }

        .wex-ifu-grid {
            grid-template-columns: 1fr 1fr 1fr;
            gap: 8px;
        }

        .ifu-link-container {
            display: flex;
            align-items: flex-start;
        }

        .wex-ifu-card {
            font-size: 14px;
        }

            .wex-ifu-card img {
                width: min(100%, 240px);
                height: 155px;
            }

        .wex-product-purchase {
            align-items: center;
            flex-direction: row;
            gap: 20px;
            width: 100%;
            margin-top: 32px;
        }

        .wex-quantity {
            flex: 0 0 136px;
            width: 136px;
            height: 50px;
            padding: 4px;
        }

            .wex-quantity button {
                flex: 0 0 38px;
                width: 38px;
                height: 40px;
                font-size: 24px;
                line-height: 40px;
            }

                .wex-quantity button span {
                    transform: translateY(-1px);
                }

            .wex-quantity input {
                flex: 0 0 50px;
                width: 50px;
                height: 40px;
                font-size: 22px;
                line-height: 40px;
            }

        .wex-product-quote {
            min-width: 0;
            padding: 0 12px;
            height: 50px;
            font-weight: 500;
            font-size: 18px;
            var(--wex-white)-space: nowrap;
        }

        .wex-product-tabs {
        }

            .wex-product-tabs .wex-product-flyer {
                width: auto;
                margin-left: auto;
                padding-right: 0;
                padding-left: 8px;
                var(--wex-white)-space: nowrap;
            }

        .wex-product-flyer-label-desktop {
            display: none;
        }

        .wex-product-flyer-label-mobile {
            display: inline;
        }

        .wex-product-spec-list > div {
            grid-template-columns: auto auto;
            gap: 10px;
        }

        .wex-product-spec-list dd {
            text-align: right;
        }

        .wex-related-card {
            padding-right: 12px;
        }
    }

    .wex-product-flyer:hover {
        color: var(--wex-link-hover);
    }

    .wex-flyer-modal {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100% !important;
        z-index: 2300 !important;
        padding-right: 0 !important;
    }

        .wex-flyer-modal.is-open {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px !important;
            opacity: 1;
            overflow-x: hidden;
            overflow-y: auto;
            background: var(--wex-color-rgba-0-0-0-56);
        }

            .wex-flyer-modal.is-open .modal-dialog {
                position: fixed;
                top: 50%;
                right: 0;
                left: 0;
                margin-right: auto;
                margin-left: auto;
                transform: translateY(-50%) !important;
            }

    html.wex-flyer-modal-open,
    body.wex-flyer-modal-open {
        overflow: hidden !important;
        overscroll-behavior: none;
    }

    body.wex-flyer-modal-open {
        position: fixed;
        width: 100%;
    }

    .wex-flyer-modal .modal-dialog {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
        transition: none !important;
        animation: none !important;
    }

    .wex-flyer-card {
        border: 0;
        max-height: calc(100% - 48px);
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        background: var(--wex-white);
    }

    .wex-flyer-main {
        min-height: 0;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        overflow: hidden;
    }

.wex-flyer-header {
    position: relative;
    z-index: 2;
    padding: 32px 32px 0;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--wex-white);
}

    .wex-flyer-body {
        min-height: 0;
        padding: 6px 32px 32px;
        flex: 1 1 auto;
        overflow-y: auto;
        touch-action: pan-y;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        background-color:white;
    }

        .wex-flyer-header h2 {
            margin: 0;
            color: var(--wex-black);
            font-size: 22px;
            font-weight: 500;
            line-height: 1.2;
            font-family: "Jost";
        }

        .wex-flyer-body > p:first-child {
            margin: 0 32px 32px 0;
            color: var(--wex-black);
            font-size: 14px;
            line-height: 1.4;
            font-weight: 400;
            font-family: "San Francisco Pro Display"
        }

    .wex-flyer-close {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--wex-color-f2f2f5);
        color: var(--wex-color-gray1);
    }

        .wex-flyer-close .material-symbols-rounded {
            font-size: 20px;
        }

    .wex-flyer-download {
        width: 100%;
        min-height: 40px;
        border: 0;
        border-radius: 999px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        background: var(--wex-regular-btn);
        color: var(--wex-white);
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        font-family: "Jost";
    }

        .wex-flyer-download:not(:disabled):hover,
        .wex-flyer-download:not(:disabled):focus {
            background: var(--wex-regular-btn-hover);
            color: var(--wex-white);
            text-decoration: none;
        }

        .wex-flyer-download:disabled {
            background: var(--wex-btn-disabled);
            color: var(--wex-btn-disabled-text);
            cursor: not-allowed;
        }

        .wex-flyer-download .material-symbols-rounded {
            font-size: 27px;
        }

    .wex-flyer-subscribe-toggle {
        margin: 0 0 20px;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
        gap: 16px;
        background: var(--wex-transparent);
        color: var(--wex-color-black);
        font-size: 14px;
        font-weight: 500;
        text-align: left;
        font-family: "Jost";
    }

    .wex-flyer-switch {
        flex: 0 0 auto;
        width: 46px;
        height: 26px;
        padding: 4px;
        border-radius: 999px;
        display: flex;
        background: var(--wex-color-gray2);
        transition: background .2s ease;
    }

        .wex-flyer-switch span {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background: var(--wex-white);
            transition: transform .2s ease;
        }

    .wex-flyer-subscribe-toggle[aria-checked="true"] .wex-flyer-switch {
        background: var(--wex-color-green);
    }

        .wex-flyer-subscribe-toggle[aria-checked="true"] .wex-flyer-switch span {
            transform: translateX(20px);
        }

    .wex-flyer-form {
        margin-top: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        background-color:white;
    }

        .wex-flyer-form:not([hidden]) + .wex-flyer-download {
            margin-top: 32px;
        }

        .wex-flyer-form[hidden],
        .wex-flyer-main[hidden],
        .wex-flyer-success[hidden] {
            display: none !important;
        }

    .wex-flyer-field {
        margin: 0;
        color: var(--wex-black);
        font-size: 16px;
        font-weight: 400;
    }

    .wex-flyer-field-full,
    .wex-flyer-privacy {
        grid-column: 1 / -1;
    }

    .wex-flyer-field > span {
        display: block;
        margin-bottom: 8px;
    }

    .wex-flyer-field b {
        color: var(--wex-color-c62828);
    }

    .wex-flyer-field input {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        border: 2px solid transparent;
        box-shadow: 0 0 0 1px #C7C7CC;
        border-radius: 6px;
        color: var(--wex-black);
        font: inherit;
        font-size: 16px;
    }

        .wex-flyer-field input::placeholder {
            color: var(--wex-color-gray1);
        }

        .wex-flyer-field input:focus {
            border: 2px solid var(--wex-blue);
            box-shadow: none;
        }

.wex-flyer-privacy {
    margin-top: 16px !important;
    margin: 18px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: var(--wex-color-gray1) !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px !important;
}

        .wex-flyer-privacy[hidden] {
            display: none !important;
        }

    .wex-flyer-error {
        margin: 12px 0 0;
        color: var(--wex-color-c62828) !important;
        font-size: 14px;
        text-align: center;
    }

        .wex-flyer-error[hidden] {
            display: none !important;
        }

    .wex-flyer-privacy .material-symbols-rounded {
        font-size: 20px;
    }

    .wex-flyer-success {
        min-height: 260px;
        padding: 42px 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .wex-flyer-success-icon {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: var(--wex-color-green);
        color: var(--wex-white);
        font-size: 42px;
        font-weight: 700;
    }

    .wex-flyer-success p {
        margin: 28px 0 0;
        color: var(--wex-black);
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        font-family: "Jost";
    }

    @media (max-width: 820px) {
        .wex-flyer-modal.is-open {
            align-items: flex-end;
            justify-content: stretch;
            height: 100% !important;
            padding: 0 !important;
            overflow: hidden;
            background: var(--wex-color-rgba-17-17-17-62);
        }

            .wex-flyer-modal.is-open .modal-dialog {
                position: static;
                width: 100%;
                max-width: none;
                height: auto;
                min-height: 0;
                max-height: calc(100% - 8px);
                margin: 0;
                transform: none !important;
                overflow: visible;
            }

            .wex-flyer-modal.is-height-animating .modal-dialog {
                transition: height .28s ease !important;
            }

            .wex-flyer-modal:has(.wex-flyer-subscribe-toggle[aria-checked="true"]) .modal-dialog {
                height: calc(100% - 8px);
            }

        .wex-flyer-motion {
            width: 100%;
            height: auto;
            max-height: 100%;
            animation: wex-flyer-sheet-in .24s ease-out both;
        }

        .wex-flyer-card {
            width: 100%;
            height: auto;
            max-height: inherit;
            display: flex;
            flex-direction: column;
            border-radius: 22px 22px 0 0;
        }

        .wex-flyer-modal.is-height-animating .wex-flyer-motion,
        .wex-flyer-modal.is-height-animating .wex-flyer-card {
            height: 100%;
        }

        .wex-flyer-modal:has(.wex-flyer-subscribe-toggle[aria-checked="true"]) .wex-flyer-motion,
        .wex-flyer-modal:has(.wex-flyer-subscribe-toggle[aria-checked="true"]) .wex-flyer-card {
            height: 100%;
            max-height: 100%;
        }

        @keyframes wex-flyer-sheet-in {
            from {
                transform: translateY(100%);
            }

            to {
                transform: translateY(0);
            }
        }

        .wex-flyer-main {
            flex: 1 1 auto;
            min-height: 0;
            max-height: 100%;
            overflow: hidden;
        }

        .wex-flyer-header {
            padding: 22px 20px 0 22px;
        }

        .wex-flyer-body {
            min-height: 0;
            flex: 1 1 auto;
            padding: 6px 22px 50px;
            padding-bottom: calc(50px + env(safe-area-inset-bottom, 0px) + var(--wex-flyer-keyboard-inset, 0px));
            overflow-y: auto;
            scroll-padding-top: 16px;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;
            background-color:white;
        }

        .wex-flyer-modal:has(.wex-flyer-subscribe-toggle[aria-checked="true"]) .wex-flyer-main,
        .wex-flyer-modal:has(.wex-flyer-subscribe-toggle[aria-checked="true"]) .wex-flyer-body {
            height: 0;
            flex: 1 1 0;
        }

            .wex-flyer-header h2 {
                font-size: 22px;
            }

            .wex-flyer-body > p:first-child {
                margin: 0 0 34px;
                font-size: 16px;
            }
        .wex-flyer-privacy {
            margin-top: 32px
        }

        .wex-flyer-close {
            width: 34px;
            height: 34px;
            flex-basis: 34px;
        }

            .wex-flyer-close .material-symbols-rounded {
                font-size: 28px;
            }

        .wex-flyer-download {
            min-height: 44px;
            font-size: 16px;
        }

            .wex-flyer-download .material-symbols-rounded {
                font-size: 24px;
            }
        .wex-flyer-subscribe-toggle {
            margin: 0 0 24px;
            gap: 12px;
            font-size: 16px;
        }

        .wex-flyer-switch {
            width: 56px;
            height: 32px;
            padding: 4px;
        }

            .wex-flyer-switch span {
                width: 24px;
                height: 24px;
            }

        .wex-flyer-subscribe-toggle[aria-checked="true"] .wex-flyer-switch span {
            transform: translateX(24px);
        }

        .wex-flyer-form {
            margin-top: 0;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            gap: 16px;
        }

        .wex-flyer-field {
            font-size: 16px;
        }
        .wex-flyer-field input {
            font-size: 16px;
        }

            .wex-flyer-field > span {
                margin-bottom: 8px;
            }

            .wex-flyer-field input {
                height: 40px;

            }

        .wex-flyer-privacy {
            font-size: 15px;
        }

        .wex-flyer-success {
            flex: 1 1 auto;
            min-height: 280px;
            padding: 40px 22px;
            padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px));
        }

            .wex-flyer-success p {
                margin-top: 30px;
                font-size: 24px;
            }

    }

    @media(max-width:820px) {

        .wex-accessory-card:hover .wex-accessory-name {
            color: var(--vex-black);
        }

        a:hover {
            color: var(--wex-link);
        }

        .wex-product-flyer:hover {
            color: var(--wex-link);
        }

        .wex-product-tabs button:not(.is-active):hover {
            color: var(--wex-color-gray1);
        }

        .wex-product-quote:hover, .wex-product-quote:focus-visible {
            background: var(--wex-regular-btn);
        }

        .wex-quantity button:not(:disabled):hover {
            background: var(--wex-color-gray3);
        }

        .wex-product-number {
            position: relative;
            margin-bottom: 16px;
            padding-right: 44px;
            flex-wrap: nowrap;
        }

        .wex-product-share {
            position: absolute;
            top: 50%;
            right: 0;
            width: 36px;
            height: 36px;
            margin: 0;
            padding: 2px;
            display: inline-flex;
            flex: 0 0 36px;
            transform: translateY(-50%);
            box-sizing: border-box;
            align-items: center;
            justify-content: center;
            border: 1px solid #d4d5da;
            border-radius: 50%;
            color: var(--wex-color-gray1);
            background: transparent;
            cursor: pointer;
        }

        .wex-product-share .material-symbols-rounded {
            width: 17px;
            height: 17px;
            flex: 0 0 17px;
            font-size: 17px;
            line-height: 17px;
            margin-bottom: 1px;
        }

        .wex-product-share:focus-visible {
            border-radius: 50%;
            outline: 2px solid var(--wex-color-214da6);
            outline-offset: 2px;
        }

        .wex-product-specifications {
            margin-top: 32px;
        }

        .wex-product-badges + .wex-product-summary {
            margin-top: 8px;
        }

        .wex-product-quote {
            font-size: 18px;
            font-family: "Jost";
            font-weight: 500;
        }

        .add-to-quote-main-icon {
            margin-right: 8px;
            margin-bottom: -1px;
        }

        .add-to-quote-main-icon {
            width: 16px;
            height: 17px;
        }
    }

    .add-to-quote-main-icon {
        margin-right: 8px;
        margin-bottom: -1px;
    }

    @media(max-width:380px) {
        .add-to-quote-main-icon {
            display: none;
        }
    }

    @media (max-width: 389.98px) {
        .wex-product-specifications > .wex-product-flyer {
            width: 100%;
            height: 50px;
            margin: 22px 0 0;
            padding: 0 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            border: 1px solid var(--wex-blue);
            box-sizing: border-box;
            border-radius: 999px;
            background: none;
            color: var(--wex-blue);
            font-family: "Jost";
            font-size: 18px;
            font-weight: 500;
            white-space: nowrap;
            transition: all 0.1s ease-in-out;
        }

        .wex-product-specifications > .wex-product-flyer:hover,
        .wex-product-specifications > .wex-product-flyer:focus-visible {
            background: var(--wex-regular-btn);
            color: var(--wex-white);
        }
    }

    @media(max-width:370px) {
        .ifu-download-icon {
            display: none !important;
        }

    }
.media-video-lable {
    display: none;
}
    @media(max-width:335px) {
        .wex-product-quote {
            font-size: 16px;
        }
    }

/* Keep the fixed mobile navigation clear of the footer copyright. */
@media (max-width: 820px) {
    .wex-product-detail-page ~ .wex-footer {
        padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    }
}
