.merchwrapper{
    background-color: #000;
}
.merchlogo img{
    width: 26.40625vw;
    padding: 5.208333333333333vw;
}
.item-title{
    text-align: left;
    padding-top:0.781vw;
}
.item-title a{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:  0.7375vw;
    color: #D8D9DA;
    text-align: left;
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;

}
.item-price{
    font-size:  0.7375vw;
    font-weight: 700;
    font-size:  0.7375vw;
    color: #D8D9DA;
    text-align: left;
    opacity: 1;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.merch-contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.823vw;
    width: 62.188vw;
    margin: 0 auto;
    padding-bottom: 5.208vw;
}
.merch-item-art{
    width: 19.531vw;
}
.merch-item-art img{
    width: 100%;
    height: auto;
}
.merch-item-art img:hover,.item-title a:hover{
    opacity: 0.5;
}


@media only screen and (max-width: 1024px)  and (orientation: portrait){
    .merchlogo img {
        width: 81.339vw;
        padding: 13.333vw 0;
    }
    .merch-item-art {
        width: 44vw;
    }
    .merch-contents {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw;
        width: 92vw;
        margin: 0 auto;
        padding-bottom: 13.333vw;
    }
    .item-title {
        padding-top: 2.667vw;
    }
    .item-title a {    
        font-size: 3.2vw;
    }
    .item-price {
        font-size: 3.2vw;
    }
}


@media (min-width: 600px) and (max-width: 1024px) and (orientation: landscape){
    .merchwrapper {
        margin-top: -2vw;
    }
}