{"id":344050,"date":"2026-08-17T21:00:08","date_gmt":"2026-08-17T17:00:08","guid":{"rendered":"https:\/\/lilyafashion.com\/?page_id=344050"},"modified":"2026-08-17T21:53:39","modified_gmt":"2026-08-17T17:53:39","slug":"faq","status":"publish","type":"page","link":"https:\/\/lilyafashion.com\/ar\/faq\/","title":{"rendered":"\u0627\u0644\u0623\u0633\u0627\u0644\u0629 \u0627\u0644\u0627\u0643\u062b\u0631 \u0634\u064a\u0648\u0639\u0627\u064b"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"344050\" class=\"elementor elementor-344050\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c52cd e-con-full e-flex e-con e-parent\" data-id=\"51c52cd\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5c599b elementor-widget elementor-widget-html\" data-id=\"a5c599b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600&display=swap');\r\n\r\n.lilya-faq,\r\n.lilya-faq * {\r\n    box-sizing: border-box;\r\n}\r\n\r\n.lilya-faq {\r\n    width: 100%;\r\n    background: #ffffff;\r\n    color: #171717;\r\n\r\n    font-family: 'Montserrat', sans-serif;\r\n\r\n    padding: 78px 22px 85px;\r\n}\r\n\r\n.lilya-faq-inner {\r\n    width: 100%;\r\n    max-width: 980px;\r\n\r\n    margin: 0 auto;\r\n}\r\n\r\n\r\n\/* =========================\r\n   HEADER\r\n========================= *\/\r\n\r\n.lilya-faq-head {\r\n    text-align: center;\r\n    margin-bottom: 45px;\r\n}\r\n\r\n.lilya-faq-label {\r\n    margin: 0 0 13px;\r\n\r\n    font-size: 8px;\r\n    font-weight: 500;\r\n\r\n    letter-spacing: 3px;\r\n    text-transform: uppercase;\r\n\r\n    color: #777;\r\n}\r\n\r\n.lilya-faq-title {\r\n    margin: 0 0 18px;\r\n\r\n    font-size: clamp(30px, 4vw, 46px);\r\n    font-weight: 400;\r\n\r\n    letter-spacing: -1px;\r\n    line-height: 1.1;\r\n\r\n    color: #171717;\r\n}\r\n\r\n.lilya-faq-intro {\r\n    max-width: 620px;\r\n    margin: 0 auto;\r\n\r\n    font-size: 11px;\r\n    line-height: 1.8;\r\n\r\n    color: #666;\r\n}\r\n\r\n\r\n\/* =========================\r\n   FAQ ITEM\r\n========================= *\/\r\n\r\n.lilya-faq-item {\r\n    border-top: 1px solid #e7e7e7;\r\n\r\n    opacity: 0;\r\n    transform: translateY(12px);\r\n\r\n    transition:\r\n        opacity .55s ease,\r\n        transform .55s cubic-bezier(.22,.61,.36,1);\r\n}\r\n\r\n.lilya-faq-item:last-child {\r\n    border-bottom: 1px solid #e7e7e7;\r\n}\r\n\r\n.lilya-faq-item.is-visible {\r\n    opacity: 1;\r\n    transform: translateY(0);\r\n}\r\n\r\n\r\n\/* =========================\r\n   QUESTION\r\n========================= *\/\r\n\r\n.lilya-faq-question {\r\n    width: 100%;\r\n\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n\r\n    gap: 20px;\r\n\r\n    padding: 22px 2px;\r\n\r\n    background: transparent;\r\n    border: 0;\r\n\r\n    color: #171717;\r\n\r\n    font-family: 'Montserrat', sans-serif;\r\n\r\n    font-size: 12px;\r\n    font-weight: 500;\r\n\r\n    letter-spacing: .2px;\r\n    line-height: 1.5;\r\n\r\n    text-align: left;\r\n\r\n    cursor: pointer;\r\n}\r\n\r\n.lilya-faq-plus {\r\n    position: relative;\r\n\r\n    width: 16px;\r\n    height: 16px;\r\n\r\n    flex: 0 0 16px;\r\n}\r\n\r\n.lilya-faq-plus::before,\r\n.lilya-faq-plus::after {\r\n    content: \"\";\r\n\r\n    position: absolute;\r\n\r\n    top: 50%;\r\n    left: 50%;\r\n\r\n    background: #171717;\r\n\r\n    transform: translate(-50%, -50%);\r\n\r\n    transition:\r\n        transform .3s ease,\r\n        opacity .3s ease;\r\n}\r\n\r\n.lilya-faq-plus::before {\r\n    width: 14px;\r\n    height: 1px;\r\n}\r\n\r\n.lilya-faq-plus::after {\r\n    width: 1px;\r\n    height: 14px;\r\n}\r\n\r\n.lilya-faq-item.open\r\n.lilya-faq-plus::after {\r\n    transform:\r\n        translate(-50%, -50%)\r\n        rotate(90deg);\r\n\r\n    opacity: 0;\r\n}\r\n\r\n\r\n\/* =========================\r\n   ANSWER\r\n========================= *\/\r\n\r\n.lilya-faq-answer {\r\n    max-height: 0;\r\n\r\n    overflow: hidden;\r\n\r\n    transition:\r\n        max-height .45s cubic-bezier(.22,.61,.36,1),\r\n        padding .35s ease;\r\n}\r\n\r\n.lilya-faq-answer-inner {\r\n    padding: 0 38px 23px 2px;\r\n\r\n    font-size: 11px;\r\n    font-weight: 400;\r\n\r\n    line-height: 1.9;\r\n\r\n    color: #5e5e5e;\r\n}\r\n\r\n.lilya-faq-answer-inner p {\r\n    margin: 0 0 12px;\r\n}\r\n\r\n.lilya-faq-answer-inner p:last-child {\r\n    margin-bottom: 0;\r\n}\r\n\r\n.lilya-faq-answer-inner a {\r\n    color: #171717 !important;\r\n    text-decoration: underline;\r\n    text-underline-offset: 3px;\r\n}\r\n\r\n\r\n\/* =========================\r\n   TABLET\r\n========================= *\/\r\n\r\n@media (max-width: 1024px) {\r\n\r\n    .lilya-faq {\r\n        padding: 65px 24px 72px;\r\n    }\r\n\r\n    .lilya-faq-question {\r\n        padding: 20px 2px;\r\n\r\n        font-size: 11.5px;\r\n    }\r\n\r\n}\r\n\r\n\r\n\/* =========================\r\n   MOBILE\r\n========================= *\/\r\n\r\n@media (max-width: 767px) {\r\n\r\n    .lilya-faq {\r\n        padding: 48px 18px 56px;\r\n    }\r\n\r\n    .lilya-faq-head {\r\n        margin-bottom: 32px;\r\n    }\r\n\r\n    .lilya-faq-label {\r\n        font-size: 7px;\r\n        letter-spacing: 2.4px;\r\n    }\r\n\r\n    .lilya-faq-title {\r\n        font-size: 28px;\r\n    }\r\n\r\n    .lilya-faq-intro {\r\n        font-size: 10px;\r\n        line-height: 1.75;\r\n    }\r\n\r\n    .lilya-faq-question {\r\n        padding: 18px 0;\r\n\r\n        font-size: 10.5px;\r\n        line-height: 1.55;\r\n    }\r\n\r\n    .lilya-faq-answer-inner {\r\n        padding: 0 26px 20px 0;\r\n\r\n        font-size: 10px;\r\n        line-height: 1.85;\r\n    }\r\n\r\n}\r\n\r\n\r\n\/* =========================\r\n   REDUCED MOTION\r\n========================= *\/\r\n\r\n@media (prefers-reduced-motion: reduce) {\r\n\r\n    .lilya-faq-item,\r\n    .lilya-faq-answer {\r\n        transition: none !important;\r\n    }\r\n\r\n}\r\n<\/style>\r\n\r\n\r\n<section class=\"lilya-faq\">\r\n\r\n    <div class=\"lilya-faq-inner\">\r\n\r\n        <div class=\"lilya-faq-head\">\r\n\r\n            <p class=\"lilya-faq-label\">\r\n                \u0644\u064a\u0644\u064a\u0627 \u0641\u0627\u0634\u0646\r\n            <\/p>\r\n\r\n            <h1 class=\"lilya-faq-title\">\r\n                Frequently Asked Questions\r\n            <\/h1>\r\n\r\n            <p class=\"lilya-faq-intro\">\r\n                Find answers to the most common questions about our abayas,\r\n                sizing, orders, delivery, exchanges and care.\r\n            <\/p>\r\n\r\n        <\/div>\r\n\r\n\r\n        <div class=\"lilya-faq-list\">\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Where is Lilya Fashion based?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Lilya Fashion is based in the United Arab Emirates\r\n                        and operates under Lilya Lam Fashion Designing.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Do you deliver across the UAE?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Yes. We deliver across the United Arab Emirates.\r\n                        Delivery times may vary depending on location,\r\n                        order volume and season.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Do you ship internationally?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Yes. We offer international shipping to selected\r\n                        destinations. Shipping charges and delivery times\r\n                        vary depending on the destination and courier service.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>How long does delivery take?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Standard delivery is generally estimated at\r\n                        7\u201314 business days. Processing and delivery may\r\n                        take longer during high seasons, promotional\r\n                        periods and special releases.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>How long does order processing take?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Orders may require up to 10 business days for\r\n                        processing, excluding weekends and public holidays.\r\n                        Customized pieces may require additional time.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Can I cancel my order after placing it?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Once your order has entered processing, cancellation\r\n                        may no longer be possible. Please contact us as soon\r\n                        as possible if you need assistance.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Can I return or exchange an abaya?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n\r\n                        If there is an issue with your abaya, please contact\r\n                        us within 3\u20137 days of receiving your order.\r\n\r\n                        The item must be unworn, unused, unwashed and in its\r\n                        original condition.\r\n\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Do you offer refunds?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n\r\n                        We do not offer refunds for change of mind,\r\n                        incorrect size selection or incorrect measurements\r\n                        provided by the customer.\r\n\r\n                        Customized, altered, personalized and made-to-measure\r\n                        abayas are not eligible for refunds.\r\n\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>What happens if Lilya Fashion makes a measurement error?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        If an abaya is made with incorrect measurements due\r\n                        to an error on our side, we will arrange the necessary\r\n                        adjustment and cover the applicable shipping costs.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>What if I provide the wrong measurements?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        We may be able to adjust the abaya where possible.\r\n                        Any applicable alteration, return shipping and\r\n                        reshipping costs will be the responsibility of\r\n                        the customer.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Do you offer custom measurements?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Yes. Custom sizing may be available for selected\r\n                        abayas. If your measurements do not match our\r\n                        standard size guide, please provide the required\r\n                        measurements when ordering or contact us for assistance.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>How do I choose the correct abaya size?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Please refer to the size guide on the product page.\r\n                        Abaya sizing may depend on length, chest measurement,\r\n                        sleeve length and the individual design. If you are\r\n                        unsure, contact our team before placing your order.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Are your measurements in inches or centimeters?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Unless otherwise stated on the product page or\r\n                        size guide, our abaya measurements are provided\r\n                        in inches.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Will the color look exactly the same as the photos?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        We make every reasonable effort to display our\r\n                        products accurately. Slight color differences may\r\n                        occur because of lighting, photography, screen\r\n                        settings, fabric texture or production variations.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Will my abaya look exactly like the product image?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        The design, style and overall appearance will reflect\r\n                        the product shown. Minor variations may occur because\r\n                        of fabric characteristics or handcrafted details.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Are all abayas restocked?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Not necessarily. Limited pieces, seasonal collections\r\n                        and sale items may not be restocked once sold out.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>What is the LAM Collection?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        The LAM Collection by Lilya is designed around refined\r\n                        everyday modest wear, combining comfort, durability\r\n                        and understated elegance.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>How should I care for my abaya?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        To preserve the quality and finish of your abaya,\r\n                        we recommend gentle hand washing or professional\r\n                        dry cleaning. Use cold water and mild detergent,\r\n                        avoid bleach and tumble drying, and steam or iron\r\n                        on a low setting when needed.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Can I wash my abaya in a washing machine?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Care requirements depend on the fabric and design.\r\n                        For the best long-term result, we recommend gentle\r\n                        hand washing or professional dry cleaning unless\r\n                        product-specific instructions state otherwise.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Can I iron my abaya?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Yes. We recommend steaming or using a low heat\r\n                        setting. Avoid applying direct high heat to delicate\r\n                        fabrics or embellishments.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>What payment methods do you accept?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Available payment methods are displayed during\r\n                        checkout and may vary depending on your location\r\n                        and the payment services available on our website.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Are prices shown in AED?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Yes. Unless otherwise stated, prices are displayed\r\n                        in United Arab Emirates Dirhams (AED).\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Can I contact you through WhatsApp?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Yes. You can contact us on WhatsApp for assistance\r\n                        with products, sizing and existing orders.\r\n                        <p>\r\n                            <a href=\"https:\/\/wa.me\/971508573255\" target=\"_blank\" rel=\"noopener\">\r\n                                WhatsApp: +971 50 857 3255\r\n                            <\/a>\r\n                        <\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>How can I contact Lilya Fashion?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n\r\n                        <p>\r\n                            Email:\r\n                            <a href=\"mailto:lilya_fashion_@hotmail.com\">\r\n                                lilya_fashion_@hotmail.com\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            WhatsApp:\r\n                            <a href=\"https:\/\/wa.me\/971508573255\" target=\"_blank\" rel=\"noopener\">\r\n                                +971 50 857 3255\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            Instagram:\r\n                            <a href=\"https:\/\/www.instagram.com\/lilya_fashion_\/\" target=\"_blank\" rel=\"noopener\">\r\n                                @lilya_fashion_\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            Location: United Arab Emirates\r\n                        <\/p>\r\n\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>How can I track my order?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Where tracking is available, shipment details will\r\n                        be provided after your order has been dispatched.\r\n                        Please use the courier tracking information for the\r\n                        latest delivery updates.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>What happens if my shipment is delayed?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Courier delays, customs procedures, high-volume\r\n                        periods and circumstances outside our control may\r\n                        affect delivery times. Contact us if you require\r\n                        assistance with a significantly delayed shipment.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>What should I do if my parcel arrives damaged?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Please contact us as soon as possible and provide\r\n                        clear photos or videos of the parcel and affected\r\n                        item so we can review the issue and assist with the\r\n                        appropriate next steps.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Can I order an item that is sold out?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n                        Availability depends on the collection and design.\r\n                        Some items may be restocked while limited or seasonal\r\n                        pieces may not return. Contact us if you would like\r\n                        to enquire about a specific design.\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Where can I explore the Lilya collections?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n\r\n                        <p>\r\n                            <a href=\"https:\/\/lilyafashion.com\/lam-collection\/\">\r\n                                LAM Collection\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            <a href=\"https:\/\/lilyafashion.com\/black-abayas\/\">\r\n                                \u0639\u0628\u0627\u064a\u0627\u062a \u0633\u0648\u062f\u0627\u0621\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            <a href=\"https:\/\/lilyafashion.com\/colored-abayas\/\">\r\n                                \u0639\u0628\u0627\u064a\u0627\u062a \u0645\u0644\u0648\u0646\u0629\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            <a href=\"https:\/\/lilyafashion.com\/winter-abayas\/\">\r\n                                \u0639\u0628\u0627\u064a\u0627\u062a \u0634\u062a\u0648\u064a\u0629\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n            <div class=\"lilya-faq-item\">\r\n\r\n                <button class=\"lilya-faq-question\">\r\n                    <span>Where can I read your full policies?<\/span>\r\n                    <span class=\"lilya-faq-plus\"><\/span>\r\n                <\/button>\r\n\r\n                <div class=\"lilya-faq-answer\">\r\n                    <div class=\"lilya-faq-answer-inner\">\r\n\r\n                        <p>\r\n                            <a href=\"https:\/\/lilyafashion.com\/delivery-policy\/\">\r\n                                \u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062a\u0648\u0635\u064a\u0644\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            <a href=\"https:\/\/lilyafashion.com\/refund_returns\/\">\r\n                                Refund and Exchange Policy\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                        <p>\r\n                            <a href=\"https:\/\/lilyafashion.com\/privacy-policy\/\">\r\n                                \u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629\r\n                            <\/a>\r\n                        <\/p>\r\n\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n<\/section>\r\n\r\n\r\n<script>\r\n(function () {\r\n\r\n    const items =\r\n        document.querySelectorAll('.lilya-faq-item');\r\n\r\n\r\n    items.forEach(function(item, index) {\r\n\r\n        const button =\r\n            item.querySelector('.lilya-faq-question');\r\n\r\n        const answer =\r\n            item.querySelector('.lilya-faq-answer');\r\n\r\n\r\n        button.addEventListener('click', function () {\r\n\r\n            const isOpen =\r\n                item.classList.contains('open');\r\n\r\n\r\n            \/* Close other FAQs *\/\r\n\r\n            items.forEach(function(otherItem) {\r\n\r\n                if (otherItem === item) return;\r\n\r\n                const otherAnswer =\r\n                    otherItem.querySelector('.lilya-faq-answer');\r\n\r\n                otherItem.classList.remove('open');\r\n\r\n                otherAnswer.style.maxHeight = null;\r\n\r\n            });\r\n\r\n\r\n            \/* Toggle selected FAQ *\/\r\n\r\n            if (isOpen) {\r\n\r\n                item.classList.remove('open');\r\n\r\n                answer.style.maxHeight = null;\r\n\r\n            } else {\r\n\r\n                item.classList.add('open');\r\n\r\n                answer.style.maxHeight =\r\n                    answer.scrollHeight + 'px';\r\n\r\n            }\r\n\r\n        });\r\n\r\n\r\n        \/* subtle staggered reveal *\/\r\n\r\n        setTimeout(function () {\r\n            item.classList.add('is-visible');\r\n        }, Math.min(index * 25, 350));\r\n\r\n    });\r\n\r\n})();\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>LILYA FASHION Frequently Asked Questions Find answers to the most common questions about our abayas, sizing, orders, delivery, exchanges and care. Where is Lilya Fashion based? Lilya Fashion is based in the United Arab Emirates and operates under Lilya Lam Fashion Designing. Do you deliver across the UAE? Yes. We deliver across the United Arab [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-344050","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lilyafashion.com\/ar\/wp-json\/wp\/v2\/pages\/344050","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lilyafashion.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lilyafashion.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lilyafashion.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lilyafashion.com\/ar\/wp-json\/wp\/v2\/comments?post=344050"}],"version-history":[{"count":10,"href":"https:\/\/lilyafashion.com\/ar\/wp-json\/wp\/v2\/pages\/344050\/revisions"}],"predecessor-version":[{"id":344088,"href":"https:\/\/lilyafashion.com\/ar\/wp-json\/wp\/v2\/pages\/344050\/revisions\/344088"}],"wp:attachment":[{"href":"https:\/\/lilyafashion.com\/ar\/wp-json\/wp\/v2\/media?parent=344050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}