/* 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_accordion_wrapper {
    margin-right: -20px;
    margin-bottom: 50px;
    margin-left: -20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    background-color: #f8f8f8;
}
@media (min-width: 768px) {
    .pwp_accordion_wrapper {
        margin-right: 0;
        margin-left: 0;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
}
.pwp_accordion_wrapper .pwp-add_to_cart_btn {
    height: 41px;
    background-color: #fff;
    color: #000;
}
.pwp_accordion_wrapper .pwp-add_to_cart_btn:disabled {
    color: #ccc;
    background-color: transparent;
}
.pwp_accordion_wrapper .pwp-add_to_cart_block {
    padding: 10px 0 0;
}
@media (min-width: 768px) {
    .pwp_accordion_wrapper .pwp-add_to_cart_block {
        align-self: center;
        min-width: 207px;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .pwp_accordion_wrapper .adding_to_cart-inner {
        max-width: 207px;
        max-height: 44px;
    }
}
.pwp_accordion_wrapper .product_tile-stock_status {
    margin: 0;
}
.pwp_accordion_wrapper .product_card-price {
    align-self: center;
    padding-bottom: 15px;
}
@media (min-width: 768px) {
    .pwp_accordion_wrapper .product_card-price {
        width: 150px;
        padding-bottom: 0;
        text-align: center;
    }
}
.pwp_accordion_wrapper .product_list_qty-error {
    display: block;
    margin-top: 10px;
}
@media (min-width: 768px) {
    .pwp_accordion_wrapper .product_card-attributes {
        width: 211px;
    }
}
.pwp_accordion_wrapper .pwp_product_card {
    height: 139px;
}
@media (min-width: 768px) {
    .pwp_accordion_wrapper .pwp_product_card {
        width: 335px;
        height: auto;
        margin-right: 22px;
    }
}

.pwp_carousel_accordion-title {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.pwp_carousel_accordion-gift_icon {
    width: 20px;
    height: 20px;
}
.pwp_carousel_accordion-arrow {
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
}
@media (min-width: 768px) {
    .pwp_carousel_accordion-swiper {
        z-index: 0;
    }
}
.pwp_carousel_accordion-swiper_wrapper {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .pwp_carousel_accordion-swiper_wrapper {
        display: block;
        max-height: 760px;
        overflow-y: auto;
        transform: none !important;
    }
}
.pwp_carousel_accordion-swiper_slide {
    max-width: 280px;
}
@media (min-width: 768px) {
    .pwp_carousel_accordion-swiper_slide {
        width: auto !important;
        max-width: none;
        margin-right: 0 !important;
    }
}
.pwp_carousel_accordion-product_card {
    width: 280px;
    padding: 10px 10px 20px;
    background-color: #fff;
}
@media (min-width: 768px) {
    .pwp_carousel_accordion-product_card {
        display: flex;
        width: auto;
        height: auto;
        margin-bottom: 10px;
        padding: 20px 25px;
    }
}
.pwp_carousel_accordion-product_card .product_card-img {
    min-width: 104px;
}
@media (min-width: 768px) {
    .pwp_carousel_accordion-product_card .product_card-img {
        margin-right: 20px;
    }
}
.pwp_carousel_accordion-product_card .product_card-photo {
    height: auto;
    margin-bottom: 0;
}
.pwp_carousel_accordion-product_card .product_card-title {
    padding-right: 20px;
}
@media (min-width: 768px) {
    .pwp_carousel_accordion-product_card .product_card-title {
        padding-right: 0;
    }
}
.pwp_carousel_accordion.collapsed .pwp_carousel_accordion-arrow {
    transform: rotate(0);
}

.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;
    }
}
