Preview de mixed.css
/* MIXED CSS PACK */
/* Template: irumajoyas.com.ar/index.html */
/* Template mtime: 2025-10-24 15:19:01 */
/* 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.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
/* Paleta refinada para joyería */
--gold: #D4AF37;
--gold-light: #E8D9A0;
--gold-dark: #B8860B;
--silver: #C0C0C0;
--silver-light: #E8E8E8;
--silver-dark: #A0A0A0;
--dark: #1A1A1A;
--dark-light: #2D2D2D;
--text: #333333;
--text-light: #666666;
--bg: #FAFAFA;
--bg-light: #FFFFFF;
--accent: #8B4513; /* Marrón cálido para contraste */
}
/* Scroll: sin smooth global (evita choques con animaciones/JS) */
html { scroll-behavior: auto; }
body {
font-family: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background: var(--bg);
color: var(--text);
overflow-x: hidden;
}
.serif-font { font-family: 'Playfair Display', serif; }
/* ===== NAVBAR (optimizada sin blur) ===== */
.navbar {
background: rgba(255, 255, 255, 0.98);
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
transition: background-color 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
padding: 1rem 0;
will-change: background-color, box-shadow, padding;
}
.navbar.scrolled {
background: rgba(255, 255, 255, 0.98);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
padding: 0.5rem 0;
}
.navbar-brand {
font-weight: 600;
font-size: 1.4rem;
color: var(--dark);
}
/* Asegurar que el toggler sea visible */
.navbar .navbar-toggler { border: none; box-shadow: none !important; }
.navbar .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(26,26,26,0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.brand-badge {
width: 50px;
height: 50px;
display: inline-grid;
place-items: center;
border-radius: 50%;
background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
color: white;
font-size: 1.2rem;
transition: transform 0.2s ease;
will-change: transform;
}
.navbar .nav-link {
color: var(--text);
font-weight: 500;
position: relative;
margin: 0 0.5rem;
transition: color 0.2s ease;
}
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--gold); }
.navbar .nav-link::after {
content: '';
position: absolute;
bottom: -5px; left: 0; width: 0; height: 2px;
background: var(--gold);
transition: width 0.2s ease;
}
.navbar .nav-link:hover::after, .navbar .nav-link.active::after { width: 100%; }
.btn-cta {
background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
color: white;
font-weight: 600;
border: none;
border-radius: 30px;
padding: 0.6rem 1.5rem;
box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
transition: transform 0.2s ease, box-shadow 0.2s ease;
will-change: transform;
}
.btn-cta:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4); color: white; }
.btn-outline-light {
border: 1px solid var(--gold);
color: var(--gold);
border-radius: 30px;
padding: 0.6rem 1.5rem;
font-weig /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "irumajoyas.com.ar/index.html",
"template_mtime": 1761319141,
"template_mtime_human": "2025-10-24T15:19:01+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.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&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.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@500;600;700;800&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 10,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}