

/* Start:/local/components/gn/sidebar.video/templates/.default/style.css?17893852009444*/
.gn-sidebar-video {
    margin: 20px 0;
}

.gn-mobile-category-video-slot {
    display: none;
}

.gn-sidebar-video__card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 20px;
}

.gn-sidebar-video__heading {
    margin-bottom: 12px;
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.gn-sidebar-video__ratio {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5 50% 50% / cover no-repeat;
}

.gn-sidebar-video__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
}

.gn-sidebar-video__mobile-slider {
    display: none;
}

.gn-sidebar-video__mobile-track {
    display: flex;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.gn-sidebar-video__mobile-track::-webkit-scrollbar {
    display: none;
}

.gn-sidebar-video__mobile-slide {
    flex: 0 0 100%;
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

.gn-sidebar-video__mobile-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: #eceff1;
    color: #1f2229;
    cursor: pointer;
}

.gn-sidebar-video__mobile-play img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gn-sidebar-video__mobile-play::after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(217, 36, 56, .94);
    box-shadow: 0 5px 18px rgba(0, 0, 0, .25);
    content: '';
    transform: translate(-50%, -50%);
}

.gn-sidebar-video__mobile-play::before {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 19px solid #fff;
    content: '';
    transform: translate(-50%, -50%);
}

.gn-sidebar-video__mobile-play-label {
    position: relative;
    z-index: 1;
    max-width: 80%;
    color: #1f2229;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.gn-sidebar-video__mobile-play:focus-visible,
.gn-sidebar-video__mobile-arrow:focus-visible {
    outline: 3px solid #111;
    outline-offset: 3px;
}

.gn-sidebar-video__mobile-slide.is-playing .gn-sidebar-video__mobile-play {
    display: none;
}

.gn-sidebar-video__mobile-gesture {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 24px;
    touch-action: pan-x;
}

.gn-sidebar-video__mobile-slide.is-playing .gn-sidebar-video__mobile-gesture {
    display: block;
}

.gn-sidebar-video__mobile-gesture--left {
    left: 0;
}

.gn-sidebar-video__mobile-gesture--right {
    right: 0;
}

.gn-sidebar-video__mobile-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 10px;
}

.gn-sidebar-video__mobile-arrow {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #d92438;
    border-radius: 50%;
    background: #fff;
    color: #d92438;
    font: inherit;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.gn-sidebar-video__mobile-arrow:disabled {
    border-color: #d8d8d8;
    color: #9d9d9d;
    cursor: default;
}

.gn-sidebar-video__mobile-count {
    min-width: 52px;
    color: #1f2229;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.gn-sidebar-video__title {
    display: -webkit-box;
    margin-top: 10px;
    overflow: hidden;
    color: #1f2229;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

@media (max-width: 767px) {
    .gn-sidebar-video {
        display: none;
    }

    .gn-sidebar-video__card > .gn-sidebar-video__ratio {
        display: none;
    }

    .gn-sidebar-video__mobile-slider {
        display: block;
        min-width: 0;
    }

    .gn-mobile-category-video-slot {
        display: block;
        min-width: 0;
        align-self: start;
        margin-top: 24px;
    }

    .gn-mobile-category-video-slot .gn-sidebar-video--mobile-after-first {
        display: block;
        width: 100%;
        min-width: 0;
        margin: 0;
    }

    .gn-mobile-category-video-slot .gn-sidebar-video__card {
        margin: 0;
        padding: 8px;
        border-radius: 6px;
    }

    .gn-mobile-category-video-slot .gn-sidebar-video__heading {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .gn-mobile-category-video-slot .gn-sidebar-video__ratio {
        border-radius: 6px;
    }

    .gn-mobile-category-video-slot .gn-sidebar-video__title {
        margin-top: 8px;
        font-size: 12px;
        -webkit-line-clamp: 2;
    }

    .gn-mobile-category-video-slot .gn-sidebar-video__cta {
        margin-top: 8px;
        padding-top: 8px;
    }

    .gn-mobile-category-video-slot .gn-sidebar-video__cta-title {
        margin-bottom: 8px;
        font-size: 12px;
    }

    .gn-mobile-category-video-slot .gn-sidebar-video__cta-btn {
        min-height: 38px;
        padding: 8px 10px;
        font-size: 13px;
    }

    .gn-mobile-category-video-slot .gn-sidebar-manager,
    .gn-mobile-category-video-slot .gn-sidebar-test-drive {
        display: none;
    }
}

.gn-sidebar-video__cta {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eeeeee;
}

.gn-sidebar-video__cta-title {
    margin-bottom: 10px;
    color: #1f2229;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.gn-sidebar-video__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border: 0;
    border-radius: .4rem;
    background: #d92438;
    color: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 8px 18px rgba(217, 36, 56, .18);
}

.gn-sidebar-video__cta-btn:hover {
    background: #c71d30;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(217, 36, 56, .24);
}

.gn-sidebar-video__cta-btn:active {
    transform: translateY(0);
}

.gn-sidebar-manager {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #ffffff;
}

.gn-sidebar-manager__media {
    position: relative;
    height: 214px;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #eff1f4;
}

.gn-sidebar-manager__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 16%;
}

.gn-sidebar-manager__title {
    margin-bottom: 12px;
    color: #1f2229;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.gn-sidebar-manager__button {
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border: 0;
    border-radius: .4rem;
    background: #d92438;
    color: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 8px 18px rgba(217, 36, 56, .18);
}

.gn-sidebar-manager__button:hover {
    background: #c71d30;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(217, 36, 56, .24);
}

.gn-sidebar-manager__button:active {
    transform: translateY(0);
}

.gn-sidebar-test-drive {
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #ffffff;
}

.gn-sidebar-test-drive__title {
    margin-bottom: 12px;
    color: #1f2229;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}

.gn-sidebar-test-drive__scene {
    position: relative;
    height: 192px;
    margin-bottom: 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}

.gn-sidebar-test-drive__scene::after {
    display: none;
}

.gn-sidebar-test-drive__product {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    padding: 14px;
    object-fit: contain;
    mix-blend-mode: normal;
    filter: none;
}

.gn-sidebar-test-drive__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border: 0;
    border-radius: .4rem;
    background: #d92438;
    color: #ffffff;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 8px 18px rgba(217, 36, 56, .18);
}

.gn-sidebar-test-drive__button:hover {
    background: #c71d30;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(217, 36, 56, .24);
}

.gn-sidebar-test-drive__button:active {
    transform: translateY(0);
}

/* End */
/* /local/components/gn/sidebar.video/templates/.default/style.css?17893852009444 */
