OBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILESOBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILESOBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILESOBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILESOBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILESOBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILESOBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILESOBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILESOBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILESOBTÉN ENVÍO GRATIS POR COMPRAS SOBRE $100.000ENVIOS ENTRE 3 A 7 DÍAS HABILES
Ir directamente al contenido
  • HOME
  • HOODIES
  • COLECCIÓN SUMMER VIBES
  • TOPS
TraperasCompany
  • HOME
  • HOODIES
  • COLECCIÓN SUMMER VIBES
  • TOPS
Iniciar sesión Carrito
  • POLERA OVERSIZED BEACH CAR

    POLERA OVERSIZED BEACH CAR

    Oferta

    POLERA OVERSIZED BEACH CAR

    Precio habitual $10.990 CLP
    Precio habitual $18.990 CLP Precio de oferta $10.990 CLP
    Precio unitario /  por 
    Oferta
  • TOP CLARA NEGRO

    TOP CLARA NEGRO

    Oferta

    TOP CLARA NEGRO

    Precio habitual $9.990 CLP
    Precio habitual $14.990 CLP Precio de oferta $9.990 CLP
    Precio unitario /  por 
    Oferta
  • TOP CLARA ORANGE

    TOP CLARA ORANGE

    Oferta

    TOP CLARA ORANGE

    Precio habitual $9.990 CLP
    Precio habitual $14.990 CLP Precio de oferta $9.990 CLP
    Precio unitario /  por 
    Oferta
  • JOCKEY SUNSHINE BLACK

    JOCKEY SUNSHINE BLACK

    Oferta

    JOCKEY SUNSHINE BLACK

    Precio habitual $6.990 CLP
    Precio habitual $14.990 CLP Precio de oferta $6.990 CLP
    Precio unitario /  por 
    Oferta
  • HOODIE ROYAL BLUE

    HOODIE ROYAL BLUE

    Agotado

    HOODIE ROYAL BLUE

    Precio habitual $36.990 CLP
    Precio habitual $0 CLP Precio de oferta $36.990 CLP
    Precio unitario /  por 
    Agotado

¡SUSCRÍBETE AQUÍ!

Suscríbete y sé el primero en obtener nuestros descuentos VIP y las ofertas exclusivas antes que nadie.

  • Instagram
  • TikTok
Formas de pago
    © 2025, TraperasCompany Tecnología de Shopify
      • Al seleccionar una opción, se actualiza toda la página.
      • Se abre en una nueva ventana.
      document.addEventListener("DOMContentLoaded", () => { const drawer = document.getElementById("menu-drawer"); const drawerContainer = document.getElementById("Details-menu-drawer-container"); const toggle = drawerContainer.querySelector("summary"); let startX = 0; // Swipe para abrir menú desde borde izquierdo document.addEventListener("touchstart", e => { startX = e.touches[0].clientX; }); document.addEventListener("touchend", e => { let endX = e.changedTouches[0].clientX; if (startX < 50 && endX - startX > 60) { drawer.setAttribute("open", "true"); drawerContainer.setAttribute("open", "true"); toggle.setAttribute("aria-expanded", "true"); drawer.focus(); } }); // Toggle para abrir/cerrar menú toggle.add