.merchOuterWrapper {
    font-size: 0;
    width: 100%;
    background: url(../images/merchbackground.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-size: cover;
    height: calc(100vh - 6.5vw);
}

.merchsection.merchgif1 {
    background-color: transparent;
    bottom: 0px;
    height: 33vw;
    mix-blend-mode: multiply;
    overflow: hidden;
    position: absolute;
    right: -4vw;
    width: 58vw;
    top: 13vw;
}

.merchsection.merchgif2 {
    background-color: transparent;
    bottom: 5vw;
    height: 23vw;
    left: 0px;
    mix-blend-mode: multiply;
    overflow: hidden;
    position: absolute;
    width: 41vw;
}

.merchsection.merchgif3 {
    background-color: transparent;
    height: 28vw;
    left: calc(36.92% - 18vw);
    mix-blend-mode: multiply;
    overflow: hidden;
    position: absolute;
    top: 1vw;
    width: 49vw;
}

.merchsection.merchgif4 {
    background-color: transparent;
    bottom: -2.5vw;
    height: 15vw;
    left: calc(45.74% - 12vw);
    mix-blend-mode: multiply;
    overflow: hidden;
    position: absolute;
    width: 26vw;
}

.merchsection img {
    object-fit: cover;
}

.merch.merchleft.merchWrapper {
    padding-top: 4vw;
    width: 25vw;
}

div#merchsection {
    padding-bottom: 90px;
}

.merchOuterWrapper .leftmerch,
.merchOuterWrapper .rightmerch {
    display: inline-block;
    width: 50%;
    height: 100vh;
    vertical-align: top;
	height: 60vh;
}

.merchOuterWrapper .leftmerch {
    position: relative;
    display: inline-block;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.merchOuterWrapper .rightmerch {
    position: relative;
}

.merch.merchleft,
.merch.merchright {
    padding-top: 0vw;
    display: inline-block;
    width: 21vw;
    box-sizing: border-box;
    margin: 0 auto;
}

body .pre-order-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 7.5vw;
}

div#merchsection {
    position: relative;
}

.merch.merchright {
    padding-top: 0;
    position: absolute;
    top: 6vw;
    left: 18vw;
    width: 32vw;
    max-width: 550px;
}

.merch.merchright img {
    width: 100%;
    margin: 0 auto;
}

.merch.merchleft img {
    width: 100%;
    margin: 0 auto -35px;
}
div#merchsection {
	height: 100vh;
}
.merchshop a {
    /* text-decoration: none;
    padding: 14px 49px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
	margin-top: 30px;
	margin-bottom: 70px; */
}

.shopMerchleft a {
    background-color: #D5D5D5;
    border: 1px solid #D5D5D5;
    color: #000;
}

.shopMerchright a {
    background-color: #D5D5D5;
    border: 1px solid #D5D5D5;
    color: #000;
}

.merchshop a:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #D5D5D5;
}

.store .morebutton {
    text-transform: none;
}
    h1.merch-heading {
        font-size: 2.23vw;
    }
@media only screen and (min-width: 1400px) and (max-width:1900px) {
    .merchOuterWrapper {
        height: calc(100% - 27vw);
    }
    body .merchsection.merchgif1 {
        top: 20vw;
    }
}

@media only screen and (min-width: 1400px) and (max-width:1920px) {
    body .merchsection.merchgif1 {
        top: 20vw;
    }
}

@media only screen and (max-width: 1023px) {
    .merch.merchleft {
        width: 160px;
    }
    h1.merch-heading {
        font-size: 15px;
    }
    .merchsection.merchgif1 {
        display: none;
    }
    .merchsection.merchgif2 {
        top: 16px;
        left: 140px;
        max-width: 970px;
        width: 268px;
        background-position: center;
        height: 235px;
    }
    .merchsection.merchgif3 {
        top: 25vw;
        left: -23vw;
        max-width: 200vw;
        height: 350px;
        width: 483px;
    }
    .merchsection.merchgif4 {
        left: 0;
        max-width: 79vw;
        background-position: bottom;
        bottom: -40px;
        width: 330px;
        height: 185px;
    }
}

@media only screen and (max-width: 1023px) {
    body div#merchsection {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
        padding: 0;
        overflow: hidden;
    }
    body .merch.merchright {
        position: relative;
        top: -9vw;
        left: unset;
    }
    .merchOuterWrapper {
        background: url(../images/merchbackground.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 20% 30%;
    }
    body .pre-order-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 50%;
        transform: translate(-10%, 15%);
    }
    .leftmerch {
        z-index: 9;
        position: absolute;
        top: -19vw;
    }
    div#merchsection.merchOuterWrapper .leftmerch,
    div#merchsection.merchOuterWrapper .rightmerch {
        display: block;
        width: 100%;
        height: 100%;
    }
    .merch.merchleft img,
    .merch.merchright img {
        width: 300px;
        margin: 0 auto;
    }
    .store .morebutton {
        right: 0;
        left: auto;
    }
    .merchOuterWrapper h1#merch-heading-2 {
        position: relative;
        left: 30%;
    }
    h1.merch-heading {
        padding: 0;
    }
    .merchOuterWrapper {
        display: block;
    }
    .merch.merchleft {
        width: 186px;
    }
    div.merch-heading {
        display: inline-block;
        padding: 0;
        width: calc(100% - 245px);
        vertical-align: top;
        margin-top: 25px;
        margin-left: 20px;
        text-align: left;
    }
    h1.merch-heading {
        text-align: center;
        letter-spacing: 6.4px;
        font-size: 14px;
        padding-right: 35%;
        margin: 0;
        line-height: 30px;
        width: auto;
    }
    .merchOuterWrapper h1.merch-btn-heading {
        text-align: left;
        padding-top: 12px;
        font-size: 10px;
        letter-spacing: 1.25px;
        line-height: 12px;
        margin-left: 7px;
    }
    .merchOuterWrapper .merch-btn-links {
        width: 178px;
        height: 30px;
        line-height: 32px;
        margin-left: 0;
        font-size: 12px;
        letter-spacing: 4px;
    }
    .merchOuterWrapper h1#merch-heading-3 {
        right: 10%;
    }
    .merch.merchright {
        width: 50vw;
    }
    .merchshop a {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .store .morebutton {
        right: -20px;
        left: auto;
        bottom: 87px;
    }
    .merch.merchleft,
    .merch.merchright {
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1281px) {
    div.merch-heading {
        margin-top: 0px;
        padding-bottom: 0;
        position: absolute;
        top: 0%;
    }
    h1.merch-heading {
        padding-right: 0;
        line-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    body .pre-order-btn {
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 50%;
        transform: translate(-25%, -15%);
    }
    body div#merchsection {
        padding-bottom: 0;
    }
    
}


/* ------------------------------- */

.merch-heading {
    font-size: 10px;
    color: #fff;
}

.merch-heading {
    text-align: center;
    letter-spacing: 13px;
    color: #002387;
    text-transform: lowercase;
    opacity: 1;
    font-size: 35px;
    font-style: normal;
    font-weight: normal;
    font-family: 'Crimson Pro', serif;
    /* padding-right: 30px; */
    margin: 0;
}

.merchWrapper {
    width: 500px;
}

h1#merch-heading-1 {
    margin-top: 6vw;
    ;
}

h1#merch-heading-2 {
    position: relative;
    left: 35%;
    padding-top: 20px;
}

h1.merch-btn-heading {
    text-align: center;
    color: #F6F0F2;
    text-transform: lowercase;
    opacity: 1;
    vertical-align: middle;
    padding-top: 10px;
    font-family: 'Crimson Pro', serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    /* cursor: pointer; */
    letter-spacing: 1.63px;
}

.merch-btn-links {
    width: 300px;
    height: 45px;
    background: #002387;
    outline: none;
    border: 2px solid #002387;
    text-align: center;
    font-family: 'Arial';
    letter-spacing: 7px;
    color: #F6F0F2;
    text-transform: lowercase;
    opacity: 1;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 20px;
    display: block;
    text-decoration: none;
    line-height: 40px;
}

.merch-btn-links:hover {
    opacity: 0.5;
}

.merchOuterWrapper .rightmerch {
    position: relative;
    display: inline-block;
    align-items: center;
    justify-content: space-around;
    vertical-align: top;
}

@media only screen and (max-width:767px) {
    .merch.merchleft,
    .merch.merchright {}
    .merch.merchleft.merchWrapper {
        width: 100%;
        padding: 20px 0;
    }
    div.merch-heading {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 21px;
    }
    .merchOuterWrapper h1.merch-btn-heading {
        text-align: center;
        font-size: 13px;
    }
    .merchOuterWrapper h1#merch-heading-2 {
        left: 11%;
        padding: 0;
    }
    .merchOuterWrapper h1#merch-heading-3 {
        right: auto;
    }
    div.merch-heading {
        margin-top: 0px;
        padding-bottom: 70px;
        position: absolute;
        top: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .merchsection.merchgif3 {
        top: 30vw;
        left: 10vw;
        max-width: 85vw;
    }
    .merchsection.merchgif4 {
        bottom: -40px;
        left: 158px;
    }
}

@media only screen and (max-width:1023px) {
    .merch.merchleft.merchWrapper {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
    }
    h1#merch-heading-2 {
        position: static;
    }
    .merchOuterWrapper h1#merch-heading-2 {
        box-sizing: border-box;
        width: auto;
    }
    div#merchsection {
        display: block;
    }
    body .merchOuterWrapper .leftmerch,
    body .merchOuterWrapper .rightmerch {
        width: 100%;
        position: unset;
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    div.merch-heading {
        position: absolute;
        top: 250px;
    }
    .merchsection.merchgif4 {
        bottom: -3vw;
    }
    h1.merch-heading {
        padding-right: 35%;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1281px) {
    div#merchsection {
        height: auto;
        padding: 30px;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    body #merchsection div.merch-heading {
        margin-top: 0px;
        width: 100%;
    }
    .merch-heading h1.merch-heading {
        /* text-align: center; */
        letter-spacing: 16px;
        font-size: 16px;
        padding-right: 0;
        margin: 0;
        line-height: 24px;
    }
}


@media only screen and (max-width: 1023px) and (orientation: landscape) {
body div#merchsection {
    flex-direction: column;

}
body .pre-order-btn {
    position: static;
    transform: none;
}
.merchOuterWrapper .merch-btn-links {
    margin: auto;
}
}