.elementor-9477 .elementor-element.elementor-element-00543c8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5fee44f *//* =====================================================
   IZZY – FORMAS DE PAGAMENTO (WOO REAL)
===================================================== */

/* LISTA */
.wc_payment_methods {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    padding: 0;
}

/* CARD */
.wc_payment_method {
    display: flex;
    flex-direction: column;
    gap: 6px;

    border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 12px 14px;
    cursor: pointer;
    background: #fff;
    transition: .25s ease;
}

/* HOVER */
.wc_payment_method:hover {
    border-color: #ff2d55;
    transform: translateY(-1px);
}

/* LINHA SUPERIOR */
.wc_payment_method > label {
    display: flex !important;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

/* RADIO ESCONDIDO */
.wc_payment_method input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #bbb;
    position: relative;
    flex-shrink: 0;
}

/* RADIO CHECK */
.wc_payment_method input[type="radio"]:checked {
    border-color: #000;
}

.wc_payment_method input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* TEXTO DO MÉTODO */
.wc_payment_method label span,
.wc_payment_method label {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

/* DESCRIÇÃO (FECHADA POR PADRÃO) */
.wc_payment_method .payment_box {
    max-height: 0;
    opacity: 0;
    overflow: hidden;

    font-size: 13px;
    color: #555;

    transition: max-height .35s ease, opacity .25s ease;
    padding-left: 30px;
}

/* ATIVO */
.wc_payment_method.active {
    border-color: #000;
}

/* DESCRIÇÃO ABERTA */
.wc_payment_method.active .payment_box {
    max-height: 120px;
    opacity: 1;
    margin-top: 4px;
}


/* ================================
   GERAL
================================ */

.izzy-cart-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Inter', sans-serif;
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 28px;
}

/* HEADER */
.izzy-cart-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 15px;
}

.izzy-cart-title-main {
    font-size: 24px;
    font-weight: 800;
	 color: #333;
}

.izzy-cart-filters {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.izzy-tag {
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 20px;
    cursor: pointer;
}

.izzy-tag-active {
    background: #000;
    color: #fff;
}

/* ITENS */
.izzy-cart-items-box {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.izzy-cart-category {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
	color: #000;
}

/* INFO BADGE */
.izzy-cart-info-badge {
    background: #ebfbff;
    color: #1816ca;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-top: -8px;
    margin-bottom: 18px;
}

.izzy-info-group {
    display: flex;
    align-items: center;
 
}
.izzy-cart-info-badge img {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain;
}

.izzy-info-separator {
    font-weight: 900;
    color: #000;
    opacity: .35;
}

.izzy-cart-item {
    display: grid;
    grid-template-columns: 110px 1fr auto; /* antes era 70px */
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}


.izzy-cart-item:last-child {
    border-bottom: none;
}

.izzy-cart-img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}


.izzy-cart-info-title {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 4px;
	    color: #111;
}

.izzy-cart-attr {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

.izzy-badge-premium {
    background: linear-gradient(45deg, #ff2d55, #ff6b8a);
    color: #fff;
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
}

.izzy-cart-price {
    font-size: 16px;
    font-weight: 800;
    color: #111;
}

/* LOJA */
.izzy-store-line {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #333;
    margin-top: 4px;
}

.izzy-store-line img {
    width: 15px;
    height: 15px;
    opacity: .8;
}

/* QTD (visual) */
.izzy-qty-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
	
}

.izzy-qty-number {
    font-weight: 800;
}

/* RESUMO */
.izzy-summary-box {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.izzy-summary-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 14px;
}

.izzy-summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 8px;
}

.izzy-summary-total {
    margin-top: 14px;
    font-size: 22px;
    font-weight: 900;
    color: #ff2d55;
}

.izzy-summary-btn {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 14px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    margin-top: 20px;
    font-weight: 800;
    text-decoration: none;
}
.izzy-qty-flat {
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    padding: 1px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: 0.25s ease;
}

.btn-qty {
    width: 24px;
    height: 30px;
    border: none;
    background: #fff;
    color: #111;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 1px;
    transform: translateY(-2px);
}

.izzy-cart-qty-input {
    width: 38px;
    height: 30px;
    border: none;
    margin: 0 3px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    border-radius: 3px;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.04);
}

.izzy-cart-qty-input::-webkit-inner-spin-button,
.izzy-cart-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
.btn-qty:hover {
    background: transparent !important;
}
/* Caixa oval premium */
.izzy-qty-oval {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 2px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px; /* OVAL */
    width: fit-content;
    height: 26px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	   margin-left: auto;
}

/* Texto QTY */
.izzy-qty-label {
    font-size: 12px;
    font-weight: 700;
    color: #111;
    letter-spacing: .5px;
}

/* Select estilizado */
#izzy-qty-select {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    padding-right: 4px;
    outline: none;
    cursor: pointer;
    appearance: none; /* remove default */
}

/* Adiciona setinha pra baixo */
#izzy-qty-select {
    background-image: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 24 24' width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0px center;
    padding-right: 18px;
}
/* Linha de ações: QTY + Coração + Lixeira */
.izzy-action-row {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* tudo vai pra DIREITA */
    gap: 12px;
    margin-top: 4px;

}

/* Ícones do coração e lixeira */
.izzy-heart,
.izzy-trash {
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s ease;
}

/* Aumenta ao passar o mouse */
.izzy-heart:hover,
.izzy-trash:hover {
    transform: scale(1.15);
}
.izzy-heart img,
.izzy-trash img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    cursor: pointer;
    transition: .2s ease;
}

.izzy-heart img:hover,
.izzy-trash img:hover {
    transform: scale(1.15);

}
.izzy-qty-select {
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 700;
    padding-right: 4px;
    outline: none;
    cursor: pointer;
    appearance: none;
    text-align: center;
    text-align-last: center;
    background-image: url("data:image/svg+xml,%3Csvg fill='black' viewBox='0 0 24 24' width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0px center;
    padding-right: 18px;
}

.izzy-qty-select option {
    text-align: center;
}
	.izzy-relacionados-box {
    grid-column: 1 / 2; /* só lado esquerdo */
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
	/* ------- MODAL ------- */
#izzy-delete-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.izzy-delete-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

.izzy-delete-box {
    position: relative;
    background: #111;
    color: #fff;
    padding: 22px;
    border-radius: 10px;
    width: 260px;
    text-align: center;
    z-index: 9999999;
}

.izzy-delete-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.izzy-delete-buttons button {
    width: 48%;
    padding: 10px;
    border-radius: 6px;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

#izzy-delete-cancel {
    background: #444;
    color: #fff;
}

#izzy-delete-confirm {
    background: #ff2d55;
    color: #fff;
}

/* ------- ANIMAÇÃO DOS 3 PONTOS ------- */
.izzy-loading {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.izzy-loading .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    animation: pulse 0.6s infinite alternate;
}

.izzy-loading .dot:nth-child(2) {
    animation-delay: 0.2s;
}
.izzy-loading .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes pulse {
    from { opacity: .3; transform: scale(0.8); }
    to   { opacity: 1; transform: scale(1.2); }
}
  .izzy-empty-cart {
        max-width: 500px;
        margin: 60px auto;
        text-align: center;
        font-family: 'Inter', sans-serif;
        color: #333;
    }
    .izzy-empty-cart img {
        width: 120px;
        opacity: 0.8;
        margin-bottom: 20px;
    }
    .izzy-empty-cart h2 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .izzy-empty-cart p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #555;
    }
    .izzy-empty-btn {
        display: inline-block;
        padding: 12px 20px;
        background: #000;
        color: #fff;
        font-weight: 700;
        border-radius: 8px;
        text-decoration: none;
        font-size: 14px;
    }
	
.izzy-float-buttons {
    position: fixed;
    right: 18px; /* distância da borda direita */
    bottom: 50px; /* sobe um pouco para não bater no rodapé */
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99999;
}

.izzy-float-btn {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: .2s;
}

.izzy-float-btn:hover {
    background: #e4284c;
    transform: translateY(-3px);
}

.izzy-float-btn img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

/* ================================
   BLOCO DE RECOMENDADOS (GRID 4)
================================ */
/* BLOCO GRANDE IZZY PREMIUM */
.izzy-protection-box {
    background: #fff;
    padding: 28px;
    border-radius: 14px;
    margin-top: 26px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    border: 1px solid #f1f1f1;
}

.izzy-protection-title {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
    text-align: left;
}

/* GRID 3 COLUNAS */
.izzy-protection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* ITEM */
.izzy-protect-item {
    background: #fafafa;
    padding: 18px;
    border-radius: 12px;
    text-align: left;
    border: 1px solid #ededed;
    transition: .22s ease;
}

.izzy-protect-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

/* ÍCONES */
.izzy-protect-item img {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    opacity: 0.9;
}

/* TÍTULOS */
.izzy-protect-title {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    display: block;
    margin-bottom: 6px;
}

/* PARÁGRAFOS */
.izzy-protect-item p {
    font-size: 13px;
    color: #555;
    line-height: 1.38;
}


								
								
								
.izzy-payment-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 12px;
}

.izzy-payment-radio {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    transition: .25s ease;
    background: #fff;
}

.izzy-payment-radio:hover {
    border-color: #ff2d55;
    transform: translateY(-1px);
}

.izzy-payment-radio input {
    display: none;
}

.izzy-radio {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #bbb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease;
}

.izzy-radio::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ff2d55;
    border-radius: 50%;
    transform: scale(0);
    transition: .2s ease;
}

.izzy-payment-radio.active .izzy-radio {
    border-color: #ff2d55;
}

.izzy-payment-radio.active .izzy-radio::after {
    transform: scale(1);
}

.izzy-payment-radio img {
    width: 26px;
    height: 26px;
}

.izzy-payment-text strong {
    font-size: 14px;
    color: #111;
}

.izzy-payment-text span {
    font-size: 12px;
    color: #555;
}
								
.izzy-address-box {
    background: #fff;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin-bottom: 18px;
}

.izzy-address-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

.izzy-address-header a {
    font-size: 13px;
    color: #ff2d55;
    text-decoration: none;
    font-weight: 600;
}

.izzy-address-content {
    font-size: 14px;
    color: #333;
}

.izzy-address-name {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
}

.izzy-address-name span {
    font-size: 13px;
    color: #555;
}

.izzy-address-line {
    font-size: 13px;
    color: #555;
    margin-top: 4px;
}

.izzy-address-empty {
    font-size: 13px;
    color: #555;
}

.izzy-address-empty a {
    display: inline-block;
    margin-top: 8px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
	
								
								
#izzy-address-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.izzy-address-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}



@keyframes slideUp {
    from { transform: translate(-50%, 100%); }
    to { transform: translate(-50%, 0); }
}

.izzy-address-modal-header {
    padding: 16px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.izzy-address-close {
    font-size: 22px;
    cursor: pointer;
}

.izzy-address-modal-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
}



.izzy-address-save {
    margin-top: 10px;
    padding: 14px;
    background: #000;
    color: #fff;
    font-weight: 800;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
								
/* =====================================================
   MODAL DE ENDEREÇO
===================================================== */
#izzy-address-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    font-family: 'Inter', sans-serif;
}

.izzy-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}

/* CONTAINER */
.izzy-modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 630px;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

/* HEADER */
.izzy-modal-header {
    padding: 18px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.izzy-modal-header h2 {
    margin: 0;
    font-size: 20px;
	font-weight: 900;
}

.izzy-modal-header p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #0f8e4c;
	font-weight: 700;
}

.izzy-modal-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

/* BODY */
.izzy-modal-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
}

.izzy-modal-body label {
    font-size: 14px;
    font-weight: 800;
    color: #333;

    width: calc(100% - 50px); /* mesma largura do input */
    margin: 0 auto 2px auto;  /* centraliza + pequeno espaço abaixo */
    display: block;           /* garante alinhamento correto */
}


.izzy-modal-body input,
.izzy-modal-body select {
    width: calc(100% - 50px); /* mantém o respiro */
    margin: 0 auto;          /* 👈 CENTRALIZA */
    
    padding: 12px;
    border-radius: 2px;
    border: 1px solid #888;
    background: #fff;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #111;
}




/* FOCO PRETO */
.izzy-modal-body input:focus,
.izzy-modal-body select:focus {
    border-color: #000;
    background: #f2f2f2;
    outline: none;
    box-shadow: none;
}

/* FOOTER */
.izzy-modal-footer {
    padding: 16px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
}

/* BOTÃO SALVAR – menor e centralizado */
.izzy-save-address {
    display: inline-block;
    padding: 10px 76px;
    border-radius: 14px;
    background: #111;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

.izzy-save-address:hover {
    background: #000;
}

/* =====================================================
   BLOCO ENDEREÇO (IGUAL AO PRINT)
===================================================== */
.izzy-address-box-real {
    display: grid;
    grid-template-columns: 12px 1fr auto;
    gap: 14px;
    background: #fff;
    padding: 14px;
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    align-items: center;
    margin-bottom: 18px;
}

/* BARRAS COLORIDAS */
.izzy-address-left-bars {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.izzy-address-left-bars .bar {
    width: 4px;
    height: 18px;
    border-radius: 2px;
}

.bar.blue { background: #2f80ed; }
.bar.red  { background: #eb5757; }

/* CONTEÚDO */
.izzy-address-content-real {
    font-size: 14px;
    color: #111;
}

.izzy-address-top {
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.izzy-address-phone {
    font-weight: 500;
    color: #333;
}

.izzy-address-line {
    font-size: 13px;
    color: #222;
    margin-top: 2px;
}

/* BADGE */
.izzy-address-badge {
    margin-left: 10px;
    font-size: 12px;
    color: #1a7f37;
    font-weight: 700;
}

/* BOTÃO EDITAR */
.izzy-address-action button {
    padding: 6px 12px;
    border: 1px solid #111;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
    border-radius: 2px;
    font-weight: 600;
}

.izzy-address-action button:hover {
    background: #111;
    color: #fff;
}
		   
		   
/* =====================================================
   LOADING MODAL – 3 PONTINHOS
===================================================== */
.izzy-modal-loading {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
}

/* quando estiver carregando */
.izzy-modal-container.loading .izzy-modal-loading {
    opacity: 1;
    pointer-events: all;
}

/* ESCONDE BOTÃO QUANDO CARREGA */
.izzy-modal-container.loading .izzy-modal-footer {
    opacity: 0;
}

/* PONTINHOS */
.izzy-dots {
    display: flex;
    gap: 8px;
}

.izzy-dots span {
    width: 10px;
    height: 10px;
    background: #111;
    border-radius: 50%;
    animation: izzyPulse .6s infinite alternate;
}

.izzy-dots span:nth-child(2) {
    animation-delay: .2s;
}

.izzy-dots span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes izzyPulse {
    from {
        opacity: .3;
        transform: scale(.8);
    }
    to {
        opacity: 1;
        transform: scale(1.2);
    }
}
		   
/* ASTERÍSTICO OBRIGATÓRIO */
.izzy-modal-body label::after {
    content: " *";
    color: #ff2d55;
    font-weight: 800;
}

		   
/* SCROLLBAR DO MODAL – FINA */
.izzy-modal-body::-webkit-scrollbar {
    width: 6px;              /* 👈 AFINA A BARRA */
}

.izzy-modal-body::-webkit-scrollbar-track {
    background: transparent; /* trilho invisível */
}

.izzy-modal-body::-webkit-scrollbar-thumb {
    background-color: #888;  /* cinza elegante */
    border-radius: 10px;
}

.izzy-modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #999;
}

		   

/* ===============================
   CHECKBOX "SEM NÚMERO (S/N)"
================================ */
/* ===============================
   CORREÇÃO REAL – CHECKBOX S/N
================================ */

/* quebra regras globais do label */
.izzy-no-number-row label {
    width: auto !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    font-weight: 600;
}

/* mantém alinhamento à direita */
.izzy-no-number-row {
    width: calc(100% - 50px);
    margin: 6px auto 14px auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}


/* checkbox */
.izzy-no-number-row input[type="checkbox"] {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin: 0;
}

/* texto */
.izzy-no-number-row label {
    font-size: 13px;
    font-weight: 600;
    color: #111;
    margin: 0;
    cursor: pointer;
    line-height: 1;
}

	
		   
		   
.izzy-address-title {
    font-size: 19px;
    font-weight: 800;
    color: #111;
    margin-bottom: 10px;
}
		   

	.izzy-address-empty {
    background: #fff;
    border: 1px dashed #ccc;
    padding: 16px;
    border-radius: 8px;
    font-size: 14px;
    color: #555;
}

.izzy-address-empty button {
    background: #000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 700;
}
	
/* ===============================
   PIX PAGE – ESTILO PREMIUM
=============================== */

body {
    background: #f4f5f7;
}

/* CENTRALIZA TUDO */
.izzy-pix-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: 'Inter', system-ui, sans-serif;
}

/* CARD */
.izzy-pix-card {
    background: #fff;
    width: 100%;
    max-width: 420px;
    border-radius: 18px;
    padding: 26px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

/* TÍTULOS */
.izzy-pix-title {
    font-size: 22px;
    font-weight: 900;
    color: #111;
    margin-bottom: 6px;
}

.izzy-pix-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 22px;
}

/* QR CODE */
.izzy-pix-qr {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.izzy-pix-qr img {
    width: 220px;
    height: 220px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
}

/* COPIA E COLA */
.izzy-pix-copy-box {
    margin-top: 12px;
}

#pix-code {
    width: 100%;
    height: 80px;
    resize: none;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 13px;
    color: #333;
    background: #fafafa;
}

#pix-copy {
    width: 100%;
    margin-top: 10px;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: #00c853;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: .2s ease;
}

#pix-copy:hover {
    background: #00b34a;
}

/* STATUS */
.izzy-pix-status {
    margin-top: 18px;
    font-size: 15px;
    font-weight: 700;
    color: #ff9800;
}

/* INFO */
.izzy-pix-info {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}
	
								
/* RESUMO DO PIX */
.izzy-pix-resume {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* TOTAL */
.izzy-pix-total {
    font-size: 15px;
    color: #555;
}

.izzy-pix-total strong {
    font-size: 22px;
    font-weight: 900;
    color: #111; /* PREÇO */
}

/* TIMER */
.izzy-pix-timer {
    font-size: 14px;
    font-weight: 700;
    color: #ff2d55; /* TEMPO */
}

#izzy-pix-time {
    font-size: 15px;
    font-weight: 900;
    margin-left: 4px;
}
	
								
#izzy-processing-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.izzy-processing-box {
    background: #fff;
    width: 100%;
    max-width: 420px;
    padding: 28px;
    border-radius: 14px;
    text-align: center;
    font-family: Inter, system-ui, sans-serif;
}

.izzy-processing-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #22c55e;
    color: #fff;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.izzy-processing-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.izzy-processing-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 14px;
}

.izzy-processing-dots span {
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    animation: izzyDot 1.2s infinite ease-in-out;
}

.izzy-processing-dots span:nth-child(2){animation-delay:.2s}
.izzy-processing-dots span:nth-child(3){animation-delay:.4s}

@keyframes izzyDot {
    0%,80%,100% {opacity:.3}
    40% {opacity:1}
}

.izzy-processing-box p {
    font-size: 13px;
    font-weight: 300;
    color: #111;
    margin-bottom: 14px;
}

.izzy-processing-badges {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.izzy-processing-badges img {
    height: 26px;
}
								

								
								
								
								
/* ===============================
   PAGAMENTOS – LISTA PADRÃO (APP)
================================ */

.izzy-payment-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 12px;
}

						

/* SALDO DA CARTEIRA */
.izzy-wallet-balance {
    font-size: 12px;
    color: #ff2d55;
    font-weight: 700;
    margin-top: 4px;
    display: none; /* começa escondido */
}

/* quando carteira estiver selecionada */
.izzy-wallet-row.active .izzy-wallet-balance {
    display: block;
}
								
								
/* saldo começa escondido */
.izzy-wallet-balance {
    display: none;
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

/* aparece quando seleciona */
.izzy-wallet-row.active .izzy-wallet-balance {
    display: block;
}
								

	
								
/* ROW PRINCIPAL */
.izzy-payment-row {
    display: flex;
    flex-direction: column; /* permite empurrar o próximo método */
    gap: 4px;
    cursor: pointer;
    padding: 6px 0;
}

/* LINHA FIXA (radio + logo + nome) */
.izzy-payment-line {
    display: flex;
    align-items: center;   /* 🔥 ISSO ALINHA O TÍTULO AO RADIO */
    gap: 12px;
}

/* RADIO */
.izzy-payment-line input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #bbb;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    flex-shrink: 0; /* 🔥 impede quebrar linha */
}

.izzy-payment-line input[type="radio"]:checked {
    border-color: #000;
}

.izzy-payment-line input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* LOGO */
.izzy-payment-logo {
    width: 58px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-shrink: 0;
}

.izzy-payment-logo img {
    max-width: 52px;
    max-height: 34px;
}

/* NOME */
.izzy-payment-name {
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.izzy-payment-desc {
    font-size: 13px;
    color: #555;
    margin-left:30px;
    line-height: 1.4;

    max-height: 0;
    opacity: 0;
    overflow: hidden;

    transition:
        max-height 0.35s ease,
        opacity 0.25s ease;
}

/* quando selecionado */
.izzy-payment-row.active .izzy-payment-desc {
    max-height: 80px;   /* suficiente para 2 linhas */
    opacity: 1;
}




.izzy-help-icon {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #999;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 11px;
    font-weight: 700;
    color: #555;

    margin-left: 6px;
    cursor: pointer;
    line-height: 1;

    transition: .2s ease;
}

.izzy-help-icon:hover {
    border-color: #ff2d55;
    color: #ff2d55;
}/* End custom CSS */
/* Start custom CSS *//* =====================================================
   CHECKOUT IZZY — BASE (SEM QUEBRAR GRID)
===================================================== */

/* Centraliza o checkout corretamente (SEM flex) */
.woocommerce-checkout form.checkout {
    max-width: 1100px;
    margin: 0 auto;
}

/* Remove colunas padrão do Woo sem bagunçar layout */
.woocommerce-checkout .col2-set {
    display: none !important;
}

/* ==========================================

/* =====================================================
   IZZY – RESET VISUAL DO CHECKOUT WOOCOMMERCE
===================================================== */

/* REMOVE TÍTULOS E BAGUNÇA PADRÃO */
.woocommerce-checkout h3,
.woocommerce-checkout h2,
.woocommerce-checkou
    gap: 28px;
}

/* =====================================================
   CAMPOS (IGUAL MODAL IZZY)
===================================================== */
.woocommerce-checkout label {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    margin-bottom: 4px;
    display: block;
}

.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 12px;
    border-radius: 2px;
    border: 1px solid #888;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    color: #111;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
    border-color: #000;
    background: #f2f2f2;
    outline: none;
    box-shadow: none;
}

/* =====================================================
   COLUNA DIREITA – RESUMO
===================================================== */
.woocommerce-checkout-review-order {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

/* TABELA DE RESUMO */
.woocommerce-checkout-review-order table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-checkout-review-order th,
.woocommerce-checkout-review-order td {
    padding: 8px 0;
    font-size: 14px;
    color: #111;
}

.woocommerce-checkout-review-order .order-total {
    font-size: 20px;
    font-weight: 900;
    color: #ff2d55;
}

/* =====================================================
   FORMAS DE PAGAMENTO – ESTILO IZZY
===================================================== */
.wc_payment_methods {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
}

.wc_payment_method {
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 14px;
    cursor: pointer;
    transition: .25s ease;
    background: #fff;
}

.wc_payment_method:hover {
    border-color: #ff2d55;
    transform: translateY(-1px);
}

/* ESCONDE RADIO PADRÃO */
.wc_payment_method input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #bbb;
    position: relative;
    cursor: pointer;
}

/* RADIO CHECK */
.wc_payment_method input[type="radio"]:checked {
    border-color: #000;
}

.wc_payment_method input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* DESCRIÇÃO DO MÉTODO */
.wc_payment_method .payment_box {
    background: transparent !important;
    border: none !important;
    padding: 8px 0 0 28px;
    font-size: 13px;
    color: #555;
}

/* =====================================================
   BOTÃO FINALIZAR COMPRA – IZZY
===================================================== */
#place_order {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: .2s ease;
}

#place_order:hover {
    background: #111;
}

/* =====================================================
   MOBILE
===================================================== */
@media (max-width: 980px) {
    form.checkout {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */