div#line-item-property__field {
    display: none
}

.template-product .product {
    padding-bottom: 89px
}

@media screen and (max-width: 959px) {
    .template-product .product {
        padding-bottom:0
    }
}

@media screen and (max-width: 959px) {
    .template-product .product-page-wrapper {
        overflow:hidden
    }

    .template-product .product-page-wrapper.Container {
        padding: 0 20px
    }
}

.template-product .product-page-wrapper__inner {
    max-width: unset;
    margin-top: 83px;
    margin-bottom: 84px
}

@media screen and (max-width: 959px) {
    .template-product .product-page-wrapper__inner {
        margin-top:20px;
        margin-bottom: 27px;
        padding: 0;
        overflow: visible
    }
}

.template-product .product__media-action,.template-product .product__media-container {
    width: 50%
}

@media screen and (max-width: 959px) {
    .template-product .product__media-container {
        width:100%
    }
}

.template-product .product__mediaBox {
    position: relative
}

.template-product .product__mediaBox .swym-wishlist-button-bar {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #fff;
    border-radius: 100%;
    border: solid 1px #E2E2E2
}

.template-product .product__mediaBox .wk-button.wk-button--floating {
    bottom: calc(var(--dots-height) + 40px);
    right: 15px
}

.template-product .product__mediaBox .wk-button.wk-button--floating {
    line-height: 25px
}

@media screen and (max-width: 959px) {
    .template-product .product__mediaBox .swym-wishlist-button-bar {
        left:auto!important;
        bottom: 6px;
        right: 10px
    }

    .template-product .product__mediaBox .wk-button.wk-button--floating {
        bottom: calc(var(--dots-height) + 25px);
        right: 24px
    }
}

.template-product .product__mediaBox .swym-wishlist-button-bar .swym-button {
    width: 42px;
    height: 42px!important;
    line-height: 42px!important
}

@media screen and (max-width: 959px) {
    .template-product .product__mediaBox .swym-wishlist-button-bar .swym-button {
        width:36px;
        height: 36px!important;
        line-height: 36px!important
    }
}

.template-product .product__mediaBox .swym-wishlist-button-bar .swym-button:after {
    display: none
}

.template-product .product__mediaBox .swym-wishlist-button-bar .swym-button:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/icon-heart.png?v=1636423392) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 15px;
    top: 54%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media screen and (max-width: 959px) {
    .template-product .product__mediaBox .swym-wishlist-button-bar .swym-button:before {
        width:16px;
        height: 13px
    }
}

.template-product .product__mediaBox .swym-wishlist-button-bar .swym-button.swym-added {
    opacity: 1!important
}

.template-product .product__mediaBox .swym-wishlist-button-bar .swym-button.swym-added:before {
    background: url(/cdn/shop/files/icon-heart-filled.png?v=1636970077) no-repeat center;
    background-size: contain
}

.template-product .product__mediaDots {
    display: none
}

@media screen and (max-width: 959px) {
    .template-product .product__mediaDots {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px
    }

    .template-product .product__mediaDots div {
        width: 10px;
        height: 10px;
        background-color: #222;
        border-radius: 100%;
        margin: 0 5px
    }
}

@media screen and (max-width: 959px) {
    .template-product .product__media {
        margin:0 -5px
    }

    .template-product .product__media .media-wrapper {
        padding: 0 5px;
        margin-right: 0
    }

    .template-product .product__media .slick-list {
        overflow: initial
    }
}

.template-product .product__media .media__image .image {
    padding-top: calc((6 / 5) * 100%)
}

@media screen and (max-width: 959px) {
    .template-product .product__media .media__image .image {
        padding-top:calc((6 / 5) * 100%)
    }
}

@media screen and (max-width: 959px) {
    .template-product .product__media .flickity-button {
        top:calc(50% - 65px);
        width: 28px;
        height: 45px;
        background-color: #999;
        border-radius: 0;
        margin: 0
    }

    .template-product .product__media .flickity-button.flickity-prev-next-button svg {
        display: none
    }

    .template-product .product__media .flickity-button.flickity-prev-next-button:after {
        position: absolute;
        content: "";
        background: url(/cdn/shop/files/arrow-chrevolet.png?v=1635834514) no-repeat center;
        background-size: contain;
        width: 6px;
        height: 10px;
        left: 60%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .template-product .product__media .flickity-button.flickity-prev-next-button.previous {
        left: -20px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px
    }

    .template-product .product__media .flickity-button.flickity-prev-next-button.previous:after {
        left: 40%;
        -webkit-transform: translate(-50%,-50%) scaleX(-1);
        transform: translate(-50%,-50%) scaleX(-1)
    }

    .template-product .product__media .flickity-button.flickity-prev-next-button.next {
        right: -25px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px
    }

    .template-product .product__mediaBox .flickity-page-dots {
        display: flex;
        position: initial;
        flex-wrap: nowrap;
        overflow: auto;
        margin-top: 10px;
        margin-left: -20px;
        padding-left: 20px;
        margin-right: -25px;
        padding-right: 15px;
        width: auto
    }

    .template-product .product__mediaBox .flickity-page-dots::-webkit-scrollbar {
        display: none
    }

    .template-product .product__media .flickity-page-dots .dot {
        bottom: 0;
        width: 70px;
        height: 80px;
        flex: 0 0 70px;
        margin: 0 5px 0 0;
        border-radius: 0;
        opacity: 1;
        position: relative;
        padding: 0 0 16%;
        border: 0;
        background-color: transparent
    }

    .template-product .product__media .flickity-page-dots .dot.is-selected:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid #333333;
        right: 0;
        left: 0;
        top: 0
    }

    .template-product .product__media .flickity-page-dots .dot img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1
    }
}

.template-product .product-thumbnails {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 17px
}

.template-product .product-thumbnails::-webkit-scrollbar {
    height: 5px;
    background-color: #fff;
    display: none
}

.template-product .product-thumbnails::-webkit-scrollbar-thumb {
    background-color: #00000080;
    border-radius: 100px
}

.template-product .product-thumbnails__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-gap: unset
}

.template-product .product-thumbnails__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-left: 15px
}

.template-product .product-thumbnails__item-link.active .image__img {
    -webkit-box-shadow: none;
    box-shadow: none
}

.template-product .product__meta {
    width: 50%;
    padding-left: 83px;
    padding-top: 35px
}

.template-product .product__meta-label {
    margin-bottom: 19px;
    margin-top: 0
}

@media screen and (max-width: 959px) {
    .template-product .product__meta-label {
        margin-bottom:15px
    }

    .template-product .product__meta-label.pc {
        display: none!important
    }

    .template-product .product__meta-label.sp {
        display: block!important
    }
}

@media screen and (max-width: 959px) {
    .template-product .product__meta {
        width:100%;
        padding: 0
    }
}

.template-product .product__title {
    font-size: 18px;
    letter-spacing: 1.8px;
    line-height: 32px;
    font-family: sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    margin-bottom: 21px
}

@media screen and (max-width: 959px) {
    .template-product .product__title {
        font-size:13px;
        letter-spacing: 1px;
        line-height: 22px;
        margin-bottom: 12px
    }
}

.template-product .product__price {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 36px;
    color: #222;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 11px
}

@media screen and (max-width: 959px) {
    .template-product .product__price {
        font-size:20px;
        letter-spacing: 0;
        line-height: 30px;
        margin-bottom: 0
    }
}

.template-product .product__price .c-tax {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 31px;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 400;
    font-style: normal
}

@media screen and (max-width: 959px) {
    .template-product .product__price .c-tax {
        font-size:12px;
        letter-spacing: 0
    }
}

.template-product .product__priceBox {
    display: inline-block
}

.template-product .product__price s[data-compare-price] {
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #333
}

.template-product .product__price--sale .product__priceBox,.template-product .product__price--sale span[data-product-price] {
    color: #d02929
}

@media screen and (max-width: 959px) {
    .template-product .product__reviews {
        margin-top:-1px;
        margin-bottom: 13px
    }
}

.template-product .product__reviews-trigger {
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 31px;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222;
    margin-left: 6px;
    position: relative;
    top: -6px
}

@media screen and (max-width: 959px) {
    .template-product .product__reviews-trigger {
        font-size:11px;
        letter-spacing: 1px;
        line-height: 18px;
        top: -4px;
        margin-left: 5px
    }
}

.template-product .product__reviews .spr-icon {
    top: 0;
    width: 16px;
    height: 16px;
    margin-right: 4px
}

@media screen and (max-width: 959px) {
    .template-product .product__reviews .spr-icon {
        width:13px;
        height: 13px
    }
}

.template-product .product__reviews .spr-icon.spr-icon-star-empty {
    opacity: 1
}

.template-product .product__reviews .spr-icon-star-empty:before {
    content: "";
    background: url(/cdn/shop/files/star-empty.svg?v=1636022203) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

@media screen and (max-width: 959px) {
    .template-product .product__reviews .spr-icon-star-empty:before {
        width:13px;
        height: 13px
    }
}

.template-product .product__reviews .spr-icon-star:before {
    content: "";
    background: url(/cdn/shop/files/star.svg?v=1636022203) no-repeat center;
    background-size: contain;
    width: 16px;
    height: 16px
}

@media screen and (max-width: 959px) {
    .template-product .product__reviews .spr-icon-star:before {
        width:13px;
        height: 13px
    }
}

.template-product .product__header {
    margin-bottom: 30px
}

@media screen and (max-width: 959px) {
    .template-product .product-form {
        margin-top:50px
    }
}

.template-product .product-form__controls-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

@media screen and (max-width: 959px) {
    .template-product .product-form__controls-group {
        margin-bottom:6px
    }
}

.template-product .product-form__chip-wrapper,.template-product .product-form__color-swatches {
    display: block;
    border: none;
    border-top: solid 1px #E2E2E2;
    padding: 22px 0 31px
}

@media screen and (max-width: 959px) {
    .template-product .product-form__chip-wrapper,.template-product .product-form__color-swatches {
        padding:22px 0 23px
    }
}

.template-product .product-form__chip-wrapper {
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.template-product .product-form__color-swatch {
    width: 35px;
    height: 35px;
    border-width: 6px;
    margin-right: 4px;
    margin-bottom: 0
}

.product-form__color-swatch.selected {
    box-shadow: 0 0 0 3px #000
}

@media screen and (max-width: 959px) {
    .template-product .product-form__color-swatch {
        margin-right:3px;
        margin-bottom: 3px
    }
}

.template-product .product-form__color-swatches {
    padding-bottom: 0
}

.template-product .product-form__color-swatch .product-form__optionBox {
    margin-bottom: 14px
}

@media screen and (max-width: 959px) {
    .template-product .product-form__color-swatch .product-form__optionBox {
        margin-bottom:11px
    }
}

.template-product .product-form__option {
    margin-bottom: 0
}

.template-product .product-form__optionBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 13px
}

@media screen and (max-width: 959px) {
    .template-product .product-form__optionBox {
        margin-bottom:11px
    }
}

.template-product .product-form__option-label {
    width: auto;
    margin-right: 20px;
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: .52px;
    line-height: 20px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222;
    text-transform: uppercase
}

@media screen and (max-width: 959px) {
    .template-product .product-form__option-label {
        font-size:12px;
        letter-spacing: 0;
        line-height: 17px
    }
}

.template-product .product-form__selected-label {
    width: auto;
    font-size: 13px;
    letter-spacing: .52px;
    line-height: 20px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    margin-bottom: 0;
    text-transform: uppercase
}

@media screen and (max-width: 959px) {
    .template-product .product-form__selected-label {
        font-size:12px;
        letter-spacing: 0;
        line-height: 17px
    }
}

.template-product .product-form__chip {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 1;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222;
    padding: 8px 20px 7px;
    border-radius: 100px;
    margin-right: 5px;
    margin-bottom: 0;
    border-color: #e2e2e2
}

@media screen and (max-width: 959px) {
    .template-product .product-form__chip {
        font-size:10px;
        padding: 9.5px 20.75px 8.5px;
        margin-right: 6px
    }
}

.template-product .product-form__chip.selected {
    border-color: #222
}

.template-product .product-form__inventory {
    margin-bottom: 14px;
    margin-top: 2px;
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 959px) {
    .template-product .product-form__inventory {
        margin-bottom:5px;
        margin-top: 0
    }
}

.template-product .product-form__inventoryText {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 31px;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: right
}

.template-product .product-form__item--submit {
    width: 100%;
    margin: 0 -16px
}

@media screen and (max-width: 959px) {
    .template-product .product-form__item--submit {
        margin:0 -15px
    }
}

.template-product .product-form__item--submit .product-form__controls-group {
    width: 202px;
    padding: 0 16px;
    margin: 0
}

@media screen and (max-width: 959px) {
    .template-product .product-form__item--submit .product-form__controls-group {
        width:140px;
        padding: 0 15px
    }
}

.template-product .product-form__quantity {
    border: solid 1px #E2E2E2;
    border-radius: 28px;
    height: 55px
}

@media print,screen and (min-width: 960px) {
    .template-product .product-form__quantity-add-item svg {
        width:13px;
        height: 13px
    }

    .template-product .product-form__quantity-subtract-item svg {
        position: relative;
        left: 3px;
        top: -2px
    }
}

@media screen and (max-width: 959px) {
    .template-product .product-form__quantity {
        height:52px
    }

    .template-product .product-form__quantity-add-item {
        position: relative;
        right: 4px
    }
}

.template-product .product-form__quantity svg {
    stroke: #222
}

.template-product .product-form__input--quantity {
    font-size: 13px;
    letter-spacing: .39px;
    font-family: Noto Sans JP,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222
}

@media screen and (max-width: 959px) {
    .template-product .product-form__input--quantity {
        font-size:12px;
        letter-spacing: .36px
    }
}

.template-product .product-form__cart-submit {
    margin: 0 -16px 0 0;
    border-radius: 100px;
    border-color: transparent;
    opacity: 1;
    height: 55px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: 0;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #f2aa43
}

.template-product .product-form__cart-submit[disabled=disabled] {
    background-color: #7f7f7f;
    color: #fff
}

.template-product .product-form__cart-submit[disabled=disabled]:hover {
    background-color: #7f7f7f;
    color: #fff;
    border-color: transparent
}

.template-product .product-form__cart-submit:before {
    display: none
}

@media screen and (min-width: 768px) {
    .template-product .product-form__cart-submit:hover {
        color:#fff;
        background-color: #333
    }
}

@media screen and (max-width: 959px) {
    .template-product .product-form__cart-submit {
        height:52px;
        margin-right: -15px;
        margin-top: 2px;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 52px
    }
}

.template-product .product-form__submit-button-wrapper {
    width: 100%;
    margin: 0 0 4px
}

@media screen and (max-width: 959px) {
    .template-product .product-form__submit-button-wrapper {
        margin-bottom:2px
    }
}

.template-product .product #BIS_trigger {
    display: none!important
}

.template-product .product__backInStock {
    background-color: #f5f5f5;
    padding: 20px 20px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px
}

@media screen and (max-width: 1250px) {
    .template-product .product__backInStock {
        margin-top:24px;
        padding: 24px 20px 32px;
        display: block
    }
}

.template-product .product__backInStockTitle {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 31px;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    padding-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width: 1250px) {
    .template-product .product__backInStockTitle {
        padding:0;
        text-align: center;
        font-size: 13px;
        letter-spacing: 0;
        line-height: 31px;
        margin-bottom: 4px
    }
}

.template-product .product__backInStockBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 440px;
    width: 100%
}

@media screen and (max-width: 1250px) {
    .template-product .product__backInStockBox {
        max-width:100%
    }
}

.template-product .product__backInStockBox button {
    background-color: #fff;
    border-radius: 100px;
    text-align: center;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 55px;
    width: calc(50% - 5px);
    padding: 0 20px;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 500;
    font-style: normal
}

@media print,screen and (min-width: 960px) {
    .template-product .product__backInStockBox button {
        -webkit-transition:.3s;
        transition: .3s
    }

    .template-product .product__backInStockBox button:hover {
        background-color: #222;
        color: #fff
    }
}

@media screen and (max-width: 1250px) {
    .template-product .product__backInStockBox button {
        padding:0 24px;
        height: 51px;
        width: calc(50% - 3.5px);
        font-size: 12px;
        letter-spacing: 0;
        line-height: 51px
    }
}

.template-product .product .shopify-payment-button {
    width: calc(100% + 16px);
    padding-left: 16px
}

@media screen and (max-width: 959px) {
    .template-product .product .shopify-payment-button {
        width:calc(100% + 15px);
        padding-left: 15px
    }
}

.template-product .product .shopify-payment-button button[type=submit] {
    height: 65px!important;
    border-radius: 100px!important
}

.template-product .product .shopify-payment-button button[type=button].shopify-payment-button__button--unbranded {
    border-radius: 100px!important;
    border: solid 1px #333333!important;
    opacity: 1;
    height: 65px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px!important;
    letter-spacing: 0;
    font-family: noto-sans-cjk-jp,sans-serif!important;
    font-weight: 500!important;
    font-style: normal;
    color: #222!important;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff!important;
    opacity: 1!important
}

@media print,screen and (min-width: 768px) {
    .template-product .product .shopify-payment-button button[type=button].shopify-payment-button__button--unbranded:hover {
        color:#fff!important;
        background-color: #333!important
    }
}

@media screen and (max-width: 959px) {
    .template-product .product .shopify-payment-button button[type=button].shopify-payment-button__button--unbranded {
        height:52px!important;
        font-size: 13px!important;
        letter-spacing: 0
    }
}

.template-product .product__description {
    padding-top: 33px;
    font-size: 13px;
    letter-spacing: .8px;
    line-height: 29px;
    color: #222;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 400;
    font-style: normal
}

@media screen and (max-width: 959px) {
    .template-product .product__description {
        padding-top:14px;
        font-size: 12px;
        letter-spacing: .2px;
        line-height: 24px
    }
}

.template-product .product__descriptionBox {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 30px;
    border-top: solid 1px #E2E2E2
}

.template-product .product__primeReviews {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: solid 1px #E2E2E2
}

@media screen and (max-width: 959px) {
    .template-product .product__descriptionBox {
        padding-top:17px;
        margin-bottom: 17px
    }

    .template-product .product__primeReviews {
        padding-bottom: 17px;
        padding-top: 17px
    }
}

.template-product .product__descriptionTitle,.template-product .product__primeReviewsTitle {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 31px;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    cursor: pointer;
    position: relative
}

.template-product .product__descriptionTitle:before,.template-product .product__primeReviewsTitle:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/arrow-chrevolet-black.png?v=1635844606) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: .5s;
    transition: .5s
}

@media screen and (max-width: 959px) {
    .template-product .product__descriptionTitle:before,.template-product .product__primeReviewsTitle:before {
        right:6px
    }
}

.template-product .product__descriptionTitle.c-show:before,.template-product .product__primeReviewsTitle.c-show:before {
    -webkit-transform: translate(0,-50%) rotate(270deg);
    transform: translateY(-50%) rotate(270deg)
}

@media screen and (max-width: 959px) {
    .template-product .product__descriptionTitle,.template-product .product__primeReviewsTitle {
        font-size:13px;
        letter-spacing: 0
    }
}

.template-product .product__description table {
    margin-bottom: 12px;
    white-space: normal
}

@media screen and (max-width: 959px) {
    .template-product .product__description table {
        margin-bottom:4px
    }
}

.template-product .product__description table tr td:first-child {
    font-size: 12px;
    letter-spacing: .36px;
    line-height: 29px;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222
}

@media screen and (max-width: 959px) {
    .template-product .product__description table tr td:first-child {
        font-size:11px;
        letter-spacing: .33px
    }
}

.template-product .product__description table tr td {
    padding: 5px!important;
    border-color: #e2e2e2!important;
    font-size: 12px;
    letter-spacing: .36px;
    line-height: 26px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222
}

@media screen and (max-width: 959px) {
    .template-product .product__description table tr td {
        font-size:11px;
        letter-spacing: .33px
    }
}

.template-product .product__description a {
    font-size: 13px;
    letter-spacing: 1.1px;
    line-height: 29px;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222;
    margin-bottom: 32px;
    display: inline-block
}

@media screen and (max-width: 959px) {
    .template-product .product__description a {
        font-size:11px;
        line-height: 29px;
        margin-bottom: 18px
    }
}

.template-product .product__policy {
    padding-bottom: 40px
}

@media screen and (max-width: 959px) {
    .template-product .product__policy {
        padding-bottom:21px
    }
}

.template-product .product__policyLink {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 29px;
    color: #222;
    font-family: noto-sans-cjk-jp,sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 19px;
    display: block;
    position: relative
}

.template-product .product__policyLink:before {
    position: absolute;
    content: "";
    background: url(/cdn/shop/files/arrow-chrevolet-black.png?v=1635844606) no-repeat center;
    background-size: contain;
    width: 10px;
    height: 10px;
    left: -2px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translateY(-50%)
}

@media screen and (max-width: 959px) {
    .template-product .product__policyLink {
        font-size:12px
    }
}

.template-product .product__social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 33px
}

@media screen and (max-width: 959px) {
    .template-product .product__social-sharing {
        margin-top:27px
    }
}

.template-product .product__social-sharingTitle {
    font-size: 14px;
    letter-spacing: .42px;
    line-height: 21px;
    font-family: aktiv-grotesk,sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #222;
    margin-right: 27px
}

@media screen and (max-width: 959px) {
    .template-product .product__social-sharingTitle {
        font-size:13px;
        letter-spacing: 0;
        margin-right: 26px;
        position: relative;
        top: -2px
    }
}

.template-product .product__social-sharing .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.template-product .product__social-sharing .share__icon {
    width: auto;
    margin-right: 0;
    margin-left: 20px
}

@media screen and (max-width: 959px) {
    .template-product .product__social-sharing .share__icon {
        margin-left:16px
    }
}

.template-product .product__social-sharing .share__icon:first-child {
    margin-left: 0
}

@media screen and (max-width: 959px) {
    .template-product .product__social-sharing .share__icon:first-child {
        margin-left:0
    }
}

.template-product .product__social-sharing .share__icon:first-child svg {
    height: 13px
}

.template-product .product__social-sharing .share__icon svg {
    height: 17px
}

.template-product .preorder-badge.ribbon {
    display: none
}

.template-product .staffstart-shopify-app-container.product {
    width: 50%;
    padding-bottom: 0
}

@media screen and (max-width: 959px) {
    .template-product .staffstart-shopify-app-container.product {
        width:100%
    }
}

.template-product #shopify-section-product-recommendations--static {
    width: 50%
}

@media screen and (max-width: 959px) {
    .template-product #shopify-section-product-recommendations--static {
        width:100%
    }
}

.template-product #shopify-section-product-recommendations--static .product-recommendations__inner {
    width: 100%;
    padding: 47px 0
}

@media screen and (max-width: 959px) {
    .template-product #shopify-section-product-recommendations--static .product-recommendations__inner {
        margin:0;
        padding: 33px 0;
        border-top: none;
        position: relative
    }

    .template-product #shopify-section-product-recommendations--static .product-recommendations__inner:before {
        position: absolute;
        content: "";
        background-color: #e2e2e2;
        width: calc(100% + 40px);
        height: 1px;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        transform: translate(-50%)
    }
}

.template-product #shopify-section-product-recommendations--static .product-recommendations__inner h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 40px;
    color: #222;
    font-family: garamond-premier-pro,serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 27px
}

@media screen and (max-width: 959px) {
    .template-product #shopify-section-product-recommendations--static .product-recommendations__inner h2 {
        font-size:32px;
        letter-spacing: 0;
        line-height: 44px;
        margin-bottom: 17px
    }
}

.template-product #shopify-section-product-recommendations--static .product-recommendations__products {
    width: calc(100% + 30px)
}

@media screen and (max-width: 959px) {
    .template-product #shopify-section-product-recommendations--static .product-recommendations__products {
        width:calc(100% + 10px)
    }
}

.template-product #shopify-section-product-recommendations--static .product-recommendations__product {
    width: calc(100% / 3);
    padding-right: 30px
}

@media screen and (max-width: 959px) {
    .template-product #shopify-section-product-recommendations--static .product-recommendations__product {
        width:100%;
        padding-right: 10px
    }
}

.template-product #shopify-section-product-recommendations--static .product-recommendations__product .product-item__details a {
    line-height: 24px
}

@media screen and (max-width: 959px) {
    .template-product #shopify-section-product-recommendations--static .product-recommendations__product .product-item__details a {
        line-height:16px;
        margin-bottom: 0
    }
}

.template-product #shopify-section-product-recommendations--static .swym-button {
    display: none
}

@media screen and (max-width: 959px) {
    .template-product #shopify-section-product-recommendations--static .product-item__wishlist {
        top:-56px
    }
}

.template-product #shopify-section-product-recommendations--static .c-btn-wishlist {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #e2e2e2;
    border-radius: 100%;
    line-height: 40px
}

@media screen and (max-width: 959px) {
    .template-product #shopify-section-product-recommendations--static .c-btn-wishlist {
        width:36px;
        height: 36px
    }
}

.template-product #shopify-section-product-recommendations--static .c-btn-wishlist svg {
    width: 15.57px;
    height: 13px
}

.template-product #shopify-section-product-recommendations--static .flickity-button {
    display: none
}

@media screen and (max-width: 959px) {
    .template-product #shopify-section-product-recommendations--static .flickity-button {
        width:28px;
        height: 45px;
        background-color: #999;
        border-radius: 0;
        margin: 0;
        top: calc(50% - 76px);
        display: block
    }

    .template-product #shopify-section-product-recommendations--static .flickity-button.flickity-prev-next-button svg {
        display: none
    }

    .template-product #shopify-section-product-recommendations--static .flickity-button.flickity-prev-next-button:after {
        position: absolute;
        content: "";
        background: url(/cdn/shop/files/arrow-chrevolet.png?v=1635834514) no-repeat center;
        background-size: contain;
        width: 6px;
        height: 10px;
        left: 60%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .template-product #shopify-section-product-recommendations--static .flickity-button.flickity-prev-next-button.previous {
        left: -20px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px
    }

    .template-product #shopify-section-product-recommendations--static .flickity-button.flickity-prev-next-button.previous:after {
        left: 40%;
        -webkit-transform: translate(-50%,-50%) scaleX(-1);
        transform: translate(-50%,-50%) scaleX(-1)
    }

    .template-product #shopify-section-product-recommendations--static .flickity-button.flickity-prev-next-button.next {
        right: -10px;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px
    }
}

.c-btn-wishlist {
    display: none
}

.template-collection .product-item__labelBox {
    left: -10px
}

@media screen and (max-width: 959px) {
    .template-collection .product-item__labelBox {
        left:-5px
    }
}

.template-collection .collection__products .product-item__labelBox {
    left: 25px;
    top: 10px
}

.template-product .product__media.slick-slider .slick-next,.template-product .product__media.slick-slider .slick-prev {
    background-position: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 50
}

.template-product .product__media.slick-slider .slick-next:before,.template-product .product__media.slick-slider .slick-prev:before {
    content: ""
}

.template-product .product__media.slick-slider .slick-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cfilter id='Ellipse_6' x='0' y='0' width='120' height='120' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='2' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.039'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Group_667' data-name='Group 667' transform='translate(-738 -643)'%3E%3Cg id='Group_491' data-name='Group 491' transform='translate(-718 -696)'%3E%3Cg transform='matrix(1, 0, 0, 1, 1456, 1339)' filter='url(%23Ellipse_6)'%3E%3Ccircle id='Ellipse_6-2' data-name='Ellipse 6' cx='30' cy='30' r='30' transform='translate(30 28)' fill='%23999'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_240' data-name='Path 240' d='M7,13.993,0,7,7,0' transform='translate(803.497 708.493) rotate(180)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.template-product .product__media.slick-slider .slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='120' height='120' viewBox='0 0 120 120'%3E%3Cdefs%3E%3Cfilter id='Ellipse_6' x='0' y='0' width='120' height='120' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='2' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='10' result='blur'/%3E%3CfeFlood flood-opacity='0.039'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Group_668' data-name='Group 668' transform='translate(-20 -643)'%3E%3Cg id='Group_667' data-name='Group 667' transform='translate(50 671)'%3E%3Cg transform='matrix(1, 0, 0, 1, -30, -28)' filter='url(%23Ellipse_6)'%3E%3Ccircle id='Ellipse_6-2' data-name='Ellipse 6' cx='30' cy='30' r='30' transform='translate(30 28)' fill='%23999'/%3E%3C/g%3E%3C/g%3E%3Cpath id='Path_241' data-name='Path 241' d='M7,0,0,7l7,7' transform='translate(76.502 694.003)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A")
}

@media screen and (min-width: 960px) {
    .template-product .product-thumbnails .product-thumbnails__list .slick-track {
        margin-left:-14px
    }

    .template-product .product-thumbnails .product-thumbnails__list .slick-track .slick-current.slick-active .image__img {
        border: solid 1px #222222
    }

    .template-product .product-page-wrapper__inner {
        overflow: visible
    }
}

@media screen and (max-width: 960px) {
    .product-item__images .visible {
        opacity:0
    }
}

@media screen and (min-width: 960px) {
    #widget_app_insta {
        width:50%
    }
}

#widget_app_insta .shopify-payment-button__button a {
    font-size: 13px;
    letter-spacing: 1.1px;
    line-height: 29px;
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222;
    display: inline-block
}

#widget_app_insta #loka-story-widget-here .widget.carousel-widget .tile:before {
    padding-top: 125%
}

#widget_app_insta #loka-story-widget-here .widget .media-view {
    padding-bottom: 125%
}

#widget_app_insta #loka-story-widget-here .widget .media-view img {
    aspect-ratio: 4/5;
    object-fit: cover
}

#loka-story-widget-here>h1 {
    font-size: 2.2em;
    font-family: var(--font-heading);
    font-weight: var(--font-heading-weight);
    font-style: var(--font-heading-style);
    line-height: 1.3em;
    line-height: var(--line-height-heading)
}

#loka-story-widget-here .loka-story-widget {
    z-index: 50!important
}

.template-product .product__mediaBox .slick-arrow {
    top: 35%
}

.template-product .product-thumbnails {
    display: none
}

.template-product .product__mediaBox .slick-dots {
    position: initial;
    display: flex;
    flex-wrap: wrap;
    margin: 15px -5px 0;
    width: auto
}

.template-product .product__mediaBox .slick-dots li {
    height: auto;
    margin: 0;
    width: calc(100%/7);
    padding: 0 5px 10px
}

.template-product .product__mediaBox .slick-dots li.slick-active button {
    position: relative
}

.template-product .product__mediaBox .slick-dots li.slick-active button:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #333333;
    right: 0;
    left: 0;
    top: 0
}

.template-product .product__mediaBox .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0
}

.template-product .product__mediaBox .slick-dots li button:before {
    content: none
}

.template-product .product__mediaBox .slick-dots li button span {
    display: block;
    height: 100px;
    background-position: center;
    background-size: cover
}

html.no-scroll {
    overflow: hidden
}

.product__headerRating {
    display: flex;
    align-items: center
}

.product__headerRating .mxpr-summary__count {
    font-size: 14px;
    margin-left: 5px
}

.product__headerRating .star-ratings-css {
    text-shadow: none
}

.product__headerRating .star-ratings-css-top {
    height: 40px
}

.product__primeReviewsContent--desc {
    margin: 20px 0 10px;
    font-size: 1.2rem;
    opacity: .6
}

@media screen and (max-width: 959px) {
    .product__primeReviewsContent--desc {
        margin:10px 0 5px
    }
}

.mxpr-block-product-review button.mxpr-modal-thankyou-ok {
    border: 1px solid #333333;
    background: #333;
    color: #fff;
    border-radius: 50px;
    height: 50px;
    line-height: 48px;
    width: 200px
}

.mxpr-block-product-review .mxpr-summary__ratings {
    display: none
}

.mxpr-block-product-review .mxpr-summary__count {
    font-size: 12px;
    color: #222;
    opacity: .6;
    margin: 0
}

.mxpr-block-product-review .star-ratings-css {
    color: #cecece;
    text-shadow: none
}

.mxpr-block-product-review .star-ratings-css-top {
    height: 30px
}

.mxpr-block-product-review .mxpr-summary__info {
    padding: 0 0 15px;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-summary__info {
        padding-bottom:30px
    }
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-summary__header {
        width:100%
    }
}

.mxpr-block-product-review .mxpr-summary__header .mxpr-summary__headline {
    display: none
}

.mxpr-block-product-review .mxpr-summary__header .mxpr-summary__write-review {
    border: 1px solid #333333;
    background: #333;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    text-decoration: none;
    letter-spacing: 1.5px
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-summary__header .mxpr-summary__write-review {
        width:100%;
        margin-top: 35px;
        font-size: 12px
    }
}

.mxpr-block-product-review .mxpr-summary__header .mxpr-summary__write-review:hover {
    background: #fff;
    color: #222
}

.mxpr-block-product-review .mxpr-summary__form {
    border-top: 1px solid #E2E2E2;
    padding: 40px 0;
    max-width: 100%;
    margin-bottom: 0
}

.mxpr-block-product-review .mxpr-summary__form .mxpr-select__select {
    border: 0;
    font-size: 25px;
    line-height: 40px;
    padding: 0;
    letter-spacing: 3px;
    height: 40px;
    outline: none;
    width: auto;
    -webkit-appearance: none;
    appearance: none
}

.mxpr-block-product-review .mxpr-summary__form .mxpr-select__select.mxpr-custom-field {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    -webkit-appearance: auto;
    appearance: auto;
    width: 100%;
    font-size: 14px;
    padding: 0 20px 0 10px
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-summary__form .mxpr-select__select {
        height:30px;
        line-height: 30px
    }

    .mxpr-block-product-review .mxpr-summary__form .mxpr-select__select.mxpr-custom-field {
        height: 40px;
        line-height: 40px;
        font-size: 12px
    }
}

.mxpr-block-product-review .mxpr-review__list-item-custom-fields {
    color: #222;
    background-color: transparent;
    border-radius: 0;
    padding: 6px 0;
    font-size: 13px
}

.mxpr-block-product-review .mxpr-review__list-item-custom-fields .mxpr-review__list-item-custom-field-item {
    padding: 0
}

.mxpr-block-product-review .mxpr-summary__form .mxpr-field {
    margin-top: 0;
    margin-bottom: 25px
}

.mxpr-block-product-review .mxpr-summary__form .mxpr-field__label {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
    display: block;
    color: #222
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-summary__form .mxpr-field__label {
        font-size:12px;
        margin-bottom: 12px
    }

    .mxpr-block-product-review .mxpr-review__list-item-custom-fields .mxpr-review__list-item-custom-field-item+.mxpr-review__list-item-custom-field-item {
        padding-left: 10px
    }
}

.mxpr-block-product-review .mxpr-summary__form .mxpr-field__input {
    border-color: #e2e2e2;
    border-radius: 0;
    height: 40px;
    color: #222;
    outline: none;
    -webkit-appearance: none;
    appearance: none
}

.mxpr-block-product-review .mxpr-summary__form .mxpr-field__group {
    display: flex;
    margin: 0 -10px
}

.mxpr-block-product-review .mxpr-summary__form .mxpr-field__group .mxpr-field {
    width: 50%;
    padding: 0 10px
}

@media screen and (max-width: 560px) {
    .mxpr-block-product-review .mxpr-summary__form .mxpr-field__group {
        margin:0;
        flex-wrap: wrap
    }

    .mxpr-block-product-review .mxpr-summary__form .mxpr-field__group .mxpr-field {
        width: 100%;
        padding: 0
    }
}

.mxpr-block-product-review .mxpr-summary__form .mxpr-text-area {
    height: 135px;
    outline: none
}

.mxpr-block-product-review .mxpr-summary__form #mxpr-form-submit-button {
    max-width: 170px;
    margin-left: auto;
    border: 1px solid #333333;
    background: #333;
    color: #fff;
    border-radius: 50px;
    width: 170px;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

.mxpr-block-product-review .mxpr-summary__form #mxpr-form-submit-button:hover {
    background: #fff;
    color: #222
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-summary__form #mxpr-form-submit-button {
        margin-top:5px;
        font-size: 12px
    }
}

.mxpr-block-product-review .mxpr-summary__form .mxpr-form-notice {
    display: none
}

.mxpr-block-product-review .mxpr-summary__order {
    padding: 20px 0;
    border-top: 1px solid #E2E2E2
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-summary__order {
        padding:12px 0
    }
}

.mxpr-block-product-review .mxpr-summary__order select {
    width: auto;
    background: none;
    outline: none;
    border: 0;
    box-shadow: none;
    padding: 0 20px 0 0;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.399' height='6.119' viewBox='0 0 10.399 6.119'%3E%3Cpath id='Path_101' data-name='Path 101' d='M1915.84,469.125l-4.74,4.74-4.74-4.74' transform='translate(-1905.9 -468.665)' fill='none' stroke='%23222' stroke-width='1.3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 100% 50%
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-summary__order select {
        font-size:12px;
        background-size: 12px
    }
}

.mxpr-block-product-review .mxpr-review__list-item {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    padding: 40px 0 37px
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-review__list-item {
        padding:30px 0
    }
}

.mxpr-block-product-review .mxpr-review__list-item:last-child {
    border-bottom: 1px solid #E2E2E2
}

.mxpr-block-product-review .mxpr-review__list-item div {
    float: none
}

.mxpr-block-product-review .mxpr-review__list-item-account {
    display: block;
    width: 146px;
    padding-right: 10px
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .mxpr-block-product-review .mxpr-review__list-item-account {
        width:100px
    }
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-review__list-item-account {
        width:100%;
        display: flex;
        align-items: center;
        padding-right: 0
    }
}

.mxpr-block-product-review .mxpr-review__list-item-account .mxpr-review__list-item-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 17px;
    background: #f4f3f3;
    color: #222;
    margin-bottom: 18px
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-review__list-item-account .mxpr-review__list-item-icon {
        margin-right:16px;
        margin-bottom: 0
    }
}

.mxpr-block-product-review .mxpr-review__list-item-account .mxpr-review__list-item-name {
    font-size: 13px;
    font-weight: 700
}

.mxpr-block-product-review .mxpr-review__list-item-right {
    width: calc(100% - 146px);
    border-left: 1px solid #E2E2E2;
    padding-left: 40px
}

@media screen and (min-width: 960px) and (max-width: 1200px) {
    .mxpr-block-product-review .mxpr-review__list-item-right {
        width:calc(100% - 100px);
        padding-left: 20px
    }
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-review__list-item-right {
        width:100%;
        border-left: 0;
        padding-left: 0
    }
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-meta {
    display: block
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-meta-title {
    font-size: 14px;
    font-weight: 600;
    margin: 6px 0 0;
    line-height: 1.5
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-body {
    margin-top: 16px
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-meta-title {
        font-size:13px;
        margin: 15px 0 0
    }

    .mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-body {
        margin-top: 10px
    }
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-image {
        margin-bottom:35px
    }
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-createdat {
    display: none
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-createdats {
    text-align: right
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-createdats span {
    font-size: 11px;
    opacity: .5
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-body-conent {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: .5px
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-body-conent {
        font-size:12px
    }
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-votes-message {
    font-size: 12px;
    line-height: 1.5;
    color: #222
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-votes {
    margin-bottom: 0
}

@media screen and (max-width: 959px) {
    .mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-votes {
        flex-direction:row;
        align-items: center
    }
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-votes-action {
    margin: 0
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-review__list-item-votes-button {
    color: #222;
    border: 0;
    text-decoration: underline;
    font-weight: 500;
    background: none;
    outline: none;
    margin-left: 5px;
    padding-right: 0
}

.mxpr-block-product-review .mxpr-review__list-item .mxpr-helpful-message {
    display: none
}

.mxpr-block-product-review #mxpr-review__load-more-button {
    width: 100%;
    border: 1px solid #333333;
    background: #333;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    text-decoration: none;
    letter-spacing: 1.5px;
    margin: 20px 0
}

.mxpr-block-product-review #mxpr-review__load-more-button:hover {
    background: #fff;
    color: #222
}

.product__headerRating {
    cursor: pointer
}

.mxpr-block-product-review .mxpr-review__list-item-top-review:not(.mxpr-review__list-item-top-review-hidden) {
    display: inline-block;
    margin-left: 0;
    border-radius: 5px
}

#unisizeBanner {
    width: 100%!important;
    height: 100%!important;
    margin-top: 10px
}

#unisize_1000 [data-uns-bnr-id] table {
    opacity: unset
}

/*# sourceMappingURL=/cdn/shop/t/38/assets/custom-product.css.map?v=171648135903588278271742873728 */
