

.section{
    width: 100%;
}

.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: 33vw;
    margin: 0 1vw;
    overflow-x: scroll;
    overflow-y: hidden;
}

.slider .slide .products{
    width: auto;
    height: 100%;
}
#gridp, .gridp {
    position: relative;
    float: left;
    height: 100%;
}



.product {
    width: 20vw;
    height: 100%;
    padding: 0 1vw;
    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: 100;
}
.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: 1vw;
}
.product .table .header span,
.product .table .sizes span{
    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: 0.5vw 0;
    font-size: 1.1vw;
    font-weight: bold;
    color: white;
    background-color: black;
}






.banners{
    width: 100%;
    margin-top: 5vw;
}
.banners .banner{
    width: 100%;
    height: 33vw;
    padding: 2vw 0;
    overflow: hidden;
}
.banners .banner:hover .legend{
    transform: scale(1.1);
}
.banners .banner .bg {
    width: 100%;
    top: -7vw;
    transform: scale(0.99);
}
.banners .banner .legend {
    width: 20%;
    top: 6%;
    left: 39%;
    z-index: 1;
}


.banners .spot{
    width: 100%;
    padding: 1vw 0;
}
.banners .spot{
    width: 100%;
    overflow: hidden;
}
.banners .spot .post {
    width: 20%;
    height: 22vw;
    padding: 0 0.5vw;
    overflow: hidden;
}
.banners .spot .post:hover img{
    transform: scale(1.05);
}
.banners .spot .post .img{
    width: 100%;
}


.locations{
    width: 100%;
    padding: 2vw 0;
}
.locations .title{
    width: 100%;
    padding: 3vw 0;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1vw;
}

.locations .store{
    width: 49%;
}
.locations #gv{
    margin-right: 2%;
}
.locations .store .image{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.locations .store .image:hover img{
    transform: scale(1.1);
}
.locations .store .image img{
    width: 100%;
}
.locations .store .subtitle{
    width: 100%;
    padding: 1vw 0;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
}
.locations .store .description{
    width: 100%;
    
    font-size: 1.25vw;
    line-height: 1.5vw;
    text-align: center;
}







/* =========================
   Skynet Minimal iOS Scroll
   ========================= */

.skynet-scroll {
  overflow-x: auto;
  scrollbar-width: thin;                 /* Firefox */
  scrollbar-color: rgba(226, 226, 226, 0.35) transparent;
}

/* ===== Webkit Browsers ===== */
.skynet-scroll::-webkit-scrollbar {
  width: 8px;      /* Vertical */
  height: 8px;     /* Horizontal */
}

.skynet-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.skynet-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  transition: background 0.3s ease;
}

.skynet-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.55);
}

.skynet-scroll::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.7);
}

/* ===== Dark Mode Auto ===== */
@media (prefers-color-scheme: dark) {
  .skynet-scroll {
    scrollbar-color: rgba(203, 203, 203, 0.35) transparent;
  }

  .skynet-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.35);
  }

  .skynet-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.55);
  }

  .skynet-scroll::-webkit-scrollbar-thumb:active {
    background: rgba(255, 255, 255, 0.75);
  }
}

/* ===== Smooth behavior ===== */
.skynet-scroll {
  scroll-behavior: smooth;
}









/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
/************************************ 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: -2vw;
    }

    .section .right {
        right: -3vw;
    }


    .slider .slide {
        width: 93%;
        height: 117vw;
        margin: 0 4vw;
    }


    /*******************************************************************************/
    /*******************************************************************************/
    /*******************************************************************************/


    .product {
        width: 70vw;
        padding: 0 5vw;
        margin: 0 2vw;
    }
    .product .shopping {
        top: 4vw;
        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;
    }
    .product .table .header span, .product .table .sizes span {
        width: 50%;
        font-size: 3.5vw;
    }

    .product .more,
    .product:hover .more{
        height: auto;
        padding: 2vw 0;
        font-size: 3.5vw;
        font-weight: bold;
        color: white;
        background-color: black;
    }



    /*******************************************************************************/
    /*******************************************************************************/
    /*******************************************************************************/


    .banners .banner {
        height: 100vw;
    }
    .banners .banner .bg {
        width: 200%;
        max-width: 500%;
        left: 3vw;
    }
    .banners .banner .legend {
        width: 55%;
        top: 11%;
        left: 21%;
    }

    
    .banners .spot {
        display: block;
    }
    .banners .spot .post {
        width: 46.25vw;
        height: auto;
        padding: 0;
    }
    .banners .spot .post:nth-child(1),
    .banners .spot .post:nth-child(4){
        margin-right: 2vw;
    }
    .banners .spot .post:nth-child(3) {
        width: 100%;
        height: 90vw;
        margin: 2vw 0;
    }
    .banners .spot .post:nth-child(3) img {
        width: 130%;
        max-width: 200%;
        top: 35%;
        left: 15%;
    }



    /*******************************************************************************/
    /*******************************************************************************/
    /*******************************************************************************/

    .locations .title {
        padding: 6vw 0;
        font-size: 6.5vw;
    }
    .locations .store {
        width: 100%;
        margin-bottom: 8vw;
    }
    .locations .store .subtitle {
        padding: 5vw 0;
        font-size: 7vw;
    }
    .locations .store .description {
        font-size: 5vw;
        line-height: 6.5vw;
        text-align: center;
    }







}