@keyframes shimmer {
0% { background-position: -200% center; }
100% { background-position: 200% center; }
}
@keyframes caustics {
0% { opacity: 0.25; transform: scale(1) rotate(0deg); }
33% { opacity: 0.5; transform: scale(1.05) rotate(2deg); }
66% { opacity: 0.35; transform: scale(0.97) rotate(-1deg); }
100% { opacity: 0.25; transform: scale(1) rotate(0deg); }
}
@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-8px) rotate(3deg); }
}
@keyframes sparkle {
0%, 100% { opacity: 0.6; filter: drop-shadow(0 0 8px rgba(255,220,180,0.6)); }
50% { opacity: 1; filter: drop-shadow(0 0 24px rgba(255,255,255,1)) drop-shadow(0 0 40px rgba(255,200,120,0.9)); }
}
@keyframes ring-glow {
0%, 100% { box-shadow: 0 0 12px rgba(212,175,55,0.5), 0 0 24px rgba(212,175,55,0.2), inset 0 0 8px rgba(255,255,255,0.1); }
50% { box-shadow: 0 0 24px rgba(255,215,0,0.9), 0 0 48px rgba(212,175,55,0.5), inset 0 0 16px rgba(255,255,255,0.2); }
}
@keyframes glow-pulse {
0%, 100% { text-shadow:
0 0 10px rgba(255,200,150,0.6),
0 0 20px rgba(200,50,50,0.4),
2px 2px 0 #5a0000,
4px 4px 4px rgba(0,0,0,0.9); }
50% { text-shadow:
0 0 20px rgba(255,230,200,0.9),
0 0 40px rgba(220,80,80,0.6),
2px 2px 0 #5a0000,
4px 4px 4px rgba(0,0,0,0.9); }
}
.diamond-ring-wrap {
position: relative;
font-family: "Times New Roman", serif;
font-size: 18px;
color: #f7e7e0;
line-height: 1.9;
background:
radial-gradient(ellipse at 20% 20%, rgba(120,0,0,0.35) 0%, transparent 55%),
radial-gradient(ellipse at 80% 80%, rgba(80,0,0,0.4) 0%, transparent 55%),
radial-gradient(ellipse at 50% 50%, rgba(60,0,0,0.5) 0%, transparent 75%),
linear-gradient(160deg, #0d0000 0%, #1a0000 30%, #2b0000 60%, #0d0000 100%);
padding: 40px 35px;
border-radius: 20px;
border: 1px solid rgba(212,175,55,0.3);
box-shadow:
0 0 60px rgba(120,0,0,0.5),
0 0 120px rgba(80,0,0,0.25),
inset 0 0 80px rgba(60,0,0,0.5),
inset 0 1px 0 rgba(255,200,150,0.07);
overflow: hidden;
}
/* Caustic light overlay — warm red/gold tones */
.diamond-ring-wrap::before {
content: "";
position: absolute;
top: -50%; left: -50%;
width: 200%; height: 200%;
background:
radial-gradient(ellipse 80px 40px at 30% 40%, rgba(212,175,55,0.08) 0%, transparent 70%),
radial-gradient(ellipse 60px 30px at 70% 20%, rgba(255,200,150,0.07) 0%, transparent 70%),
radial-gradient(ellipse 100px 50px at 55% 75%, rgba(180,0,0,0.1) 0%, transparent 70%),
radial-gradient(ellipse 50px 25px at 15% 80%, rgba(212,175,55,0.06) 0%, transparent 70%);
animation: caustics 7s ease-in-out infinite;
pointer-events: none;
z-index: 0;
}
.diamond-ring-wrap > * {
position: relative;
z-index: 2;
}
.diamond-ring-wrap h2 {
font-size: 32px;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
margin-bottom: 6px;
background: linear-gradient(90deg,
#ffffff 0%,
#ffe8cc 20%,
#ffffff 40%,
#ffd700 55%,
#ffffff 70%,
#ffe8cc 100%);
background-size: 200% auto;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: shimmer 4s linear infinite, glow-pulse 3s ease-in-out infinite;
}
.diamond-ring-wrap h3 {
font-size: 22px;
font-weight: bold;
margin-top: 28px;
margin-bottom: 8px;
background: linear-gradient(90deg,
#ffd700 0%,
#ffffff 35%,
#ffd700 65%,
#ffe8cc 100%);
background-size: 200% auto;
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: shimmer 5s linear infinite;
border-bottom: 1px solid rgba(212,175,55,0.25);
padding-bottom: 6px;
}
.diamond-ring-wrap p,
.diamond-ring-wrap li {
color: #f0d8d0;
text-shadow: 0 1px 3px rgba(0,0,0,0.9);
}
.diamond-ring-wrap strong {
color: #ffffff;
text-shadow:
0 0 8px rgba(255,200,150,0.5),
0 0 16px rgba(212,175,55,0.3);
}
.diamond-ring-wrap a {
color: #ffd700;
text-decoration: none;
text-shadow: 0 0 8px rgba(255,215,0,0.6);
border-bottom: 1px solid rgba(212,175,55,0.4);
transition: all 0.3s ease;
}
.diamond-ring-wrap a:hover {
color: #ffffff;
text-shadow: 0 0 16px rgba(255,215,0,1);
border-bottom-color: #ffffff;
}
.diamond-ring-wrap ul,
.diamond-ring-wrap ol {
padding-left: 24px;
}
.diamond-ring-wrap ul li::marker { color: #ffd700; }
.diamond-ring-wrap ol li::marker { color: #d4af37; font-weight: bold; }
.diamond-divider {
text-align: center;
color: rgba(212,175,55,0.7);
font-size: 20px;
letter-spacing: 14px;
margin: 18px 0 4px;
text-shadow: 0 0 10px rgba(255,215,0,0.5);
animation: sparkle 3s ease-in-out infinite;
}
◆ ◇ ◆ ◇ ◆
Return & Refund Policy
◇ ◆ ◇ ◆ ◇
At MC The Black Diamond, every order is handled with the utmost care. We are committed to ensuring your complete satisfaction. Please read this policy carefully before placing your order.
◆ 14-Day Return Window
You may request a return within 14 days of receiving your order, provided the item meets the eligibility conditions below. Returns are accepted only in the following circumstances:
- The item arrived damaged, defective, or broken.
- You received the wrong item (incorrect product or variant).
We do not accept returns for change of mind, incorrect size selection, or personal preference. Please review product details and size guides carefully before ordering.
◆ Return Conditions
- Items must be unused and in their original packaging.
- Return requests must be submitted within 14 days of delivery.
- Proof of damage or defect (e.g., photos) must be provided at the time of the request.
◆ How to Request a Return
- Email us at contact@mohammadcollection.com within 14 days of receiving your order.
- Include your order number, a brief description of the issue, and clear photos of the item.
- Our team will review your request and respond within 2–3 business days.
- If approved, you will receive return instructions and a return address.
◆ Return Shipping
If the return is due to a defect or an error on our part, we will cover the return shipping cost. In all other eligible cases, the customer is responsible for return shipping fees. We recommend using a tracked shipping service, as we cannot be held responsible for items lost in transit.
◆ Refund Processing
Once your returned item is received and inspected, we will notify you of the outcome. If approved, your refund will be processed to your original payment method within 5–10 business days. Processing times may vary depending on your bank or payment provider.
◆ EU Customers — Right to Cancel
If you are located in the European Union, you have the right to cancel or return your order within 14 days of receipt, for any reason and without justification, in accordance with the EU Consumer Rights Directive. To exercise this right, please contact us at contact@mohammadcollection.com before the 14-day period expires. Items must be returned in their original, unused condition. Return shipping costs in this case are the responsibility of the customer unless the item is defective.
◆ Our Commitment to Quality
Every order from MC The Black Diamond is carefully inspected and securely packaged before dispatch. We partner with trusted carriers offering full shipment tracking to ensure your order arrives safely and on time.
◆ Agreement
By placing an order with MC The Black Diamond, you confirm that you have read and agree to this Return & Refund Policy.
For any questions or concerns, please contact us:
Email: contact@mohammadcollection.com
Response time: 2–3 business days
◆ ◇ ◆ ◇ ◆