.color {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid var(--gray-200);
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}

.color.active {
    border: 1px solid var(--primary-500);
}

.variant {
    width: 24px;
    height: 24px;
    border-radius: 4px;
}

.wrapper-store {
    width: 186px;
    height: 48px;
    border-radius: 8px;
    background-color: transparent;
}

.wrapper-store:hover {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.img-icon-share {
    width: 40px;
    height: 40px;
    filter: brightness(0);
}

.img-icon-share:hover {
    filter: none;
}

.navs-products {
    color: black !important;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.navs-products:hover {
    border-bottom: 4px solid black;
}

.navs-products.active {
    color: black !important;
    border-bottom: 4px solid black;
}

.border-yellow {
    width: 85%;
    border-bottom: 1px solid var(--secondary-500);
}

@media (min-width: 360px) and (max-width: 599px) {
    .border-yellow {
        width: 70%;
    }

    .navs-products.active {
        border-bottom: 2px solid black;
    }
}
