.header-detailt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: var(--white-opacity);
    top: 0px;
    position: fixed;
    backdrop-filter: saturate(180%) blur(10px);
    box-shadow: #0000001a 0px 1px 2px 0px, #0000000f 0px 1px 2px 0px;
    -moz-box-shadow: #0000001a 0px 1px 2px 0px, #0000000f 0px 1px 2px 0px;
    -webkit-box-shadow: #0000001a 0px 1px 2px 0px, #0000000f 0px 1px 2px 0px;
    z-index: 9999;
}
.content-detailt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1270px;
    margin-inline: 10px;
}
.container-article {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 90px;
}
.content-article {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    width: 1270px;
    margin-inline: 10px;
}
.input-quality {
    width: 100%;
    padding-block: 12px;
    border: none;
    text-align: center;
    outline: none;
    font-weight: 700;
}
.radius-top {
    border-top-right-radius: 9px;
    border-bottom-left-radius: 5px;
}
.radius-bottom {
    border-bottom-right-radius: 9px;
    border-top-left-radius: 5px;
}
.btn-quality {
    display: flex;
    width: 50px;
    height: 40px;
    justify-content: center;
    align-items: center;
    outline: none;
    border: none;
    font-size: 25px;
    background-color: var(--primary);
}
.btn-back {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    background-color: var(--light);
}
.title-shop {
    color: var(--dark);
    flex: 1;
    text-align: center;
}
.btn-quality:active {
    opacity: var(--opacity);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.card-footer {
    display: flex;
    align-items: flex-end;
}
.btn-delete {
    border: none;
    outline: none;
    padding: 3px;
    background-color: transparent;
}


.container-total {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background-color: var(--white-opacity);
    bottom: 0px;
    position: fixed;
    backdrop-filter: saturate(180%) blur(10px);
    box-shadow: #0000001a 0px 0px 5px 0px, #0000000f 0px 0px 5px 0px;
    -moz-box-shadow: #0000001a 0px 0px 5px 0px, #0000000f 0px 0px 5px 0px;
    -webkit-box-shadow: #0000001a 0px 0px 5px 0px, #0000000f 0px 0px 5px 0px;
    z-index: 9999;
}

.btn-whatsapp {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 10px 15px;
    border: none;
    outline: none;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    background-color: var(--primary);
}
.btn-whatsapp:active {
    opacity: var(--opacity);
}
.list-total {
    list-style: none;
}
.list-total li h2 {
    font-size: 20px;
    color: var(--dark);
}
.total-general {
    color: var(--primary);
    font-size: 15px;
}