.wrapper--merch-detail {
    overflow: unset;
}

.wrapper--merch-detail .content {
    padding-top: 100px;
    padding-bottom: 140px;
    overflow: unset;
    background: #f5f5f5;
    color: #000;
}

.mcd-hero:not(:last-child) {
    margin-bottom: 140px;
}

.mcd-hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
}

.mcd-hero__left {
    width: calc(50% - 40px);
    margin: 20px;
}

.mcd-hero__main,
.mcd-hero__thumb {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.mcd-hero__main:not(:last-child) {
    margin-bottom: 20px;
}

.mcd-hero__main-slide {
    position: relative;
    width: 100%;
}

.mcd-hero__main-slide::after {
    display: block;
    padding-bottom: 100%;
    content: "";
}

.mcd-hero__main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mcd-hero__main-pagination {
    display: none;
    position: static;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.mcd-hero__main-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    margin: 0 3px !important;
    background: #d9d9d9 !important;
    opacity: 1 !important;
}

.mcd-hero__main-pagination .swiper-pagination-bullet-active {
    background: #ff0140 !important;
    opacity: 1 !important;
}

.mcd-hero__thumb-slide {
    position: relative;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mcd-hero__thumb-img,
.mcd-hero__thumb-slide::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mcd-hero__thumb-slide::before {
    z-index: 1;
    border: 2px solid transparent;
    content: "";
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.mcd-hero__thumb-slide.swiper-slide-thumb-active::before {
    border-color: #ff0140;
}

.mcd-hero__thumb-slide::after {
    display: block;
    padding-bottom: 100%;
    content: "";
}

.mcd-hero__thumb-img {
    -o-object-fit: cover;
    object-fit: cover;
}

.mcd-hero__right {
    width: calc(50% - 40px);
    margin: 20px;
}

.mcd-hero__title {
    margin-top: 0;
    margin-bottom: 0;
    color: currentColor;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.01em;
}

.mcd-hero__price:not(:last-child),
.mcd-hero__title:not(:last-child) {
    margin-bottom: 24px;
}

.mcd-hero__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.mcd-hero__current {
    margin-top: 0;
    margin-bottom: 0;
    color: currentColor;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.39;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.027em;
}

.mcd-hero__current:not(:last-child) {
    margin-right: 10px;
}

.mcd-hero__old {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    color: #b2b2b2;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.86;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.037em;
}

.mcd-hero__old::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ff0140;
    content: "";
}

.mcd-hero__info:not(:last-child) {
    margin-bottom: 24px;
}

.mcd-hero__info-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.56;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.005em;
}

.mcd-hero__info-output {
    color: #686868;
    font-weight: 400;
}

.mcd-hero__info-title:not(:last-child) {
    margin-bottom: 10px;
}

.mcd-hero__info-radios {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -8px;
}

.mcd-hero__info-radio {
    display: block;
    margin: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mcd-hero__info-input {
    display: none;
}

.mcd-hero__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    background: #fff;
    color: #686868;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.006em;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.mcd-hero__info-input:checked~.mcd-hero__info-box {
    outline: 1px solid #000;
    outline-offset: 2px;
    color: #000;
}

.mcd-hero__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.mcd-hero__bottom:not(:last-child) {
    margin-bottom: 20px;
}

.mcd-hero__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 244px;
    padding: 12px 16px;
    border: 0;
    border-radius: 8px;
    background: #ff0140;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01875em;
    text-align: center;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.mcd-hero__btn:not(:last-child) {
    margin-right: 10px;
}

.mcd-hero__share {
    z-index: 2;
    position: relative;
}

.mcd-hero__share-menu {
    display: none;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
}

.mcd-hero__share.is-active .mcd-hero__share-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mcd-hero__text {
    color: currentColor;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
}

.mcd-hero__text p {
    margin-top: 1em;
    margin-bottom: 1em;
}

.mcd-hero__text p:first-child {
    margin-top: 0;
}

.mcd-hero__text p:last-child {
    margin-bottom: 0;
}

.mcd-others__title {
    margin-top: 0;
    margin-bottom: 0;
    color: currentColor;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.39;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.027875em;
}

.mcd-others__title:not(:last-child) {
    margin-bottom: 24px;
}

.mcd-others__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -20px;
}

.mcd-others__item {
    width: calc(25% - 40px);
    margin: 20px;
}

@media (max-width: 2199px) {
    .mcd-hero__title {
        font-size: 56px;
    }
}

@media (max-width: 1799px) {
    .wrapper--merch-detail .content {
        padding-bottom: 100px;
    }

    .mcd-hero:not(:last-child) {
        margin-bottom: 100px;
    }

    .mcd-hero__inner {
        margin: -17px;
    }

    .mcd-hero__left,
    .mcd-hero__right {
        width: calc(50% - 34px);
        margin: 17px;
    }

    .mcd-hero__main:not(:last-child) {
        margin-bottom: 14px;
    }

    .mcd-hero__thumb-slide::before {
        border-width: 1px;
    }

    .mcd-hero__title {
        font-size: 48px;
    }

    .mcd-hero__price:not(:last-child),
    .mcd-hero__title:not(:last-child) {
        margin-bottom: 18px;
    }

    .mcd-hero__current {
        font-size: 18px;
    }

    .mcd-hero__current:not(:last-child) {
        margin-right: 8px;
    }

    .mcd-hero__info-title,
    .mcd-hero__old {
        font-size: 14px;
    }

    .mcd-hero__info:not(:last-child) {
        margin-bottom: 18px;
    }

    .mcd-hero__info-title:not(:last-child) {
        margin-bottom: 8px;
    }

    .mcd-hero__info-radios {
        margin: -6px;
    }

    .mcd-hero__info-radio {
        margin: 6px;
    }

    .mcd-hero__info-box {
        width: 22px;
        height: 22px;
        border-radius: 1px;
        font-size: 10px;
        line-height: 22px;
    }

    .mcd-hero__bottom:not(:last-child) {
        margin-bottom: 14px;
    }

    .mcd-hero__btn {
        max-width: 180px;
        padding: 8px 12px;
        border-radius: 6px;
        font-size: 12px;
    }

    .mcd-hero__btn:not(:last-child) {
        margin-right: 8px;
    }

    .mcd-hero__text {
        font-size: 14px;
    }

    .mcd-others__title {
        font-size: 18px;
    }

    .mcd-others__title:not(:last-child) {
        margin-bottom: 18px;
    }

    .mcd-others__list {
        margin: -16px;
    }

    .mcd-others__item {
        width: calc(25% - 32px);
        margin: 16px;
    }
}

@media (max-width: 1229px) {
    .mcd-others__item {
        width: calc(33.333% - 32px);
    }
}

@media (max-width: 991px) {

    .mcd-hero__left,
    .mcd-hero__right {
        width: calc(100% - 34px);
    }

    .mcd-others__item {
        width: calc(50% - 32px);
    }
}

@media (max-width: 767px) {
    .wrapper--merch-detail .content {
        padding-top: 24px;
    }

    .mcd-hero:not(:last-child) {
        margin-bottom: 30px;
    }

    .mcd-hero__inner {
        margin: -7px;
    }

    .mcd-hero__left {
        width: calc(100% - 14px);
        margin: 7px;
    }

    .mcd-hero__main:not(:last-child) {
        margin-bottom: 14px;
    }

    .mcd-hero__main-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mcd-hero__thumb {
        display: none;
    }

    .mcd-hero__right {
        width: calc(100% - 14px);
        margin: 7px;
    }

    .mcd-hero__title {
        font-weight: 600;
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }

    .mcd-hero__title:not(:last-child) {
        margin-bottom: 12px;
    }

    .mcd-hero__price:not(:last-child) {
        margin-bottom: 16px;
    }

    .mcd-hero__current {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.67;
        letter-spacing: 0.03345em;
    }

    .mcd-hero__current:not(:last-child) {
        margin-right: 6px;
    }

    .mcd-hero__old {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.86;
        letter-spacing: 0.037em;
    }

    .mcd-hero__info-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 2;
        letter-spacing: -0.006em;
    }

    .mcd-hero__info-title:not(:last-child) {
        margin-bottom: 10px;
    }

    .mcd-hero__info-radios {
        margin: -9px;
    }

    .mcd-hero__info-radio {
        margin: 9px;
    }

    .mcd-hero__info-box {
        width: 30px;
        height: 30px;
        border-radius: 2px;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: -0.006em;
    }

    .mcd-hero__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .mcd-hero__bottom:not(:last-child) {
        margin-bottom: 24px;
    }

    .mcd-hero__btn {
        max-width: none;
        padding: 12px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        letter-spacing: 0.01875em;
    }

    .mcd-hero__btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .mcd-hero__share-menu {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .mcd-hero__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
    }

    .mcd-others__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 1.67;
        letter-spacing: 0.03345em;
    }

    .mcd-others__title:not(:last-child) {
        margin-bottom: 16px;
    }

    .mcd-others__list {
        margin: -8px;
    }

    .mcd-others__item {
        width: calc(100% - 16px);
        margin: 8px;
    }
}