
.product-color-swatches {
    margin-top: 5px;
    display: flex;
    gap: 5px;
}

.product-color-swatches .color-swatch-loop {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
}

.site-footer ul {
    list-style: none;
    padding-left: 0;
}