Shipping Policy
Shipment Processing Time
- All orders made before 2:00 PM are processed within 2-5 business days.
- Orders are not shipped or delivered on weekends or holidays.
Estimated Delivery Time
We offer Free Shipping on all orders:
- United States and Canada: 7 to 14 business days.
- European Union: 7 to 14 business days.
- Worldwide: 10 to 20 business days.
Shipment Confirmation & Order Tracking
- The tracking number will be active within 24 business hours.
Damages & Lost Packages
- If you receive your order damaged, please contact us immediately at hi@livarastudio.com.
- Please send us photos of the packaging and goods so we can process an insurance claim for you.
/* Estilos Gerais Adaptáveis */
.custom-shipping-container {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
color: #111111;
padding: 40px 20px;
max-width: 800px;
margin: 0 auto;
box-sizing: border-box;
line-height: 1.6;
}
.custom-shipping-container *, .custom-shipping-container *::before, .custom-shipping-container *::after {
box-sizing: border-box;
}
.custom-shipping-title {
font-size: 32px;
font-weight: 700;
margin: 0 0 30px 0;
letter-spacing: -0.5px;
}
.custom-shipping-divider {
border: 0;
border-top: 1px solid #e5e5e5;
margin: 30px 0;
}
.custom-shipping-section {
margin-bottom: 35px;
}
.custom-shipping-subtitle {
font-size: 20px;
font-weight: 700;
margin: 0 0 15px 0;
letter-spacing: -0.3px;
}
.custom-shipping-container p {
font-size: 14px;
margin: 0 0 12px 0;
color: #444444;
}
.custom-shipping-list {
margin: 0 0 20px 0;
padding-left: 20px;
}
.custom-shipping-list li {
font-size: 14px;
margin-bottom: 8px;
color: #444444;
}
.custom-shipping-link {
color: #111111;
text-decoration: underline;
font-weight: 600;
}
.custom-shipping-link:hover {
color: #555555;
}
/* Ajustes para Celular (Telas menores que 768px) */
@media (max-width: 767px) {
.custom-shipping-container {
padding: 20px 15px;
}
.custom-shipping-title {
font-size: 26px;
}
.custom-shipping-subtitle {
font-size: 18px;
}
.custom-shipping-container p, .custom-shipping-list li {
font-size: 13.5px;
}
}