Shipping policy

Información de envío

Transparencia antes de comprar.

DestinoEstados Unidos (USA)
Coste de envío10 USD
Plazo de entrega1–2 días laborables

El plazo de entrega se cuenta en días laborables y puede variar en periodos de alta demanda o por incidencias del transportista.

/* Scoped styles: prefijo .le-shipping-notice per non interferire con il resto del sito */ .le-shipping-notice { --le-bg: #ffffff; --le-border: rgba(0, 0, 0, 0.10); --le-text: #111111; --le-muted: rgba(17, 17, 17, 0.70); --le-radius: 12px; color: var(--le-text); } .le-shipping-notice__card { background: var(--le-bg); border: 1px solid var(--le-border); border-radius: var(--le-radius); padding: 18px 18px; max-width: 720px; } .le-shipping-notice__header { margin-bottom: 12px; } .le-shipping-notice__title { margin: 0; font-size: 18px; line-height: 1.3; font-weight: 700; } .le-shipping-notice__subtitle { margin: 6px 0 0 0; font-size: 13px; line-height: 1.4; color: var(--le-muted); } .le-shipping-notice__content { margin-top: 10px; } .le-shipping-notice__list { margin: 0; padding: 0; } .le-shipping-notice__row { display: flex; gap: 12px; padding: 10px 0; border-top: 1px solid var(--le-border); } .le-shipping-notice__row:first-child { border-top: 0; padding-top: 0; } .le-shipping-notice__label { margin: 0; min-width: 170px; font-size: 13px; font-weight: 600; color: var(--le-muted); } .le-shipping-notice__value { margin: 0; font-size: 13px; font-weight: 600; } .le-shipping-notice__note { margin: 12px 0 0 0; font-size: 12px; line-height: 1.5; color: var(--le-muted); } @media (max-width: 520px) { .le-shipping-notice__card { padding: 16px; } .le-shipping-notice__row { flex-direction: column; gap: 6px; } .le-shipping-notice__label { min-width: auto; } }