

/* Start:/local/components/orvit/pseudosku.detail/templates/.default/style.css?17843804365087*/
.orvit-psku {
    margin: 16px 0 14px;
    max-width: 100%;
}

.orvit-psku-axis {
    margin: 0 0 14px;
    min-width: 0;
}

.orvit-psku-axis:last-child {
    margin-bottom: 0;
}

.orvit-psku-axis__heading {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 8px;
    min-height: 20px;
}

.orvit-psku-axis__title {
    color: #555;
    font-size: 13px;
    line-height: 18px;
}

.orvit-psku-axis__title strong {
    color: #222;
    font-weight: 600;
}

.orvit-psku-axis__help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    background: #fff;
    color: #666;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
}

.orvit-psku-scroller {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: 100%;
}

.orvit-psku-scroller__viewport {
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.orvit-psku-scroller__viewport::-webkit-scrollbar {
    display: none;
}

.orvit-psku-scroller__track {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 7px;
    width: max-content;
    min-width: 100%;
}

.orvit-psku-value {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    color: #333;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease, opacity .15s ease;
}

.orvit-psku-value--text {
    min-width: 48px;
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
}

.orvit-psku-value--color {
    width: 34px;
    height: 34px;
    padding: 2px;
}

.orvit-psku-value--color-fallback {
    width: auto;
    min-width: 48px;
    padding: 0 8px;
}

.orvit-psku-value__swatch {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.orvit-psku-value__fallback-text {
    max-width: 110px;
    overflow: hidden;
    font-size: 11px;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orvit-psku-value__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.orvit-psku-value--available:hover,
.orvit-psku-value--available:focus-visible,
.orvit-psku-value--orderable:hover,
.orvit-psku-value--orderable:focus-visible {
    border-color: #777;
    box-shadow: 0 0 0 1px #777;
    color: #222;
    outline: none;
    text-decoration: none;
}

.orvit-psku-value--status-orderable {
    border-color: #aaa;
    border-style: dashed;
    background: #fafafa;
}

.orvit-psku-value--current {
    border-color: #222;
    border-style: solid;
    box-shadow: 0 0 0 1px #222;
    cursor: default;
}

.orvit-psku-value--current-orderable {
    border-style: dashed;
    background: #fafafa;
}

.orvit-psku-value--unavailable,
.orvit-psku-value--status-unavailable,
.orvit-psku-value--current-unavailable {
    opacity: .42;
    background: #f7f7f7;
    cursor: not-allowed;
}

.orvit-psku-value--missing,
.orvit-psku-value--status-missing {
    opacity: .25;
    background: #f7f7f7;
    cursor: not-allowed;
}

.orvit-psku-value--old-model::after {
    content: '';
    position: absolute;
    left: 6%;
    top: 50%;
    width: 88%;
    border-top: 1px solid currentColor;
    transform: rotate(-35deg);
    pointer-events: none;
}

.orvit-psku-scroller__arrow {
    display: none;
    flex: 0 0 28px;
    width: 28px;
    height: 34px;
    padding: 0;
    border: 0;
    background: #fff;
    cursor: pointer;
}

.orvit-psku-scroller__arrow::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
}

.orvit-psku-scroller__arrow--prev::before {
    transform: rotate(-135deg);
}

.orvit-psku-scroller__arrow--next::before {
    transform: rotate(45deg);
}

.orvit-psku-scroller.is-overflowing .orvit-psku-scroller__arrow {
    display: block;
}

.orvit-psku-scroller__arrow[disabled] {
    opacity: .25;
    cursor: default;
}

@media (max-width: 767px) {
    .orvit-psku {
        margin-top: 14px;
    }

    .orvit-psku-scroller__track {
        gap: 8px;
    }

    .orvit-psku-value--color {
        width: 38px;
        height: 38px;
    }

    .orvit-psku-value--color-fallback {
        width: auto;
        min-width: 52px;
    }

    .orvit-psku-value--text {
        min-width: 52px;
        height: 38px;
        line-height: 36px;
    }

    .orvit-psku-scroller__arrow,
    .orvit-psku-scroller.is-overflowing .orvit-psku-scroller__arrow {
        display: none;
    }
}

/* End */
/* /local/components/orvit/pseudosku.detail/templates/.default/style.css?17843804365087 */
