я сейчас установил классический шаблон вот все стили, которые я нашёл для атрибутов (в виде блоков)
.product-variants>.product-variants-item {
margin: 1.25rem 0
}
.product-variants>.product-variants-item select {
background-color: #fff;
width: auto;
padding-right: 1.875rem;
box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2)
}
.product-variants>.product-variants-item ul li {
margin-right: .625rem
}
.product-variants>.product-variants-item .color {
margin-left: 0;
margin-top: 0
}
.product-information {
font-size: .9375rem;
color: #232323
}
.product-information .manufacturer-logo {
height: 35px
}
.product-information .product-description img {
max-width: 100%;
height: auto
}
.input-color {
position: absolute;
opacity: 0;
cursor: pointer;
height: 1.25rem;
width: 1.25rem
}
.input-container {
position: relative
}
.input-radio {
position: absolute;
top: 0;
cursor: pointer;
opacity: 0;
width: 100%;
height: 100%
}
.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
border: 2px solid #232323
}
.radio-label {
box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
background: #fff;
display: inline-block;
padding: .125rem .625rem;
font-weight: 600;
border: 2px solid #fff
}
.product-actions .control-label {
margin-bottom: .375rem;
display: block;
width: 100%
}