✦ Información de despacho
Envíos a todo Chile 🇨🇱
Despachamos desde la primera compra. Sin monto mínimo, sin sorpresas en el proceso.
¿Cómo funciona el proceso?
01
Haces tu pedido
Seleccionas tu producto, pagas con Mercado Pago o transferencia, y recibes la confirmación en tu correo.
02
Procesamos tu pedido
Verificamos tu pago y preparamos tu despacho. Esto toma entre 1 y 2 días hábiles.
03
Sale a despacho
Tu paquete entra a la red de envíos. Recibirás un número de seguimiento para rastrear tu pedido en tiempo real.
04
Llega a tu puerta
El transportista entrega en la dirección que ingresaste. Si no estás, coordinan una segunda entrega.
⏱️
Tiempos de entrega
Región Metropolitana
3 – 5 días hábiles
Regiones cercanas
5 – 7 días hábiles
Regiones extremas
7 – 12 días hábiles
* Los tiempos son estimados y pueden variar según transportista y temporada.
💰
Costo de envío
Envío estándar
Según destino
Se calcula al momento del pago
Automático
El costo exacto aparece en el checkout antes de confirmar tu compra, sin sorpresas.
Preguntas frecuentes
¿Puedo rastrear mi pedido?
Sí. Una vez despachado, te enviamos el número de seguimiento al correo que registraste. Con ese número puedes rastrear tu paquete en tiempo real directamente en el sitio del transportista.
¿Qué pasa si no estoy cuando llega el paquete?
El transportista intentará una segunda entrega o dejará el paquete en una sucursal cercana para que lo retires. Te llegará un aviso con los detalles.
¿Hacen despacho a regiones extremas como Magallanes o Arica?
Sí, despachamos a todo Chile continental. Los tiempos y costos pueden variar para regiones extremas. Si tienes dudas sobre tu zona, escríbenos por WhatsApp y te confirmamos antes de comprar.
¿Qué pasa si mi pedido llega dañado?
Escríbenos inmediatamente con fotos del producto y el embalaje. Lo gestionamos sin vueltas — reposición o reembolso según el caso. Tu compra está protegida.
¿Cuánto demora en procesarse mi pedido?
Una vez confirmado el pago, procesamos tu pedido en 1 a 2 días hábiles. Los pedidos realizados el fin de semana se procesan el lunes siguiente.
💬
¿Tienes alguna duda sobre tu pedido?
Escríbenos por WhatsApp y te respondemos al instante.
Contactar por WhatsApp
.kt-shipping { font-family: inherit; color: #2c3e28; }
/* Hero */
.kt-sh-hero {
background: #f5f0e8;
padding: clamp(52px, 7vw, 88px) 24px;
text-align: center;
}
.kt-sh-hero-inner { max-width: 640px; margin: 0 auto; }
.kt-sh-eyebrow {
font-size: 12px; font-weight: 700; letter-spacing: 0.15em;
text-transform: uppercase; color: #a0845c; margin: 0 0 14px;
}
.kt-sh-title {
font-size: clamp(26px, 4vw, 46px);
font-weight: 800; color: #2c3e28; line-height: 1.2; margin: 0 0 16px;
}
.kt-sh-lead {
font-size: clamp(14px, 1.5vw, 17px);
color: #6b7260; line-height: 1.75; margin: 0;
}
/* Section title */
.kt-sh-section-title {
font-size: clamp(20px, 2.5vw, 30px);
font-weight: 800; color: #2c3e28;
text-align: center; margin: 0 0 44px;
}
/* Pasos */
.kt-sh-steps {
background: #fff;
padding: clamp(48px, 6vw, 80px) 24px;
}
.kt-sh-steps-inner { max-width: 1100px; margin: 0 auto; }
.kt-sh-steps-grid {
display: flex;
align-items: flex-start;
gap: 0;
}
.kt-sh-step {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 16px;
padding: 0 16px;
}
.kt-sh-step-num {
width: 52px; height: 52px;
background: #2c3e28;
color: #fff;
font-size: 16px; font-weight: 800;
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
}
.kt-sh-step-body h3 {
font-size: 16px; font-weight: 700;
color: #2c3e28; margin: 0 0 8px;
}
.kt-sh-step-body p {
font-size: 13px; color: #6b7260;
line-height: 1.7; margin: 0;
}
.kt-sh-step-line {
flex-shrink: 0;
width: 40px;
height: 2px;
background: #e0dbd1;
margin-top: 26px;
position: relative;
}
.kt-sh-step-line::after {
content: '';
position: absolute;
right: -5px; top: -4px;
width: 10px; height: 10px;
border-top: 2px solid #e0dbd1;
border-right: 2px solid #e0dbd1;
transform: rotate(45deg);
}
/* Tiempos y costos */
.kt-sh-info {
background: #f9f8f5;
padding: clamp(48px, 6vw, 80px) 24px;
}
.kt-sh-info-inner {
max-width: 1000px; margin: 0 auto;
display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px;
}
.kt-sh-info-card {
background: #fff;
border-radius: 20px;
padding: 36px 32px;
border: 1px solid rgba(44,62,40,0.07);
}
.kt-sh-card-highlight {
border-top: 3px solid #3a7a30;
}
.kt-sh-card-icon {
font-size: 36px; display: block; margin-bottom: 14px;
}
.kt-sh-info-card h3 {
font-size: 18px; font-weight: 700;
color: #2c3e28; margin: 0 0 20px;
}
/* Tabla tiempos */
.kt-sh-table { display: flex; flex-direction: column; gap: 0; }
.kt-sh-row {
display: flex; justify-content: space-between; align-items: center;
padding: 11px 0;
border-bottom: 1px solid rgba(44,62,40,0.06);
font-size: 14px;
color: #6b7260;
}
.kt-sh-row-header {
font-size: 11px; font-weight: 700;
text-transform: uppercase; letter-spacing: 0.1em;
color: rgba(44,62,40,0.4);
}
.kt-sh-row-note {
font-size: 12px; color: rgba(44,62,40,0.35);
border-bottom: none; padding-top: 14px;
}
.kt-sh-time { font-weight: 700; color: #3a7a30; }
/* Costos */
.kt-sh-cost-list { display: flex; flex-direction: column; gap: 14px; }
.kt-sh-cost-item {
display: flex; justify-content: space-between; align-items: center;
font-size: 14px;
}
.kt-sh-cost-label {
display: flex; align-items: center; gap: 8px;
color: #6b7260;
}
.kt-sh-cost-dot {
width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
}
.kt-green { background: #3a7a30; }
.kt-gold { background: #d19900; }
.kt-sh-cost-price { font-weight: 700; color: #2c3e28; font-size: 13px; }
.kt-sh-cost-sep { height: 1px; background: rgba(44,62,40,0.06); }
.kt-sh-cost-note {
font-size: 13px; color: rgba(44,62,40,0.45);
line-height: 1.65; margin: 0;
}
/* FAQ */
.kt-sh-faq {
background: #fff;
padding: clamp(48px, 6vw, 80px) 24px;
}
.kt-sh-faq-inner { max-width: 760px; margin: 0 auto; }
.kt-sh-faq-list { display: flex; flex-direction: column; gap: 0; }
.kt-sh-faq-item {
border-bottom: 1px solid rgba(44,62,40,0.08);
}
.kt-sh-faq-item:first-child { border-top: 1px solid rgba(44,62,40,0.08); }
.kt-sh-faq-q {
display: flex; justify-content: space-between; align-items: center;
padding: 18px 4px;
font-size: 15px; font-weight: 600; color: #2c3e28;
cursor: pointer;
list-style: none;
gap: 12px;
transition: color 0.2s;
}
.kt-sh-faq-q:hover { color: #3a7a30; }
.kt-sh-faq-q::-webkit-details-marker { display: none; }
.kt-faq-icon {
flex-shrink: 0; color: #9ca38e;
transition: transform 0.3s;
}
details[open] .kt-faq-icon { transform: rotate(180deg); }
details[open] .kt-sh-faq-q { color: #3a7a30; }
.kt-sh-faq-a {
font-size: 14px; color: #6b7260;
line-height: 1.75; margin: 0;
padding: 0 4px 18px;
}
/* CTA final */
.kt-sh-cta {
background: #2c3e28;
padding: clamp(36px, 5vw, 60px) 24px;
}
.kt-sh-cta-inner {
max-width: 900px; margin: 0 auto;
display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.kt-sh-cta-icon { font-size: 48px; flex-shrink: 0; }
.kt-sh-cta-inner > div { flex: 1; }
.kt-sh-cta-inner h3 {
font-size: clamp(16px, 2vw, 22px); font-weight: 700;
color: #fff; margin: 0 0 6px;
}
.kt-sh-cta-inner p { font-size: 14px; color: rgba(255,255,255,0.55); margin: 0; }
.kt-sh-cta-btn {
display: inline-flex; align-items: center; gap: 8px;
background: #fff; color: #2c3e28;
font-size: 14px; font-weight: 700;
padding: 13px 26px; border-radius: 999px;
text-decoration: none; flex-shrink: 0;
transition: transform 0.2s, box-shadow 0.2s;
}
.kt-sh-cta-btn:hover {
transform: translateY(-2px);
box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}
@media (max-width: 900px) {
.kt-sh-steps-grid { flex-direction: column; align-items: center; }
.kt-sh-step-line {
width: 2px; height: 30px; margin: 0;
}
.kt-sh-step-line::after {
top: auto; right: -4px; bottom: -5px;
transform: rotate(135deg);
}
.kt-sh-info-inner { grid-template-columns: 1fr; }
.kt-sh-cta-inner { flex-direction: column; text-align: center; }
}