.ct-ts01-quote-modal {
  position: fixed;
  inset: 0;
  z-index: 100080;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-family: inherit;
}

.ct-ts01-quote-modal.is-open {
  display: flex;
}

.ct-ts01-quote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 11, 13, 0.62);
  backdrop-filter: blur(2px);
}

.ct-ts01-quote-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  overflow: hidden;
  border: 1px solid #dfe1e4;
  border-radius: 0 18px 0 18px;
  background: #ffffff;
  box-shadow: 0 32px 80px -30px rgba(0, 0, 0, 0.55);
}

.ct-ts01-quote-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 28px 17px;
  border-bottom: 1px solid #e6e7e9;
}

.ct-ts01-quote-modal__eyebrow {
  margin: 0;
  color: #656a70;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ct-ts01-quote-modal__title {
  margin: 0;
  color: #181b20;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.18;
}

.ct-ts01-quote-modal__close {
  display: inline-grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d7d9dd;
  border-radius: 50%;
  background: #ffffff;
  color: #181b20;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}

.ct-ts01-quote-modal__close:hover {
  border-color: #181b20;
  background: #f5f5f6;
}

.ct-ts01-confirmation {
  position: fixed;
  inset: 0;
  z-index: 100100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-family: inherit;
}

.ct-ts01-confirmation.is-open {
  display: flex;
}

.ct-ts01-confirmation__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 11, 13, 0.62);
  backdrop-filter: blur(2px);
}

.ct-ts01-confirmation__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100vw - 48px));
  box-sizing: border-box;
  padding: 42px 42px 38px;
  border: 1px solid #dfe1e4;
  border-radius: 0 18px 0 18px;
  background: #ffffff;
  box-shadow: 0 32px 80px -30px rgba(0, 0, 0, 0.55);
  text-align: center;
}

.ct-ts01-confirmation__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #d7d9dd;
  border-radius: 50%;
  background: #ffffff;
  color: #181b20;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}

.ct-ts01-confirmation__close:hover,
.ct-ts01-confirmation__close:focus-visible {
  border-color: #181b20;
  background: #f5f5f6;
}

.ct-ts01-confirmation__icon {
  display: inline-grid;
  width: 54px;
  height: 54px;
  margin-bottom: 19px;
  place-items: center;
  border-radius: 50%;
  background: #181b20;
  color: #ffffff;
}

.ct-ts01-confirmation__icon::before {
  width: 10px;
  height: 19px;
  margin-top: -5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.ct-ts01-confirmation__eyebrow {
  margin: 0 0 8px;
  color: #656a70;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ct-ts01-confirmation__title {
  margin: 0;
  color: #181b20;
  font-size: clamp(25px, 4vw, 32px);
  font-weight: 500;
  line-height: 1.2;
}

.ct-ts01-confirmation__message {
  margin: 18px 0 0;
  color: #3f4348;
  font-size: 16px;
  line-height: 1.6;
}

.ct-ts01-confirmation__preview-note {
  margin: 18px 0 0;
  padding-top: 15px;
  border-top: 1px solid #e6e7e9;
  color: #777b80;
  font-size: 12px;
  line-height: 1.5;
}

.ct-ts01-quote-form {
  display: flex;
  max-height: calc(100vh - 125px);
  flex-direction: column;
}

.ct-ts01-quote-form__body {
  overflow-y: auto;
  padding: 6px 28px 0;
}

.ct-ts01-quote-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 22px;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #eceef0;
}

.ct-ts01-quote-row__main {
  min-width: 0;
}

.ct-ts01-quote-row--identity {
  grid-template-columns: minmax(0, 1fr);
}

.ct-ts01-quote-identity-grid {
  display: grid;
  grid-template-columns: 346px minmax(320px, 1fr);
  gap: 22px;
  align-items: end;
}

.ct-ts01-quote-product-name {
  display: flex;
  min-height: 56px;
  align-items: center;
}

@media (min-width: 641px) {
  .ct-ts01-quote-product-name {
    align-items: flex-end;
    transform: translateY(1px);
  }
}

.ct-ts01-quote-config-grid {
  display: grid;
  grid-template-columns: 368px repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.ct-ts01-quote-field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ct-ts01-quote-field > label,
.ct-ts01-quote-group-label {
  color: #3f4348;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ct-ts01-quote-field input,
.ct-ts01-quote-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d7d9dd;
  border-radius: 0 9px 0 9px;
  background: #ffffff;
  color: #181b20;
  padding: 10px 13px;
  font: inherit;
  font-size: 14px;
}

.ct-ts01-quote-field input[readonly] {
  background: #f6f6f7;
  font-weight: 500;
}

.ct-ts01-quote-field input::placeholder {
  color: #9a9da2;
}

.ct-ts01-quote-field input:focus,
.ct-ts01-quote-field select:focus {
  outline: none;
  border-color: #181b20;
  box-shadow: 0 0 0 2px rgba(24, 27, 32, 0.08);
}

.ct-ts01-quote-field--quantity select {
  font-weight: 500;
}

.ct-ts01-quote-field--quantity .ct-ts01-custom-select__trigger {
  gap: 8px;
  padding-right: 12px;
  padding-left: 12px;
}

.ct-ts01-quote-color-select {
  position: relative;
}

.ct-ts01-quote-color-select select {
  position: relative;
  z-index: 1;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 46px;
  padding-left: 50px;
  background: transparent;
  font-weight: 500;
}

.ct-ts01-quote-color-select__swatch {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 15px;
  width: 22px;
  height: 22px;
  border: 1px solid #bfc2c7;
  border-radius: 0 6px 0 6px;
  transform: translateY(-50%);
  pointer-events: none;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.ct-ts01-quote-color-select[data-color="black"] .ct-ts01-quote-color-select__swatch {
  border-color: #181b20;
  background: #181b20;
}

.ct-ts01-quote-color-select[data-color="white"] .ct-ts01-quote-color-select__swatch {
  background: #ffffff;
}

.ct-ts01-quote-color-select[data-color="ral"] .ct-ts01-quote-color-select__swatch {
  border-color: #9da1a7;
  background: conic-gradient(
    from 45deg,
    #181b20,
    #777c83,
    #d8d9dc,
    #ffffff,
    #181b20
  );
}

.ct-ts01-quote-color-select__arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 4px);
  right: 17px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #3f4348;
  border-bottom: 1.5px solid #3f4348;
  transform: rotate(45deg);
  pointer-events: none;
}

.ct-ts01-quote-color-select:focus-within .ct-ts01-quote-color-select__swatch {
  border-color: #181b20;
}

.ct-ts01-native-select {
  position: absolute !important;
  width: 1px !important;
  min-height: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.ct-ts01-custom-select {
  position: relative;
  min-width: 0;
}

.ct-ts01-custom-select.is-open {
  z-index: 80;
}

.ct-ts01-custom-select__trigger {
  display: flex;
  width: 100%;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #d7d9dd;
  border-radius: 0 9px 0 9px;
  background: #ffffff;
  color: #181b20;
  padding: 10px 14px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

.ct-ts01-custom-select__trigger:hover {
  border-color: #aeb1b6;
  background: #fafafa;
}

.ct-ts01-custom-select__trigger:focus-visible,
.ct-ts01-custom-select.is-open .ct-ts01-custom-select__trigger {
  outline: none;
  border-color: #181b20;
  box-shadow: 0 0 0 2px rgba(24, 27, 32, 0.08);
}

.ct-ts01-custom-select__trigger:disabled {
  cursor: default;
  background: #ececef;
  color: #555a60;
}

.ct-ts01-custom-select__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ct-ts01-custom-select__trigger-arrow {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 1.5px solid #3f4348;
  border-bottom: 1.5px solid #3f4348;
  transform: rotate(45deg);
  transition: transform 160ms ease, margin 160ms ease;
}

.ct-ts01-custom-select.is-open .ct-ts01-custom-select__trigger-arrow {
  margin-top: 4px;
  transform: rotate(225deg);
}

.ct-ts01-custom-select__menu {
  position: absolute;
  z-index: 100;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  display: none;
  max-height: 240px;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #cfd1d5;
  border-radius: 0 10px 0 10px;
  background: #ffffff;
  padding: 5px;
  box-shadow: 0 18px 42px -18px rgba(0, 0, 0, 0.45);
}

.ct-ts01-custom-select.is-open .ct-ts01-custom-select__menu {
  display: block;
}

.ct-ts01-custom-select__option {
  display: flex;
  width: 100%;
  min-height: 39px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 0 7px 0 7px;
  background: transparent;
  color: #25292e;
  padding: 8px 10px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
}

.ct-ts01-custom-select__option:hover,
.ct-ts01-custom-select__option:focus-visible {
  outline: none;
  background: #f0f1f2;
}

.ct-ts01-custom-select__option.is-selected {
  background: #181b20;
  color: #ffffff;
}

.ct-ts01-custom-select__option-label {
  min-width: 0;
  flex: 1 1 auto;
}

.ct-ts01-custom-select__option-check {
  flex: 0 0 auto;
  width: 7px;
  height: 13px;
  margin: -3px 4px 0 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  opacity: 0;
  transform: rotate(45deg);
}

.ct-ts01-custom-select__option.is-selected .ct-ts01-custom-select__option-check {
  opacity: 1;
}

.ct-ts01-custom-select--color .ct-ts01-custom-select__trigger {
  padding-right: 46px;
  padding-left: 50px;
}

.ct-ts01-custom-select--color.is-open .ct-ts01-quote-color-select__arrow {
  top: calc(50% + 1px);
  transform: rotate(225deg);
}

.ct-ts01-custom-select__option-swatch {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  border: 1px solid #bfc2c7;
  border-radius: 0 5px 0 5px;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.ct-ts01-custom-select__option-swatch[data-color="black"] {
  border-color: #181b20;
  background: #181b20;
}

.ct-ts01-custom-select__option-swatch[data-color="white"] {
  background: #ffffff;
}

.ct-ts01-custom-select__option-swatch[data-color="ral"] {
  border-color: #9da1a7;
  background: conic-gradient(
    from 45deg,
    #181b20,
    #777c83,
    #d8d9dc,
    #ffffff,
    #181b20
  );
}

.ct-ts01-quote-row__price {
  min-width: 0;
  text-align: right;
}

.ct-ts01-quote-row__price-label {
  display: block;
  margin-bottom: 4px;
  color: #7a7e84;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ct-ts01-quote-row__price-value {
  display: block;
  color: #181b20;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
}

.ct-ts01-quote-row__price-amount {
  display: grid;
  justify-items: end;
  gap: 2px;
}

.ct-ts01-quote-row__price-discount {
  display: none;
  color: #7a7e84;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.25;
}

.ct-ts01-quote-row__price-discount.is-visible {
  display: block;
}

.ct-ts01-quote-options {
  display: grid;
  gap: 12px;
  margin-top: 9px;
}

.ct-ts01-quote-options__empty {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #e1e2e5;
  border-radius: 0 8px 0 8px;
  color: #7a7e84;
  font-size: 13px;
  line-height: 1.45;
}

.ct-ts01-quote-choice {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 38px;
  margin: 0;
  padding: 7px 11px;
  border: 1px solid #e1e2e5;
  border-radius: 0 8px 0 8px;
  background: #ffffff;
  cursor: pointer;
}

.ct-ts01-quote-choice:hover,
.ct-ts01-quote-choice:has(input:checked) {
  border-color: #181b20;
  background: #f8f8f9;
}

.ct-ts01-quote-choice.is-locked {
  cursor: default;
  border-color: #181b20;
  background: #eceef0;
}

.ct-ts01-quote-choice.is-locked input {
  opacity: 1;
}

.ct-ts01-quote-choice input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #181b20;
}

.ct-ts01-quote-choice__name {
  color: #181b20;
  font-size: 14px;
  line-height: 1.35;
}

.ct-ts01-quote-choice__price {
  color: #656a70;
  font-size: 12px;
  white-space: nowrap;
}

.ct-ts01-quote-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.ct-ts01-quote-delivery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 9px;
}

.ct-ts01-quote-delivery .ct-ts01-quote-choice {
  grid-template-columns: 18px minmax(0, 1fr);
}

.ct-ts01-quote-mount-config {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px;
  margin-top: 11px;
  padding: 14px;
  border: 1px solid #e1e2e5;
  border-radius: 0 9px 0 9px;
  background: #f7f7f8;
}

.ct-ts01-quote-mount-config.is-visible {
  display: grid;
}

.ct-ts01-quote-mount-config .ct-ts01-quote-field select:disabled {
  cursor: default;
  background: #ececef;
  color: #555a60;
  opacity: 1;
}

.ct-ts01-quote-mount-note {
  display: none;
  grid-column: 1 / -1;
  margin: 0;
  padding: 10px 12px;
  border-left: 2px solid #181b20;
  background: #ffffff;
  color: #656a70;
  font-size: 12px;
  line-height: 1.5;
}

.ct-ts01-quote-mount-note.is-visible {
  display: block;
}

.ct-ts01-quote-mount-section {
  grid-column: 1 / -1;
  padding-top: 13px;
  border-top: 1px solid #dfe1e4;
}

.ct-ts01-quote-mount-section__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.ct-ts01-quote-mount-section__amount {
  display: grid;
  justify-items: end;
  gap: 2px;
  text-align: right;
}

.ct-ts01-quote-mount-section__amount small,
.ct-ts01-quote-mount-section__price {
  color: #656a70;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
}

.ct-ts01-quote-mount-section__amount strong,
.ct-ts01-quote-mount-section__price {
  color: #181b20;
  font-size: 15px;
  white-space: nowrap;
}

.ct-ts01-quote-mount-binary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.ct-ts01-quote-mount-section__note {
  margin: 9px 0 0;
  color: #656a70;
  font-size: 11px;
  line-height: 1.55;
}

.ct-ts01-quote-travel__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.ct-ts01-quote-travel__column {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 10px;
}

.ct-ts01-quote-travel__note {
  box-sizing: border-box;
  margin: 7px 0 0;
  padding: 10px 12px;
  border-left: 3px solid #202329;
  background: #ffffff;
}

.ct-ts01-quote-input-wrap {
  position: relative;
}

.ct-ts01-quote-input-wrap input {
  padding-right: 42px;
}

.ct-ts01-quote-field__error-icon {
  position: absolute;
  top: 50%;
  right: 13px;
  display: none;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c92a2a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-50%);
}

.ct-ts01-quote-field__error-text {
  display: none;
  color: #b42323;
  font-size: 11px;
  font-weight: 600;
}

.ct-ts01-quote-field.has-error .ct-ts01-quote-field__error-icon {
  display: flex;
}

.ct-ts01-quote-field.has-error .ct-ts01-quote-field__error-text {
  display: block;
}

.ct-ts01-quote-field.has-error input {
  border-color: #c92a2a;
  box-shadow: 0 0 0 2px rgba(201, 42, 42, 0.09);
}

.ct-ts01-quote-field.is-disabled label {
  color: #8a8e94;
}

.ct-ts01-quote-field input:disabled {
  cursor: default;
  background: #ececef;
  color: #777b80;
  opacity: 1;
}

.ct-ts01-quote-additional-info {
  display: grid;
  gap: 8px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eceef0;
}

.ct-ts01-quote-additional-info__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.ct-ts01-quote-additional-info__heading label {
  color: #3f4348;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.ct-ts01-quote-additional-info__heading span {
  color: #8a8e94;
  font-size: 11px;
  font-weight: 500;
}

.ct-ts01-quote-additional-info textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  border: 1px solid #d7d9dd;
  border-radius: 0 9px 0 9px;
  background: #ffffff;
  color: #181b20;
  padding: 12px 13px;
  font: inherit;
  font-size: 14px;
  line-height: 1.5;
}

.ct-ts01-quote-additional-info textarea::placeholder {
  color: #9a9da2;
}

.ct-ts01-quote-additional-info textarea:focus {
  outline: none;
  border-color: #181b20;
  box-shadow: 0 0 0 2px rgba(24, 27, 32, 0.08);
}

.ct-ts01-quote-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  margin: 15px 0 0;
  padding: 16px 22px;
  border-radius: 0 12px 0 12px;
  background: #181b20;
  color: #ffffff;
}

.ct-ts01-quote-summary__label {
  align-self: end;
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ct-ts01-quote-summary__breakdown {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 11px;
  align-items: end;
}

.ct-ts01-quote-summary__part {
  display: grid;
  gap: 3px;
  min-width: 94px;
}

.ct-ts01-quote-summary__part span {
  color: #aeb1b6;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.ct-ts01-quote-summary__part strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
  white-space: nowrap;
}

.ct-ts01-quote-summary__operator {
  padding-bottom: 2px;
  color: #aeb1b6;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
}

.ct-ts01-quote-summary__value {
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 500;
  line-height: 1.15;
  text-align: right;
}

.ct-ts01-quote-suggested {
  display: block;
  padding: 9px 2px 10px;
  color: #656a70;
}

.ct-ts01-quote-suggested__breakdown {
  display: grid;
  grid-template-columns: auto auto auto auto minmax(210px, auto);
  gap: 11px;
  align-items: end;
  justify-content: end;
}

.ct-ts01-quote-suggested__part {
  display: grid;
  gap: 3px;
  min-width: 105px;
}

.ct-ts01-quote-suggested__part span {
  color: #74797f;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.ct-ts01-quote-suggested__part strong {
  color: #3f4348;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.ct-ts01-quote-suggested__part--total {
  min-width: 210px;
}

.ct-ts01-quote-suggested__part--total strong {
  font-size: 20px;
}

.ct-ts01-quote-suggested__part small {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
}

.ct-ts01-quote-suggested__operator {
  padding-bottom: 2px;
  color: #9a9da2;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
}

.ct-ts01-quote-suggested__breakdown.is-mount {
  grid-template-columns: minmax(250px, auto);
}

.ct-ts01-quote-suggested__breakdown.is-mount .ct-ts01-quote-suggested__part--shipping,
.ct-ts01-quote-suggested__breakdown.is-mount .ct-ts01-quote-suggested__operator--plus,
.ct-ts01-quote-suggested__breakdown.is-mount .ct-ts01-quote-suggested__part--product,
.ct-ts01-quote-suggested__breakdown.is-mount .ct-ts01-quote-suggested__operator--equals {
  display: none;
}

.ct-ts01-quote-suggested__breakdown.is-mount .ct-ts01-quote-suggested__part--total {
  grid-column: auto;
  margin-top: 0;
}

.ct-ts01-quote-status {
  min-height: 18px;
  margin: 0 0 10px;
  padding: 0;
  color: #656a70;
  font-size: 13px;
  line-height: 1.45;
}

.ct-ts01-quote-status:not(:empty) {
  padding: 11px 13px;
  border: 1px solid #dfe1e4;
  border-radius: 0 8px 0 8px;
  background: #f6f6f7;
}

.ct-ts01-quote-status.is-success {
  border-color: #c9dfcf;
  background: #eff7f1;
  color: #186b2d;
}

.ct-ts01-quote-status.is-info {
  border-color: #dfe1e4;
  background: #f6f6f7;
  color: #3f4348;
}

.ct-ts01-quote-status.is-error {
  border-color: #e9caca;
  background: #fff4f4;
  color: #b42323;
}

.ct-ts01-quote-form__footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 28px 15px;
  border-top: 1px solid #e6e7e9;
  background: #ffffff;
}

.ct-ts01-quote-form__footer-left {
  display: flex;
  gap: 10px;
}

.ct-ts01-quote-button {
  min-height: 44px;
  border: 1px solid #cfd1d5;
  border-radius: 0 9px 0 9px;
  background: #ffffff;
  color: #181b20;
  padding: 10px 18px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.ct-ts01-quote-button:hover {
  border-color: #181b20;
  background: #f5f5f6;
}

.ct-ts01-quote-button:disabled {
  cursor: wait;
  opacity: 0.56;
}

.ct-ts01-quote-button.is-loading {
  min-width: 124px;
}

.ct-ts01-quote-button--primary {
  min-width: 185px;
  border-color: #181b20;
  background: #181b20;
  color: #ffffff;
}

.ct-ts01-quote-button--primary:hover {
  background: #000000;
  color: #ffffff;
}

.ct-ts01-quote-button--primary:disabled {
  background: #181b20;
  color: #ffffff;
}

body.ct-ts01-quote-open,
body.ct-ts01-confirmation-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .ct-ts01-quote-modal {
    padding: 14px;
  }

  .ct-ts01-quote-modal__dialog {
    width: calc(100vw - 28px);
    max-height: calc(100vh - 28px);
  }

  .ct-ts01-quote-form {
    max-height: calc(100vh - 120px);
  }

  .ct-ts01-quote-row {
    grid-template-columns: minmax(0, 1fr) 142px;
    gap: 14px;
  }

  .ct-ts01-quote-identity-grid {
    grid-template-columns: 180px minmax(260px, 1fr);
    gap: 14px;
  }

  .ct-ts01-quote-config-grid {
    grid-template-columns: 194px repeat(2, minmax(118px, 1fr));
    gap: 10px;
  }

  .ct-ts01-quote-summary {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .ct-ts01-quote-summary__breakdown {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(170px, auto);
  }

  .ct-ts01-quote-summary__part {
    min-width: 0;
  }

  .ct-ts01-quote-summary__part span {
    white-space: normal;
  }

  .ct-ts01-quote-suggested__breakdown {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(190px, auto);
  }

  .ct-ts01-quote-suggested__part {
    min-width: 0;
  }

  .ct-ts01-quote-suggested__part span {
    white-space: normal;
  }

}

@media (min-width: 641px) and (max-width: 700px) {
  .ct-ts01-quote-identity-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ct-ts01-quote-config-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .ct-ts01-quote-field--monitor-model {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .ct-ts01-confirmation {
    padding: 16px;
  }

  .ct-ts01-confirmation__dialog {
    width: calc(100vw - 32px);
    padding: 38px 22px 30px;
    border-radius: 0 14px 0 14px;
  }

  .ct-ts01-confirmation__close {
    top: 13px;
    right: 13px;
    width: 36px;
    height: 36px;
  }

  .ct-ts01-confirmation__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }

  .ct-ts01-confirmation__message {
    font-size: 15px;
    line-height: 1.55;
  }

  .ct-ts01-quote-modal {
    align-items: stretch;
    padding: 0;
  }

  .ct-ts01-quote-modal__dialog {
    width: 100vw;
    max-height: 100vh;
    border: 0;
    border-radius: 0;
  }

  .ct-ts01-quote-modal__header {
    padding: 17px 16px 15px;
  }

  .ct-ts01-quote-modal__eyebrow {
    font-size: 9px;
  }

  .ct-ts01-quote-modal__title {
    font-size: 24px;
  }

  .ct-ts01-quote-modal__close {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .ct-ts01-quote-form {
    max-height: calc(100vh - 84px);
  }

  .ct-ts01-quote-form__body {
    padding: 2px 16px 0;
  }

  .ct-ts01-quote-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px 0;
  }

  .ct-ts01-quote-identity-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ct-ts01-quote-product-name {
    min-height: 30px;
  }

  .ct-ts01-quote-config-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 10px;
  }

  .ct-ts01-quote-field--monitor-model {
    grid-column: 1 / -1;
  }

  .ct-ts01-quote-row__price {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: baseline;
    text-align: left;
  }

  .ct-ts01-quote-row__price-label {
    margin: 0;
  }

  .ct-ts01-quote-logo-grid,
  .ct-ts01-quote-delivery,
  .ct-ts01-quote-mount-config,
  .ct-ts01-quote-travel__fields {
    grid-template-columns: 1fr;
  }

  .ct-ts01-quote-travel__note {
    margin-top: 0;
  }

  .ct-ts01-quote-mount-section__heading {
    align-items: flex-start;
  }

  .ct-ts01-quote-summary {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 17px 18px;
  }

  .ct-ts01-quote-summary__value {
    text-align: left;
  }

  .ct-ts01-quote-summary__breakdown {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 9px;
  }

  .ct-ts01-quote-summary__part {
    min-width: 0;
  }

  .ct-ts01-quote-summary__part span {
    white-space: normal;
  }

  .ct-ts01-quote-summary__operator--equals {
    display: none;
  }

  .ct-ts01-quote-summary__value {
    grid-column: 1 / -1;
    margin-top: 7px;
  }

  .ct-ts01-quote-suggested__breakdown {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 9px;
  }

  .ct-ts01-quote-suggested__operator--equals {
    display: none;
  }

  .ct-ts01-quote-suggested__part--total {
    grid-column: 1 / -1;
    margin-top: 7px;
  }

  .ct-ts01-quote-form__footer {
    flex-direction: column-reverse;
    padding: 14px 16px 16px;
  }

  .ct-ts01-quote-form__footer-left {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-ts01-quote-button,
  .ct-ts01-quote-button--primary {
    width: 100%;
    min-width: 0;
    padding-inline: 10px;
    font-size: 11px;
  }
}
