/*
Theme Name: Vloershop
Theme URI: https://woningstofferingtotaal.nl
Description: Ultraminimaal eigen thema voor de Vloershop Core-plugin (slotstuk Elementor-exit). Alle chrome, styling en functionaliteit komt uit de plugin; het thema levert alleen de kale document-templates.
Author: LamsmaWeb
Version: 1.0.1
Requires PHP: 8.1
Text Domain: vloershop
*/

/* Basis-reset — hello-elementor leverde dit voorheen; zonder reset krijgt
   de body een browser-marge (randje om de site) en vallen UA-defaults terug. */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1f2a37;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
}

/* Neutrale content-schil voor thema-routes (checkout, 404, fallback).
   Alle echte styling komt uit de plugin (vs-tokens, Lato, code-chrome). */
.vst-main {
    font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #5c676d;
    font-size: 16px;
    line-height: 1.6;
}

.vst-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 20px 50px;
}

.vst-main .entry-title {
    margin: 26px 0 14px;
    font-size: 30px;
    font-weight: 700;
    color: #061b3d;
}

.vst-main a {
    color: #314696;
}

/* 404 */
.vst-404 {
    text-align: center;
    padding: 70px 0 30px;
}

.vst-404 h1 {
    font-size: 34px;
    color: #061b3d;
    margin: 0 0 10px;
}

.vst-404 p {
    max-width: 520px;
    margin: 0 auto 24px;
}

.vst-404__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.vst-404__btn {
    display: inline-block;
    padding: 13px 26px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    background: #314696;
    color: #fff !important;
}

.vst-404__btn--ghost {
    background: #f5f7fa;
    color: #061b3d !important;
    border: 1px solid #e6e9ef;
}
