@font-face {
font-family: 'Cooper BT';
src: url('https://cdn.shopify.com/s/files/1/0711/9169/1430/files/Cooper_Bold_BT_1.ttf?v=1774767847') format('truetype');
font-weight: 700;
font-style: normal;
font-display: swap;
}
.plm-tos *{box-sizing:border-box;margin:0;padding:0}
.plm-tos-wrap{
width:100vw;
position:relative;
left:50%;
right:50%;
margin-left:-50vw;
margin-right:-50vw;
background:#fafaf7;
padding:40px 0 60px;
font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
-webkit-font-smoothing:antialiased;
color:#1a1a18;
}
.plm-tos{
max-width:720px;
margin:0 auto;
padding:0 22px;
}
@media(min-width:769px){
.plm-tos-wrap{padding:56px 0 80px}
}
.plm-tos-hero{
text-align:center;
padding:0 0 36px;
}
.plm-tos-eyebrow{
display:inline-block;
font-size:11px;
font-weight:600;
letter-spacing:0.18em;
text-transform:uppercase;
color:#5c3a2e;
background:#fdf2ec;
border:0.5px solid #e8c5b4;
border-radius:999px;
padding:6px 14px;
margin-bottom:18px;
}
.plm-tos-title{
font-family:'Inter',sans-serif !important;
font-weight:600 !important;
font-size:30px !important;
line-height:1.15 !important;
letter-spacing:-0.02em !important;
color:#1a1a18 !important;
text-transform:none !important;
margin-bottom:14px !important;
}
.plm-tos-title em{
font-family:'Cooper BT', Georgia, serif;
font-style:normal;
font-weight:700;
color:#1a1a18;
}
.plm-tos-date{
font-size:12.5px;
color:#7a7974;
font-weight:400;
letter-spacing:0.02em;
}
@media(min-width:769px){
.plm-tos-title{font-size:38px !important}
}
.plm-tos-divider{
display:flex;align-items:center;justify-content:center;
gap:14px;
margin:0 auto 36px;
max-width:220px;
}
.plm-tos-divider-line{
flex:1;height:1px;
background:linear-gradient(90deg, transparent, #e8c5b4, transparent);
}
.plm-tos-divider-icon{
color:#e8c5b4;
font-size:14px;
}
.plm-tos-lead{
background:#fff;
border:0.5px solid #1a1a18;
border-radius:20px;
padding:24px 22px;
margin-bottom:36px;
text-align:center;
}
.plm-tos-lead-title{
font-family:'Cooper BT', Georgia, serif;
font-weight:700;
font-size:20px;
color:#1a1a18;
margin-bottom:10px;
letter-spacing:0;
}
.plm-tos-lead-body{
font-size:14px;
color:#4a4540;
line-height:1.6;
max-width:520px;
margin:0 auto;
}
.plm-tos-section{
margin-bottom:32px;
}
.plm-tos-h2{
font-family:'Inter',sans-serif !important;
font-weight:600 !important;
font-size:20px !important;
line-height:1.25 !important;
letter-spacing:-0.01em !important;
color:#1a1a18 !important;
margin-bottom:12px !important;
text-transform:none !important;
display:flex;align-items:center;gap:10px;
}
.plm-tos-h2::before{
content:'';
width:18px;height:1.5px;
background:#1a1a18;
flex-shrink:0;
}
.plm-tos-p{
font-size:14px;
font-weight:400;
color:#4a4540;
line-height:1.65;
margin-bottom:12px;
}
.plm-tos-p:last-child{margin-bottom:0}
.plm-tos-p strong{color:#1a1a18;font-weight:600}
.plm-tos-list{
list-style:none;
display:flex;flex-direction:column;
gap:10px;
margin:14px 0 4px;
}
.plm-tos-list li{
display:flex;align-items:flex-start;gap:11px;
font-size:14px;
font-weight:400;
color:#1a1a18;
line-height:1.5;
padding:14px 16px;
background:#fff;
border:0.5px solid #e8e6e2;
border-radius:14px;
}
.plm-tos-list li::before{
content:'';
width:6px;height:6px;
border-radius:50%;
background:#5c3a2e;
flex-shrink:0;
margin-top:8px;
}
.plm-tos-list li strong{
color:#1a1a18;
font-weight:600;
}
.plm-tos-warning{
background:#1a1a18;
color:#faf3ee;
border-radius:20px;
padding:28px 22px;
margin:24px 0 32px;
}
.plm-tos-warning-badge{
display:inline-flex;
align-items:center;gap:7px;
background:rgba(232,197,180,0.15);
border:0.5px solid rgba(232,197,180,0.35);
padding:5px 12px;
border-radius:999px;
font-size:10.5px;
font-weight:600;
letter-spacing:0.14em;
text-transform:uppercase;
color:#e8c5b4;
margin-bottom:14px;
}
.plm-tos-warning-title{
font-family:'Cooper BT', Georgia, serif;
font-weight:700;
font-size:22px;
color:#fdf2ec;
margin-bottom:12px;
line-height:1.2;
letter-spacing:0;
}
.plm-tos-warning-body{
font-size:14px;
color:#faf3ee;
line-height:1.65;
margin-bottom:14px;
}
.plm-tos-warning-body:last-of-type{margin-bottom:18px}
.plm-tos-warning-body strong{color:#fdf2ec;font-weight:600}
.plm-tos-warning-cta{
display:inline-flex;
align-items:center;
gap:8px;
background:#faf3ee;
color:#1a1a18 !important;
padding:13px 22px;
border-radius:999px;
font-size:13px;
font-weight:600;
letter-spacing:0.04em;
text-transform:uppercase;
text-decoration:none;
transition:background 0.2s ease, transform 0.2s ease;
}
.plm-tos-warning-cta:hover{
background:#fff;
transform:translateY(-1px);
}
.plm-tos-warning-cta svg{
width:14px;height:14px;
stroke:#1a1a18;fill:none;
stroke-width:2;
}
.plm-tos-fineprint{
font-size:12px;
color:#a8a39a;
line-height:1.55;
margin-top:18px;
padding-top:18px;
border-top:0.5px solid rgba(232,197,180,0.2);
}
.plm-tos-contact{
text-align:center;
background:#fdf2ec;
border-radius:20px;
padding:32px 22px;
margin-top:8px;
}
.plm-tos-contact-title{
font-family:'Cooper BT', Georgia, serif;
font-weight:700;
font-size:20px;
color:#1a1a18;
margin-bottom:8px;
}
.plm-tos-contact-sub{
font-size:13px;
color:#5c3a2e;
margin-bottom:18px;
line-height:1.5;
}
.plm-tos-contact-email{
display:inline-block;
font-size:15px;
font-weight:600;
color:#1a1a18;
text-decoration:none;
border-bottom:1.5px solid #1a1a18;
padding-bottom:2px;
}
@media(max-width:380px){
.plm-tos-title{font-size:26px !important}
.plm-tos-h2{font-size:18px !important}
.plm-tos-lead-title,.plm-tos-warning-title,.plm-tos-contact-title{font-size:18px}
.plm-tos-list li{font-size:13px}
}
Terms of Service
Using Palmora Means You Agree.
Effective May 5, 2026
✦
Welcome to Palmora
These Terms govern your use of the Palmora website and any purchase you make through it. By accessing our site or placing an order, you accept these terms in full. If you do not agree, please do not use our website.
Who We Are
Palmora is a California-based luxury fragrance brand with manufacturing and fulfillment in Tampa, Florida. We sell exclusively through our official website. Every product is crafted with intention — and everything we do reflects that standard.
Our Products
We describe every product as accurately as possible. That said:
- Product availability, pricing, and descriptions are subject to change without notice.
- Packaging and color may vary slightly from website imagery.
- Fragrance is deeply personal — scent performance varies based on individual skin chemistry, body heat, and environment. Read our full product descriptions before purchasing. We do not accept returns based on scent preference.
We reserve the right to limit quantities or discontinue any product at any time.
Placing an Order
When you place an order with Palmora, you confirm that:
- You are at least 18 years of age.
- You are legally authorized to use the payment method provided.
- All information entered — name, address, payment details — is accurate and complete.
We reserve the right to cancel any order at our discretion in cases of suspected fraud, pricing errors, or availability issues. If we cancel your order, a full refund is issued immediately.
Your payment is processed through Shopify’s secure infrastructure. We do not store your full card details.
Pricing
All prices are displayed in US dollars. Pricing is subject to change without notice. Discount codes and promotions cannot be applied retroactively to completed orders.
Subscriptions
Selecting a subscription at checkout means you agree to recurring charges at your selected billing frequency. Everything — pricing, billing date, product selection — is clearly shown to you before you complete your purchase. It is your responsibility to review your cart before submitting.
Full subscription terms, cancellation rights, and skip options are outlined in our Purchase Options Cancellation Policy, which is part of these Terms.
Shipping
Delivery estimates are exactly that — estimates. Palmora is not responsible for carrier delays, weather events, or anything outside our direct control. Our full shipping terms are in our Shipping Policy.
Disputes & Chargebacks
Email us before filing a chargeback.
Before initiating a chargeback or payment dispute with your bank or card issuer, you are required to contact Palmora directly at thepalmora@gmail.com with the subject line REFUND REQUEST.
We respond to refund requests with urgency and process them manually and immediately upon verification. A direct refund from us is faster than any bank dispute — chargebacks take 30–90 business days. We can resolve your issue today.
Email a Refund Request
Customers who initiate chargebacks without first contacting Palmora may be permanently restricted from future purchases. Fraudulent chargebacks filed against fulfilled and delivered orders will be disputed and reported.
Arbitration & Dispute Resolution
Any dispute, claim, or controversy arising out of or relating to these Terms or your use of the Palmora website shall be resolved through binding individual arbitration under the rules of the American Arbitration Association.
You agree to waive any right to participate in a class action lawsuit or class-wide arbitration against Palmora. This does not prevent either party from seeking emergency injunctive relief in a court of competent jurisdiction where necessary.
Our Intellectual Property
Everything on this website belongs to Palmora. The name. The logo. The product names. The photography. The copy. The design. All of it is protected under US copyright and trademark law.
You may not copy, reproduce, distribute, or repurpose any Palmora content without our explicit written permission. We take this seriously.
Limitation of Liability
To the fullest extent permitted by law, Palmora’s liability to you is limited to the value of your specific order. We are not responsible for indirect, incidental, or consequential damages of any kind.
Indemnification
By using our website, you agree to hold Palmora, its team, and its agents harmless from any claims, costs, or damages that arise from your use of our site or any violation of these Terms.
Governing Law
These Terms are governed by the laws of the State of California. Any disputes shall be handled in California courts or through arbitration as outlined above.
Changes to These Terms
We may update these Terms at any time. The updated version will be posted here with a new effective date. Continued use of our website constitutes acceptance.