.cart-wrap {
    background: #fff;
    border-radius: 12px;
    border: .5px solid #e0e0e0;
    overflow: hidden;
}

.cart-header {
    background: #ff9900;
    padding: .75rem 1.5rem;
    display: grid;
    grid-template-columns: 1fr 120px 120px;
    gap: 1rem;
}

.cart-h {
    font-size: .68rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.cart-h:first-child {
    text-align: left;
}

.cart-row {
    padding: 1rem 1.5rem;
    display: grid;
    grid-template-columns: 1fr 120px 120px;
    gap: 1rem;
    align-items: center;
    border-bottom: .5px solid #f5f5f5;
}

.cart-prod {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cart-thumb {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.cart-prod-name {
    font-size: .75rem;
    font-weight: 600;
    color: #0a4a6b;
    line-height: 1.4;
    font-family: 'Nunito Sans', sans-serif;
}

.cart-prod-src {
    font-size: .6rem;
    color: #aaa;
    margin-top: 2px;
    font-family: 'Nunito Sans', sans-serif;
}

.cart-qty {
    display: flex;
    align-items: center;
    gap: .4rem;
    justify-content: center;
}

.qty-btn {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1.5px solid #e0e0e0;
    background: #fff;
    font-size: .8rem;
    font-weight: 700;
    color: #0a4a6b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-val {
    font-size: .82rem;
    font-weight: 700;
    color: #0a4a6b;
    min-width: 24px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

.cart-total {
    font-size: .88rem;
    font-weight: 700;
    color: #0a4a6b;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

.cart-del {
    font-size: .65rem;
    color: #cc3300;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
}

.cart-footer {
    padding: .85rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
}

.cart-foot-back {
    padding: .6rem 1.25rem;
    border-radius: 6px;
    background: #fff;
    color: #0a4a6b;
    border: 1.5px solid #e0e0e0;
    font-size: .78rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
}

.cart-foot-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cart-totals {
    text-align: right;
}

.ct-label {
    font-size: .65rem;
    color: #aaa;
    font-family: 'Nunito Sans', sans-serif;
}

.ct-val {
    font-size: .88rem;
    font-weight: 700;
    color: #0a4a6b;
    font-family: 'Nunito', sans-serif;
}

.btn-pagar-cart {
    padding: .7rem 1.75rem;
    border-radius: 6px;
    background: #ff9900;
    color: #fff;
    border: none;
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
}

.auth-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.auth-card {
    background: #fff;
    border-radius: 12px;
    border: .5px solid #e0e0e0;
    padding: 2rem;
}

.auth-title {
    font-size: 1rem;
    font-weight: 800;
    color: #0a4a6b;
    margin-bottom: .35rem;
    font-family: 'Nunito', sans-serif;
}

.auth-sub {
    font-size: .75rem;
    color: #aaa;
    margin-bottom: 1.25rem;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.5;
}

.auth-sep {
    height: 1px;
    background: #f0f0f0;
    margin: 1rem 0;
    position: relative;
}

.auth-sep-lbl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 .75rem;
    font-size: .65rem;
    color: #bbb;
    font-family: 'Nunito Sans', sans-serif;
}

.f-lbl {
    font-size: .63rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 2px;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.f-inp {
    width: 100%;
    padding: 8px 11px;
    border: 1.5px solid #e0e0e0;
    border-radius: 7px;
    font-size: .78rem;
    color: #0a4a6b;
    background: #fafafa;
    font-family: 'Nunito Sans', sans-serif;
    outline: none;
    margin-bottom: .65rem;
}

.btn-auth-cy {
    width: 100%;
    padding: 9px;
    border-radius: 6px;
    background: #ff9900;
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: .6rem;
}

.btn-auth-outline {
    width: 100%;
    padding: 9px;
    border-radius: 6px;
    background: #fff;
    color: #0a4a6b;
    font-size: .82rem;
    font-weight: 700;
    border: 1.5px solid #0a4a6b;
    cursor: pointer;
    font-family: 'Nunito Sans', sans-serif;
}

.auth-olvide {
    font-size: .67rem;
    color: #ff9900;
    cursor: pointer;
    text-align: right;
    margin-bottom: .75rem;
    font-family: 'Nunito Sans', sans-serif;
}

.cotiz-pill {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #fff5e6;
    border: .5px solid #ffc070;
    border-radius: 8px;
    padding: .5rem .85rem;
    margin-bottom: 1rem;
}

.cp-label {
    font-size: .6rem;
    font-weight: 700;
    color: #a05000;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.cp-num {
    font-size: .85rem;
    font-weight: 800;
    color: #ff9900;
    font-family: 'DM Mono', monospace;
}