

/* Start:/local/components/gn/sidebar.video/templates/.default/style.css?17857699496197*/
.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__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-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?17857699496197 */
