#info-desktop {
    background: white; 
    border-radius: 12px; 
    padding: 32px;
}

#info-desktop .product-detail {
    display: grid;
    grid-template-columns: 113px 1fr 1fr;
}

#info-desktop .product-detail #basic-info {
    padding: 16px 30px;
    border: 1px solid #E4E7EC;
    border-radius: 10px;
    margin-left: 20px;
}

#info-desktop .descripcion {
    font-weight: 400;
    color: #444;
    padding-bottom: 20px;
    font-size: 0.9em;
}

#info-desktop .product-detail .texto-pequeno {
    font-size: 0.9em;
    opacity: 0.9;
}
 
#info-desktop .product-detail .info-precio {
    margin: 25px 0;
    padding: 10px;
    border: 1px solid #039855;
    color: #039855;
    background-color: #EFFFF8;
    border-radius: 6px;
}

#info-desktop .product-detail .info-precio b {
    font-size: 1.4em;
}

#info-desktop .product-detail .detalle-titulo {
    font-size: 1.5em;
    text-transform: capitalize;
    color: #333;
    font-weight: 700;
    line-height: 1.3em;
}


#info-desktop .product-detail .precio {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    line-height: 35px;
}

#info-desktop .product-detail .antes {
    color: #6E7191;
    font-size: 1.3em;
    text-decoration: line-through;
    font-weight: 300;
}

#info-desktop .product-detail .pcondicion {
    color: #ff2c6e;
    margin-left: 7px;
    font-weight: bold;
    font-size: 1.1em;
}

#info-desktop .product-detail .descuento {
    border-radius: 6px;
    color: white;
    background: #039855;
    display: inline-block;
    padding: 4px 8px;
    margin-left: 10px;
}

#info-desktop .product-detail .cantidad {
    border-radius: 25px;
    border: 1px solid #98A2B3;
    display: flex;
    justify-content: center;
    height: 40px;
}

#info-desktop .product-detail .cantidad > div img {
    width: 24px;
}

#info-desktop .product-detail .cantidad > div {
    font-size: 0;
    height: 100%;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#info-desktop .product-detail .cantidad input {
    border: none;
    text-align: center;
    font-size: 1.3em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    flex: 1;
    height: 39px;
    background: transparent;
}

#info-desktop .product-detail button {
    background: #005BD4;
    font-family: "Poppins", sans-serif;
    color: white;
    padding: 10px 40px;
    border: none;
    border-radius: 35px;
    position: relative;
    letter-spacing: 1px;
    font-size: 1.1em;
    width: 90%;
}

#info-desktop .product-detail button:hover {
    opacity: 0.8;
}

#info-mobile .product-detail .info-precio {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #039855;
    color: #039855;
    background-color: #EFFFF8;
    border-radius: 6px;
}

#info-mobile .product-detail .info-precio b {
    font-size: 1.4em;
}

#info-mobile .product-detail .detalle-titulo {
    font-size: 1.1em;
    text-transform: capitalize;
    color: #333;
    font-weight: 600;
    padding: 20px 20px;
}

#info-mobile .img-thumb {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: white;
    border-radius: 15px;
}

#info-mobile .img-thumb img {
    width: 100%;
}

#info-mobile .product-detail .precio {
    font-size: 1.8em;
    font-weight: bold;
    color: #333;
    line-height: 35px;
}

#info-mobile .product-detail .antes {
    color: #6E7191;
    font-size: 1.3em;
    text-decoration: line-through;
    font-weight: 300;
}

#info-mobile .product-detail .pcondicion {
    color: #ff2c6e;
    margin-left: 7px;
    font-weight: bold;
    font-size: 1.1em;
}

#info-mobile .product-detail .descuento {
    border-radius: 8px;
    color: white;
    background: #039855;
    display: inline-block;
    padding: 4px 8px;
    margin-left: 10px;
}

#info-mobile .product-detail .texto-pequeno {
    font-size: 0.9em;
    opacity: 0.9;
}

#info-mobile .product-detail button {
    background: #005BD4;
    font-family: "Poppins", sans-serif;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 35px;
    position: relative;
    letter-spacing: 1px;
    font-size: 1.0em;
    width: 100%;
}


#info-mobile .product-detail .cantidad {
    border-radius: 25px;
    border: 1px solid #98A2B3;
    display: flex;
    justify-content: center;
    height: 40px;
}

#info-mobile .product-detail .cantidad > div img {
    width: 24px;
}

#info-mobile .product-detail .cantidad > div {
    font-size: 0;
    height: 100%;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#info-mobile .product-detail .cantidad input {
    border: none;
    text-align: center;
    font-size: 1.3em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    flex: 1;
    height: 40px;
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}





#descripcionm {
    font-size: 0.85em;
}

.cont-collapsible {
    margin: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.collapsible {
    font-family: 'Poppins', sans-serif;
    background: white; 
    padding: 18px; 
}

.collap-content {
    background: white;
}





.image-zoom {
    overflow: hidden;
    min-height: 300px;
}

.info-add {
    padding: 5px 5px;
    line-height: 1.2em;
    font-weight: 300;
    color: #555;
    max-height: 200px;
    overflow: auto;
}

.table-ficha-mobile > div {
    display: flex;
    font-size: 0.9em;
    padding: 6px;
}

.table-ficha-mobile .title {
    font-weight: 600;
    color: #333;
}
.table-ficha-mobile > div > div:first-child {
    width: 50%;
}

.table-ficha-mobile > div > div:last-child {
    flex: 1;
}

.table-ficha-mobile > div:nth-child(odd) {
    background-color: #F2F4F7;
    border-radius: 8px;
}

.table-ficha {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    font-size: 0.9em;
}

.table-ficha .title {
    font-weight: 600;
    color: #333;
    font-size: 1.2em;
}

.titulo-mediano {
    font-weight: 600;
    color: #1C58B7;
}

#thumbnails img {
    width: 80px;
    height: auto;
}

.wrapper {
    overflow-y: auto;
    scroll-behavior: smooth;
    max-height: 550px;
    margin-right: 10px;
}

#preview {
    pointer-events: none;
    width:100%;
    max-width: 500px;
}

#slide {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.thumbnail {
    margin-bottom: 15px;
    border: 1.5px solid #D9DBE9;
    border-radius: 8px;
}

.selected {
    border-color: #005BD4;
}

.thumbnail:hover {
    opacity: 1;
    cursor:pointer;
}

#desc-mobile, #cont-collapsible, #info-mobile {
    display: none;
}

#desc-mobile {
    display: none;
}

.agotado button {
    background-color: #acbdce !important;
    pointer-events: none;
}

.nodisponible {
    color: #e71010;
    border: 1px solid #f98080;
    padding: 5px;
    border-radius: 6px;
    font-size: 0.8em;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    .exclusivo-content {
        background-color: white;
        margin-bottom: 20px;
    }
    #info-desktop, #cont-collapsible-desk {
        display: none;
    }

    #crumbs, #thumbnails {
        display: none;
    }

    #desc-mobile, #cont-collapsible, #info-mobile {
        display: block;
    }

    .product-detail {
        grid-template-columns: 1fr;

    }


    .product-detail .titulo {
        font-size:1.2em;
    }

    .product-detail .precio {
        font-size: 1.1em
    }

    .table-ficha {
        grid-template-columns: 1fr 1fr;
    }
}





