<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.range::after {
    width: 0;
    position: absolute;
    content: '';
    width: 66%;
    height: 2px;
    background: #ED303D;
}

.range {
    width: 65%;
    height: 2px;
    background: #ed646780;
    position: relative;
    z-index: 9;
}

.dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    color: #ffffff !important;
    text-align: center;
    font-size: 16px !important;
}

    .dot i {
        color: #ffffff !important;
    }

.select.active .dot {
    background: #ED303D;
}

.select .name {
    color: rgba(0, 0, 0, 0.459)
}

.select.active .name {
    color: #000 !important;
}

.dot.off {
    background: #ed6466b6;
}

.dot::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: #f2f2f2;
    border-radius: 50%;
}

.dot-none-after::after {
    display: none;
}

.select {
    transform: translateY(-10px);
    z-index: 999;
}

.select-brand {
    justify-content: flex-start;
    align-items: flex-start;
}

.select-type {
    justify-content: flex-end;
    align-items: flex-end;
    text-align: left;
}

.select-brand .name {
    transform: translateX(16px);
}

.select-type .name {
    transform: translateX(-24px);
}

.level-select {
    width: max-content;
    padding-top: 40px;
}

.level-select-line {
    width: 135%;
    height: 2px;
    background: #ED1555;
}

.level-select-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ED1555;
}

.supplies-products-name {
    font-size: 16px;
}


.supplies {
    background: #fff;
}

.supplies-details-container {
    max-width: 1228px;
}

.supplies-details-img {
    width: 30%;
    max-height: 100%;
    min-height: 100%;
}

.supplies-details-text {
    width: 62%;
}

.supplies-details-showbtn {
    background: #F2F2F2;
}

.supplies-details-text-accordion {
    height: 230px;
    max-height: 230px;
    overflow: hidden;
    position: relative;
    transition: 0.3s all ease-out;
}

    .supplies-details-text-accordion.active {
        height: auto;
        max-height: auto;
        transition: 0.3s all ease-out;
    }

.supplies-products-container {
    max-width: 1228px;
}

.hide-text {
    transform: translateY(-12px);
    bottom: 0;
    opacity: 0;
    height: 0;
    display: block;
    visibility: hidden;
    transition: 0.5s all linear;
}

    .hide-text.active {
        transform: translateY(0);
        opacity: 1;
        height: auto;
        visibility: visible;
        transition: 0.5s all linear;
    }

.supplies-products-item {
    background: #f2f2f2;
    transition: 0.3s all linear;
    border: none;
    box-shadow: none;
}

    .supplies-products-item:hover {
        border: 1px solid #ED303D;
        box-shadow: 0px 0px 8px 0px #ED303D;
    }

.supplies-products-items {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

.supplies-products-item {
    max-height: 180px;
    min-height: 180px;
}

.supplies-products-img {
    max-width: 80px;
}

    .supplies-products-img img {
        mix-blend-mode: multiply;
    }

.range-container {
    margin-top: 90px;
}

.supplies-details-content .text-justify {
    text-align: right;
    line-height: 2;
}</pre></body></html>