/* --- Contenedor de búsqueda --- */
.ppv-search-container {
    margin: 20px 0;
}
a.btn.close {
    position: absolute;
    top:-16%;
    right:20px;
    background-color: #000;
    color: #fff;
}
#ppv-search {
    padding: 10px;
    width: 100%;
    font-size: 16px;
}

/* --- Resultado de producto --- */
.ppv-product {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #f9f9f9;
}
.ppv-product h3 {
    margin-top: 0;
}
.ppv-product-detail {
    margin-top: 10px;
}

/* --- Modal fullscreen --- */
#ppv-modal {
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
}
.ppv-modal-content {
    background: #fff;
    width: 90%;
    height: 90%;
    margin: 5% auto;
    padding: 30px;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.6);
    position: relative;
    border-radius: 8px;
}
.ppv-modal-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 28px;
    color: #444;
    cursor: pointer;
}
.ppv-modal-left,
.ppv-modal-right {
    width:50%;
    float:left;
}
/* --- Vista imprimible dentro del modal --- */
#ppv-print-area {
    border: 1px dashed #aaa;
    padding: 20px;
    background: #fff;
}
#ppv-print-area img {
    max-width: 100%;
    height: auto;
}
.ppv-variation-form {
    margin: 15px 0;
}
.ppv-variation-form label {
    display: block;
    margin-bottom: 10px;
}
.ppv-variation-form select {
    padding: 5px;
    font-size: 14px;
}
.ppv-price {
    font-size: 18px;
    font-weight: bold;
    color: #1a7a1a;
    margin-top: 10px;
}

/* --- Impresión --- */
@media print {
    body * {
        visibility: hidden !important;
    }
    #ppv-print-area,
    #ppv-print-area * {
        visibility: visible !important;
    }
    #ppv-print-area {
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

/* Ocultar la zona imprimible en pantalla normal */
#ppv-print-area {
    display: none;
}

/* Mostrar SOLO al imprimir */
@media print {
    #ppv-modal-visible,
    .ppv-print-btn {
        display: none !important;
    }

    #ppv-print-area {
        display: block !important;
        visibility: visible !important;
        position: absolute;
        top: 0; left: 0;
        width: 100%;
        background: #fff;
    }
    .ppv-print-top-let {
        width: 30%;
        border:3px solid red;
    }
}

.ppv-left {
    width:30%;
    float:left
}

.ppv-right {
    width:70%;
    float:right
}

.ppv-monto-info {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
