@media (max-width: 600px) {
  #nav-ops #links {
    display: none;
    width: 1vw;
  }

  #nav-ops {
    margin-right: 00px;
  }

  #nav-ops #icons {
    width: fit-content;
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
    height: 10vw;
    gap: 60px;
  }

  nav #icons i {
    font-size: 30px;
  }

  #page1 {
    margin-top: 0vh;
  }

  #page1 {
    /* background-color: red; */
    min-height: fit-content;
    width: 100%;
    padding: 0 3vw;
    padding-top: 25vh;
    padding-bottom: 0;
  }

  #page1 h1 {
    font-size: 15.5vw;
    letter-spacing: -3px;
  }

  #page1 #video-container {
    position: relative;
    height: 213px;
    margin-top: 3vw;
  }

  #video-container #play {
    padding: 11.5vw 9.2vw;
    font-size: 4.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    scale: 1;
    transform: translate(-50%, -50%);
  }

  /* PAGE 2 */

  #page2 {
    margin-top: 0;
    padding: 11vw 3vw;
  }
  #page2 #header {
    width: 100%;
  }

  #page2 #elements {
    width: 100%;
    /* background-color: gray; */
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  #page2 #elements .element {
    margin: 0 auto;
    width: 97%;
    height: 100vh;
  }
  #page2 #elements .element img {
    width: 100%;
    height: 100%;

    scale: 1.3;
  }


  #page3 #header3 {
    display: flex;
    height: 64vh;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 50px;
    align-items: flex-start;
    margin-bottom: 0px;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  #page3 #header3 #h2p3 {
    width: 90vw;
    margin: 0 2vw;
  }
  #page3 #header3 #h2p3 p {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1;
    font-family: futura;
    font-weight: 500;
    width:90vw;
    text-transform: uppercase;
    text-align: center;
  }


  #page3 #header3 #pera3 {
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: Helvetica;
    gap: 5px;
  }

  #page3 #header3 #pera3 p {
    font-family: Helvetica;
    font-size: 15px;
    text-align: left;
    /* height: 100%; */
  }
  


  #page3 #header3 #pera3 p {
    font-family: Helvetica;
    font-size: 20px;
    text-align: center;
    height: 100%;
  }



  #page3 #product-container .product {
    width: 100%;
    height: 80%;
  }


  #page3 #product-container .product .prod-detail {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }


  
}
