#wc-product-video-popup {
background-color: rgb(0 0 0 / 95%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#wc-product-video-player {
    max-width: 90%;
    max-height: 90%;
}

.wc-product-video-close-button {
    position: absolute!Important;
    top: 10px!Important;
    right: 10px!Important;
    background: transparent!Important;
    border: none!Important;
    font-size: 24px!Important;
    color: #ffffff!Important;
    cursor: pointer;
}

button.button.wc-product-video-button {
    background: #fff;
    color: #000;
}
.wc-product-video-button {
  display: inline-flex;
  align-items: center;
}

.video-icon {
    max-width: 25px !important;
    margin-right: 3px !important;
    margin-top: -4px;
}

.wc-product-video-button {
    position: fixed;
    left: 20px;
    bottom: 10px;
    cursor: pointer;
    z-index: 444;
 
}

.wc-product-video-button video {
    width: 100px;  /* Ajuste conforme necessÃ¡rio */
    height: auto;
    border-radius: 50%; /* Opcional, se vocÃª quiser um botÃ£o circular */
        object-fit: cover;
           border: 2px solid #545454;
    border-radius: 100%;
}
.tooltip-text {
    visibility: hidden;
    width: 157px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 54%;
    left: 110%;
    transform: translateY(50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 300;
}

.wc-product-video-button:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 979px) { 

span.tooltip-text {
    display: none!Important;
}}
