/*
 * Stack Gamer 2026 - Capitulo 05: Cards de Produto e Pagina de Produto.
 * Escopo visual/UX. Nao altera preco, estoque, carrinho, checkout, pagamento, frete, banco ou payloads.
 */

.theme-stackgamer-definitive-preview {
    --sg-product-card-radius: 12px;
    --sg-product-card-border: rgba(15, 23, 42, .10);
    --sg-product-card-muted: #64748b;
}

.theme-stackgamer-definitive-preview .product-card,
.theme-stackgamer-definitive-preview .sg-product-card {
    position: relative !important;
    display: grid !important;
    grid-template-rows: 1fr auto !important;
    min-width: 0 !important;
    height: 100% !important;
    color: var(--sg-color-text) !important;
    background: #ffffff !important;
    border: 1px solid var(--sg-product-card-border) !important;
    border-radius: var(--sg-product-card-radius) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .07) !important;
    overflow: hidden !important;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.theme-stackgamer-definitive-preview .product-card:hover,
.theme-stackgamer-definitive-preview .sg-product-card:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(37, 99, 255, .24) !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, .12) !important;
}

.theme-stackgamer-definitive-preview .product-card-body {
    display: grid !important;
    gap: 12px !important;
    padding: 0 16px 14px !important;
}

.theme-stackgamer-definitive-preview .product-img-wrapper {
    position: relative !important;
    display: grid !important;
    place-items: center !important;
    aspect-ratio: 1 / .78 !important;
    min-height: 180px !important;
    margin: 12px 12px 0 !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #f8fafc, #eef6ff) !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 10px !important;
}

.theme-stackgamer-definitive-preview .product-img-wrapper img {
    width: min(82%, 260px) !important;
    height: min(82%, 260px) !important;
    object-fit: contain !important;
    filter: drop-shadow(0 14px 18px rgba(15, 23, 42, .16)) !important;
}

.theme-stackgamer-definitive-preview .product-image-empty,
.theme-stackgamer-definitive-preview .product-img-wrapper.image-unavailable::after {
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    min-height: 140px !important;
    color: var(--sg-product-card-muted) !important;
    font-weight: 800 !important;
    text-align: center !important;
}

.theme-stackgamer-definitive-preview .product-card-badges {
    position: absolute !important;
    top: 18px !important;
    left: 18px !important;
    right: 18px !important;
    z-index: 2 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    pointer-events: none !important;
}

.theme-stackgamer-definitive-preview .discount-tag,
.theme-stackgamer-definitive-preview .stockout-tag {
    display: inline-flex !important;
    min-height: 28px !important;
    align-items: center !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    font-size: .72rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.theme-stackgamer-definitive-preview .discount-tag {
    color: #ffffff !important;
    background: #dc2626 !important;
}

.theme-stackgamer-definitive-preview .stockout-tag {
    color: #475569 !important;
    background: #e2e8f0 !important;
}

.theme-stackgamer-definitive-preview .product-card-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    min-width: 0 !important;
}

.theme-stackgamer-definitive-preview .product-brand,
.theme-stackgamer-definitive-preview .product-category-chip,
.theme-stackgamer-definitive-preview .product-price-label {
    color: var(--sg-color-primary) !important;
    font-size: .73rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.theme-stackgamer-definitive-preview .product-category-chip {
    max-width: 52% !important;
    overflow: hidden !important;
    color: var(--sg-product-card-muted) !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.theme-stackgamer-definitive-preview .product-title {
    min-height: 2.8em !important;
    margin: 0 !important;
    color: var(--sg-color-navy) !important;
    font: 900 .98rem/1.28 var(--sg-font-family) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.theme-stackgamer-definitive-preview .product-spec-summary {
    min-height: 2.6em !important;
    margin: -4px 0 0 !important;
    color: var(--sg-product-card-muted) !important;
    font-size: .82rem !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.theme-stackgamer-definitive-preview .product-rating,
.theme-stackgamer-definitive-preview .product-rating-empty {
    min-height: 22px !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: var(--sg-product-card-muted) !important;
    font-size: .78rem !important;
    font-weight: 750 !important;
}

.theme-stackgamer-definitive-preview .product-rating-stars,
.theme-stackgamer-definitive-preview .sg-rating-filled {
    color: #f59e0b !important;
}

.theme-stackgamer-definitive-preview .sg-rating-empty,
.theme-stackgamer-definitive-preview .product-rating-stars span {
    color: #cbd5e1 !important;
}

.theme-stackgamer-definitive-preview .product-footer {
    display: grid !important;
    gap: 13px !important;
    padding: 14px 16px 16px !important;
    border-top: 1px solid rgba(15, 23, 42, .08) !important;
    background: #ffffff !important;
}

.theme-stackgamer-definitive-preview .price-container {
    display: grid !important;
    gap: 3px !important;
}

.theme-stackgamer-definitive-preview .old-price {
    color: #94a3b8 !important;
    font-size: .82rem !important;
    text-decoration: line-through !important;
}

.theme-stackgamer-definitive-preview .product-price,
.theme-stackgamer-definitive-preview .product-price-pix {
    color: var(--sg-color-interaction) !important;
    font: 900 1.35rem/1.1 var(--sg-font-display) !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.theme-stackgamer-definitive-preview .product-payment-line,
.theme-stackgamer-definitive-preview .product-installments {
    color: var(--sg-product-card-muted) !important;
    font-size: .78rem !important;
    line-height: 1.35 !important;
}

.theme-stackgamer-definitive-preview .product-stock-line {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    min-height: 36px !important;
    padding: 0 10px !important;
    color: #047857 !important;
    background: #ecfdf5 !important;
    border-radius: 9px !important;
    font-size: .78rem !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview .product-stock-line small {
    color: var(--sg-product-card-muted) !important;
    font-weight: 800 !important;
}

.theme-stackgamer-definitive-preview .product-card-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 8px !important;
}

.theme-stackgamer-definitive-preview .product-card-buy,
.theme-stackgamer-definitive-preview .product-page-link,
.theme-stackgamer-definitive-preview .btn-view {
    min-height: 42px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    border-radius: 9px !important;
    font-size: .82rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.theme-stackgamer-definitive-preview .product-card-buy {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--sg-color-primary), var(--sg-color-interaction)) !important;
    border: 0 !important;
}

.theme-stackgamer-definitive-preview .product-page-link,
.theme-stackgamer-definitive-preview .btn-view {
    color: var(--sg-color-primary) !important;
    background: #ffffff !important;
    border: 1px solid rgba(37, 99, 255, .18) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto {
    background:
        radial-gradient(circle at 80% 8%, rgba(14, 165, 255, .10), transparent 26%),
        linear-gradient(180deg, #f8fafc 0%, #f3f4f6 100%) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-empty {
    width: min(100% - 32px, 1320px) !important;
    margin: clamp(24px, 4vw, 48px) auto !important;
    color: var(--sg-color-text) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-breadcrumb {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
    margin-bottom: 18px !important;
    color: var(--sg-product-card-muted) !important;
    font-size: .9rem !important;
    font-weight: 750 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-breadcrumb a {
    color: var(--sg-color-primary) !important;
    text-decoration: none !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-heading {
    position: relative !important;
    padding: clamp(22px, 4vw, 34px) !important;
    margin-bottom: 18px !important;
    overflow: hidden !important;
    background: linear-gradient(125deg, rgba(255,255,255,.98), rgba(239,246,255,.95)) !important;
    border: 1px solid rgba(37, 99, 255, .14) !important;
    border-radius: 14px !important;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .08) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-heading::after {
    position: absolute !important;
    top: -1px !important;
    right: 30px !important;
    width: 110px !important;
    height: 2px !important;
    background: linear-gradient(90deg, var(--sg-color-primary), var(--sg-color-interaction)) !important;
    content: "" !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-heading h1 {
    max-width: 980px !important;
    margin: 10px 0 14px !important;
    color: var(--sg-color-navy) !important;
    font: 900 clamp(1.9rem, 4vw, 3.35rem)/1.05 var(--sg-font-display) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-meta-row,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-rating {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    align-items: center !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-meta-row span {
    min-height: 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 10px !important;
    color: var(--sg-color-primary) !important;
    background: #ffffff !important;
    border: 1px solid rgba(37, 99, 255, .16) !important;
    border-radius: 999px !important;
    font-weight: 850 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-rating {
    margin-top: 12px !important;
    color: var(--sg-product-card-muted) !important;
    font-weight: 800 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
    gap: 22px !important;
    align-items: start !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-gallery,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-buybox,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-support article,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-guide > article,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-quick-faq,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-section,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-steps {
    color: var(--sg-color-text) !important;
    background: #ffffff !important;
    border: 1px solid rgba(15, 23, 42, .10) !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .08) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-gallery {
    padding: clamp(18px, 3vw, 28px) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-image {
    display: grid !important;
    place-items: center !important;
    width: 100% !important;
    min-height: clamp(320px, 48vw, 560px) !important;
    background: linear-gradient(180deg, #f8fafc, #eef6ff) !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 12px !important;
    cursor: zoom-in !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-image img {
    width: min(82%, 560px) !important;
    max-height: 520px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 20px 26px rgba(15, 23, 42, .18)) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-image.is-zoomed img {
    transform: scale(1.18) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-thumbnails {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 14px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-thumbnail {
    width: 72px !important;
    height: 72px !important;
    display: grid !important;
    place-items: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(15, 23, 42, .12) !important;
    border-radius: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-thumbnail.is-active {
    border-color: var(--sg-color-primary) !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 255, .12) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-thumbnail img {
    width: 88% !important;
    height: 88% !important;
    object-fit: contain !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-buybox {
    position: sticky !important;
    top: 18px !important;
    display: grid !important;
    gap: 14px !important;
    padding: clamp(18px, 3vw, 28px) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-promo-badge {
    justify-self: start !important;
    min-height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 10px !important;
    color: #ffffff !important;
    background: #dc2626 !important;
    border-radius: 999px !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-old-price {
    color: #94a3b8 !important;
    text-decoration: line-through !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-main-price {
    color: #059669 !important;
    font: 900 clamp(2.2rem, 4vw, 3.15rem)/1 var(--sg-font-display) !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-payment-note,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-payment-standard p,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-stock span,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-panel span,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-freight p,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-support p,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-intro,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-list span,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-quick-faq p,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-card span {
    color: var(--sg-product-card-muted) !important;
    line-height: 1.55 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-card-price {
    color: var(--sg-color-navy) !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-payment-options {
    margin-top: 8px !important;
    border: 1px solid rgba(15, 23, 42, .10) !important;
    border-radius: 10px !important;
    background: #f8fafc !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-payment-options summary {
    min-height: 42px !important;
    padding: 0 12px !important;
    color: var(--sg-color-primary) !important;
    font-weight: 900 !important;
    cursor: pointer !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-payment-options div {
    display: grid !important;
    gap: 8px !important;
    padding: 0 12px 12px !important;
    color: var(--sg-color-text) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-stock {
    display: grid !important;
    gap: 3px !important;
    padding: 12px 14px !important;
    color: #047857 !important;
    background: #ecfdf5 !important;
    border: 1px solid rgba(4, 120, 87, .12) !important;
    border-radius: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-stock strong,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-panel strong,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-freight strong {
    color: var(--sg-color-navy) !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-panel {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-panel > div {
    padding: 12px !important;
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-actions > * {
    min-height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 14px !important;
    border-radius: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-buy-now,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-add-cart {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--sg-color-primary), var(--sg-color-interaction)) !important;
    border: 0 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-add-cart {
    background: var(--sg-color-navy) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-share,
.theme-stackgamer-definitive-preview.sg-page-produto .whatsapp-context-link,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-support-actions a,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-support button,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-guide-actions a,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-guide-actions button {
    color: var(--sg-color-primary) !important;
    background: #ffffff !important;
    border: 1px solid rgba(37, 99, 255, .18) !important;
    box-shadow: none !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-freight {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto !important;
    gap: 12px !important;
    align-items: center !important;
    padding: 12px !important;
    background: #f0f9ff !important;
    border: 1px solid rgba(14, 165, 255, .18) !important;
    border-radius: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-freight button {
    min-height: 38px !important;
    padding: 0 12px !important;
    color: var(--sg-color-primary) !important;
    background: #ffffff !important;
    border: 1px solid rgba(37, 99, 255, .18) !important;
    border-radius: 9px !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .conversion-trust-icon svg,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-freight svg {
    width: 20px !important;
    height: 20px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-support,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-guide {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin-top: 22px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-support article,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-guide > article,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-quick-faq {
    padding: clamp(18px, 3vw, 26px) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-support h2,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-guide h2,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-quick-faq h2,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-section h2,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-steps h2 {
    margin: 8px 0 10px !important;
    color: var(--sg-color-navy) !important;
    font: 900 clamp(1.35rem, 2.4vw, 2rem)/1.14 var(--sg-font-display) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-support-actions,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-guide-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin-top: 16px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-list {
    display: grid !important;
    gap: 10px !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-list li {
    display: grid !important;
    gap: 4px !important;
    padding: 13px 14px !important;
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 10px !important;
    list-style: none !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-list strong {
    color: var(--sg-color-primary) !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-quick-faq details {
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-quick-faq summary {
    min-height: 48px !important;
    padding: 12px 14px !important;
    color: var(--sg-color-navy) !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-quick-faq summary::after {
    color: var(--sg-color-interaction) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-section,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-steps {
    margin-top: 22px !important;
    padding: clamp(18px, 3vw, 28px) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-specs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-specs div {
    display: grid !important;
    grid-template-columns: minmax(140px, .4fr) minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 12px !important;
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-specs dt {
    color: var(--sg-color-primary) !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-specs dd {
    margin: 0 !important;
    color: var(--sg-color-text) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-description {
    margin-top: 16px !important;
    padding: 14px !important;
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-description summary {
    color: var(--sg-color-primary) !important;
    font-weight: 900 !important;
    cursor: pointer !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-description p,
.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-review-list p {
    color: var(--sg-color-muted) !important;
    line-height: 1.65 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-review-list {
    display: grid !important;
    gap: 12px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-review-list article {
    padding: 16px !important;
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 10px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-review-list header {
    display: flex !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-card {
    min-height: 142px !important;
    display: grid !important;
    align-content: start !important;
    gap: 8px !important;
    padding: 16px !important;
    color: var(--sg-color-text) !important;
    background: #f8fafc !important;
    border: 1px solid rgba(15, 23, 42, .08) !important;
    border-radius: 12px !important;
    text-decoration: none !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-card strong {
    color: var(--sg-color-navy) !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-card em {
    align-self: end !important;
    color: var(--sg-color-primary) !important;
    font-style: normal !important;
    font-weight: 900 !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-card.is-primary {
    background: var(--sg-color-primary-soft) !important;
    border-color: rgba(37, 99, 255, .22) !important;
}

.theme-stackgamer-definitive-preview.sg-page-produto a:focus-visible,
.theme-stackgamer-definitive-preview.sg-page-produto button:focus-visible,
.theme-stackgamer-definitive-preview .product-card a:focus-visible,
.theme-stackgamer-definitive-preview .product-card button:focus-visible {
    outline: 3px solid rgba(14, 165, 255, .55) !important;
    outline-offset: 3px !important;
}

@media (max-width: 1180px) {
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-main {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 390px) !important;
    }

    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-main,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-support,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-guide {
        grid-template-columns: 1fr !important;
    }

    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-buybox {
        position: static !important;
    }

    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-panel {
        grid-template-columns: 1fr !important;
    }

    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-specs {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-empty {
        width: min(100% - 20px, 1320px) !important;
    }

    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-heading,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-gallery,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-buybox,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-support article,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-decision-guide > article,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-quick-faq,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-section,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-steps {
        padding: 18px !important;
        border-radius: 12px !important;
    }

    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-page-actions,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-freight,
    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-next-grid,
    .theme-stackgamer-definitive-preview .product-card-actions {
        grid-template-columns: 1fr !important;
    }

    .theme-stackgamer-definitive-preview.sg-page-produto .sg-product-specs div {
        grid-template-columns: 1fr !important;
    }
}
