Preview de mixed.css
/* MIXED CSS PACK */
/* Template: esteticarush.com/index.html */
/* Template mtime: 2026-01-27 12:13:38 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root{
--accent: #b3945d;
--accent-dark: #9a7e4a;
--accent-light: #d4b98c;
--accent-soft: rgba(179, 148, 93, 0.1);
--accent-softer: rgba(179, 148, 93, 0.05);
--text: #0b0b0b;
--text-light: #2d2d2d;
--muted: #5a5a5a;
--muted-light: #8a8a8a;
--border: rgba(0,0,0,0.08);
--border-light: rgba(0,0,0,0.03);
--soft: rgba(0,0,0,.04);
--white: #ffffff;
--off-white: #fafafa;
--shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
--shadow-lg: 0 25px 50px rgba(0, 0, 0, 0.08);
--shadow-accent: 0 10px 30px rgba(179, 148, 93, 0.15);
--radius: 16px;
--radius-lg: 24px;
--transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html{
scroll-behavior:smooth;
}
body{
background: var(--white);
color: var(--text);
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 400;
line-height: 1.6;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
font-weight: 700;
line-height: 1.2;
color: var(--text);
}
/* Custom Scrollbar */
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: var(--off-white);
}
::-webkit-scrollbar-thumb {
background: var(--accent);
border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
background: var(--accent-dark);
}
/* Navbar Premium */
.navbar {
background: var(--white) !important;
border-bottom: 1px solid var(--border);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
padding: 1rem 0;
transition: var(--transition);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
z-index: 1000;
}
.navbar.scrolled {
padding: 0.7rem 0;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.navbar-brand {
font-family: 'Playfair Display', serif;
font-weight: 900;
font-size: 1.5rem;
letter-spacing: -.5px;
color: var(--text) !important;
display: flex;
align-items: center;
gap: 8px;
}
.navbar-brand span {
color: var(--accent);
position: relative;
}
.navbar-brand span::after {
content: '';
position: absolute;
bottom: 2px;
left: 0;
width: 100%;
height: 2px;
background: var(--accent);
opacity: 0.3;
}
.nav-link {
color: var(--text) !important;
font-weight: 600;
font-size: 0.95rem;
padding: 0.5rem 1rem !important;
margin: 0 0.1rem;
border-radius: 50px;
transition: var(--transition);
position: relative;
}
.nav-link:hover {
color: var(--accent) !important;
background: var(--accent-soft);
}
.nav-link.active {
color: var(--accent) !important;
font-weight: 700;
}
.nav-link.active::before {
content: '';
position: absolute;
bottom: 0;
left: 50 /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "esteticarush.com/index.html",
"template_mtime": 1769516018,
"template_mtime_human": "2026-01-27T12:13:38+00:00",
"css_links_found": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap"
],
"css_links_external": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 3,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}