R$1,00
R$0,90 com Pix
10% de desconto pagando com Pix
Ver mais detalhes
Descrição

body { background-color: #f8f9fa; color: #333; line-height: 1.6; } .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; } /* Header */ header { background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 1000; } .header-container { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; } .logo img { height: 50px; } nav ul { display: flex; list-style: none; } nav ul li { margin-left: 30px; } nav ul li a { text-decoration: none; color: #333; font-weight: 500; transition: color 0.3s; } nav ul li a:hover { color: #1e88e5; } .mobile-menu-btn { display: none; background: none; border: none; font-size: 24px; cursor: pointer; } /* Hero Section */ .hero { background: linear-gradient(135deg, #0d47a1 0%, #1e88e5 100%); color: white; padding: 80px 0; } .hero-container { display: flex; align-items: center; } .hero-content { flex: 1; padding-right: 30px; } .hero-image { flex: 1; position: relative; } .hero h1 { font-size: 42px; margin-bottom: 15px; font-weight: 700; } .hero h2 { font-size: 24px; margin-bottom: 20px; font-weight: 500; } .hero p { font-size: 18px; margin-bottom: 30px; } .btn-container { display: flex; gap: 15px; } .btn { display: inline-block; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.3s; text-align: center; } .btn-primary { background-color: white; color: #1e88e5; } .btn-primary:hover { background-color: #f5f5f5; } .btn-secondary { background-color: #0d47a1; color: white; } .btn-secondary:hover { background-color: #083378; } .pulse { animation: pulse 2s infinite; } @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(29, 78, 216, 0.7); } 70% { box-shadow: 0 0 0 10px rgba(29, 78, 216, 0); } 100% { box-shadow: 0 0 0 0 rgba(29, 78, 216, 0); } } .badge { position: absolute; top: 0; right: 0; background-color: #e53935; color: white; font-size: 14px; font-weight: 700; padding: 5px 15px; border-radius: 20px; transform: translate(30%, -30%); } /* Features Section */ .features { padding: 80px 0; background-color: white; } .section-title { font-size: 32px; text-align: center; margin-bottom: 50px; font-weight: 700; } .features-container { display: flex; justify-content: space-between; gap: 30px; } .feature-card { background-color: #f9f9f9; padding: 30px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s, box-shadow 0.3s; flex: 1; text-align: center; } .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); } .feature-icon { width: 70px; height: 70px; background-color: #e3f2fd; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; } .feature-icon i { font-size: 30px; color: #1e88e5; } .feature-card h3 { font-size: 20px; margin-bottom: 15px; font-weight: 600; } .feature-card p { color: #666; } /* Products Section */ .products { padding: 80px 0; background-color: #f8f9fa; } .products-intro { text-align: center; max-width: 800px; margin: 0 auto 50px; } .products-intro p { color: #666; font-size: 18px; } .products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .product-card { background-color: white; border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: transform 0.3s, box-shadow 0.3s; } .product-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); } .product-image { height: 200px; background-color: #f5f5f5; display: flex; align-items: center; justify-content: center; padding: 20px; } .product-info { padding: 20px; } .product-info h3 { font-size: 18px; margin-bottom: 10px; font-weight: 600; } .product-info p { color: #666; margin-bottom: 15px; font-size: 14px; } .product-footer { display: flex; justify-content: space-between; align-items: center; } .price { font-size: 24px; font-weight: 700; color: #1e88e5; } .btn-sm { padding: 8px 15px; font-size: 14px; } /* Promotion Section */ .promotion { padding: 80px 0; background-color: #1e88e5; color: white; } .promotion-container { text-align: center; max-width: 900px; margin: 0 auto; } .promo-box { background-color: white; color: #0d47a1; padding: 40px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-bottom: 30px; } .promo-box h3 { font-size: 28px; margin-bottom: 15px; font-weight: 700; } .promo-box p { font-size: 20px; margin-bottom: 25px; } .promo-features { display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 25px; } .promo-feature { background-color: #e3f2fd; padding: 15px; border-radius: 8px; } .promo-feature span:first-child { display: block; font-size: 16px; font-weight: 500; } .promo-feature span:last-child { display: block; font-size: 24px; font-weight: 700; } .plus { font-size: 30px; font-weight: 700; } /* Product Details */ .details { padding: 80px 0; background-color: white; } .details-container { max-width: 900px; margin: 0 auto; } .details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; } .details-image { background-color: #f5f5f5; padding: 30px; border-radius: 10px; height: 100%; display: flex; align-items: center; justify-content: center; } .details-list { list-style: none; } .details-list li { display: flex; align-items: flex-start; margin-bottom: 20px; } .details-list li i { color: #1e88e5; margin-right: 10px; margin-top: 5px; } .details-list li p { color: #555; } .details-list li p strong { font-weight: 600; } /* CTA Section */ .cta { padding: 80px 0; background-color: #f5f5f5; } .cta-container { max-width: 900px; margin: 0 auto; background-color: white; padding: 40px; border-radius: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.05); } .cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; } .cta-benefits h3 { font-size: 20px; margin-bottom: 20px; font-weight: 600; } .benefits-list { list-style: none; margin-bottom: 25px; } .benefits-list li { display: flex; align-items: center; margin-bottom: 15px; } .benefits-list li i { color: #1e88e5; margin-right: 10px; } .benefits-list li span { color: #555; } .promo-reminder { background-color: #e3f2fd; border-left: 4px solid #1e88e5; padding: 15px; } .promo-reminder p { color: #0d47a1; font-weight: 500; } .contact-form { display: flex; flex-direction: column; gap: 15px; } .form-group { display: flex; flex-direction: column; } .form-group label { margin-bottom: 5px; font-weight: 500; color: #555; } .form-group input, .form-group select { padding: 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 16px; } .form-group input:focus, .form-group select:focus { outline: none; border-color: #1e88e5; box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.2); } /* Testimonials */ .testimonials { padding: 80px 0; background-color: white; } .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .testimonial-card { background-color: #f9f9f9; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); } .stars { color: #ffc107; margin-bottom: 15px; display: flex; } .testimonial-text { color: #555; margin-bottom: 20px; font-style: italic; } .testimonial-author { display: flex; align-items: center; } .author-avatar { width: 40px; height: 40px; background-color: #e3f2fd; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; } .author-avatar span { color: #1e88e5; font-weight: 600; } .author-info h4 { font-weight: 600; margin-bottom: 3px; } .author-info p { color: #777; font-size: 14px; } /* FAQ Section */ .faq { padding: 80px 0; background-color: #f8f9fa; } .faq-container { max-width: 800px; margin: 0 auto; } .faq-item { background-color: white; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.05); margin-bottom: 20px; } .faq-item h3 { font-size: 18px; margin-bottom: 10px; font-weight: 600; } .faq-item p { color: #555; } /* Footer */ footer { background-color: #333; color: white; padding: 60px 0 30px; } .footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-bottom: 40px; } .footer-logo img { height: 50px; margin-bottom: 15px; } .footer-logo p { color: #aaa; } .footer-links h3, .footer-contact h3, .footer-social h3 { font-size: 18px; margin-bottom: 20px; font-weight: 600; } .footer-links ul, .footer-contact ul { list-style: none; } .footer-links ul li { margin-bottom: 10px; } .footer-links ul li a { color: #aaa; text-decoration: none; transition: color 0.3s; } .footer-links ul li a:hover { color: white; } .footer-contact ul li { display: flex; align-items: center; margin-bottom: 15px; color: #aaa; } .footer-contact ul li i { margin-right: 10px; color: #aaa; } .social-icons { display: flex; gap: 15px; } .social-icon { width: 40px; height: 40px; background-color: #444; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s; } .social-icon:hover { background-color: #1e88e5; } .footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid #444; } .footer-bottom p { color: #aaa; } /* Responsive Styles */ @media (max-width: 992px) { .features-container, .products-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); } .promo-features { flex-direction: column; } } @media (max-width: 768px) { .hero-container, .details-grid, .cta-grid { grid-template-columns: 1fr; } .hero-content { padding-right: 0; margin-bottom: 30px; } .btn-container { flex-direction: column; } .mobile-menu-btn { display: block; } nav { display: none; position: absolute; top: 80px; left: 0; width: 100%; background-color: white; box-shadow: 0 5px 10px rgba(0,0,0,0.1); } nav.active { display: block; } nav ul { flex-direction: column; padding: 20px; } nav ul li { margin: 10px 0; } .footer-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 576px) { .features-container, .products-grid, .testimonials-grid, .footer-grid { grid-template-columns: 1fr; } .section-title { font-size: 28px; } .hero h1 { font-size: 32px; } .hero h2 { font-size: 20px; } }

Calçados Nike em Atacado

Primeira Linha com Pronta Entrega

Ideal para revendedores e lojistas que buscam produtos de alta qualidade com acabamento premium.

NIKE
ATACADO

Por que escolher nossos produtos?

 

Primeira Linha

Fabricado com materiais resistentes e estrutura reforçada, garantindo durabilidade e segurança.

 

Embalagem Premium

Cada grade acompanha caixa primeira linha, assegurando proteção adequada durante o transporte.

 

Compatibilidade

Compatível com diversos modelos de tênis Nike, mantendo o padrão de qualidade e estilo da marca.

Nossos Produtos

Calçados Nike Cadarço de alta qualidade e acabamento premium, ideal para revendedores e lojistas.

 

Grade Calçados Nike Cadarço

12 pares por grade | Primeira Linha

 

Grade Calçados Nike Premium

12 pares por grade | Primeira Linha

 

Grade Calçados Nike Especial

12 pares por grade | Primeira Linha

Promoção Especial

FRETE GRÁTIS

Para compras de 3 grades ou mais!

Economia deR$ 130,00
+
Válido paraTodo Brasil

Não perca a oportunidade de garantir um estoque de Calçados Nike Cadarço com condições vantajosas. Faça seu pedido agora e aproveite o frete grátis!

Detalhes do Produto

NIKE
  • Pronta Entrega: Disponibilidade imediata para seu negócio.

  • Grade Completa: 12 pares por unidade, facilitando o controle de estoque e reposição.

  • Primeira Linha: Materiais resistentes e estrutura reforçada, garantindo durabilidade e segurança.

  • Embalagem Premium: Caixa primeira linha, assegurando proteção adequada durante o transporte.

  • Compatibilidade: Adequado para diversos modelos de tênis Nike, mantendo o padrão de qualidade.

Faça seu pedido agora

Vantagens para revendedores:

  • Produto de alta qualidade
  • Preços competitivos para revenda
  • Entrega rápida e segura
  • Suporte dedicado ao lojista

Lembre-se: Frete GRÁTIS para compras de 3 grades ou mais!

O que nossos clientes dizem

 

"Produto de excelente qualidade. Meus clientes adoraram e já estou na terceira compra. O frete grátis faz toda a diferença!"

RL

Ricardo Lima

Lojista em São Paulo

 

"Entrega rápida e produto conforme descrito. A qualidade é realmente de primeira linha. Recomendo para todos os lojistas!"

MS

Mariana Santos

Revendedora no Rio de Janeiro

 

"Comprei 3 grades e aproveitei o frete grátis. Produto de excelente qualidade e atendimento nota 10. Já estou fazendo um novo pedido!"

CA

Carlos Almeida

Lojista em Belo Horizonte

Perguntas Frequentes

Qual o prazo de entrega?

O prazo de entrega varia de acordo com a região, mas geralmente é de 3 a 7 dias úteis após a confirmação do pagamento.

Como funciona a promoção de frete grátis?

Para compras de 3 grades ou mais (36 pares ou mais), o frete é gratuito para todo o território nacional, representando uma economia de R$ 130,00.

Quais são as formas de pagamento?

Aceitamos PIX, transferência bancária, boleto e cartão de crédito em até 12x (com juros da operadora).

Posso escolher os modelos e tamanhos?

Sim, você pode personalizar sua grade de acordo com suas necessidades. Entre em contato conosco para mais informações sobre disponibilidade.

Vocês emitem nota fiscal?

Sim, emitimos nota fiscal para todas as vendas, garantindo a segurança e legalidade da sua compra.