@media (max-width: 991px) {
  #bmp-search-tpl {
    height: 55px;
    /* Maintain height in mobile */
    margin: 0 0 24px 0;
  }
}
.bmp-search-container {
  border: 1px solid #bfc8cf;
  border-radius: 50px;
  padding: 0 16px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .bmp-search-container .bmp-clear-icon-container {
    top: 30%;
  }
}
.bmp-search-container .bmp-search-input {
  border: none;
  font-size: 0.875rem;
  padding-inline-start: 35px;
  border-radius: 15px;
  padding-inline-end: 40px;
}
.bmp-search-container .bmp-search-input:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 991px) {
  .bmp-search-container .bmp-search-input {
    height: 55px;
    /* Maintain height in mobile */
  }
}
.bmp-search-container .bmp-search-button {
  border-radius: 9999px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
}
.bmp-search-container .bmp-search-button img {
  width: 12px;
  height: 12px;
}
.bmp-search-container .bmp-search-lookahead-result {
  border: 1px solid #80919f;
  left: 0;
}
.bmp-search-container .bmp-search-lookahead-result ul {
  list-style: none;
  max-height: 380px;
  padding-right: 10px;
}
.bmp-search-container .bmp-search-lookahead-result ul li a {
  grid-template-columns: auto 1fr;
  text-decoration: none;
}
.bmp-search-container .bmp-search-lookahead-result ul li a:hover {
  border: 0;
}
.bmp-search-container .bmp-search-lookahead-result ul::-webkit-scrollbar {
  width: 4px;
}
.bmp-search-container .bmp-search-lookahead-result ul::-webkit-scrollbar-track {
  background: #ebebeb;
}
.bmp-search-container .bmp-search-lookahead-result ul::-webkit-scrollbar-thumb {
  background: #e90029;
}
.bmp-search-container .bmp-search-result-link:hover {
  color: inherit;
}
.bmp-search-container .bmp-search-result-title {
  font-size: 0.875rem;
  padding-top: 8px;
  padding-bottom: 8px;
}
.bmp-search-container .not-found a {
  color: #cc0025;
  text-decoration: underline;
}
@-moz-document url-prefix() {
  .bmp-search-container .bmp-search-lookahead-result ul {
    scrollbar-width: thin;
    scrollbar-color: #e90029 #ebebeb;
  }
}

/* Purchase Partner component styles */
#bmp-purchase-partner {
  display: none;
}
@media (max-width: 991px) {
  #bmp-purchase-partner {
    height: 55px;
    /* Maintain height in mobile */
    margin-right: 0;
  }
}
.bmp-purchase-channel-container {
  border-bottom: 1px solid #bfc8cf;
  padding-left: 8px;
}
@media (max-width: 991px) {
  .bmp-purchase-channel-container {
    padding-left: 0;
  }
}
.bmp-purchase-channel-container:hover {
  border-bottom: 1px solid #e90029;
}
@media mobile {
  .bmp-purchase-channel-container {
    height: 55px;
  }
}
.bmp-purchase-channel-container label,
.bmp-purchase-option__default {
  font-size: 0.875rem;
}
.bmp-purchase-select-wrapper {
  flex: 1;
  /* Take up all remaining space */
}
/* Select value container - allow text wrapping */
.bmp-purchase-select-value {
  white-space: normal;
  /* Allow text wrapping */
  word-break: break-word;
  /* Break words if needed */
}
.bmp-purchase-select-value span:first-child {
  padding-right: 5px;
  /* Add 5px spacing between text and icon */
}
.bmp-purchase-dropdown-arrow {
  font-size: 10px;
  transition: transform 0.2s;
  width: 9px;
  height: 9px;
  border-left: 2px solid #e90029;
  border-bottom: 2px solid #e90029;
  transform: rotate(-45deg);
  margin-right: 10px;
  margin-left: 5px;
  /* Add 5px spacing between text and arrow */
  flex-shrink: 0;
  /* Prevent arrow from shrinking */
}
.bmp-purchase-dropdown-arrow.open {
  transform: rotate(135deg);
}
/* Ensure the clear icon also has proper spacing */
.bmp-purchase-clear-icon {
  margin-left: 5px;
  /* Add 5px spacing between text and clear icon */
  flex-shrink: 0;
  /* Prevent icon from shrinking */
}
.bmp-purchase-options {
  top: 100%;
  background: #ffffff;
  border: 1px solid #80919f;
  z-index: 9;
  color: #031327;
  margin-top: 30px;
}
.bmp-purchase-options ul {
  max-height: 200px;
}
.bmp-purchase-options ul::-webkit-scrollbar {
  width: 4px;
}
.bmp-purchase-options ul::-webkit-scrollbar-track {
  background: #ebebeb;
}
.bmp-purchase-options ul::-webkit-scrollbar-thumb {
  background: #e90029;
}
@-moz-document url-prefix() {
  .bmp-purchase-options ul {
    scrollbar-width: thin;
    scrollbar-color: #e90029 #ebebeb;
  }
}
.bmp-purchase-option {
  padding: 0.5rem 1rem;
  font-size: 16px;
  line-height: 24px;
  white-space: normal;
  /* Allow text wrapping in dropdown options */
  word-break: break-word;
  /* Break words if needed */
}

.bmp-config__wrapper {
  margin-bottom: 15px;
}
/* Main container using CSS Grid */
.bmp-config__main-container {
  display: flex;
  gap: 0.75rem;
  scrollbar-width: none;
}
.bmp-config__main-container + .progress-bar {
  margin-top: 40px;
}
/* Card styling with position relative for absolute positioning of content */
.bmp-config__card {
  width: calc(50% - 12px);
  border: 2px solid #80919f;
  border-radius: 10px;
  padding: 24px;
  margin-right: 10px;
  transition: border-color 0.2s ease;
}
@media (max-width: 767px) {
  .bmp-config__card {
    width: calc(90% - 12px);
    padding: 20px;
  }
}
.bmp-config__card:hover {
  border: 2px solid #4175be;
}
/* Title styling */
.bmp-config__title {
  font-size: 20px;
  line-height: 25px;
  padding-right: 35px;
}
/* Toggle section */
.bmp-config__toggle-section {
  z-index: 2;
}
/* Toggle button */
.bmp-config__toggle-button {
  background: none;
  border: none;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0;
  color: #262626;
}
.visibility-hidden {
  visibility: hidden;
  pointer-events: hidden;
}
/* Arrow styling */
.bmp-config__arrow {
  font-size: 10px;
  transition: transform 0.2s;
  width: 9px;
  height: 9px;
  border-left: 2px solid #e90029;
  border-bottom: 2px solid #e90029;
  margin-right: 20px;
  transform: rotate(-45deg);
  margin-left: 10px;
  margin-bottom: 2px;
}
.rotated {
  transform: rotate(135deg);
  margin-bottom: 0;
}
/* Toggle content - this is the key part */
.bmp-config__toggle-content {
  color: #282828;
  margin-top: 5px;
  border-radius: 5px;
  /* The hidden content */
  max-height: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
}
/* When expanded state is applied to the main container, affect all toggle contents */
.content-expanded .bmp-config__toggle-content {
  max-height: 1000px;
  /* Large enough to fit any content */
  opacity: 1;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.content-expanded .bmp-config__toggle-content::-webkit-scrollbar {
  display: none;
}
/* Line item styling */
.bmp-config__toggle-content ul {
  list-style-type: none;
}
.bmp-config__line-item {
  padding: 10px 0 !important;
  border-bottom: 1px solid #bfc8cf;
  font-size: 12px;
  line-height: 18px;
}
.bmp-config__line-item:last-child {
  border: none;
}
.bmp-config__line-price {
  width: 30%;
}
.bmp-config__toggle-content .bmp-config__line-option {
  width: 65%;
}
.bmp-config__toggle-content .bmp-config__line-price {
  width: 35%;
}
.bmp-summary-panel__price-wrapper .bmp-config__line-price {
  width: 35%;
}
.bmp-summary-panel__price-wrapper .bmp-config__line-price.text-blue {
  width: 85%;
  gap: 5px;
}
/* Selection area - covers the entire card */
.bmp-config__selection-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  /* Above the card but below the toggle button and content */
  cursor: pointer;
}
/* Add a style to show the card as selected */
.bmp-config__card.selected-card {
  border: 2px solid #4175be !important;
  box-shadow: 0 0 8px rgba(65, 117, 190, 0.2);
}
/* Updated tick icon styles - MODIFIED to align with title */
.bmp-config__card .bmp-tick-icon {
  top: 20px;
  /* Adjusted to align with title */
  right: 15px;
  transform: none !important;
  animation: none !important;
  z-index: 5;
  width: 20px;
  height: 20px;
}
/* SVG-specific styles */
.bmp-config__card .bmp-tick-icon.active circle,
.bmp-config__card:hover .bmp-tick-icon.default circle {
  fill: #4175be;
  stroke: #4175be;
}
.bmp-config__card .bmp-tick-icon.active path,
.bmp-config__card:hover .bmp-tick-icon.default path {
  stroke: white;
}
.bmp-config__card .bmp-tick-icon.default circle {
  fill: transparent;
  stroke: #262626;
}
.bmp-config__card .bmp-tick-icon.default path {
  stroke: #262626;
}
.bmp-config__card .bmp-tick-icon.active {
  animation: configPulseColor 0.3s forwards;
}
/* NEW: Helper text for deselection instructions */
.bmp-config__helper-text {
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  gap: 5px;
}
.bmp-config__helper-icon {
  color: #666666;
}

.bmp-accordion-section {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-accordion-section {
    margin-bottom: 1.5rem;
  }
}
.bmp-accordion-section.active .bmp-accordion-section__header {
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}
.bmp-accordion-section.active .bmp-accordion-section__content {
  display: block;
  border-radius: 0 0 8px 8px;
  padding-left: 16px;
  padding-right: 16px;
}
.bmp-accordion-section.active .bmp-accordion-section__arrow-icon {
  transform: rotate(180deg);
}
.bmp-accordion-section.disabled {
  opacity: 0.6;
}
.bmp-accordion-section.disabled .bmp-accordion-section__header {
  background-color: #f5f5f5;
}
.bmp-accordion-section option:disabled,
.bmp-accordion-section button:disabled {
  color: #97999b;
  background-color: #f7f7f7;
  cursor: not-allowed;
}
/* Updated arrow icon using SVG */
.bmp-accordion-section__arrow-icon {
  width: 16px;
  height: 10px;
  margin-right: 16px;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  /* Prevent the arrow from shrinking */
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-accordion-section__arrow-icon {
    width: 12px;
    height: 7.4px;
    margin-top: 8px;
    margin-right: 24px;
  }
}
.bmp-accordion-section__arrow-icon path {
  stroke-width: 2.5;
}
.bmp-accordion-section__header {
  border-radius: 8px;
  min-height: 89px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-accordion-section__header {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    padding: 8px;
    min-height: 51px;
  }
}
.bmp-accordion-section__header.not-clickable {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.bmp-accordion-section__header-text {
  font-size: 20px;
  line-height: 25px;
  color: #373a36;
  display: flex;
  align-items: center;
  word-break: break-word;
  /* Allow text to break naturally */
}
.bmp-accordion-section__header-text span {
  flex: 1;
  /* Allow the text to take up available space */
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-accordion-section__header-text {
    font-size: 1.125rem;
    line-height: 1.688rem;
    align-items: normal;
  }
}
.bmp-accordion-section__content {
  padding: 0 12px 16px 12px;
  border: 1px solid #f1f2f4;
  border-top: 0;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-accordion-section__content {
    padding: 0;
    border: 0;
  }
}
.bmp-accordion-section__content .animate-pulse > div {
  width: 360px;
  border: 1px solid #80919f;
  border-radius: 10px;
  padding: 20px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-accordion-section.second-accordion .bmp-accordion-section__header {
    border-bottom: 1px solid #f1f2f4;
  }
}

* {
  box-sizing: border-box;
}
.bmp_column_container .column-control .column-wrapper {
  margin: auto;
  max-width: 87.2%;
}
@media only screen and (min-width: 768px) {
  .bmp_column_container .column-control .column-wrapper {
    max-width: 91.67%;
  }
}
@media only screen and (min-width: 1280px) {
  .bmp_column_container .column-control .column-wrapper {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1680px) {
  .bmp_column_container .column-control .column-wrapper {
    max-width: 1400px;
  }
}
.build-my-product {
  /*** Styles for BMP ERROR PAGE STARTS HERE ****/
  /*** Styles for BMP ERROR PAGE ENDS HERE ****/
}
@media (max-width: 991px) {
  .build-my-product {
    background-image: none;
  }
}
.build-my-product button {
  cursor: pointer;
}
.build-my-product .delivery-help {
  display: inline-block;
  cursor: pointer;
}
.build-my-product .buynow-delivery-text {
  font-size: 0.87rem;
  font-weight: 400;
}
.build-my-product .contact-dropdown .dropdown-link {
  color: #262626;
  margin-left: 4px;
}
.build-my-product .dropdown-menu {
  color: #262626;
  font-size: 14px;
}
.build-my-product .dropdown-menu h3 {
  font-size: 1.125em;
  margin: 1em 0;
  line-height: 1.3;
  font-style: normal;
  letter-spacing: 0em;
}
.build-my-product .dropdown-menu ul {
  padding-left: 1.5rem;
}
.build-my-product .dropdown-menu ul li {
  list-style-type: disc;
  line-height: 21px;
}
.build-my-product .contact-dropdown,
.build-my-product .help-dropdown,
.build-my-product .soldby-online .delivery-dropdown {
  display: inline-block;
}
.build-my-product .dropdown > .dropdown-menu {
  position: absolute;
  z-index: 10;
  padding: 20px;
  border: 1px solid #707070;
  margin-top: 12px;
  background: white;
  left: 0;
  color: #262626;
  width: 450px;
}
.build-my-product .dropdown-menu {
  display: block !important;
}
.build-my-product .dropdown:not(.open-menu) > .dropdown-menu {
  display: none !important;
}
.build-my-product .dropdown-tip {
  position: absolute;
  top: -11px;
}
.build-my-product .dropdown-tip::before {
  position: absolute;
  top: 0;
  left: -12px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #707070;
  border-left: 11px solid transparent;
  content: '';
}
.build-my-product .dropdown-tip::after {
  position: absolute;
  top: 2px;
  left: -11px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  content: '';
}
.build-my-product .chevron::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  left: 0.15em;
  position: relative;
  top: 0.05em;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.5em;
  margin-right: 0.25em;
  margin-left: 0.3em;
  border-color: #e90029;
}
.build-my-product .chevron.right::before {
  left: -0.1em;
  top: -0.1em;
  transform: rotate(45deg);
}
.build-my-product .buynow-contact .chevron::before,
.build-my-product .buynow-container .chevron::before,
.build-my-product .contact-dropdown .chevron::before,
.build-my-product .chevron.bottom::before {
  top: -0.25em;
  transform: rotate(135deg);
}
.build-my-product .chevron.left::before {
  left: 0.1em;
  top: -0.1em;
  transform: rotate(-135deg);
}
.build-my-product .bmp-Htitle {
  color: #30578d;
  font-size: 48px;
  line-height: 60px;
  width: 100%;
}
@media (max-width: 991px) {
  .build-my-product .bmp-Htitle {
    font-size: 28px;
    line-height: 35px;
  }
}
.build-my-product .bmp-page-title {
  font-size: 2rem;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .build-my-product .bmp-page-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.build-my-product .bmp-main-error .bmp-main-error__desc-container {
  height: 60vh;
}
.build-my-product .bmp-main-error .bmp-main-error_desc {
  font-size: 1.25rem;
}
.build-my-product .bmp-main-error .bmp-main-error_desc a {
  color: #262626;
  text-decoration: underline;
}
.bmp-required-icon {
  color: #e90029;
}
.bmp-required-section {
  /* Reset button styles */
  /*** Styles for BMP ERROR PAGE ENDS HERE ****/
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-required-section {
    display: block;
  }
}
.bmp-required-section .bmp-required-text {
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 991px) {
  .bmp-required-section .bmp-required-text {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-required-section .bmp-required-text {
    padding-bottom: 12px;
  }
}
.bmp-required-section .bmp-required-section__reset-btn {
  border-radius: 50px;
  color: #262626;
  transition: all 0.3s ease;
  font-size: 16px;
  min-width: 165px;
}
.bmp-required-section .bmp-required-section__reset-icon {
  width: 24px;
  height: 24px;
  color: #262626;
}
.bmp-reset-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  /* Column 1: Warning Icon */
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-reset-overlay {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.bmp-reset-overlay .bmp-reset-overlay__error-box {
  background-color: #fdf3e7;
  border-radius: 8px;
  width: 600px;
  grid-template-columns: auto 1fr auto;
}
@media (max-width: 991px) {
  .bmp-reset-overlay .bmp-reset-overlay__error-box {
    width: 90%;
    max-width: 480px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-reset-overlay .bmp-reset-overlay__error-box {
    width: 100%;
  }
}
.bmp-reset-overlay .bmp-reset-overlay__warning-icon-column {
  padding-top: 2px;
}
.bmp-reset-overlay .bmp-reset-overlay__title {
  font-size: 20px;
  line-height: 30px;
  color: #613305;
}
.bmp-reset-overlay .bmp-reset-overlay__description {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #613305;
  margin: 8px 0 16px 0;
}
.bmp-reset-overlay .bmp-reset-overlay__cancel-link {
  color: #613305;
  padding: 8px 16px;
}
.bmp-reset-overlay .bmp-reset-overlay__cancel-link:hover {
  text-decoration: underline;
}
.bmp-reset-overlay .bmp-reset-overlay__continue-button {
  color: #613305;
  min-width: 120px;
  background: transparent;
  border: 1px solid #613305;
  border-radius: 50px;
  padding: 3px 16px;
  transition: background-color 0.2s, color 0.2s;
}
.bmp-reset-overlay .bmp-reset-overlay__continue-button:hover {
  background-color: #613305;
  color: #ffffff;
}
.bmp-reset-overlay .bmp-reset-overlay__close-button {
  background: transparent;
  border: none;
  color: #613305;
  font-size: 18px;
  height: 24px;
  width: 24px;
}
.bmp-main-container {
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .bmp-main-container {
    padding-bottom: 20vh;
    gap: 20px;
  }
}
.bmp-top-container {
  margin-bottom: 20px;
  gap: 24px;
}
@media (max-width: 991px) {
  .bmp-top-container {
    gap: 20px;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-top-container {
    margin-bottom: 12px;
  }
}
.bmp-fixed-specifications p {
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 10px;
}
.bmp-fixed-specifications ul li {
  font-size: 14px;
  line-height: 21px;
  padding-right: 5px;
}
.bmp-confirm-btn-container {
  flex: 1;
  margin-top: 20px;
}
.bmp-confirm-btn-container button {
  background-color: #e90029;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 16px;
}
.bmp-confirm-btn-container button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.bmp-left-section {
  padding: 24px 0 10px 0;
  width: 66%;
  background: #ffffff;
  transition: all 0.3s ease;
  /* Base select styling */
  /* Remove default dropdown arrow in IE10+ */
  /* Remove default focus styling */
  /* Ensure icons display correctly */
  /* Ensure proper positioning and appearance in all browsers */
}
@media (max-width: 991px) {
  .bmp-left-section {
    width: 100%;
    display: block;
    padding: 16px 2px 10px 2px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-attribute-container {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-attribute-button__inner-container {
    gap: 8px;
  }
}
.bmp-left-section .bmp-attribute-label {
  line-height: 1.4rem;
  cursor: default;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-attribute-label {
    margin-bottom: 8px;
  }
}
.bmp-left-section .bmp-attribute-label .bmp-attribute-label__text {
  font-size: 12px;
  line-height: 18px;
  color: #262626;
}
.bmp-left-section .bmp-attribute-label__required-text {
  font-size: 0.875rem;
  line-height: 1.313rem;
  color: #c83737;
  margin-left: 8px;
  transition: opacity 0.2s ease;
}
.bmp-left-section .bmp-attribute-button {
  /* Fixed width for 4 buttons per row with gap */
  flex: 0 0 calc(22.6%);
  max-width: calc(22.6%);
  /* Text handling with wrapping and ellipsis */
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow: visible;
  text-overflow: unset;
  /* Base styling */
  padding: 5px 35px 5px 10px;
  border: 1px solid #80919f;
  color: #262626;
  border-radius: 12px;
  background: #ffffff;
  box-sizing: border-box;
  font-size: 1rem;
  /* Add this to maintain space for a 2px border */
  box-shadow: 0 0 0 1px transparent;
  /* Keep your responsive styles as they were */
}
.bmp-left-section .bmp-attribute-button.selected {
  /* Instead of changing the border width, use a transparent 1px border and add a 1px box-shadow */
  border: 1px solid #4175be;
  box-shadow: 0 0 0 1px #4175be;
}
.bmp-left-section .bmp-attribute-button:disabled:hover {
  border: 1px solid #80919f;
  box-shadow: 0 0 0 1px transparent;
}
.bmp-left-section .bmp-attribute-button:disabled:hover {
  border: 1px solid #80919f;
  box-shadow: 0 0 0 1px transparent;
}
@media (max-width: 1180px) {
  .bmp-left-section .bmp-attribute-button {
    flex: 0 0 calc(30.333%);
    max-width: calc(30.333%);
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-attribute-button {
    flex: 0 0 calc(45%);
    max-width: calc(45%);
  }
}
@media (max-width: 480px) {
  .bmp-left-section .bmp-attribute-button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.bmp-left-section .bmp-attribute-button-content {
  padding-right: 2px;
}
.bmp-left-section .bmp-custom-select {
  /* The critical part: remove default styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #80919f;
  color: #262626;
  border-radius: 8px;
  background: #ffffff;
  padding-bottom: 5px;
  padding-top: 5px;
}
.bmp-left-section .bmp-custom-select::-ms-expand {
  display: none;
}
.bmp-left-section .bmp-custom-select:focus,
.bmp-left-section .bmp-custom-select.selected {
  outline: none;
  border: 1px solid #4175be;
  box-shadow: 0 0 0 1px #4175be;
}
.bmp-left-section .bmp-select-icon,
.bmp-left-section .bmp-select-clear {
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.bmp-left-section .bmp-select-clear {
  z-index: 2;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) or
    (appearance: none) {
  .bmp-custom-select {
    background-image: none;
  }
}
.bmp-left-section .bmp-model-results {
  background-color: #f7f7f7;
  padding: 24px 12px;
  border-radius: 12px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-model-results {
    padding: 12px;
  }
}
.bmp-left-section .bmp-model-results.bmp-mpdel-results--no-cards {
  padding: 12px;
}
.bmp-left-section .bmp-model-results .bmp-model-results__card-results {
  scrollbar-width: none;
  margin-top: 24px;
}
.bmp-left-section .bmp-model-results .bmp-model-results__card {
  border: 2px solid #80919f;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: calc(50% - 12px);
  border-radius: 12px;
  height: 135px;
  padding: 24px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-model-results .bmp-model-results__card {
    width: calc(90% - 12px);
  }
  .bmp-left-section .bmp-model-results .bmp-model-results__card.single {
    width: 100%;
  }
}
.bmp-left-section .bmp-model-results .bmp-model-results__card.selected,
.bmp-left-section .bmp-model-results .bmp-model-results__card:hover {
  border: 2px solid #4175be !important;
}
.bmp-left-section .bmp-model-results .bmp-model-results__card .bmp-tick-icon {
  position: absolute;
  top: 24px;
  right: 15px;
  transform: none;
  animation: none;
}
.bmp-left-section .bmp-model-results .bmp-model-results__card .bmp-model-results__card-modelno {
  text-overflow: ellipsis;
  line-height: 1.563rem;
  font-size: 1.25rem;
  padding-right: 25px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-model-results .bmp-model-results__card .bmp-model-results__card-modelno {
    font-size: 1.125rem;
    line-height: 1.688rem;
  }
}
.bmp-left-section .bmp-model-results .bmp-model-results__card .bmp-model-results__card-title {
  font-size: 0.875rem;
  line-height: 1.313rem;
  padding-top: 20px;
  color: #4d4d4d;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-model-results .bmp-model-results__card .bmp-model-results__card-title {
    padding-top: 8px;
  }
}
.bmp-left-section .bmp-reset-btn-container {
  flex: 1;
}
.bmp-left-section .bmp-next-button-container {
  margin-top: 8px;
  width: 75%;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-next-button-container {
    width: 100%;
    /* Full width on mobile */
    flex-direction: column;
    gap: 15px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.bmp-left-section .bmp-next-status {
  font-size: 14px;
  line-height: 21px;
  color: #262626;
  margin-right: 15px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-next-status {
    margin-right: 0;
  }
}
.bmp-left-section .bmp-next-checkmark {
  margin-right: 8px;
  color: #e90029;
}
.bmp-left-section .bmp-btn-checkmark {
  margin-right: 8px;
}
.bmp-left-section .bmp-confirm-btn {
  background-color: #e90029;
  color: #ffffff;
  border: none;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 16px;
  min-width: 100px;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-left-section .bmp-confirm-btn {
    width: 100%;
  }
}
.bmp-left-section .next-btn-disabled {
  background-color: #f7f7f7;
  color: #97999b;
  cursor: not-allowed;
  font-weight: 600;
}
.bmp-left-section .next-btn-ready {
  background-color: #e90029;
  color: #ffffff;
}
.bmp-left-section .next-btn-confirmed:disabled,
.bmp-left-section .next-btn-confirmed {
  background-color: #ffffff;
  color: #262626;
  border: 1px solid #000000;
  font-weight: 600;
}
/*** BMP Summary Panel ***/
.bmp-summary-panel {
  padding: 10px 0;
  width: 31%;
  margin-top: 55px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .bmp-summary-panel {
    width: 100%;
    display: block;
  }
}
.bmp-summary-panel img {
  mix-blend-mode: multiply;
  width: 100%;
}
.bmp-summary-panel .bmp-summary-panel__config-details {
  margin: 28px 0;
}
.bmp-summary-panel .bmp-summary-panel__title {
  font-size: 1.5rem;
  color: #373a36;
  margin-bottom: 8px;
  margin-top: 24px;
}
.bmp-summary-panel .bmp-summary-panel__model {
  font-size: 0.875rem;
  line-height: 1.313rem;
}
.bmp-summary-panel a.bmp-summary-panel__model {
  text-decoration: underline;
}
.bmp-summary-panel .bmp-summary-panel__attr-wrapper {
  border-bottom: 1px dotted #bfc8cf;
  position: relative;
}
.bmp-summary-panel .bmp-summary-panel__none-available {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666666;
}
.bmp-summary-panel .bmp-summary-panel__btn-primary {
  padding: 12px 24px;
  background: #000000;
  color: #ffffff;
  border-radius: 50px;
  font-size: 1rem;
  text-decoration: none;
  border: 0;
  width: 50%;
}
.bmp-summary-panel .bmp-summary-panel__btn-primary.bg-red {
  background: #e90029;
}
.bmp-summary-panel .bmp-summary-panel__btn-primary:disabled,
.bmp-summary-panel .bmp-summary-panel__btn-primary.disabled {
  color: #97999b;
  background-color: #f7f7f7;
  cursor: not-allowed;
}
.bmp-summary-panel .has-discount .bmp-summary-panel__btn-primary {
  width: auto;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-summary-panel .has-discount .bmp-summary-panel__btn-primary {
    width: 100%;
  }
}
.bmp-summary-panel sup {
  font-size: 0.75em;
  vertical-align: super;
  line-height: 0;
}
.bmp-summary-panel .bmp-summary-panel__disclaimer {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #4d4d4d;
  padding-top: 12px;
}
.bmp-summary-panel .bmp-summary-panel__disclaimer sup {
  padding-right: 2px;
}
.bmp-summary-panel .bmp-summary-panel__delete-btn {
  width: 24px;
  height: 24px;
  background-color: transparent;
  color: #262626;
  border: none;
  transition: color 0.2s ease;
}
.bmp-summary-panel .bmp-summary-panel__delete-btn:hover {
  color: #e90029;
}
.bmp-summary-panel__carousel-main .slick-slide {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100% !important;
}
.bmp-summary-panel__carousel-main .slick-track {
  width: 100% !important;
}
@media (max-width: 991px) {
  .bmp-summary-panel__carousel-main .slick-track {
    width: 344px !important;
  }
}
.bmp-summary-panel__carousel-main .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.bmp-summary-panel__carousel-main:not(.slick-fade) .slick-list,
.bmp-summary-panel__carousel-main:not(.slick-fade) .slick-track {
  width: 100% !important;
}
.bmp-summary-panel__carousel-main:not(.slick-fade) .slick-track {
  display: flex !important;
  align-items: center;
  transform: translate3d(0, 0, 0) !important;
  left: 0 !important;
}
.bmp-summary-panel__carousel-main:not(.slick-fade) .slick-slide {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.bmp-summary-panel__carousel-main.slick-fade .slick-list,
.bmp-summary-panel__carousel-main.slick-fade .slick-track {
  width: 100% !important;
}
.bmp-summary-panel__carousel-main.slick-fade .slick-track {
  display: block !important;
  transform: none !important;
  left: 0 !important;
}
.bmp-summary-panel__carousel-main.slick-fade .slick-slide {
  position: relative !important;
  width: 100% !important;
  left: 0 !important;
}
.bmp-summary-panel__carousel-thumbnails {
  width: calc(100% - 132px);
}
@media (max-width: 991px) {
  .bmp-summary-panel__carousel-thumbnails {
    width: calc(100% - 150px);
  }
}
@media (min-width: 1680px) {
  .bmp-summary-panel__carousel-thumbnails {
    width: calc(100% - 150px);
  }
}
.bmp-summary-panel__selected-item .slick-track {
  transform: none !important;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  margin-left: 0;
}
.bmp-summary-panel__selected-item .thumbnail {
  max-width: 40px;
  width: 40px !important;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 5px;
  display: flex !important;
  border-color: #80919f;
  margin-right: 8px;
}
.bmp-summary-panel__selected-item .thumbnail img {
  width: 40px !important;
  height: 24px !important;
}
.bmp-summary-panel__selected-item .thumbnail.slick-current {
  border-color: #e90029;
}
.bmp-summary-panel__selected-item .bmp-summary-panel__attributes-grid {
  gap: 0.75rem 1.5rem;
}
.bmp-summary-panel__selected-item .bmp-summary-panel__attributes-grid .bmp-summary-panel__attribute-name {
  color: #262626;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.bmp-summary-panel__selected-item .bmp-summary-panel__attributes-grid .bmp-summary-panel__attribute-name::after {
  content: '*';
  color: #e90029;
  margin-left: 3px;
}
.bmp-summary-panel__selected-item .bmp-summary-panel__attributes-grid .bmp-summary-panel__attribute-value {
  color: #4d4d4d;
  font-size: 0.875rem;
  line-height: 1.313rem;
}
@media only screen and (min-width: 1025px) {
  .bmp-summary-panel__selected-item .collapsed-desktop {
    border-top: 1px solid #bfc8cf;
  }
}
@media only screen and (min-width: 992px) {
  .bmp-summary-panel__selected-item .collapsed-desktop .bmp-summary-panel__btn-container {
    display: none;
  }
}
/** Summary Panel for mobile view **/
.fullViewSvg,
.closeFullView,
.fullView-mobile {
  display: none;
}
@media (max-width: 991px) {
  .bmp-summary-panel__carousel {
    position: relative;
  }
  .bmp-summary-panel__carousel::after {
    content: '';
    display: block;
    border-bottom: 1px solid #bfc8cf;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
  }
  .closeFullView {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #80919f;
    border-radius: 9999px;
    width: 40px;
    height: 40px;
  }
  .fullViewSvg {
    display: flex;
    justify-content: center;
  }
  .bmp-summary-panel__config-details,
  .bmp-summary-panel__btn-container,
  .bmp-summary-panel__disclaimer,
  .bmp-summary-panel__reset-state .bmp-summary-panel__carousel-main,
  .bmp-summary-panel__btn-container.distributor-quote,
  .bmp-summary-panel__exploreAll,
  .bmp-summary-panel__eProcMessage {
    display: none;
  }
  .collapsed-desktop .bmp-summary-panel__btn-container {
    display: flex;
    position: absolute;
    width: 96%;
    bottom: 0;
  }
  .bmp-summary-panel {
    position: fixed;
    left: 0;
    top: calc(80vh);
    width: 100%;
    height: 20vh;
    background: #fff;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.5);
    padding: 12px;
    z-index: 10;
    margin-top: 0;
    border-radius: 12px 12px 0;
  }
  .bmp-summary-panel.openFullView {
    height: 100vh;
    height: 100dvh;
    top: 0;
    bottom: auto;
    padding: 24px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    z-index: 999;
  }
  .bmp-summary-panel.openFullView .closeFullView {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bmp-summary-panel.openFullView .fullViewSvg,
  .bmp-summary-panel.openFullView .collapsed-desktop {
    display: none;
  }
  .bmp-summary-panel.openFullView .fullView-mobile {
    display: flex;
    position: relative;
  }
  .bmp-summary-panel.openFullView .fullView-mobile .bmp-summary-panel__title {
    width: 85%;
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 20px;
  }
  .bmp-summary-panel.openFullView .bmp-summary-panel__selected-item .bmp-summary-panel__carousel {
    display: flex;
  }
  .bmp-summary-panel.openFullView .bmp-summary-panel__config-details,
  .bmp-summary-panel.openFullView .bmp-summary-panel__disclaimer,
  .bmp-summary-panel.openFullView .bmp-summary-panel__reset-state .bmp-summary-panel__carousel-main,
  .bmp-summary-panel.openFullView .distributor-quote,
  .bmp-summary-panel.openFullView .bmp-summary-panel__exploreAll,
  .bmp-summary-panel.openFullView .bmp-summary-panel__eProcMessage {
    display: block;
  }
  .bmp-summary-panel.openFullView .bmp-summary-panel__btn-container {
    display: flex;
  }
  .bmp-summary-panel.openFullView .bmp-summary-panel__btn-container.has-discount {
    justify-content: end;
  }
  .bmp-summary-panel .bmp-summary-panel__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5em;
    margin-top: 15px;
  }
  .bmp-summary-panel__selected-item .bmp-summary-panel__carousel {
    display: none;
  }
  .bmp-main-container .bmp-summary-panel__exploreAll {
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-summary-panel {
    top: calc(74vh);
    width: 100%;
    height: 26vh;
  }
  .bmp-summary-panel .bmp-summary-panel__title {
    font-size: 20px;
    line-height: 25px;
  }
  .bmp-summary-panel.summary-distributor-quote {
    top: calc(70vh);
    width: 100%;
    height: 30vh;
  }
  .bmp-summary-panel.summary-distributor-quote.openFullView {
    height: 100vh;
    top: 0;
  }
}
@media (max-width: 380px) {
  .bmp-summary-panel .bmp-summary-panel__title {
    -webkit-line-clamp: 1;
  }
}
.pricing-items ul {
  list-style: none;
}
.pricing-items p.bmp-config__line-item {
  padding-bottom: 0 !important;
  border-bottom: 0;
}
.pricing-items .bmp-config__line-item {
  color: #262626;
}
.bmp-summary-panel__attr-wrapper .pricing-items li.bmp-config__line-item:first-child {
  padding-top: 4px !important;
}
.bmp-summary-panel__price-wrapper {
  border-bottom: 0;
  padding: 15px 0;
  margin-top: 12px;
}
/* CSS for Tick Icon with Circle */
/* CSS for Tick Icon with Circle - replace in bmp.less file */
/* Base tick icon style - always visible with circle */
.bmp-tick-icon {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  min-width: 20px;
  transition: all 0.2s ease;
}
.bmp-tick-icon.active circle {
  fill: #4175be;
  stroke: #4175be;
}
.bmp-tick-icon.active path {
  stroke: #ffffff;
}
.bmp-tick-icon.default circle {
  fill: transparent;
  stroke: #262626;
}
.bmp-tick-icon.default path {
  stroke: #262626;
}
.bmp-tick-icon.disabled circle {
  fill: #f5f5f5;
  stroke: #97999b;
}
.bmp-tick-icon.disabled path {
  stroke: #97999b;
}
.bmp-model-results__card:hover .bmp-tick-icon.default circle {
  fill: #4175be;
  stroke: #4175be;
}
.bmp-model-results__card:hover .bmp-tick-icon.default path {
  stroke: #ffffff;
}
.bmp-attribute-button:hover {
  border: 1px solid #4175be;
  box-shadow: 0 0 0 1px #4175be;
}
.bmp-attribute-button:hover .bmp-tick-icon.default circle {
  fill: #4175be;
  stroke: #4175be;
}
.bmp-attribute-button:hover .bmp-tick-icon.default path {
  stroke: #ffffff;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .bmp-summary-panel__carousel-main {
    min-height: 170px;
    max-height: 210px;
  }
}
.bmp-summary-panel__carousel {
  overflow: hidden;
}
@media only screen and (min-width: 1281px) {
  .bmp-summary-panel__carousel-main {
    min-height: 190px;
    max-height: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .bmp-summary-panel__btn-container {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .bmp-summary-panel__btn-container.has-discount {
    justify-content: end;
  }
  .bmp-summary-panel .bmp-summary-panel__btn-primary {
    min-width: calc(50% - 12px);
    max-width: 100%;
    white-space: nowrap;
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  /* Responsive styles for distributor quote buttons */
  .bmp-summary-panel__btn-container.distributor-quote {
    display: block;
  }
  .bmp-summary-panel__btn-container.distributor-quote .bmp-summary-panel__btn-primary,
  .bmp-summary-panel__btn-container.distributor-quote a {
    width: 100%;
    /* Use !important to override any inline styles */
    text-align: center;
    display: block;
  }
  .bmp-summary-panel__btn-container.distributor-quote .bmp-summary-panel__btn-primary {
    margin-top: 20px;
  }
  .bmp-summary-panel.openFullView.summary-distributor-quote .bmp-summary-panel__btn-container {
    display: block;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .collapsed-desktop .bmp-summary-panel__btn-container.distributor-quote {
    display: block;
  }
  /* Responsive styles for distributor quote buttons */
  .bmp-summary-panel__btn-container.distributor-quote .bmp-summary-panel__btn-primary,
  .bmp-summary-panel__btn-container.distributor-quote a {
    width: 100%;
    /* Use !important to override any inline styles */
    text-align: center;
    display: block;
  }
  .bmp-summary-panel__btn-container.distributor-quote .bmp-summary-panel__btn-primary {
    margin-top: 10px;
  }
  .bmp-summary-panel.openFullView.summary-distributor-quote .bmp-summary-panel__btn-container {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .bmp-summary-panel__btn-container {
    flex-direction: column;
  }
  .bmp-summary-panel .bmp-summary-panel__btn-primary {
    width: 100%;
  }
}
.loading-transition {
  transition: opacity 0.5s ease,
    transform 0.3s ease;
}
.loading {
  opacity: 0.5;
  pointer-events: none;
}
.loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #ccc;
  border-top-color: #4175be;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* Update Popup Styles */
.bmp-update-popup {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: #EFF6F1;
  border-radius: 8px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
  z-index: 9;
  /* Higher than modal overlays */
  width: 361px;
  font-size: 20px;
  color: #23432C;
  /* Animation */
  transform: translateX(-50%) translateY(-20px);
  transition: all 0.3s ease;
}
.bmp-update-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.bmp-update-popup.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-20px);
}
/* Popup content */
.bmp-update-popup__content {
  flex: 1;
}
.bmp-update-popup__title {
  margin: 0 0 2px 0;
}
.bmp-update-popup__close {
  border: none;
  color: #97999b;
  padding: 2px;
  font-size: 23px;
  line-height: 1;
}
.bmp-update-popup__close:hover {
  color: #4d4d4d;
}
/* Mobile responsive adjustments */
@media (max-width: 991px) {
  .bmp-update-popup {
    left: 30%;
    transform: none;
    top: 80px;
    width: 327px;
    font-size: 16px;
    line-height: 24px;
  }
  .bmp-update-popup.show {
    transform: translateY(0);
  }
  .bmp-update-popup.hide {
    transform: translateY(-20px);
  }
}
/* Special positioning when summary panel is in mobile view */
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-update-popup {
    /* Position above the mobile summary panel */
    top: 80px;
    width: auto;
    left: 16px;
    right: 16px;
    /* When summary panel is in full view, position at top */
  }
  .bmp-summary-panel.openFullView ~ .bmp-update-popup {
    top: 10px;
    bottom: auto;
  }
}
.bmp-config__discount {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.bmp-config__discount .original-price {
  font-weight: 400;
}
.bmp-summary-panel__exploreAll {
  color: #121517;
}
.bmp-summary-panel__exploreAll a {
  color: #121517;
  text-decoration: underline;
  margin-left: 5px;
}
.bmp-summary-panel__eProcMessage {
  background: #FDF3E7;
  padding: 16px;
  border-radius: 8px;
}
.bmp-summary-panel__eProcMessage h4 {
  font-size: 16px;
  line-height: 24px;
  color: #613305;
  font-weight: 600;
}
.bmp-summary-panel__eProcMessage p {
  font-size: 16px;
  line-height: 24px;
  color: #613305;
  font-weight: 400;
}
.text-blue {
  color: #4175BE;
  font-size: 20px;
  line-height: 30px;
}
.bmp-config__line-option.text-blue {
  font-size: 16px;
}
/* Language-based button stacking styles - All breakpoints except collapsed-desktop */
/* Target when html lang is not "en" or doesn't contain "en" */
@media (min-width: 991px) {
  html:not([lang="en"]):not([lang*="en"]) :not(.collapsed-desktop) > .bmp-summary-panel__btn-container:not(.has-discount) {
    display: block !important;
  }
}
html:not([lang="en"]):not([lang*="en"]) .bmp-summary-panel__btn-container:not(.has-discount) .bmp-summary-panel__btn-primary,
html:not([lang="en"]):not([lang*="en"]) .bmp-summary-panel__btn-container:not(.has-discount) a {
  width: 100% !important;
  text-align: center;
  display: block;
}
html:not([lang="en"]):not([lang*="en"]) .bmp-summary-panel__btn-container:not(.collapsed-desktop .bmp-summary-panel__btn-container) .bmp-summary-panel__btn-primary {
  margin-top: 20px;
}
/* Mobile specific adjustments */
@media only screen and (max-width: calc(768px - 1px)) {
  html:not([lang="en"]):not([lang*="en"]) .bmp-summary-panel__btn-container:not(.collapsed-desktop .bmp-summary-panel__btn-container) .bmp-summary-panel__btn-primary {
    margin-top: 10px;
  }
}
/* Full view mobile adjustments */
@media only screen and (max-width: calc(768px - 1px)) {
  html:not([lang="en"]):not([lang*="en"]) .bmp-summary-panel.openFullView .bmp-summary-panel__btn-container:not(.collapsed-desktop .bmp-summary-panel__btn-container) {
    display: block !important;
  }
}
.bmp-config__delivery-header {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: #262626;
}
.bmp-config__delivery-header .bmp-config__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  transition: transform 0.2s ease;
  margin-top: 2px;
}
.bmp-config__delivery-header .bmp-config__arrow.rotated {
  transform: rotate(135deg);
  margin-top: 4px;
}
.delivery-radio {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  cursor: pointer;
  color: #4D4D4D;
}
.delivery-radio input {
  position: absolute;
  opacity: 0;
}
.radio-ui {
  width: 18px;
  height: 18px;
  border: 2px solid #1a73e8;
  border-radius: 50%;
  position: relative;
  margin-top: 4px;
}
.delivery-radio input:checked + .radio-ui::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #1a73e8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.delivery-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #262626;
}
.delivery-text span {
  color: #6b7280;
  font-size: 13px;
}
.bmp-config__line-item .text-sm {
  font-size: 12px;
  line-height: 18px;
}
.contact-dropdown .dropdown-menu h3 {
  font-size: 1rem;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}
.contact-dropdown .dropdown-menu td {
  display: table-cell !important;
  font-size: 0.875rem !important;
  font-weight: 400;
}
.contact-dropdown .dropdown-menu td b {
  font-size: 0.875rem !important;
}
.contact-dropdown .dropdown-menu p {
  font-size: 0.875rem;
  text-wrap: wrap;
  font-weight: 400;
  margin: 1em 0;
}
.contact-dropdown table {
  border: none;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
.contact-dropdown table th {
  background-color: #891519;
  font-weight: normal;
  text-align: center;
}
.contact-dropdown table td {
  background-color: #fff;
  color: #262626;
}
.contact-dropdown table th,
.contact-dropdown table td {
  padding: 8px 10px;
}
.bmp-config__promo {
  display: flex;
  flex-direction: column;
}
.bmp-quote__discount-section {
  text-align: right;
}
.bmp-quote__discount-section .bmp-quote__discount--text {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  margin-top: 25px;
  width: 100%;
  border: 1px solid #bfc8cf;
  border-radius: 8px;
  padding: 3px;
  text-align: left;
}
.bmp-quote__discount-section .bmp-summary-panel__price-wrapper {
  padding: 5px 0;
  margin-top: 5px;
  margin-bottom: 5px;
}
.bmp-summary-panel__config-details:has(.bmp-quote__discount-section) {
  margin-bottom: 0;
}
.bmp-summary-panel__config-details:has(.bmp-quote__discount-section) .bmp-summary-panel__btn-primary {
  min-width: 157px;
  min-height: 54px;
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-summary-panel__config-details:has(.bmp-quote__discount-section) .bmp-summary-panel__btn-primary {
    width: 100%;
  }
}
.bmp-summary-panel .has-discount .bmp-summary-panel__btn-primary {
  min-width: 157px;
  min-height: 54px;
  margin-top: 0 !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-list .bmp-model-results__card {
  margin-right: 15px;
  margin-left: 1px;
}
.bmp-model-results {
  position: relative;
}
.bmp-model-results__card-results,
.bmp-config__main-container {
  position: static;
  overflow: hidden;
}
.bmp-model-results__card-results .slick-track,
.bmp-config__main-container .slick-track {
  display: flex;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-model-results__card-results .slick-prev,
  .bmp-config__main-container .slick-prev,
  .bmp-model-results__card-results .slick-next,
  .bmp-config__main-container .slick-next {
    display: none !important;
  }
}
.slick-prev {
  background-image: url('../../../../../../../etc/clientlibs/keysight/head/img/css/chevron-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #666666;
  border-radius: 100%;
  position: absolute;
  bottom: 28px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  z-index: 9;
  right: 64px;
  border: 1px solid #80919f;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .slick-prev {
    bottom: 20px;
  }
}
.slick-prev.slick-disabled {
  pointer-events: none;
  border: 1px solid #bfc8cf;
}
.slick-prev.slick-disabled:focus {
  outline: 0;
}
.slick-next {
  background-image: url('../../../../../../../etc/clientlibs/keysight/head/img/css/chevron-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #666666;
  border-radius: 100%;
  position: absolute;
  bottom: 28px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  z-index: 9;
  right: 20px;
  border: 1px solid #80919f;
}
@media only screen and (max-width: calc(768px - 1px)) {
  .slick-next {
    bottom: 20px;
  }
}
.slick-next.slick-disabled {
  pointer-events: none;
  border: 1px solid #bfc8cf;
}
.slick-next.slick-disabled:focus {
  outline: 0;
}
.progress-bar {
  width: calc(100% - 112px);
}
@media only screen and (max-width: calc(768px - 1px)) {
  .progress-bar {
    width: 100%;
  }
}
.bmp-summary-panel__selected-item .slick-prev,
.bmp-summary-panel__selected-item .slick-next {
  background-color: #e90029;
  bottom: -64px;
  z-index: 9;
  background-image: url('../../../../../../../etc/clientlibs/keysight/head/img/css/arrow-right-solid-white.svg');
  border: 0;
}
.bmp-summary-panel__selected-item .slick-prev.slick-disabled,
.bmp-summary-panel__selected-item .slick-next.slick-disabled {
  background-image: url('../../../../../../../etc/clientlibs/keysight/head/img/css/arrow-right-solid-gray1.svg');
  border: 1px solid #80919f;
  background-color: transparent;
}
.bmp-summary-panel__selected-item .slick-next {
  right: 0;
}
.bmp-summary-panel__selected-item .slick-prev {
  transform: rotate(-180deg);
  right: 60px;
}
.bmp-config__main-container .slick-prev,
.bmp-config__main-container .slick-next {
  bottom: 100px;
}
@media (max-width: 991px) {
  .bmp-config__main-container .slick-prev,
  .bmp-config__main-container .slick-next {
    bottom: 110px;
  }
}
@media only screen and (max-width: calc(768px - 1px)) {
  .bmp-config__main-container .slick-prev,
  .bmp-config__main-container .slick-next {
    bottom: 140px;
  }
}

