#video-player {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

body.full-screen {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#video-player.full-screen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #111;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    z-index: 150;
}

#video-player video {
    pointer-events: none;
    user-select: none;
}

#video-player.full-screen video {
    height: 100vh !important;
}

#controls .no-print {
    display: none;
}

#controls {
    top: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 100%;
}

.controls-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

#controls button,
#controls input[type="range"] {
    margin: 0 5px;
    cursor: pointer;

}

#controls #controls button {
    background-color: transparent;
    border: none;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

#controls button:hover {
    /* background-color: #555; */
}

#controls input[type="range"] {
    flex: 1;
    height: 3px;
    width: 50%;
}

.time {
    color: white;
    font-size: 14px;
    margin: 0 5px;
}

.divProgres {
    display: flex;
    width: 45%;
    align-items: center;
}

.controls-sound {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    width: 55%;
}

@media (max-width: 768px) {
    #video-player {
        width: 100%;
    }

    .controls-sound {
        width: 100%;
    }

    #controls input[type="range"] {
        width: 100%;
    }

    .divProgres {
        width: 100%;
    }

    #fullScreen {
        display: none;
    }
}

li[data-list="bullet"] {
    list-style-type: disc;
    display: list-item;
    margin-left: 1.5em;
}

li[data-list="ordered"] {
    list-style-type: decimal;
    display: list-item;
    margin-left: 1.5em;
}

.descripcion {
    max-width: 1000px;
    word-wrap: break-word;
    margin: 10px auto;
    color: #fff !important;
}

.descripcion * {
    font-size: 30px;
    margin-bottom: 0;
    min-height: 45px;
    color: #fff !important;
}

.descripcion strong {
    color: #00ffff !important;
}

.descripcion strong u {
    color: #00ffff !important;
}

.titulo {
    font-size: 25px;
}

.tituloNombre {
    font-size: 30px;
}

.lupa {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;

}

.lupa>svg {
    width: 45px;
    height: 45px;
}

/* Lupa del slider de estilos (mismo tamaño que designer) */
#estilo-thumbs-wrap .cardProd .lupa {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}

#estilo-thumbs-wrap .cardProd .lupa svg {
    width: 45px !important;
    height: 45px !important;
    stroke: #000000 !important;
    stroke-width: 2.75 !important;
    fill: none !important;
}

@media (max-width: 1000px) {
    #estilo-thumbs-wrap .cardProd .lupa svg {
        width: 35px !important;
        height: 35px !important;
    }
}

@media (max-width: 1000px) {
    .descripcion {
        max-width: 1000px;
        word-wrap: break-word;
        margin: 10px auto;
    }

    .descripcion * {
        font-size: 20px;
        min-height: 30px;
    }

    .tituloNombre {
        font-size: 25px;
    }

    .lupa>svg {
        width: 35px;
        height: 35px;
    }
}

/* CSS del slider de productos de estilo (igual que diseñadores) */
#estilo-thumbs-wrap {
    --swiper-navigation-size: 50px;
}

#estilo-thumbs-wrap .swiper-button-next,
#estilo-thumbs-wrap .swiper-button-prev {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50% !important;
    height: auto !important;
    margin: 10px !important;
}

#estilo-thumbs-wrap .swiper-button-next svg,
#estilo-thumbs-wrap .swiper-button-prev svg {
    width: 50px !important;
    height: 50px !important;
    fill: #999 !important;
    stroke: #999 !important;
}

@media screen AND (min-width: 1000px) {
    #estilo-thumbs-wrap .swiper-button-next svg,
    #estilo-thumbs-wrap .swiper-button-prev svg {
        width: 100px !important;
        height: 100px !important;
    }
}

#estilo-thumbs-wrap .swiper-button-next::after,
#estilo-thumbs-wrap .swiper-button-prev::after {
    content: '' !important;
    display: none !important;
}

.cardProd {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
    /* max-width: 400px; */
    margin: 0 10px;
    margin-right: inherit !important;
    width: fit-content;
}

.cardProd img {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

.cardProd h2 {
    color: #111;
    font-size: 20px;
    line-height: 40px;
    border: none;
    padding: 0;
}

.cardProd h3 {
    text-align: center;
    color: #222;
}

/* Estilos específicos de style.php */
.style-video-container {
    width: 100%;
}

.style-video-wrapper {
    max-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.style-video-element {
    width: 100%;
    margin: 0 auto;
    height: 80vh;
}

.style-product-buttons {
    height: fit-content;
    display: flex;
}

.style-btn-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.style-title-section {
    text-align: center;
    border-top: groove;
    text-transform: capitalize;
}

.style-slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.style-slider-button-prev {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    margin: 10px;
}

.style-slider-main {
    height: fit-content;
    max-width: 60%;
    width: 100%;
}

.style-slider-wrapper {
    height: fit-content;
}

.style-slide-item {
    height: fit-content;
}

.style-slide-item-single {
    max-width: fit-content;
    margin: 0 auto;
}

.style-slider-button-next {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
    margin: 10px;
}

.style-back-button {
    margin: 1.625rem 0px;
}