{"id":2794,"date":"2026-01-29T09:22:50","date_gmt":"2026-01-29T09:22:50","guid":{"rendered":"https:\/\/amannforg.com\/?page_id=2794"},"modified":"2026-01-30T14:06:44","modified_gmt":"2026-01-30T14:06:44","slug":"faqs","status":"publish","type":"page","link":"https:\/\/amannforg.com\/de\/faqs\/","title":{"rendered":"Faqs"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2794\" class=\"elementor elementor-2794\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-52d0734 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"52d0734\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d561d4f\" data-id=\"d561d4f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7a2873f elementor-widget elementor-widget-html\" data-id=\"7a2873f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>FAQs | Your Store Name<\/title>\r\n    <style>\r\n        \/* Machic Theme Compatible Styles - Red Modern Version *\/\r\n        :root {\r\n            --machic-red: #ef233c;\r\n            --machic-dark-red: #d90429;\r\n            --machic-light-red: #fff5f5;\r\n            --machic-light-gray: #f8f9fa;\r\n            --machic-dark: #1a1a2e;\r\n            --machic-gradient: linear-gradient(135deg, #ef233c 0%, #d90429 100%);\r\n        }\r\n\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n\r\n        body {\r\n            background: linear-gradient(180deg, #ffffff 0%, var(--machic-light-gray) 100%);\r\n            min-height: 100vh;\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            color: var(--machic-dark);\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .machic-faq-container {\r\n            max-width: 1280px;\r\n            margin: 0 auto;\r\n            padding: 20px 15px;\r\n        }\r\n\r\n        \/* Modern Header *\/\r\n        .machic-page-header {\r\n            background: var(--machic-gradient);\r\n            padding: 80px 0;\r\n            margin-bottom: 60px;\r\n            border-radius: 20px;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-shadow: 0 15px 40px rgba(239, 35, 60, 0.2);\r\n        }\r\n\r\n        .machic-page-header::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);\r\n        }\r\n\r\n        .machic-page-title {\r\n            font-size: 48px;\r\n            font-weight: 800;\r\n            color: white;\r\n            margin-bottom: 20px;\r\n            position: relative;\r\n            z-index: 1;\r\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .machic-page-subtitle {\r\n            font-size: 20px;\r\n            color: rgba(255,255,255,0.9);\r\n            max-width: 800px;\r\n            margin: 0 auto 40px;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        \/* Modern Search *\/\r\n        .machic-search-box {\r\n            max-width: 700px;\r\n            margin: 40px auto 0;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .machic-search-input {\r\n            width: 100%;\r\n            padding: 20px 70px 20px 30px;\r\n            border: 3px solid rgba(255,255,255,0.3);\r\n            border-radius: 15px;\r\n            font-size: 18px;\r\n            background: rgba(255,255,255,0.1);\r\n            backdrop-filter: blur(10px);\r\n            color: white;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 8px 32px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .machic-search-input::placeholder {\r\n            color: rgba(255,255,255,0.7);\r\n        }\r\n\r\n        .machic-search-input:focus {\r\n            outline: none;\r\n            border-color: white;\r\n            background: rgba(255,255,255,0.15);\r\n            box-shadow: 0 12px 40px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .machic-search-button {\r\n            position: absolute;\r\n            right: 15px;\r\n            top: 50%;\r\n            transform: translateY(-50%);\r\n            background: white;\r\n            color: var(--machic-red);\r\n            border: none;\r\n            width: 55px;\r\n            height: 55px;\r\n            border-radius: 12px;\r\n            cursor: pointer;\r\n            font-size: 22px;\r\n            transition: all 0.3s ease;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\r\n        }\r\n\r\n        .machic-search-button:hover {\r\n            background: var(--machic-dark-red);\r\n            color: white;\r\n            transform: translateY(-50%) scale(1.1);\r\n        }\r\n\r\n        \/* Modern Categories *\/\r\n        .machic-faq-categories {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 15px;\r\n            flex-wrap: wrap;\r\n            margin-bottom: 60px;\r\n            padding: 0 10px;\r\n        }\r\n\r\n        .machic-category-btn {\r\n            padding: 15px 30px;\r\n            background: white;\r\n            border: 3px solid var(--machic-light-red);\r\n            border-radius: 12px;\r\n            font-weight: 700;\r\n            color: var(--machic-dark);\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 12px;\r\n            font-size: 16px;\r\n            box-shadow: 0 5px 20px rgba(0,0,0,0.05);\r\n        }\r\n\r\n        .machic-category-btn i {\r\n            color: var(--machic-red);\r\n            font-size: 20px;\r\n        }\r\n\r\n        .machic-category-btn:hover {\r\n            border-color: var(--machic-red);\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 25px rgba(239, 35, 60, 0.15);\r\n        }\r\n\r\n        .machic-category-btn.active {\r\n            background: var(--machic-gradient);\r\n            color: white;\r\n            border-color: var(--machic-red);\r\n            box-shadow: 0 10px 25px rgba(239, 35, 60, 0.25);\r\n        }\r\n\r\n        .machic-category-btn.active i {\r\n            color: white;\r\n        }\r\n\r\n        \/* Modern FAQ Sections *\/\r\n        .machic-faq-section {\r\n            margin-bottom: 70px;\r\n            padding: 0 10px;\r\n            opacity: 0;\r\n            transform: translateY(20px);\r\n            animation: fadeInUp 0.6s ease forwards;\r\n        }\r\n\r\n        @keyframes fadeInUp {\r\n            to {\r\n                opacity: 1;\r\n                transform: translateY(0);\r\n            }\r\n        }\r\n\r\n        .machic-section-title {\r\n            font-size: 32px;\r\n            font-weight: 800;\r\n            color: var(--machic-dark);\r\n            margin-bottom: 40px;\r\n            padding-bottom: 20px;\r\n            border-bottom: 3px solid var(--machic-red);\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 20px;\r\n            position: relative;\r\n        }\r\n\r\n        .machic-section-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -3px;\r\n            left: 0;\r\n            width: 100px;\r\n            height: 3px;\r\n            background: var(--machic-gradient);\r\n        }\r\n\r\n        .machic-section-title i {\r\n            background: var(--machic-gradient);\r\n            color: white;\r\n            width: 65px;\r\n            height: 65px;\r\n            border-radius: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 26px;\r\n            box-shadow: 0 8px 25px rgba(239, 35, 60, 0.3);\r\n        }\r\n\r\n        \/* Modern Accordion *\/\r\n        .machic-faq-accordion {\r\n            background: white;\r\n            border-radius: 20px;\r\n            overflow: hidden;\r\n            box-shadow: 0 15px 40px rgba(0,0,0,0.08);\r\n            border: 2px solid var(--machic-light-red);\r\n        }\r\n\r\n        .machic-faq-item {\r\n            border-bottom: 2px solid var(--machic-light-red);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .machic-faq-item:last-child {\r\n            border-bottom: none;\r\n        }\r\n\r\n        .machic-faq-question {\r\n            padding: 30px 40px;\r\n            background: white;\r\n            cursor: pointer;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n        }\r\n\r\n        .machic-faq-question:hover {\r\n            background: var(--machic-light-red);\r\n        }\r\n\r\n        .machic-faq-question.active {\r\n            background: white;\r\n            border-left: 5px solid var(--machic-red);\r\n            box-shadow: inset 0 0 0 2px var(--machic-light-red);\r\n        }\r\n\r\n        .question-text {\r\n            font-size: 20px;\r\n            font-weight: 700;\r\n            color: var(--machic-dark);\r\n            flex: 1;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 20px;\r\n        }\r\n\r\n        .question-number {\r\n            background: var(--machic-gradient);\r\n            color: white;\r\n            width: 45px;\r\n            height: 45px;\r\n            border-radius: 10px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-weight: 800;\r\n            font-size: 18px;\r\n            flex-shrink: 0;\r\n            box-shadow: 0 5px 15px rgba(239, 35, 60, 0.3);\r\n        }\r\n\r\n        .machic-faq-icon {\r\n            font-size: 24px;\r\n            color: var(--machic-red);\r\n            transition: all 0.4s ease;\r\n            width: 45px;\r\n            height: 45px;\r\n            border-radius: 10px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: var(--machic-light-red);\r\n        }\r\n\r\n        .machic-faq-question.active .machic-faq-icon {\r\n            background: var(--machic-gradient);\r\n            color: white;\r\n            transform: rotate(180deg);\r\n        }\r\n\r\n        .machic-faq-answer {\r\n            padding: 0 40px;\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n            background: white;\r\n        }\r\n\r\n        .machic-faq-answer.open {\r\n            padding: 40px;\r\n            max-height: 2000px;\r\n            background: var(--machic-light-red);\r\n            border-top: 2px solid var(--machic-light-red);\r\n        }\r\n\r\n        .machic-faq-answer p {\r\n            margin-bottom: 20px;\r\n            color: #444;\r\n            font-size: 17px;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .machic-faq-answer ul,\r\n        .machic-faq-answer ol {\r\n            margin-left: 25px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .machic-faq-answer li {\r\n            margin-bottom: 12px;\r\n            color: #444;\r\n            font-size: 17px;\r\n            line-height: 1.6;\r\n            position: relative;\r\n            padding-left: 5px;\r\n        }\r\n\r\n        .machic-faq-answer li::before {\r\n            content: '\u2022';\r\n            color: var(--machic-red);\r\n            font-weight: bold;\r\n            display: inline-block;\r\n            width: 1em;\r\n            margin-left: -1em;\r\n        }\r\n\r\n        \/* Modern Table *\/\r\n        .machic-table {\r\n            width: 100%;\r\n            border-collapse: separate;\r\n            border-spacing: 0;\r\n            margin: 25px 0;\r\n            background: white;\r\n            border-radius: 15px;\r\n            overflow: hidden;\r\n            box-shadow: 0 5px 25px rgba(0,0,0,0.05);\r\n        }\r\n\r\n        .machic-table th {\r\n            background: var(--machic-gradient);\r\n            color: white;\r\n            padding: 20px;\r\n            text-align: left;\r\n            font-weight: 700;\r\n            font-size: 16px;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n\r\n        .machic-table td {\r\n            padding: 20px;\r\n            border-bottom: 2px solid var(--machic-light-red);\r\n            font-size: 16px;\r\n        }\r\n\r\n        .machic-table tr:last-child td {\r\n            border-bottom: none;\r\n        }\r\n\r\n        .machic-table tr:hover td {\r\n            background: rgba(239, 35, 60, 0.05);\r\n        }\r\n\r\n        \/* Contact Promotion *\/\r\n        .machic-contact-promo {\r\n            background: linear-gradient(135deg, var(--machic-dark) 0%, #16213e 100%);\r\n            color: white;\r\n            border-radius: 25px;\r\n            padding: 70px 50px;\r\n            margin: 80px 0;\r\n            text-align: center;\r\n            position: relative;\r\n            overflow: hidden;\r\n            box-shadow: 0 20px 50px rgba(0,0,0,0.2);\r\n        }\r\n\r\n        .machic-contact-promo::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: -100px;\r\n            right: -100px;\r\n            width: 300px;\r\n            height: 300px;\r\n            background: var(--machic-red);\r\n            border-radius: 50%;\r\n            opacity: 0.1;\r\n        }\r\n\r\n        .machic-contact-promo::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -100px;\r\n            left: -100px;\r\n            width: 300px;\r\n            height: 300px;\r\n            background: var(--machic-red);\r\n            border-radius: 50%;\r\n            opacity: 0.1;\r\n        }\r\n\r\n        .machic-contact-title {\r\n            font-size: 42px;\r\n            font-weight: 800;\r\n            margin-bottom: 25px;\r\n            color: white;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .machic-contact-subtitle {\r\n            font-size: 20px;\r\n            margin-bottom: 40px;\r\n            opacity: 0.9;\r\n            max-width: 700px;\r\n            margin-left: auto;\r\n            margin-right: auto;\r\n            line-height: 1.7;\r\n            position: relative;\r\n            z-index: 1;\r\n        }\r\n\r\n        .machic-contact-btn {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 15px;\r\n            background: var(--machic-gradient);\r\n            color: white;\r\n            padding: 20px 40px;\r\n            border-radius: 12px;\r\n            text-decoration: none;\r\n            font-weight: 700;\r\n            font-size: 18px;\r\n            transition: all 0.3s ease;\r\n            border: 2px solid transparent;\r\n            position: relative;\r\n            z-index: 1;\r\n            box-shadow: 0 10px 30px rgba(239, 35, 60, 0.3);\r\n        }\r\n\r\n        .machic-contact-btn:hover {\r\n            background: transparent;\r\n            color: white;\r\n            border-color: white;\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 15px 40px rgba(239, 35, 60, 0.4);\r\n        }\r\n\r\n        \/* Links in FAQ answers *\/\r\n        .machic-faq-answer a {\r\n            color: var(--machic-red);\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            border-bottom: 2px solid transparent;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .machic-faq-answer a:hover {\r\n            border-bottom-color: var(--machic-red);\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 1024px) {\r\n            .machic-page-title {\r\n                font-size: 40px;\r\n            }\r\n            \r\n            .machic-section-title {\r\n                font-size: 28px;\r\n            }\r\n            \r\n            .question-text {\r\n                font-size: 18px;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .machic-faq-container {\r\n                padding: 15px 10px;\r\n            }\r\n            \r\n            .machic-page-header {\r\n                padding: 50px 20px;\r\n                margin-bottom: 40px;\r\n                border-radius: 15px;\r\n            }\r\n            \r\n            .machic-page-title {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            .machic-page-subtitle {\r\n                font-size: 16px;\r\n                margin-bottom: 30px;\r\n            }\r\n            \r\n            .machic-search-input {\r\n                padding: 16px 60px 16px 20px;\r\n                font-size: 16px;\r\n            }\r\n            \r\n            .machic-search-button {\r\n                width: 45px;\r\n                height: 45px;\r\n                font-size: 18px;\r\n            }\r\n            \r\n            .machic-faq-categories {\r\n                overflow-x: auto;\r\n                justify-content: flex-start;\r\n                padding-bottom: 15px;\r\n                margin-bottom: 40px;\r\n            }\r\n            \r\n            .machic-section-title {\r\n                font-size: 24px;\r\n                margin-bottom: 30px;\r\n                padding-bottom: 15px;\r\n            }\r\n            \r\n            .machic-section-title i {\r\n                width: 50px;\r\n                height: 50px;\r\n                font-size: 22px;\r\n            }\r\n            \r\n            .machic-faq-question {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .question-number {\r\n                width: 35px;\r\n                height: 35px;\r\n                font-size: 16px;\r\n            }\r\n            \r\n            .machic-faq-answer.open {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .machic-contact-promo {\r\n                padding: 40px 20px;\r\n                margin: 50px 0;\r\n            }\r\n            \r\n            .machic-contact-title {\r\n                font-size: 32px;\r\n            }\r\n            \r\n            .machic-contact-subtitle {\r\n                font-size: 16px;\r\n            }\r\n            \r\n            .machic-table {\r\n                display: block;\r\n                overflow-x: auto;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .machic-page-title {\r\n                font-size: 28px;\r\n            }\r\n            \r\n            .machic-section-title {\r\n                font-size: 22px;\r\n                flex-direction: column;\r\n                align-items: flex-start;\r\n                gap: 15px;\r\n            }\r\n            \r\n            .machic-faq-question {\r\n                flex-direction: column;\r\n                align-items: flex-start;\r\n                gap: 15px;\r\n            }\r\n            \r\n            .machic-faq-icon {\r\n                align-self: flex-end;\r\n                position: absolute;\r\n                right: 20px;\r\n                top: 50%;\r\n                transform: translateY(-50%);\r\n            }\r\n            \r\n            .machic-category-btn {\r\n                padding: 12px 20px;\r\n                font-size: 14px;\r\n            }\r\n        }\r\n\r\n        \/* Animation Delays for Sections *\/\r\n        .machic-faq-section:nth-child(1) { animation-delay: 0.1s; }\r\n        .machic-faq-section:nth-child(2) { animation-delay: 0.2s; }\r\n        .machic-faq-section:nth-child(3) { animation-delay: 0.3s; }\r\n        .machic-faq-section:nth-child(4) { animation-delay: 0.4s; }\r\n        .machic-faq-section:nth-child(5) { animation-delay: 0.5s; }\r\n    <\/style>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n<\/head>\r\n<body>\r\n    <div class=\"machic-faq-container\">\r\n        <!-- Page Header -->\r\n        <div class=\"machic-page-header\">\r\n            <h1 class=\"machic-page-title\">Frequently Asked Questions<\/h1>\r\n            <p class=\"machic-page-subtitle\">Find quick answers to the most common questions about our products, ordering process, shipping, and returns<\/p>\r\n            \r\n            <div class=\"machic-search-box\">\r\n                <input type=\"text\" class=\"machic-search-input\" placeholder=\"Search for answers... (e.g., 'returns', 'shipping', 'warranty')\">\r\n                <button class=\"machic-search-button\">\r\n                    <i class=\"fas fa-search\"><\/i>\r\n                <\/button>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- FAQ Categories -->\r\n        <div class=\"machic-faq-categories\">\r\n            <button class=\"machic-category-btn active\" data-category=\"all\">\r\n                <i class=\"fas fa-th-large\"><\/i> All Questions\r\n            <\/button>\r\n            <button class=\"machic-category-btn\" data-category=\"ordering\">\r\n                <i class=\"fas fa-shopping-cart\"><\/i> Ordering\r\n            <\/button>\r\n            <button class=\"machic-category-btn\" data-category=\"shipping\">\r\n                <i class=\"fas fa-truck\"><\/i> Shipping\r\n            <\/button>\r\n            <button class=\"machic-category-btn\" data-category=\"returns\">\r\n                <i class=\"fas fa-exchange-alt\"><\/i> Returns\r\n            <\/button>\r\n            <button class=\"machic-category-btn\" data-category=\"products\">\r\n                <i class=\"fas fa-box\"><\/i> Products\r\n            <\/button>\r\n            <button class=\"machic-category-btn\" data-category=\"account\">\r\n                <i class=\"fas fa-user\"><\/i> Account\r\n            <\/button>\r\n        <\/div>\r\n\r\n        <!-- Ordering Section -->\r\n        <div class=\"machic-faq-section\" id=\"ordering-section\">\r\n            <h2 class=\"machic-section-title\">\r\n                <i class=\"fas fa-shopping-cart\"><\/i>\r\n                Ordering & Payment\r\n            <\/h2>\r\n            \r\n            <div class=\"machic-faq-accordion\">\r\n                <!-- Question 1 -->\r\n                <div class=\"machic-faq-item\" data-category=\"ordering\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">01<\/span>\r\n                            How do I place an order?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>Placing an order is simple:<\/p>\r\n                        <ol>\r\n                            <li>Browse our catalog and add items to your cart<\/li>\r\n                            <li>Click the shopping cart icon and review your items<\/li>\r\n                            <li>Proceed to checkout<\/li>\r\n                            <li>Enter your shipping information<\/li>\r\n                            <li>Choose your payment method<\/li>\r\n                            <li>Review your order and confirm<\/li>\r\n                        <\/ol>\r\n                        <p>You'll receive an order confirmation email immediately after completing your purchase.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 2 -->\r\n                <div class=\"machic-faq-item\" data-category=\"ordering\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">02<\/span>\r\n                            What payment methods do you accept?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>We accept all major payment methods:<\/p>\r\n                        <ul>\r\n                            <li><strong>Credit\/Debit Cards:<\/strong> Visa, MasterCard, American Express<\/li>\r\n                            <li><strong>Digital Wallets:<\/strong> PayPal, Apple Pay, Google Pay<\/li>\r\n                            <li><strong>Bank Transfer:<\/strong> SEPA transfer for EU customers<\/li>\r\n                            <li><strong>Buy Now, Pay Later:<\/strong> Klarna (available in select countries)<\/li>\r\n                        <\/ul>\r\n                        <p>All payments are processed securely through encrypted channels.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 3 -->\r\n                <div class=\"machic-faq-item\" data-category=\"ordering\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">03<\/span>\r\n                            Is my payment information secure?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p><strong>Yes, absolutely.<\/strong> We take payment security very seriously:<\/p>\r\n                        <ul>\r\n                            <li>SSL encryption on all pages<\/li>\r\n                            <li>We never store your full credit card details<\/li>\r\n                            <li>PCI DSS compliant payment processing<\/li>\r\n                            <li>3D Secure authentication for card payments<\/li>\r\n                            <li>Regular security audits and monitoring<\/li>\r\n                        <\/ul>\r\n                        <p>Your financial information is protected by industry-standard security measures.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Shipping Section -->\r\n        <div class=\"machic-faq-section\" id=\"shipping-section\">\r\n            <h2 class=\"machic-section-title\">\r\n                <i class=\"fas fa-truck\"><\/i>\r\n                Shipping & Delivery\r\n            <\/h2>\r\n            \r\n            <div class=\"machic-faq-accordion\">\r\n                <!-- Question 4 -->\r\n                <div class=\"machic-faq-item\" data-category=\"shipping\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">04<\/span>\r\n                            Where do you ship and what are the delivery times?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>We ship throughout Europe with the following delivery estimates:<\/p>\r\n                        <table class=\"machic-table\">\r\n                            <thead>\r\n                                <tr>\r\n                                    <th>Region<\/th>\r\n                                    <th>Delivery Time<\/th>\r\n                                    <th>Shipping Cost<\/th>\r\n                                <\/tr>\r\n                            <\/thead>\r\n                            <tbody>\r\n                                <tr>\r\n                                    <td>Germany<\/td>\r\n                                    <td>1-3 business days<\/td>\r\n                                    <td>\u20ac4.90 (Free over \u20ac99)<\/td>\r\n                                <\/tr>\r\n                                <tr>\r\n                                    <td>EU Countries<\/td>\r\n                                    <td>3-7 business days<\/td>\r\n                                    <td>\u20ac9.90 (Free over \u20ac149)<\/td>\r\n                                <\/tr>\r\n                                <tr>\r\n                                    <td>Rest of Europe<\/td>\r\n                                    <td>5-10 business days<\/td>\r\n                                    <td>\u20ac14.90<\/td>\r\n                                <\/tr>\r\n                            <\/tbody>\r\n                        <\/table>\r\n                        <p>You'll receive tracking information once your order ships.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 5 -->\r\n                <div class=\"machic-faq-item\" data-category=\"shipping\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">05<\/span>\r\n                            Can I track my order?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p><strong>Yes!<\/strong> All orders come with tracking:<\/p>\r\n                        <ul>\r\n                            <li>You'll receive a tracking number via email when your order ships<\/li>\r\n                            <li>Track your package directly on our website or the carrier's site<\/li>\r\n                            <li>Real-time updates on your order's location<\/li>\r\n                            <li>Estimated delivery date provided<\/li>\r\n                        <\/ul>\r\n                        <p>For DHL shipments, you can also use the DHL Parcel app for push notifications.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 6 -->\r\n                <div class=\"machic-faq-item\" data-category=\"shipping\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">06<\/span>\r\n                            What happens if I'm not home for delivery?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>If you're not available for delivery:<\/p>\r\n                        <ul>\r\n                            <li><strong>DHL Germany:<\/strong> Package goes to nearest DHL Packstation or post office<\/li>\r\n                            <li><strong>International:<\/strong> Carrier will leave a delivery notice<\/li>\r\n                            <li>You'll have 7 days to collect your package<\/li>\r\n                            <li>Second delivery attempt can be scheduled<\/li>\r\n                        <\/ul>\r\n                        <p>You can provide delivery instructions during checkout, such as \"leave with neighbor\" or \"deliver to work address.\"<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Returns Section -->\r\n        <div class=\"machic-faq-section\" id=\"returns-section\">\r\n            <h2 class=\"machic-section-title\">\r\n                <i class=\"fas fa-exchange-alt\"><\/i>\r\n                Returns & Refunds\r\n            <\/h2>\r\n            \r\n            <div class=\"machic-faq-accordion\">\r\n                <!-- Question 7 -->\r\n                <div class=\"machic-faq-item\" data-category=\"returns\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">07<\/span>\r\n                            What is your return policy?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>We offer a <strong>30-day return policy<\/strong> from the date of delivery:<\/p>\r\n                        <ul>\r\n                            <li>Items must be in original condition with all tags attached<\/li>\r\n                            <li>Original packaging should be included<\/li>\r\n                            <li>Proof of purchase required (order number or receipt)<\/li>\r\n                            <li>Return shipping is free for defective items<\/li>\r\n                            <li>Refunds processed within 5-7 business days<\/li>\r\n                        <\/ul>\r\n                        <p>Some items cannot be returned for hygiene reasons (e.g., opened personal care products).<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 8 -->\r\n                <div class=\"machic-faq-item\" data-category=\"returns\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">08<\/span>\r\n                            How do I initiate a return?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>To start a return:<\/p>\r\n                        <ol>\r\n                            <li>Log into your account<\/li>\r\n                            <li>Go to \"Order History\"<\/li>\r\n                            <li>Select the order you want to return<\/li>\r\n                            <li>Choose the items and reason for return<\/li>\r\n                            <li>Print the prepaid return label (if applicable)<\/li>\r\n                            <li>Package items securely and attach the label<\/li>\r\n                            <li>Drop off at any DHL service point<\/li>\r\n                        <\/ol>\r\n                        <p>You'll receive email confirmation at each step of the process.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 9 -->\r\n                <div class=\"machic-faq-item\" data-category=\"returns\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">09<\/span>\r\n                            How long do refunds take?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>Refund processing times vary by payment method:<\/p>\r\n                        <ul>\r\n                            <li><strong>Credit\/Debit Cards:<\/strong> 5-10 business days after we receive your return<\/li>\r\n                            <li><strong>PayPal:<\/strong> 2-5 business days<\/li>\r\n                            <li><strong>Bank Transfer:<\/strong> 3-7 business days<\/li>\r\n                        <\/ul>\r\n                        <p>The time for the refund to appear in your account depends on your financial institution's processing times.<\/p>\r\n                        <p>You'll receive an email notification when your refund is processed.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Products Section -->\r\n        <div class=\"machic-faq-section\" id=\"products-section\">\r\n            <h2 class=\"machic-section-title\">\r\n                <i class=\"fas fa-box\"><\/i>\r\n                Products & Warranty\r\n            <\/h2>\r\n            \r\n            <div class=\"machic-faq-accordion\">\r\n                <!-- Question 10 -->\r\n                <div class=\"machic-faq-item\" data-category=\"products\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">10<\/span>\r\n                            What warranty do your products have?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>All our products come with comprehensive warranty coverage:<\/p>\r\n                        <ul>\r\n                            <li><strong>Statutory Warranty:<\/strong> 2 years for consumers in the EU<\/li>\r\n                            <li><strong>Manufacturer's Warranty:<\/strong> Varies by brand (1-5 years)<\/li>\r\n                            <li><strong>Extended Warranty:<\/strong> Available for select products<\/li>\r\n                        <\/ul>\r\n                        <p>Warranty covers manufacturing defects and faulty materials. Damage from misuse, accidents, or normal wear and tear is not covered.<\/p>\r\n                        <p>Register your product online to activate the manufacturer's warranty.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 11 -->\r\n                <div class=\"machic-faq-item\" data-category=\"products\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">11<\/span>\r\n                            Do you offer product manuals and support?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p><strong>Yes!<\/strong> We provide extensive product support:<\/p>\r\n                        <ul>\r\n                            <li>Downloadable manuals on each product page<\/li>\r\n                            <li>Video tutorials and setup guides<\/li>\r\n                            <li>Dedicated technical support team<\/li>\r\n                            <li>Spare parts and accessories available<\/li>\r\n                            <li>Repair services for major appliances<\/li>\r\n                        <\/ul>\r\n                        <p>Visit our <a href=\"#\" class=\"machic-link\">Support Center<\/a> for troubleshooting guides and frequently asked questions about specific products.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 12 -->\r\n                <div class=\"machic-faq-item\" data-category=\"products\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">12<\/span>\r\n                            Are your products energy efficient?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p><strong>Absolutely.<\/strong> We prioritize energy efficiency:<\/p>\r\n                        <ul>\r\n                            <li>Most appliances are A++ or higher energy rating<\/li>\r\n                            <li>LED lighting products with high lumens per watt<\/li>\r\n                            <li>Energy-saving modes on all compatible devices<\/li>\r\n                            <li>Smart home integration for optimal energy use<\/li>\r\n                        <\/ul>\r\n                        <p>Look for the EU Energy Label on product pages to compare efficiency ratings. Energy-efficient products may qualify for government rebates in some countries.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Contact Promotion -->\r\n        <div class=\"machic-contact-promo\">\r\n            <h2 class=\"machic-contact-title\">Still Have Questions?<\/h2>\r\n            <p class=\"machic-contact-subtitle\">Our customer service team is here to help you with any questions not covered in our FAQs. We're available via chat, email, or phone.<\/p>\r\n            <a href=\"#\" class=\"machic-contact-btn\">\r\n                <i class=\"fas fa-headset\"><\/i>\r\n                Contact Support Now\r\n            <\/a>\r\n        <\/div>\r\n\r\n        <!-- Account Section -->\r\n        <div class=\"machic-faq-section\" id=\"account-section\">\r\n            <h2 class=\"machic-section-title\">\r\n                <i class=\"fas fa-user\"><\/i>\r\n                Account & Technical\r\n            <\/h2>\r\n            \r\n            <div class=\"machic-faq-accordion\">\r\n                <!-- Question 13 -->\r\n                <div class=\"machic-faq-item\" data-category=\"account\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">13<\/span>\r\n                            How do I create an account?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>Creating an account is quick and easy:<\/p>\r\n                        <ol>\r\n                            <li>Click \"My Account\" in the top navigation<\/li>\r\n                            <li>Select \"Register\"<\/li>\r\n                            <li>Enter your email address and create a password<\/li>\r\n                            <li>Verify your email via the confirmation link<\/li>\r\n                            <li>Complete your profile (optional)<\/li>\r\n                        <\/ol>\r\n                        <p>Benefits of having an account:<\/p>\r\n                        <ul>\r\n                            <li>Faster checkout with saved addresses<\/li>\r\n                            <li>Order history and tracking<\/li>\r\n                            <li>Wish lists and saved items<\/li>\r\n                            <li>Exclusive member discounts<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 14 -->\r\n                <div class=\"machic-faq-item\" data-category=\"account\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">14<\/span>\r\n                            I forgot my password. What should I do?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>No problem! Here's how to reset your password:<\/p>\r\n                        <ol>\r\n                            <li>Go to the login page<\/li>\r\n                            <li>Click \"Forgot Password?\"<\/li>\r\n                            <li>Enter the email address associated with your account<\/li>\r\n                            <li>Check your email for a password reset link<\/li>\r\n                            <li>Click the link and create a new password<\/li>\r\n                        <\/ol>\r\n                        <p>If you don't receive the email within 5 minutes:<\/p>\r\n                        <ul>\r\n                            <li>Check your spam\/junk folder<\/li>\r\n                            <li>Make sure you're checking the correct email account<\/li>\r\n                            <li>Try the process again<\/li>\r\n                            <li>Contact support if you continue to have issues<\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Question 15 -->\r\n                <div class=\"machic-faq-item\" data-category=\"account\">\r\n                    <div class=\"machic-faq-question\">\r\n                        <div class=\"question-text\">\r\n                            <span class=\"question-number\">15<\/span>\r\n                            Can I change my order after placing it?\r\n                        <\/div>\r\n                        <i class=\"fas fa-plus machic-faq-icon\"><\/i>\r\n                    <\/div>\r\n                    <div class=\"machic-faq-answer\">\r\n                        <p>Order modifications are possible within a limited time window:<\/p>\r\n                        <ul>\r\n                            <li><strong>Within 1 hour of ordering:<\/strong> Cancel or modify any part of your order<\/li>\r\n                            <li><strong>After 1 hour:<\/strong> Contact customer service immediately<\/li>\r\n                            <li><strong>Once shipped:<\/strong> Cannot be modified - use the return process<\/li>\r\n                        <\/ul>\r\n                        <p>To request changes:<\/p>\r\n                        <ol>\r\n                            <li>Contact our customer service team immediately<\/li>\r\n                            <li>Provide your order number<\/li>\r\n                            <li>Specify the changes you want<\/li>\r\n                            <li>We'll do our best to accommodate your request<\/li>\r\n                        <\/ol>\r\n                        <p>Note: Changes may affect delivery times and shipping costs.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            \/\/ FAQ Accordion functionality\r\n            const faqQuestions = document.querySelectorAll('.machic-faq-question');\r\n            \r\n            faqQuestions.forEach(question => {\r\n                question.addEventListener('click', function() {\r\n                    const answer = this.nextElementSibling;\r\n                    const icon = this.querySelector('.machic-faq-icon');\r\n                    \r\n                    \/\/ Close all other answers\r\n                    document.querySelectorAll('.machic-faq-answer').forEach(otherAnswer => {\r\n                        if (otherAnswer !== answer) {\r\n                            otherAnswer.classList.remove('open');\r\n                            otherAnswer.previousElementSibling.classList.remove('active');\r\n                            otherAnswer.previousElementSibling.querySelector('.machic-faq-icon').classList.remove('fa-minus');\r\n                            otherAnswer.previousElementSibling.querySelector('.machic-faq-icon').classList.add('fa-plus');\r\n                        }\r\n                    });\r\n                    \r\n                    \/\/ Toggle current answer\r\n                    answer.classList.toggle('open');\r\n                    this.classList.toggle('active');\r\n                    \r\n                    \/\/ Toggle icon\r\n                    if (answer.classList.contains('open')) {\r\n                        icon.classList.remove('fa-plus');\r\n                        icon.classList.add('fa-minus');\r\n                    } else {\r\n                        icon.classList.remove('fa-minus');\r\n                        icon.classList.add('fa-plus');\r\n                    }\r\n                });\r\n            });\r\n            \r\n            \/\/ Category filtering\r\n            const categoryButtons = document.querySelectorAll('.machic-category-btn');\r\n            const faqItems = document.querySelectorAll('.machic-faq-item');\r\n            \r\n            categoryButtons.forEach(button => {\r\n                button.addEventListener('click', function() {\r\n                    \/\/ Update active button\r\n                    categoryButtons.forEach(btn => btn.classList.remove('active'));\r\n                    this.classList.add('active');\r\n                    \r\n                    const category = this.getAttribute('data-category');\r\n                    \r\n                    \/\/ Show\/hide FAQ items based on category\r\n                    faqItems.forEach(item => {\r\n                        if (category === 'all' || item.getAttribute('data-category') === category) {\r\n                            item.style.display = 'block';\r\n                            setTimeout(() => {\r\n                                item.style.opacity = '1';\r\n                                item.style.transform = 'translateY(0)';\r\n                            }, 10);\r\n                        } else {\r\n                            item.style.opacity = '0';\r\n                            item.style.transform = 'translateY(20px)';\r\n                            setTimeout(() => {\r\n                                item.style.display = 'none';\r\n                            }, 300);\r\n                        }\r\n                    });\r\n                });\r\n            });\r\n            \r\n            \/\/ Search functionality\r\n            const searchInput = document.querySelector('.machic-search-input');\r\n            const searchButton = document.querySelector('.machic-search-button');\r\n            \r\n            function performSearch() {\r\n                const searchTerm = searchInput.value.toLowerCase().trim();\r\n                \r\n                if (searchTerm === '') {\r\n                    \/\/ Show all items if search is empty\r\n                    faqItems.forEach(item => {\r\n                        item.style.display = 'block';\r\n                        setTimeout(() => {\r\n                            item.style.opacity = '1';\r\n                            item.style.transform = 'translateY(0)';\r\n                        }, 10);\r\n                    });\r\n                    return;\r\n                }\r\n                \r\n                faqItems.forEach(item => {\r\n                    const questionText = item.querySelector('.question-text').textContent.toLowerCase();\r\n                    const answerText = item.querySelector('.machic-faq-answer').textContent.toLowerCase();\r\n                    \r\n                    if (questionText.includes(searchTerm) || answerText.includes(searchTerm)) {\r\n                        item.style.display = 'block';\r\n                        setTimeout(() => {\r\n                            item.style.opacity = '1';\r\n                            item.style.transform = 'translateY(0)';\r\n                        }, 10);\r\n                        \r\n                        \/\/ Open the answer\r\n                        item.querySelector('.machic-faq-answer').classList.add('open');\r\n                        item.querySelector('.machic-faq-question').classList.add('active');\r\n                        item.querySelector('.machic-faq-icon').classList.remove('fa-plus');\r\n                        item.querySelector('.machic-faq-icon').classList.add('fa-minus');\r\n                    } else {\r\n                        item.style.opacity = '0';\r\n                        item.style.transform = 'translateY(20px)';\r\n                        setTimeout(() => {\r\n                            item.style.display = 'none';\r\n                        }, 300);\r\n                    }\r\n                });\r\n            }\r\n            \r\n            searchButton.addEventListener('click', performSearch);\r\n            searchInput.addEventListener('keypress', function(e) {\r\n                if (e.key === 'Enter') {\r\n                    performSearch();\r\n                }\r\n            });\r\n            \r\n            \/\/ Add typing effect to search\r\n            searchInput.addEventListener('input', function() {\r\n                if (this.value.length > 2) {\r\n                    performSearch();\r\n                } else if (this.value.length === 0) {\r\n                    performSearch();\r\n                }\r\n            });\r\n            \r\n            \/\/ Open first FAQ item by default\r\n            if (faqQuestions.length > 0) {\r\n                faqQuestions[0].click();\r\n            }\r\n            \r\n            \/\/ Add animation to category buttons\r\n            categoryButtons.forEach((btn, index) => {\r\n                btn.style.animationDelay = `${index * 0.1}s`;\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>FAQs | Your Store Name Frequently Asked Questions Find quick answers to the most common questions about our products, ordering process, shipping, and returns All Questions Ordering Shipping Returns Products Account Ordering &#038; Payment 01 How do I place an order? Placing an order is simple: Browse our catalog and add items to your cart Click the shopping cart icon and review your items Proceed to checkout Enter your shipping information Choose your payment method Review your order and confirm You&#8217;ll receive an order confirmation email immediately after completing your purchase. 02 What payment methods do you accept? We accept all major payment methods: Credit\/Debit Cards: Visa, MasterCard, American Express Digital Wallets: PayPal, Apple Pay, Google Pay Bank Transfer: SEPA transfer for EU customers Buy Now, Pay Later: Klarna (available in select countries) All payments are processed securely through encrypted channels. 03 Is my payment information secure? Yes, absolutely. We take payment security very seriously: SSL encryption on all pages We never store your full credit card details PCI DSS compliant payment processing 3D Secure authentication for card payments Regular security audits and monitoring Your financial information is protected by industry-standard security measures. Shipping &#038; Delivery 04 Where do you ship and what are the delivery times? We ship throughout Europe with the following delivery estimates: Region Delivery Time Shipping Cost Germany 1-3 business days \u20ac4.90 (Free over \u20ac99) EU Countries 3-7 business days \u20ac9.90 (Free over \u20ac149) Rest of Europe 5-10 business days \u20ac14.90 You&#8217;ll receive tracking information once your order ships. 05 Can I track my order? Yes! All orders come with tracking: You&#8217;ll receive a tracking number via email when your order ships Track your package directly on our website or the carrier&#8217;s site Real-time updates on your order&#8217;s location Estimated delivery date provided For DHL shipments, you can also use the DHL Parcel app for push notifications. 06 What happens if I&#8217;m not home for delivery? If you&#8217;re not available for delivery: DHL Germany: Package goes to nearest DHL Packstation or post office International: Carrier will leave a delivery notice You&#8217;ll have 7 days to collect your package Second delivery attempt can be scheduled You can provide delivery instructions during checkout, such as &#8220;leave with neighbor&#8221; or &#8220;deliver to work address.&#8221; Returns &#038; Refunds 07 What is your return policy? We offer a 30-day return policy from the date of delivery: Items must be in original condition with all tags attached Original packaging should be included Proof of purchase required (order number or receipt) Return shipping is free for defective items Refunds processed within 5-7 business days Some items cannot be returned for hygiene reasons (e.g., opened personal care products). 08 How do I initiate a return? To start a return: Log into your account Go to &#8220;Order History&#8221; Select the order you want to return Choose the items and reason for return Print the prepaid return label (if applicable) Package items securely and attach the label Drop off at any DHL service point You&#8217;ll receive email confirmation at each step of the process. 09 How long do refunds take? Refund processing times vary by payment method: Credit\/Debit Cards: 5-10 business days after we receive your return PayPal: 2-5 business days Bank Transfer: 3-7 business days The time for the refund to appear in your account depends on your financial institution&#8217;s processing times. You&#8217;ll receive an email notification when your refund is processed. Products &#038; Warranty 10 What warranty do your products have? All our products come with comprehensive warranty coverage: Statutory Warranty: 2 years for consumers in the EU Manufacturer&#8217;s Warranty: Varies by brand (1-5 years) Extended Warranty: Available for select products Warranty covers manufacturing defects and faulty materials. Damage from misuse, accidents, or normal wear and tear is not covered. Register your product online to activate the manufacturer&#8217;s warranty. 11 Do you offer product manuals and support? Yes! We provide extensive product support: Downloadable manuals on each product page Video tutorials and setup guides Dedicated technical support team Spare parts and accessories available Repair services for major appliances Visit our Support Center for troubleshooting guides and frequently asked questions about specific products. 12 Are your products energy efficient? Absolutely. We prioritize energy efficiency: Most appliances are A++ or higher energy rating LED lighting products with high lumens per watt Energy-saving modes on all compatible devices Smart home integration for optimal energy use Look for the EU Energy Label on product pages to compare efficiency ratings. Energy-efficient products may qualify for government rebates in some countries. Still Have Questions? Our customer service team is here to help you with any questions not covered in our FAQs. We&#8217;re available via chat, email, or phone. Contact Support Now Account &#038; Technical 13 How do I create an account? Creating an account is quick and easy: Click &#8220;My Account&#8221; in the top navigation Select &#8220;Register&#8221; Enter your email address and create a password Verify your email via the confirmation link Complete your profile (optional) Benefits of having an account: Faster checkout with saved addresses Order history and tracking Wish lists and saved items Exclusive member discounts 14 I forgot my password. What should I do? No problem! Here&#8217;s how to reset your password: Go to the login page Click &#8220;Forgot Password?&#8221; Enter the email address associated with your account Check your email for a password reset link Click the link and create a new password If you don&#8217;t receive the email within 5 minutes: Check your spam\/junk folder Make sure you&#8217;re checking the correct email account Try the process again Contact support if you continue to have issues 15 Can I change my order after placing it? Order modifications are possible within a limited time window: Within 1 hour of ordering: Cancel or modify any part of your order After 1 hour: Contact customer service immediately Once shipped: Cannot be modified &#8211; use the return process To request changes: Contact our customer service team immediately Provide your order number Specify the changes you want We&#8217;ll do our<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-2794","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"acf":[],"_links":{"self":[{"href":"https:\/\/amannforg.com\/de\/wp-json\/wp\/v2\/pages\/2794","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/amannforg.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amannforg.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amannforg.com\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/amannforg.com\/de\/wp-json\/wp\/v2\/comments?post=2794"}],"version-history":[{"count":13,"href":"https:\/\/amannforg.com\/de\/wp-json\/wp\/v2\/pages\/2794\/revisions"}],"predecessor-version":[{"id":3286,"href":"https:\/\/amannforg.com\/de\/wp-json\/wp\/v2\/pages\/2794\/revisions\/3286"}],"wp:attachment":[{"href":"https:\/\/amannforg.com\/de\/wp-json\/wp\/v2\/media?parent=2794"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}