/* &#9472;&#9472; RESET + SCOPE &#9472;&#9472; */
.byk-widget, .byk-widget *,
.byk-brand-scope, .byk-brand-scope * { box-sizing: border-box; }

/* Brand tokens — on page body so portaled modals keep exact HTML design colors */
body.byk-calendar-product-page,
.byk-widget,
.byk-brand-scope {
  --byk-blue:       #122f5e;
  --byk-blue-dark:  #002046;
  --byk-blue-light: #EDF5FF;
  --byk-red:        #B22222;
  --byk-red-hover:  #8A1A1A;
  --byk-text:       #1a1a2e;
  --byk-muted:      #5a6272;
  --byk-border:     #D0DFF0;
}

.byk-widget,
.byk-brand-scope {
  font-family: 'Lato', sans-serif;
  color: var(--byk-text);
  font-size: 17px;
  line-height: 1.7;
}
.byk-widget p { margin: 0; }
.byk-widget a { text-decoration: none; }

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   1. HERO
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
.byk-hero {
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 55%);
  padding: 48px 0 64px;
  position: relative;
  overflow: hidden;
}
.byk-hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 52% 48%;
  gap: 56px;
  align-items: start;
}

/* Gallery */
.byk-gallery { position: relative; }
.byk-gallery-main {
  border-radius: 16px;
  overflow: hidden;
  background: var(--byk-blue-light);
  aspect-ratio: 1/1;
  position: relative;
}
.byk-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  border-radius: 16px;
}
.byk-gallery-main img.active { display: block; }

.byk-gallery-nav {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
}
.byk-gallery-btn {
  background: rgba(255,255,255,0.92);
  border: none;
  border-radius: 50%;
  width: 40px; height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: all;
  color: var(--byk-blue);
  font-size: 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  transition: background 0.2s, transform 0.15s;
  flex-shrink: 0;
}
.byk-gallery-btn:hover { background: #fff; transform: scale(1.05); }

/* Override JupiterX / theme button styles on gallery + quantity controls */
.byk-widget .byk-gallery-btn,
.byk-widget button.byk-gallery-btn {
  background: rgba(255, 255, 255, 0.92) !important;
  border: none !important;
  border-radius: 50% !important;
  color: var(--byk-blue) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
  min-height: unset !important;
  padding: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.byk-widget .byk-gallery-btn:hover,
.byk-widget button.byk-gallery-btn:hover {
  background: #fff !important;
  color: var(--byk-blue) !important;
  transform: scale(1.05);
}
.byk-widget .byk-qty-wrap {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: max-content !important;
  align-self: center;
}
.byk-widget .byk-qty-btn,
.byk-widget button.byk-qty-btn {
  background: var(--byk-blue-light) !important;
  border: none !important;
  color: var(--byk-blue) !important;
  box-shadow: none !important;
  width: 44px !important;
  height: 52px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  flex: 0 0 44px !important;
  font-size: 22px !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.byk-widget .byk-qty-input {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  flex: 0 0 52px !important;
  padding: 0 !important;
}
.byk-widget .byk-qty-btn:hover,
.byk-widget button.byk-qty-btn:hover {
  background: #d4e8fa !important;
  color: var(--byk-blue) !important;
}

.byk-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 12px;
}
.byk-gallery-thumb {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s, opacity 0.2s;
  opacity: 0.7;
}
.byk-gallery-thumb.active {
  border-color: var(--byk-blue);
  opacity: 1;
}
.byk-gallery-thumb:hover { opacity: 0.9; }
.byk-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Galleri-slides (billeder veksler) */
.byk-gallery-main .byk-slide { display: none; }
.byk-gallery-main .byk-slide.active { display: block; }

/* Video i h\u00f8jre hero-kolonne ("S\u00e5dan bruges kalenderen") */
.byk-hero-video { margin-top: 24px; margin-bottom: 22px; }
.byk-hero-video-label {
  font-size: 14px; font-weight: 700;
  color: var(--byk-blue);
  margin: 0 0 10px;
  display: flex; align-items: center; gap: 8px;
}
.byk-hero-video-label svg { stroke: var(--byk-red); flex-shrink: 0; }
.byk-hero-video-thumb {
  position: relative; display: block;
  width: 100%; max-width: 340px;
  padding: 0; border: none; cursor: pointer;
  border-radius: 12px; overflow: hidden;
  aspect-ratio: 16 / 9; background: #000;
  box-shadow: 0 4px 16px rgba(18,47,94,0.14);
}
.byk-hero-video-thumb img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  filter: brightness(0.9);
  transition: transform 0.3s;
}
.byk-hero-video-thumb:hover img { transform: scale(1.04); }
.byk-hero-video-play {
  position: absolute; inset: 0; margin: auto;
  width: 56px; height: 56px; border-radius: 50%;
  background: rgba(255,255,255,0.92);
  color: var(--byk-red);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.28);
  transition: transform 0.15s, background 0.2s;
}
.byk-hero-video-thumb:hover .byk-hero-video-play { transform: scale(1.08); background: #fff; }
.byk-hero-video-play svg { width: 22px; height: 22px; margin-left: 3px; fill: currentColor; }

/* Video-lightbox */
.byk-video-modal-overlay {
  position: fixed; inset: 0;
  background: rgba(6,14,30,0.9);
  z-index: 100000;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s; padding: 20px;
}
.byk-video-modal-overlay.open { opacity: 1; pointer-events: all; }
.byk-video-modal { position: relative; width: 100%; max-width: 420px; }
.byk-video-modal video {
  width: 100%; max-height: 80vh;
  border-radius: 14px; display: block;
  background: #000;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.byk-video-modal-close {
  position: absolute; top: -44px; right: 0;
  background: none; border: none; color: #fff;
  font-size: 28px; cursor: pointer; line-height: 1;
}

/* Hero content */
.byk-hero-content { padding-top: 0; }

.byk-hero-tag {
  display: inline-block;
  background: var(--byk-blue-light);
  color: var(--byk-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
}
.byk-hero-title {
  font-size: 38px;
  font-weight: 900;
  color: var(--byk-blue);
  line-height: 1.15;
  margin-top: -6px;
  margin-bottom: 6px;
  font-family: 'Lato', sans-serif;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}
.byk-hero-subtitle {
  font-size: 18px;
  font-weight: 300;
  color: var(--byk-red);
  font-style: italic;
  margin-bottom: 72px; /* clear gap before first USP */
}
.byk-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.byk-hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: var(--byk-text);
  line-height: 1.5;
}
.byk-hero-bullets li::before {
  content: '';
  width: 8px; height: 8px;
  background: var(--byk-red);
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.byk-hero-price {
  font-size: 34px;
  font-weight: 900;
  color: var(--byk-blue);
  margin-bottom: 6px;
  font-family: 'Lato', sans-serif;
}
.byk-hero-price small {
  font-size: 14px;
  font-weight: 400;
  color: var(--byk-muted);
}
.byk-stock-note {
  font-size: 13px;
  font-weight: 700;
  color: #28529d;
  margin-bottom: 24px;
}
.byk-stock-note svg,
.byk-stock-note .fa,
.byk-stock-note .eicon,
.byk-stock-note::before {
  display: none !important;
}

/* WooCommerce add-to-cart */
.byk-cart-form {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.byk-qty-wrap {
  display: flex;
  align-items: center;
  border: 2px solid var(--byk-border);
  border-radius: 10px;
  overflow: hidden;
}
.byk-qty-btn {
  background: var(--byk-blue-light);
  border: none;
  width: 44px; height: 52px;
  font-size: 22px;
  cursor: pointer;
  color: var(--byk-blue);
  font-weight: 700;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.byk-qty-btn:hover { background: #d4e8fa; }
.byk-qty-input {
  width: 52px; height: 52px;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--byk-blue);
  background: #fff;
  font-family: 'Lato', sans-serif;
  -moz-appearance: textfield;
}
.byk-qty-input::-webkit-outer-spin-button,
.byk-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; }
.byk-qty-input:focus { outline: none; }

.byk-btn-cart {
  background: var(--byk-red);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 36px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  letter-spacing: 0.3px;
  flex: 1;
  min-width: 180px;
}
.byk-btn-cart:hover { background: var(--byk-red-hover); }
.byk-btn-cart:active { transform: scale(0.98); }
.byk-btn-cart.loading { opacity: 0.7; cursor: not-allowed; }
.byk-btn-cart.success { background: #1a7a3c; }

/* Override JupiterX / theme button styles on add-to-cart */
.byk-widget .byk-btn-cart,
.byk-widget button.byk-btn-cart {
  background: var(--byk-red) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  min-height: unset !important;
  text-transform: none !important;
  letter-spacing: 0.3px !important;
}
.byk-widget .byk-btn-cart:hover,
.byk-widget button.byk-btn-cart:hover {
  background: var(--byk-red-hover) !important;
  color: #fff !important;
}

.byk-shipping-note {
  font-size: 14px;
  color: var(--byk-muted);
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
}
.byk-shipping-note svg { flex-shrink: 0; }
.byk-shipping-note.free { color: #1a7a3c; }

.byk-hero-secondary {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.byk-btn-secondary {
  background: none;
  border: 2px solid var(--byk-blue);
  color: var(--byk-blue);
  border-radius: 8px;
  padding: 10px 20px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.byk-btn-secondary:hover {
  background: var(--byk-blue);
  color: #fff;
}
.byk-btn-secondary svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  display: block;
}

/* Override JupiterX / WooCommerce button styles on secondary CTAs */
.byk-widget .byk-btn-secondary,
.byk-widget a.byk-btn-secondary,
.byk-widget button.byk-btn-secondary {
  background: transparent !important;
  border: 2px solid var(--byk-blue) !important;
  color: var(--byk-blue) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  min-height: unset !important;
}
.byk-widget .byk-btn-secondary:hover,
.byk-widget a.byk-btn-secondary:hover,
.byk-widget button.byk-btn-secondary:hover {
  background: var(--byk-blue) !important;
  color: #fff !important;
  border-color: var(--byk-blue) !important;
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   2. FEATURE STRIP
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
.byk-features-strip {
  background: var(--byk-blue);
  padding: 56px 0;
  border-top: 3px solid rgba(178,34,34,0.55);
}
.byk-features-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.byk-feature-item {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.byk-feature-icon {
  width: 64px; height: 64px;
  background: rgba(255,255,255,0.12);
  border: 2px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.byk-feature-icon svg {
  width: 28px; height: 28px;
  fill: none; stroke: #fff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.byk-feature-item strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}
.byk-feature-item p {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
  margin: 0;
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   SHARED SECTION STYLES
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
.byk-section {
  padding: 80px 0;
}
.byk-section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.byk-section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--byk-red);
  margin-bottom: 10px;
}
.byk-section-title {
  font-size: 34px;
  font-weight: 900;
  color: var(--byk-blue);
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: 'Lato', sans-serif;
}
.byk-section-intro {
  font-size: 17px;
  color: var(--byk-muted);
  max-width: 640px;
  margin-bottom: 40px;
  line-height: 1.75;
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   3. FAQ
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
.byk-faq-bg { background: var(--byk-blue-light); }
.byk-faq-list {
  display: flex;
  flex-direction: column;
  max-width: 740px;
  margin: 0 auto;
  width: 100%;
}
.byk-faq-item {
  border-bottom: 1px solid var(--byk-border);
  background: transparent;
}
.byk-faq-item:last-child { border-bottom: none; }

/* FAQ question row (div, not button — avoids theme button styles) */
.byk-widget .byk-faq-question,
body.byk-calendar-product-page .byk-widget .byk-faq-question {
  width: 100% !important;
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
  padding: 22px 0 !important;
  margin: 0 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  color: var(--byk-blue) !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: unset !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.byk-widget .byk-faq-question:hover,
.byk-widget .byk-faq-question:focus,
.byk-widget .byk-faq-question:active {
  background: transparent !important;
  background-color: transparent !important;
  color: var(--byk-blue) !important;
  box-shadow: none !important;
  outline: none !important;
}
.byk-faq-arrow {
  font-size: 20px;
  color: var(--byk-muted);
  flex-shrink: 0;
  transition: transform 0.3s;
  display: inline-block;
  line-height: 1;
}
.byk-faq-item.open .byk-faq-arrow { transform: rotate(180deg); }
.byk-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 16px;
  color: var(--byk-muted);
  line-height: 1.75;
}
.byk-faq-answer-inner { padding-bottom: 20px; }
.byk-faq-item.open .byk-faq-answer { max-height: 400px; }

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   4. PARTNERS / DOORS
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
.byk-partners-bg { background: var(--byk-blue-light); }
.byk-partners-hint {
  font-size: 13px;
  color: var(--byk-muted);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.byk-partners-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}
.byk-partner-door {
  position: relative;
  cursor: pointer;
  perspective: 700px;
  height: 130px;
}
.byk-door-inner {
  width: 100%; height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.55s ease;
  border-radius: 10px;
}
.byk-partner-door.open .byk-door-inner { transform: rotateY(180deg); }
.byk-door-front, .byk-door-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 10px 12px;
  border: 1px solid var(--byk-border);
  background: #fff;
  overflow: hidden;
}
.byk-door-back {
  transform: rotateY(180deg);
  background: var(--byk-blue);
  border-color: var(--byk-blue);
}
.byk-door-number-badge {
  position: absolute;
  top: 8px; left: 8px;
  width: 22px; height: 22px;
  background: var(--byk-blue);
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.byk-door-front:hover {
  border-color: #a8c4e0;
  box-shadow: 0 2px 12px rgba(18,47,94,0.08);
}
.byk-partner-logo-ph {
  width: 72%;
  height: 50px;
  max-width: 100%;
  max-height: 50px;
  min-height: 0;
  flex-shrink: 0;
  overflow: hidden;
  background: repeating-linear-gradient(45deg,#e8f2fb 0,#e8f2fb 6px,#d4e5f7 6px,#d4e5f7 12px);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
}
.byk-partner-logo-ph span {
  font-family: monospace;
  font-size: 9px;
  color: var(--byk-blue);
  opacity: 0.5;
}
.byk-partner-name-below {
  font-size: 10px;
  font-weight: 700;
  color: var(--byk-text);
  text-align: center;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.byk-door-back-number {
  font-size: 36px;
  font-weight: 900;
  color: rgba(255,255,255,0.18);
  line-height: 1;
}
.byk-door-back-gift {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  margin-top: 4px;
}
.byk-door-back-partner {
  font-size: 10px;
  color: rgba(255,255,255,0.6);
  text-align: center;
  margin-top: 3px;
}
.byk-door-back-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  text-decoration: underline;
  transition: color 0.2s;
}
.byk-door-back-link:hover { color: #fff; }

.byk-btn-reveal {
  background: var(--byk-blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 36px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}
.byk-btn-reveal:hover { background: #0d2247; }

.byk-widget .byk-btn-reveal,
.byk-widget button.byk-btn-reveal {
  background: var(--byk-blue) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  min-height: unset !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.byk-widget .byk-btn-reveal:hover,
.byk-widget button.byk-btn-reveal:hover {
  background: #0d2247 !important;
  color: #fff !important;
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   GIFTS MODAL
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
.byk-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 20, 40, 0.75);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 20px;
  transition: opacity 0.3s;
}
.byk-modal-overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
/* Desktop: modal scrolls inside centered flex child (min-height:0 fixes flex scroll lock) */
.byk-modal {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  max-width: 880px;
  width: 100%;
  max-height: 85vh;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
  scrollbar-width: thin;
  scrollbar-color: var(--byk-blue) var(--byk-blue-light);
}
.byk-modal::-webkit-scrollbar {
  width: 10px;
}
.byk-modal::-webkit-scrollbar-track {
  background: var(--byk-blue-light);
  border-radius: 8px;
}
.byk-modal::-webkit-scrollbar-thumb {
  background: var(--byk-blue);
  border-radius: 8px;
  border: 2px solid var(--byk-blue-light);
}
/* Always-visible scroll controls (especially for mobile touch issues) */
.byk-modal-scroll-controls {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100001;
  pointer-events: none;
}
.byk-modal-overlay.open .byk-modal-scroll-controls {
  display: flex;
}
.byk-modal-scroll-btn {
  pointer-events: all;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: var(--byk-blue);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
}
.byk-modal-scroll-btn:active {
  background: var(--byk-blue-dark);
}
.byk-modal-scroll-track {
  pointer-events: none;
  width: 8px;
  height: 100px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.byk-modal-scroll-thumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 24px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
body.byk-gifts-modal-open {
  overflow: hidden;
}
body.byk-gifts-modal-open #bykSnowCanvas {
  visibility: hidden;
}
.byk-modal-title {
  font-size: 26px;
  font-weight: 900;
  color: var(--byk-blue);
  margin-bottom: 6px;
  font-family: 'Lato', sans-serif;
  padding-right: 48px;
}
.byk-modal-sub {
  font-size: 14px;
  color: var(--byk-muted);
  margin-bottom: 28px;
}
.byk-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--byk-blue-light);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 22px;
  cursor: pointer;
  color: var(--byk-blue);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  flex-shrink: 0;
}
.byk-modal-close:hover { background: #d4e8fa; color: var(--byk-blue); }
#bykGiftsModal .byk-modal-close,
#bykGiftsModal button.byk-modal-close,
.byk-brand-scope .byk-modal-close,
.byk-brand-scope button.byk-modal-close {
  background: var(--byk-blue-light) !important;
  border: none !important;
  color: var(--byk-blue) !important;
  box-shadow: none !important;
  min-height: unset !important;
  padding: 0 !important;
}
#bykGiftsModal .byk-modal-close-footer,
#bykGiftsModal button.byk-modal-close-footer,
.byk-brand-scope .byk-modal-close-footer,
.byk-brand-scope button.byk-modal-close-footer {
  background: var(--byk-blue) !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  min-height: unset !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.byk-modal-close-footer {
  display: none;
  width: 100%;
  margin-top: 24px;
  padding: 14px 20px;
  background: var(--byk-blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.byk-modal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.byk-modal-card {
  background: var(--byk-blue-light);
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
  border: 1px solid var(--byk-border);
}
.byk-modal-card-num {
  font-size: 22px;
  font-weight: 900;
  color: var(--byk-blue);
  line-height: 1;
  margin-bottom: 6px;
}
.byk-modal-card-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--byk-text);
  line-height: 1.3;
}
.byk-modal-card-partner {
  font-size: 11px;
  color: var(--byk-muted);
  margin-top: 3px;
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   5. VELG&#216;RENHED + KUNSTNER (side om side)
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
.byk-charity-bg { background: var(--byk-blue-light); }
.byk-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.byk-card-box {
  background: #fff;
  border-radius: 14px;
  padding: 36px;
  border: 1px solid var(--byk-border);
  border-top: 3px solid var(--byk-red);
  height: 100%;
}
.byk-card-box-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--byk-red);
  margin-bottom: 12px;
}
.byk-card-box-title {
  font-size: 22px;
  font-weight: 900;
  color: var(--byk-blue);
  margin-bottom: 14px;
  font-family: 'Lato', sans-serif;
  line-height: 1.25;
}
.byk-card-img-wrap {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f8fc;
}
.byk-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center; /* cover artists centered */
  display: block;
  border-radius: 8px;
  margin: 0 auto;
}
/* Logo-billeder (brede, flade) vises i fuld uden besk&#230;ring */
.byk-card-img-wrap--logo {
  background: #f5f8fc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.byk-card-img-wrap--logo .byk-card-img {
  object-fit: contain;
  object-position: center;
}
.byk-card-img-wrap--artist {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.byk-card-img-wrap--artist .byk-card-img {
  object-fit: cover;
  object-position: center center;
  margin-left: auto;
  margin-right: auto;
}
.byk-charity-amount {
  font-size: 28px;
  font-weight: 900;
  color: var(--byk-blue);
  margin: 16px 0 4px;
  font-family: 'Lato', sans-serif;
}
.byk-charity-amount small {
  font-size: 13px;
  font-weight: 400;
  color: var(--byk-muted);
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   6. FORHANDLERE
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
.byk-retailers-bg { background: var(--byk-blue); border-top: 3px solid rgba(178,34,34,0.55); }
.byk-retailers-bg .byk-section-label { color: #7DB8F7; }
.byk-retailers-bg .byk-section-title { color: #fff; }
.byk-retailers-bg .byk-section-intro { color: rgba(255,255,255,0.7); }
.byk-retailers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.byk-retailer-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
}
.byk-retailer-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.28);
}
.byk-retailer-name {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}
.byk-retailer-address {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.5;
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   7. ANMELDELSER
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
.byk-reviews-bg { background: var(--byk-blue); border-top: 3px solid rgba(178,34,34,0.45); }
.byk-reviews-bg .byk-section-label { color: #7DB8F7; }
.byk-reviews-bg .byk-section-title { color: #fff; }
.byk-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.byk-review-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 28px;
}
.byk-review-stars {
  color: #f5c542;
  font-size: 16px;
  margin-bottom: 14px;
  letter-spacing: 2px;
}
.byk-review-text {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin-bottom: 20px;
  font-style: italic;
}
.byk-review-author {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   RESPONSIVE
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */
@media (max-width: 1024px) {
  .byk-hero-inner { gap: 36px; }
  .byk-hero-title { font-size: 30px; overflow-wrap: anywhere; word-break: break-word; }
}
@media (max-width: 900px) {
  .byk-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 24px;
  }
  .byk-features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 0 24px;
  }
  .byk-section-inner { padding: 0 24px; }
  .byk-section-title { font-size: 26px; }
  .byk-section { padding: 60px 0; }
  .byk-partners-grid { grid-template-columns: repeat(4, 1fr); gap: 10px; }
  .byk-partner-door { height: 110px; }
  /* Velg&#248;renhed + kunstner forbliver side om side p&#229; tablet */
  .byk-two-col { gap: 20px; }
  .byk-card-box { padding: 24px; }
  .byk-retailers-grid { grid-template-columns: repeat(2, 1fr); }
  .byk-reviews-grid { grid-template-columns: 1fr; gap: 16px; }
  .byk-modal-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .byk-hero { padding: 32px 0 48px; }
  .byk-hero-title {
    font-size: 26px;
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .byk-hero-subtitle {
    margin-bottom: 64px;
  }
  .byk-hero-price { font-size: 28px; }
  .byk-cart-form {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
  }
  .byk-qty-wrap {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }
  .byk-btn-cart {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
  }
  .byk-partner-logo-ph {
    width: 78%;
    height: 40px;
    max-height: 40px;
    aspect-ratio: auto;
  }
  .byk-features-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .byk-section-title { font-size: 22px; }
  /* Stack to single column on mobile */
  .byk-two-col { grid-template-columns: 1fr; }
  .byk-partners-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .byk-partner-door { height: 100px; }
  .byk-door-front, .byk-door-back { padding: 8px 6px; }
  .byk-door-number-badge { width: 18px; height: 18px; font-size: 9px; }
  .byk-door-back-number { font-size: 26px; }
  .byk-retailers-grid { grid-template-columns: 1fr; }
  .byk-modal-grid { grid-template-columns: repeat(2, 1fr); }
  /* Mobile: overlay scrolls (most reliable on iOS/Android) */
  .byk-modal-overlay {
    display: block;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    scrollbar-width: thin;
    scrollbar-color: var(--byk-blue) rgba(255, 255, 255, 0.2);
  }
  .byk-modal-overlay::-webkit-scrollbar {
    width: 10px;
  }
  .byk-modal-overlay::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.15);
  }
  .byk-modal-overlay::-webkit-scrollbar-thumb {
    background: var(--byk-blue);
    border-radius: 8px;
  }
  .byk-modal {
    max-height: none;
    min-height: auto;
    overflow: visible;
    margin: 12px;
    padding: 44px 16px 24px;
    border-radius: 14px;
    width: auto;
  }
  .byk-modal-scroll-controls {
    right: 6px;
  }
  .byk-modal-scroll-track {
    height: 120px;
  }
  .byk-modal-close-footer { display: block; width: 100%; }
  .byk-hero-secondary { flex-direction: column; }
  .byk-btn-secondary { justify-content: center; }
}

/* &#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;
   JULE-TEMA: SNE + SKANDINAVISKE ACCENTER
&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552;&#9552; */

/* Safe below-fold paint deferral — does not delay CSS or hide content */
.byk-faq-bg,
.byk-partners-bg,
.byk-retailers-bg,
.byk-reviews-bg,
.byk-charity-bg {
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px;
}

/* Snow canvas — behind page + header/mega menu (never cover nav) */
#bykSnowCanvas {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  pointer-events: none;
  z-index: 0;
}

/* Lille grankvist-dekoration */
.byk-pine-divider {
  text-align: center;
  font-size: 16px;
  letter-spacing: 8px;
  color: #2d5a27;
  opacity: 0.5;
  padding: 4px 0 2px;
  line-height: 1;
  user-select: none;
  margin-bottom: 10px;
}

/* Julestjerne-accent p&#229; section labels */
.byk-section-label::before { content: "\2726  "; opacity: 0.65; font-size: 9px; vertical-align: middle; }
.byk-section-label::after  { content: " \2726"; opacity: 0.65; font-size: 9px; vertical-align: middle; }

/* Hero: subtil sne-overlay */
.byk-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, #c8ddf5 1px, transparent 1px),
                    radial-gradient(circle, #ddeeff 1.5px, transparent 1.5px);
  background-size: 120px 120px, 80px 80px;
  background-position: 0 0, 40px 40px;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

/* Gran-streg separator */
.byk-xmas-separator {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 auto 48px;
  max-width: 400px;
}
.byk-xmas-separator::before,
.byk-xmas-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #2d5a27);
}
.byk-xmas-separator::after {
  background: linear-gradient(to left, transparent, #2d5a27);
}
.byk-xmas-separator span {
  color: #2d5a27;
  font-size: 16px;
  opacity: 0.65;
  letter-spacing: 4px;
  flex-shrink: 0;
}

/* Jule-highlight p&#229; hero-bullet-cirkler */
.byk-hero-bullets li::before {
  background: var(--byk-red) !important;
  box-shadow: 0 0 0 2px rgba(178,34,34,0.15);
}

/* Lager-badge: lille grangren-farve */
.byk-stock-note { color: #2d5a27 !important; }

/* Door-back: lidt mere festlig */
.byk-door-back {
  background: var(--byk-blue) !important;
  background-image: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 50%) !important;
}

/* Partner logo images — never overflow door boxes (long names / wide logos) */
.byk-partner-logo-ph img,
.byk-partner-logo-ph svg,
.byk-partner-logo-ph picture,
.byk-partner-logo-ph picture img {
  display: block !important;
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
}

.byk-door-front,
.byk-door-back {
  overflow: hidden !important;
}

.byk-partner-door {
  overflow: hidden;
}

/* Video oembed / native file in lightbox */
.byk-video-embed iframe,
.byk-video-embed video,
.byk-video-embed .byk-video-native {
  width: 100%;
  max-height: 80vh;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 14px;
  display: block;
  background: #000;
}

/* Sticky add to cart */
.byk-sticky-cart {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990;
  scroll-margin: 0;
  background: #fff;
  border-top: 1px solid var(--byk-border);
  box-shadow: 0 -8px 30px rgba(18, 47, 94, 0.12);
  transform: translateY(110%);
  transition: transform 0.3s ease;
  padding: 12px 20px;
}
.byk-sticky-cart.is-visible {
  transform: translateY(0);
}
.byk-sticky-cart-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.byk-sticky-cart-title {
  display: block;
  font-size: 15px;
  color: var(--byk-blue);
}
.byk-sticky-cart-price {
  font-size: 14px;
  color: var(--byk-muted);
}
.byk-sticky-add-btn {
  flex-shrink: 0;
  min-width: 160px;
}

/* Calendar products: hide WC success banner — side-cart drawer opens instead (like live) */
body.byk-calendar-product-page .woocommerce-notices-wrapper .woocommerce-message,
body.byk-calendar-product-page .woocommerce-message {
  display: none !important;
}

/* Hide default WooCommerce / JupiterX / Elementor product layout (keep .byk-widget visible) */
body.byk-calendar-product-page .product.type-product > *:not(.byk-widget) {
  display: none !important;
}

body.byk-calendar-product-page .woocommerce-product-gallery,
body.byk-calendar-product-page .summary.entry-summary,
body.byk-calendar-product-page .woocommerce-tabs,
body.byk-calendar-product-page .related.products,
body.byk-calendar-product-page .upsells.products,
body.byk-calendar-product-page .jupiterx-product-image,
body.byk-calendar-product-page .jupiterx-product-summary,
body.byk-calendar-product-page .elementor-location-single,
body.byk-calendar-product-page [data-elementor-type="product"] {
  display: none !important;
}

body.byk-calendar-product-page .product.type-product {
  display: block !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* ═══════════════════════════════════════════════════════════════
   FULL-WIDTH LAYOUT — break out of JupiterX .container
   (matches standalone HTML: backgrounds edge-to-edge, content centered)
   ═══════════════════════════════════════════════════════════════ */
/* Keep site header above template sections; do not restyle the mega menu. */
body.byk-calendar-product-page #jupiterx-header,
body.byk-calendar-product-page .jupiterx-header,
body.byk-calendar-product-page header.jupiterx-header,
body.byk-calendar-product-page .elementor-location-header,
body.byk-calendar-product-page .e-con.e-parent[data-elementor-type="header"] {
  z-index: 10050 !important;
}

body.byk-calendar-product-page #jupiterx-main,
body.byk-calendar-product-page .jupiterx-main,
body.byk-calendar-product-page .jupiterx-main-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: #eef4ff !important;
}

/* No white band between site header and hero */
body.byk-calendar-product-page .woocommerce-breadcrumb,
body.byk-calendar-product-page .jupiterx-post-title,
body.byk-calendar-product-page .page-title {
  display: none !important;
}

body.byk-calendar-product-page .product.type-product,
body.byk-calendar-product-page .byk-widget {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.byk-calendar-product-page .byk-hero {
  margin-top: 0 !important;
}

body.byk-calendar-product-page .jupiterx-main-content > .container,
body.byk-calendar-product-page .jupiterx-main-content .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.byk-calendar-product-page .jupiterx-main-content .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.byk-calendar-product-page #jupiterx-primary,
body.byk-calendar-product-page .jupiterx-primary {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  flex: 0 0 100% !important;
}

/* Full-bleed widget — stay in normal flow (no 100vw breakout that clips off-screen) */
body.byk-calendar-product-page .byk-widget {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow-x: hidden;
  background: #FAFCFF;
}

/* Section bands are full viewport width; inner content stays centered */
body.byk-calendar-product-page .byk-hero,
body.byk-calendar-product-page .byk-features-strip,
body.byk-calendar-product-page .byk-section {
  width: 100%;
  box-sizing: border-box;
}

body.byk-calendar-product-page .byk-hero-inner,
body.byk-calendar-product-page .byk-features-grid,
body.byk-calendar-product-page .byk-section-inner {
  position: relative;
  z-index: 1;
}

/* Reviews shortcode wrapper */
.byk-reviews-shortcode .bk-testimonials,
.byk-reviews-shortcode > div {
  width: 100%;
}

/* Admin preview banner */
.byk-template-preview-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  padding: 12px 20px;
  background: #122f5e;
  color: #fff;
  font-size: 14px;
  position: sticky;
  top: 0;
  z-index: 999999;
}

.byk-template-preview-banner a {
  color: #fff;
  text-decoration: underline;
  margin-left: auto;
}

body.byk-template-preview-mode .byk-sticky-cart {
  display: none !important;
}

/* Coming soon placeholder */
.byk-coming-soon-wrap {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
}

.byk-coming-soon-card {
  max-width: 560px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--byk-border);
  border-radius: 16px;
  padding: 48px 32px;
  box-shadow: 0 8px 32px rgba(18, 47, 94, 0.08);
}

.byk-coming-soon-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 700;
  color: var(--byk-muted);
  margin: 0 0 12px;
}

.byk-coming-soon-title {
  font-size: 28px;
  margin: 0 0 12px;
  color: var(--byk-blue);
}

.byk-coming-soon-text {
  color: var(--byk-muted);
  margin: 0 0 24px;
}