.sd-products-shop-view {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px .9em;
    line-height: 1
}

.sd-products-shop-view a {
    --sd-link-color: var(--color-gray-300);
    --sd-link-color-hover: var(--color-gray-600)
}

.sd-products-shop-view a.current-variation {
    color: var(--color-gray-800);
    cursor: default
}

.sd-products-shop-view a:before {
    font-size: 180%;
    content: "\e900";
    font-family: "sandbox-font"
}

.sd-products-shop-view a.per-row-1:before {
    content: "\f13"
}

.sd-products-shop-view a.per-row-2:before {
    content: "\e901"
}

.sd-products-shop-view a.per-row-3:before {
    content: "\e902"
}

.sd-products-shop-view a.per-row-4:before {
    content: "\e903"
}

.sd-products-shop-view a.per-row-5:before {
    content: "\e904"
}

.sd-products-shop-view a.per-row-6:before {
    content: "\e905"
}
