* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: 'Nunito', Arial, sans-serif;
    background: #fff;
    color: #3D3D3D;
    padding-bottom: 90px; /* espaço pro botão fixo */
}
a { text-decoration: none; color: inherit; }

.cb-topstrip { height: 6px; background: #CE1735; }

.cb-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #fff;
}
.cb-header .cb-menu-icon { color: #0033C6; }
.cb-header .cb-logo img { height: 26px; display: block; }
.cb-header-icons { display: flex; align-items: center; gap: 18px; }
.cb-header-icons .cb-icon-wrap {
    position: relative; color: #0033C6;
    background: none; border: none; padding: 0; margin: 0; cursor: pointer;
    display: flex; align-items: center;
}
.cb-badge {
    position: absolute; top: -6px; right: -8px;
    background: #CA1717; color: #FCFCFC; font-size: 10px; font-weight: 700;
    border-radius: 50%; width: 16px; height: 16px;
    display: flex; align-items: center; justify-content: center;
}
.cb-badge[hidden] { display: none; }
#cb-cart-icon { cursor: pointer; }

.cb-search-wrap { padding: 0 16px 12px; }
.cb-search {
    display: flex; align-items: center;
    background: #FCFCFC; border: 1px solid #CCCCCC; border-radius: 4px;
    padding: 10px 14px;
    color: #696969; font-size: 14px; font-family: 'Nunito', sans-serif;
}
.cb-search svg { margin-left: auto; flex-shrink: 0; color: #575757; }

.cb-cep-row {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
    padding: 10px 16px; background: #F6F9FE; border: none; border-top: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6;
    font-size: 13px; color: #0033C6; font-weight: 700; letter-spacing: 0.02em;
    font-family: 'Nunito', sans-serif; cursor: pointer; text-align: left;
}
.cb-cep-row .cb-cep-left { display: flex; align-items: center; gap: 8px; }
.cb-cep-modal-sub { font-size: 13px; color: #575757; line-height: 1.4; margin-bottom: 16px; }
.cb-cep-modal-nosei { display: block; text-align: center; font-size: 13px; color: #0033C6; font-weight: 700; margin-top: 12px; }

.cb-breadcrumb {
    padding: 12px 16px 4px;
    font-size: 12px; color: #696969;
    white-space: nowrap; overflow-x: auto;
}
.cb-breadcrumb a { color: #696969; }
.cb-breadcrumb .sep { margin: 0 4px; color: #0033C6; }
.cb-breadcrumb .current { color: #0033C6; font-weight: 700; }

.cb-title-block { padding: 6px 16px 10px; }
.cb-title-block h1 {
    font-size: 20px; font-weight: 700; line-height: 150%; letter-spacing: 0.02em;
    color: #3D3D3D; margin: 0 0 8px;
}
.cb-title-meta { font-size: 12px; color: #696969; }
.cb-title-meta a { color: #0033C6; font-weight: 700; }
.cb-divider { height: 1px; background: #E6E6E6; margin: 0 16px; }

.cb-gallery { position: relative; padding: 16px; }
.cb-full-badge {
    position: absolute; top: 16px; left: 16px; z-index: 2;
    width: 54px; height: 54px; border-radius: 50%;
    background: #0033C6; color: #FCFCFC;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 700;
}
.cb-gallery-actions {
    position: absolute; top: 16px; right: 16px; z-index: 2;
    display: flex; flex-direction: column; gap: 8px;
}
.cb-gallery-actions button {
    width: 40px; height: 40px; border-radius: 4px;
    border: 1px solid #CCCCCC; background: #FCFCFC;
    display: flex; align-items: center; justify-content: center;
    color: #0033C6;
}
.cb-gallery-track {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}
.cb-gallery-track::-webkit-scrollbar { display: none; }
.cb-gallery-track img {
    scroll-snap-align: center; flex: 0 0 100%;
    width: 100%; height: 320px; object-fit: contain;
}
.cb-gallery-thumbs {
    display: flex; gap: 8px; overflow-x: auto; padding: 0 16px 4px;
    -webkit-overflow-scrolling: touch;
}
.cb-gallery-thumbs::-webkit-scrollbar { display: none; }
.cb-gallery-thumbs img {
    flex: 0 0 64px; width: 64px; height: 64px; object-fit: contain;
    background: #FCFCFC; border: 1px solid #E6E6E6; border-radius: 4px;
    padding: 4px; cursor: pointer; box-sizing: border-box;
}
.cb-gallery-thumbs img.active { border: 2px solid #0033C6; padding: 3px; }

.cb-stats-row {
    display: flex; align-items: stretch; margin: 0 16px 14px;
    background: #FAFAFA; border: 1px solid #E6E6E6; border-radius: 8px;
    padding: 10px 14px;
}
.cb-stats-item {
    display: flex; align-items: center; gap: 6px; font-size: 14px;
    color: #0033C6; font-weight: 700; font-family: 'Nunito', sans-serif;
    white-space: nowrap;
}
.cb-stats-item--rating { color: #3D3D3D; }
.cb-stats-item svg { color: #0033C6; flex-shrink: 0; }
.cb-stats-divider { width: 1px; background: #E6E6E6; margin: 0 14px; flex-shrink: 0; }

.cb-gallery-counter {
    position: absolute; bottom: 12px; right: 16px; z-index: 2;
    background: rgba(0,0,0,0.6); color: #FCFCFC;
    font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 10px;
}

.cb-buybox { padding: 8px 16px 18px; }
.cb-price-old { font-size: 14px; color: #696969; text-decoration: line-through; font-family: 'Nunito', sans-serif; }
.cb-price-current {
    font-size: 32px; font-weight: 700; color: #0033C6; margin: 2px 0;
    line-height: 150%; letter-spacing: 0.02em; font-family: 'Nunito', sans-serif;
}
.cb-discount-badge {
    display: inline-block;
    background: #1E730D; color: #FCFCFC;
    font-family: 'Nunito', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.02em;
    padding: 3px 8px; border-radius: 4px; margin-bottom: 4px;
}
.cb-installments { font-size: 13px; color: #575757; margin-bottom: 16px; }

.cb-see-payments {
    display: flex; align-items: center; justify-content: center; gap: 4px;
    width: 100%; background: none; border: none; cursor: pointer;
    color: #0033C6; text-decoration: underline; text-underline-offset: 4px;
    font-family: 'Nunito', sans-serif; font-size: 16px; line-height: 150%;
    letter-spacing: 0.02em; font-weight: 700;
    padding: 8px 0; margin-bottom: 8px;
}
.cb-see-payments svg { transition: transform 0.2s ease; }
.cb-see-payments.open svg { transform: rotate(180deg); }
.cb-payments-panel {
    background: #FAFAFA; border-radius: 4px; padding: 10px 14px; margin-bottom: 12px;
}
.cb-payment-row {
    display: flex; justify-content: space-between;
    font-size: 13px; color: #575757; padding: 6px 0;
    border-bottom: 1px solid #E6E6E6;
}
.cb-payment-row:last-child { border-bottom: none; }
.cb-payment-row span:first-child { font-weight: 700; color: #3D3D3D; }

.cb-shipping-calc { margin-top: 18px; }
.cb-shipping-calc label {
    display: block; font-family: 'Nunito', sans-serif; font-size: 16px;
    line-height: 150%; letter-spacing: 0.02em; font-weight: 700; color: #0033C6;
    margin-bottom: 8px;
}
.cb-shipping-form { display: flex; gap: 8px; }
.cb-shipping-form input {
    flex: 1; border: 1px solid #CCCCCC; border-radius: 4px;
    padding: 0 12px; height: 44px; font-size: 14px; font-family: 'Nunito', sans-serif;
    color: #3D3D3D;
}
.cb-shipping-form button {
    border: 2px solid #0033C6; background: #FCFCFC; color: #0033C6;
    border-radius: 4px; padding: 0 20px; font-family: 'Nunito', sans-serif;
    font-size: 14px; font-weight: 700; letter-spacing: 0.02em; cursor: pointer;
}
.cb-shipping-result { font-size: 13px; margin-top: 10px; color: #575757; }
.cb-shipping-result.success { color: #1E730D; font-weight: 700; }
.cb-shipping-result.error { color: #CA1717; font-weight: 700; }

.cb-buy-btn {
    display: block; width: 100%;
    background-color: #1E730D; color: #FCFCFC; border-color: #1E730D;
    border: none; border-radius: 4px;
    font-family: 'Nunito', sans-serif; font-size: 16px; line-height: 150%;
    letter-spacing: 0.02em; font-weight: 700;
    height: 48px; padding: 0 24px;
    text-align: center; cursor: pointer;
}
.cb-buy-btn:active { background-color: #185C0A; }
.cb-buy-btn:focus-visible { box-shadow: white 0px 0px 0px 2px, #0033C6 0px 0px 0px 4px; }

.cb-sticky-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
    background: #FCFCFC; border-top: 1px solid #E6E6E6;
    padding: 10px 16px; box-shadow: 0 -2px 8px rgba(0,0,0,0.06);
    display: flex; align-items: center; gap: 12px;
}
.cb-sticky-bar .cb-sticky-price { flex: 1; }
.cb-sticky-bar .cb-sticky-price .old { font-size: 11px; color: #696969; text-decoration: line-through; display: block; }
.cb-sticky-bar .cb-sticky-price .now { font-size: 17px; font-weight: 700; color: #0033C6; }
.cb-sticky-bar .cb-buy-btn { width: auto; padding: 0 26px; }

.cb-section { padding: 18px 16px; border-top: 8px solid #F7F7F7; }
.cb-section h2 { font-size: 16px; font-weight: 700; margin: 0 0 12px; color: #3D3D3D; letter-spacing: 0.02em; }
.cb-highlights li { font-size: 14px; color: #575757; margin-bottom: 8px; line-height: 150%; }
.cb-description p { font-size: 14px; color: #575757; line-height: 150%; margin: 0 0 10px; }

.cb-specs-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.cb-specs-table tr:nth-child(odd) { background: #FAFAFA; }
.cb-specs-table td { padding: 8px 10px; color: #575757; }
.cb-specs-table td:first-child { color: #696969; width: 42%; }

.cb-review { padding: 14px 0; border-bottom: 1px solid #E6E6E6; }
.cb-review:last-child { border-bottom: none; }
.cb-stars { color: #1E730D; font-size: 14px; margin-bottom: 4px; }
.cb-review-name { font-weight: 700; font-size: 13px; color: #3D3D3D; }
.cb-review-date { font-size: 11px; color: #9E9E9E; margin-left: 6px; }
.cb-review-text { font-size: 13px; color: #575757; margin: 4px 0 8px; line-height: 150%; }
.cb-review-imgs { display: flex; gap: 6px; }
.cb-review-imgs img { width: 56px; height: 56px; object-fit: cover; border-radius: 4px; }

.cb-footer {
    background: #F7F7F7; padding: 24px 16px; text-align: center;
    font-size: 12px; color: #696969;
}
.cb-footer img { height: 22px; margin-bottom: 10px; opacity: 0.8; }
.cb-footer a { color: #0033C6; }

.cb-sold-by { font-size: 13px; color: #575757; margin-top: 4px; }
.cb-sold-by a { color: #0033C6; font-weight: 700; }

.cb-modal-links { margin-top: 14px; display: flex; flex-direction: column; }
.cb-modal-link {
    display: flex; align-items: center; justify-content: space-between;
    background: none; border: none; border-top: 1px solid #E6E6E6;
    padding: 14px 0; font-family: 'Nunito', sans-serif; font-size: 14px;
    font-weight: 700; color: #3D3D3D; text-align: left; cursor: pointer;
}
.cb-modal-link svg { color: #696969; flex-shrink: 0; }

.cb-modal-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 100;
    display: flex; align-items: flex-end;
}
.cb-modal-overlay[hidden] { display: none; }
.cb-modal {
    background: #FCFCFC; width: 100%; max-height: 80vh; overflow-y: auto;
    border-radius: 12px 12px 0 0; padding: 18px 16px 30px;
}
.cb-modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.cb-modal-head h3 { font-size: 16px; font-weight: 700; color: #3D3D3D; margin: 0; }
.cb-modal-close { background: none; border: none; font-size: 22px; color: #696969; cursor: pointer; line-height: 1; }
.cb-modal-body { font-size: 13px; color: #575757; line-height: 150%; }
.cb-modal-body p { margin: 0 0 10px; }
.cb-modal-body .cb-specs-table td { padding: 8px 4px; }

.cb-question-sub { font-size: 13px; color: #696969; margin: 0 0 12px; }
.cb-question-btn {
    background: #FCFCFC; border: 2px solid #0033C6; color: #0033C6;
    border-radius: 4px; height: 44px; padding: 0 20px;
    font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 700;
    letter-spacing: 0.02em; cursor: pointer;
}

.cb-sponsored-track { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 4px; }
.cb-sponsored-card { flex: 0 0 130px; position: relative; }
.cb-sponsored-tag {
    position: absolute; top: 4px; left: 4px; background: #FCFCFC;
    border: 1px solid #CCCCCC; border-radius: 3px; font-size: 9px; color: #696969;
    padding: 1px 5px;
}
.cb-sponsored-card img { width: 100%; height: 110px; object-fit: contain; border: 1px solid #E6E6E6; border-radius: 4px; }
.cb-sponsored-name { font-size: 11px; color: #575757; margin-top: 6px; line-height: 1.3; }
.cb-sponsored-price { font-size: 14px; font-weight: 700; color: #0033C6; margin-top: 4px; }
.cb-sponsored-old { font-size: 11px; color: #9E9E9E; text-decoration: line-through; margin-top: 4px; }

/* Cross-sell "Você também pode gostar" — carrossel dos outros produtos do catálogo */
.cb-cross-track { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.cb-cross-card {
    flex: 0 0 152px; scroll-snap-align: start; position: relative;
    background: #FCFCFC; border: 1px solid #E6E6E6; border-radius: 8px;
    overflow: hidden; cursor: pointer; text-align: left;
}
.cb-cross-badge {
    position: absolute; top: 8px; left: 8px; z-index: 1;
    background: #1E730D; color: #FCFCFC; font-family: 'Nunito', sans-serif;
    font-weight: 700; font-size: 10px; letter-spacing: 0.02em;
    padding: 3px 6px; border-radius: 4px;
}
.cb-cross-fav {
    position: absolute; top: 8px; right: 8px; z-index: 1;
    width: 26px; height: 26px; border-radius: 50%;
    background: rgba(252,252,252,0.92); border: 1px solid #E6E6E6;
    display: flex; align-items: center; justify-content: center; color: #0033C6;
}
.cb-cross-card img { width: 100%; height: 130px; object-fit: contain; background: #FCFCFC; padding: 10px; }
.cb-cross-body { padding: 8px 10px 12px; }
.cb-cross-name {
    font-size: 12px; color: #3D3D3D; line-height: 1.3; margin: 0 0 8px;
    font-family: 'Nunito', sans-serif; font-weight: 600;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.cb-cross-old { font-size: 11px; color: #9E9E9E; text-decoration: line-through; font-family: 'Nunito', sans-serif; }
.cb-cross-price { font-size: 17px; font-weight: 700; color: #0033C6; margin-top: 2px; font-family: 'Nunito', sans-serif; }
.cb-cross-pix { font-size: 11px; color: #575757; margin-top: 3px; }

.cb-rating-line { display: flex; align-items: center; gap: 4px; margin-bottom: 6px; font-size: 13px; color: #575757; }
.cb-rating-star { color: #F5A623; font-size: 16px; }
.cb-rating-star--big { font-size: 20px; margin: 0 4px; }
.cb-rating-count { color: #575757; }

.cb-rating-summary { display: flex; align-items: center; margin-bottom: 14px; }
.cb-rating-big { font-size: 32px; font-weight: 700; color: #3D3D3D; }
.cb-rating-sub { font-size: 12px; color: #696969; margin-left: 8px; }

.cb-rating-bars { margin-bottom: 18px; }
.cb-rating-bar-row { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.cb-rating-bar-label { font-size: 11px; color: #696969; width: 28px; flex-shrink: 0; }
.cb-rating-bar-track { flex: 1; height: 6px; background: #EDEDED; border-radius: 3px; overflow: hidden; }
.cb-rating-bar-fill { height: 100%; background: #0033C6; }
.cb-rating-bar-count { font-size: 11px; color: #696969; width: 16px; text-align: right; flex-shrink: 0; }

.cb-footer { text-align: left; }
.cb-footer h3 { font-size: 14px; font-weight: 700; color: #3D3D3D; margin: 0 0 10px; }
.cb-footer-payments, .cb-footer-app, .cb-footer-social { margin-bottom: 24px; }
.cb-payment-icons { display: flex; flex-wrap: wrap; gap: 8px; }
.cb-pay-icon {
    display: inline-flex; align-items: center; gap: 4px;
    height: 28px; font-size: 11px; font-weight: 700; color: #575757;
    font-family: Arial, sans-serif;
}
.cb-pay-icon-img { height: 20px; width: auto; display: block; }
.cb-app-badges { display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.cb-app-badge-img { height: 40px; width: auto; display: block; }
.cb-social-icons { display: flex; gap: 14px; }
.cb-social-icons a { color: #0033C6; }
.cb-footer-seals { margin-bottom: 24px; }
.cb-seals-row { display: flex; gap: 16px; }
.cb-seal {
    display: flex; align-items: center; gap: 8px;
    border: 1px solid #CCCCCC; border-radius: 4px; padding: 8px 12px;
    font-size: 11px; color: #575757; line-height: 1.3; flex: 1;
}
.cb-seal img { height: 32px; width: auto; flex-shrink: 0; }

.cb-footer-links {
    display: grid; grid-template-columns: 1fr 1fr; gap: 18px 12px;
    padding: 18px 0; border-top: 1px solid #E6E6E6; margin-bottom: 18px;
}
.cb-footer-col { display: flex; flex-direction: column; gap: 8px; }
.cb-footer-col a { font-size: 12px; color: #575757; }
.cb-footer > img, .cb-footer > div:not(.cb-footer-payments):not(.cb-footer-app):not(.cb-footer-social):not(.cb-footer-links) {
    text-align: center;
}

.cb-cart-empty { font-size: 13px; color: #696969; text-align: center; padding: 20px 0; }
.cb-cart-item { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #E6E6E6; }
.cb-cart-item:last-child { border-bottom: none; }
.cb-cart-item img { width: 48px; height: 48px; object-fit: contain; border: 1px solid #E6E6E6; border-radius: 4px; flex-shrink: 0; }
.cb-cart-item-info { flex: 1; }
.cb-cart-item-name { font-size: 13px; color: #3D3D3D; font-weight: 700; }
.cb-cart-item-qty { font-size: 12px; color: #696969; margin-top: 2px; }
.cb-cart-item-price { font-size: 13px; font-weight: 700; color: #0033C6; }

.cb-footer-bottom {
    background: #0033C6; margin: 16px -16px -24px; padding: 20px 16px 24px;
}
.cb-footer-disclaimer {
    font-size: 11px; color: #FCFCFC; opacity: 0.85; text-align: center;
    padding: 0 0 16px; margin: 0;
}
.cb-footer-brand { text-align: center; padding-top: 16px; }
.cb-footer-brand img { filter: brightness(0) invert(1); }
.cb-footer-brand div { color: #FCFCFC; }
.cb-footer-company {
    display: flex; flex-direction: column; gap: 4px;
    text-align: center; font-size: 11px; color: #FCFCFC; opacity: 0.75; margin-top: 14px;
}

.cb-sticky-bar { padding: 8px 12px; }
.cb-sticky-img { width: 44px; height: 44px; object-fit: contain; border: 1px solid #E6E6E6; border-radius: 4px; flex-shrink: 0; }
.cb-sticky-bar .cb-sticky-price .installments { display: block; font-size: 10px; color: #696969; }
