.merch-image-wrapper {
    font-size: 0px;
    width: 50%;
    display: inline-block;
    /* background: url(../images/merch-img.png) no-repeat; */
    background: #f6f6f6;
    background-size: cover;
    min-height: 100vh;
    background-position: center;
}

.merch-button-wrapper {
    width: 50%;
    font-size: 0px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    min-height: 100vh;
    background: url(../images/merch-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.merch-button-wrapper:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(87 29 193 / 45%);
    z-index: 1;
}

.inner-wrap {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 100;
}

.merch-image-wrapper img {
    /* display: none; */
    /* width: 70%; */
    width: 50%;
    padding-top: 26vh;
}

.off-st {
    font-size: 28px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.merch-inner-wrapper {
    overflow: hidden;
}


/* .inner-wrap a {
    font-size: 14px;
    text-align: center;
    width: fit-content;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    color: #fff;
} */

.shopNow {
    text-align: center;
    margin-top: 0.78125vw;
    margin: -10px auto;
    font-size: 0;
}

div#merch .shopNow a.shopnowbutton {
    background-color: transparent;
    font-size: 14px;
    color: #ffffff;
    /* padding: 10px 10px; */
    display: block;
    width: 202px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
    height: 87px;
    line-height: 87px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: url(../images/feather.svg);
    /* background-size: cover; */
    background-position: center;
    background-position: -40% 22%;
}

.feather {
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0);
    /* IE 9 */
    -webkit-transform: translateZ(0);
    /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

@media (max-width: 1023px) {
    .merch-image-wrapper {
        display: block;
        width: 100%;
        min-height: auto;
        background: linear-gradient(180deg, #f6f6f6 0%, #f6f6f6 100%) 0% 0% no-repeat padding-box;
    }
    .merch-image-wrapper img {
        display: block;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 35px 0 15px 0;
    }
    .merch-button-wrapper {
        display: block;
        width: 100%;
        min-height: 336px;
        background-position: center top 20%;
    }
    .off-st {
        font-size: 24px;
    }
}


/* @media(max-width: 1024px) and (min-width: 768px){
.merch-image-wrapper{
    min-height: 65vh;
}
.merch-button-wrapper {
    min-height: 25vh;
}
} */

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .merch-button-wrapper,
    .merch-image-wrapper {
        width: 100%;
    }
    .merch-button-wrapper {
        min-height: 500px
    }
    .merch-image-wrapper img {
        width: 100%;
        display: block;
        padding-top: 0vh;
    }
    .merch-image-wrapper img:first-child {
        padding-top: 12vh;
    }
}

@media (min-width: 1920px) {
    .merch-image-wrapper img {
        padding-top: 26vh;
    }
}


/* .merch-image-wrapper img {
  width: 70%;
  padding-top: 4vw;
  height: auto;
}
.merch-image-wrapper {
  text-align: center;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait){
.merch-image-wrapper img:first-child {
    padding-top: 0px;
    margin: 0 auto;
}
.merch-image-wrapper{
  min-height: unset;
}
}
@media (min-width: 1920px) {
  .merch-image-wrapper img {
    padding-top: 4vw;
  }
}

@media (min-width: 2200px) {
  .merch-image-wrapper img {
    padding-top: 10vw;
  }
} */


/* .merch-image-wrapper img{
  width: 33.33%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1023px){
.merch-image-wrapper img{
  width: 100%;
}
} */


/* merch carousel css */

ul.merchItem.owl-carousel.owl-loaded.owl-drag {
    padding: 0px;
    padding-top: 5vh;
}

li.merch-item {
    max-width: 80%;
    margin: 0 auto;
}

.merch-image-wrapper img {
    padding-top: 0vh;
}

ul.merchItem.owl-carousel button.owl-next {
    background: url(../images/circle.svg) no-repeat;
    background-size: 100% auto;
    width: 45px;
    height: 46px;
    right: 20px;
    right: 3%;
    top: 55%;
}

ul.merchItem button.owl-next:before {
    content: "";
    background: url(../images/arrow.svg) no-repeat;
    background-size: auto;
    width: 40px;
    font-size: 30px;
    height: 40px;
    color: #fff;
    display: block;
    position: relative;
    top: -2.5px;
    left: 2px;
    transition: .3s;
}

ul.merchItem.owl-carousel button.owl-next:hover::before {
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
}

ul.merchItem.owl-carousel button.owl-prev {
    background: url(../images/circle.svg) no-repeat;
    background-size: 100% auto;
    width: 45px;
    height: 46px;
    left: 2%;
    top: 55%;
}

ul.merchItem.owl-carousel button.owl-prev:before {
    content: '';
    background: url(../images/LEFT_Arrow.svg) no-repeat;
    top: -2.5px;
    left: 15px;
    width: 40px;
    font-size: 30px;
    height: 40px;
    color: #fff;
    display: block;
    position: relative;
    transition: .3s;
}

ul.merchItem.owl-carousel button.owl-prev:hover::before {
    transform: rotate(180deg);
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
}

ul.merchItem.owl-carousel .owl-nav.disabled {
    display: none;
}

@media(max-width: 1024px) {
    ul.merchItem.owl-carousel.owl-loaded.owl-drag {
        padding: 0px;
        padding-top: 100px;
        padding-bottom: 50px;
    }
    li.merch-item {
        max-width: 90%;
        margin: 0 auto;
    }
    .merch-image-wrapper img {
        padding-bottom: 0px;
    }
}

li.merch-item::marker {
    display: none;
}

@media(max-width: 1023px) and (min-width: 768px) and (orientation: landscape) {
    li.merch-item {
        max-width: 70%;
    }
}

@media (min-width: 1900px) {
    .merch-image-wrapper img {
        padding-top: 0vh;
    }
    div#merch ul.merchItem.owl-carousel {
        padding: 0px;
        padding-top: 12vh;
    }
    .merch-image-wrapper img {
        padding-top: 0px;
    }
}

@media (min-width: 2400px) {
    div#merch ul.merchItem.owl-carousel {
        padding: 0px;
        padding-top: 15vh;
    }
    .merch-image-wrapper img {
        padding-top: 0px;
    }
}

@media(max-width: 1200px) and (min-width: 1025px) and (orientation: landscape) {
    div#merch ul.merchItem.owl-carousel {
        padding: 0px;
        padding-top: 20vh;
    }
}