* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f5f5f5;
    color: #222;
    max-width: 480px;
    margin: 0 auto;
    min-height: 100vh;
    background: #fff
}

/* HEADER */

.header-loja {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #f0f0f0
}

.header-actions {
    display: flex;
    gap: 8px;
    align-items: center
}

.btn-icon {
    background: none;
    border: none;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    padding: 6px;
    position: relative;
    line-height: 1
}

.cart-badge {
    position: absolute;
    top: -2px;
    right: -4px;
    background: #f56200;
    color: #fff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

/* BREADCRUMB */

.breadcrumb {
    padding: 8px 16px;
    font-size: 13px;
    color: #888
}

.breadcrumb a {
    color: #2196f3;
    text-decoration: none
}

/* CAROUSEL */

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    background: #f9f9f9
}

.carousel {
    display: flex;
    transition: transform 0.3s ease;
    will-change: transform
}

.slide {
    min-width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.img-placeholder {
    font-size: 80px;
    color: #ddd
}

.carousel-nav {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15)
}

.carousel-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 6px
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background 0.2s
}

.dot.active {
    background: #e91e8c
}

/* VENDIDOS BAR */

.vendidos-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600
}

.badge-br {
    background: #1565c0;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 700
}

.envio-text {
    color: #333
}

.vendidos-count {
    color: #888;
    margin-left: auto
}

/* PREÇO */

.preco-box {
    background: linear-gradient(135deg, #e91e8c, #c2185b);
    color: #fff;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.preco-left {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.badge-desconto {
    background: #fff;
    color: #e91e8c;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px
}

.preco-label {
    font-size: 16px;
    font-weight: 400
}

.preco-atual {
    font-size: 36px;
    font-weight: 700;
    line-height: 1
}

.preco-original {
    font-size: 14px;
    text-decoration: line-through;
    opacity: 0.7
}

.oferta-relampago-right {
    margin-left: auto;
    text-align: right;
    font-size: 12px
}

.oferta-relampago-right span:first-child {
    display: block;
    font-weight: 600
}

.timer-countdown {
    font-size: 14px;
    font-weight: 700
}

/* ECONOMIA */

.economia-bar {
    display: flex;
    gap: 8px;
    padding: 10px 16px;
    flex-wrap: wrap
}

.badge-economia,
.badge-economia-bonus {
    background: #fff0f6;
    color: #e91e8c;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #f8bbd9
}

/* PRODUTO INFO */

.produto-info {
    padding: 14px 16px
}

.produto-nome-row {
    display: flex;
    align-items: flex-start;
    gap: 8px
}

.produto-nome {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    flex: 1
}

.btn-favorito {
    background: none;
    border: none;
    font-size: 20px;
    color: #999;
    cursor: pointer;
    padding: 0;
    margin-top: 2px
}

.avaliacao-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 14px;
    flex-wrap: wrap
}

.star-icon {
    color: #f5a623;
    font-size: 15px
}

.avaliacao-nota {
    color: #f5a623;
    font-weight: 700
}

.avaliacao-count {
    color: #2196f3
}

.sep {
    color: #ddd
}

.vendidos-info {
    color: #888
}

/* FRETE */

.frete-box {
    padding: 14px 16px;
    border-top: 8px solid #f5f5f5
}

.frete-row {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px
}

.frete-row i {
    font-size: 18px;
    color: #555;
    margin-top: 2px;
    min-width: 20px
}

.frete-gratis-text {
    color: #e91e8c;
    font-weight: 600;
    font-size: 13px;
    margin-top: 2px
}

/* SEÇÕES */

.secao-bloco {
    padding: 16px;
    border-top: 8px solid #f5f5f5
}

.secao-titulo {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px
}

.produto-descricao {
    font-size: 14px;
    line-height: 1.7;
    color: #555
}

/* SPECS TABLE */

.specs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px
}

.specs-table thead td {
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0 6px
}

.specs-table tbody tr {
    border-top: 1px solid #f0f0f0
}

.specs-table tbody td {
    padding: 10px 4px;
    color: #444
}

.specs-table tbody td:last-child {
    text-align: right;
    font-weight: 500;
    color: #222
}

/* AVALIAÇÕES */

.avaliacao-geral {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px
}

.nota-grande {
    font-size: 32px;
    font-weight: 700
}

.nota-de {
    font-size: 18px;
    color: #888;
    margin-top: 4px
}

.estrelas-grandes {
    font-size: 22px
}

.review-card {
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 0
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px
}

.review-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover
}

.review-avatar-placeholder {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e91e8c, #9c27b0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px
}

.review-nome {
    font-size: 14px;
    font-weight: 600
}

.review-tempo {
    font-size: 12px;
    color: #888
}

.review-estrelas {
    font-size: 14px;
    margin-bottom: 6px
}

.review-texto {
    font-size: 13px;
    color: #2196f3;
    line-height: 1.6;
    margin-bottom: 10px
}

.review-foto {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    margin-top: 6px;
    object-fit: cover;
    display: block
}

/* LOJA INFO */

.avaliacao-loja-bar {
    margin-bottom: 12px
}

.avaliacao-loja-bar strong {
    font-size: 15px;
    display: block;
    margin-bottom: 8px
}

.estrela-filtros {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.estrela-filtros span {
    background: #f5f5f5;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 13px
}

.loja-card {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    padding: 12px;
    background: #f9f9f9;
    border-radius: 10px
}

.loja-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e91e8c, #9c27b0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px
}

.loja-dados {
    flex: 1
}

.btn-seguir {
    border: 1.5px solid #333;
    background: #fff;
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer
}

.loja-descricao-texto {
    font-size: 13px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px
}

.accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    border-top: 1px solid #eee;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500
}

.accordion-content {
    display: none;
    padding: 0 0 14px;
    font-size: 14px;
    color: #555;
    line-height: 1.6
}

.accordion-content.open {
    display: block
}

.footer-badges {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #eee;
    font-size: 13px;
    color: #555
}

.footer-copy {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-top: 12px;
    padding-bottom: 8px
}

/* RODAPÉ FIXO */

.rodape-fixo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #eee;
    display: flex;
    align-items: stretch;
    padding: 8px 12px;
    gap: 8px;
    z-index: 200;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08)
}

.rodape-nav {
    display: flex;
    gap: 0
}

.rodape-nav-btn {
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    font-size: 11px;
    color: #888;
    cursor: pointer;
    padding: 4px 12px;
    min-width: 50px
}

.rodape-nav-btn i {
    font-size: 18px
}

.rodape-acoes {
    display: flex;
    gap: 8px;
    flex: 1;
    align-items: center
}

.btn-carrinho {
    flex: 1;
    padding: 10px 8px;
    background: #fff;
    border: 1.5px solid #f56200;
    color: #f56200;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    line-height: 1.3;
    text-align: center
}

.btn-comprar-agora {
    flex: 1.4;
    padding: 10px 8px;
    background: linear-gradient(135deg, #f56200, #f36000);
    color: #fff;
    border: none;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.3;
    text-align: center
}

.preco-btn {
    font-size: 13px;
    font-weight: 700
}

/* MODAL COMPRA */

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
    align-items: flex-end;
    justify-content: center
}

.modal-overlay.open {
    display: flex
}

.modal-box {
    background: #fff;
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 480px;
    padding: 20px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideUp 0.3s ease
}

@keyframes slideUp {
    from {
        transform: translateY(100%)
    }
    to {
        transform: translateY(0)
    }
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 22px;
    color: #999;
    cursor: pointer;
    z-index: 1
}

.modal-produto-header {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px
}

.modal-thumb-main {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #e91e8c
}

.modal-preco-info {
    flex: 1
}

.modal-preco {
    font-size: 24px;
    font-weight: 700;
    color: #e91e8c
}

.badge-frete-gratis {
    background: #e91e8c;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-top: 4px;
    display: inline-block
}

.modal-thumbs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 12px;
    scrollbar-width: none
}

.modal-thumbs::-webkit-scrollbar {
    display: none
}

.modal-thumb {
    min-width: 80px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 4px;
    font-size: 10px;
    color: #666;
    line-height: 1.2
}

.modal-thumb img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    margin: 0 auto 4px
}

.modal-thumb.active {
    border-color: #e91e8c;
    color: #e91e8c
}

.modal-thumb span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.modal-oferta-bar {
    background: linear-gradient(135deg, #ff6d00, #e65100);
    color: #fff;
    border-radius: 10px;
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    font-weight: 600;
    font-size: 14px
}

.modal-secao {
    margin-bottom: 16px
}

.modal-secao-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px
}

.voltagem-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 10px
}

.voltagem-item {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px
}

.voltagem-item.selected {
    border-color: #e91e8c;
    background: #fff0f6;
    color: #e91e8c
}

.qty-control {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1.5px solid #eee;
    border-radius: 8px;
    padding: 4px;
    width: fit-content
}

.qty-control button {
    background: none;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center
}

.qty-control span {
    font-size: 18px;
    font-weight: 600;
    min-width: 24px;
    text-align: center
}

.modal-botoes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
    padding-bottom: 10px
}

.btn-comprar-modal {
    background: linear-gradient(135deg, #e91e8c, #c2185b);
    color: #fff;
    border: none;
    border-radius: 28px;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.3
}

.btn-add-carrinho-modal {
    background: #fff;
    color: #e91e8c;
    border: 2px solid #e91e8c;
    border-radius: 28px;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

/* MODAL CHECKOUT */

.modal-checkout {
    background: #f5f5f5;
    width: 100%;
    max-width: 480px;
    height: 100vh;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column
}

.checkout-header {
    background: #fff;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 10
}

.checkout-header button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer
}

.checkout-titulo {
    font-size: 17px;
    font-weight: 700
}

.checkout-sub {
    font-size: 12px;
    color: #4caf50;
    margin-top: 2px
}

.checkout-body {
    flex: 1;
    padding: 12px;
    padding-bottom: 100px
}

.checkout-section {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px
}

.checkout-section-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px
}

.checkout-loja-badge {
    font-size: 13px;
    color: #f5a623;
    margin-bottom: 10px
}

.checkout-produto-row {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px
}

.checkout-produto-row img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px
}

.checkout-produto-info {
    flex: 1;
    font-size: 14px
}

.checkout-produto-info .nome {
    font-size: 13px;
    color: #333;
    margin-bottom: 6px
}

.badge-oferta {
    background: #ff6d00;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 4px
}

.badge-devolucao {
    color: #4caf50;
    font-size: 11px
}

.checkout-produto-preco {
    font-size: 15px;
    font-weight: 700;
    color: #e91e8c
}

.checkout-produto-original {
    font-size: 12px;
    text-decoration: line-through;
    color: #999
}

.qty-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 2px;
    float: right
}

.qty-inline button {
    background: none;
    border: none;
    width: 28px;
    height: 28px;
    font-size: 16px;
    cursor: pointer
}

.checkout-resumo {
    margin-top: 10px;
    font-size: 14px
}

.checkout-resumo div {
    display: flex;
    justify-content: space-between;
    padding: 4px 0
}

.checkout-resumo .desconto {
    color: #e91e8c
}

.checkout-resumo .total {
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 6px
}

.produtos-relacionados {
    overflow-x: auto;
    display: flex;
    gap: 10px;
    padding-bottom: 8px;
    scrollbar-width: none
}

.produtos-relacionados::-webkit-scrollbar {
    display: none
}

.prod-rel-card {
    min-width: 130px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    background: #fff
}

.prod-rel-img {
    width: 100%;
    height: 90px;
    object-fit: cover
}

.prod-rel-badge {
    position: absolute;
    top: 4px;
    left: 4px;
    background: #e91e8c;
    color: #fff;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: 700
}

.prod-rel-info {
    padding: 8px
}

.prod-rel-nome {
    font-size: 11px;
    color: #333;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.prod-rel-preco-atual {
    font-size: 13px;
    font-weight: 700;
    color: #222
}

.prod-rel-preco-original {
    font-size: 11px;
    color: #999;
    text-decoration: line-through
}

.prod-rel-frete {
    color: #4caf50;
    font-size: 11px;
    margin: 2px 0
}

.btn-add-rel {
    width: 100%;
    border: none;
    background: #eee;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600
}

/* FORM CHECKOUT */

.form-group {
    margin-bottom: 12px
}

.form-group label {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 4px
}

.form-group label span.required {
    color: #e91e8c
}

.form-group input,
.form-group select {
    width: 100%;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s
}

.form-group input:focus,
.form-group select:focus {
    border-color: #e91e8c
}

.form-group input.error {
    border-color: #f44336
}

.form-hint {
    font-size: 12px;
    color: #888;
    margin-top: 4px
}

.link-cep {
    color: #e91e8c;
    font-size: 12px;
    text-decoration: none;
    display: block;
    margin-top: 4px
}

.step-badge {
    width: 28px;
    height: 28px;
    background: #e91e8c;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    margin-right: 8px
}

.frete-opcoes {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.frete-opcao {
    border: 1.5px solid #eee;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

.frete-opcao.selected {
    border-color: #e91e8c;
    background: #fff0f6
}

.frete-opcao input[type=radio] {
    accent-color: #e91e8c;
    width: 18px;
    height: 18px
}

.frete-opcao-label {
    flex: 1;
    font-size: 14px;
    font-weight: 500
}

.frete-opcao-valor {
    font-weight: 700;
    color: #333
}

.garantia-box {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px;
    font-size: 13px;
    color: #555;
    margin-top: 10px;
    display: flex;
    gap: 8px;
    align-items: flex-start
}

.seguranca-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 10px;
    font-size: 12px;
    color: #888
}

.economia-aviso {
    color: #e91e8c;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px
}

/* RODAPÉ CHECKOUT */

.checkout-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 480px;
    margin: 0 auto;
    background: #fff;
    padding: 12px 16px;
    border-top: 1px solid #eee;
    z-index: 300;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.1)
}

.checkout-total-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.btn-fazer-pedido {
    flex: 1;
    background: linear-gradient(135deg, #e91e8c, #c2185b);
    color: #fff;
    border: none;
    border-radius: 28px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    line-height: 1.3
}

/* SOCIAL PROOF */

.social-proof {
    position: fixed;
    bottom: 90px;
    left: 16px;
    right: auto;
    max-width: 300px;
    width: calc(100% - 32px);
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    z-index: 4000;
    animation: slideLeft 0.35s ease;
    border: 1px solid #eee
}

@keyframes slideLeft {
    from {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(0)
    }
}

.sp-icon {
    background: #e91e8c;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0
}

.sp-text {
    font-size: 13px;
    line-height: 1.5;
    color: #333
}

/* MODAL PIX */

.modal-pix-box {
    background: #fff;
    border-radius: 20px 20px 0 0;
    width: 100%;
    max-width: 480px;
    padding: 24px 20px;
    max-height: 95vh;
    overflow-y: auto;
    animation: slideUp 0.3s ease
}

.pix-success-icon {
    width: 64px;
    height: 64px;
    background: #e8f5e9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #4caf50;
    font-size: 28px
}

.pix-titulo {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px
}

.pix-sub {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 20px
}

.pix-qr-box {
    text-align: center;
    margin: 0 auto 16px;
    padding: 16px;
    border: 1px solid #eee;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    display: flex;
    justify-content: center
}

.pix-valor {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px
}

.pix-metodo {
    text-align: center;
    color: #888;
    font-size: 14px;
    margin-bottom: 16px
}

.pix-copia-cola-box {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 14px;
    margin-bottom: 16px
}

.pix-cc-label {
    color: #888;
    font-size: 12px;
    text-align: center;
    margin-bottom: 8px
}

.pix-cc-codigo {
    font-size: 11px;
    color: #333;
    word-break: break-all;
    line-height: 1.6;
    text-align: center;
    max-height: 80px;
    overflow: hidden
}

.btn-copiar-pix {
    width: 100%;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 28px;
    padding: 15px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 10px
}

.pix-info-tempo {
    text-align: center;
    color: #888;
    font-size: 13px;
    margin-bottom: 20px
}

.pix-resumo-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px
}

.pix-resumo-box h3 {
    font-size: 15px;
    margin-bottom: 12px
}

.pix-resumo-item {
    display: flex;
    gap: 10px;
    align-items: center
}

.pix-resumo-item strong {
    margin-left: auto;
    font-size: 14px
}

.pix-como-pagar {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 16px
}

.pix-como-pagar h3 {
    font-size: 15px;
    margin-bottom: 14px
}

.pix-passo {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    color: #444
}

.pix-num {
    background: #e91e8c;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px
}

/* LOADING */

.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.overlay-loading {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center
}

.overlay-loading.show {
    display: flex
}

.loading-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px;
    text-align: center;
    font-size: 15px;
    color: #333
}

.loading-card .loading-spinner {
    border: 3px solid #eee;
    border-top-color: #e91e8c;
    width: 32px;
    height: 32px;
    margin-bottom: 12px
}

/* TOAST */

.toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 14px;
    z-index: 9999;
    display: none;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2)
}

.toast.show {
    display: block;
    animation: fadeInDown 0.3s ease
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px)
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0)
    }
}

/* ---- ORDER BUMPS CHECKOUT ---- */

.checkout-bumps {
    padding: 4px 0
}

.bumps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 10px;
    padding: 0 16px
}

.bumps-header i {
    color: #e91e8c;
    margin-right: 6px
}

.bumps-deslize {
    font-size: 12px;
    color: #e91e8c;
    font-weight: 600
}

.bumps-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 16px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.bumps-scroll::-webkit-scrollbar {
    display: none
}

.bump-card {
    flex-shrink: 0;
    width: 140px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    scroll-snap-align: start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06)
}

.bump-card img {
    width: 100%;
    height: 95px;
    object-fit: contain;
    border-radius: 6px;
    background: #f9f9f9;
    margin-bottom: 6px;
    display: block
}

.bump-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #e91e8c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 5px;
    border-radius: 4px;
    z-index: 1
}

.bump-nome {
    font-size: 11px;
    color: #333;
    line-height: 1.4;
    min-height: 30px;
    margin-bottom: 4px
}

.bump-orig {
    font-size: 10px;
    color: #aaa;
    text-decoration: line-through
}

.bump-preco {
    font-size: 14px;
    font-weight: 800;
    color: #1a202c
}

.bump-frete {
    font-size: 10px;
    color: #4caf50;
    margin-top: 2px
}

.bump-btn-add {
    width: 100%;
    margin-top: 8px;
    padding: 7px 0;
    border-radius: 20px;
    border: 1.5px solid #e91e8c;
    background: transparent;
    color: #e91e8c;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s
}

.bump-btn-add:active,
.bump-btn-add.added {
    background: #e91e8c;
    color: #fff;
    border-color: #e91e8c
}

/* Admin bump-item dropdown */

.bump-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 13px;
    border-bottom: 1px solid #fafafa
}

.bump-item:last-child {
    border-bottom: none
}

.bump-item:hover {
    background: #fdf0f7
}

/* ============================================================
   VARIAÇÕES AVANÇADAS — Modelos (capacete) / Kit (roupa) / Opções
   ============================================================ */

/* Carrossel horizontal de MODELOS (fotos selecionáveis) */

.modelo-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 4px 2px 10px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity
}

.modelo-scroll::-webkit-scrollbar {
    height: 5px
}

.modelo-scroll::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 3px
}

.modelo-item {
    flex: 0 0 auto;
    width: 78px;
    text-align: center;
    cursor: pointer;
    scroll-snap-align: start
}

.modelo-thumb {
    width: 78px;
    height: 78px;
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
    transition: border-color .15s, transform .15s
}

.modelo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.modelo-item.selected .modelo-thumb {
    border-color: #e91e8c;
    transform: translateY(-2px)
}

.modelo-nome {
    display: block;
    font-size: 11px;
    color: #666;
    margin-top: 5px;
    line-height: 1.25;
    max-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.modelo-item.selected .modelo-nome {
    color: #e91e8c;
    font-weight: 600;
    white-space: normal
}

/* Grupos de opção (Tamanho / Modelo / Cor) */

.opcoes-wrap {
    padding-top: 0
}

.opcao-grupo {
    margin-bottom: 16px
}

.opcao-titulo {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px
}

.opcao-sel-label {
    font-size: 12px;
    color: #999;
    font-weight: 400
}

.opcao-sel-label.ok {
    color: #1a202c;
    font-weight: 600
}

.opcao-valores {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.opcao-btn,
.opcao-cor {
    border: 1.5px solid #e2e2e2;
    background: #fff;
    border-radius: 8px;
    padding: 9px 14px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all .12s;
    font-family: inherit
}

.opcao-btn:hover,
.opcao-cor:hover {
    border-color: #bbb
}

.opcao-btn.selected,
.opcao-cor.selected {
    border-color: #e91e8c;
    background: #fdf0f7;
    color: #e91e8c;
    font-weight: 600
}

.cor-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .15);
    flex: 0 0 auto
}

/* Itens do KIT (Camiseta 1, Camiseta 2...) */

.kit-item {
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 14px;
    background: #fcfcfc
}

.kit-item-head {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    margin-bottom: 12px
}

.kit-num {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1a202c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

/* Variação no resumo do checkout */

.checkout-variacao {
    font-size: 11px;
    color: #888;
    margin: 3px 0 4px;
    line-height: 1.35
}