/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-enable scss/dollar-variable-pattern */
/* correction for product tile hover border*/
.matchItWith-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}
.matchItWith-price {
    font-size: 16px;
    margin-bottom: 22px;
    font-weight: 800;
}
.matchItWith-attr {
    margin-bottom: 16px;
}
.matchItWith-attr-label {
    font-size: 13px;
    margin-bottom: 6px;
}
.matchItWith-attr-values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.matchItWith-swatch[data-attr-id=color] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    padding: 1px;
}
.matchItWith-swatch[data-attr-id=color] img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.matchItWith-swatch {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
    border: 1px solid #dee2e6;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
}
.matchItWith-new-badge {
    margin-top: -80px;
    margin-left: 54px;
}
.matchItWith-swatch.active {
    border: 2px solid #000;
}
.matchItWith-swatch:disabled {
    cursor: not-allowed;
    opacity: 0.4;
}
.matchItWith-fullDetails-link {
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    text-decoration: underline;
}
.matchItWith-close {
    position: absolute;
    top: 14px;
    right: 18px;
    border: 0;
    background: none;
    cursor: pointer;
    font-size: 22px;
}
.matchItWith-mobile-images {
    display: none;
}
.matchItWith-swatch[data-attr-id=size] {
    width: 30px;
    height: 25px;
    border-radius: 4px;
}
.matchItWith .product-availability-badge {
    margin-top: 16px;
}

@media (min-width: 1024px) {
    .matchItWith_modal-body {
        padding: 0;
    }
    .matchItWith-modal {
        display: flex;
        width: 100%;
        min-height: 520px;
        padding: 0;
    }
    .matchItWith-left {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;
    }
    .matchItWith-carousel {
        position: relative;
        width: 100%;
    }
    .matchItWith-slide {
        display: none;
        width: 100%;
        height: auto;
    }
    .matchItWith-slide.active {
        display: block;
    }
    .matchItWith-arrow {
        position: absolute;
        top: 50%;
        z-index: 2;
        border: 0;
        background: transparent;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 28px;
    }
    .matchItWith-arrow.prev {
        left: 12px;
        color: #333;
    }
    .matchItWith-arrow.next {
        right: 12px;
        color: #333;
    }
    .matchItWith-dots {
        position: absolute;
        bottom: 14px;
        width: 100%;
        text-align: center;
    }
    .matchItWith-dot {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 4px;
        border-radius: 6px;
        background: #d0d0d0;
        cursor: pointer;
        opacity: 0.5;
    }
    .matchItWith-dot.active {
        width: 14px;
        background: #d0d0d0;
        opacity: 1;
    }
    .matchItWith-right {
        box-sizing: border-box;
        width: 50%;
        padding: 40px;
        padding-top: 100px;
    }

    .matchWith_innerBlock {
        margin-bottom: 50px;
    }
}
@media (max-width: 1279.98px) {
    .matchItWith-modal {
        display: block;
        width: 100%;
        padding: 0;
    }
    .matchItWith_modal-layout {
        padding: 0;
    }
    .matchItWith-left {
        display: none;
    }
    .matchItWith-mobile-images {
        display: flex;
        gap: 8px;
        margin-bottom: 16px;
        overflow-x: auto;
    }
    .matchItWith-right {
        box-sizing: border-box;
        width: 100%;
    }
    .matchItWith-title {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .matchItWith-mobile-data {
        padding: 16px;
    }
    .matchItWith-price {
        font-size: 16px;
        font-weight: 800;
        margin-bottom: 16px;
    }
    .matchItWith-attr-label {
        font-size: 13px;
        margin-bottom: 8px;
    }
    .matchItWith_modal-body {
        padding: 0;
    }
    .matchItWith-fullDetails {
        margin-top: 20px;
        margin-left: 0;
    }

    .matchWith_innerBlock {
        height: 130px;
        margin-bottom: 35px;
        overflow-y: auto;
    }

    .pdp_info_accordion-content {
        margin: 0;
    }
}
@media (max-width: 1023.98px) {
    .matchItWith-mobile-img {
        width: 25%;
        height: auto;
        border-radius: 4px;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .matchItWith-mobile-img {
        width: 50%;
    }
}
