/**
 * TPC Product Lightbox — estilos ficha producto (Warehouse).
 */

.product-cover a.elem {
    position: relative;
    display: block;
    cursor: zoom-in;
}

.product-cover a.elem picture,
.product-cover a.elem img {
    display: block;
    width: 100%;
}

.product-cover .tpc-plb-zoom-icon {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: hsla(0, 0%, 100%, 0.7);
    cursor: pointer;
    pointer-events: none;
}

.product-cover a.elem:hover .tpc-plb-zoom-icon {
    opacity: 1;
}

.product-cover .tpc-plb-zoom-icon i {
    font-size: 4rem;
    color: #7a7a7a;
    margin: 0 0.5rem 0.5rem 0;
}

.shopthelook__thumbnail a.elem {
    display: block;
    cursor: zoom-in;
}

.shopthelook__thumbnail a.elem img {
    display: block;
    width: 100%;
}

/* Leyenda (título/descripción): abajo a la derecha (LC Lightbox la pone a la izquierda). */
.lcl_txt_over #lcl_txt,
.lcl_force_txt_over #lcl_txt,
.lcl_fullscreen_mode.lcl_txt_over #lcl_txt {
    left: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    border-radius: 17px 0 0 17px;
}

.lcl_txt_over #lcl_txt > *,
.lcl_force_txt_over #lcl_txt > * {
    text-align: right;
}
