.colors-swatch-wrapper {
    display: flex;
    gap: 5px;
}

.js-color-swatch {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    user-select: none;

    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    border: 1px solid;
    border-color: transparent;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.color-swatch-image {
    background-color: #ededed;
    width: 100px;
    height: 100px;

    @media (max-width: 767px) {
        width: auto;
        height: auto;
    }
}

.js-color-swatch:hover {
    border-color: #222222;
    border: 1px solid;
}

.js-color-swatch.is-active {
    border-color: #222222;
    border: 1px solid;
}

.mfn-variations-wrapper .mfn-vr-select.attribute_color[data-atr="color"] {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden;
}

.mfn-variations-wrapper .mfn-vr > label {
    display: none;
}

.product_tag-new-pdp-510 .variations_form .mfn-variations-wrapper {
    display: none !important;
}

.product_tag-new-pdp-510 .selected-color {
    display: flex;
}

.product_tag-new-pdp-510 .selected-color p {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #07074E;
}

.product_tag-new-pdp-510 .selected-color span {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    font-style: italic;
    margin-left: 5px;
    color: #07074E;
}
