Shop

@import url(‘https://fonts.googleapis.com/css2?family=Carattere&display=swap’);
#sea-olivia-quido {
padding: 60px 20px;
background: #fff9fd;
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, sans-serif;
color: #3a2a28;
}
.sea-oq-container {
max-width: 1200px;
margin: 0 auto;
}
.sea-oq-card {
display: flex;
flex-wrap: wrap;
background: #ffffff;
border-radius: 20px;
overflow: hidden;
border: 1px solid #f0ddd2;
box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}
/* LEFT IMAGE */
.sea-oq-image {
flex: 1 1 45%;
min-height: 520px;
background-image: url(“https://loveskinenvie.com/wp-content/uploads/2025/11/b4efa698-adab-4322-92a6-b845186321f6.png”);
background-size: cover;
background-position: center;
position: relative;
}
/* subtle luxury overlay */
.sea-oq-image::after {
content: “”;
position: absolute;
inset: 0;
background: linear-gradient(to right, rgba(255,249,253,0.05), rgba(255,249,253,0.4));
}
/* RIGHT CONTENT */
.sea-oq-content {
flex: 1 1 55%;
padding: 50px 45px;
display: flex;
flex-direction: column;
justify-content: center;
}
/* MINI HEADER */
.sea-oq-miniheader {
font-size: 0.75rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #c89454;
margin-bottom: 6px;
}
/* BRAND MOMENT (Carattere ONLY here) */
.sea-oq-brand {
font-family: ‘Carattere’, cursive;
font-size: 2.4rem;
color: #c89454;
margin-bottom: 6px;
line-height: 1.1;
}
/* MAIN TITLE (SYSTEM FONT) */
.sea-oq-content h2 {
font-size: 1.6rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #2e211c;
margin-bottom: 10px;
line-height: 1.2;
}
.sea-oq-subtitle {
color: #c89454;
font-size: 0.85rem;
letter-spacing: 0.18em;
text-transform: uppercase;
margin-bottom: 20px;
}
.sea-oq-content p {
margin-bottom: 14px;
color: #4a3834;
line-height: 1.6;
font-size: 0.95rem;
}
.sea-oq-content h3 {
font-size: 1.2rem;
font-weight: 600;
letter-spacing: 0.05em;
text-transform: uppercase;
color: #2e211c;
margin-bottom: 10px;
}
.sea-oq-content ul {
margin: 0 0 16px 18px;
}
.sea-oq-content li {
margin-bottom: 6px;
font-size: 0.95rem;
}
.sea-oq-note {
font-size: 0.82rem;
color: #7a6860;
}
/* BUTTONS */
.sea-oq-buttons {
display: flex;
gap: 12px;
margin-top: 20px;
flex-wrap: wrap;
}
.sea-btn-gold,
.sea-btn-outline {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 22px;
border-radius: 999px;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 0.14em;
text-decoration: none;
}
.sea-btn-gold {
background: #c89454;
color: #fff;
border: 1px solid #c89454;
}
.sea-btn-outline {
border: 1px solid #c89454;
color: #c89454;
background: transparent;
}
.sea-btn-gold:hover {
background: #b07e3f;
}
.sea-btn-outline:hover {
background: #c89454;
color: #fff;
}
/* MOBILE */
@media (max-width: 768px) {
.sea-oq-image {
display: none;
}
.sea-oq-content {
padding: 30px 20px;
}
.sea-oq-brand {
font-size: 2rem;
}
.sea-oq-content h2 {
font-size: 1.3rem;
}
.sea-btn-gold,
.sea-btn-outline {
width: 100%;
max-width: 320px;
}
}



SEAâ„¢ OFFICIAL DISTRIBUTOR
Olivia Quido

Official Distributor – Sacramento

Authentic O Skin • Clinical Guidance • SEA Gold

Skin Envie Aesthetics (SEA) is Sacramento’s official
Olivia Quidoâ„¢ (O Skin) distributor, offering only 100% authentic, fresh,
professionally sourced products—never repackaged or grey-market.

We design clinical-grade skincare plans for hyperpigmentation, acne, brightening, aging,
and overall skin health—powered by results-driven formulations.

Shop Olivia Quidoâ„¢

Shop Authentic O Skin with SEA

  • 100% authentic corporate stock
  • No unauthorized third-party sellers
  • Perfect for pigment & correction programs


Join Club O


Open Full Shop

@import url(‘https://fonts.googleapis.com/css2?family=Carattere&display=swap’);
#sea-shop-section {
background: #fff9fd;
padding: 60px 20px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, sans-serif;
color: #3a2a28;
}
/* MATCH WIDTH WITH OTHER SECTION */
#sea-shop-section .sea-shop-container {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
/* BRAND MOMENT */
.sea-shop-brand {
font-family: ‘Carattere’, cursive;
font-size: 2.4rem;
color: #c89454;
margin-bottom: 6px;
line-height: 1.1;
}
/* HEADER */
#sea-shop-section .sea-shop-header h2 {
font-size: 1.6rem;
font-weight: 600;
letter-spacing: 0.06em;
text-transform: uppercase;
color: #2e211c;
margin: 0 0 10px;
}
#sea-shop-section .sea-shop-subtitle {
font-size: 0.85rem;
letter-spacing: 0.18em;
text-transform: uppercase;
color: #c89454;
margin: 0 0 20px;
}
#sea-shop-section .sea-shop-header p {
max-width: 650px;
margin: 0 auto 30px;
color: #4a3834;
line-height: 1.6;
font-size: 0.95rem;
}
/* BUTTONS (MATCH GLOBAL) */
#sea-shop-section .sea-shop-buttons {
margin-bottom: 30px;
}
#sea-shop-section .sea-btn-gold,
#sea-shop-section .sea-btn-outline {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 22px;
border-radius: 999px;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: 0.14em;
text-decoration: none;
margin: 5px;
}
#sea-shop-section .sea-btn-gold {
background: #c89454;
color: #fff;
border: 1px solid #c89454;
}
#sea-shop-section .sea-btn-outline {
background: transparent;
color: #c89454;
border: 1px solid #c89454;
}
#sea-shop-section .sea-btn-gold:hover {
background: #b07e3f;
}
#sea-shop-section .sea-btn-outline:hover {
background: #c89454;
color: #fff;
}
/* EMBED CARD — MATCH OTHER CARD STYLE */
#sea-shop-section .sea-shop-embed-wrap {
width: 100%;
background: #ffffff;
border-radius: 20px;
overflow: hidden;
border: 1px solid #f0ddd2;
box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}
#sea-shop-section .sea-shop-embed {
width: 100%;
height: 1800px;
border: 0;
display: block;
background: #fff;
}
/* MOBILE */
@media (max-width: 768px) {
#sea-shop-section {
padding: 40px 16px;
}
.sea-shop-brand {
font-size: 2rem;
}
#sea-shop-section .sea-shop-header h2 {
font-size: 1.3rem;
}
#sea-shop-section .sea-btn-gold,
#sea-shop-section .sea-btn-outline {
width: 100%;
max-width: 320px;
}
#sea-shop-section .sea-shop-embed {
height: 2200px;
}
}


Olivia Quido

SEAâ„¢ OFFICIAL DISTRIBUTOR

Shop Authentic O Skin

Authentic O Skinâ„¢ products curated through Skin Envie Aesthetics.
Designed for brightening, acne, hyperpigmentation, and long-term skin correction.


Join Club O


Open Full Shop

No products were found matching your selection.