.video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-slide {
    height: 100% !important
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
    z-index: 5;
    color: #fff;
    pointer-events: none
}

@media (min-width: 768px) {
    .banner-text {
        left: 10rem
    }
}

.banner-text-sm {
    font-size: 1.8em;
}

.banner-text-sm span {
    font-size: inherit !important;
}

.banner-pagination {
    position: static !important;
    width: auto !important;
    display: flex;
    align-items: center;
    gap: .75rem
}

.banner-pagination .swiper-pagination-bullet {
    width: .90526rem;
    height: .90526rem;
    background: transparent;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0
}

.banner-pagination .swiper-pagination-bullet .bullet-dot {
    width: .25496rem;
    height: .25496rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s ease
}

.banner-pagination .swiper-pagination-bullet .bullet-coffee {
    width: .43331rem;
    height: .43331rem;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s ease
}

.banner-pagination .swiper-pagination-bullet .progress-ring {
    width: .90526rem;
    height: .90526rem;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease
}

.banner-pagination .swiper-pagination-bullet .progress-ring__background {
    fill: transparent;
    stroke: #ffffff4d;
    stroke-width: 2
}

.banner-pagination .swiper-pagination-bullet .progress-ring__progress {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-dasharray: 106.81;
    stroke-dashoffset: 106.81;
    transform: rotate(-90deg);
    transform-origin: center
}

.banner-pagination .swiper-pagination-bullet-active .bullet-dot {
    opacity: 0
}

.banner-pagination .swiper-pagination-bullet-active .bullet-coffee,
.banner-pagination .swiper-pagination-bullet-active .progress-ring {
    opacity: 1
}

@media (min-width: 768px) {
    .banner-pagination {
        gap: 1.5rem
    }

    .banner-pagination .swiper-pagination-bullet {
        width: 2.24037rem;
        height: 2.24037rem
    }

    .banner-pagination .swiper-pagination-bullet .bullet-dot {
        width: .631rem;
        height: .631rem
    }

    .banner-pagination .swiper-pagination-bullet .bullet-coffee {
        width: 1.07237rem;
        height: .87769rem
    }

    .banner-pagination .swiper-pagination-bullet .progress-ring {
        width: 2.24037rem;
        height: 2.24037rem
    }
}

.swiper-pagination-bullet.is-active .progress-ring__progress {
    animation: progress var(--video-duration) linear forwards;
}

@keyframes progress {
    to {
        stroke-dashoffset: 0;
    }
}

.product-summary * {
    color: #bbb !important;
    background-color: transparent !important;
    font-family: MiSans-Regular, sans-serif !important;
    line-height: 2 !important
}

.product-summary p {
    margin: 0 0 1rem
}

.product-summary p:last-child {
    margin-bottom: 0
}

.svg-icon-news {
    vertical-align: -.2em;
    fill: currentColor;
    width: 1em;
    height: 1em;
    overflow: hidden;
}