/* ═══════════════════════════════════════════════════════════════════════
   Bejco Produkter — Frontend Styles
   Matcher forsidens design tokens 1:1. Produktkort er bygget som spejling
   af .product fra forsiden — bare med bp- prefix.
═══════════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');

/* ════════════════════════════════════════════════════════════════════
   FULL-WIDTH OVERRIDE — sikrer at vores indhold spreder sig fra kant
   til kant uanset theme-wrapper. Anvendes via body-class på sider hvor
   shortcoden er, samt på alle taxonomy- og single-sider.
═══════════════════════════════════════════════════════════════════════ */
body.bp-products-page .entry-content,
body.bp-products-page .entry,
body.bp-products-page .post-content,
body.bp-products-page article > .container,
body.bp-products-page main > .container,
body.bp-single-product-page .entry-content,
body.bp-single-product-page .entry,
body.bp-single-product-page .post-content {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Skjul ofte forekommende theme-overskrift på /produkter (hero'en har vores eget) */
body.bp-products-page > .site > main > .page-header,
body.bp-products-page .entry-header,
body.bp-products-page .page-title { display: none; }


.bp-cat-page,
.bp-single,
.bp-lightbox {
    --bejco-blue-deep:   #00458a;
    --bejco-blue-bright: #2885c1;
    --bejco-red:         #e2161c;
    --bejco-cream:       #f7f0da;
    --ink-900:           #0a1628;
    --ink-700:           #2a3748;
    --ink-500:           #5a6578;
    --ink-300:           #a8b0bd;
    --ink-200:           #c5cbd5;
    --line:              #e5e9ef;
    --line-soft:         #eef1f6;
    --bp-bg:             #fafbfc;
    --bp-surface:        #ffffff;
    --radius-sm:         8px;
    --radius:            14px;
    --radius-lg:         24px;
    --radius-pill:       999px;
    --ease:              cubic-bezier(0.23, 1, 0.32, 1);
    --shadow-sm:         0 2px 8px rgba(0, 69, 138, 0.06);
    --shadow:            0 8px 24px rgba(0, 69, 138, 0.08);
    --shadow-lg:         0 24px 60px rgba(0, 69, 138, 0.16);
}

.bp-cat-page,
.bp-single {
    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--ink-900);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.55;
}

.bp-cat-page *,
.bp-single * { box-sizing: border-box; }

/* ════════════════════════════════════════════════════════════════════
   HERO — kategoriside
═══════════════════════════════════════════════════════════════════════ */
.bp-hero {
    position: relative;
    background: linear-gradient(135deg, #00458a 0%, #052d5a 100%);
    color: #fff;
    overflow: hidden;
    padding: 160px 0 80px;
}

/* Single-product hero variant — lidt mere kompakt */
.bp-hero--single {
    padding: 160px 0 56px;
	margin-top:-1px!important;
}
.bp-hero--single .bp-hero-title {
    font-size: clamp(36px, 5vw, 64px);
}

.bp-hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(40, 133, 193, 0.25) 0%, transparent 60%),
                radial-gradient(circle at 80% 80%, rgba(226, 22, 28, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.bp-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 56px 56px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.bp-hero-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(226, 22, 28, 0.25) 0%, transparent 70%);
    filter: blur(60px);
    pointer-events: none;
}

.bp-hero-inner {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 9%;
    z-index: 1;
}

/* Breadcrumb i hero */
.bp-hero .bp-breadcrumb,
.bp-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 24px;
}
.bp-hero .bp-breadcrumb a,
.bp-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 200ms var(--ease);
}
@media (hover: hover) and (pointer: fine) {
    .bp-hero .bp-breadcrumb a:hover,
    .bp-breadcrumb a:hover { color: #fff; }
}
.bp-breadcrumb-sep { color: rgba(255, 255, 255, 0.35); font-size: 11px; }
.bp-breadcrumb-current { color: #fff; font-weight: 500; }

.bp-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 16px;
}
.bp-hero-eyebrow::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--bejco-red);
}

.bp-hero-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(40px, 6vw, 72px);
    line-height: 1;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    color: #fff;
}

.bp-hero-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
}

.bp-hero-count {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: var(--radius-pill);
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.bp-hero-sep { color: rgba(255, 255, 255, 0.3); }
.bp-hero-desc { max-width: 600px; }

/* Intro under hero-meta (kategori-introtekst) */
.bp-hero-intro {
    max-width: 680px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.6;
}

/* ── SEO-brødtekst nederst på kategori-/katalogside ──────────────────── */
.bp-cat-content {
    max-width: 70ch;
    margin: 56px auto 8px;
    padding-top: 40px;
    border-top: 1px solid var(--line);
    color: var(--ink-700);
    font-size: 17px;
    line-height: 1.7;
}
.bp-cat-content p { margin: 0 0 1.2em; }
.bp-cat-content p:last-child { margin-bottom: 0; }
.bp-cat-content h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: var(--ink-900);
    margin: 1.8em 0 0.6em;
}
.bp-cat-content h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.25;
    color: var(--ink-900);
    margin: 1.5em 0 0.5em;
}
.bp-cat-content ul,
.bp-cat-content ol { margin: 0 0 1.2em; padding-left: 1.4em; }
.bp-cat-content li { margin-bottom: 0.4em; }
.bp-cat-content ul li::marker { color: var(--bejco-red); }
.bp-cat-content strong { color: var(--ink-900); font-weight: 600; }
.bp-cat-content a {
    color: var(--bejco-blue-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 200ms ease;
}
@media (hover: hover) and (pointer: fine) {
    .bp-cat-content a:hover { color: var(--bejco-red); }
}
.bp-cat-content blockquote {
    margin: 1.5em 0;
    padding: 0 0 0 24px;
    border-left: 3px solid var(--bejco-red);
}

/* ════════════════════════════════════════════════════════════════════
   UNDERKATEGORI-PILLS
═══════════════════════════════════════════════════════════════════════ */
.bp-subcats-wrap {
    background: #fff;
    border-bottom: 1px solid var(--line);
}

/* Sekundær række — gråere baggrund, mindre piller, til underkategorier */
.bp-subcats-wrap--secondary {
    background: var(--bp-bg);
    border-bottom: 1px solid var(--line);
}
.bp-subcats-wrap--secondary .bp-subcats {
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: center;
}

.bp-subcats {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 9%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bp-subcats-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ink-500);
    margin-right: 6px;
    align-self: center;
}

.bp-subcat-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: var(--radius-pill);
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink-700);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background 220ms var(--ease), border-color 220ms var(--ease), color 220ms var(--ease), transform 200ms var(--ease);
}
.bp-subcat-pill svg { flex-shrink: 0; }

@media (hover: hover) and (pointer: fine) {
    .bp-subcat-pill:hover {
        background: #fff;
        border-color: var(--bejco-blue-deep);
        color: var(--bejco-blue-deep);
    }
}
.bp-subcat-pill.active {
    background: var(--bejco-red);
    border-color: var(--bejco-red);
    color: #fff;
}

/* "Alle"-pillen — visuelt let adskilt med ikon foran */
.bp-subcat-pill--all {
    color: var(--ink-900);
    border-color: var(--ink-300);
}
.bp-subcat-pill--all.active {
    background: var(--bejco-blue-deep);
    border-color: var(--bejco-blue-deep);
    color: #fff;
}
@media (hover: hover) and (pointer: fine) {
    .bp-subcat-pill--all:hover {
        border-color: var(--ink-900);
        color: var(--ink-900);
    }
    .bp-subcat-pill--all.active:hover {
        border-color: var(--bejco-blue-deep);
        color: #fff;
    }
}

/* Sekundær piller — mindre */
.bp-subcat-pill--sub {
    padding: 6px 14px;
    font-size: 12px;
    background: #fff;
}

.bp-subcat-count {
    font-size: 11px;
    background: rgba(0, 0, 0, 0.06);
    color: inherit;
    padding: 2px 8px;
    border-radius: var(--radius-pill);
    font-weight: 700;
    opacity: 0.8;
}
.bp-subcat-pill.active .bp-subcat-count {
    background: rgba(255, 255, 255, 0.22);
}

/* ════════════════════════════════════════════════════════════════════
   MAIN CONTAINER (kategori)
═══════════════════════════════════════════════════════════════════════ */
.bp-cat-main {
    max-width: 1600px;
    margin: 0 auto;
    padding: 48px 9% 96px;
    background: var(--bp-bg);
}
.bp-cat-page {
    background: var(--bp-bg);
}

/* ════════════════════════════════════════════════════════════════════
   FILTER BAR (sticky)
═══════════════════════════════════════════════════════════════════════ */
.bp-filter-bar {
    position: relative;
    z-index: 20;
    background: var(--bp-surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    padding: 8px 12px 8px 8px;
    box-shadow: var(--shadow-sm);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

/* Søgning */
.bp-filter-search {
    position: relative;
    flex: 0 0 auto;
    width: 220px;
    transition: width 320ms var(--ease);
}
.bp-filter-search:focus-within { width: 320px; }

.bp-filter-search-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--ink-500);
    stroke-width: 2;
    stroke-linecap: round;
    pointer-events: none;
}

.bp-filter-search-input {
    width: 100%;
    padding: 10px 14px 10px 38px;
    border: 1px solid var(--line);
    background: var(--bp-bg);
    border-radius: var(--radius-pill);
    font-family: inherit;
    font-size: 14px;
    color: var(--ink-900);
    transition: border-color 200ms ease, background 200ms ease;
}
.bp-filter-search-input::placeholder { color: var(--ink-300); }
.bp-filter-search-input:focus {
    outline: none;
    background: #fff;
    border-color: var(--bejco-blue-deep);
}

.bp-filter-sep {
    width: 1px;
    height: 24px;
    background: var(--line);
    flex-shrink: 0;
}

/* Tag-pills */
.bp-tag-filters {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
    flex-wrap: wrap;
    overflow: hidden;
    min-width: 0;
}

.bp-filter-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border-radius: var(--radius-pill);
    background: var(--bp-bg);
    border: 1px solid var(--line);
    color: var(--ink-700);
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 200ms var(--ease), border-color 200ms var(--ease), color 200ms var(--ease);
}
@media (hover: hover) and (pointer: fine) {
    .bp-filter-pill:hover {
        border-color: var(--bejco-blue-deep);
        color: var(--bejco-blue-deep);
    }
}
.bp-filter-pill[aria-pressed="true"] {
    background: var(--bejco-blue-deep);
    border-color: var(--bejco-blue-deep);
    color: #fff;
}

.bp-tag-pill-dot {
    width: 6px;
    height: 6px;
    background: var(--bejco-red);
    border-radius: 50%;
    flex-shrink: 0;
}
.bp-filter-pill[aria-pressed="true"] .bp-tag-pill-dot {
    background: #fff;
}

.bp-filter-count {
    color: var(--ink-500);
    font-size: 12px;
    font-weight: 500;
    flex-shrink: 0;
    white-space: nowrap;
}

.bp-filter-sort { flex-shrink: 0; }
.bp-sort-select {
    padding: 9px 36px 9px 16px;
    border: 1px solid var(--line);
    background: var(--bp-bg) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235a6578' stroke-width='2.4'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center;
    border-radius: var(--radius-pill);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-700);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 200ms ease, background-color 200ms ease;
}
.bp-sort-select:hover,
.bp-sort-select:focus {
    border-color: var(--bejco-blue-deep);
    background-color: #fff;
    outline: none;
}

/* Aktive filter-tags */
.bp-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
    align-items: center;
}
.bp-active-filter {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px 6px 14px;
    background: rgba(0, 69, 138, 0.08);
    border: 1px solid rgba(0, 69, 138, 0.15);
    border-radius: var(--radius-pill);
    color: var(--bejco-blue-deep);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 180ms ease, border-color 180ms ease;
}
@media (hover: hover) and (pointer: fine) {
    .bp-active-filter:hover {
        background: rgba(0, 69, 138, 0.14);
        border-color: var(--bejco-blue-deep);
    }
}
.bp-active-filter-x {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--bejco-blue-deep);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
}
.bp-reset-filters {
    background: none;
    border: none;
    color: var(--bejco-red);
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 6px 10px;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
    transition: color 180ms ease;
}
@media (hover: hover) and (pointer: fine) {
    .bp-reset-filters:hover { color: var(--ink-900); }
}

/* ════════════════════════════════════════════════════════════════════
   PRODUCT GRID
═══════════════════════════════════════════════════════════════════════ */
.bp-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}

/* ── PRODUCT CARD (spejling af .product fra forsiden) ──────────────── */
.bp-product {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    text-decoration: none;
    color: var(--ink-900);
    isolation: isolate;
    transition: transform 480ms var(--ease), box-shadow 480ms var(--ease), border-color 320ms var(--ease);
    transform: translateY(20px);
    opacity: 0;
    animation: bp-card-in 720ms var(--ease) forwards;
    animation-delay: var(--delay, 0ms);
}

@keyframes bp-card-in {
    from { transform: translateY(20px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

@media (hover: hover) and (pointer: fine) {
    .bp-product:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lg);
        border-color: var(--bejco-blue-deep);
    }
    .bp-product:hover .bp-product__img img { transform: scale(1.04); }
    .bp-product:hover .bp-product__more {
        color: var(--bejco-red);
    }
    .bp-product:hover .bp-product__more-arrow {
        transform: rotate(-45deg);
    }
}

/* Image container — contain på hvid baggrund, centreret */
.bp-product__img {
    position: relative;
    aspect-ratio: 4 / 3;
    background: #fff;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bp-product__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 14px;
    transition: transform 720ms var(--ease);
}

.bp-product__img-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-200);
    background: #fff;
}
.bp-product__img-empty svg { width: 40px; height: 40px; }

/* Tag pill */
.bp-product__tag {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px 6px 10px;
    background: rgba(0, 69, 138, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: var(--radius-pill);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.bp-product__tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bejco-red);
    box-shadow: 0 0 0 2px rgba(226, 22, 28, 0.25);
}

/* Standalone arrow-circle (single page CTA buttons) */
.bp-arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bejco-red);
    color: #fff;
    flex-shrink: 0;
    transition: transform 480ms var(--ease), background 320ms var(--ease);
}
.bp-arrow-circle svg {
    width: 18px;
    height: 18px;
    transition: transform 480ms var(--ease);
}
.bp-arrow-circle--sm {
    width: 32px;
    height: 32px;
}
.bp-arrow-circle--sm svg { width: 14px; height: 14px; }

/* Body — hvid */
.bp-product__body {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    background: #fff;
    border-top: 1px solid var(--line-soft);
}

.bp-product__category {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--bejco-blue-deep);
}

.bp-product__title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.15;
    margin: 0;
    color: var(--ink-900);
    letter-spacing: -0.01em;
}

/* "Læs mere"-knap nederst — altid synlig */
.bp-product__more {
    margin-top: auto;
    padding-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-700);
    transition: color 240ms var(--ease);
}

.bp-product__more-arrow {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--bejco-red);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 280ms var(--ease), color 280ms var(--ease), transform 360ms var(--ease);
}
.bp-product__more-arrow svg {
    width: 12px;
    height: 12px;
}

/* ── Skeleton ──────────────────────────────────────────────────────── */
.bp-skeleton {
    height: 380px;
    border-radius: var(--radius-lg);
    background: linear-gradient(110deg, #e8edf3 8%, #f4f7fb 18%, #e8edf3 33%);
    background-size: 200% 100%;
    animation: bp-skeleton-shimmer 1.4s linear infinite;
    border: 1px solid var(--line);
}
@keyframes bp-skeleton-shimmer {
    to { background-position-x: -200%; }
}

/* ── Empty state ───────────────────────────────────────────────────── */
.bp-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 96px 24px;
    background: var(--bp-surface);
    border: 1px dashed var(--line);
    border-radius: var(--radius-lg);
}
.bp-empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 69, 138, 0.08);
    color: var(--bejco-blue-deep);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.bp-empty-icon svg { width: 28px; height: 28px; }
.bp-empty-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 6px;
    color: var(--ink-900);
}
.bp-empty-sub {
    color: var(--ink-500);
    font-size: 15px;
    margin: 0 0 20px;
}

/* ── Load more ─────────────────────────────────────────────────────── */
.bp-load-more-wrap {
    text-align: center;
    margin-top: 40px;
}
.bp-load-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink-900);
    cursor: pointer;
    transition: background 240ms var(--ease), border-color 240ms var(--ease), transform 200ms var(--ease);
}
.bp-load-more svg { width: 16px; height: 16px; transition: transform 240ms var(--ease); }
@media (hover: hover) and (pointer: fine) {
    .bp-load-more:hover {
        background: var(--bejco-blue-deep);
        border-color: var(--bejco-blue-deep);
        color: #fff;
    }
    .bp-load-more:hover svg { transform: translateY(2px); }
}
.bp-load-more:active { transform: scale(0.97); }
.bp-load-more.loading {
    pointer-events: none;
    opacity: 0.7;
}
.bp-load-more.loading svg { animation: bp-spin 800ms linear infinite; }
@keyframes bp-spin { to { transform: rotate(360deg); } }

/* ════════════════════════════════════════════════════════════════════
   SINGLE PRODUCT
═══════════════════════════════════════════════════════════════════════ */
.bp-single { background: var(--bp-bg); }

/* Breadcrumb bar */
.bp-breadcrumb-bar {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
}
.bp-breadcrumb-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 9%;
}
.bp-breadcrumb-bar .bp-breadcrumb { margin: 0; color: var(--ink-500); }
.bp-breadcrumb-bar .bp-breadcrumb a { color: var(--ink-500); text-decoration: none; }
.bp-breadcrumb-bar .bp-breadcrumb-current { color: var(--ink-900); }
@media (hover: hover) and (pointer: fine) {
    .bp-breadcrumb-bar .bp-breadcrumb a:hover { color: var(--bejco-blue-deep); }
}

/* ── HERO single ───────────────────────────────────────────────────── */
.bp-single-hero {
    padding: 64px 0 80px;
}
.bp-single-hero-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 9%;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 64px;
    align-items: start;
}

/* Galleri */
.bp-single-gallery {
    position: relative;
}

.bp-single-main-img {
    position: relative;
    aspect-ratio: 4 / 3;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    margin-bottom: 14px;
}
.bp-single-main-img-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    padding: 32px;
    transition: transform 720ms var(--ease), opacity 320ms ease;
}
@media (hover: hover) and (pointer: fine) {
    .bp-single-main-img:hover .bp-single-main-img-img { transform: scale(1.04); }
}
.bp-single-main-img-img.fade { opacity: 0; }

.bp-single-main-img-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-200);
    background: var(--bp-bg);
}
.bp-single-main-img-empty svg { width: 48px; height: 48px; }

.bp-zoom-btn {
    position: absolute;
    bottom: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(6px);
    border: 1px solid var(--line);
    color: var(--ink-900);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 200ms ease, transform 200ms var(--ease);
}
.bp-zoom-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
@media (hover: hover) and (pointer: fine) {
    .bp-zoom-btn:hover { background: var(--bejco-blue-deep); color: #fff; transform: scale(1.05); }
}

.bp-single-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
    gap: 8px;
}
.bp-single-thumb {
    aspect-ratio: 1 / 1;
    background: #fff;
    border: 2px solid var(--line);
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    transition: border-color 240ms var(--ease), transform 240ms var(--ease);
}
.bp-single-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 6px; display: block; }
@media (hover: hover) and (pointer: fine) {
    .bp-single-thumb:hover { border-color: var(--bejco-blue-bright); }
}
.bp-single-thumb.active {
    border-color: var(--bejco-blue-deep);
}

/* Meta højre */
.bp-single-meta { padding-top: 8px; }

.bp-single-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px 7px 10px;
    background: rgba(0, 69, 138, 0.08);
    border: 1px solid rgba(0, 69, 138, 0.15);
    border-radius: var(--radius-pill);
    color: var(--bejco-blue-deep);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}
.bp-single-tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--bejco-red);
    box-shadow: 0 0 0 3px rgba(226, 22, 28, 0.18);
}

.bp-single-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--bejco-blue-deep);
    margin-bottom: 14px;
}
.bp-single-eyebrow::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--bejco-red);
}

.bp-single-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(28px, 3.6vw, 42px);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0 0 20px;
    color: var(--ink-900);
}

.bp-single-lead {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-700);
    margin: 0 0 32px;
    max-width: 56ch;
}

.bp-single-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

/* Quick specs (hero) */
.bp-single-quickspecs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
    padding: 24px 0 0;
    border-top: 1px solid var(--line);
}
.bp-quickspec {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.bp-quickspec-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ink-500);
}
.bp-quickspec-value {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: var(--ink-900);
    line-height: 1.1;
}

/* ── Variant-vælger i meta-kolonne ────────────────────────────────── */
.bp-meta-variants {
    margin: 0 0 24px;
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
}

.bp-meta-variants-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ink-500);
    margin-bottom: 12px;
}
.bp-meta-variants-label svg {
    width: 12px;
    height: 12px;
    color: var(--bejco-red);
}

.bp-meta-variants-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Individuel variant-row */
.bp-meta-variant {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px 10px 10px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    text-decoration: none;
    color: var(--ink-900);
    transition: border-color 240ms var(--ease), background 240ms var(--ease), transform 240ms var(--ease);
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
    .bp-meta-variant:hover {
        border-color: var(--bejco-blue-deep);
        background: linear-gradient(135deg, rgba(0, 69, 138, 0.03) 0%, #fff 70%);
        transform: translateX(2px);
    }
    .bp-meta-variant:hover .bp-meta-variant-thumb img { transform: scale(1.06); }
    .bp-meta-variant:hover .bp-meta-variant-arrow {
        background: var(--bejco-red);
        color: #fff;
        transform: rotate(-45deg);
    }
}

/* Thumbnail */
.bp-meta-variant-thumb {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bp-bg);
    flex-shrink: 0;
    border: 1px solid var(--line);
}
.bp-meta-variant-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 6px;
    display: block;
    transition: transform 480ms var(--ease);
}

.bp-meta-variant-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ink-200);
    background: linear-gradient(135deg, #f4f7fb 0%, var(--bp-bg) 100%);
}
.bp-meta-variant-empty svg { width: 22px; height: 22px; }

/* Standard-badge på root */
.bp-meta-variant-root {
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    text-align: center;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(4px);
    color: var(--ink-700);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 2px 4px;
    border-radius: 4px;
    line-height: 1.2;
}

/* Info */
.bp-meta-variant-info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bp-meta-variant-tag {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--bejco-blue-deep);
}

.bp-meta-variant-name {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: var(--ink-900);
    letter-spacing: -0.005em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Arrow */
.bp-meta-variant-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--bp-bg);
    color: var(--bejco-blue-deep);
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 280ms var(--ease), color 280ms var(--ease), transform 360ms var(--ease);
}
.bp-meta-variant-arrow svg {
    width: 14px;
    height: 14px;
}

@media (max-width: 480px) {
    .bp-meta-variant {
        padding: 8px 10px 8px 8px;
        gap: 10px;
    }
    .bp-meta-variant-thumb { width: 52px; height: 52px; }
    .bp-meta-variant-name { font-size: 14px; }
    .bp-meta-variant-arrow { width: 28px; height: 28px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .bp-meta-variant,
    .bp-meta-variant-thumb img,
    .bp-meta-variant-arrow {
        transition: none !important;
        transform: none !important;
    }
}

/* ── Frontend buttons (kopier af .btn fra forsiden) ───────────────── */
.bp-btn-frontend {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px 10px 26px;
    border-radius: var(--radius-pill);
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    line-height: 1.4;
    transition: background 280ms var(--ease), border-color 280ms var(--ease), color 280ms var(--ease), transform 200ms var(--ease);
    white-space: nowrap;
}
.bp-btn-frontend:active { transform: scale(0.97); }

.bp-btn-frontend--primary {
    background: var(--bejco-blue-deep);
    color: #fff;
    border-color: var(--bejco-blue-deep);
}
@media (hover: hover) and (pointer: fine) {
    .bp-btn-frontend--primary:hover {
        background: var(--bejco-blue-bright);
        border-color: var(--bejco-blue-bright);
    }
    .bp-btn-frontend--primary:hover .bp-arrow-circle { background: #fff; color: var(--bejco-blue-deep); }
}

.bp-btn-frontend--secondary {
    background: transparent;
    color: var(--ink-900);
    border-color: var(--line);
}
@media (hover: hover) and (pointer: fine) {
    .bp-btn-frontend--secondary:hover {
        background: var(--ink-900);
        border-color: var(--ink-900);
        color: #fff;
    }
}

.bp-btn-frontend--white {
    background: #fff;
    color: var(--ink-900);
    border-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
    .bp-btn-frontend--white:hover {
        background: var(--bejco-cream);
        border-color: var(--bejco-cream);
    }
    .bp-btn-frontend--white:hover .bp-arrow-circle { transform: rotate(-45deg); }
}

.bp-btn-frontend .bp-arrow-circle {
    width: 36px;
    height: 36px;
    transition: transform 360ms var(--ease), background 240ms ease, color 240ms ease;
}
.bp-btn-frontend .bp-arrow-circle svg { width: 14px; height: 14px; }

@media (hover: hover) and (pointer: fine) {
    .bp-btn-frontend--primary:hover .bp-arrow-circle { transform: rotate(-45deg); }
    .bp-btn-frontend--secondary:hover .bp-arrow-circle { background: var(--bejco-red); transform: rotate(-45deg); }
}

/* ════════════════════════════════════════════════════════════════════
   SECTIONS (single)
═══════════════════════════════════════════════════════════════════════ */
.bp-single-section,
.bp-single-related,
.bp-single-cta-strip,
.bp-single-specs-section {
    padding: 80px 0;
}

.bp-single-section-inner {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 9%;
}

.bp-section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: var(--bejco-blue-deep);
    margin-bottom: 16px;
}
.bp-section-eyebrow::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--bejco-red);
}

.bp-section-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: clamp(28px, 3.5vw, 44px);
    line-height: 1.1;
    margin: 0 0 32px;
    color: var(--ink-900);
    letter-spacing: -0.005em;
}

/* ── Beskrivelse-prose ─────────────────────────────────────────────── */
.bp-single-prose {
    max-width: 70ch;
    color: var(--ink-700);
    font-size: 17px;
    line-height: 1.7;
}

/* Beskrivelse i meta-kolonne — mindre font, ingen max-width-begrænsning */
.bp-single-meta-description {
    margin: 0 0 28px;
    padding: 20px 0 0;
    border-top: 1px solid var(--line);
    max-width: none;
    font-size: 15px;
    line-height: 1.65;
}
.bp-single-meta-description p { margin: 0 0 1em; }
.bp-single-meta-description h2 { font-size: 22px; margin: 1.4em 0 0.5em; }
.bp-single-meta-description h3 { font-size: 18px; margin: 1.2em 0 0.4em; }
.bp-single-meta-description ul,
.bp-single-meta-description ol { margin: 0 0 1em; padding-left: 1.2em; }
.bp-single-meta-description li { margin-bottom: 0.3em; }
.bp-single-meta-description blockquote {
    margin: 1em 0;
    padding: 0 0 0 18px;
    font-size: 16px;
}
.bp-single-prose p { margin: 0 0 1.2em; }
.bp-single-prose p:last-child { margin-bottom: 0; }
.bp-single-prose h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    color: var(--ink-900);
    margin: 1.8em 0 0.6em;
}
.bp-single-prose h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.25;
    color: var(--ink-900);
    margin: 1.5em 0 0.5em;
}
.bp-single-prose ul,
.bp-single-prose ol {
    margin: 0 0 1.2em;
    padding-left: 1.4em;
}
.bp-single-prose li { margin-bottom: 0.4em; }
.bp-single-prose ul li::marker { color: var(--bejco-red); }
.bp-single-prose strong { color: var(--ink-900); font-weight: 600; }
.bp-single-prose a {
    color: var(--bejco-blue-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 200ms ease;
}
@media (hover: hover) and (pointer: fine) {
    .bp-single-prose a:hover { color: var(--bejco-red); }
}
.bp-single-prose blockquote {
    margin: 1.5em 0;
    padding: 0 0 0 24px;
    border-left: 3px solid var(--bejco-red);
    font-size: 19px;
    color: var(--ink-900);
    font-style: italic;
}

/* ── Specs-sektion ─────────────────────────────────────────────────── */
.bp-single-specs-section {
    background: linear-gradient(180deg, #fff 0%, var(--bejco-cream) 50%, #fff 100%);
    position: relative;
    overflow: hidden;
}
.bp-single-specs-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0, 69, 138, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 69, 138, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    pointer-events: none;
}
.bp-single-specs-section .bp-single-section-inner {
    position: relative;
    z-index: 1;
}

.bp-specs-table {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.bp-specs-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 24px;
    padding: 18px 28px;
    border-bottom: 1px solid var(--line-soft);
    align-items: center;
    transition: background 240ms ease;
    opacity: 0;
    transform: translateY(8px);
}
.bp-specs-row:last-child { border-bottom: none; }
.bp-specs-row:nth-child(even) { background: var(--bp-bg); }
@media (hover: hover) and (pointer: fine) {
    .bp-specs-row:hover { background: rgba(0, 69, 138, 0.04); }
}

[data-visible="true"] .bp-specs-row {
    animation: bp-spec-in 480ms var(--ease) forwards;
    animation-delay: var(--row-delay, 0ms);
}
@keyframes bp-spec-in {
    to { opacity: 1; transform: translateY(0); }
}

.bp-specs-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--ink-500);
}
.bp-specs-value {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: var(--ink-900);
    line-height: 1.3;
}

/* ── Relaterede ────────────────────────────────────────────────────── */
.bp-related-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.bp-related-head .bp-section-title { margin: 0; }

.bp-related-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ink-900);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: color 240ms ease;
}
@media (hover: hover) and (pointer: fine) {
    .bp-related-cta:hover { color: var(--bejco-red); }
    .bp-related-cta:hover .bp-arrow-circle { transform: rotate(-45deg); }
}
.bp-related-cta .bp-arrow-circle { transition: transform 360ms var(--ease); }

.bp-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px;
}

/* ── CTA-strip (.reminder) ─────────────────────────────────────────── */
.bp-single-cta-strip { padding: 0 0 96px; }

.bp-cta-inner {
    position: relative;
    background: linear-gradient(135deg, #00458a 0%, #052d5a 100%);
    border-radius: var(--radius-lg);
    padding: 48px 56px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
    color: #fff;
    isolation: isolate;
}

.bp-cta-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(226, 22, 28, 0.3) 0%, transparent 60%),
                radial-gradient(circle at 20% 80%, rgba(40, 133, 193, 0.2) 0%, transparent 60%);
    z-index: -1;
}

.bp-cta-content {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1 1 auto;
}

.bp-cta-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.bp-cta-icon svg { width: 24px; height: 24px; }

.bp-cta-text { display: flex; flex-direction: column; gap: 4px; }
.bp-cta-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.65);
}
.bp-cta-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.1;
    margin: 0;
    color: #fff;
}
.bp-cta-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    margin: 4px 0 0;
}

/* ════════════════════════════════════════════════════════════════════
   LIGHTBOX
═══════════════════════════════════════════════════════════════════════ */
.bp-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(10, 22, 40, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 280ms var(--ease);
}
.bp-lightbox.active {
    display: flex;
    opacity: 1;
}

.bp-lightbox-img {
    max-width: 90vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    transition: transform 360ms var(--ease), opacity 240ms ease;
}
.bp-lightbox-img.fade { opacity: 0; }

.bp-lightbox-close,
.bp-lightbox-prev,
.bp-lightbox-next {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 240ms ease, transform 200ms var(--ease);
}
.bp-lightbox-close svg,
.bp-lightbox-prev svg,
.bp-lightbox-next svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}
@media (hover: hover) and (pointer: fine) {
    .bp-lightbox-close:hover,
    .bp-lightbox-prev:hover,
    .bp-lightbox-next:hover {
        background: rgba(255, 255, 255, 0.2);
    }
}

.bp-lightbox-close { top: 24px; right: 24px; }
.bp-lightbox-prev  { left: 24px; }
.bp-lightbox-next  { right: 24px; }

/* ════════════════════════════════════════════════════════════════════
   REVEALS
═══════════════════════════════════════════════════════════════════════ */
[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 720ms var(--ease), transform 720ms var(--ease);
}
[data-reveal][data-visible="true"] {
    opacity: 1;
    transform: translateY(0);
}


/* ════════════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 1500px) {
    .bp-cat-main,
    .bp-single-section-inner,
    .bp-single-hero-inner,
    .bp-breadcrumb-inner,
    .bp-subcats,
    .bp-hero-inner {
        padding-left: 6%;
        padding-right: 6%;
    }
    .bp-single-hero-inner { gap: 40px; }
}

@media (max-width: 900px) {
    .bp-single-hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .bp-single-gallery {
        position: static;
    }
}

@media (max-width: 768px) {
    .bp-hero { padding: 80px 0 60px; }
    .bp-cat-main { padding-top: 32px; padding-bottom: 64px; }

    .bp-filter-bar {
        flex-wrap: wrap;
        border-radius: var(--radius);
        padding: 12px;
        gap: 10px;
    }
    .bp-filter-search { width: 100%; flex: 1 1 100%; }
    .bp-filter-search:focus-within { width: 100%; }
    .bp-filter-sep { display: none; }
    .bp-tag-filters {
        flex: 1 1 100%;
        order: 3;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }
    .bp-tag-filters::-webkit-scrollbar { display: none; }
    .bp-filter-count { order: 4; flex: 1; }
    .bp-filter-sort { order: 5; }

    .bp-product-grid,
    .bp-related-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 12px;
    }

    .bp-single-section,
    .bp-single-related,
    .bp-single-specs-section { padding: 56px 0; }

    .bp-single-quickspecs { grid-template-columns: 1fr; gap: 14px; }

    .bp-cta-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 32px 28px;
    }
    .bp-cta-content { flex-direction: column; align-items: flex-start; }

    .bp-specs-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 14px 20px;
    }

    .bp-product__body { padding: 16px 18px 18px; }
}

@media (max-width: 480px) {
    .bp-product-grid,
    .bp-related-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .bp-product__title { font-size: 16px; }
    .bp-product__desc { font-size: 11px; -webkit-line-clamp: 2; }
    .bp-product__tag { font-size: 9px; padding: 5px 9px 5px 8px; }
    .bp-arrow-circle { width: 32px; height: 32px; }
    .bp-arrow-circle svg { width: 14px; height: 14px; }
    .bp-product__body { padding: 14px; gap: 4px; }
    .bp-product__more { font-size: 12px; padding-top: 8px; }
    .bp-product__more-arrow { width: 24px; height: 24px; }
    .bp-product__img img { padding: 10px; }

    .bp-single-actions { flex-direction: column; align-items: stretch; }
    .bp-btn-frontend { justify-content: space-between; }
}

/* ════════════════════════════════════════════════════════════════════
   REDUCED MOTION
═══════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
    .bp-product,
    [data-reveal],
    .bp-specs-row,
    .bp-skeleton,
    .bp-product__img img,
    .bp-product__more-arrow,
    .bp-arrow-circle,
    .bp-arrow-circle svg,
    .bp-load-more svg,
    .bp-lightbox-img,
    .bp-single-main-img-img {
        animation: none !important;
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

/* ═══════════════════════════════════════════════════════════════════════
   ENKELTPRODUKT — WEBSHOP-BLOK (pris + antal + læg i kurv)
   Vises kun når produktet er i webshoppen.
═══════════════════════════════════════════════════════════════════════ */
.bp-single-shop {
    margin: 28px 0 8px;
    padding: 24px;
    background: #fbfcfd;
    border: 1px solid #e6e9ee;
    border-radius: 14px;
}
.bp-single-shop-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}
.bp-single-shop-price-val {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    color: #00458a;
}
.bp-single-shop-price-vat {
    font-size: 13px;
    color: #5b6875;
}
.bp-single-shop-sku {
    display: block;
    font-size: 13px;
    color: #5b6875;
    margin-top: 6px;
}
.bp-single-shop-buy {
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}
.bp-single-shop-qty {
    display: inline-flex;
    align-items: stretch;
    border: 1px solid #d9dde2;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.bp-single-shop-qty-btn {
    width: 42px;
    border: 0;
    background: #f4f6f9;
    color: #16202b;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s cubic-bezier(.23,1,.32,1);
}
@media (hover: hover) {
    .bp-single-shop-qty-btn:hover { background: #f7f0da; }
}
.bp-single-shop-qty input {
    width: 56px;
    border: 0;
    text-align: center;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #16202b;
    -moz-appearance: textfield;
}
.bp-single-shop-qty input::-webkit-outer-spin-button,
.bp-single-shop-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.bp-single-shop-qty input:focus { outline: none; }
.bp-single-shop-buy #bps-single-add { flex: 1; min-width: 180px; }
.bp-single-shop-buy #bps-single-add.is-loading { opacity: .65; pointer-events: none; }
.bp-single-shop-note {
    display: block;
    font-size: 12.5px;
    color: #5b6875;
    margin-top: 14px;
    line-height: 1.5;
}
@media (prefers-reduced-motion: reduce) {
    .bp-single-shop-qty-btn { transition: none; }
}
