Politica de expediere

/* Ascunde titlul uriaș implicit al temei Shopify */ .main-page-title, .page-title, h1.title--primary, h1.title, .page-width > h1, main h1:first-of-type { display: none !important; visibility: hidden !important; height: 0 !important; margin: 0 !important; padding: 0 !important; } /* ========================================================================== STILIZARE PAGINI LEGALE (PENTRU FUNDAL ALB) - ICONIC STYLE ========================================================================== */ .iconic-legal-wrapper { max-width: 800px; margin: 0 auto; padding: 40px 20px 80px 20px; font-family: 'Montserrat', sans-serif !important; color: #333333; line-height: 1.6; } .legal-header { text-align: center; margin-bottom: 50px; border-bottom: 1px solid #EAEAEA; padding-bottom: 30px; } .legal-header h2 { color: #000000; font-weight: 900; font-size: 28px; margin-bottom: 10px; letter-spacing: 1px; text-transform: uppercase; } .legal-header p { font-size: 12px; color: #666666; margin: 0; } .legal-content h3 { color: #000000; font-size: 18px; font-weight: 700; margin: 40px 0 15px 0; display: flex; align-items: center; gap: 10px; } .legal-content h3::before { content: ''; display: block; width: 6px; height: 18px; background-color: #FF5F00; border-radius: 2px; } .legal-content p { margin-bottom: 15px; font-size: 14px; } .legal-content strong { color: #000000; font-weight: 700; } .legal-content ul, .legal-content ol { margin-bottom: 25px; padding-left: 20px; } .legal-content li { margin-bottom: 10px; font-size: 14px; } .legal-content ul li::marker { color: #FF5F00; } /* Butoane Contact la finalul paginii */ .legal-contact-box { margin-top: 50px; background-color: #F9F9F9; border: 1px dashed #CCCCCC; padding: 30px 25px; border-radius: 8px; text-align: center; } .legal-contact-box h4 { color: #000000; font-size: 16px; font-weight: 800; margin-top: 0; margin-bottom: 10px; } .legal-contact-box p { color: #666666; font-size: 13px; margin-bottom: 25px; } .legal-contact-methods { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; } .legal-contact-btn { display: flex; align-items: center; gap: 8px; padding: 12px 25px; border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 13px; transition: all 0.3s ease; } .btn-icon { width: 18px; height: 18px; } .btn-whatsapp { background-color: #32D74B; color: #FFFFFF; } .btn-whatsapp:hover { background-color: #28B93D; transform: translateY(-2px); } .btn-email { background-color: transparent; color: #000000; border: 1px solid #CCCCCC; } .btn-email:hover { border-color: #FF5F00; color: #FF5F00; } .email-svg { transition: stroke 0.3s ease; } .btn-email:hover .email-svg { stroke: #FF5F00; }