﻿.filterMainHeading {
    text-transform: uppercase;
    font-size: 1.8em;
}

.filterArea {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #efefef;
}

    .filterArea ul {
        list-style: none;
        margin-bottom: 0;
        padding-left: 5px;
        color: #908789;
        text-transform: uppercase;
    }


.category-filter-list-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 1px 0 1px 4px;
    text-transform: uppercase;
}

    .category-filter-list-link:hover {
        background-color: #efefef;
    }

.checkbox-image {
    position: absolute;
    right: 17px;
    padding-top: 3px;
}

.card img {
    max-width: 100%;
}

.card-img-top {
    width: 100%;
    height: 220px !important;
    object-fit: contain;
}

.card {
    height: 460px !important;
}

.card-title {
    height: 40px;
}

.finish {
    height: 80px;
}

.swatch {
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 4px;
    margin-left: 10px;
}

.swatch-dual {
    width: 32px;
    height: 32px;
    display: inline-block;
    border: 1px solid #333;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

    .swatch:first-of-type,
    .swatch-dual:first-of-type {
        margin-left: 0;
    }

    .swatch-dual::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--color1);
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .swatch-dual::after {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--color2);
        clip-path: polygon(100% 0, 100% 100%, 0 100%);
    }


