MIX · extractor de estilos
Template: vilcalzados.com.ar/index.html · mtime: 2026-02-10 13:21
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 Inline styles: 3 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: vilcalzados.com.ar/index.html */
/* Template mtime: 2026-02-10 13:21:32 */

/* 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&family=Playfair+Display:wght@400;500;600;700&display=swap */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ===== VARIABLES Y RESET ===== */
    :root {
      --accent: #7f1637;
      --accent-light: rgba(127, 22, 55, 0.1);
      --accent-dark: #6b1230;
      --text: #1a1a1a;
      --text-light: #666;
      --text-lighter: #8a8a8a;
      --border: #eaeaea;
      --border-light: #f0f0f0;
      --soft: #fafafa;
      --white: #ffffff;
      --shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
      --shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.12);
      --radius: 20px;
      --radius-sm: 12px;
      --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 100px;
    }

    
    html, body { width: 100%; overflow-x: hidden; }
body {
      background: var(--white);
      color: var(--text);
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
      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;
    }

    /* ===== UTILITIES ===== */
    .section {
      padding: 100px 0;
      position: relative;
    }

    .section-title {
      font-size: 3.2rem;
      letter-spacing: -0.03em;
      margin-bottom: 1.5rem;
      position: relative;
    }

    .section-title::after {
      content: '';
      position: absolute;
      bottom: -12px;
      left: 0;
      width: 60px;
      height: 4px;
      background: linear-gradient(90deg, var(--accent), var(--accent-dark));
      border-radius: 2px;
    }

    .section-title.center::after {
      left: 50%;
      transform: translateX(-50%);
    }

    .section-subtitle {
      color: var(--text-light);
      font-size: 1.125rem;
      max-width: 600px;
      margin-bottom: 3rem;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-size: 0.75rem;
      color: var(--accent);
      background: var(--accent-light);
      border: 1px solid rgba(127, 22, 55, 0.2);
      padding: 0.5rem 1rem;
      border-radius: 100px;
      margin-bottom: 1.5rem;
    }

    /* ===== NAVBAR PREMIUM ===== */
    .navbar {
      background: rgba(255, 255, 255, 0.95) !important;
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(234, 234, 234, 0.8);
      padding: 1.25rem 0;
      transition: var(--transition);
    }

    .navbar.scrolled {
      padding: 0.75rem 0;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    }

    .brand-logo {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      text-decoration: none;
    }

    .brand-dot {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--accent), var(--accent-dark));
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }

    .brand-dot::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      backgro    /* ...cortado... agregá ?full=1 para ver todo ... */
      
Ver preview completo
Manifest preview
{
    "template": "vilcalzados.com.ar/index.html",
    "template_mtime": 1770729692,
    "template_mtime_human": "2026-02-10T13:21:32+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&family=Playfair+Display:wght@400;500;600;700&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&family=Playfair+Display:wght@400;500;600;700&display=swap"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 3,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}