.buynow {
    background: url("https://storage-asset.msi.com/event/2023/NB/NB_GTM_Stealth_16_Special_landing/images/wtb-bg.png") center no-repeat;
    background-size: cover;
    padding: 5% 0;
    margin: -40px auto 0;
    position: relative;
    box-sizing: border-box;
}

.buynow .buynow__wrapper-nav .item__buynow-noDisplay {
    display: none;
}

.buynow::before,
.buynow::after {
    display: none;
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    width: 20%;
    height: 100%;
}

.buynow::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(10%, #000), to(transparent));
    background: linear-gradient(left, #000 0%, #000 10%, transparent);
}

.buynow::after {
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(10%, #000), to(transparent));
    background: linear-gradient(right, #000 0%, #000 10%, transparent);
}

.buynow__wrapper {
    margin: auto;
    padding: 0 25px 0;
    width: 100%;
    max-width: 1280px;
    padding: 40px 0;
}

.buynow__wrapper-nav {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

.btnStyle {
    display: inline-block;
    padding: 1px;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 5% 100%, 0 70%);
    background: rgb(255, 255, 255);
    position: 0.5s;
}

.btnStyle2 {
    display: inline-block;
    padding: 1px;
    clip-path: polygon(95% 0, 100% 30%, 90% 100%, 0 100%, 15% 0);
    background: rgb(255, 255, 255);
    position: 0.5s;
}

.buynow__wrapper-nav .item .btnStyle__btn {
    display: inline-block;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 5% 100%, 0 70%);
}

.buynow__wrapper-nav .itemBlock {
    display: inline-block;
    min-width: 130px;
    padding: 8px;
    color: rgb(255, 255, 255);
    background: #0e1115;
    text-align: center;
    /* margin: 3px; */
    cursor: pointer;
    position: relative;
}

.buynow__wrapper-nav .item .btnStyle2__btn {
    display: inline-block;
    clip-path: polygon(95% 0, 100% 30%, 90% 100%, 0 100%, 15% 0);
}

.buynow__wrapper-nav .btnStyle.active {
    transform: scale(1.2);
}

.buynow__wrapper-nav .btnStyle.active .btnStyle__btn {
    color: #0e1115;
    background: #ffffff;
}

.buynow__wrapper-nav .btnStyle2.active {
    transform: scale(1.2);
}

.buynow__wrapper-nav .btnStyle2.active .btnStyle2__btn {
    /* transform: scale(1.2); */
    color: #0e1115;
    background: #ffffff;
}

.buynow__wrapper-nav .item.active,
.buynow__wrapper-nav .item:hover {
    opacity: 1;
}

.buynow__wrapper-content {
    width: 100%;
}

.buynow__wrapper-content .slick-slide {
    text-align: center;
    margin: 0 1%;
}

.buynow__wrapper-content .series {
    position: relative;
}

.buynow__wrapper-content .series .info {
    position: relative;
    margin: 2% 5% 0;
    padding: 0 5%;
    text-align: center;
}

.buynow__wrapper-content .series .info .slick-list {
    margin: 0 auto;
}

.buynow__wrapper-content .series .info .hatch-prev,
.buynow__wrapper-content .series .info .hatch-next {
    width: 50px;
    position: absolute;
    opacity: 0.9;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.buynow__wrapper-content .series .info .hatch-prev:hover,
.buynow__wrapper-content .series .info .hatch-next:hover {
    filter: drop-shadow(0 0 5px #fff);
}

.buynow__wrapper-content .series .info .hatch-prev {
    left: -35px;
}

.buynow__wrapper-content .series .info .hatch-next {
    right: -15px;
}

.buynow__wrapper-content .series .info__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    background: rgba(51, 51, 51, 0.486);
    padding: 20px;
    margin: 0 3px;
}

.buynow__wrapper-content .series .info__box-title .middle__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.buynow__wrapper-content .series .info__box-title .middle__middle-country {
    display: inline-block;
}

.buynow__wrapper-content .series .info__box-title .middle__middle-country img {
    width: 48px;
    border-radius: 99em;
    -webkit-clip-path: circle(38.4% at 50% 50%);
    clip-path: circle(38.4% at 50% 50%);
}

.buynow__wrapper-content .series .info__box-title .middle__middle span {
    text-align: left;
    font-size: var(--block-title-md);
    font-weight: bold;
    margin-left: 5px;
    line-height: 1.2;
}

.buynow__wrapper-content .series .info__box-spec .middle__middle-ul {
    text-align: left;
    position: relative;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}

.buynow__wrapper-content .series .info__box-spec .middle__middle-ul li {
    text-align: left;
    margin-left: 24px;
    list-style: disc;
    font-size: var(--block-text-sm);
}

.buynow__wrapper-content .series .info__box-spec .middle__middle .pro-prize {
    text-align: right;
}

.buynow__wrapper-content .series .info__box-spec .middle__middle .pro-prize__old del {
    color: #aaa;
    font-size: var(--block-text-xs);
}

.buynow__wrapper-content .series .info__box-spec .middle__middle .pro-prize__new-num {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
}

.buynow__wrapper-content .series .info__box-spec .middle__middle .note {
    color: #aaa;
    text-align: left;
    min-height: 60px;
    margin: 10px 0;
    font-size: 12px;
}

.buynow__wrapper-content .series .info__box-sku .middle__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    max-height: 200px;
    overflow-y: scroll;
}

.buynow__wrapper-content .series .info__box-sku .middle__middle::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
}

.buynow__wrapper-content .series .info__box-sku .middle__middle::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.7);
}

.buynow__wrapper-content .series .info__box-sku .middle__middle a {
    width: calc(50% - 10px);
    background: rgb(73, 94, 100);
    border-radius: 3px;
    margin: 5px auto;
    padding: 10px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

@media (max-width: 995px) {
    .buynow__wrapper-content .series .info__box-sku .middle__middle a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 996px) {
    .buynow {
        padding-top: 0%;
        margin: -80px auto 0;
        position: relative;
    }
    .buynow__wrapper-nav .item {
        font-size: 16px;
    }
    .buynow__wrapper-nav {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 0px;
        margin: 0 auto;
        text-align: center;
    }
    .buynow__wrapper-content .series .info .hatch-prev {
        left: -20px;
    }
    .buynow__wrapper-content .series .info .hatch-next {
        right: -20px;
    }
    .buynow__wrapper-content .series .info .hatch-prev,
    .buynow__wrapper-content .series .info .hatch-next {
        width: auto;
    }
    .buynow__wrapper-content .series .info__box-sku .middle__middle a {
        width: calc(50% - 30px);
        height: 70px;
    }
}

@media (min-width: 1930px) {
    .buynow::before,
    .buynow::after {
        display: block;
    }
}