/*
 * Brandstoftankconfigurator
 * Product: 14582
 * Gebundelde, productspecifieke styling voor de WooCommerce composite configurator.
 */

body.postid-14582 {
  --btc-primary: #3190cf;
  --btc-primary-dark: #1f6da2;
  --btc-secondary: #afcb11;
  --btc-accent: #e53138;
  --btc-heading: #11263f;
  --btc-text: #203040;
  --btc-muted: #617487;
  --btc-surface: #ffffff;
  --btc-surface-alt: #f3f8fd;
  --btc-surface-soft: #ecf5fb;
  --btc-border: #cfe0ee;
  --btc-border-strong: #adc8dd;
  --btc-shadow: 0 20px 44px rgba(17, 38, 63, 0.08);
  --btc-shadow-soft: 0 10px 24px rgba(17, 38, 63, 0.06);
  --btc-attention-rgb: 184, 116, 25;
  --btc-radius: 22px;
  --btc-radius-sm: 16px;
  --btc-gradient: linear-gradient(90deg, #00c8aa 0%, #00aaff 100%);
  --btc-gradient-hover: linear-gradient(90deg, #28e9cc 0%, #3dbeff 100%);
}

body.postid-14582 .site-inner,
body.postid-14582 .content-sidebar-wrap {
  max-width: 1280px;
}

body.postid-14582 .content {
  width: 100%;
}

body.postid-14582 .brandstofconfigurator-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 32px;
  padding: 8px 0 24px;
}

body.postid-14582 .brandstofconfigurator-main {
  flex: 1 1 0;
  min-width: 0;
}

body.postid-14582 .brandstofconfigurator-layout.is-review-step {
  display: block;
}
body.postid-14582
  .brandstofconfigurator-layout.is-review-step
  .composite_navigation_inner {
  display: none !important;
}
body.postid-14582
  .brandstofconfigurator-layout.is-review-step
  .brandstofconfigurator-sidebar {
  display: none !important;
}

body.postid-14582
  .brandstofconfigurator-layout.is-review-step
  .brandstofconfigurator-main {
  width: 100%;
  max-width: 100%;
}

body.postid-14582 #pgc-9073-0-0 {
  display: none;
}

body.postid-14582 #pgc-9073-0-1 {
  width: 100% !important;
}

body.postid-14582 #pg-9073-0 {
  margin-bottom: 0;
}

body.postid-14582 .brandstofconfigurator-sidebar {
  flex: 0 0 316px;
  min-width: 316px;
  align-self: flex-start;
  position: sticky;
  top: 18px;
  background: linear-gradient(180deg, #f8fbfe 0%, #f2f8fc 100%);
  border: 1px solid var(--btc-border);
  border-radius: 22px;
  padding: 14px;
  box-shadow: var(--btc-shadow-soft);
}

body.postid-14582 .brandstofconfigurator-sidebar .widget:last-child {
  margin-bottom: 0;
}

body.postid-14582 .brandstofconfigurator-sidebar .widget-wrap {
  display: grid;
  gap: 12px;
}

body.postid-14582 .brandstofconfigurator-sidebar .widgettitle,
body.postid-14582 .brandstofconfigurator-sidebar .widget-title {
  margin: 0;
  color: var(--btc-heading);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .composite_summary
  ul.summary_elements {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}

body.postid-14582 #product-14582 {
  color: var(--btc-text);
}

body.postid-14582 .checkout h3,
body.postid-14582 .woocommerce .site-inner h1,
body.postid-14582 .step_index,
body.postid-14582 .step_title {
  color: #109cde !important;
}

body.postid-14582 #product-14582 > .panel-layout {
  position: relative;
}

body.postid-14582 #product-14582 .product_title,
body.postid-14582 #product-14582 .step_title_wrapper,
body.postid-14582 #product-14582 .summary_title {
  color: var(--btc-heading);
  font-family:
    "Nunito", franklin-gothic-urw, "Open Sans", verdana, arial, tahoma,
    sans-serif;
}

body.postid-14582 #product-14582 .product_title {
  position: relative;
  margin: 0 0 28px;
  padding-left: 22px;
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

body.postid-14582 #product-14582 .product_title::before {
  content: "";
  position: absolute;
  top: 0.18em;
  left: 0;
  width: 8px;
  height: 0.9em;
  border-radius: 999px;
  background: var(--btc-gradient);
}

body.postid-14582 .woocommerce .site-inner h1,
body.postid-14582 #product-14582 h1.product_title.entry-title,
body.postid-14582 #product-14582 .step_index,
body.postid-14582 #product-14582 span.step_title,
body.postid-14582 #product-14582 .step_title,
body.postid-14582 #product-14582 .summary_title .step_title {
  color: #109cde !important;
}

body.postid-14582 #product-14582 .woocommerce-product-gallery {
  position: sticky;
  top: 24px;
  border: 1px solid var(--btc-border);
  border-radius: var(--btc-radius);
  background: var(--btc-surface-alt);
  box-shadow: var(--btc-shadow);
  padding: 24px;
}

body.postid-14582 #product-14582 .woocommerce-product-gallery__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.postid-14582 #product-14582 .woocommerce-product-gallery__wrapper img {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 20px;
  background: #fff;
}

body.postid-14582 #product-14582 .cart.composite_form {
  display: grid;
  gap: 22px;
}

body.postid-14582 #product-14582 .composite_pagination {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.postid-14582 #product-14582 .pagination_elements_wrapper,
body.postid-14582 #product-14582 .component_options_inner,
body.postid-14582 #product-14582 .composite_wrap {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body.postid-14582 #product-14582 .pagination_elements {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: stretch !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.postid-14582 #product-14582 .pagination_element {
  display: block !important;
  position: relative !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  clear: none !important;
  line-height: normal !important;
  list-style: none !important;
}

body.postid-14582 #product-14582 .pagination_element::before,
body.postid-14582 #product-14582 .pagination_element::after {
  display: none !important;
  content: none !important;
}

body.postid-14582 #product-14582 .pagination_element > .element_inner,
body.postid-14582 #product-14582 .pagination_element .element_title,
body.postid-14582 #product-14582 .pagination_element .element_link {
  position: static !important;
  float: none !important;
  clear: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

body.postid-14582 #product-14582 .pagination_element .element_inner {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 84px !important;
  height: auto !important;
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  border: 1px solid var(--btc-border) !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #fff 0%, #fafdff 100%) !important;
  padding: 14px 16px !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

body.postid-14582
  #product-14582
  .pagination_element:not(.pagination_element_current)
  .element_inner:hover {
  border-color: var(--btc-border-strong);
  box-shadow: 0 16px 28px rgba(17, 38, 63, 0.1);
  transform: translateY(-2px);
}

body.postid-14582 #product-14582 .pagination_element_current .element_inner {
  border-color: rgba(16, 156, 222, 0.16) !important;
  background: var(--btc-gradient) !important;
  box-shadow: 0 14px 28px rgba(16, 156, 222, 0.22) !important;
  color: #fff !important;
}

body.postid-14582 #product-14582 .element_index {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  margin-top: 0 !important;
  flex: 0 0 34px !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #109cde !important;
  border: 1px solid rgba(16, 156, 222, 0.24) !important;
  box-shadow: 0 6px 14px rgba(16, 156, 222, 0.12) !important;
  font-size: 0.9rem !important;
  font-weight: 800 !important;
}

body.postid-14582 #product-14582 .pagination_element_current .element_index {
  background: #fff !important;
  color: #109cde !important;
  border-color: rgba(255, 255, 255, 0.42) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12) !important;
}

body.postid-14582 #product-14582 .element_title {
  display: flex !important;
  align-items: center !important;
  align-self: stretch !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

body.postid-14582 #product-14582 .element_link {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  color: inherit !important;
  font-size: 0.92rem !important;
  font-weight: 700 !important;
  line-height: 1.28 !important;
  text-decoration: none !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  text-wrap: pretty !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.01em !important;
}

body.postid-14582 #product-14582 .composite_navigation {
  margin: 0;
}

body.postid-14582 #product-14582 .btc-steps-toggle {
  display: none;
}

body.postid-14582 #product-14582 .composite_navigation.hidden {
  display: none;
}

body.postid-14582 #product-14582 .composite_navigation_inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

body.postid-14582 #product-14582 .page_button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 260px;
  min-height: 60px;
  padding: 12px 18px 12px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--btc-gradient);
  box-shadow: 0 12px 24px rgba(0, 170, 255, 0.18);
  color: #fff !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

body.postid-14582 #product-14582 .page_button_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

body.postid-14582 #product-14582 .page_button_kicker {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.82;
}

body.postid-14582 #product-14582 .page_button_label {
  display: block;
  min-width: 0;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.01em;
  text-align: left;
}

body.postid-14582 #product-14582 .page_button_arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

body.postid-14582 #product-14582 .page_button.attention-ripple-next::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 2px solid rgba(var(--btc-attention-rgb), 0.58);
  z-index: -1;
  animation: btc-button-ripple 1.8s ease-out infinite;
}

body.postid-14582 #product-14582 .page_button:hover {
  background: var(--btc-gradient-hover);
  box-shadow: 0 16px 28px rgba(0, 170, 255, 0.22);
  transform: translateY(-1px);
}

body.postid-14582 #product-14582 .page_button.prev:empty::before {
  content: "Vorige stap";
}

body.postid-14582 #product-14582 .page_button.next:empty::before {
  content: "Volgende stap";
}

body.postid-14582 #product-14582 .page_button.invisible,
body.postid-14582 #product-14582 .page_button.inactive {
  opacity: 0.45;
  box-shadow: none;
  pointer-events: none;
}

body.postid-14582 #product-14582 .composite_component,
body.postid-14582 #product-14582 #composite_data_14582 {
  border: 1px solid var(--btc-border);
  border-radius: var(--btc-radius);
  background: var(--btc-surface);
  box-shadow: var(--btc-shadow);
  padding: 26px;
}

body.postid-14582 #product-14582 .component_title_wrapper,
body.postid-14582 #product-14582 .summary_title {
  margin-bottom: 20px;
}

body.postid-14582 #product-14582 .component_title,
body.postid-14582 #product-14582 .summary_title {
  margin: 0;
}

body.postid-14582 #product-14582 .step_title_text,
body.postid-14582 #product-14582 .summary_title .step_title {
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

body.postid-14582 #product-14582 .step_index {
  color: var(--btc-primary);
  font-weight: 800;
}

body.postid-14582 #product-14582 .component_section_title {
  margin: 0 0 16px;
}

body.postid-14582 #product-14582 .component_section_title label {
  color: var(--btc-heading);
  font-size: 1rem;
  font-weight: 700;
}

body.postid-14582 #product-14582 .component_content {
  margin-bottom: 18px;
}

body.postid-14582 #product-14582 .component_filters {
  margin: 0 0 24px;
  padding: 16px;
  border: 1px solid var(--btc-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8fd 100%);
}

body.postid-14582 #product-14582 .component_filters_section_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
}

body.postid-14582 #product-14582 .component_filter {
  margin-top: 10px;
  padding: 0;
  border: 1px solid rgba(16, 156, 222, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  overflow: hidden;
}

body.postid-14582 #product-14582 .component_filter:first-of-type {
  margin-top: 0;
}

body.postid-14582 #product-14582 .component_filter_title,
body.postid-14582 #product-14582 .component_filter_name {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.postid-14582 #product-14582 .component_filter_title {
  justify-content: space-between;
  min-height: 62px;
}

body.postid-14582 #product-14582 .component_filter_name {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 14px 120px 14px 16px;
  cursor: pointer;
  position: static;
}

body.postid-14582 #product-14582 .component_filter_name_text,
body.postid-14582 #product-14582 .component_filters_title {
  display: block;
  min-width: 0;
  color: var(--btc-heading);
  font-weight: 700;
}

body.postid-14582 #product-14582 .component_filter_content {
  margin-top: 0;
  padding: 0 16px 16px;
}

body.postid-14582 #product-14582 .component_filter_options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  list-style: none;
}

body.postid-14582 #product-14582 .component_filter_option {
  margin: 0;
}

body.postid-14582 #product-14582 .toggle_filter_option,
body.postid-14582 #product-14582 .reset_component_filter,
body.postid-14582 #product-14582 .reset_component_filters,
body.postid-14582 #product-14582 .aria_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--btc-border);
  border-radius: 999px;
  background: #fff;
  color: var(--btc-heading);
  font-weight: 700;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}

body.postid-14582 #product-14582 .toggle_filter_option {
  min-height: 36px;
  padding: 7px 12px;
  border-color: rgba(16, 156, 222, 0.24);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: #16324f;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92) inset,
    0 8px 18px rgba(16, 156, 222, 0.08);
}

body.postid-14582 #product-14582 .toggle_filter_option:hover,
body.postid-14582 #product-14582 .toggle_filter_option[aria-checked="true"] {
  border-color: var(--btc-primary);
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  color: var(--btc-primary);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 10px 20px rgba(16, 156, 222, 0.12);
}

body.postid-14582
  #product-14582
  .component_filter_option.selected
  .toggle_filter_option,
body.postid-14582 #product-14582 .toggle_filter_option[aria-checked="true"] {
  gap: 8px;
  padding: 7px 14px 7px 11px;
  border-color: transparent;
  background: linear-gradient(180deg, #24bee0 0%, #109cde 100%);
  color: #fff !important;
  box-shadow: 0 10px 18px rgba(16, 156, 222, 0.18);
}

body.postid-14582
  #product-14582
  .component_filter_option.selected
  .toggle_filter_option::after,
body.postid-14582
  #product-14582
  .toggle_filter_option[aria-checked="true"]::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg) translateY(-1px);
}

body.postid-14582 #product-14582 .reset_component_filter,
body.postid-14582 #product-14582 .reset_component_filters {
  width: auto;
  padding: 0;
  flex: 0 0 auto;
  margin-left: 0 !important;
  min-height: auto;
  border: 0 !important;
  background: transparent !important;
  color: rgba(22, 50, 79, 0.62);
  font-size: 0;
  line-height: 0;
  gap: 6px;
  position: relative;
  z-index: 2;
  box-shadow: none !important;
  white-space: nowrap;
}

body.postid-14582 #product-14582 .reset_component_filter::before,
body.postid-14582 #product-14582 .reset_component_filters::before {
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body.postid-14582 #product-14582 .reset_component_filter::before {
  content: "Reset filter";
}

body.postid-14582 #product-14582 .reset_component_filters::before {
  content: "Reset filters";
}

body.postid-14582 #product-14582 .reset_component_filter::after,
body.postid-14582 #product-14582 .reset_component_filters::after {
  content: "\21BB";
  font-size: 0.92rem;
  line-height: 1;
  font-weight: 700;
}

body.postid-14582
  #product-14582
  .component_filters_section_title
  .reset_component_filters {
  align-self: center;
}

body.postid-14582
  #product-14582
  .component_filter_title
  .reset_component_filter {
  align-self: center;
  position: absolute;
  top: 50%;
  right: 58px;
  transform: translateY(-50%);
  margin: 0 !important;
}

body.postid-14582 #product-14582 .aria_button {
  width: 34px;
  padding: 0;
  flex: 0 0 34px;
  min-height: 34px;
  margin-left: 0 !important;
  border: 1px solid rgba(16, 156, 222, 0.14) !important;
  background: #fff !important;
  color: #109cde !important;
  position: absolute !important;
  top: 50%;
  bottom: auto !important;
  left: auto !important;
  right: 16px;
  transform: translateY(-50%);
}

body.postid-14582 #product-14582 .component_filter_name::before,
body.postid-14582 #product-14582 .toggle_filter_option::before {
  display: none !important;
  content: none !important;
}

body.postid-14582 #product-14582 .aria_button::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.2s ease;
}

body.postid-14582
  #product-14582
  .component_filter:not(.closed)
  .aria_button::before {
  transform: rotate(225deg) translateY(-1px);
}

body.postid-14582 #product-14582 .component_filter_title {
  position: relative;
}

body.postid-14582
  #product-14582
  .component_filter.closed
  .component_filter_content {
  padding-bottom: 0;
}

body.postid-14582
  #product-14582
  .component_filter:not(.closed)
  .component_filter_title {
  border-bottom: 1px solid rgba(16, 156, 222, 0.1);
}

body.postid-14582 #product-14582 .component_filters_title {
  font-size: 1rem;
}

body.postid-14582 #product-14582 .component_filter_name_text {
  font-size: 0.98rem;
}

body.postid-14582
  #product-14582
  .component_filter_option.selected
  .toggle_filter_option,
body.postid-14582 #product-14582 .toggle_filter_option[aria-checked="true"] {
  box-shadow: 0 0 0 3px rgba(16, 156, 222, 0.1);
}

body.postid-14582
  #product-14582
  .component_filters.filtered
  .reset_component_filters,
body.postid-14582
  #product-14582
  .component_filters
  .active
  .reset_component_filter {
  opacity: 1;
}

body.postid-14582 #product-14582 .reset_component_filters:hover,
body.postid-14582 #product-14582 .reset_component_filter:hover,
body.postid-14582 #product-14582 .aria_button:hover {
  border-color: rgba(16, 156, 222, 0.28) !important;
  background: rgba(16, 156, 222, 0.05) !important;
}

body.postid-14582 #product-14582 .reset_component_filters:hover,
body.postid-14582 #product-14582 .reset_component_filter:hover {
  background: transparent !important;
  color: #109cde;
}

body.postid-14582 #product-14582 .component_option_thumbnails_container,
body.postid-14582 #product-14582 .summary_elements {
  display: grid;
  gap: 20px;
  align-items: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.postid-14582 #product-14582 .component_option_thumbnails {
  display: block;
  width: 100%;
  max-width: 100%;
}

body.postid-14582 #product-14582 .component_option_thumbnails_container {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  padding-right: 10px;
  width: 100%;
}

body.postid-14582 #product-14582 .summary_elements {
  grid-template-columns: 1fr;
  margin-top: 20px;
}

body.postid-14582
  #product-14582
  #composite_data_14582
  > .composite_summary
  > .summary_elements {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.postid-14582 #product-14582 .component_option_thumbnail_container,
body.postid-14582 #product-14582 .component_option_content_container,
body.postid-14582 #product-14582 .summary_element {
  width: auto !important;
  min-width: 0;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin-right: 0 !important;
  float: none !important;
  list-style: none;
}

body.postid-14582 #product-14582 .component_option_content_container {
  grid-column: 1 / -1;
  width: 100% !important;
  max-width: 100% !important;
  clear: none !important;
}

body.postid-14582 #product-14582 .component_option_thumbnail,
body.postid-14582 #product-14582 .summary_element_wrapper {
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  border: 1px solid var(--btc-border);
  border-radius: 20px;
  background: rgba(0, 170, 255, 0.03);
  box-shadow: var(--btc-shadow-soft);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

body.postid-14582 #product-14582 .component_option_thumbnail {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 14px;
  cursor: pointer;
}

body.postid-14582 #product-14582 .component_option_thumbnail:hover,
body.postid-14582
  #product-14582
  .component_option_thumbnail[aria-selected="true"] {
  border-color: var(--btc-border-strong);
  box-shadow: 0 18px 36px rgba(17, 38, 63, 0.12);
  transform: translateY(-3px);
}

body.postid-14582
  #product-14582
  .component_option_thumbnail[aria-selected="true"] {
  border-color: var(--btc-primary);
  box-shadow: 0 0 0 3px rgba(49, 144, 207, 0.12);
}

body.postid-14582 #product-14582 .thumbnail_image a,
body.postid-14582 #product-14582 .summary_element_image {
  display: block;
  width: 100%;
}

body.postid-14582 #product-14582 .thumbnail_image img,
body.postid-14582 #product-14582 .summary_element_image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border-radius: 14px;

  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 18px;
}

body.postid-14582 #product-14582 .thumbnail_description {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 18px 4px 4px;
}

body.postid-14582 #product-14582 .thumbnail_title,
body.postid-14582 #product-14582 .summary_element_content .title,
body.postid-14582 #product-14582 .summary_element_content .step_title {
  color: var(--btc-heading);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.32;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
  text-wrap: pretty;
}

body.postid-14582 #product-14582 .thumbnail_price,
body.postid-14582 #product-14582 .composite_price .price {
  color: var(--btc-primary);
  font-size: 1.35rem;
  font-weight: 800;
}

body.postid-14582
  #product-14582
  .thumbnail_price
  .woocommerce-Price-currencySymbol {
  font-size: 0.92em;
}

body.postid-14582 #product-14582 .thumbnail_buttons,
body.postid-14582 #product-14582 .summary_element_button {
  margin-top: auto;
  padding-top: 18px;
}

body.postid-14582 #product-14582 .component_option_thumbnail_select,
body.postid-14582 #product-14582 .summary_element_select,
body.postid-14582 #product-14582 .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid var(--btc-primary) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--btc-primary) !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(0, 170, 255, 0.18);
}
body.postid-14582 #product-14582 .component_option_thumbnail_select::before,
body.postid-14582 #product-14582 .summary_element_select::before,
body.postid-14582 #product-14582 .single_add_to_cart_button::before {
  content: "+";
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}

body.postid-14582 #product-14582 .component_option_thumbnail_select,
body.postid-14582 #product-14582 .summary_element_select,
body.postid-14582 #product-14582 .single_add_to_cart_button {
  gap: 6px;
}

body.postid-14582 #product-14582 .component_option_thumbnail_select {
  position: relative;
  z-index: 2;
}

body.postid-14582 #product-14582 .component_option_thumbnail_select,
body.postid-14582 #product-14582 .summary_element_select {
  min-height: 46px;
  padding: 11px 18px !important;
}

body.postid-14582 #product-14582 .single_add_to_cart_button {
  min-height: 58px;
  padding: 16px 24px !important;
  font-size: 1.05rem !important;
}

body.postid-14582 #product-14582 .component_option_thumbnail_select:hover,
body.postid-14582 #product-14582 .summary_element_select:hover,
body.postid-14582 #product-14582 .single_add_to_cart_button:hover {
  background: var(--btc-primary) !important;
  color: #fff !important;
}

body.postid-14582
  #product-14582
  .component_option_thumbnail[aria-selected="true"]
  .component_option_thumbnail_select {
  background: var(--btc-accent) !important;
}

body.postid-14582 #product-14582 .results_message {
  margin: 0;
  padding: 28px;
  border: 1px dashed var(--btc-border);
  border-radius: 20px;
  background: var(--btc-surface-alt);
  color: var(--btc-muted);
  text-align: center;
}

body.postid-14582 #product-14582 .component_summary {
  margin-bottom: 18px;
}

body.postid-14582 #product-14582 .component_summary:empty,
body.postid-14582 #product-14582 .summary_content:empty {
  display: none;
}

body.postid-14582 #product-14582 .summary_content,
body.postid-14582 #product-14582 .component_data {
  color: var(--btc-text);
}

body.postid-14582 #product-14582 .summary_content.populated {
  padding: 20px 22px;
  border: 1px solid rgba(16, 156, 222, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, #fcfeff 0%, #f7fbff 100%);
}

body.postid-14582 #product-14582 .composited_product_title_wrapper {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

body.postid-14582
  #product-14582
  .composited_product_title_wrapper
  .component_section_title {
  margin: 0;
}

body.postid-14582
  #product-14582
  .composited_product_title_wrapper
  p.component_section_title {
  color: rgba(22, 50, 79, 0.72);
  font-size: 0.92rem;
  font-weight: 700;
}

body.postid-14582 #product-14582 .composited_product_title {
  margin: 0;
  color: var(--btc-heading) !important;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 800;
}

body.postid-14582 #product-14582 .clear_component_options_wrapper {
  margin-top: 2px;
}

body.postid-14582 #product-14582 .clear_component_options {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(22, 50, 79, 0.74);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

body.postid-14582 #product-14582 .clear_component_options::before {
  content: "\21BB";
  font-size: 1rem;
  line-height: 1;
}

body.postid-14582 #product-14582 .composited_product_details_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  justify-items: center;
  align-items: start;
}

body.postid-14582 #product-14582 .composited_product_images,
body.postid-14582 #product-14582 .composited_product_image {
  margin: 0;
}

body.postid-14582 #product-14582 .composited_product_images {
  width: 100%;
  display: flex;
  justify-content: center;
}

body.postid-14582 #product-14582 .composited_product_image {
  width: min(180px, 42vw);
}

body.postid-14582 #product-14582 .composited_product_image img {
  display: block;
  width: 100%;
  border-radius: 16px;
  background: var(--btc-surface-alt);
  box-shadow: 0 12px 28px rgba(16, 156, 222, 0.08);
}

body.postid-14582 #product-14582 .details.component_data {
  width: 100% !important;
  max-width: 100%;
}
body.postid-14582 #product-14582 .attribute_options td,
body.postid-14582 #product-14582 .attribute_options > td {
  padding: 10px !important;
}

body.postid-14582 #product-14582 .details.component_data > .panel-layout,
body.postid-14582 #product-14582 .details.component_data > .panel-grid,
body.postid-14582 #product-14582 .details.component_data .panel-layout,
body.postid-14582 #product-14582 .details.component_data .panel-grid,
body.postid-14582 #product-14582 .details.component_data .panel-grid-cell,
body.postid-14582 #product-14582 .details.component_data .so-panel,
body.postid-14582 #product-14582 .details.component_data .textwidget {
  width: 100%;
  max-width: 100%;
}

body.postid-14582 #product-14582 .details.component_data .panel-grid-cell:empty,
body.postid-14582 #product-14582 .details.component_data #pgc-15352-0-1 {
  display: none !important;
}

body.postid-14582 #product-14582 .component_data table {
  width: 100% !important;
  max-width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid rgba(16, 156, 222, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: none !important;
}

body.postid-14582 #product-14582 .component_data td {
  padding: 9px 12px;
  border-bottom: 1px solid var(--btc-border);
  vertical-align: top;
  font-size: 0.95rem;
}

body.postid-14582 #product-14582 .component_data tr:first-child td {
  background: var(--btc-surface-alt);
  color: var(--btc-heading);
  font-weight: 800;
}

body.postid-14582 #product-14582 .component_data tr:last-child td {
  border-bottom: 0;
}

body.postid-14582 #product-14582 .component_data td:first-child {
  width: 42%;
  color: rgba(22, 50, 79, 0.76);
  font-weight: 600;
}

body.postid-14582 #product-14582 .variations {
  margin-top: 14px !important;
  width: 100% !important;
  max-width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(16, 156, 222, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: none !important;
  table-layout: fixed;
}

body.postid-14582 #product-14582 .variations tbody,
body.postid-14582 #product-14582 .variations tr.attribute_options {
  display: block;
  width: 100%;
  border-radius: 10px !important;
}

body.postid-14582 #product-14582 .variations tr.attribute_options {
  margin: 0;
  padding: 10px !important;
}

body.postid-14582 #product-14582 .variations tr.attribute_options td {
  display: block;
  width: 100% !important;
}

body.postid-14582 #product-14582 .variations td.label {
  padding: 8px !important;
}

body.postid-14582 #product-14582 .variations td.value {
  position: relative;
  padding: 8px !important;
}

body.postid-14582
  #product-14582
  .variations
  td.value.attention-ripple-select
  select {
  border-color: rgba(var(--btc-attention-rgb), 0.74);
  box-shadow:
    0 0 0 0 rgba(var(--btc-attention-rgb), 0.42),
    0 10px 22px rgba(var(--btc-attention-rgb), 0.2);
  animation: btc-select-ripple 1.8s ease-out infinite;
}

body.postid-14582 #product-14582 .variations td.value::after {
  content: "";
  position: absolute;
  top: 33px;
  right: 22px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #109cde;
  border-bottom: 2px solid #109cde;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

body.postid-14582 #product-14582 .variations label {
  color: var(--btc-heading);
  font-size: 0.95rem;
  font-weight: 700;
}

body.postid-14582 #product-14582 .variations select {
  width: 100%;
  padding-right: 48px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 48px;
  border: 1px solid rgba(16, 156, 222, 0.18);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(16, 156, 222, 0.06);
}

body.postid-14582 #product-14582 .reset_variations_wrapper_fixed {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  min-height: 0;
}

body.postid-14582 #product-14582 .reset_variations {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(16, 156, 222, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: rgba(22, 50, 79, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    background-color 0.2s ease;
}

body.postid-14582 #product-14582 .reset_variations::before {
  content: "\21BB";
  font-size: 0.95rem;
  line-height: 1;
}

body.postid-14582
  #product-14582
  .reset_variations:not([style*="visibility: hidden"]) {
  opacity: 1;
  visibility: visible !important;
  pointer-events: auto;
  transform: translateY(0);
}

body.postid-14582 #product-14582 .reset_variations:hover {
  border-color: rgba(16, 156, 222, 0.3);
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%);
  color: #109cde;
}

@keyframes btc-select-ripple {
  0% {
    box-shadow:
      0 0 0 0 rgba(var(--btc-attention-rgb), 0.42),
      0 10px 22px rgba(var(--btc-attention-rgb), 0.2);
  }

  70% {
    box-shadow:
      0 0 0 16px rgba(var(--btc-attention-rgb), 0),
      0 12px 26px rgba(var(--btc-attention-rgb), 0.24);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(var(--btc-attention-rgb), 0),
      0 10px 22px rgba(var(--btc-attention-rgb), 0.2);
  }
}

@keyframes btc-button-ripple {
  0% {
    opacity: 0.85;
    transform: scale(1);
  }

  70% {
    opacity: 0;
    transform: scale(1.04);
  }

  100% {
    opacity: 0;
    transform: scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.postid-14582 #product-14582 .page_button.attention-ripple-next::before,
  body.postid-14582
    #product-14582
    .variations
    td.value.attention-ripple-select
    select {
    animation: none !important;
  }
}

body.postid-14582 #product-14582 .component_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding-top: 0;
  border-top: 0;
}

body.postid-14582 #product-14582 .component_wrap .price {
  margin: 0;
  color: var(--btc-primary);
  font-size: 1.3rem;
  font-weight: 800;
}

body.postid-14582 #product-14582 .quantity_hidden {
  display: none;
}

body.postid-14582 #product-14582 .summary_element_wrapper {
  padding: 18px;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_wrapper {
  position: relative;
  border-radius: 14px;
  padding: 0;
  border: 1px solid rgba(16, 156, 222, 0.14) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_image {
  display: none;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper_outer {
  margin: 0;
  padding: 0;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_title h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(15, 51, 80, 0.84);
  font-size: 0.95rem;
  line-height: 1.28;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper_inner {
  display: grid;
  gap: 6px;
  padding: 11px 12px !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_selection,
body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_selection
  .summary_element_content {
  color: var(--btc-muted);
  font-size: 0.88rem;
}

body.postid-14582 .brandstofconfigurator-sidebar .content_product_title {
  display: block;
  margin: 0 !important;
  color: #0f3350 !important;
  font-size: 0.94rem;
  font-weight: 700 !important;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: anywhere;
}

body.postid-14582 .brandstofconfigurator-sidebar .content_product_meta {
  margin: 6px 0 0 !important;
  padding-left: 16px;
  color: var(--btc-muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_price {
  margin: 0 !important;
  color: #0f3350 !important;
  font-size: 1rem;
  line-height: 1.2;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_price *,
body.postid-14582 .brandstofconfigurator-sidebar .summary_element_price .price {
  color: #0f3350 !important;
  font-weight: 800 !important;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_button {
  padding-top: 0;
  margin-top: 0;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_select {
  width: auto;
  min-height: 0;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #109cde !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  justify-content: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_select:hover {
  background: transparent !important;
  color: var(--btc-primary-dark) !important;
}

body.postid-14582 #product-14582 .summary_element_wrapper.selected {
  border-color: rgba(16, 156, 222, 0.26) !important;
  background: linear-gradient(180deg, #ffffff 0%, #eef8ff 100%) !important;
  box-shadow: 0 14px 24px rgba(16, 156, 222, 0.1) !important;
}

body.postid-14582 #product-14582 .summary_element_wrapper.disabled {
  opacity: 0.5;
}

body.postid-14582 #product-14582 .summary_element_wrapper_inner {
  display: grid;
  gap: 14px;
}

body.postid-14582 #product-14582 .summary_element_title h3 {
  margin: 0;
  font-size: 1.15rem;
}

body.postid-14582 #product-14582 .summary_element_selection .none {
  display: none;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_selection:has(.none) {
  display: none;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_availability_text {
  display: none;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element .step_index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(16, 156, 222, 0.16);
  color: #109cde !important;
  font-size: 0.7rem !important;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(16, 156, 222, 0.06);
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element
  .step_index::after {
  display: none;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(18, 42, 66, 0.18);
  box-shadow: 0 0 0 4px rgba(18, 42, 66, 0.05);
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper.selected::before {
  background: #109cde;
  box-shadow: 0 0 0 4px rgba(16, 156, 222, 0.12);
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper.selected
  .summary_element_title
  h3 {
  color: #0f3350;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper:not(.selected) {
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(16, 156, 222, 0.09) !important;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper:not(.selected)
  .summary_element_title
  h3,
body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper:not(.selected)
  .summary_element_select {
  color: rgba(18, 42, 66, 0.72) !important;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper:not(.selected)
  .summary_element_button {
  display: none;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .widget_composite_summary_price {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 156, 222, 0.12);
}

body.postid-14582 .brandstofconfigurator-sidebar .composite_price {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  border: 1px solid rgba(16, 156, 222, 0.14);
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_elements,
body.postid-14582 .brandstofconfigurator-sidebar .summary_elements.cp_clearfix {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element,
body.postid-14582 .brandstofconfigurator-sidebar li.summary_element,
body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper_outer {
  margin: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.postid-14582 .brandstofconfigurator-sidebar .summary_element_wrapper {
  border: 1px solid rgba(16, 156, 222, 0.14) !important;
  border-radius: 14px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: none !important;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper::before,
body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper.selected::before {
  display: none !important;
  content: none !important;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper:not(.selected) {
  filter: grayscale(1) !important;
  opacity: 0.7 !important;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper.selected {
  filter: none !important;
  opacity: 1 !important;
  border-left: 4px solid #109cde !important;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .summary_element_wrapper.selected
  .summary_element_wrapper_inner {
  padding-left: 10px !important;
}

body.postid-14582 .brandstofconfigurator-sidebar .composite_price::before {
  content: "Totaal";
  color: rgba(15, 51, 80, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.postid-14582 .brandstofconfigurator-sidebar .composite_price .price {
  margin: 0 !important;
  color: #0f3350 !important;
  font-size: 1.55rem !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

body.postid-14582
  .brandstofconfigurator-sidebar
  .composite_price
  .woocommerce-Price-currencySymbol {
  font-size: 0.72em;
  vertical-align: 0.08em;
}

body.postid-14582 #product-14582 .composite_wrap {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

body.postid-14582 #product-14582 .composite_button {
  display: grid;
}

body.postid-14582 #product-14582 .composite_price .price {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
}

body.postid-14582 #product-14582 .composite_message .woocommerce-info {
  margin: 0;
  border: 1px solid var(--btc-border);
  border-radius: 18px;
  background: var(--btc-surface-alt);
}

body.postid-14582 #product-14582 .component_options_select_wrapper {
  display: none !important;
}

body.postid-14582 #product-14582 a:focus-visible,
body.postid-14582 #product-14582 button:focus-visible,
body.postid-14582 #product-14582 [role="tab"]:focus-visible,
body.postid-14582 #product-14582 [role="button"]:focus-visible {
  outline: 3px solid rgba(49, 144, 207, 0.25);
  outline-offset: 3px;
}

@media (max-width: 1200px) {
  body.postid-14582 .brandstofconfigurator-sidebar {
    flex-basis: 290px;
    min-width: 290px;
  }

  body.postid-14582 #product-14582 .component_option_thumbnails_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.postid-14582 #product-14582 .pagination_elements {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.postid-14582
    #product-14582
    #composite_data_14582
    > .composite_summary
    > .summary_elements {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  body.postid-14582 .brandstofconfigurator-layout {
    gap: 24px;
  }

  body.postid-14582 #product-14582 .composited_product_details_wrapper {
    grid-template-columns: 1fr;
  }

  body.postid-14582 #product-14582 .pagination_element .element_inner {
    min-height: 78px;
  }
}

@media (max-width: 1199px) {
  body.postid-14582 .brandstofconfigurator-layout {
    flex-direction: column;
    gap: 18px;
  }

  body.postid-14582 .brandstofconfigurator-sidebar {
    position: static;
    flex: 1 1 100%;
    min-width: 100%;
    width: 100%;
    order: 2;
  }

  body.postid-14582 .brandstofconfigurator-sidebar .summary_element_wrapper {
    overflow: hidden;
  }

  body.postid-14582
    .brandstofconfigurator-sidebar
    .summary_element_wrapper_inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    align-items: start;
  }

  body.postid-14582 .brandstofconfigurator-sidebar .summary_element_title,
  body.postid-14582 .brandstofconfigurator-sidebar .summary_element_selection,
  body.postid-14582 .brandstofconfigurator-sidebar .summary_element_price,
  body.postid-14582
    .brandstofconfigurator-sidebar
    .summary_element_availability_text {
    grid-column: 1;
  }

  body.postid-14582 .brandstofconfigurator-sidebar .summary_element_tap {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  body.postid-14582 .brandstofconfigurator-sidebar .summary_element_title h3 {
    margin: 0;
    font-size: 1rem;
  }

  body.postid-14582 .brandstofconfigurator-sidebar .summary_element_select {
    font-size: 0.78rem !important;
    white-space: nowrap;
  }

  body.postid-14582 .brandstofconfigurator-sidebar .summary_element_selection {
    min-width: 0;
  }

  body.postid-14582 .brandstofconfigurator-main {
    width: 100%;
    max-width: 100%;
    order: 1;
  }

  body.postid-14582 #product-14582 .woocommerce-product-gallery {
    position: static;
  }

  body.postid-14582 #product-14582 #composite_pagination_14582 {
    border: 1px solid var(--btc-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--btc-shadow-soft);
    overflow: hidden;
  }

  body.postid-14582
    #product-14582
    #composite_pagination_14582.btc-steps-accordion
    .btc-steps-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    color: var(--btc-heading);
    text-align: left;
  }

  body.postid-14582 #product-14582 .btc-steps-toggle-text {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  body.postid-14582 #product-14582 .btc-steps-toggle-label {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--btc-muted);
  }

  body.postid-14582 #product-14582 .btc-steps-current {
    display: block;
    min-width: 0;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.28;
    color: var(--btc-heading);
    text-wrap: pretty;
  }

  body.postid-14582 #product-14582 .btc-steps-chevron {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    color: #109cde;
  }

  body.postid-14582
    #product-14582
    #composite_pagination_14582.is-open
    .btc-steps-chevron {
    transform: rotate(225deg);
  }

  body.postid-14582
    #product-14582
    #composite_pagination_14582
    .pagination_elements_wrapper {
    padding: 0 12px 12px !important;
  }

  body.postid-14582
    #product-14582
    #composite_pagination_14582:not(.is-open)
    .pagination_elements_wrapper {
    display: none !important;
  }

  body.postid-14582 #product-14582 .pagination_elements {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    overflow: visible !important;
    padding: 0 0 4px !important;
    margin: 0 0 10px !important;
  }

  body.postid-14582 #product-14582 .pagination_element {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.postid-14582 #product-14582 .pagination_element .element_inner {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 9px !important;
    min-height: 0 !important;
    padding: 9px 12px !important;
    border-radius: 14px !important;
  }

  body.postid-14582 #product-14582 .element_index {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
    font-size: 0.82rem !important;
  }

  body.postid-14582 #product-14582 .element_link {
    display: -webkit-box !important;
    font-size: 0.84rem !important;
    line-height: 1.18 !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }

  body.postid-14582
    #product-14582
    .pagination_element:not(.pagination_element_current)
    .element_inner {
    background: #fff !important;
    box-shadow: none !important;
  }

  body.postid-14582 #product-14582 .pagination_element_current .element_inner {
    padding: 11px 12px !important;
  }

  body.postid-14582 #product-14582 .pagination_element_current .element_link {
    font-size: 0.9rem !important;
    line-height: 1.24 !important;
    -webkit-line-clamp: 2;
  }

  body.postid-14582 #product-14582 .component_option_thumbnails_container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  body.postid-14582 .site-inner {
    padding: 15px !important;
  }

  body.postid-14582 .brandstofconfigurator-layout {
    flex-direction: column;
    gap: 18px;
    padding-top: 0;
  }

  body.postid-14582 .brandstofconfigurator-sidebar {
    position: static;
    flex: 1 1 100%;
    min-width: 100%;
    order: 2;
  }

  body.postid-14582 .brandstofconfigurator-main {
    order: 1;
  }

  body.postid-14582 .woocommerce-breadcrumb {
    display: none;
  }

  body.postid-14582 #product-14582 .woocommerce-product-gallery {
    position: static;
    padding: 14px;
  }

  body.postid-14582 #product-14582 .component_option_thumbnails_container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding-right: 0;
  }

  body.postid-14582 #product-14582 #composite_pagination_14582 {
    border: 1px solid var(--btc-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--btc-shadow-soft);
    overflow: hidden;
  }

  body.postid-14582
    #product-14582
    #composite_pagination_14582.btc-steps-accordion
    .btc-steps-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    border: 0;
    background: transparent;
    color: var(--btc-heading);
    text-align: left;
  }

  body.postid-14582 #product-14582 .btc-steps-toggle-text {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  body.postid-14582 #product-14582 .btc-steps-toggle-label {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--btc-muted);
  }

  body.postid-14582 #product-14582 .btc-steps-current {
    display: block;
    min-width: 0;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.28;
    color: var(--btc-heading);
    text-wrap: pretty;
  }

  body.postid-14582 #product-14582 .btc-steps-chevron {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    color: #109cde;
  }

  body.postid-14582
    #product-14582
    #composite_pagination_14582.is-open
    .btc-steps-chevron {
    transform: rotate(225deg);
  }

  body.postid-14582
    #product-14582
    #composite_pagination_14582
    .pagination_elements_wrapper {
    padding: 0 12px 12px !important;
  }

  body.postid-14582
    #product-14582
    #composite_pagination_14582:not(.is-open)
    .pagination_elements_wrapper {
    display: none !important;
  }

  body.postid-14582 #product-14582 .pagination_elements {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    overflow: visible !important;
    padding: 0 0 4px !important;
    margin: 0 0 10px !important;
  }

  body.postid-14582 #product-14582 .pagination_element {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body.postid-14582 #product-14582 .pagination_element .element_inner {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 9px !important;
    min-height: 0 !important;
    padding: 9px 12px !important;
    border-radius: 14px !important;
  }

  body.postid-14582 #product-14582 .element_index {
    width: 28px !important;
    height: 28px !important;
    flex-basis: 28px !important;
    font-size: 0.82rem !important;
  }

  body.postid-14582 #product-14582 .element_link {
    display: -webkit-box !important;
    font-size: 0.84rem !important;
    line-height: 1.18 !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
  }

  body.postid-14582
    #product-14582
    .pagination_element:not(.pagination_element_current)
    .element_inner {
    background: #fff !important;
    box-shadow: none !important;
  }

  body.postid-14582 #product-14582 .pagination_element_current .element_inner {
    padding: 11px 12px !important;
  }

  body.postid-14582 #product-14582 .pagination_element_current .element_link {
    font-size: 0.9rem !important;
    line-height: 1.24 !important;
    -webkit-line-clamp: 2;
  }

  body.postid-14582
    #product-14582
    #composite_data_14582
    > .composite_summary
    > .summary_elements {
    grid-template-columns: 1fr;
  }

  body.postid-14582 #product-14582 .composite_component,
  body.postid-14582 #product-14582 #composite_data_14582,
  body.postid-14582 #product-14582 .woocommerce-product-gallery {
    padding: 16px;
    border-radius: 18px;
  }

  body.postid-14582 #product-14582 .product_title {
    margin-bottom: 18px;
    padding-left: 14px;
    font-size: 1.5rem !important;
    line-height: 1.06;
  }

  body.postid-14582 #product-14582 .product_title::before {
    width: 6px;
  }

  body.postid-14582 #product-14582 .component_title_wrapper,
  body.postid-14582 #product-14582 .summary_title {
    margin-bottom: 14px;
  }

  body.postid-14582 #product-14582 .step_title_text,
  body.postid-14582 #product-14582 .summary_title .step_title {
    font-size: 1.5rem !important;
  }

  body.postid-14582 #product-14582 .component_content {
    margin-bottom: 14px;
  }

  body.postid-14582 #product-14582 .component_filters {
    margin-bottom: 18px;
    padding: 12px;
    border-radius: 16px;
  }

  body.postid-14582 #product-14582 .component_filter_name {
    padding: 12px 94px 12px 14px;
  }

  body.postid-14582 #product-14582 .component_filter_content {
    padding: 0 14px 14px;
  }

  body.postid-14582 #product-14582 .component_filter_options {
    gap: 8px;
  }

  body.postid-14582 #product-14582 .component_filter_name_text,
  body.postid-14582 #product-14582 .component_filters_title {
    font-size: 0.92rem;
  }

  body.postid-14582 #product-14582 .toggle_filter_option {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 0.84rem;
  }

  body.postid-14582 #product-14582 .summary_content.populated {
    padding: 14px 16px;
    border-radius: 18px;
  }

  body.postid-14582 #product-14582 .woocommerce-error,
  body.postid-14582 #product-14582 .composite_message .woocommerce-info {
    border-radius: 16px;
  }

  body.postid-14582 #product-14582 .woocommerce-error {
    margin: 0;
    padding: 12px 14px 12px 38px;
    background: #fff8f8;
    border-color: rgba(229, 49, 56, 0.16);
  }

  body.postid-14582 #product-14582 .woocommerce-error li,
  body.postid-14582 #product-14582 .composite_message li {
    margin-bottom: 0;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  body.postid-14582 #product-14582 .clear_component_options {
    min-height: 38px;
    padding: 9px 13px !important;
    margin-bottom: 10px;
    font-size: 0.9rem !important;
  }

  body.postid-14582 #product-14582 .invalid_product_note {
    display: none;
  }

  body.postid-14582 #product-14582 .composite_navigation_inner,
  body.postid-14582 #product-14582 .component_wrap {
    align-items: stretch;
    gap: 10px;
  }

  body.postid-14582 #product-14582 .composite_navigation_inner {
    flex-direction: row;
  }

  body.postid-14582 #product-14582 .page_button {
    flex: 1 1 0;
    min-width: 0;
    min-height: 54px;
    padding: 10px 14px;
    gap: 10px;
  }

  body.postid-14582 #product-14582 .page_button_kicker {
    font-size: 0.62rem;
  }

  body.postid-14582 #product-14582 .page_button_label {
    font-size: 0.86rem;
    line-height: 1.15;
  }

  body.postid-14582 #product-14582 .page_button_arrow {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
    font-size: 1.1rem;
  }

  body.postid-14582 #product-14582 .component_wrap .price {
    font-size: 1.15rem;
  }

  body.postid-14582 #product-14582 .component_option_thumbnail,
  body.postid-14582 #product-14582 .summary_element_wrapper {
    border-radius: 16px;
  }

  body.postid-14582 #product-14582 .thumbnail_image img,
  body.postid-14582 #product-14582 .summary_element_image img {
    padding: 12px;
  }

  body.postid-14582 #product-14582 .thumbnail_description {
    gap: 8px;
    padding: 14px 0 0;
  }

  body.postid-14582 #product-14582 .thumbnail_title,
  body.postid-14582 #product-14582 .summary_element_content .title,
  body.postid-14582 #product-14582 .summary_element_content .step_title {
    font-size: 1rem;
  }

  body.postid-14582 #product-14582 .thumbnail_price {
    font-size: 1.18rem;
  }

  body.postid-14582 #product-14582 .component_option_thumbnail_select,
  body.postid-14582 #product-14582 .summary_element_select {
    min-height: 42px;
    padding: 10px 16px !important;
    font-size: 0.94rem !important;
  }
}

@media (max-width: 520px) {
  body.postid-14582 #product-14582 .component_option_thumbnails_container {
    grid-template-columns: 1fr;
  }
}

.component:not(.selection_thumbnail_hidden)
  .composited_product_details_wrapper
  > .details {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  padding: 0 !important;
  border: 0 !important;
}

.composite_navigation,
.composite_navigation > div,
.composite_navigation > div > div {
  background-color: rgba(0, 0, 0, 0) !important;
}

body.postid-14582 #product-14582 .composite_navigation_inner,
.composite_navigation,
.composite_navigation *,
.composite_navigation_inner,
.component .component_summary .content,
.composite_navigation.paged.movable .composite_navigation_inner {
  background-color: rgba(0, 0, 0, 0) !important;
}

body.postid-14582 #product-14582 .component_wrap {
  justify-content: flex-end;
}

.composite_add_to_cart_button:after {
  color: #fff !important;
}
img.summary_element_content {
  min-height: 150px;
}

.content_product_title {
  font-weight: bold !important;
  margin-bottom: -30px;
  line-height: 100%;
  color: #000 !important;
}

.content_product_meta {
  font-weight: normal !important;
  margin-top: 0px;
  font-size: 1rem;
}

.summary_element_price {
  margin-top: 20px;
  margin-bottom: -30px;
  color: #22336b !important;
}
.summary_element_price * {
  color: #22336b !important;
  font-weight: bold;
}
@media (min-width: 961px) {
  body.postid-14582
    #product-14582
    form.cart
    li.summary_element
    .summary_element_wrapper_outer
    > div {
    min-height: 490px;
  }

  body.postid-14582
    aside
    form.cart
    li.summary_element
    .summary_element_wrapper_outer
    > div {
    min-height: 0;
  }

  body.postid-14582 #product-14582 form.cart .summary_element_wrapper {
    padding: 18px;
    min-height: 501px;
  }
}
.composite_navigation.paged.standard .composite_navigation_inner {
  margin-right: -45px;
  margin-left: -20px;
}

.component_filters {
  display: none;
}

@media (max-width: 767px) {
  body.woocommerce-checkout .site-inner {
    padding: 10px !important;
  }

  body.woocommerce-checkout .content-sidebar-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  body.woocommerce-checkout .content,
  body.woocommerce-checkout .entry-content,
  body.woocommerce-checkout .woocommerce {
    min-width: 0;
  }

  body.woocommerce-checkout form.checkout.woocommerce-checkout {
    display: block;
  }

  body.woocommerce-checkout .col2-set,
  body.woocommerce-checkout #customer_details {
    display: block;
    margin: 0;
  }

  body.woocommerce-checkout .col2-set .col-1,
  body.woocommerce-checkout .col2-set .col-2,
  body.woocommerce-checkout #customer_details .col-1,
  body.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 28px;
    padding: 0;
  }

  body.woocommerce-checkout .woocommerce-billing-fields h3,
  body.woocommerce-checkout .woocommerce-shipping-fields h3,
  body.woocommerce-checkout .woocommerce-additional-fields h3,
  body.woocommerce-checkout .cm-main-label-checkout,
  body.woocommerce-checkout #order_review_heading {
    margin: 0 0 18px;
    font-size: 1.85rem;
    line-height: 1.08;
    word-break: normal;
    overflow-wrap: normal;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
  body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
  body.woocommerce-checkout .wccpd-custom-container {
    min-width: 0;
  }

  body.woocommerce-checkout form .form-row,
  body.woocommerce-checkout form .form-row-first,
  body.woocommerce-checkout form .form-row-last,
  body.woocommerce-checkout form .form-row-wide {
    float: none;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
    clear: both;
  }

  body.woocommerce-checkout form .form-row label,
  body.woocommerce-checkout .wc-block-components-text-input label,
  body.woocommerce-checkout .wc-blocks-components-select__label,
  body.woocommerce-checkout #ship-to-different-address span {
    display: block;
    font-size: 1rem;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: break-word;
  }

  body.woocommerce-checkout #billing_Bestaand_field > label,
  body.woocommerce-checkout
    #billing_Wil_je_sparren_met_onze_accountmanagers_field
    > label {
    margin-bottom: 10px;
  }

  body.woocommerce-checkout #billing_Bestaand_field .woocommerce-input-wrapper,
  body.woocommerce-checkout
    #billing_Wil_je_sparren_met_onze_accountmanagers_field
    .woocommerce-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
  }

  body.woocommerce-checkout
    #billing_Bestaand_field
    .woocommerce-input-wrapper
    .input-radio,
  body.woocommerce-checkout
    #billing_Wil_je_sparren_met_onze_accountmanagers_field
    .woocommerce-input-wrapper
    .input-radio {
    margin: 0;
  }

  body.woocommerce-checkout
    #billing_Bestaand_field
    .woocommerce-input-wrapper
    label.radio,
  body.woocommerce-checkout
    #billing_Wil_je_sparren_met_onze_accountmanagers_field
    .woocommerce-input-wrapper
    label.radio {
    display: inline-block;
    margin: 0 14px 0 -2px;
  }

  body.woocommerce-checkout form .form-row input.input-text,
  body.woocommerce-checkout form .form-row textarea,
  body.woocommerce-checkout form .form-row select,
  body.woocommerce-checkout .wc-block-components-text-input input,
  body.woocommerce-checkout .wc-blocks-components-select__select {
    width: 100%;
    min-height: 52px;
    padding: 12px 42px 12px 14px;
    font-size: 16px;
    line-height: 1.3;
    box-sizing: border-box;
  }

  body.woocommerce-checkout form .form-row textarea {
    min-height: 120px;
    padding-right: 14px;
  }

  body.woocommerce-checkout .wc-block-components-text-input,
  body.woocommerce-checkout .wc-blocks-components-select,
  body.woocommerce-checkout .wc-blocks-components-select__container,
  body.woocommerce-checkout .cm-address-fields {
    width: 100%;
    max-width: 100%;
  }

  body.woocommerce-checkout .cm-address-checkout-fee {
    margin-top: 18px;
    padding: 18px 16px;
    border: 1px solid #cfe0ee;
    border-radius: 18px;
    background: #f8fbfe;
  }

  body.woocommerce-checkout .cm-address-checkout-fee h3 {
    margin-bottom: 14px;
  }

  body.woocommerce-checkout #cm-copy-billing {
    margin-right: 8px;
  }

  body.woocommerce-checkout label[for="cm-copy-billing"] {
    display: inline;
    font-size: 0.95rem;
    line-height: 1.4;
  }

  body.woocommerce-checkout .cm-calculate-fee,
  body.woocommerce-checkout #place_order {
    width: 100%;
    min-height: 54px;
    margin-top: 12px;
  }

  body.woocommerce-checkout .cm-cost-per-unit,
  body.woocommerce-checkout #cm-distance {
    display: block;
    margin-top: 10px;
  }

  body.woocommerce-checkout #map {
    width: 100%;
    height: 220px;
    margin-top: 16px;
    border-radius: 16px;
    overflow: hidden;
  }

  body.woocommerce-checkout #order_review_heading {
    margin-top: 8px;
  }

  body.woocommerce-checkout #order_review {
    overflow: hidden;
  }

  body.woocommerce-checkout table.shop_table {
    table-layout: fixed;
  }

  body.woocommerce-checkout table.shop_table th,
  body.woocommerce-checkout table.shop_table td {
    padding: 10px 0;
    font-size: 0.95rem;
    line-height: 1.4;
    vertical-align: top;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  body.woocommerce-checkout table.shop_table .product-total,
  body.woocommerce-checkout table.shop_table td.product-total {
    width: 92px;
    text-align: right;
    padding-left: 10px;
  }

  body.woocommerce-checkout .component-name.component_table_item_indent {
    padding-left: 0;
  }

  body.woocommerce-checkout dl.component,
  body.woocommerce-checkout dl.variation {
    margin: 0;
  }

  body.woocommerce-checkout #payment {
    margin-top: 20px;
  }

  body.woocommerce-checkout #payment .payment_box,
  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
