.table-box table {
  border-collapse: collapse;
  width: 100%;
}

.table-box table {
  border: 3px solid #000000;
}

.table-box th,
.table-box td {
  border-bottom: 3px solid #000000;
  border-top: 3px solid #000000;
}

.table-box th {
  padding: 24px 0;
}

.table-box td {
  padding: 24px 24px 24px 0;
}

.table-box td:first-child {
  padding: 24px;
}

.table-box td img {
  width: 120px;
}

.table-box > table > thead > tr > th:first-child {
  padding: 0 0 0 32px;
}

.table-box > table > thead > tr > th:last-child {
  padding: 20px 32px 20px 0;
}

.table-box > table > thead {
  background-color: #f3e03b;
}

.table-box > table > thead > tr > th {
  text-align: start;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  width: 184px;
  font-family: var(--font-imb-medium);
}

.table-box > table > thead > tr > th:first-child {
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 100%;
  font-family: var(--font-imb-medium);
}

.table-box > table > thead > tr > th:last-child span {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  font-family: var(--font-imb-medium);
  text-wrap-style: balance;
  display: flex;
}

.table-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.table-content > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 328px;
}

.table-content > div:first-child p:first-child {
  font-weight: 400;
  font-size: 28px;
  font-family: var(--font-imb-regular);
}

.table-content > div:first-child p:last-child {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  font-family: var(--font-imb-regular);
  text-wrap-style: balance;
}

.table-content > div:last-child p {
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  text-transform: lowercase;
  font-family: var(--font-imb-semibold);
}

.price img {
  width: 120px;
}

.table-box td .price img {
  width: fit-content;
  height: 48px;
}

.table-box .price p {
  font-family: var(--font-pixel);
  font-weight: 400;
  font-size: 1.5em;
}

.table-box .price {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.table-mob{
	display: none;
}

@media (min-width: 1150px) and (max-width: 1900px) {
  .table-box td img {
    width: 100px;
  }

  .table-content > div:first-child p:first-child {
    font-size: 30px;
  }

  .table-content > div:first-child p:last-child,
  .table-content > div:last-child p {
    font-size: 20px;
  }

  .table-box th {
    padding: 16px 0;
  }

  .table-box td {
    padding: 16зx 16px 16px 0;
  }

  .table-box td:first-child {
    padding: 16px;
  }

  .table-box > table > thead > tr > th:first-child {
    padding: 0 0 0 16px;
  }

  .table-box > table > thead > tr > th:last-child {
    padding: 16px 16px 16px 0;
  }

  .table-content {
    justify-content: space-between;
  }

  .table-content > div {
    flex: 1;
  }

  .table-content > div:last-child {
    display: flex;
    justify-content: center;
  }
}



@media (max-width: 768px) {
  .table-box {
    position: relative;
    overflow-x: scroll;
  }

  .table-box table {
    width: 968px;
  }

  .table-box td img {
    width: 100px;
  }

  .table-content > div:first-child p:first-child {
    font-size: 30px;
  }

  .table-content > div:first-child p:last-child,
  .table-content > div:last-child p {
    font-size: 20px;
  }

  .table-box th {
    padding: 16px 0;
  }

  .table-box td {
    padding: 16зx 16px 16px 0;
  }

  .table-box td:first-child {
    padding: 16px;
  }

  .table-box > table > thead > tr > th:first-child {
    padding: 0 0 0 16px;
  }

  .table-box > table > thead > tr > th:last-child {
    padding: 16px 16px 16px 0;
  }

  .table-content {
    justify-content: space-between;
  }

  .table-content > div {
    flex: 1;
  }

  .table-content > div:last-child {
    display: flex;
    justify-content: center;
  }

  .table-box > table > thead > tr > th {
    width: auto;
  }

  .table-box table {
    border: 3px solid #000000;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
  }

  /** **/

  .table-box > table > thead > tr > th:first-child {
    font-size: 14px;
  }

  .table-box > table > thead > tr > th {
    font-size: 14px;
  }

  .table-content > div:first-child p:first-child {
    font-size: 20px;
    line-height: 117%;
  }

  .table-content > div:first-child p:last-child,
  .table-content > div:last-child p {
    font-size: 14px;
  }

  .table-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .table-box td .price img {
    width: fit-content;
    height: 30px;
  }

  .table-box .price p {
    font-family: var(--font-pixel);
    font-weight: 4;
    font-size: 14px;
    position: relative;
    top: 2.5px;
  }

  .table-content > div:last-child p {
    position: relative;
    width: max-content;
    top: 5px;
    left: 8px;
  }

  .table-box > table > thead > tr > th:last-child span {
    font-size: 12px;
  }

  .table-box td {
    padding: 0;
  }

  .table-content > div:first-child {
    width: auto;
  }

  .table-content > div:first-child p:first-child {
    font-size: 18px;
    line-height: 117%;
  }

  .table-box .price {
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    justify-self: center;
  }

  .table-box td:first-child {
    padding: 16px 32px 16px 16px;
  }

  .table-box > table > thead > tr > th {
    font-size: 14px;
    padding: 0px 8px;
  }
	
.table-mob{
display: block;
}
	
.table-box{
display: none;
}
}
