
.slider{
    width: 100%;    
    border-bottom: 0.05vw solid lightgray;
}

.slider .title{
    width: 100%;
    padding: 2vw;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.15vw;
}





.section .view-more{
    width: 100%;
    padding: 2vw 0;
}
.section .view-more a{
    padding: 0.75vw 2.5vw;
    border: 0.05vw solid black;
    color: black;
}
.section .view-more a{
    color: black; /* Mismo color que el normal */
}
.section .view-more a:hover{
    font-weight: bold;
    color: white;
    background-color: black;
}






.section .arrow {
    width: 1.25vw;
    height: auto;
    bottom: 48%;
    cursor: pointer;
    z-index: 1;
}
.section .arrow:active{
    transform: scale(0.95);
}
.section .left{
    left: -1vw;
    opacity: 0;
    pointer-events: none;
}
.section .right{
    right: -1.5vw;
}
.section .arrow img{
    width: 100%;
    height: auto;
    opacity: 0.4;
}
.section .arrow:hover img{
    transform: scale(1.05);
    opacity: 1;
}






.slider .slide {
    width: 98%;
    height: 34vw;
    margin: 0 1vw;
    overflow-x: scroll;
    overflow-y: hidden;
}

.slider .slide .products{
    width: auto;
    height: 100%;
}
#gridp, .gridp {
    position: relative;
    float: left;
    height: 100% !important;
}



.product {
    width: 20vw;
    height: 100% !important;
    padding: 0 1vw;
    padding-bottom: 3vw !important;
    margin: 0.5vw;
    font-size: 1rem;
    border: 0.01vw solid lightgray;
    cursor: pointer;
}
.product:hover{
    border: 0.035vw solid black;
}

.product .shopping{
    position: absolute;
    top: 1vw;
    right: 1vw;
    padding: 0.75vw;
    border: none;
    border-radius: 2vw;
    background-color: white;
    color: black;
    z-index: 90;
}
.product .shopping svg path {
    fill: black;
    transition: fill 0.3s;
}


.product:hover .shopping{
    background-color: #000000;
    color: white;
}
.product:hover .shopping svg path {
    fill: white;
    transition: fill 0.3s;
}

.product .shopping span{    
    display: none !important;
}




.product .image {
    width: 100%;
    height: 50%;
}
.product .image:hover img {
  transform: scale(1.05);
}

.product .image img {
    width: auto;
    height: 75%;
    object-fit: cover;
}

.product span{
    width: 100%;
    text-align: center;
}
.product .title {
    font-size: 1.5vw;
    font-weight: bold;
    padding: 0;
    padding-bottom: 0.25vw;
}
.product .description{
    font-size: 1vw;
}


.product .table{
    width: 100%;
    border: 0.01vw solid lightgray;
    border-bottom: none;
    border-left: none;
    margin-top: 1vw;
}
.product .table .header,
.product .table .sizes{
    border-bottom: 0.01vw solid lightgray;
}
.product .table .header span{
    font-weight: bold;
}
.product .table .header span,
.product .table .sizes span{
    width: 50%;
    font-size: 1.1vw;
    border-left: 0.01vw solid lightgray;
    padding: 0.5vw 0;
}


.product .more{
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    font-size: 1vw;
    color: transparent;
    background-color: transparent;
    overflow: hidden;
}
.product:hover .more{
    height: auto;
    padding: 1vw 0;
    font-size: 1.1vw;
    font-weight: bold;
    color: white;
    background-color: black;
}






/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////// MOBILE STYLE ///////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////*/



@media (max-width: 991px) and (orientation: portrait) {



    .slider {
        width: 100%;
        margin-top: 10vw;
        border-bottom: 0.05vw solid grey;
    }

    .slider .title {
        height: 15vw;
        padding: 2vw;
        font-size: 7vw;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .section .view-more {
        width: 100%;
        padding: 5vw 0;
    }
    .section .view-more a {
        padding: 3vw 5vw;
        border: 0.05vw solid black;
        color: white;
        background-color: black;
    }



    
    .section .arrow {
        width: 5vw;
    }
    .section .left {
        left: -0.5vw;
    }

    .section .right {
        right: -0.5vw;
    }


    .slider .slide {
        width: 88%;
        height: 122.5vw;
        margin: 0 6vw;
    }


    /*******************************************************************************/
    /*******************************************************************************/
    /*******************************************************************************/


    .product {
        width: 75vw;
        padding: 0 5vw;
        /* margin: 0 2vw; */
        padding-bottom: 13vw !important;
        margin: 0vw 0px !important;
    }

    .product .shopping {
        top: 6vw;
        right: 4vw;
        padding: 2.75vw;
        border: none;
        border-radius: 4vw;
        transform: scale(1.15);
    }

    .product .title {
        height: 8.5vw;
        font-size: 7vw;
        font-weight: bold;
        padding: 0;
        padding-bottom: 0.5vw;
    }
    .product .description {
        font-size: 3.5vw;
    }


    .product .table {
        margin-top: 3vw;
    }
    .product .table .header span, .product .table .sizes span {
        border-left: 0.01vw solid lightgray;
        padding: 1.5vw 0;
        width: 50%;
        font-size: 4vw;
    }

    .product .more,
    .product:hover .more{
        height: auto;
        padding: 4vw 0;
        font-size: 3.5vw;
        font-weight: bold;
        color: white;
        background-color: black;
        display: none;
    }

    .product .shopping span {
        display: block !important;
        margin-left: 1.5vw;
    }



}



