/* Buildings visualizer tool — compact side-by-side layout (LLumar 2026) */

#inside_container.bv-visualizer-shell {
  background: #fff;
  display: block !important;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100% !important;
  padding-bottom: 2rem !important;
  padding-top: 0 !important;
  width: 100% !important;
}

#inside_container.bv-visualizer-shell #inside.bv-visualizer-inside {
  align-items: flex-start !important;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  max-width: 100% !important;
  padding: 1em 1.25em 0 !important;
  text-align: left !important;
  width: 100% !important;
}

.bv-visualizer-page {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}

.bv-visualizer-page .llumar-breadcrumb-wrap {
  margin: 0;
  max-width: none;
  padding: 0.5rem 0 0;
  text-align: left;
  width: 100%;
}

.bv-visualizer-page .cmp-breadcrumb__item-link,
.bv-visualizer-page .cmp-breadcrumb__item--active,
.bv-visualizer-page .cmp-breadcrumb__item--active span {
  text-transform: none;
}

#inside_container.bv-visualizer-shell .bv-visualizer-page h1.ppf-warranty-title {
  color: #540606 !important;
  font-family: 'Syne', sans-serif !important;
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 0 0 0.35rem !important;
  padding: 0 !important;
  text-align: left !important;
}

#inside_container.bv-visualizer-shell .bv-visualizer-page h2.bv-visualizer-family {
  color: #1b1919;
  font-family: 'Commissioner', sans-serif;
  font-size: 1rem;
  font-style: normal !important;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 1rem;
  padding: 0;
  text-align: left !important;
}

#center_container.bv-visualizer-workspace {
  margin: 0 auto;
  max-width: 75rem;
  position: relative;
  width: 100%;
}

#wrapper.bv-visualizer-layout {
  --bv-scene-height: min(46vh, 420px);
  align-items: start;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  margin: 0 auto;
  min-height: 0 !important;
  width: 100% !important;
}

.bv-visualizer-preview {
  align-self: start;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  position: sticky;
  top: 1.25rem;
  z-index: 2;
}

.bv-visualizer-preview__media {
  position: relative;
  width: 100%;
}

.bv-visualizer-preview #bg_img {
  aspect-ratio: 16 / 10;
  background-color: #f6f5f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.04);
  max-height: var(--bv-scene-height);
  min-height: 220px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bv-visualizer-preview #scene {
  display: block;
  height: 100%;
  left: 0;
  margin-top: 0 !important;
  max-height: none;
  object-fit: cover;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.8s ease;
  width: 100%;
  z-index: 1;
}

.bv-visualizer-preview #scene2 {
  display: none;
  height: 100%;
  left: 0;
  margin-top: 0 !important;
  max-height: none;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: none;
  width: 100%;
  z-index: 2;
}

.bv-visualizer-preview #film {
  display: block;
  height: 100%;
  left: 0;
  margin-top: 0 !important;
  max-height: 0;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 1.2s ease !important;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}

.bv-visualizer-preview #film.is-animating {
  max-height: 100% !important;
  visibility: visible !important;
}

.bv-visualizer-preview #scene2.is-visible {
  display: block !important;
  visibility: visible !important;
}

.bv-visualizer-preview .loader2 {
  display: none !important;
}

.bv-visualizer-preview #no_film_img {
  border-radius: 4px;
  bottom: 0.75rem;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  left: 0.75rem;
  margin: 0;
  object-fit: cover;
  position: absolute;
  top: auto;
  visibility: hidden;
  width: 3.25rem;
  z-index: 12;
}

.bv-visualizer-preview__media > .loader {
  display: none;
}

#inside_container.bv-visualizer-shell .bv-visualizer-preview__media > .loader {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

.bv-visualizer-controls .bv-accordion__trigger.vis_field {
  background: #f5f5f5 !important;
  border: none !important;
  display: flex !important;
  position: static !important;
  width: 100% !important;
  z-index: auto !important;
}

.bv-visualizer-controls .bv-accordion__trigger.vis_field .bv-accordion__label {
  line-height: 1.35;
  margin-left: 0;
}

.bv-visualizer-controls .bv-accordion__section--open .bv-accordion__trigger.vis_field {
  background: #fff !important;
}

.bv-accordion__panel.row_like_div_menu {
  display: none !important;
}

.bv-accordion__section--open .bv-accordion__panel.row_like_div_menu:not(#film_list) {
  display: block !important;
}

.bv-visualizer-preview #no_film_img:hover {
  transform: scale(2.5);
}

.bv-visualizer-disclaimer {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
  color: #540606;
  display: block;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  max-width: none !important;
  padding: 0 !important;
  text-align: center;
  width: 100% !important;
}

#inside_container.bv-visualizer-shell .bv-visualizer-disclaimer {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

/* Accordion controls — warranty-style */
.bv-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.bv-accordion__section {
  background: #fff;
  border: 1px solid #e8e6e1;
  border-radius: 0.75rem;
  overflow: hidden;
}

.bv-accordion__section--hidden {
  display: none;
}

.bv-accordion__trigger {
  align-items: center;
  appearance: none;
  background: #f5f5f5;
  border: none;
  box-sizing: border-box;
  color: #1b1919;
  cursor: pointer;
  display: flex;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  gap: 0.75rem;
  justify-content: space-between;
  line-height: 1.35;
  margin: 0;
  padding: 0.9rem 1rem;
  text-align: left;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  width: 100%;
}

.bv-accordion__trigger:hover,
.bv-accordion__trigger:focus-visible {
  background: #fbfbfb;
  outline: none;
}

.bv-accordion__section--open .bv-accordion__trigger {
  background: #fff;
  border-bottom: 1px solid #e8e6e1;
}

.bv-accordion__trigger--inactive {
  opacity: 0.85;
}

.bv-accordion__label {
  flex: 1;
  min-width: 0;
}

.bv-accordion__chevron {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%234d4d4f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  height: 0.75rem;
  transition: transform 0.2s ease;
  width: 0.75rem;
}

.bv-accordion__section--open .bv-accordion__chevron {
  transform: rotate(180deg);
}

.bv-accordion__panel {
  box-sizing: border-box;
  display: none;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.875rem;
  max-width: 100%;
  padding: 0.75rem 1rem 1rem;
  width: 100%;
}

.bv-accordion__section--open .bv-accordion__panel {
  display: block;
}

#bv_section_films.bv-accordion__section--open {
  display: flex;
  flex-direction: column;
  height: var(--bv-scene-height);
  max-height: var(--bv-scene-height);
}

#bv_section_films.bv-accordion__section--open .bv-accordion__trigger {
  flex-shrink: 0;
}

#bv_section_films.bv-accordion__section--open #film_list.bv-accordion__panel {
  box-sizing: border-box;
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  padding-bottom: 0.75rem;
  position: relative;
  width: 100%;
}

.bv-film-list-scroll-shell {
  box-sizing: border-box;
  height: calc(var(--bv-scene-height) - 3.25rem);
  max-height: calc(var(--bv-scene-height) - 3.25rem);
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bv-film-list-scroll {
  box-sizing: border-box;
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  padding-right: 0.5rem;
  position: relative;
  scrollbar-width: none;
  width: 100%;
}

.bv-film-list-scroll::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.bv-film-list-scrollbar {
  bottom: 0.125rem;
  pointer-events: none;
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
  width: 0.25rem;
  z-index: 4;
}

.bv-film-list-scroll-shell:not(.bv-film-list-scroll--can-scroll) .bv-film-list-scrollbar {
  display: none;
}

.bv-film-list-scrollbar__track {
  background: #f0efeb;
  border-radius: 999px;
  height: 100%;
  position: relative;
  width: 100%;
}

.bv-film-list-scrollbar__thumb {
  background: #b8b3ad;
  border-radius: 999px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
}

.bv-film-list-scroll-shell.bv-film-list-scroll--can-scroll::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 92%);
  bottom: 0;
  content: '';
  height: 1.25rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0.5rem;
  z-index: 3;
}

#film_list ul {
  box-sizing: border-box;
  height: auto;
  list-style-type: none;
  margin: 0;
  max-height: none;
  min-height: 0;
  overflow: visible;
  padding: 0;
  position: relative;
}

#film_list ul li {
  border-bottom: 1px solid #f0eeea;
  color: #1b1919;
  cursor: pointer;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.7rem 0;
  transition: color 0.15s ease;
}

#film_list ul li:hover {
  color: #dc2223;
}

#film_list ul li:last-child {
  border-bottom: none;
}

#techn_panel,
.bv-visualizer-preview .bv-visualizer-tech {
  background: #fff;
  border: 1px solid #e8e6e1;
  border-radius: 12px;
  box-sizing: border-box;
  color: #1b1919;
  display: block !important;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
  opacity: 1;
  padding: 1rem 1.125rem;
  pointer-events: auto;
  text-align: left;
  visibility: visible !important;
  width: 100%;
}

.bv-visualizer-tech #char_header {
  color: #1b1919;
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.5rem;
  padding: 0;
}

.bv-visualizer-tech #tech,
#char_header,
#tech {
  display: block;
  padding: 0;
}

.bv-visualizer-tech #tech .chars,
#tech .chars {
  color: #1b1919;
  display: inline;
  font-weight: 500;
}

.bv-visualizer-tech #more,
#more {
  color: #dc2223;
  cursor: pointer;
  font-weight: 500;
  margin-top: 0.75rem;
}

.bv-visualizer-tech #more a,
#more a {
  color: #dc2223 !important;
}

.bv-tech-trigger-stub {
  display: none !important;
}

#dims_cost_panel {
  padding: 0.25rem 0 0;
}

#dims_table.bv-dims-table,
#dims_table {
  border-collapse: separate;
  border-spacing: 0.625rem 0.75rem;
  font-family: 'Commissioner', sans-serif;
  margin: 0.25rem 0 0;
  table-layout: fixed;
  width: 100%;
}

#dims_table.bv-dims-table col.bv-dims-col--sqm {
  width: 0;
}

#dims_table.bv-dims-table col.bv-dims-col--delete {
  width: 1.125rem;
}

#dims_table.bv-dims-table th,
#dims_table th {
  background: transparent;
  border: none;
  color: #4d4d4f;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.35;
  padding: 0 0.15rem 0.25rem;
  text-align: center !important;
}

#dims_table.bv-dims-table tr:not(:first-child) td:not(.delete_row),
#dims_table tr:not(:first-child) td:not(.delete_row) {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #1b1919;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.35;
  min-height: 2.5rem;
  padding: 0.5rem 0.75rem;
  text-align: center !important;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  vertical-align: middle;
}

#dims_table.bv-dims-table tr:not(:first-child) td.width,
#dims_table.bv-dims-table tr:not(:first-child) td.height,
#dims_table tr:not(:first-child) td.width,
#dims_table tr:not(:first-child) td.height {
  cursor: text;
  display: table-cell !important;
  text-align: center !important;
  vertical-align: middle !important;
}

#dims_table.bv-dims-table td[id^="pcs_"],
#dims_table td[id^="pcs_"] {
  display: table-cell !important;
  padding: 0.3rem 0.5rem;
  text-align: center !important;
  vertical-align: middle !important;
}

#dims_table .bv-dims-stepper {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  justify-content: center;
  margin: 0 auto;
  min-width: 0;
}

#dims_table.bv-dims-table td[id^="pcs_"] .minus,
#dims_table.bv-dims-table td[id^="pcs_"] .bv-dims-stepper__plus,
#dims_table td[id^="pcs_"] .minus,
#dims_table td[id^="pcs_"] .bv-dims-stepper__plus {
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  float: none !important;
  height: 1.125rem;
  margin: 0 !important;
  opacity: 0.72;
  transition: opacity 0.15s ease;
  width: 1.125rem;
}

#dims_table.bv-dims-table td[id^="pcs_"] .bv-dims-stepper__minus.bv-material-icon,
#dims_table.bv-dims-table td[id^="pcs_"] .bv-dims-stepper__plus.bv-material-icon,
#dims_table td[id^="pcs_"] .bv-dims-stepper__minus.bv-material-icon,
#dims_table td[id^="pcs_"] .bv-dims-stepper__plus.bv-material-icon {
  color: #1b1919;
  font-size: 1.125rem;
  height: auto;
  line-height: 1;
  width: auto;
}

#dims_table.bv-dims-table td[id^="pcs_"] .bv-dims-stepper__minus.bv-material-icon.is-disabled,
#dims_table td[id^="pcs_"] .bv-dims-stepper__minus.bv-material-icon.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}

#dims_table.bv-dims-table td[id^="pcs_"] .quan,
#dims_table td[id^="pcs_"] .quan {
  cursor: text;
  display: block !important;
  flex: 0 1 auto;
  margin: 0 !important;
  min-width: 1.5rem;
  text-align: center !important;
}

#dims_table.bv-dims-table tr:not(:first-child) td.width:focus,
#dims_table.bv-dims-table tr:not(:first-child) td.height:focus,
#dims_table tr:not(:first-child) td.width:focus,
#dims_table tr:not(:first-child) td.height:focus {
  background: #fbfbfb;
  border-color: #dc2223;
  outline: none;
}

#dims_table.bv-dims-table td[id^="pcs_"] .minus:hover,
#dims_table.bv-dims-table td[id^="pcs_"] .bv-dims-stepper__plus:hover,
#dims_table td[id^="pcs_"] .minus:hover,
#dims_table td[id^="pcs_"] .bv-dims-stepper__plus:hover {
  opacity: 1;
}
#dims_table.bv-dims-table .delete_row,
#dims_table .delete_row {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  left: auto !important;
  max-width: 1.125rem !important;
  min-width: 0 !important;
  padding: 0.25rem 0 !important;
  position: static !important;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 1.125rem !important;
}

#dims_table.bv-dims-table .delete_row .bv-material-icon,
#dims_table .delete_row .bv-material-icon {
  color: #1b1919;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.55;
  transform: translateX(-0.5rem);
  transition: opacity 0.15s ease;
}

#dims_table.bv-dims-table .delete_row .bv-material-icon:hover,
#dims_table .delete_row .bv-material-icon:hover {
  opacity: 1;
}

.bv-visualizer-controls .add_Row,
.bv-visualizer-controls .bv-dims-action,
#add_material.bv-dims-action {
  align-items: center;
  color: #dc2223;
  cursor: pointer;
  display: flex;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  gap: 0.35rem;
  justify-content: center;
  margin: 0.35rem auto 0;
  padding: 0.35rem 0;
  width: 100%;
}

.bv-visualizer-controls .add_Row .bv-material-icon,
.bv-visualizer-controls #add_material.bv-dims-action .bv-material-icon {
  color: #dc2223;
  flex-shrink: 0;
  font-size: 1.125rem !important;
  line-height: 1 !important;
}

.bv-visualizer-controls .add_Row .bv-dims-action__label,
.bv-visualizer-controls .bv-dims-action .bv-dims-action__label,
#add_material.bv-dims-action .bv-dims-action__label {
  font-size: 0.8125rem !important;
  line-height: 1.35 !important;
  margin-left: 0 !important;
}

#add_material.bv-dims-action {
  border-color: #e8e6e1 !important;
  border-style: solid !important;
  border-width: 1px 0 !important;
  margin-top: 0.75rem !important;
  padding: 0.65rem 0 !important;
}

#add_material.bv-dims-action.is-disabled,
#add_material.bv-dims-action.is-disabled .bv-dims-action__label {
  color: #9a9590 !important;
  cursor: auto !important;
  pointer-events: none !important;
}

#add_material.bv-dims-action.is-disabled .bv-material-icon {
  color: #9a9590 !important;
  opacity: 0.65;
}

.bv-selected-films-section {
  margin-bottom: 0.75rem;
}

#selected_films_list ul,
#selected_films_list #material_list {
  list-style: none;
  margin: 0;
  max-height: 8rem;
  overflow-y: auto;
  padding: 0 0 0 0.75rem;
}

#inside_container.bv-visualizer-shell #selected_films_list #material_list {
  padding-left: 0.75rem !important;
}

.bv-visualizer-preview #scene {
  display: block !important;
  min-height: 100%;
  opacity: 1 !important;
  visibility: visible !important;
}

.bv-visualizer-preview #bg_img {
  min-height: 220px;
}

.bv-visualizer-preview #film {
  margin-top: 0;
}

#calculate_price {
  background-color: #ccc;
  border: none;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 1rem auto;
  max-width: 16rem;
  padding: 0.65rem 1.25rem;
  pointer-events: none;
  text-align: center;
  width: 100%;
}

#calculate_price[style*="EE3B33"],
#calculate_price[style*="ee3b33"] {
  background-color: #dc2223 !important;
}

#inside_container.bv-visualizer-shell #inside #message.bv-cost-message,
#inside_container.bv-visualizer-shell #inside #message.bv-cost-message * {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
  column-width: auto !important;
}

#inside_container.bv-visualizer-shell #inside #message.bv-cost-message {
  background: #f6f5f1;
  border: 1px solid #e8e6e1;
  border-radius: 8px;
  box-sizing: border-box;
  color: #1b1919;
  display: none !important;
  font-family: 'Commissioner', sans-serif;
  margin: 0.75rem 0;
  max-width: none !important;
  padding: 1rem 1.125rem !important;
  text-align: center;
  width: 100% !important;
}

#inside_container.bv-visualizer-shell #inside #message.bv-cost-message.is-visible {
  display: block !important;
}

#message.bv-cost-message .bv-cost-message__lead > div {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

#message.bv-cost-message .bv-cost-message__intro,
#message.bv-cost-message .bv-cost-message__context {
  color: #6d6762;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

#message.bv-cost-message .bv-cost-message__context {
  margin-top: 0.15rem;
}

#message.bv-cost-message #mes_description,
#message.bv-cost-message .bv-cost-message__film {
  color: #1b1919;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0.35rem 0 0;
}

#message.bv-cost-message #mes_description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#message.bv-cost-message #mes_description li {
  display: block !important;
  font-weight: 700;
  margin: 0;
}

#message.bv-cost-message .bv-cost-message__prices {
  border-top: 1px solid #e8e6e1;
  display: block !important;
  margin-top: 0.875rem;
  padding-top: 0.875rem;
}

#message.bv-cost-message .bv-cost-message__price-row {
  align-items: baseline;
  display: flex !important;
  gap: 0.2rem;
  justify-content: center;
}

#message.bv-cost-message #final_price_lian,
#message.bv-cost-message .bv-cost-message__amount {
  color: #dc2223;
  display: inline !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

#message.bv-cost-message .bv-cost-message__currency {
  color: #dc2223;
  display: inline !important;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.1;
}

#message.bv-cost-message .bv-cost-message__vat {
  color: #6d6762;
  display: block !important;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0.4rem 0 0;
  text-align: center;
}

#message.bv-cost-message #lian_price_with_vat,
#message.bv-cost-message .bv-cost-message__amount-vat {
  color: #1b1919;
  display: inline !important;
  font-size: 0.9375rem;
  font-weight: 700;
}

#message.bv-cost-message .bv-cost-message__vat .bv-cost-message__currency {
  color: #1b1919;
  font-size: 0.9375rem;
  font-weight: 700;
}

#message.bv-cost-message .bv-cost-message__vat-label {
  margin-right: 0.2rem;
}

#better_price {
  font-family: 'Commissioner', sans-serif;
  font-size: 0.875rem;
  height: auto !important;
  line-height: 1.45;
  padding: 0.5rem 0;
  text-align: left;
  width: 100%;
}

.bv-better-price {
  background: #f6f5f1;
  border: 1px solid #e8e6e1;
  border-radius: 8px;
  color: #1b1919;
  column-count: 1 !important;
  display: flex;
  flex-direction: column;
  margin-top: 0.75rem;
  padding: 1rem;
  width: 100%;
}

.bv-better-price p {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.bv-better-price p.bv-better-price__title {
  margin: 0 0 0.65rem !important;
}

.bv-better-price p.bv-better-price__intro {
  margin: 0 0 1.25rem !important;
}

.bv-better-price__title {
  color: #dc2223;
  font-family: 'Syne', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.65rem;
}

.bv-better-price__intro {
  color: #4a4542;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.45;
}

.bv-better-price__details {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
}

.bv-better-price__item {
  align-items: baseline;
  display: grid;
  gap: 0.2rem 0.75rem;
  grid-template-columns: 5.75rem 1fr;
  margin: 0;
}

.bv-better-price__item--phones {
  align-items: start;
  grid-template-columns: 5.75rem 1fr;
}

.bv-better-price__label {
  color: #6d6762;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  margin: 0;
  text-transform: uppercase;
}

.bv-better-price__value {
  color: #1b1919;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

.bv-better-price__item--phones .bv-better-price__value {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.bv-better-price__value a {
  color: #1b1919;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.bv-better-price__value a:hover {
  color: #dc2223;
}

#inside_container.bv-visualizer-shell #better_price {
  text-align: left !important;
}

#terms_info.bv-terms-section {
  border: 1px solid #e8e6e1 !important;
  border-radius: 8px;
  font-family: 'Commissioner', sans-serif;
  height: auto !important;
  margin: 0.75rem 0 0 !important;
  overflow: hidden;
  padding: 0 !important;
  width: 100% !important;
}

.bv-terms-trigger {
  align-items: center;
  appearance: none;
  background: #f5f5f5;
  border: none;
  box-sizing: border-box;
  color: #1b1919;
  cursor: pointer;
  display: flex;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  gap: 0.75rem;
  justify-content: space-between;
  line-height: 1.35;
  margin: 0;
  padding: 0.85rem 1rem;
  text-align: left;
  transition: background-color 0.2s ease;
  width: 100%;
}

.bv-terms-trigger:hover,
.bv-terms-trigger:focus-visible {
  background: #fbfbfb;
  outline: none;
}

.bv-terms-section--open .bv-terms-trigger {
  background: #fff;
  border-bottom: 1px solid #e8e6e1;
}

.bv-terms-trigger__label {
  flex: 1;
}

#inside_container.bv-visualizer-shell .bv-material-icon.material-symbols-outlined,
#inside_container.bv-visualizer-shell .bv-terms-icon.material-symbols-outlined {
  direction: ltr;
  display: inline-block;
  font-family: 'Material Symbols Outlined', sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 24;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
}

#inside_container.bv-visualizer-shell .bv-terms-icon.material-symbols-outlined {
  color: #dc2223;
  flex-shrink: 0;
}

.bv-terms-panel {
  color: #1b1919;
  display: none;
  font-size: 0.8125rem;
  line-height: 1.55;
  padding: 0.75rem 1rem 1rem;
}

.bv-terms-panel p {
  -webkit-column-count: 1 !important;
  column-count: 1 !important;
  margin: 0 0 0.75rem;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.bv-terms-panel p:last-child {
  margin-bottom: 0;
}

.bv-terms-section--open .bv-terms-panel {
  display: block;
}

#selected_films_list {
  margin: 0 !important;
  position: static !important;
  width: 100% !important;
}

.bv-visualizer-controls {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: visible;
}

#table_like_div_menu {
  border-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  position: static !important;
  width: 100% !important;
}

#add_material.bv-dims-action {
  background-color: transparent !important;
  border-color: #e8e6e1 !important;
  border-style: solid !important;
  border-width: 1px 0 !important;
  font-family: 'Commissioner', sans-serif;
  font-size: 0.8125rem !important;
  margin: 0.75rem auto 0 !important;
  padding: 0.65rem 0 !important;
  text-align: initial !important;
  width: 100% !important;
}

#add_material.bv-dims-action:not(.is-disabled) {
  color: #dc2223 !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

#add_material.bv-dims-action .bv-material-icon {
  display: block !important;
}

#dims_table.bv-dims-table,
#dims_table {
  font-size: 0.875rem !important;
  margin: 0.25rem 0 0 !important;
  width: 100% !important;
}

#dims_table.bv-dims-table tr td:not(.delete_row),
#dims_table tr td:not(.delete_row) {
  background-color: #f5f5f5 !important;
  border: 1px solid #f5f5f5 !important;
  border-radius: 0.5rem !important;
  text-align: center !important;
  width: auto !important;
}

#dims_table.bv-dims-table tr td.delete_row,
#dims_table tr td.delete_row,
#dims_table.bv-dims-table tr td.delete_row[style],
#dims_table tr td.delete_row[style] {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  left: auto !important;
  max-width: 1.125rem !important;
  min-width: 0 !important;
  padding: 0.25rem 0 !important;
  position: static !important;
  text-align: left !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
  width: 1.125rem !important;
}

#dims_table.bv-dims-table th,
#dims_table th {
  background: transparent !important;
  border: none !important;
  font-weight: 500 !important;
  text-align: center !important;
}

#inside_container.bv-visualizer-shell #inside.bv-visualizer-inside #bv_section_calc #dims_table.bv-dims-table th,
#inside_container.bv-visualizer-shell #inside.bv-visualizer-inside #bv_section_calc #dims_table.bv-dims-table td,
#inside_container.bv-visualizer-shell #inside.bv-visualizer-inside #bv_section_calc #dims_table.bv-dims-table td.width,
#inside_container.bv-visualizer-shell #inside.bv-visualizer-inside #bv_section_calc #dims_table.bv-dims-table td.height,
#inside_container.bv-visualizer-shell #inside.bv-visualizer-inside #bv_section_calc #dims_table.bv-dims-table td[id^="pcs_"],
#inside_container.bv-visualizer-shell #inside.bv-visualizer-inside #bv_section_calc #dims_table.bv-dims-table .quan {
  text-align: center !important;
}

.bv-visualizer-controls .loader {
  display: none;
}

#inside_container.bv-visualizer-shell .loader {
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}

#element_to_pop_up.bv-family-popup {
  background: #fff;
  border-radius: 12px;
  box-shadow: 4px 8px 40px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: none;
  font-family: 'Commissioner', sans-serif;
  max-height: 92vh;
  max-width: min(72rem, 96vw);
  min-height: 0 !important;
  min-width: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1.5rem 1.25rem 1.75rem;
  position: relative;
  width: min(72rem, 96vw);
}

#element_to_pop_up .bv-family-popup__close {
  appearance: none;
  background: transparent;
  border: none;
  color: #4d4d4f;
  cursor: pointer;
  font-family: 'Commissioner', sans-serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
  padding: 0.25rem;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
  z-index: 2;
}

#element_to_pop_up .bv-family-popup__close:hover,
#element_to_pop_up .bv-family-popup__close:focus-visible {
  color: #dc2223;
  outline: none;
}

#element_to_pop_up .bv-family-popup__title,
#element_to_pop_up h1.bv-family-popup__title {
  color: #540606 !important;
  font-family: 'Syne', sans-serif !important;
  font-size: clamp(1.125rem, 2.5vw, 1.5rem) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin: 0 2rem 1.25rem 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

#element_to_pop_up .bv-family-popup__cards {
  margin: 0;
  padding: 0;
  width: 100%;
}

#element_to_pop_up .ma-content-cards {
  margin: 0;
  padding: 0;
  width: 100%;
}

#element_to_pop_up .ma-content-cards__grid {
  display: grid !important;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: none;
  width: 100%;
}

#element_to_pop_up .ma-content-card {
  flex: initial;
  max-width: none;
  min-width: 0;
}

#element_to_pop_up .ma-content-card__content {
  min-height: 0;
  padding: 1rem 1rem 1.125rem;
}

#element_to_pop_up .ma-content-card__content-wrapper {
  min-height: 0;
}

#element_to_pop_up .ma-content-card__title {
  font-size: 1rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  #element_to_pop_up.bv-family-popup {
    padding: 1.75rem 1.5rem 2rem;
  }

  #element_to_pop_up .ma-content-cards__grid {
    gap: 1.25rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #element_to_pop_up .ma-content-card__content {
    padding: 1.125rem 1.125rem 1.25rem;
  }

  #element_to_pop_up .ma-content-card__title {
    font-size: 1.0625rem;
  }
}

/* Override legacy visualizer_app.css layout */
#element_to_pop_up.bv-family-popup {
  min-height: 0 !important;
  min-width: 0 !important;
  padding: 1.5rem 1.25rem 1.75rem !important;
}

#wrapper.bv-visualizer-layout,
#wrapper {
  min-height: 0 !important;
}

#table_like_div_menu {
  border-collapse: separate;
  border-spacing: 0 !important;
  display: flex !important;
  margin-top: 0 !important;
  position: static !important;
  width: 100% !important;
}

.bv-visualizer-controls .vis_field {
  background-color: transparent !important;
  border-color: transparent !important;
}

.bv-visualizer-preview #techn_panel.bv-visualizer-tech {
  background-color: #fff !important;
  border: 1px solid #e8e6e1 !important;
  display: block !important;
  height: auto !important;
  position: static !important;
  visibility: visible !important;
  width: 100% !important;
}

#dims_cost_panel,
#selected_films_list {
  background-color: transparent !important;
  border: none !important;
  height: auto !important;
  position: static !important;
  visibility: visible !important;
  width: 100% !important;
}

#film_list {
  background-color: transparent !important;
  border: none !important;
  position: static !important;
  visibility: visible !important;
  width: 100% !important;
}

#bv_section_films.bv-accordion__section--open #film_list {
  box-sizing: border-box !important;
  display: flex !important;
  flex: 1 1 auto !important;
  height: auto !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}

#bv_film_list_shell.bv-film-list-scroll-shell {
  height: calc(var(--bv-scene-height) - 3.25rem) !important;
  max-height: calc(var(--bv-scene-height) - 3.25rem) !important;
  max-width: 100% !important;
  width: 100% !important;
}

#bv_film_list_scroll.bv-film-list-scroll {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

#film_list ul {
  max-height: none !important;
  overflow: visible !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 1023px) {
  #wrapper.bv-visualizer-layout {
    --bv-scene-height: min(38vh, 320px);
    grid-template-columns: 1fr;
  }

  .bv-visualizer-preview {
    position: static;
    top: auto;
  }

  .bv-visualizer-preview #bg_img {
    max-height: var(--bv-scene-height);
  }
}

@media screen and (max-width: 767px) {
  #wrapper.bv-visualizer-layout {
    --bv-scene-height: 240px;
  }

  #inside_container.bv-visualizer-shell #inside.bv-visualizer-inside {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .bv-visualizer-preview #bg_img {
    max-height: var(--bv-scene-height);
  }

  .bv-visualizer-controls .vis_field span {
    font-size: 0.875rem;
    margin-left: 0.75rem;
  }
}

/* Decorative visualizer preview — main left, landscape thumbs stacked right */
.bv-decor-preview__stage {
  --bv-decor-stage-gap: 0.65rem;
  --bv-decor-thumb-col: clamp(9.5rem, 34%, 14rem);
  align-items: stretch;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  gap: var(--bv-decor-stage-gap);
  grid-template-columns: minmax(0, 1fr) var(--bv-decor-thumb-col);
  grid-template-rows: auto auto;
  isolation: isolate;
  max-height: none;
  min-height: 0;
  overflow: hidden;
  padding: 0.85rem;
  position: relative;
  width: 100%;
}

.bv-decor-preview__stage .bv-decor-preview__slot,
.bv-decor-preview__stage .center_img,
.bv-decor-preview__stage .left_img,
.bv-decor-preview__stage .right_img {
  border-radius: 10px !important;
  box-sizing: border-box !important;
  display: block !important;
  float: none !important;
  left: auto !important;
  margin: 0 !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none;
  transition:
    opacity 0.4s ease,
    transform 0.45s cubic-bezier(0.33, 1, 0.68, 1);
  width: 100% !important;
  will-change: transform, opacity;
}

.bv-decor-preview__stage .bv-decor-preview__base,
.bv-decor-preview__stage .bv-decor-preview__overlay {
  border-radius: 10px;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

.bv-decor-preview__stage .bv-decor-preview__base {
  opacity: 1;
  z-index: 1;
}

.bv-decor-preview__stage .bv-decor-preview__overlay {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 2;
}

.bv-decor-preview__stage .bv-decor-preview__overlay.is-visible {
  visibility: visible;
}

.bv-decor-preview__stage .center_img {
  align-self: stretch;
  box-shadow: none;
  grid-column: 1 !important;
  grid-row: 1 / -1 !important;
  height: 100% !important;
  max-height: none !important;
  opacity: 1;
  z-index: 1;
}

.bv-decor-preview__stage .left_img,
.bv-decor-preview__stage .right_img {
  aspect-ratio: 16 / 10;
  cursor: pointer;
  height: auto !important;
  max-height: none !important;
  opacity: 0.9;
  z-index: 2;
}

.bv-decor-preview__stage .left_img {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.bv-decor-preview__stage .right_img {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

.bv-decor-preview__stage.is-swapping,
.bv-decor-preview__stage.is-film-changing {
  pointer-events: none;
}

.bv-decor-preview__stage .bv-decor-preview__image--swap-out {
  opacity: 0.5;
  transform: scale(0.98);
}

.bv-decor-preview__stage .bv-decor-preview__image--swap-in {
  opacity: 1;
  transform: scale(1.01);
  z-index: 3;
}

.bv-decor-preview__stage .left_img:hover,
.bv-decor-preview__stage .right_img:hover {
  opacity: 1;
  transform: scale(1.01);
}

.bv-decor-visualizer-page .bv-visualizer-tech {
  margin-top: 0.25rem;
}

@media screen and (max-width: 1023px) {
  .bv-decor-preview__stage {
    --bv-decor-thumb-col: clamp(8rem, 36%, 12rem);
  }
}

@media screen and (max-width: 767px) {
  .bv-decor-preview__stage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    padding: 0.75rem;
  }

  .bv-decor-preview__stage .center_img {
    aspect-ratio: 16 / 10;
    grid-column: 1 / -1 !important;
    grid-row: 1 !important;
    height: auto !important;
  }

  .bv-decor-preview__stage .left_img {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .bv-decor-preview__stage .right_img {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
}
