/** Shopify CDN: Minification failed

Line 1382:1 Expected "}" to go with "{"

**/
/* ===================================================== */
/* ===================== BASE =========================== */
/* ===================================================== */

.ak-product-split,
.ak-product-split * {
  font-family: Helvetica, Arial, sans-serif !important;
  text-transform: uppercase !important;
}

.ak-product-split {
  --ak-top-menu-height: 42px;
  --ak-bottom-menu-height: 44px;
  --ak-product-height: calc(100vh - var(--ak-top-menu-height) - var(--ak-bottom-menu-height));

  width: 100% !important;
  height: var(--ak-product-height) !important;
  min-height: var(--ak-product-height) !important;
  max-height: var(--ak-product-height) !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;
  background: #fff !important;
}


/* ===================================================== */
/* ===================== LAYOUT ========================= */
/* ===================================================== */

.ak-product-split > data-island {
  display: grid !important;
  grid-template-columns: 55% 45% !important;
  gap: 0 !important;

  width: 100% !important;
  height: var(--ak-product-height) !important;
  min-height: var(--ak-product-height) !important;
  max-height: var(--ak-product-height) !important;

  margin: 0 !important;
  padding: 0 !important;

  background: #fff !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

.ak-product-split .product-media-container {
  grid-column: 1 !important;
  grid-row: 1 !important;

  width: 100% !important;
  max-width: none !important;

  height: var(--ak-product-height) !important;
  min-height: var(--ak-product-height) !important;
  max-height: var(--ak-product-height) !important;

  position: relative !important;
  top: auto !important;

  align-self: stretch !important;
  overflow: visible !important;

  background: #f2f2f2 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 7vh 2vw !important;
}

.ak-product-split .product-content-container {
  grid-column: 2 !important;
  grid-row: 1 !important;

  width: 100% !important;
  max-width: none !important;

  height: var(--ak-product-height) !important;
  min-height: var(--ak-product-height) !important;
  max-height: var(--ak-product-height) !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  padding: 0 4vw !important;

  background: #fff !important;
  overflow: hidden !important;
}

.ak-product-split .product-block-area {
  width: min(430px, 100%) !important;
  max-width: 460px !important;

  margin: 0 auto !important;
  padding: 0 !important;
}


/* ===================================================== */
/* ===================== GALLERY ======================== */
/* ===================================================== */

.ak-product-split .splide--product,
.ak-product-split .splide__track,
.ak-product-split .splide__list {
  width: 100% !important;
  height: 100% !important;

  min-height: 0 !important;
  max-height: 100% !important;
}

.ak-product-split .splide__track {
  overflow: hidden !important;
  position: relative !important;
}

.ak-product-split .splide__list {
  display: block !important;
  position: relative !important;

  transform: none !important;
  background: transparent !important;
}

.ak-product-split .splide__slide {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  opacity: 0 !important;
  visibility: hidden !important;

  transform: translateY(45px) !important;

  pointer-events: none !important;
  z-index: 1 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  transition:
    opacity 0.55s ease,
    transform 0.55s ease !important;

  background: transparent !important;
  border-bottom: none !important;
  padding: 0 !important;
}

.ak-product-split .splide__slide.ak-gallery-active {
  opacity: 1 !important;
  visibility: visible !important;

  transform: translateY(0) !important;

  pointer-events: auto !important;
  z-index: 2 !important;
}

.ak-product-split .splide__slide > *,
.ak-product-split [data-product-single-media-wrapper],
.ak-product-split image-with-placeholder,
.ak-product-split .product-frame-target {
  width: 100% !important;
  height: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: transparent !important;
  box-shadow: none !important;
}

.ak-product-split .splide__slide img {
  width: 100% !important;
  height: 100% !important;

  max-height: calc(var(--ak-product-height) - 14vh) !important;

  object-fit: contain !important;
}


/* ===================================================== */
/* ===================== FRAME PREVIEW ================== */
/* ===================================================== */

.product-frame-target {
  position: relative !important;
  overflow: hidden !important;
}

.product-frame-target .product-frame-art {
  position: relative !important;
  z-index: 1 !important;

  transform-origin: center center !important;
  transition: transform 220ms ease !important;
}

.product-frame-target .product-frame-overlay {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;
  pointer-events: none !important;

  z-index: 2 !important;
  opacity: 0 !important;

  transition: opacity 180ms ease !important;
}

.product-frame-target.has-frame .product-frame-overlay {
  opacity: 1 !important;
}

.ak-product-split .product-frame-target {
  opacity: 0;
}

.ak-product-split .product-frame-target.is-loaded {
  opacity: 1;
  transition: opacity 0.5s ease;
}


/* ===================================================== */
/* ===================== PRODUCT TEXT =================== */
/* ===================================================== */

.ak-product-split .ak-product-title {
  margin: 0 0 24px 0 !important;
  padding: 0 !important;

  font-size: 30px !important;
  letter-spacing: 0.08em !important;
  font-weight: 500 !important;
  line-height: 0.95 !important;
}

.ak-product-split .ak-product-description,
.ak-product-split .ak-product-description * {
  font-size: 19px !important;
  letter-spacing: 0.09em !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
}

.ak-product-split .ak-product-description {
  margin-bottom: 24px !important;
}


/* ===================================================== */
/* ===================== OPTIONS ======================== */
/* ===================================================== */

.ak-product-split .product-block-area,
.ak-product-split .product-block-area * {
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
}

.ak-product-split .product-variant-picker-block {
  margin-bottom: 18px !important;
}

.ak-product-split .wcpa_row {
  margin-bottom: 30px !important;
}

.ak-product-split .wcpa_row:first-of-type {
  margin-top: -10px !important;
}

.ak-product-split .wcpa_field_wrap {
  margin: 0 !important;
  padding: 0 !important;
}

.ak-product-split .wcpa_field_label,
.ak-product-split [data-product-option] legend {
  font-size: 10px !important;
  letter-spacing: 0.28em !important;
  font-weight: 400 !important;
  line-height: 1 !important;

  margin: 0 0 16px 0 !important;
  padding: 0 !important;

  color: var(--ak-black) !important;
}

.ak-product-split .product-variant-picker-block [id*="option1"],
.ak-product-split .wcpa_group_field {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 38px !important;
  row-gap: 16px !important;

  width: 100% !important;
  align-items: start !important;
}

.ak-product-split input[name="options[Size]"] {
  position: absolute !important;
  opacity: 0 !important;
}

.ak-product-split .label-only-input,
.ak-product-split .wcpa_radio {
  width: 100% !important;

  height: 18px !important;
  min-height: 18px !important;

  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  align-items: center !important;
}

.ak-product-split input[name="options[Size]"] + label,
.ak-product-split .label-only-input label,
.ak-product-split .wcpa_radio label {
  display: grid !important;
  grid-template-columns: 16px auto !important;
  column-gap: 10px !important;
  align-items: center !important;

  width: 100% !important;
  height: 18px !important;

  margin: 0 !important;
  padding: 0 !important;

  line-height: 1 !important;
  white-space: nowrap !important;

  border: none !important;
  background: transparent !important;
  text-align: left !important;
}

.ak-product-split input[name="options[Size]"] + label span,
.ak-product-split .label-only-input label span,
.ak-product-split .wcpa_radio label span {
  font-size: 10.5px !important;
  letter-spacing: 0.09em !important;
  font-weight: 400 !important;
  line-height: 1 !important;

  position: relative !important;
  display: inline-block !important;

  width: fit-content !important;

  white-space: nowrap !important;
  color: var(--ak-black) !important;
}

.ak-product-split input[name="options[Size]"] + label::before,
.ak-product-split .label-only-input label::before,
.ak-product-split .wcpa_radio_custom {
  content: "" !important;
  display: block !important;

  width: 13px !important;
  height: 13px !important;

  min-width: 13px !important;
  flex: 0 0 13px !important;

  border-radius: 50% !important;
  border: 1.3px solid #000 !important;

  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;

  margin: 0 !important;
  transform: none !important;
}

.ak-product-split input[name="options[Size]"]:checked + label::before,
.ak-product-split .label-only-input input:checked + label::before,
.ak-product-split .wcpa_radio input:checked + .wcpa_radio_custom {
  border: 4px solid #000 !important;
}

.ak-product-split input[name="options[Size]"]:checked + label span,
.ak-product-split .label-only-input input:checked + label span,
.ak-product-split .wcpa_radio:has(input:checked) label span {
  font-weight: 400 !important;
  color: var(--ak-black) !important;
}

.ak-product-split input[name="options[Size]"]:checked + label span::after,
.ak-product-split .label-only-input input:checked + label span::after,
.ak-product-split .wcpa_radio:has(input:checked) label span::after {
  content: "" !important;

  position: absolute !important;

  left: 0 !important;
  bottom: -4px !important;

  width: 100% !important;
  height: 1px !important;

  background: currentColor !important;
  display: block !important;
}

.ak-product-split .wcpa_radio_custom::after {
  display: none !important;
  content: none !important;
}


/* ===================================================== */
/* ===================== HIDE PRICES ==================== */
/* ===================================================== */

.ak-product-split .wcpa_option_price,
.ak-product-split .wcpa_radio label .wcpa_option_price,
.ak-product-split .label-only-input label .wcpa_option_price,
.ak-product-split .wcpa_field_bottom,
.ak-product-split .wcpa_field_price,
.ak-product-split .wcpa_field_error,
.ak-product-split .wcpa_options_total,
.ak-product-split .wcpa_product_total,
.ak-product-split .wcpa_price_summary > div:not(.wcpa_total),
.ak-product-split .wcpa_price_summary table tr:not(:last-child),
.ak-product-split .wcpa_price_summary .wcpa_total_items,
.ak-product-split .wcpa_price_summary .wcpa_options_price,
.ak-product-split .wcpa_price_summary .wcpa_product_price,
.ak-product-split .wcpa_total tr:has(.wcpa_options_price),
.ak-product-split .wcpa_total tr:has(.wcpa_product_price),
.ak-product-split .wcpa_total tr:has(.wcpa_options_total),
.ak-product-split .wcpa_total tr:has(.wcpa_product_total) {
  display: none !important;

  visibility: hidden !important;
  opacity: 0 !important;

  height: 0 !important;
  overflow: hidden !important;
}


/* ===================================================== */
/* ===================== TOTAL ========================== */
/* ===================================================== */

.ak-product-split .wcpa_price_summary,
.ak-product-split .wcpa_total,
.ak-product-split .wcpa_total * {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
}

.ak-product-split .wcpa_price_summary {
  margin-top: 46px !important;
  padding-top: 22px !important;

  border-top: 1px solid #d8d8d8 !important;
}

.ak-product-split .wcpa_total {
  justify-content: space-between !important;
  align-items: center !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 0 36px 0 !important;

  border: 0 !important;
}

.ak-product-split .wcpa_total,
.ak-product-split .wcpa_total * {
  font-size: 15px !important;
  letter-spacing: 0.08em !important;
  font-weight: 700 !important;
}

.ak-product-split .wcpa_total::before {
  content: "TOTAL";
}

.ak-product-split .wcpa_total > *:first-child {
  display: none !important;
}


/* ===================================================== */
/* ===================== BUTTONS ======================== */
/* ===================================================== */

.ak-product-split .product-block:has(.add-to-cart-container) {
  margin-top: -40px !important;
}

.ak-product-split button[name="add"],
.ak-product-split .add-to-cart {
  height: 36px !important;
  min-height: 36px !important;

  font-size: 10.5px !important;
  letter-spacing: 0.11em !important;
  font-weight: 400 !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;

  border: 1px solid #000 !important;
}

.ak-product-split .shopify-payment-button {
  margin-top: 10px !important;
}

.ak-product-split .shopify-payment-button__button {
  min-height: 38px !important;

  font-size: 13px !important;
  letter-spacing: 0.04em !important;
}

.ak-product-split .shopify-payment-button__more-options {
  display: block !important;

  text-align: center !important;

  margin-top: 11px !important;

  font-size: 12px !important;
  letter-spacing: 0.04em !important;

  text-decoration: underline !important;
}


/* ===================================================== */
/* ===================== COLLAPSIBLE ==================== */
/* ===================================================== */

.ak-product-split .product-block--collapsible-tab {
  margin-top: 18px !important;
}

.ak-product-split .product-block--collapsible-tab,
.ak-product-split .product-block--collapsible-tab * {
  font-size: 16px !important;
  letter-spacing: 0.03em !important;
}


/* ===================================================== */
/* ===================== PASSEPARTOUT =================== */
/* ===================================================== */

.ak-product-split .passe-disabled-note {
  display: none !important;

  margin-top: 14px !important;

  font-size: 10.5px !important;
  letter-spacing: 0.08em !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}


/* ===================================================== */
/* ===================== SIDE GALLERY =================== */
/* ===================================================== */

.product-side-gallery-nav {
  position: absolute !important;

  right: -50px !important;
  top: 50% !important;

  transform: translateY(-50%) !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;

  gap: 14px !important;

  z-index: 999 !important;
}

.product-side-gallery-line {
  position: relative !important;

  width: 1px !important;
  height: 120px !important;

  background: rgba(0,0,0,0.18) !important;

  overflow: hidden !important;
}

.product-side-gallery-line span {
  position: absolute !important;

  top: 0 !important;
  left: 0 !important;

  display: block !important;

  width: 1px !important;
  height: var(--gallery-progress-height, 60px) !important;

  background: #000 !important;

  transform: translateY(var(--gallery-progress-y, 0px)) !important;

  transition: transform 0.35s ease !important;
}

.product-side-gallery-arrow {
  background: none !important;
  border: none !important;

  font-size: 14px !important;

  cursor: pointer !important;

  color: var(--ak-black) !important;
  opacity: 0.6 !important;
}

.product-gallery-numbers {
  position: absolute !important;

  right: 54px !important;
  top: 50% !important;

  transform: translateY(-50%) !important;

  display: flex !important;
  flex-direction: column !important;

  gap: 23px !important;

  line-height: 1 !important;
}

.product-gallery-numbers button {
  appearance: none !important;
  -webkit-appearance: none !important;

  border: none !important;
  background: transparent !important;

  outline: none !important;
  box-shadow: none !important;

  padding: 0 !important;
  margin: 0 !important;

  cursor: pointer !important;

  position: relative !important;

  font-size: 10px !important;
  letter-spacing: 0.08em !important;

  color: #7f7f7f !important;
  font-weight: 400 !important;
}

.product-gallery-numbers button.is-active {
  color: #000 !important;
  font-weight: 600 !important;
}

.product-gallery-numbers button.is-active::after {
  content: "" !important;

  position: absolute !important;

  left: 0 !important;
  bottom: -4px !important;

  width: 100% !important;
  height: 1px !important;

  background: currentColor !important;
}


/* ===================================================== */
/* ===================== TEXT COLOR ===================== */
/* ===================================================== */

.ak-product-split .product-block-area p,
.ak-product-split .product-block-area span,
.ak-product-split .product-block-area div,
.ak-product-split .product-block-area .rte,
.ak-product-split .product-block-area .rte * {
}

/* PREMIUM PRODUCT PAGE POLISH */

.ak-product-split .product-block-area {
  max-width: 500px !important;
}

.ak-product-split .ak-product-title {
  font-size: 24px !important;
  letter-spacing: 0.16em !important;
  margin-bottom: 30px !important;
}

.ak-product-split .ak-product-description,
.ak-product-split .ak-product-description * {
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  line-height: 1.55 !important;
}

.ak-product-split .wcpa_field_label,
.ak-product-split [data-product-option] legend {
  font-size: 11px !important;
  letter-spacing: 0.34em !important;
  margin-bottom: 24px !important;
}

.ak-product-split .product-variant-picker-block,
.ak-product-split .wcpa_row {
  margin-bottom: 42px !important;
}

.ak-product-split .product-variant-picker-block [id*="option1"],
.ak-product-split .wcpa_group_field {
  row-gap: 22px !important;
  column-gap: 48px !important;
}

.ak-product-split input[name="options[Size]"] + label span,
.ak-product-split .label-only-input label span,
.ak-product-split .wcpa_radio label span {
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
}

.ak-product-split input[name="options[Size]"] + label::before,
.ak-product-split .label-only-input label::before,
.ak-product-split .wcpa_radio_custom {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  border: 1.2px solid #000 !important;
}

.ak-product-split input[name="options[Size]"]:checked + label::before,
.ak-product-split .label-only-input input:checked + label::before,
.ak-product-split .wcpa_radio input:checked + .wcpa_radio_custom {
  border: 5px solid #000 !important;
}

.ak-product-split .wcpa_price_summary {
  margin-top: 54px !important;
  padding-top: 28px !important;
  border-top: 1px solid #d2d2d2 !important;
}

.ak-product-split .wcpa_total,
.ak-product-split .wcpa_total * {
  font-size: 17px !important;
  letter-spacing: 0.12em !important;
}

.ak-product-split button[name="add"],
.ak-product-split .add-to-cart {
  background: #000 !important;
  color: #fff !important;

  height: 48px !important;
  min-height: 48px !important;

  border: 1px solid #000 !important;

  font-size: 11px !important;
  letter-spacing: 0.16em !important;
}

.ak-product-split .shopify-payment-button {
  margin-top: 18px !important;
}

.ak-product-split .shopify-payment-button__more-options {
  margin-top: 22px !important;
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
}

.ak-product-split .product-block--collapsible-tab {
  margin-top: 44px !important;
}

.ak-product-split .product-block--collapsible-tab,
.ak-product-split .product-block--collapsible-tab * {
  font-size: 18px !important;
  letter-spacing: 0.08em !important;
}

/* ===================================================== */
/* ============ COMPACT PREMIUM PRODUCT PAGE ============ */
/* ===================================================== */

.ak-product-split .product-block-area {
  max-width: 470px !important;
}

/* TITLE */
.ak-product-split .ak-product-title {
  font-size: 20px !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;

  margin-bottom: 18px !important;
}

/* DESCRIPTION */
.ak-product-split .ak-product-description,
.ak-product-split .ak-product-description * {
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
  line-height: 1.45 !important;
}

.ak-product-split .ak-product-description {
  margin-bottom: 20px !important;
}

/* SECTION LABELS */
.ak-product-split .wcpa_field_label,
.ak-product-split [data-product-option] legend {
  font-size: 10px !important;
  letter-spacing: 0.18em !important;

  margin-bottom: 16px !important;
}

/* SECTION SPACING */
.ak-product-split .product-variant-picker-block,
.ak-product-split .wcpa_row {
  margin-bottom: 26px !important;
}

/* GRID */
.ak-product-split .product-variant-picker-block [id*="option1"],
.ak-product-split .wcpa_group_field {
  column-gap: 32px !important;
  row-gap: 14px !important;
}

/* OPTION TEXT */
.ak-product-split input[name="options[Size]"] + label span,
.ak-product-split .label-only-input label span,
.ak-product-split .wcpa_radio label span {
  font-size: 10px !important;
  letter-spacing: 0.08em !important;
}

/* RADIO */
.ak-product-split input[name="options[Size]"] + label::before,
.ak-product-split .label-only-input label::before,
.ak-product-split .wcpa_radio_custom {
  width: 13px !important;
  height: 13px !important;
  min-width: 13px !important;

  border: 1px solid #000 !important;
}

.ak-product-split input[name="options[Size]"]:checked + label::before,
.ak-product-split .label-only-input input:checked + label::before,
.ak-product-split .wcpa_radio input:checked + .wcpa_radio_custom {
  border: 4px solid #000 !important;
}

/* TOTAL */
.ak-product-split .wcpa_price_summary {
  margin-top: 34px !important;
  padding-top: 18px !important;
}

.ak-product-split .wcpa_total,
.ak-product-split .wcpa_total * {
  font-size: 13px !important;
  letter-spacing: 0.08em !important;

  color: #000000ff !important;
}

/* BUTTON */
.ak-product-split button[name="add"],
.ak-product-split .add-to-cart {
  height: 42px !important;
  min-height: 42px !important;

  font-size: 10px !important;
  letter-spacing: 0.12em !important;
}

/* SHOP PAY */
.ak-product-split .shopify-payment-button {
  margin-top: 12px !important;
}

.ak-product-split .shopify-payment-button__more-options {
  margin-top: 10px !important;

  font-size: 10px !important;
  letter-spacing: 0.08em !important;

  color: #000000ff !important;
}

/* COLLAPSIBLE */
.ak-product-split .product-block--collapsible-tab {
  margin-top: 24px !important;
}

.ak-product-split .product-block--collapsible-tab,
.ak-product-split .product-block--collapsible-tab * {
  font-size: 14px !important;
  letter-spacing: 0.04em !important;

  color: #8b8b8b !important;
}

/* FRAME PREVIEW */
.product-frame-target {
  position: relative !important;
  overflow: hidden !important;
}

.product-frame-target .product-frame-art {
  position: relative !important;
  z-index: 1 !important;
  transform-origin: center center !important;
  transition: transform 220ms ease !important;
}

.product-frame-target .product-frame-overlay {
  position: absolute !important;
  inset: 0 !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: contain !important;
  pointer-events: none !important;

  z-index: 2 !important;
  opacity: 0 !important;

  transition: opacity 180ms ease !important;
}

.product-frame-target.has-frame .product-frame-overlay {
  opacity: 1 !important;
}

.ak-product-split .product-frame-target {
  opacity: 0;
}

.ak-product-split .product-frame-target.is-loaded {
  opacity: 1;
  transition: opacity 0.5s ease;
}

.ak-product-split .product-block--collapsible-tab,
.ak-product-split .product-block--collapsible-tab * {
  font-size: 9px !important;
  letter-spacing: 0.10em !important;

  color: #000000ff !important;
}


.ak-product-split .product-block--collapsible-tab .h-6.w-6 {
  width: 10px !important;
  height: 10px !important;
}

.ak-product-split .product-block--collapsible-tab .h-6.w-6 svg.theme-icon {
  width: 10px !important;
  height: 10px !important;
  display: block !important;
}

.ak-product-split .product-block--collapsible-tab .h-6.w-6 svg.theme-icon path {
  stroke-width: 1.2px !important;
}

/*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*/
/*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*/
/*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*//*FARVER*/




/* OVERSKRIFT SORT */
.ak-product-split .ak-product-title {
  color: #000 !important;
}

/* TOTAL SORT */
.ak-product-split .wcpa_total,
.ak-product-split .wcpa_total *,
.ak-product-split .wcpa_total::before {
  color: #000 !important;
}

/* VALGTE OPTIONS SORT */
.ak-product-split input:checked + label span,
.ak-product-split .wcpa_radio:has(input:checked) label span {
  color: #000 !important;
}

/* PLUS IKON SORT */
.ak-product-split svg,
.ak-product-split svg *,
.ak-product-split path {
  stroke: #000 !important;
  color: #000 !important;
}

/* SECTION OVERSKRIFTER SORT */
.ak-product-split .wcpa_field_label,
.ak-product-split [data-product-option] legend {
  color: #000 !important;
}

/* MERE LUFT OVER FRAME + PASSE */
.ak-product-split .wcpa_row {
  margin-top: 42px !important;
}

/* MERE LUFT UNDER BESKRIVELSE + OVER SIZE */

.ak-product-split .ak-product-description {
  margin-bottom: 42px !important;
}

/* MERE LUFT UNDER FRAME + PASSE OVERSKRIFTER */

.ak-product-split .wcpa_field_label,
.ak-product-split [data-product-option] legend {
  margin-bottom: 22px !important;
}

/* STØRRE SIZE / FRAME / PASSE OVERSKRIFTER */

.ak-product-split .wcpa_field_label,
.ak-product-split [data-product-option] legend {
  font-size: 13px !important;
  letter-spacing: 0.12em !important;
}

/* LAPTOP HEIGHT FIX */
@media screen and (max-height: 900px) {

  .ak-product-split .ak-product-description {
    margin-bottom: 18px !important;
  }

  .ak-product-split .wcpa_row {
    margin-top: 22px !important;
    margin-bottom: 18px !important;
  }

  .ak-product-split .wcpa_price_summary {
    margin-top: 18px !important;
  }

  .ak-product-split .product-block-area {
    transform: scale(0.93);
    transform-origin: top center;
  }

}

@media screen and (max-height: 900px) {

  .ak-product-split .product-block-area {
    transform: translateY(20px) scale(0.93);
    transform-origin: center center;
  }

}

/* GØR SIZE / FRAME / PASSE ENS */
.ak-product-split input[name="options[Size]"] + label span,
.ak-product-split .label-only-input label span,
.ak-product-split .wcpa_radio label span,
.ak-product-split .wcpa_radio label {
  font-size: 11px !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

/* ENS OVERSKRIFTER: SIZE / FRAME / PASSE */
.ak-product-split [data-product-option] legend,
.ak-product-split .wcpa_field_label {
  font-size: 12px !important;
  letter-spacing: 0.12em !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

/*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*/
/*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*/
/*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*/
/*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*//*MOBIL*/


/* ===================================================== */
/* =============== MOBILE PRODUCT STACK ================ */
/* ===================================================== */

@media screen and (max-width: 1200px) {

  /* BASE */

  .ak-product-split {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    overflow: visible !important;

    position: relative !important;
    background: #fff !important;
  }

  .ak-product-split > data-island {
    display: block !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    overflow: visible !important;
  }


  /* =====================================================
     STATIC IMAGE AREA
  ===================================================== */

@media screen and (max-width: 1200px) {

  .ak-product-split .product-media-container {
    position: sticky !important;
    top: 42px !important;
    z-index: 1 !important;

    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    aspect-ratio: 1 / 1 !important;

    padding: 0 !important;

    background: #f2f2f2 !important;
    overflow: hidden !important;
  }

  .ak-product-split .splide--product,
  .ak-product-split .splide__track,
  .ak-product-split .splide__list,
  .ak-product-split .splide__slide,
  .ak-product-split .splide__slide > *,
  .ak-product-split [data-product-single-media-wrapper],
  .ak-product-split image-with-placeholder,
  .ak-product-split .product-frame-target {
    width: 100% !important;
    height: 100% !important;
  }

  .ak-product-split .splide__slide img {
    width: 100% !important;
    height: 100% !important;

    max-height: none !important;

    object-fit: contain !important;
    object-position: center center !important;
  }

}


  /* =====================================================
     CONTENT AREA
  ===================================================== */

  .ak-product-split .product-content-container {
    position: relative !important;
    z-index: 5 !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    padding: 48px 28px 120px !important;

    overflow: visible !important;

    background:
      linear-gradient(
        to bottom,
        rgba(255,255,255,0.78) 0%,
        rgba(255,255,255,0.92) 80px,
        rgba(255,255,255,1) 180px
      ) !important;

    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;

    margin-top: 0px !important;
  }

  .ak-product-split .product-block-area {
    width: 100% !important;
    max-width: 520px !important;

    margin: 10px auto !important;
    padding-top: 48px !important;
    transform: none !important;
  }


  /* =====================================================
     REMOVE DESKTOP FIXED HEIGHTS
  ===================================================== */

  .ak-product-split .product-media-container,
  .ak-product-split .product-content-container,
  .ak-product-split > data-island {
    max-height: none !important;
  }

  @media screen and (max-width: 1200px) {
    .ak-product-split .product-frame-target {
     overflow: visible !important;
    }
  }


  @media screen and (max-width: 1200px) {

  .ak-product-split .product-content-container {
    padding-top: 20px !important;
    margin-top: 0px !important;
  }

  .ak-product-split .product-block-area {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

}

@media screen and (max-width: 1200px) {

  .ak-product-split .product-media-container {
    position: sticky !important;
    top: 42px !important;
    z-index: 1 !important;

    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;

    aspect-ratio: 1 / 1 !important;
    height: auto !important;

    padding: 0 !important;
    background: #f2f2f2 !important;
    overflow: hidden !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .product-side-gallery-nav,
  .product-gallery-numbers,
  .splide__pagination {
    display: none !important;
  }

  .ak-mobile-gallery-arrow {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 999999 !important;

    width: 34px !important;
    height: 34px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
  }

  .ak-mobile-gallery-arrow::before {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;

    width: 14px !important;
    height: 14px !important;

    border-top: 1.5px solid #000 !important;
    border-right: 1.5px solid #000 !important;
  }

  .ak-mobile-gallery-arrow.is-prev {
    left: 18px !important;
  }

  .ak-mobile-gallery-arrow.is-prev::before {
    transform: translate(-50%, -50%) rotate(-135deg) !important;
  }

  .ak-mobile-gallery-arrow.is-next {
    right: 18px !important;
  }

  .ak-mobile-gallery-arrow.is-next::before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }
}