* {
    box-sizing: border-box;
    font-family: Inter, sans-serif !important;
    margin: 0;
    padding: 0;
}
@media print {
    .cart-item .quantity-field,
    .cart-item .unit-price-field {
        border: none;
        box-shadow: none;
    }
    :root {
        font-size: 12px;
    }
    .no-print {
        display: none;
    }
}
body {
    background-color: #fff !important;
    color: #000;
    font-size: 1rem;
}
h1,
h2,
h3,
h4 {
    margin: 0 !important;
    padding: 0 !important;
}
:root {
    font-size: 16px;
}
#banner {
    background-image: url(/images/rectangle.png?32f6cdbfa7d6929b4c33d70052ec6104);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}
#banner .brand {
    background: linear-gradient(179deg, #000 32.72%, transparent 82.92%);
    height: 19rem;
}
#banner img {
    margin-top: 2rem;
}

#iconQuest,
#dangerIcon {
    background-color: #d2322d;
    color: #fff;
    font-weight: normal;
    line-height: 1.8;
    font-size: 1.5rem;
    height: 40px;
    text-align: center;
    width: 70px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.375rem;
}

#iconQuest:hover,
#dangerIcon:hover {
    background-color: #428bca;
    transition: 0.3s;
}

.payment-wrapper h4 {
    color: #666;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1.8rem !important;
}
.payment-wrapper span {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
}
.payment-wrapper .payment-method {
    border: 1px solid #a8a8a8;
    color: #666;
    filter: grayscale(1);
    font-size: 1.25rem;
    font-weight: 400;
    transition: all 0.2s;
}
.payment-wrapper .payment-method img {
    width: 2rem;
}
.payment-wrapper .payment-method.active,
.payment-wrapper .payment-method:hover {
    color: #34a793;
    filter: grayscale(0);
}
.privacy-policy {
    color: #666;
    font-weight: 400;
    text-align: center;
}
.privacy-policy a {
    color: #666;
    text-decoration: underline;
    text-decoration-color: #666;
}
#toast-container .toast-message,
#toast-container .toast-title {
    font-size: 0.875rem;
}
form button:disabled {
    filter: contrast(0.6);
}
form button {
    gap: 8px;
    transition: all 0.2s !important;
}
.alert {
    font-size: 1rem;
}
@media screen and (max-width: 1024px) {
    .aumentarTamanho  {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) {
    :root {
        font-size: 14px;
    }
    #banner {
        min-height: auto;
    }
    .modal-terms input[type="checkbox"] {
        font-size: 1.4rem !important;
    }
}
@media screen and (max-width: 425px) {
    body {
        overflow-x: hidden !important;
    }
    #banner .brand {
        background: linear-gradient(180deg, #000 60.72%, transparent 99.92%);
        height: 8rem;
    }
}
