.seller-card{
  background:#fff;
  border-radius:16px;
  padding:18px;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  border:1px solid rgba(0,0,0,.06);
}

.seller-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:15px;
  flex-wrap:wrap;
}

.seller-name{
  display:flex;
  align-items:center;
  gap:8px;
  font-weight:800;
  color:#1a1a1a;
  line-height:1.2;
}

.seller-name a{
  color:#1a1a1a;
  text-decoration:none;
}

.seller-name a:hover{
  color:#7B2BFF;
}

.seller-verified{
  display:inline-flex;
  align-items:center;
  gap:6px;
  background:rgba(22,179,22,.12);
  color:#16b316;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:800;
  white-space:nowrap;
}

.seller-top-action{
  margin-left:auto;
}

.seller-body{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:14px;
}

.seller-avatar{
  width:74px;
  height:74px;
  border-radius:50%;
  overflow:hidden;
  flex:0 0 74px;
  border:3px solid rgba(123,43,255,.12);
  background:#f6f6f6;
}

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

.seller-meta{
  display:flex;
  flex-direction:column;
  gap:8px;
  width:100%;
}

.seller-row{
  display:flex;
  align-items:center;
  gap:8px;
  color:#444;
  font-size:13px;
}

.seller-row i{
  width:16px;
  text-align:center;
  color:#8a8a8a;
}

.seller-location{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  background:#fafafa;
  font-size:13px;
  font-weight:700;
  color:#333;
  margin-top:6px;
}

.seller-stats{
  display:flex;
  gap:10px;
  margin:14px 0 12px;
}

.seller-stat{
  flex:1;
  padding:10px 12px;
  border-radius:12px;
  background:#fafafa;
  border:1px solid rgba(0,0,0,.06);
}

.seller-stat .label{
  font-size:12px;
  color:#777;
}

.seller-stat .value{
  font-size:14px;
  font-weight:900;
  color:#111;
  margin-top:2px;
}

.seller-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:10px;
}

.seller-actions .seller-btn{
  justify-content:center;
  width:100%;
}

.seller-actions .seller-btn.primary{
  grid-column:1 / -1;
}

.seller-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 14px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  color:#111;
  transition:.2s ease;
}

.seller-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(0,0,0,.10);
}

.seller-btn.primary{
  background:linear-gradient(135deg,#7B2BFF,#8e47ff);
  color:#fff;
  border-color:rgba(123,43,255,.25);
}

.seller-btn.primary:hover{
  background:#6a22e8;
  box-shadow:0 10px 22px rgba(123,43,255,.22);
}

.seller-btn.ghost{
  background:#f7f7f7;
}

button.seller-btn{
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  line-height:1;
}

button.seller-btn:focus{
  outline:none;
}

.seller-footer{
  margin-top:12px;
  padding-top:12px;
  border-top:1px solid rgba(0,0,0,.06);
  font-size:13px;
  color:#444;
}

.seller-footer .featured{
  font-weight:800;
  color:#16b316;
}

/* wishlist topo */
.wishlist-top{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  border-radius:999px;
  background:#f5f5f5;
  color:#333;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  transition:all .2s ease;
  margin-left:auto;
}

.wishlist-top:hover{
  background:#eeeeee;
  text-decoration:none;
}

.wishlist-top.active{
  background:#fff0f3;
  color:#d90000;
}

.wishlist-top.active i{
  color:#d90000;
}

/* badges do produto */
.product-highlights{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 12px 0;
  
}

.badge-new,
.badge-used,
.product-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-weight:700;
  line-height:1;
}

.badge-new,
.badge-used{
  font-size:13px;
  padding:6px 12px;
  gap:5px;
}

.badge-new{
  background:#dcfce7;
  color:#166534;
  border:1px solid #86efac;
}

.badge-used{
  background:#fff7ed;
  color:#9a3412;
  border:1px solid #fdba74;
}

.product-tag{
  background:#f3f4f6;
  color:#333;
  font-size:14px;
  padding:8px 14px;
}

/* confiança */
.gamenest-trust{
  margin-top:14px;
  padding:14px;
  border-radius:14px;
  background:#fafafa;
  border:1px solid rgba(0,0,0,.06);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.trust-item{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:700;
  color:#333;
  padding:6px 8px;
  border-radius:8px;
  transition:.2s ease;
}

.trust-item:hover{
  background:rgba(123,43,255,.06);
}

.trust-item i{
  width:20px;
  height:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  background:rgba(123,43,255,.12);
  color:#7B2BFF;
  font-size:12px;
  box-shadow:0 4px 10px rgba(123,43,255,.18);
}

/* CONTAINER DOS BADGES */
.gamenest-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    flex-wrap: wrap;
}

/* BASE PADRÃO (GARANTIA + DATA) */
.gamenest-guarantee,
.gamenest-date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;

    min-height: 32px;
    padding: 0 12px;

    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;

    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
}

/* GARANTIA (VERDE) */
.gamenest-guarantee {
    color: #2e7d32;
    background: #e8f5e9;
    border: 1px solid #c8e6c9;

    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.gamenest-guarantee:hover {
    background: #dcedc8;
    transform: translateY(-1px);
}

/* DATA (CINZA PREMIUM) */
.gamenest-date {
    color: #555;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
}

/* ÍCONES */
.gamenest-guarantee i,
.gamenest-date i {
    font-size: 13px;
    line-height: 1;
}

/* TEXTO */
.gamenest-guarantee span,
.gamenest-date span {
    line-height: 1;
}

/* TOOLTIP */
.gamenest-guarantee::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);

    background: #333;
    color: #fff;

    padding: 6px 10px;
    font-size: 12px;

    border-radius: 6px;
    white-space: nowrap;

    opacity: 0;
    pointer-events: none;

    transition: 0.2s;
}

.gamenest-guarantee:hover::after {
    opacity: 1;
}







.wishlist_compare_button_blockx{
  margin-top:10px;
}

.wishlist_compare_button_blockx a{
  transition:.2s ease;
}

.wishlist_compare_button_blockx a:hover{
  color:#7B2BFF;
}

/* BOX VENDER PRA GAMENEST - MANTIDO */
.gn-buy-box{
  margin-top:20px;
  padding:18px;
  border:1px solid #e5e5e5;
  border-radius:10px;
  background:#fafafa;
  text-align:center;
}

.gn-buy-box h3{
  margin:0 0 8px;
  font-size:22px;
}

.gn-buy-box p{
  margin:0 0 14px;
  color:#555;
}

.btn-gn-buy,
.btn-gn-submit{
  background:#6a2cff;
  color:#fff;
  border:0;
  padding:12px 18px;
  border-radius:8px;
  font-weight:700;
  cursor:pointer;
}

/* MODAL - MANTIDO EXATAMENTE FUNCIONAL */
.gn-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.6);
  z-index:9999;
  padding:20px;
  overflow:auto;
}

.gn-modal.active{
  display:block;
}

.gn-modal-content{
  max-width:560px;
  margin:40px auto;
  background:#fff;
  border-radius:12px;
  padding:24px;
  position:relative;
}

.gn-close{
  position:absolute;
  top:10px;
  right:12px;
  background:none;
  border:0;
  font-size:28px;
  cursor:pointer;
}

.gn-field{
  margin-bottom:14px;
}

.gn-field label{
  display:block;
  font-weight:600;
  margin-bottom:6px;
}

.gn-field input,
.gn-field select,
.gn-field textarea{
  width:100%;
  padding:12px;
  border:1px solid #dcdcdc;
  border-radius:8px;
  box-sizing:border-box;
}

.gn-actions{
  margin-top:18px;
  text-align:center;
}

/* link azul do perfil */
.seller-mini-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:8px 14px;
  border-radius:999px;
  background:linear-gradient(135deg,#7B2BFF,#8e47ff);
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  transition:.2s ease;
  box-shadow:0 8px 18px rgba(123,43,255,.18);
}

.seller-mini-link:hover{
  background:#6a22e8;
  color:#fff;
  text-decoration:none;
  box-shadow:0 10px 22px rgba(123,43,255,.22);
}

/* responsivo */
@media (max-width:768px){
  .seller-body{
    align-items:flex-start;
  }

  .seller-stats{
    flex-direction:column;
  }

  .gn-modal-content{
    margin:10px auto;
    padding:18px;
    border-radius:12px;
  }

  .gn-buy-box h3{
    font-size:20px;
  }

  .wishlist-top{
    margin-left:0;
  }
  
  .product-highlights{
        gap:8px;
  }
	
}