.temp-button {
    width: 100%;
    height: 30px;
    text-decoration: none;
    background-image: linear-gradient(rgb(255, 2, 1), rgb(255, 104, 1));
    border: none;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    box-shadow: 1px 3px 0px rgb(139, 113, 255);
    transition-duration: .3s;
}
li button {
    text-decoration: none !important;
}
.temp-cartIcon {
    width: 14px;
    height: fit-content;
}

.temp-cartIcon path {
    fill: white;
}

.temp-button:active {
    transform: translate(2px ,0px);
    box-shadow: 0px 1px 0px rgb(139, 113, 255);
    padding-bottom: 1px;
}
