html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.screen-reader-text,
#xd_banner_render_location,
#disw_cart {
    display: none !important;
}

.zy-exact-video {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    object-fit: cover;
}

.zy-video-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.zy-video-play {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    padding: 0 0 0 4px;
    border: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: #00ffb9;
    color: #000028;
    font-size: 22px;
    line-height: 48px;
    cursor: pointer;
}

.zy-video-wrap.is-playing .zy-video-play {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    .heroComponent .hero > nav {
        position: absolute;
        z-index: 4;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 48px;
        background: #000028;
    }

    .heroComponent .disw-breadcrumb.d-none.d-lg-block {
        display: block !important;
        position: static !important;
        padding: 8px 0;
    }
}

.de-carousel-fallback__track {
    scroll-behavior: smooth;
}

.de-carousel-fallback__controls {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.zy-carousel-button {
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #fff;
    font: 400 25px/1 Siemens Sans, Arial, sans-serif;
    cursor: pointer;
}

.zy-carousel-button:disabled {
    opacity: .45;
    cursor: default;
}

.zy-carousel-progress {
    width: 64px;
    height: 32px;
    padding: 0 8px;
    border-radius: 18px;
    background: #003d59;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.zy-carousel-progress-bar {
    width: 29px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
}

.zy-carousel-progress-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
