/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.pwp {
    margin: 0 -20px;
    padding-bottom: 29px;
}
@media (min-width: 1280px) {
    .pwp {
        margin: 49px 0;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
}
.pwp-add_to_cart_block {
    padding: 0 10px;
}
@media (min-width: 768px) {
    .pwp-add_to_cart_block {
        padding: 0 25px;
    }
}
.pwp-add_to_cart_btn {
    padding: 0.75em 0.5em;
}
.pwp::before {
    content: "";
    display: block;
    margin: 3px 20px 0;
    border-bottom: 1px solid #ccc;
}
@media (min-width: 1280px) {
    .pwp::before {
        display: none;
    }
}
.pwp-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
}
.pwp-title--layout {
    margin-top: 31px;
    margin-bottom: 21px;
}
@media (min-width: 1280px) {
    .pwp-title--layout {
        margin-top: 20px;
    }
}

.pwp_carousel {
    display: block !important;
    opacity: 0;
    transition: opacity 0.2s;
}
.pwp_carousel.owl-loaded {
    opacity: 1;
}
@media (min-width: 1280px) {
    .pwp_carousel {
        padding: 0 77px;
    }
}
.pwp_carousel-stage {
    margin: 0 auto;
}
.pwp_carousel-stage--extended {
    margin: 0 12px;
}
@media (min-width: 768px) {
    .pwp_carousel-stage--extended {
        margin: 0 auto;
    }
}
.pwp_carousel-stage > .owl-item {
    visibility: hidden;
}
.pwp_carousel-stage > .owl-item.active {
    visibility: visible;
}
@media (min-width: 1280px) {
    .pwp_carousel-stage > .owl-item {
        visibility: visible;
    }
}
.pwp_carousel-stage .product_tile-quick_view_mobile {
    display: none;
}
@media (min-width: 1280px) {
    .pwp_carousel-nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 3;
        margin-top: 0 !important;
    }
}
@media (min-width: 1280px) {
    .pwp_carousel-nav_btn {
        position: absolute;
        width: 38px;
        min-height: 269px;
        margin: 0 !important;
        background: #fff !important;
        color: #000 !important;
        cursor: pointer;
    }
    .pwp_carousel-nav_btn:focus, .pwp_carousel-nav_btn:active {
        outline: 0;
    }
    .pwp_carousel-nav_btn.disabled {
        opacity: 1 !important;
        color: #f0f0f0 !important;
        pointer-events: none;
    }
}
@media (min-width: 1280px) {
    .pwp_carousel-control_icon {
        position: relative;
        width: 15px;
        height: 30px;
    }
}
@media (min-width: 1280px) {
    .pwp_carousel-prev {
        left: 20px;
    }
}
@media (min-width: 1280px) {
    .pwp_carousel-next {
        right: 20px;
    }
}

.pwp_product {
    min-width: 165px;
    max-width: 165px;
    padding: 0 7.5px;
    outline: 0 !important;
}
@media (min-width: 1280px) {
    .pwp_product {
        max-width: 223px;
        padding: 0 7.5px;
    }
}
.pwp_product > .product {
    border: 1px solid #ccc !important;
}
.pwp_product .product_tile-body {
    padding-top: 10px;
    padding-bottom: 0;
}
.pwp_product .product_tile-body-jp {
    text-align: center;
}
@media (min-width: 1280px) {
    .pwp_product .product_tile-image {
        min-height: 0;
    }
}
.pwp_product .product_tile-name {
    padding: 0 10px;
}
.pwp_product .product_tile-name:lang(ja) {
    padding: 0;
}
.pwp_product .product_tile-footer {
    position: static;
    height: auto;
    padding: 7px 0 20px;
    border: 0;
    visibility: visible;
}
@media (min-width: 1280px) {
    .pwp_product .product_tile-footer {
        padding-top: 7px;
    }
}
.pwp_product .product_tile-attributes_value {
    padding: 0 25px;
}
@media (min-width: 1280px) {
    .pwp_product .product_tile-attributes_value {
        padding: 0 20px;
    }
}
.pwp_product .product_tile-attributes_value[data-attr=color] {
    right: 0;
    left: 0;
    width: auto;
}
.pwp_product .product_tile-footer_price {
    display: none;
}
@media (min-width: 1280px) {
    .pwp_product .carousel-prev,
.pwp_product .carousel-next {
        display: flex;
    }
}
.pwp_product .carousel-prev::before,
.pwp_product .carousel-next::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}
.pwp_product .carousel-prev {
    left: 0;
}
.pwp_product .carousel-next {
    right: 0;
}
.pwp_product .carousel-control_icon {
    height: 20px;
}
.pwp_product .carousel-indicators li {
    margin: 0 4px;
}
.pwp_product .owl-prev {
    left: 6px !important;
}
.pwp_product .owl-next {
    right: 6px !important;
}
.pwp_product .swatch-circle {
    margin-bottom: 2px;
}
.pwp_product .swatch-rectangle {
    min-width: 45px;
}
.pwp_product .adding_to_cart {
    padding-top: 4px;
}
.pwp_product .full-pdp-link {
    display: block;
    min-height: 198px;
}
@media (min-width: 1280px) {
    .pwp_product .full-pdp-link {
        min-height: 269px;
    }
}
