body {
    margin: 0;
}

.ari {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.flex {
    display: flex;
}
.wrap {
    flex-wrap: wrap;
}
.jcc {
    justify-content: center;
}
.al {
    align-items: center;
}
.row {
    flex-direction: row;
}
.col {flex-direction: column;}

@media screen and (max-width: 1507px) {
    .info {
        margin: 0 200px !important;
    }
}

@media screen and (max-width: 1111px) {
    .linkscon {
    flex-direction: column !important;
    width: fit-content;
    margin: 40px auto 0 !important;
  }

  .linkcon{
    margin: 20px auto !important;
    width: fit-content;
  }


  .spotilink {
    margin: 0 40px !important;
  }
  .ytlink {
    margin: 0 40px !important;
  }
  .geniuslink {
    margin: 0 40px !important;
  }
  .instlink {
    margin: 0 40px !important;
  }
  .bandlink {
    margin: 0 40px 100px !important;
  }
}

@media screen and (max-width: 890px) {
    .product-container {
        display: flex !important;
        justify-content: center !important;
        margin: 0 100px !important;
    }

    .main-image {
        margin: 0 19vw;
        height: auto;
    }

}

@media screen and (max-width: 835px) {

header h1 {
    font-size: 6vw !important;
}

    .fullalb {
    width: 270px !important;
    margin: 0 20px 20px !important;
}

.coveral {
    width: 270px !important;

}

.info {
    margin: 0 40px !important;
}

}

header {
    height: 140px;
}

header a {
    color: black;
}

header h1 {
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    transition: ease 0.4s;
    text-align: center;
}
header h1:hover {
    transition: ease 0.4s;
    color: #ffd000;
    text-shadow: 0px 4px 0px #000000;
}

.tops {
    margin: 20px auto;
    flex-wrap: wrap;
}
.topd {
    margin: 0 12px 25px;
    position: relative;
    transition: ease 0.2s;
}
.topd img {
    width: 370px;
    border: black solid 3px;
}
.topd p {
    font-size: 25px;
    position: absolute;
    color: white;
    filter: opacity(0%);
    transition: ease 0.2s;
}

a {
    text-decoration: none;
    color: black;
}
.tops a {
    color: white;
}

.topd:hover img{
    transition: ease 0.2s;
    filter: brightness(65%);
}
.topd:hover p{
    transition: ease 0.2s;
    filter: opacity(100%);
}

.products {
    flex-wrap: wrap;
    margin: 0 18vw 60px;
}

.fullalb {
    width: 180px;
    margin: 0 40px;
}

.coveral {
    width: 180px;
    margin: 0 0 20px;
    margin: 20px 30px;
    width: 1;
}
.covertx {
    width: auto;
}
.covertx p{
    margin: 0;
    text-align: center;
}
.covnam {
    font-size: 20px;
}
.format {
    font-size: 14px;
}
.price {
    font-size: 18px;
}

.fullalb:hover {
    color: rgb(185, 68, 68);
}


.product-div {
    margin: 0 50px;
}

.desc {
  font-weight: normal;}
  .product-container {
    font-weight: bold;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .product-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .main-image {
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin: auto 0;
  }

  .thumbnails {
    display: flex;
    gap: 15px;
  }

  .thumbnails img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    transition: transform 0.2s ease;
  }

  .thumbnails img:hover {
    transform: scale(1.05);
  }

  .product-info {
    flex: 1;
  }

  .product-info h1 {
    font-family: Arial;
    font-size: 40px;
    margin-bottom: 10px;
  }

  .product-info p {
    margin-bottom: 20px;
  }

  .priceb {
    font-family: Arial;
    font-size: 30px;
    color: rgb(185, 68, 68);
    margin-bottom: 20px;
  }

  .buy-button {
    background-color: black;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    font-family: Arial Black;
  }

  .buy-button:hover {
    background-color: rgb(185, 68, 68);
  }
  .product-info h2 {
    margin-top: -10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #949494;
  }

  .info {
    text-align: center;
    margin: 0 530px;
  }

  .infot {
    font-weight: 220;
  }

  .signa {
    width: 250px;
  }

  .linkscon {
    display: flex;
    flex-direction: row;
    font-family: arial;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin: 0 50px;
    transition: ease 0.3s;
  }

  .linklogo {
    margin: 0 40px;
    transition: ease 0.3s;
    
  }
  .linkcon img {
    transition: ease 0.3s;
  }
  .linkname p{
    display: flex;
    justify-content: center;
    transition: ease 0.3s;
    font-size: 20px;
  }
  .linkcon:hover p{
    color: #ffd000;
    text-shadow: 1px 3px #000000;
    transition: ease 0.3s;
  }
  .linkcon:hover img{
    transform: scale(102%);
    transition: ease 0.3s;
  }

  .linklogo img {
    width: 120px;
  }

  .spotilink {
    margin: 20px 0 0;
  }
  .ytlink {
    margin: 100px 0 0;
  }
  .geniuslink {
    margin: 40px 0 0;
  }
  .instlink {
    margin: 180px 0 0;
  }
  .bandlink {
    margin: 110px 0 0;
  }