
+0 Vendido(s)
+3 Restante(s)
π pack Loja (crie sua loja)
R$ 3,99 β R$ 39,99
Selecione um item para ver o preΓ§oDescriΓ§Γ£o
<p>
<title>Pack Loja - Tudo para sua Store</title>
</p><!-- Font Awesome (Γcones) -->
<p><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</p><style>
/* reset e prevenΓ§Γ£o de overflow lateral */
* { box-sizing: border-box; }
html, body {
margin: 0;
padding: 0;
width: 100%;
overflow-x: hidden;
background: #0a0a0a;
font-family: 'Inter', Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* wrapper que centra o conteΓΊdo */
.page-center {
display: flex;
justify-content: center;
padding: 20px 16px;
}
/* container responsivo */
.product-container {
width: 100%;
max-width: 920px;
background: linear-gradient(145deg,#0f0f0f,#1a1a1a);
border-radius: 20px;
color: #eaeaea;
box-shadow: 0 12px 32px rgba(34, 197, 94, 0.2);
padding: 28px;
margin: 0 auto;
overflow: hidden;
border: 1px solid rgba(34, 197, 94, 0.15);
}
.product-container h1 {
text-align: center;
font-size: 36px;
font-weight: 900;
background: linear-gradient(90deg,#22c55e,#16a34a,#15803d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 32px;
display: flex;
gap: 12px;
justify-content: center;
flex-wrap: wrap;
text-shadow: 0 0 20px rgba(34, 197, 94, 0.5);
}
.info-card {
background: rgba(34, 197, 94, 0.08);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(34, 197, 94, 0.2);
padding: 22px;
border-radius: 16px;
margin-bottom: 22px;
box-shadow: 0 8px 24px rgba(34, 197, 94, 0.15);
transition: all .3s ease;
width: 100%;
}
.info-card:hover{
transform: translateY(-6px);
box-shadow: 0 12px 32px rgba(34, 197, 94, 0.25);
border: 1px solid rgba(34, 197, 94, 0.35);
background: rgba(34, 197, 94, 0.12);
}
.info-card h2{
display: flex;
align-items: center;
gap: 12px;
color: #22c55e;
font-size: 22px;
margin-bottom: 16px;
flex-wrap: wrap;
font-weight: 700;
}
.info-card h2 i {
color: #16a34a;
font-size: 22px;
min-width: 22px;
text-align: center;
}
.info-card ul {
margin: 0;
padding-left: 20px;
}
.info-card li {
color: #d4d4d8;
margin-bottom: 10px;
font-size: 15px;
line-height: 1.7;
}
.highlight {
color: #22c55e;
font-weight: 700;
text-shadow: 0 0 12px rgba(34, 197, 94, 0.4);
}
.warning-card {
background: rgba(239, 68, 68, 0.1);
border: 1px solid rgba(239, 68, 68, 0.25);
}
.warning-card:hover {
background: rgba(239, 68, 68, 0.15);
border: 1px solid rgba(239, 68, 68, 0.4);
box-shadow: 0 12px 32px rgba(239, 68, 68, 0.2);
}
.warning-card h2 {
color: #ef4444;
}
.warning-card h2 i {
color: #dc2626;
}
.store-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: linear-gradient(45deg, #22c55e, #16a34a);
color: white;
padding: 6px 16px;
border-radius: 25px;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.8px;
margin-left: 12px;
box-shadow: 0 4px 16px rgba(34, 197, 94, 0.4);
}
.features-list {
list-style: none;
padding: 0;
margin: 18px 0 0 0;
}
.features-list li {
display: flex;
align-items: center;
gap: 14px;
margin-bottom: 14px;
color: #d4d4d8;
font-size: 15px;
line-height: 1.7;
padding: 12px 16px;
background: rgba(34, 197, 94, 0.06);
border-radius: 10px;
border-left: 4px solid #22c55e;
transition: all 0.25s ease;
}
.features-list li:hover {
background: rgba(34, 197, 94, 0.12);
transform: translateX(6px);
border-left-color: #16a34a;
}
.check-icon {
color: #22c55e;
font-size: 18px;
min-width: 18px;
}
.store-preview {
background: rgba(34, 197, 94, 0.08);
border: 2px dashed rgba(34, 197, 94, 0.3);
border-radius: 14px;
padding: 24px;
text-align: center;
margin: 18px 0;
transition: all 0.3s ease;
}
.store-preview:hover {
border-color: rgba(34, 197, 94, 0.5);
background: rgba(34, 197, 94, 0.12);
}
.store-icon {
font-size: 52px;
color: #22c55e;
margin-bottom: 16px;
}
.store-preview h3 {
color: #22c55e;
font-size: 20px;
margin: 0 0 10px 0;
font-weight: 700;
}
.store-preview p {
color: #86efac;
font-size: 14px;
margin: 0;
line-height: 1.6;
}
.component-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 16px;
margin: 18px 0;
}
.component-item {
background: rgba(34, 197, 94, 0.1);
border: 1px solid rgba(34, 197, 94, 0.2);
border-radius: 12px;
padding: 18px;
text-align: center;
transition: all 0.3s ease;
}
.component-item:hover {
background: rgba(34, 197, 94, 0.15);
border-color: rgba(34, 197, 94, 0.4);
transform: translateY(-4px);
}
.component-item i {
font-size: 32px;
color: #22c55e;
margin-bottom: 12px;
display: block;
}
.component-item h4 {
color: #22c55e;
margin: 0 0 8px 0;
font-size: 16px;
font-weight: 600;
}
.component-item p {
color: #86efac;
font-size: 13px;
margin: 0;
line-height: 1.5;
}
.tech-specs {
background: rgba(34, 197, 94, 0.05);
border: 1px solid rgba(34, 197, 94, 0.15);
border-radius: 12px;
padding: 16px;
margin: 16px 0;
}
.tech-title {
color: #22c55e;
font-size: 14px;
font-weight: 600;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.tech-text {
color: #d4d4d8;
font-size: 14px;
line-height: 1.6;
margin: 0;
}
/* forΓ§a quebra de palavras longas */
.info-card, .info-card * {
word-wrap: break-word;
word-break: break-word;
hyphens: auto;
}
/* responsive */
@media (max-width: 768px) {
.product-container {
padding: 22px;
border-radius: 16px;
}
.product-container h1 {
font-size: 28px;
}
.info-card {
padding: 18px;
}
.info-card h2 {
font-size: 20px;
gap: 8px;
}
.info-card li {
font-size: 14px;
line-height: 1.6;
}
.store-icon {
font-size: 42px;
}
.component-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.product-container {
padding: 18px;
}
.product-container h1 {
font-size: 22px;
}
.info-card h2 {
font-size: 18px;
}
.info-card li {
font-size: 13px;
}
.store-badge {
font-size: 11px;
padding: 4px 12px;
}
.store-icon {
font-size: 36px;
}
}
</style>
<div class="page-center">
<div class="product-container">
<h1> Pack Loja <span class="store-badge"> Starter</span></h1>
<div class="info-card">
<h2> Para quem quer abrir sua Store</h2>
<p style="color: #d4d4d8; margin-bottom: 18px;">Pacote inicial completo com tudo que vocΓͺ precisa para comeΓ§ar a vender:</p>
<div class="tech-specs">
<div class="tech-title">πͺ PACK INICIAL</div>
<p class="tech-text">Kit completo com <strong>produtos iniciais</strong>, mΓ©todos, bots e sistemas.</p>
<p class="tech-text">Tudo organizado para vocΓͺ <span class="highlight">COMEΓAR VENDENDO</span> hoje mesmo.</p>
<p class="tech-text">ConfiguraΓ§Γ£o <strong>simples</strong> e entrega automΓ‘tica.</p>
</div>
</div>
<div class="store-preview">
<div class="store-icon">
<br></div>
<h3>Sua Loja Digital</h3>
<p>Tudo que vocΓͺ precisa para montar sua store<br>e comeΓ§ar a faturar online.</p>
</div>
<div class="info-card">
<h2> O que estΓ‘ incluso</h2>
<div class="component-grid">
<div class="component-item">
<h4>πΉ MΓ©todos</h4>
<p>PIX automΓ‘tico, Mercado Pago e outros gateways de pagamento configurados</p>
</div>
<div class="component-item">
<h4>πΉ Bots</h4>
<p>Bots de vendas, tickets e moderaΓ§Γ£o prontos para usar no Discord</p>
</div>
<div class="component-item">
<h4>πΉ Packs</h4>
<p>Pacotes de produtos organizados por categorias para revenda</p>
</div>
<div class="component-item">
<h4>πΉ Produtos</h4>
<p>Base inicial com produtos digitais populares para comeΓ§ar vendendo</p>
</div>
</div>
</div>
<div class="info-card">
<h2> Vantagens do Pack</h2>
<ul class="features-list">
<li>
<strong>Entrega AutomΓ‘tica:</strong> Produtos sΓ£o entregues automaticamente apΓ³s pagamento
</li>
<li>
<strong>ConfiguraΓ§Γ£o Simples:</strong> Tudo prΓ©-configurado, sΓ³ personalizar e usar
</li>
<li>
<strong>Suporte Incluso:</strong> Tutorial em vΓdeo para configuraΓ§Γ£o
</li>
<li>
<strong>Produtos Iniciais:</strong> Base de produtos para comeΓ§ar vendendo hoje
</li>
<li>
<strong>Sistema Completo:</strong> Do pagamento Γ entrega, tudo automatizado
</li>
</ul>
</div>
<div class="info-card warning-card">
<h2> InformaΓ§Γ΅es Importantes</h2>
<p style="color: #d4d4d8; margin-bottom: 18px;">O que vocΓͺ precisa saber:</p>
<div style="background: rgba(239, 68, 68, 0.15); padding: 16px; border-radius: 10px; border-left: 4px solid #ef4444;">
<div style="color: #ef4444; font-size: 14px; font-weight: 600; margin-bottom: 8px; text-transform: uppercase;">βΉοΈ IMPORTANTE</div>
<p style="color: #fecaca; font-size: 14px; line-height: 1.6; margin: 0 0 8px 0;">Pack <strong>inicial</strong> para quem estΓ‘ comeΓ§ando.</p>
<p style="color: #fecaca; font-size: 14px; line-height: 1.6; margin: 0 0 8px 0;">Inclui <span class="highlight">TUTORIAIS</span> de instalaΓ§Γ£o passo a passo.</p>
<p style="color: #fecaca; font-size: 14px; line-height: 1.6; margin: 0;">Ideal para iniciantes sem experiΓͺncia tΓ©cnica.</p>
</div>
</div>
<div class="info-card">
<h2> Como Funciona</h2>
<ul>
<li><strong>Compra:</strong> Receba o pack completo automaticamente</li>
<li><strong>InstalaΓ§Γ£o:</strong> Siga o tutorial simples incluΓdo</li>
<li><strong>ConfiguraΓ§Γ£o:</strong> Personalize com suas informaΓ§Γ΅es</li>
<li><strong>Vendas:</strong> Comece a vender e faturar online</li>
</ul>
</div>
<div class="info-card">
<h2> Entrega e Suporte</h2>
<ul>
<li>Entrega imediata apΓ³s confirmaΓ§Γ£o do pagamento</li>
<li>Tutorial completo em vΓdeo</li>
<li>Ideal para iniciantes</li>
</ul>
</div>
</div>
</div>
Compra Segura
Sua compra Γ© protegida por criptografia SSL
Entrega AutomΓ‘tica
Receba seu pacote imediatamente apΓ³s o pagamento
MΓ©todos de pagamentos
Γ‘ vista0
0 avaliaΓ§Γ΅es
5
4
3
2
1
