.product-attribute__name {
    display: flex;
    align-items: center;
    margin-bottom: var(--spacer);
}

.product-attribute {
    margin-top: calc(var(--spacer) * 2);
}

.product-attribute__value .ring-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    gap: 5px;
}

.product-attribute__value .form-select {
    width: auto;
}

.list-icon .variable {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s ease-in-out;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-icon .variable:hover {
    border: 2px solid #2f3132;
}

.list-icon .variable:hover .variable-link {
    text-decoration: none;
}

.list-list .variable {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.list-list .variable a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 38px;
    min-width: 38px;
    text-align: center;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 1;
    color: inherit;
    transition: border-color 0.3s ease-in-out;
    border: 2px solid transparent;
}

.list-icon .variable.selected {
    border: 2px solid #2F3132;
}

.list-list .variable.selected a {
    border: 2px solid #2F3132;
    font-weight: 600;
}

.list-list .variable:hover a {
    border: 2px solid #2F3132;
}
