:root{
    --header-height: 46px;
    --f-m: 13px;
    --f-l: 26px;
}
body {
    background-color: white !important;
}
.product-img{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items:center;
    top: clamp(25px,15vh - 60px,100px);
    width: 100%;
    gap:80px;
    height: 100%;
}
.product-desc{
    display: flex;
    flex-direction: column;
    max-width: 460px;
    width: 100%;
    box-sizing: border-box;
    align-items:left;
    justify-content: start;
    height:auto;
}
.imagen-producto{
    height:80vh;
}
.tabla-product{
    display: grid;
    grid-template-columns: 10fr 1fr;
    position:relative;
    width: 100%;
    gap: 30px;
    margin-top: var(--header-height);
    box-sizing: border-box;
    /* padding: 0 1rem; */
    max-width: 1300px;
}
.subtitulo-producto{
    text-transform: uppercase;
    text-align:left;
    margin-top: -1rem;
    margin-bottom: 1.7rem;
    font-size:var(--f-m);
    font-weight:400;
    line-height: 1rem;
}
.titulo-producto{
    margin-bottom: 1.3rem;
    line-height: 1.1;
    font-size:26px;
    font-weight: 700;
    letter-spacing: -.04em;
}
.precio-producto{
    letter-spacing:0;
    margin: 0;
    font-weight: 400;
    font-size: 28px;
}
.old-price-producto{
    margin: 0;
    opacity: .5;
    text-decoration: line-through;
}
.size-producto{
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 15px;
}
.boton-comprar{
    width: 100%;
    display: inline-block;
    background: none;
    text-transform: uppercase;
    background-color: red;
    border-bottom: 2px solid red;
    border-top: 2px solid red;
    color: white;
    border-radius: 0;
    padding: 13px 0px;
    font-size: var(--f-m);
    font-weight: 600;
    text-align: center;
    cursor:not-allowed;
    text-decoration: none !important;
    /* letter-spacing: .05em; */
    overflow: hidden;
    transition: background-color .2s ease;
}
.boton-add-cart{
    background-color:transparent;
    border:1px solid #d7d7d7;
    color:#bcbcbc;
    font-weight:400;
    margin-bottom:5px;
    position: relative;
    overflow: hidden;
}
.allowed{
    cursor: pointer;
}
.mas-detalles{
    margin-top: 2rem;
    width:100%;
}
.mas-info{
    display:flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    font-weight: 500;
    width:100%;
    box-sizing: border-box;
}
.fila-talles{
    display: flex;
    flex-direction: row;
    justify-content: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-bottom: 1.8rem;
    /*Agregado 07/02/25*/
    align-items: baseline;
}
.talle-box{
    display: flex;
    justify-content: center;
    align-items: center; 
    text-rendering: optimizeLegibility;
    font-weight: 400;
    height: 38px;
    min-width: 40px;
    border: 1px solid #d5d5d5;
    font-size: var(--f-m);
    color:#bcbcbc;
    cursor: pointer;
}
.talle-box-check{
    background-color: red;
    border: 1px solid red;
    color: white;
    font-weight: 600;
}
.talle-box-nostock{
    border-color: #d0d0d0 !important;
    color: #a4a2a2 !important;
    background-color: #ececec !important;
    cursor: default !important;
    pointer-events: none;
}
@media (max-width:1080px){
    .tabla-product{
        display:flex;
        position:relative;
        flex-direction: row;
        height:100%;
        width: 1340px;
        gap: 8px;
    }
    .mas-info{
        padding: 0 8px;
        font-weight: 600;
    }
    .descripcion-contenido{
        margin: -2px 20px 24px;
    }
    .descripcion {
        box-sizing: border-box;
    }
    .tabla-product {
        margin-top: var(--header-height);
        box-sizing: border-box;
        padding: 0;
    }
    .deslizable{
        transform: none !important;
    }
    .precio-producto{
        margin-bottom: 3px !important;
        font-weight: 600;
        font-size: 31px;
    }
    .columna_p{ align-items: center; }
    .old-price-producto{ margin-bottom: 3px !important; }
    .fila{ position: relative; }
    .descuento_p{ position: absolute;top: 0;right: -58%; }
}
.contenido-info {
    opacity:0;
    margin-top:0;
    overflow: hidden;
    height: 0;
    padding-bottom: 0;
    transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1), margin-top 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1), padding-bottom 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.contenido-info.expandido {
    opacity: 1;
    margin-top: 15px;
    padding-bottom: 12px;
    height: auto; /* Define la altura expandida según tus necesidades */
}
.descripcion-contenido{
    display: flex;
    text-align: left;
    line-height: 25px;
    font-weight: 400;
    margin: -2px 24px 24px;
    font-size: 12px;
    color: #797979;
    cursor: default;
}
@media (max-width:1080px){
    body{
        overflow: visible !important;
    }
    .contenedor-correo{
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
        padding: 0;
        margin-bottom: 2rem;
    }
    .tabla-product{
        flex-direction: column;
        justify-content:center;
        width: 100%;
        box-sizing: border-box;
    }
    .product-img{
        width:100%;
        justify-content: center;
        align-items:center;
        box-sizing: border-box;
    }
    .product-desc{
        padding-top: 25px !important;
        text-align: center;
        width:100%;
        align-items:center;
        padding: 8px;
        box-sizing: border-box;
    }
    .fila-talles{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .subtitulo-producto {
        text-align: center;
    }
    .boton-comprar{
        width:100%;
        max-width:none;
        box-sizing: border-box;
        position: sticky;
        bottom: 8px;
        box-shadow: 0px 6px 0px 14px white;
    }
    .boton-add-cart{
        box-shadow: none;
    }
    .allowed{
        /* color: #fff; */
        cursor: pointer;
    }
    .contenido-info{
        text-align: left;
    }
    .contenido-info.expandido {
        opacity: 1;
        margin-top: 30px;
        padding-bottom: 12px;
        height: auto; /* Define la altura expandida según tus necesidades */
    }
    .imagen-producto{
        width: 100%;
        height:auto;
        background-color: #F7F7F7;
        aspect-ratio: 375 / 500;
    }
    .mas-info{
        width:auto;
    }
    .mas-detalles{
        width:100%;
    }
    .deslizable{
        transform: translateX(-16px);
    }
}

.second-section{
    display: inline-flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 1;
}
.third-section{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    gap: 10px;
    align-items: start;
    margin-bottom: 7rem;
}
.imagen_final{
    height: auto;
    width: 38%;
}
.titulo_imagen_final, .titulo_productos_finales{
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    margin-bottom: 12px;
    margin-top: 2rem;
}
@media(min-width:1080px){
    .third-section, .titulo_productos_finales{
        padding: 0;
        max-width: 1300px;
    }
    .second-section{
        display: none;
    }
    .titulo_imagen_final{
        display: none;
    }
}
.deslizable{
    display: flex;
    flex-direction:row;
    gap:10px;
    justify-content: space-between;
    font-weight: 500;
    padding: 16px 8px;
}
.imagen_prenda_secundaria, .imagen_prenda_secundaria_trasera{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
.imagen_prenda_secundaria_trasera{
    display: none;
}
.contenedor-imagen:hover .imagen_prenda_secundaria{
    display: none;
}
.contenedor-imagen:hover .imagen_prenda_secundaria_trasera{
    display: flex;
}
.contenedor_email_final {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 1300px;
    padding: 6rem 0;
}
.contenedor_email_second {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: var(--color-acento);
    text-transform: uppercase;
}
.barra_final{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 47px;
    background-color: #201414;
}
@media (max-width:1080px){
    .imagen_final{
        width: 100%;
    }
    .second-section{
        width: 100%;
        gap: 0px;
        display: flex !important;
        flex-direction: column;
    }
    .contenedor-comentarios {
        margin: 0 8px !important;
    }
    .third-section{
        grid-template-columns: 1fr 1fr;
        width: 100%;
        text-overflow: ellipsis;    overflow: hidden;
        box-sizing: border-box;
        padding: 0 8px;
        gap: 8px;
        margin-bottom: 42px;
        row-gap: 30px;
    }
    .titulo_imagen_final{
        display: none;
    }
    .titulo_productos_finales{
        box-sizing: border-box;
        padding: 0 8px;
        margin-bottom: 8px;
    }
    .contenedor_email_final{
        height: 160px;
    }
    .contenedor_email_second{
        width: 75%;
    }
    .contenedor-correo{
        text-align: center;
    }
    .fila-talles{ margin-bottom: 2rem; }
    .talle-box{ font-size: 15px; }
    .subtitulo-producto{ margin-bottom: 2rem;font-size: 14px; }
    .boton-comprar{ font-size: 16px; }
    .titulo-producto{ margin-bottom: 1.5rem;font-size:31px; }
}

@media(min-width:1080px){
    .descripcion {
        position: sticky;
        top: 66px;
        width: 100%;
        min-width: 400px;
        height: min-content;
        margin-top: 20px;
    }
    .titulo_productos_finales{
        margin-top: 7rem;
    }
}
h1{
    color:var(--color-acento);
    font-family: "Geist",-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",arial,sans-serif;
}


/*Estilos para destacar el no haber seleccionado talle*/
.brillo-rojo::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 0, 0, 0.6) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    animation: brilloAnim 1s forwards;
}
@keyframes brilloAnim {
    0% { left: -75%; }
    100% { left: 125%; }
}

/*--------------------*/
/*CSS para el acordeon*/
.acordeon{ cursor: pointer; }
.acordeon-c{
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1),
                margin 0.4s cubic-bezier(0.25, 1, 0.5, 1),
                opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1),
                padding 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.acordeon:after {
    content: '+'; color: #797979;
    font-size: 14px; margin: 0;
    float: right; font-weight: 200;
}
.acordeon-c-a:after { content: "-";transform: translate(-1px, 0px); }

.contenedor-imagen{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    aspect-ratio: 4/5;
    background: #F7F7F7;
}