.tbn-search {
  max-width: 980px;
  margin: 12px auto 22px;
  padding: 14px;
  background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%);
  border: 2px solid #efc7c8;
  border-left: 5px solid #b32d2e;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(179, 45, 46, 0.11);
  box-sizing: border-box;
}

.tbn-search *,
.tbn-search *::before,
.tbn-search *::after {
  box-sizing: border-box;
}

.tbn-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.tbn-heading h2 {
  margin: 0 !important;
  color: #151922 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 950 !important;
}

.tbn-heading span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  background: #b32d2e;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.tbn-builder {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.tbn-tire-visual {
  position: relative;
  min-height: 145px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 108%, rgba(255, 255, 255, 0.32) 0 26%, transparent 27%),
    linear-gradient(135deg, #d9272f 0%, #b7292b 58%, #8f1e22 100%);
  border: 1px solid #e7b6b8;
  border-radius: 8px;
}

.tbn-tire {
  position: absolute;
  left: 50%;
  bottom: -132px;
  width: 340px;
  height: 250px;
  background:
    radial-gradient(ellipse at 50% 64%, transparent 0 28%, #f5f7f9 29% 33%, #c6ccd3 34% 38%, #49525c 39% 44%, #151a21 45% 57%, #69747f 58% 62%, #252b33 63% 100%),
    repeating-conic-gradient(from 5deg at 50% 62%, #20262e 0deg 4deg, #6e7882 4deg 6deg, #303843 6deg 10deg);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 -6px 24px rgba(20, 24, 31, 0.2);
  transform: translateX(-50%);
}

.tbn-tire::before {
  content: "";
  position: absolute;
  inset: 19px 32px 58px;
  border: 8px dashed rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}

.tbn-tire::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 54px;
  width: 96px;
  height: 96px;
  background:
    radial-gradient(circle, #f7f8fa 0 28%, #cfd6de 29% 43%, #ffffff 44% 48%, #939da8 49% 100%);
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  transform: translateX(-50%);
}

.tbn-tire-code {
  position: absolute;
  left: 50%;
  top: 26px;
  z-index: 2;
  display: grid;
  gap: 2px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.55);
  transform: translateX(-50%);
  white-space: nowrap;
}

.tbn-tire-code strong {
  font-size: 23px;
  font-weight: 950;
  line-height: 1;
}

.tbn-tire-code small {
  color: #ffd5d6;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.tbn-tire-label {
  position: absolute;
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
  color: #151922;
  background: #ffffff;
  border: 2px solid #151922;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
}

.tbn-tire-label b {
  font-weight: 950;
}

.tbn-label-ancho {
  left: 12px;
  top: 12px;
}

.tbn-label-perfil {
  left: 50%;
  top: 8px;
  transform: translateX(-50%);
}

.tbn-label-llanta {
  right: 12px;
  top: 12px;
  bottom: auto;
}

.tbn-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 130px)) 140px;
  gap: 9px;
  align-content: center;
  align-items: end;
  justify-content: start;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #f0d7d8;
  border-radius: 8px;
}

.tbn-form label {
  display: grid;
  gap: 5px;
  margin: 0;
  color: #303744;
  font-size: 12px;
  font-weight: 850;
}

.tbn-form select {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  color: #151922;
  background: #f7f8fa;
  border: 1px solid #d9dee5;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 850;
}

.tbn-form select:disabled {
  color: #8a929f;
  background: #eef0f2;
}

.tbn-form button,
.tbn-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: #ffffff !important;
  background: linear-gradient(180deg, #d33235 0%, #b32d2e 100%);
  border: 1px solid #a92426;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 5px 12px rgba(179, 45, 46, 0.22);
  cursor: pointer;
}

.tbn-search.is-complete .tbn-tire-code strong {
  color: #ffffff;
}

.tbn-status {
  margin-top: 10px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 750;
}

.tbn-status:empty {
  display: none;
}

.tbn-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.tbn-card {
  display: grid;
  grid-template-rows: 150px auto;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid #f0d7d8;
  border-radius: 8px;
  box-shadow: 0 7px 18px rgba(20, 24, 31, 0.08);
}

.tbn-card-image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 45%, #ffffff 0%, #ffffff 42%, #fff1f1 100%);
  border-bottom: 1px solid #f0e5e6;
}

.tbn-card-image img {
  width: auto !important;
  max-width: 170px !important;
  height: auto !important;
  max-height: 130px !important;
  object-fit: contain !important;
}

.tbn-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
}

.tbn-stock,
.tbn-sku {
  display: inline-flex;
  width: fit-content;
  min-height: 22px;
  align-items: center;
  padding: 0 7px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 850;
}

.tbn-stock-in {
  color: #005c12;
  background: #e8f7eb;
}

.tbn-stock-out {
  color: #8a1f11;
  background: #fff0ed;
}

.tbn-sku {
  color: #4b5563;
  background: #f2f3f5;
}

.tbn-title {
  color: #151922 !important;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.22;
  text-decoration: none !important;
}

.tbn-price {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  color: #b32d2e !important;
  background: #fff0f0;
  border: 1px solid #ffd2d2;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
}

.tbn-price del {
  color: #6b7280;
  font-size: 13px;
}

.tbn-price ins {
  text-decoration: none;
}

.tbn-popup {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99999;
  width: min(640px, calc(100vw - 28px));
}

.tbn-popup-launcher {
  display: none;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #ffffff;
  background: linear-gradient(180deg, #d33235 0%, #b32d2e 100%);
  border: 1px solid #a92426;
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(179, 45, 46, 0.28);
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
}

.tbn-popup.is-collapsed {
  width: auto;
}

.tbn-popup.is-collapsed .tbn-search,
.tbn-popup.is-collapsed .tbn-popup-close {
  display: none;
}

.tbn-popup.is-collapsed .tbn-popup-launcher {
  display: inline-flex;
}

.tbn-popup .tbn-search {
  margin: 0;
  padding: 10px;
}

.tbn-popup .tbn-heading {
  margin-bottom: 8px;
}

.tbn-popup .tbn-heading h2 {
  font-size: 19px !important;
}

.tbn-popup .tbn-builder {
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 8px;
}

.tbn-popup .tbn-tire-visual {
  min-height: 110px;
}

.tbn-popup .tbn-tire {
  left: 50%;
  bottom: -110px;
  width: 270px;
  height: 205px;
  transform: translateX(-50%);
}

.tbn-popup .tbn-tire-code {
  left: 50%;
  top: 23px;
  right: auto;
}

.tbn-popup .tbn-tire-code strong {
  font-size: 17px;
}

.tbn-popup .tbn-tire-label {
  min-height: 22px;
  padding: 0 7px;
  font-size: 10px;
}

.tbn-popup .tbn-label-ancho {
  left: 8px;
  top: 8px;
}

.tbn-popup .tbn-label-perfil {
  left: 50%;
  top: 8px;
  right: auto;
  transform: translateX(-50%);
}

.tbn-popup .tbn-label-llanta {
  right: 8px;
  top: 8px;
  bottom: auto;
}

.tbn-popup .tbn-form {
  grid-template-columns: repeat(3, minmax(0, 104px)) 104px;
  gap: 6px;
  padding: 8px;
}

.tbn-popup .tbn-form select,
.tbn-popup .tbn-form button {
  min-height: 36px;
  font-size: 12px;
}

.tbn-popup .tbn-status {
  margin-top: 6px;
  font-size: 12px;
}

.tbn-popup .tbn-heading {
  cursor: grab;
  user-select: none;
}

.tbn-popup.is-dragging .tbn-heading {
  cursor: grabbing;
}

.tbn-popup-close {
  position: absolute;
  top: -12px;
  right: -10px;
  z-index: 2;
  width: 32px;
  height: 32px;
  color: #ffffff;
  background: #151922;
  border: 0;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .tbn-results {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .tbn-builder {
    grid-template-columns: 1fr;
  }

  .tbn-tire-visual {
    min-height: 135px;
  }

  .tbn-form {
    grid-template-columns: repeat(3, minmax(0, 1fr)) 120px;
  }
}

@media (max-width: 680px) {
  .tbn-search {
    margin: 8px 0 18px;
    padding: 12px;
    border-left-width: 4px;
  }

  .tbn-heading {
    align-items: flex-start;
  }

  .tbn-heading h2 {
    font-size: 19px !important;
  }

  .tbn-heading span {
    min-height: 26px;
    padding: 0 9px;
    font-size: 11px;
  }

  .tbn-tire-visual {
    min-height: 138px;
  }

  .tbn-tire {
    left: 50%;
    bottom: -132px;
    width: 330px;
    height: 245px;
    transform: translateX(-50%);
  }

  .tbn-tire-code {
    left: 50%;
    right: auto;
    top: 28px;
  }

  .tbn-tire-code strong {
    font-size: 23px;
  }

  .tbn-label-ancho {
    left: 12px;
    top: 12px;
  }

  .tbn-label-perfil {
    left: 50%;
    top: 12px;
    right: auto;
    transform: translateX(-50%);
  }

  .tbn-label-llanta {
    right: 12px;
    top: 12px;
    bottom: auto;
  }

  .tbn-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    padding: 10px;
  }

  .tbn-form label {
    font-size: 11px;
  }

  .tbn-form select {
    min-height: 40px;
    padding: 0 7px;
    font-size: 13px;
  }

  .tbn-form button {
    grid-column: 1 / -1;
    min-height: 42px;
    font-size: 14px;
  }

  .tbn-results {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tbn-results::-webkit-scrollbar {
    display: none;
  }

  .tbn-card {
    flex: 0 0 82%;
    max-width: 310px;
    scroll-snap-align: start;
  }

  .tbn-card-image {
    min-height: 130px;
  }

  .tbn-popup {
    right: 10px;
    bottom: auto;
    top: 10px !important;
    left: auto !important;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .tbn-popup.is-collapsed {
    width: auto;
    max-height: none;
    overflow: visible;
    bottom: 12px;
    top: auto !important;
  }

  .tbn-popup-launcher {
    min-height: 42px;
    padding: 0 16px;
    font-size: 13px;
  }

  .tbn-popup .tbn-builder {
    grid-template-columns: 1fr;
  }

  .tbn-popup .tbn-tire-visual {
    min-height: 118px;
    order: -1;
  }

  .tbn-popup .tbn-tire {
    bottom: -120px;
    width: 315px;
    height: 232px;
  }

  .tbn-popup .tbn-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tbn-popup .tbn-form button {
    grid-column: 1 / -1;
  }

  .tbn-popup .tbn-heading {
    cursor: default;
  }
}
