#WEARS {
  width:max-content;
  height: max-content;
  margin: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.wears-headings {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
  position: relative;
}

.wears-heading-text {
  position: relative;
  transition: all ease 0.5s;
  cursor: pointer;
}
.wears-heading-text p {
  cursor: pointer;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
  margin-left: 50px;
  transition: all ease .5s;
  color: var(--text-color);
}
.wears-heading-text:hover p {
  text-decoration: underline;
  text-underline-offset: 10px;
  color: gray;
}
.wears-heading-see-more a {
  text-decoration: none;
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--main-color);
  transition: all ease 0.5s;
  margin-right: 70px;
}
.wears-heading-see-more:hover a {
  color: var(--hover-color);
}

.wears-main-section {
  width: max-content;
  height: max-content;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 0px;
  transition: all ease 0.5s;
}
#jerseys {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all ease 0.5s;
  width: 300px;
  border-radius: 20px;
  transition: all ease 0.7s;
  overflow: visible;
  background-color: transparent;
  margin: 0px 30px 0px 30px ;
}
#jerseys img {
  width: 360px;
  background-color: transparent;
  opacity: .2;
}
#jerseys:hover img {
  opacity: 1;
}

.jerseys-images {
  transition: all ease 0.5s;
  position: relative;
}
.jerseys-images:hover {
  transform: scale(1.08);
}

/* MEDIA QUERIES  */

/* LARGE DISPLAYS  */
@media screen and (min-width: 2570px) {
}
/*......................... LAPTOP DISPLAYS ...............  */
@media screen and (min-width: 930px) and (max-width: 1440px) 
{
#WEARS {
  width:max-content;
  height: max-content;
  margin: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.wears-headings {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  width: 100%;
  position: relative;
}

.wears-heading-text {
  position: relative;
  transition: all ease 0.5s;
  cursor: pointer;
}
.wears-heading-text p {
  cursor: pointer;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
  margin-left: 50px;
  transition: all ease .5s;
}
.wears-heading-text:hover p {
  text-decoration: underline;
  text-underline-offset: 10px;
  color: gray;
}
.wears-heading-see-more a {
  text-decoration: none;
  font-family: "poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--main-color);
  transition: all ease 0.5s;
  margin-right: 70px;
}
.wears-heading-see-more:hover a {
  color: var(--hover-color);
}

.wears-main-section {
  width: max-content;
  height: max-content;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 0px;
  transition: all ease 0.5s;
}
#jerseys {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all ease 0.5s;
  width: 300px;
  border-radius: 20px;
  transition: all ease 0.7s;
  overflow: visible;
  background-color: transparent;
  margin: 0px 10px 0px 10px ;
}
#jerseys img {
  width: 250px;
  background-color: transparent;
  opacity: .2;
}
#jerseys:hover img {
  opacity: 1;
}

.jerseys-images {
  transition: all ease 0.5s;
  position: relative;
}
.jerseys-images:hover {
  transform: scale(1.08);
}



}

/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 770px) and (max-width: 929px) {
  #WEARS {
    width: max-content;
    height: max-content;
    margin: 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
  }
  .wears-headings {
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
    position: relative;
  }
  .wears-headings::before {
    content: "";
    width: 0px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    inset: 50;
    margin-top: 30px;
    display: none;
    margin-left: -15px;
    transition: all ease 0.7s;
    cursor: pointer;
  }
  .wears-heading-text:hover::before {
    width: 0px;
    cursor: pointer;
  }
  .wears-heading-text {
    position: relative;
    transition: all ease 0.5s;
    cursor: pointer;
  }
  .wears-heading-text p {
    cursor: pointer;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .wears-heading-see-more a {
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
    transition: all ease 0.5s;
    margin-right: 50px;
  }
  .wears-heading-see-more:hover a {
    color: var(--hover-color);
  }

  .wears-main-section {
    width: max-content;
    height: max-content;
    display: flex;
    justify-content: center;
    flex-direction: row;
    transition: all ease 0.5s;
  }
  #jerseys {
    margin: 0px  5px 0px 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all ease 0.5s;
    width: max-content;
    border-radius: 20px;
    transition: all ease 0.7s;
    overflow: visible;
  }

  #jerseys img {
    width: 225px;
  }
  .jerseys-images:hover {
    transform: scale(1.1);
  }
}

/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 320px) and (max-width: 769px) {
  #WEARS {
    margin-top: -10px;
    position: relative;
    display: flex;
    overflow-x: scroll;

    scroll-snap-type: x mandatory;
    width: 340px;
    padding: 20px;
    margin-left: 50px;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: -10px;
 
  }

  #WEARS::-webkit-scrollbar {
    width: 0px; /* Adjust the width of the scrollbar */
    visibility: hidden;
  }

  #WEARS::-webkit-scrollbar-thumb {
    background-color: #fffefe; /* Change the color of the scrollbar thumb */
  }

  .wears-headings {
    width: max-content;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column;
    position: sticky;
    flex-shrink: 0;
    left: 0;
    margin-bottom: 0px;
    scroll-snap-type: none;
    z-index: 99;
    text-align: center;
  }
  
  .wears-heading-text {
    position: relative;
    transition: all ease 0.5s;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
  }
  .wears-heading-text p {
    cursor: pointer;
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0px;
    margin: 0px;
  }
  .wears-heading-see-more a {
    text-decoration: none;
    font-family: "poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--main-color);
    transition: all ease 0.5s;
    margin-right: 0px !important;
  }
  .wears-heading-see-more:hover a {
    color: var(--hover-color);
  }

  .wears-main-section {
    display: flex;
    width: max-content;
    overflow-x: scroll;
    padding: 10px;
    scroll-snap-type: x mandatory;
    scroll-snap-align: start !important;
    scroll-behavior: smooth;
    margin-left: 130px;
    gap: 0px;
    
    padding-right: 100px;
    overflow: visible;
  }

  .wears-main-section::-webkit-scrollbar {
    width: 0px; /* Adjust the width of the scrollbar */
  }

  .wears-main-section::-webkit-scrollbar-thumb {
    background-color: #ececec; /* Change the color of the scrollbar thumb */
  }

  #jerseys {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all ease 0.5s;
    padding: 5px;
    margin: 0px 40px 0px 10px ;
    border-radius: 5px;
    transition: transform 0.5s ease;
    opacity: 1;
  }
  #jerseys img {
    width: 340px;
    opacity: 1;
  }
  .jerseys-images {
    transition: all ease 0.9s;
    position: relative;
  }
 
  .jerseys-images:hover {
    transform: scale(1.01);
  }
}
