.vid-disenador {
    width: 20%;
    margin: 0 auto;
}

.div-disenador {
    position: relative;
    width: 25%;
}

.div-disenador video {
    width: 100%;
    display: block;
}

.div-disenador.vtc-fs-active {
    background: #000 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.div-disenador.vtc-fs-active video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.vtc-top-icons {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}

.vtc-icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vtc-icon-btn:hover {
    background: none;
}

.vid-top-controls {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: linear-gradient(to top, rgba(0,0,0,.7) 0%, transparent 100%);
    opacity: 0;
    transition: opacity .25s;
}

.div-disenador:hover .vid-top-controls,
.div-disenador:focus-within .vid-top-controls,
.div-disenador.vtc-show .vid-top-controls {
    opacity: 1;
}

.vtc-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vtc-progress {
    flex: 1;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255,255,255,.3);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.vtc-progress::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.vtc-progress::-moz-range-thumb {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.vtc-time {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
    user-select: none;
}

.vtc-round-play {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.8);
    background: rgba(0,0,0,.5);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vtc-round-play:hover {
    background: rgba(0,0,0,.5);
}

.vtc-round-play:active {
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .vid-disenador {
        width: 100% !important;
        max-width: 100% !important;
    }

    .div-disenador {
        width: 100% !important;
        max-width: 100% !important;
    }
}

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-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;
}

@media (max-width: 1000px) {
    #fullScreen {
        display: none !important;
    }
}