/* Solartek component: product-videos. Canonical declarations; no inherited theme layout. */
.sa-product-video-slide {
    position: relative
}
.sa-product-video-slide__inner {
    background: #0f172a;
    border-radius: inherit;
    height: 100%;
    overflow: hidden;
    position: relative
}
.sa-product-video-slide__player {
    background: #0f172a;
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%
}
.sa-product-video-slide__icon {
    align-items: center;
    background: rgba(15, 23, 42, 0.56);
    border-radius: 999px;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.25);
    color: #fff;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    left: 18px;
    pointer-events: none;
    position: absolute;
    top: 18px;
    width: 56px
}
.sa-product-video-slide__icon::before {
    content: "\25B6";
    font-size: 18px;
    margin-left: 3px
}
.sa-product-video-slide__caption {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.78) 100%);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    left: 0;
    padding: 44px 18px 16px;
    position: absolute;
    right: 0
}
.sa-product-video-links {
    align-items: flex-start;
    display: grid;
    gap: 10px;
    margin: 14px 0 18px
}
.sa-product-video-links__label {
    color: #7a838d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase
}
.sa-product-video-links__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}
.sa-product-video-links__button {
    background: #ffffff;
    border: 1px solid #e3e6ea;
    border-radius: 12px;
    color: #252a31;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    padding: 10px 14px;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease
}
.sa-product-video-links__button:hover {
    background: #fff3e8;
    border-color: #ffcda8;
    color: #ff8618;
    transform: translateY(-1px)
}
.sa-product-video-links__button.is-active {
    background: #ff8618;
    border-color: #ff8618;
    color: #fff
}
.woocommerce-product-gallery__wrapper .sa-product-video-slide .zoomImg,
.woocommerce-product-gallery__wrapper .sa-product-video-slide a {
    display: none
}
@media (max-width: 640px) {
    .sa-product-video-slide__icon {
        height: 48px;
        left: 14px;
        top: 14px;
        width: 48px
    }
    .sa-product-video-links__items {
        width: 100%
    }
    .sa-product-video-links__button {
        text-align: center;
        width: 100%
    }
}
