.amit {
  width: 100%;
  max-width: min(1320px, calc(100vw - 40px));
  margin: 0 auto;
  color: #111;
  font-family: inherit;
}

.amit * {
  box-sizing: border-box;
}

.amit-head {
  margin: 0 0 22px;
}

.amit-head h2 {
  margin: 0 0 10px;
  color: #111;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
}

.amit-head p {
  max-width: 780px;
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

.amit-calculator {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(300px, 25vw, 350px);
  gap: 0;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  border-radius: 14px;
  background: #fff;
}

.amit-builder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: 28px;
  padding: 24px 26px;
}

.amit-left {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
}

.amit-step h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 17px;
  font-weight: 600;
}

.amit-step-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.amit-step-head h3 {
  margin: 0;
}

.amit-pose h3 {
  margin-bottom: 7px;
}

.amit-slide-next {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 18px;
  cursor: pointer;
}

.amit-filter-row {
  display: flex;
  min-height: 124px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-radius: 12px;
  padding: 8px 34px 8px 0;
  background: #fff;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  gap: 3px;
}

.amit-filter-row::-webkit-scrollbar {
  display: none;
}

.amit-toolbar button {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 9px 12px;
  background: #f8f8f8;
  color: #555;
  font: inherit;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}

.amit-filter-row button {
  display: flex;
  width: 100px;
  min-width: 0;
  min-height: 112px;
  flex: 0 0 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #151515;
  border-radius: 11px;
  background: #111;
  color: #fff;
  font: inherit;
  scroll-snap-align: start;
  text-align: center;
  padding: 12px 7px;
  cursor: pointer;
}

.amit-filter-row button span {
  display: block;
  max-width: 100%;
  color: currentColor;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
}

.amit-appliance-icon {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .98;
}

.amit-filter-row button.is-active,
.amit-toolbar button.is-active {
  border-color: #111;
  background: #111;
  color: #fff;
}

.amit-filter-row button.is-active {
  border-color: #303030;
  background: #000;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.amit-slide-track {
  position: relative;
  width: min(180px, 42%);
  height: 12px;
  margin: 8px 0 18px 0;
}

.amit-slide-track::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 999px;
  background: #d7d7d7;
}

.amit-slide-track span {
  position: absolute;
  top: 1px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
  transform: translateX(-50%);
  transition: left .12s ease;
}

.amit-select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding: 10px 12px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
}

.amit-pose-card {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 96px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  padding: 18px 16px;
  background: #fafafa;
}

.amit-pose-card > span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 8px solid #111;
  border-radius: 999px;
}

.amit-pose-card strong,
.amit-pose-card small {
  display: block;
}

.amit-pose-card strong {
  color: #111;
  font-size: 17px;
}

.amit-pose-card small {
  margin-top: 4px;
  color: #777;
  font-size: 13px;
}

.amit-options {
  min-width: 0;
}

.amit-check {
  display: flex;
  min-height: 56px;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fafafa;
  color: #555;
  font-size: 14px;
}

.amit-check span {
  flex: 1 1 auto;
}

.amit-check em {
  flex: 0 0 auto;
  color: #555;
  font-style: normal;
}

.amit-option-row {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  padding: 14px 16px;
  background: #fafafa;
  color: #555;
  font-size: 14px;
}

.amit-option-row strong {
  color: #111;
  font-weight: 500;
}

.amit-option-row span {
  color: #777;
}

.amit-options h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 17px;
  font-weight: 600;
}

.amit-included {
  display: flex;
  gap: 14px;
  align-items: center;
  border: 1px solid #cdeed9;
  border-radius: 12px;
  padding: 16px;
  background: #eef8f2;
  color: #147337;
}

.amit-recycle-icon {
  display: inline-flex;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
}

.amit-recycle-icon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.amit-included > div > strong,
.amit-included > div > span {
  display: block;
}

.amit-included > div > strong {
  margin-bottom: 4px;
  font-size: 16px;
}

.amit-included > div > span {
  font-size: 14px;
  line-height: 1.35;
}

.amit-check input {
  width: 20px;
  height: 20px;
  accent-color: #111;
}

.amit-summary {
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: #111;
  color: #fff;
}

.amit-kicker {
  margin-bottom: 16px;
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.amit-summary > strong {
  min-height: 44px;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 1.25;
}

.amit-total {
  margin-bottom: 22px;
  color: #fff;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.amit-total span {
  margin-right: 8px;
  color: #aaa;
  font-size: 14px;
  font-weight: 500;
}

.amit-summary dl {
  margin: 0 0 20px;
  border-top: 1px solid #333;
}

.amit-summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid #333;
}

.amit-summary dt,
.amit-summary dd {
  margin: 0;
  color: #ddd;
  font-size: 14px;
  font-weight: 400;
}

.amit-summary p {
  margin: 0 0 22px;
  color: #aaa;
  font-size: 13px;
  line-height: 1.45;
}

.amit-summary a {
  margin-top: auto;
  border-radius: 8px;
  padding: 13px 16px;
  background: #fff;
  color: #111;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.amit-shop-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 18px 0 16px;
  border: 1px solid #dfece4;
  border-radius: 12px;
  padding: 14px 16px;
  background: #f7faf8;
  color: #111;
}

.amit-shop-note > span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.amit-shop-note div {
  min-width: 0;
  flex: 1 1 auto;
}

.amit-shop-note strong,
.amit-shop-note small {
  display: block;
}

.amit-shop-note strong {
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 800;
}

.amit-shop-note small {
  color: #555;
  font-size: 13px;
  line-height: 1.35;
}

.amit-shop-note a {
  flex: 0 0 auto;
  border-radius: 8px;
  padding: 10px 14px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.amit-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 14px;
}

.amit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.amit-card {
  min-height: 184px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, transform .15s ease;
}

.amit-card:hover {
  border-color: #aaa;
  transform: translateY(-2px);
}

.amit-card-head {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-bottom: 1px solid #ececec;
  background: #181818;
  color: #fff;
}

.amit-card-head i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.amit-card-head i .amit-appliance-icon {
  width: 34px;
  height: 34px;
}

.amit-card-head > div {
  min-width: 0;
}

.amit-card-head span {
  display: block;
  margin-bottom: 7px;
  color: #b7b7b7;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.amit-card-head h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.amit-card-body {
  padding: 13px 16px 14px;
  text-align: left;
}

.amit-card-body > p {
  margin: 0 0 10px;
  color: #777;
  font-size: 13px;
  line-height: 1.25;
}

.amit-card strong {
  display: block;
  color: #111;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.amit-card strong span {
  color: #aaa;
  font-size: 13px;
}

.amit-card hr {
  margin: 12px 0 10px;
  border: 0;
  border-top: 1px solid #ececec;
}

.amit-card-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.amit-card small {
  display: block;
  min-width: 0;
  color: #777;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amit-shop-link {
  flex: 0 0 auto;
  color: #111;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .amit {
    max-width: calc(100vw - 28px);
  }

  .amit-calculator,
  .amit-builder {
    grid-template-columns: 1fr;
  }

  .amit-builder {
    gap: 22px;
    padding: 24px;
  }

  .amit-summary {
    min-height: auto;
    padding: 24px;
  }

  .amit-summary > strong {
    min-height: 0;
    margin-bottom: 18px;
  }

  .amit-total {
    margin-bottom: 18px;
    font-size: 46px;
  }

  .amit-summary a {
    margin-top: 4px;
  }

  .amit-shop-note {
    margin-top: 16px;
  }

  .amit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .amit-head {
    margin-bottom: 18px;
  }

  .amit-head h2 {
    font-size: 30px;
  }

  .amit-head p {
    font-size: 15px;
  }

  .amit-builder {
    padding: 20px;
  }

  .amit-filter-row {
    margin-right: -20px;
    padding-right: 20px;
  }

  .amit-options {
    padding-top: 4px;
  }

  .amit-option-row,
  .amit-check,
  .amit-included,
  .amit-pose-card {
    border-radius: 10px;
  }

  .amit-shop-note {
    align-items: flex-start;
  }

  .amit-shop-note a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .amit {
    max-width: calc(100vw - 20px);
  }

  .amit-head h2 {
    font-size: 26px;
  }

  .amit-builder,
  .amit-summary {
    padding: 18px;
  }

  .amit-step-head {
    gap: 10px;
  }

  .amit-slide-next {
    width: 34px;
    height: 34px;
    font-size: 16px;
  }

  .amit-filter-row {
    min-height: 112px;
    margin-right: -18px;
    padding: 8px 18px 8px 0;
  }

  .amit-filter-row button {
    width: 92px;
    min-height: 100px;
    flex-basis: 92px;
    padding: 10px 6px;
  }

  .amit-appliance-icon {
    width: 40px;
    height: 40px;
  }

  .amit-filter-row button span {
    font-size: 10px;
  }

  .amit-slide-track {
    width: min(160px, 58%);
    margin-bottom: 16px;
  }

  .amit-pose-card,
  .amit-included {
    align-items: center;
  }

  .amit-option-row,
  .amit-check {
    gap: 12px;
    padding: 13px 14px;
  }

  .amit-check span {
    line-height: 1.25;
  }

  .amit-recycle-icon {
    width: 50px;
    height: 50px;
  }

  .amit-recycle-icon img {
    width: 44px;
    height: 44px;
  }

  .amit-summary {
    border-radius: 0 0 14px 14px;
  }

  .amit-total {
    font-size: 42px;
  }

  .amit-grid {
    grid-template-columns: 1fr;
  }

  .amit-shop-note {
    align-items: flex-start;
    flex-direction: column;
  }
}
