.product__locations input[type="radio"]{
    display: none;
}

.location_label:has(input:checked) {
    border:1px solid black;
}

.radio > *.disabled {
    color: #d8d8d8 !important;
    pointer-events: none;
}

.locations-banners__items {
    /* grid-template-columns: repeat(1, 1fr); */
    display: flex;
    justify-content: center;
}

.header-right-container {
    display: flex;
    gap: 20px;
}

.social-list {
    list-style: none;
    display: flex;
    gap: 20px;
}

.social-link {
    color: white;
}

.product_color_container > span > a > img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media (max-width: 767px) {
    .social-link {
        color: black;
    }

    .social-block {
        flex-direction: column;
        text-align: left;
        align-items: start;
        gap: 10px;
    }

}