Shopify Compliance & Ecosystem
Iberi Store is powered by Shopify, which enables us to provide our Services to you safely. If there is a conflict between our Terms of Service and this Privacy Policy, this Privacy Policy controls with respect to the collection, processing, and disclosure of your personal information.
When we use the term "personal information," we refer to information that identifies or can reasonably be linked to you. We may collect or process the following categories depending on how you interact with our Services:
Contact Details
Your full name, address, billing address, shipping address, phone number, and email address.
Financial Information
Credit/debit card details, payment card info, transaction details, form of payment, and payment confirmations.
Account & Transactions
Usernames, passwords, items viewed/added to cart or wishlist, order history, returns, and exchanges.
Device & Usage Data
IP addresses, browser/network connection details, unique identifiers, and navigation activity across our store.
01 Direct Interactions
When you create an account, place an order, contact customer support, or subscribe to communications.
02 Automated Technologies
Through your device when navigating our store via cookies, web beacons, and similar tracking tools.
03 Third Parties & Partners
From service providers engaged to enable payment processing, IT analytics, and fulfillment infrastructure.
-
Provide & Improve Services: Fulfilling orders, processing payments, arranging shipping, managing returns, and personalizing recommendations.
-
Marketing & Advertising: Showing relevant ads and sending promotional communications via email or text (opt-out available anytime).
-
Security & Fraud Mitigation: Authenticating account credentials, securing payment gateways, and preventing unauthorized activity.
-
Corporate Disclosures: Sharing with Shopify, IT management, shipping carriers, and legal authorities when required by valid legal processes.
Depending on your jurisdiction (including the UK, EEA, and specific US states), you may hold concrete legal rights regarding your personal data:
| Right / Choice |
Description |
| Right to Know / Access |
Request details regarding the specific personal data we hold about you. |
| Right to Delete & Correct |
Request deletion or correction of inaccurate personal records. |
| Right to Data Portability |
Receive a copy of your personal data in a structured, transferable format. |
| Objection & Restriction (UK/EEA) |
Ask us to stop or restrict processing of personal information for specific purposes. |
| Shopify Privacy Portal |
Manage Shopify-processed interactions via Shopify's Privacy Portal. |
| Official Corporate Identity |
| Operating Entity |
COMMERCE LLC |
| Trading Identity |
iberistore.com |
| Registered Office |
30 N Gould St Ste N, Sheridan, WY 82801, United States |
| Support Email |
support@iberistore.com |
| Telephone Line |
+1 307-556-8900 |
.iberi-page-wrapper {
max-width: 950px;
margin: 40px auto;
padding: 40px;
background: #ffffff;
border-radius: 16px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
font-family: inherit;
color: #2d3748;
box-sizing: border-box;
}
/* Header Section */
.iberi-header {
text-align: center;
margin-bottom: 30px;
}
.iberi-badge {
display: inline-block;
background: #f1f5f9;
color: #475569;
padding: 6px 16px;
border-radius: 50px;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 14px;
}
.iberi-title {
font-size: 32px;
font-weight: 800;
color: #0f172a;
margin: 0 0 6px 0;
letter-spacing: -0.5px;
line-height: 1.2;
}
.iberi-effective-date {
font-size: 13px;
font-weight: 600;
color: #64748b;
margin: 0 0 12px 0;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.iberi-intro-subtitle {
font-size: 15.5px;
line-height: 1.6;
color: #64748b;
max-width: 700px;
margin: 0 auto;
}
.iberi-header-divider {
width: 60px;
height: 4px;
background: linear-gradient(90deg, #111111, #666666);
margin: 20px auto 0 auto;
border-radius: 2px;
}
/* Feature Banner */
.iberi-banner {
background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
color: #ffffff;
border-left: 4px solid #3b82f6;
border-radius: 10px;
padding: 24px;
margin-bottom: 40px;
}
.iberi-banner-title {
color: #ffffff;
margin: 0 0 8px 0;
font-size: 19px;
font-weight: 700;
}
.iberi-banner-subtitle {
color: #cbd5e1;
margin: 0;
font-size: 14px;
line-height: 1.6;
}
/* Section Styling */
.iberi-section {
margin-top: 40px;
}
.iberi-section-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 20px;
border-bottom: 2px solid #f1f5f9;
padding-bottom: 12px;
}
.iberi-section-icon {
width: 22px;
height: 22px;
color: #0f172a;
}
.iberi-section-title {
font-size: 20px;
font-weight: 700;
color: #0f172a;
margin: 0;
letter-spacing: -0.3px;
}
.iberi-body-text {
font-size: 14.5px;
line-height: 1.7;
color: #475569;
margin: 0 0 15px 0;
}
/* Grid Layouts */
.iberi-grid-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.iberi-grid-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.iberi-card {
background: #f8fafc;
padding: 22px;
border-radius: 10px;
border-top: 3px solid #0f172a;
box-sizing: border-box;
}
.iberi-card.border-accent-1 { border-top-color: #0f172a; }
.iberi-card.border-dark { border-top-color: #334155; }
.iberi-card.border-accent-2 { border-top-color: #475569; }
.iberi-card strong {
font-size: 15px;
color: #0f172a;
display: block;
margin-bottom: 8px;
}
.iberi-card p {
font-size: 13px;
color: #64748b;
margin: 0;
line-height: 1.6;
}
.iberi-step-card {
background: #f8fafc;
padding: 22px;
border-radius: 10px;
border-top: 3px solid #0f172a;
box-sizing: border-box;
}
.iberi-step-num {
font-size: 26px;
font-weight: 800;
color: #cbd5e1;
display: block;
margin-bottom: 6px;
}
.iberi-step-card strong {
font-size: 15px;
color: #0f172a;
display: block;
margin-bottom: 8px;
}
.iberi-step-card p {
font-size: 13px;
color: #64748b;
margin: 0;
line-height: 1.6;
}
/* Notice Box */
.iberi-notice-box {
display: flex;
gap: 16px;
background: #f8fafc;
border: 1px solid #e2e8f0;
border-left: 4px solid #0f172a;
padding: 20px;
border-radius: 0 8px 8px 0;
}
.iberi-notice-icon {
color: #0f172a;
flex-shrink: 0;
margin-top: 2px;
}
.iberi-notice-icon svg {
width: 24px;
height: 24px;
}
.iberi-notice-content {
font-size: 14px;
line-height: 1.6;
color: #334155;
}
.iberi-bullet-list {
margin: 0;
padding-left: 16px;
}
.iberi-bullet-list li {
margin-bottom: 8px;
}
.iberi-bullet-list li:last-child {
margin-bottom: 0;
}
/* Tables */
.iberi-table-container {
width: 100%;
overflow-x: auto;
margin-top: 16px;
border-radius: 8px;
border: 1px solid #e2e8f0;
}
.iberi-table-simple {
width: 100%;
border-collapse: collapse;
background: #ffffff;
}
.iberi-table-simple th {
background: #f8fafc;
color: #0f172a;
font-weight: 700;
padding: 15px 18px;
text-align: left;
font-size: 14px;
border-bottom: 2px solid #e2e8f0;
}
.iberi-table-simple td {
padding: 15px 18px;
border-bottom: 1px solid #f1f5f9;
color: #475569;
font-size: 14px;
}
.iberi-region-tag {
color: #0f172a;
}
.iberi-table {
width: 100%;
border-collapse: collapse;
}
.iberi-table th {
background: linear-gradient(90deg, #0f172a 0%, #1e293b 100%);
color: #ffffff;
padding: 16px 20px;
font-weight: 700;
font-size: 15px;
text-align: left;
}
.iberi-table td {
padding: 15px 20px;
border-bottom: 1px solid #f1f5f9;
font-size: 14px;
}
.iberi-td-label {
font-weight: 600;
color: #475569;
width: 32%;
background: #f8fafc;
}
.iberi-td-value {
color: #0f172a;
}
.iberi-table-highlight {
background: #f0fdf4 !important;
}
.iberi-table-highlight .iberi-td-label {
background: #e6fbf0 !important;
color: #166534;
}
.iberi-table-highlight .iberi-td-value {
color: #166534;
}
.iberi-link {
color: #0f172a;
text-decoration: underline;
font-weight: 600;
}
.iberi-link:hover {
color: #475569;
}
/* Responsive Design */
@media (max-width: 768px) {
.iberi-page-wrapper {
padding: 20px;
margin: 15px 10px;
}
.iberi-grid-2,
.iberi-grid-3 {
grid-template-columns: 1fr;
}
.iberi-title {
font-size: 25px;
}
.iberi-td-label {
width: 40%;
}
}