.shop_attributes {
    margin-bottom: 0;
    overflow: hidden;
    --wd-attr-v-gap: 30px;
    --wd-attr-h-gap: 30px;
    --wd-attr-col: 1;
    --wd-attr-brd-width: 1px;
    --wd-attr-brd-style: solid;
    --wd-attr-brd-color: var(--brdcolor-gray-300);
    --wd-attr-img-width: 24px
}

.shop_attributes tbody {
    display: grid;
    grid-template-columns: repeat(var(--wd-attr-col), 1fr);
    margin-bottom: calc(-1 * (var(--wd-attr-v-gap) + var(--wd-attr-brd-width)));
    column-gap: var(--wd-attr-h-gap)
}

.shop_attributes tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: calc(var(--wd-attr-v-gap) / 2);
    margin-bottom: calc(var(--wd-attr-v-gap) / 2);
    border-bottom: var(--wd-attr-brd-width) var(--wd-attr-brd-style) var(--wd-attr-brd-color);
    padding-right: 10px;
}

.shop_attributes th,.shop_attributes td {
    padding: 0;
    border: none
}

.shop_attributes th {
    flex: 0 0 auto;
    font-family: var(--wd-text-font);
    margin-left: 20px;
    padding-right: 1%;
}

.shop_attributes td {
    text-align: left
}

.shop_attributes p {
    margin-bottom: 0;
    font-family: var(--wd-entities-title-font);
    text-align: justify;
}

.shop_attributes .wd-attr-img {
    margin-left: 10px;
    width: 100vw;
    max-width: var(--wd-attr-img-width)
}
