Returns & Exchanges
Our Commitment to Excellence
At BREATHECASA, we stand behind the artistry and quality of every piece we curate. We want you to be enamored with your new accessory. If for any reason you are not entirely satisfied, we are pleased to accept returns or exchanges within 30 days of delivery.
01
Initiate
Contact our Concierge team at support@breathecasa.com with your order number to request a return authorization.
02
Package
Ensure the item is unworn, in its original pristine condition, and packed inside the BREATHECASA dust bag and box.
03
Refund
Once inspected, your refund will be processed to the original payment method within 5-7 business days.
Condition of Return
To be eligible for a return, your item must be in the same condition that you received it: unworn, unused, and in its original packaging. Items that appear worn, scratched, or missing the original tags/dust bags will not be accepted.
Bespoke & Personalized Items
Please note that items that have been personalized, including Monogrammed or Marquage-painted cases, are made specifically for you and are Final Sale. These cannot be returned or exchanged unless there is a manufacturing defect.
Exchanges
We are happy to exchange your item for a different color or device model (e.g., swapping an iPhone 17 Pro case for an iPhone 17 Pro Max). Please indicate your desire to exchange when contacting our Concierge.
/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Montserrat:wght@300;400;500&display=swap');
.bc-policy-container {
max-width: 900px;
margin: 0 auto;
padding: 60px 20px;
font-family: 'Montserrat', sans-serif;
color: #333;
background-color: #fff;
}
/* HEADER */
.bc-policy-header {
text-align: center;
margin-bottom: 50px;
}
.bc-title {
font-family: 'Playfair Display', serif;
font-size: 2.5rem;
text-transform: uppercase;
letter-spacing: 3px;
margin-bottom: 10px;
color: #111;
}
.bc-subtitle {
font-size: 0.9rem;
text-transform: uppercase;
letter-spacing: 2px;
color: #888;
}
.bc-gold-divider {
width: 60px;
height: 3px;
background-color: #d4af37;
margin: 25px auto 0;
}
/* INTRO */
.bc-intro-text {
text-align: center;
max-width: 700px;
margin: 0 auto 60px;
line-height: 1.8;
color: #555;
font-size: 1rem;
}
/* PROCESS GRID */
.bc-process-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 70px;
}
.bc-process-card {
background-color: #fcfcfc;
padding: 30px 20px;
text-align: center;
border: 1px solid #eee;
transition: transform 0.3s ease;
}
.bc-process-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.bc-step-number {
font-family: 'Playfair Display', serif;
font-size: 3rem;
color: #e5e5e5; /* Subtle grey number */
line-height: 1;
margin-bottom: 10px;
}
.bc-process-card h3 {
font-family: 'Playfair Display', serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.2rem;
margin-bottom: 15px;
color: #111;
}
.bc-process-card p {
font-size: 0.85rem;
color: #666;
line-height: 1.6;
}
/* DETAILED POLICIES */
.bc-policy-details {
max-width: 800px;
margin: 0 auto;
border-top: 1px solid #eee;
padding-top: 40px;
}
.bc-policy-block {
margin-bottom: 30px;
}
.bc-policy-block h4 {
font-family: 'Playfair Display', serif;
font-size: 1.1rem;
color: #111;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 1px;
}
.bc-policy-block p {
font-size: 0.9rem;
color: #555;
line-height: 1.7;
}
/* HIDDEN SEO FOOTER */
.bc-seo-footer {
margin-top: 60px;
border-top: 1px dashed #ddd;
padding-top: 20px;
text-align: center;
}
.seo-summary {
font-size: 0.7rem;
color: #aaa;
text-transform: uppercase;
letter-spacing: 1px;
cursor: pointer;
list-style: none;
outline: none;
}
.seo-summary::-webkit-details-marker { display: none; }
.seo-content {
margin-top: 15px;
background: #fafafa;
padding: 20px;
text-align: left;
}
.seo-tag {
display: block;
font-size: 0.75rem;
color: #999;
margin-bottom: 8px;
line-height: 1.5;
}
.seo-tag strong { color: #666; }
/* RESPONSIVE */
@media (max-width: 768px) {
.bc-process-grid {
grid-template-columns: 1fr; /* Stack cards on mobile */
}
.bc-title { font-size: 2rem; }
}