<style>
.lora-policy-v3{
--white:#ffffff;
--page:#f7f8fc;
--soft:#f2f4fa;
--soft2:#eef1f8;
--line:#e4e8f2;
--line2:#d8deec;
--text:#171b26;
--muted:#667085;
--dark:#1f2430;
--slate:#3f4a5f;
--accent:#7d8fb3;
--accent2:#a9b5d2;
--lilac:#f3effb;
--danger:#fff3f3;
--danger-line:#efd0d0;
max-width:1000px;
margin:0 auto;
padding:24px 12px;
font-family:inherit;
color:var(--text);
box-sizing:border-box;
}
```
.lora-policy-v3 *{
box-sizing:border-box;
}
.lora-policy-v3 summary::-webkit-details-marker{
display:none;
}
.lp-wrap{
background:var(--white);
border:1px solid var(--line);
border-radius:34px;
overflow:hidden;
box-shadow:0 18px 46px rgba(23,27,38,.07);
}
.lp-hero{
position:relative;
padding:36px 20px 30px;
text-align:center;
background:
radial-gradient(circle at top left, rgba(125,143,179,.14), transparent 32%),
radial-gradient(circle at top right, rgba(169,181,210,.18), transparent 30%),
linear-gradient(135deg,#ffffff 0%,#f8f9fd 58%,#f3f5fb 100%);
border-bottom:1px solid var(--line);
}
.lp-brand{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:38px;
padding:0 20px;
border-radius:999px;
background:#171b26;
color:#fff;
font-size:13px;
font-weight:900;
letter-spacing:.5px;
text-transform:lowercase;
margin-bottom:14px;
}
.lp-hero h1{
margin:0;
font-size:30px;
line-height:1.7;
color:var(--text);
font-weight:900;
}
.lp-hero p{
margin:10px auto 0;
max-width:780px;
font-size:14px;
line-height:2.1;
color:var(--muted);
font-weight:700;
}
.lp-date{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:36px;
margin-top:16px;
padding:0 15px;
border-radius:999px;
background:#fff;
border:1px solid var(--line);
color:var(--slate);
font-size:13px;
font-weight:900;
box-shadow:0 8px 20px rgba(23,27,38,.045);
}
.lp-summary{
padding:18px;
background:#fff;
border-bottom:1px solid var(--line);
}
.lp-summary-title{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
margin-bottom:14px;
color:var(--text);
font-size:15px;
font-weight:900;
line-height:1.8;
}
.lp-summary-title span{
width:34px;
height:34px;
min-width:34px;
border-radius:14px;
display:inline-flex;
align-items:center;
justify-content:center;
background:var(--soft);
border:1px solid var(--line);
color:var(--slate);
font-size:17px;
}
.lp-highlights{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
}
.lp-highlight{
position:relative;
overflow:hidden;
border:1px solid var(--line);
border-radius:24px;
padding:18px 14px;
min-height:128px;
background:
radial-gradient(circle at top left, rgba(125,143,179,.14), transparent 36%),
linear-gradient(180deg,#ffffff 0%,#f9faff 100%);
box-shadow:0 10px 24px rgba(23,27,38,.04);
}
.lp-highlight:before{
content:"";
position:absolute;
top:0;
right:0;
width:100%;
height:4px;
background:linear-gradient(90deg,#7d8fb3,#c7d0e5);
}
.lp-highlight-head{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
margin-bottom:14px;
}
.lp-highlight-icon{
width:42px;
height:42px;
min-width:42px;
border-radius:17px;
display:inline-flex;
align-items:center;
justify-content:center;
background:var(--soft);
border:1px solid var(--line2);
color:var(--slate);
font-size:19px;
font-weight:900;
}
.lp-highlight-tag{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:28px;
padding:0 10px;
border-radius:999px;
background:#fff;
border:1px solid var(--line);
color:var(--muted);
font-size:12px;
font-weight:900;
white-space:nowrap;
}
.lp-highlight strong{
display:block;
margin:0 0 5px;
font-size:26px;
line-height:1.4;
color:var(--dark);
font-weight:900;
}
.lp-highlight p{
margin:0;
font-size:13px;
line-height:1.9;
color:var(--muted);
font-weight:800;
}
.lp-body{
padding:18px;
background:#fff;
}
.lp-box{
background:#fff;
border:1px solid var(--line);
border-radius:24px;
margin-bottom:13px;
overflow:hidden;
box-shadow:0 8px 22px rgba(23,27,38,.04);
}
.lp-box summary{
cursor:pointer;
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding:17px 16px;
background:#fff;
font-size:15px;
font-weight:900;
color:var(--text);
line-height:1.8;
}
.lp-title{
display:flex;
align-items:center;
gap:11px;
}
.lp-icon{
width:38px;
height:38px;
min-width:38px;
border-radius:15px;
display:inline-flex;
align-items:center;
justify-content:center;
background:var(--soft);
color:var(--slate);
border:1px solid var(--line2);
font-size:18px;
font-weight:900;
}
.lp-toggle{
width:31px;
height:31px;
min-width:31px;
border-radius:50%;
display:inline-flex;
align-items:center;
justify-content:center;
background:#f5f7fc;
color:var(--slate);
border:1px solid var(--line2);
font-size:20px;
font-weight:900;
line-height:1;
box-shadow:0 4px 12px rgba(23,27,38,.05);
}
.lp-box[open] .lp-toggle{
background:#e8edf7;
color:#1f2430;
border-color:#cfd7e8;
}
.lp-content{
padding:0 18px 18px;
color:#4d5567;
font-size:14px;
line-height:2.05;
font-weight:650;
}
.lp-content ul{
margin:0;
padding-right:20px;
}
.lp-content li{
margin-bottom:4px;
}
.lp-content p{
margin:0 0 8px;
}
.lp-note{
margin-top:12px;
padding:13px;
border-radius:18px;
background:#f5f7fc;
border:1px solid var(--line);
color:var(--slate);
font-weight:900;
line-height:2;
}
.lp-alert{
margin-top:12px;
padding:13px;
border-radius:18px;
background:var(--danger);
border:1px solid var(--danger-line);
color:#7a4c4c;
font-weight:900;
line-height:2;
}
.lp-fees{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
margin-bottom:12px;
}
.lp-fee{
background:linear-gradient(180deg,#ffffff,#f8faff);
border:1px solid var(--line);
border-radius:18px;
padding:13px 10px;
text-align:center;
color:var(--text);
font-weight:900;
line-height:1.9;
}
.lp-fee span{
display:block;
color:var(--slate);
font-size:20px;
font-weight:900;
}
.lp-contact{
margin-top:18px;
padding:28px 18px;
text-align:center;
background:
radial-gradient(circle at top right, rgba(125,143,179,.18), transparent 26%),
linear-gradient(135deg,#171b26 0%,#30384a 100%);
border-radius:28px;
color:#fff;
box-shadow:0 16px 36px rgba(23,27,38,.14);
}
.lp-contact h3{
margin:0 0 8px;
color:#fff;
font-size:22px;
font-weight:900;
}
.lp-contact p{
margin:0 auto 15px;
max-width:740px;
color:rgba(255,255,255,.84);
font-size:14px;
line-height:2;
font-weight:700;
}
.lp-btn{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:46px;
padding:0 24px;
border-radius:999px;
background:#fff;
color:#171b26;
text-decoration:none;
font-size:14px;
font-weight:900;
border:1px solid rgba(255,255,255,.25);
box-shadow:0 8px 22px rgba(0,0,0,.12);
}
@media(max-width:700px){
.lora-policy-v3{
padding:14px 8px;
}
.lp-wrap{
border-radius:24px;
}
.lp-hero{
padding:26px 14px 22px;
}
.lp-hero h1{
font-size:22px;
}
.lp-hero p{
font-size:13.5px;
}
.lp-summary{
padding:14px;
}
.lp-highlights{
grid-template-columns:1fr;
}
.lp-highlight{
min-height:auto;
}
.lp-body{
padding:14px;
}
.lp-box summary{
padding:15px 13px;
font-size:14px;
}
.lp-content{
padding:0 14px 16px;
font-size:13.5px;
}
.lp-fees{
grid-template-columns:1fr;
}
.lp-contact{
border-radius:24px;
padding:23px 14px;
}
}
```
</style>
```
Lora Fashion
Exchange and Return Policy
At Lora Fashion, we place great importance on customer satisfaction and trust. Therefore, we have established a clear and detailed exchange and return policy, taking into account the unique nature of our evening dresses, which require special handling to maintain their quality and elegance.
Last updated: 02-10-2025
✦ Quick policy summary
Returns and exchanges
7 days The return or exchange period is from the date of receiving the order.
⏱️ Quick notification
12 hours Customer service notification period in case of a return request.
✓ Replacement
once The exchange is available only once, after which the right to return is forfeited.
⏳ First: Time period +
- Exchange or return is allowed within 7 days of the date of receiving the order.
- Customer service must be notified within 12 hours of receiving the order for a return.
- If the product is manufactured after the order has been placed, and 12 hours have passed since the order was approved, the customer is not entitled to request a return or cancellation.
- Customer service must be notified within 3 days of receiving the order for replacement.
- Exchange is allowed only once, after which the right to return is forfeited.
- If the customer wishes to exchange the product, the replacement product must be of the same or higher price as the original order.
Your prompt communication after receipt helps us to process the order faster and without any delay.
✅ Second: Conditions for accepting returns or exchanges +
- The item must be in its original condition as received by the customer, inside the original packaging.
- Attach the invoice with the returned shipment.
- Do not remove or cut the tape attached to the item, as this is a prerequisite for accepting the return.
- The piece should be free of any scents such as perfumes, incense, or others.
- The item should be free of traces of makeup or cosmetics.
- If there are offers or gifts, the free item must be returned with the entire order when requesting a refund or exchange.
🚫 Products are non-returnable and non-exchangeable .
- Outlet products.
- Big discounts and the deal of the week.
- Special offers such as National Day offers.
- Any product that shows signs of use, smells, makeup, or has changed from its original condition.
- International shipping orders are non-returnable.
Returns or exchanges are accepted after the product has been inspected and confirmed to meet all the stated conditions.
💰 Third: Fees +
Return fee 75 riyals
Exceptional exchange fee: 60 riyals
Cash on delivery fee is 15 riyals.
- Cash on delivery fees are deducted upon return and are non-refundable when requesting a return or exchange.
- Excess weight: 15 riyals are added for each additional kilo after the first kilo.
- The free shipping provided with the original order is deducted in case of return or exchange.
- If the customer cancels the order after it has been shipped, the shipping fees and payment card fees will be deducted.
- If the customer cancels the order before shipping, only the card fees will be deducted.
💳 Fourth: How to get a refund +
There is no direct cash refund.
- Refunds are processed via: credit card, bank transfer, and payment systems such as Tabby, Tamara, and Mis Pay.
- The expected time for refunding the amount is from 7 to 24 days, and may reach up to 30 working days depending on the bank.
- In the case of payment upon receipt, the amount is transferred via bank transfer, and the customer is required to provide us with an IBAN certificate.
- The customer can choose a shopping voucher of the same value as the returned item after deducting the return fees.
- Depending on the bank, it may take between 14 and 30 business days for the refund to appear in your bank account.
🌍 International Shipping +
- Pricing based on weight starts from 75 riyals + an additional 45 riyals per kilo via SMSA.
- Shipping via DHL to all countries worldwide, prices start from 249 riyals.
- Returns are not possible for international shipping orders.
- Customers outside the Kingdom bear the full cost of shipping and return according to the country.
Note: International orders are final and non-refundable after shipment.
🧵 Fifth: Manufacturing defects +
Returns or exchanges are accepted if applicable:
- Permanent stains that cannot be removed.
- A tear or obvious damage to the fabric.
Defects must be reported within one hour of receiving the order, with clear photos.
These are not considered manufacturing defects:
- Excess threads can be cut without damage.
- Slight color difference due to lighting or photography.
- A slight warp in the fabric.
- Sequins or beads may fall off by up to 15%.
- Light stains or traces of dust resulting from storage or shipping.
- There may be slight variations in the pattern or details of some dresses, as part of deliberate procedures we take on some products. These variations are not considered a defect but rather part of the nature of the product.
📦 Sixth: Customer Responsibility +
- The customer must follow up on their returned shipment until its status is updated to "Delivered".
- The shipment must be delivered manually at the shipping company's branch.
- You must not leave the branch until the barcode has been scanned by an employee.
- If non-returnable products are shipped or the specified 24-hour period from the issuance of the policy is exceeded, the customer shall bear the return shipping fees.
- Products are stored for only one month, after which they are destroyed without any liability on the part of the store.
Failure to scan the barcode or not register the shipment with the shipping company may delay order processing.
✈️ Seventh: For customers outside the Kingdom +
- The customer bears the full cost of shipping and return, depending on the country.
- Returns cannot be made to international shipping orders after the order has been shipped.
🛍️ Eighth: Additional provisions +
- When ordering more than two pieces, only one piece can be returned at most.
- Replacement forfeits the right of return.
- The free shipping provided with the original order is deducted in case of return or exchange.
- If the customer cancels the order after it has been shipped, the shipping fees and payment card fees will be deducted.
- If the customer cancels the order before shipping, only the card fees will be deducted.
- Depending on the bank, it may take between 14 and 30 business days for the refund to appear in your bank account.
⚖️ Ninth: Store rights +
Lora Fashion store reserves the right to accept, refuse, or cancel any order in the following cases:
- Out of stock.
- Product pricing error.
- There are suspicions of fraudulent order placement.
All website content, including designs, images, texts, logos, and software, is the exclusive property of the store and is subject to copyright.
```