.pisell-hdl-kiosk {
  .hdl-customization-screen {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    background: #303948;
  }

  .hdl-customization-hero {
    display: grid;
    flex: none;
    grid-template-columns: minmax(0, 1.15fr) minmax(356px, 0.85fr);
    gap: 13px;
    padding: 13px;
    background: #d9dee7;
  }

  .hdl-customization-product,
  .hdl-customization-weight {
    overflow: hidden;
    border: 1px solid #d0d5dd;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 17px 37px rgba(17, 24, 39, 0.08);
  }

  .hdl-customization-product {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .hdl-customization-product__media {
    min-width: 0;
    aspect-ratio: 16 / 9;
    flex: none;
    overflow: hidden;
    background: #330c0a;
  }

  .hdl-customization-product__media img,
  .hdl-customization-product__media svg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .hdl-customization-product__copy {
    display: block;
    min-width: 0;
    padding: 15px 22px 17px;
    background:
      radial-gradient(circle at 100% 0%, rgba(178, 13, 18, 0.12), transparent 55%),
      #fff;
  }

  .hdl-customization-product__copy p {
    grid-column: 1;
    margin: 0 0 4px;
    color: #667085;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .hdl-customization-product__copy h1 {
    grid-column: 1;
    margin: 0;
    color: #111827;
    font-size: 39px;
    font-weight: 950;
    line-height: 0.98;
  }

  .hdl-customization-product__copy > strong {
    display: block;
    margin: 9px 0 0;
    color: #b20d12;
    font-size: 38px;
    font-weight: 950;
    line-height: 1;
  }

  .hdl-customization-product__copy > strong small {
    font-size: 1em;
  }

  .hdl-customization-weight {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
    padding: 11px;
  }

  .hdl-customization-weight__status {
    display: flex;
    min-height: 54px;
    flex: none;
    align-items: center;
    gap: 12px;
    padding: 0 6px 4px;
  }

  .hdl-customization-weight__dot {
    width: 12px;
    height: 12px;
    flex: none;
    border-radius: 50%;
    background: #f59e0b;
    box-shadow: 0 0 0 5px rgba(245, 158, 11, 0.16);
  }

  .hdl-customization-weight__dot.is-stable {
    background: #12b76a;
    box-shadow: 0 0 0 5px rgba(18, 183, 106, 0.16);
  }

  .hdl-customization-weight__dot.is-error {
    background: #f04438;
    box-shadow: 0 0 0 5px rgba(240, 68, 56, 0.16);
  }

  .hdl-customization-weight__status > div {
    min-width: 0;
    flex: 1;
  }

  .hdl-customization-weight__status strong,
  .hdl-customization-weight__status small {
    display: block;
  }

  .hdl-customization-weight__status strong {
    color: #111827;
    font-size: 20px;
    font-weight: 900;
  }

  .hdl-customization-weight__status small {
    margin-top: 2px;
    overflow: hidden;
    color: #667085;
    font-size: 15px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hdl-customization-weight__status > svg {
    width: 26px;
    height: 26px;
    flex: none;
    fill: none;
    stroke: #b20d12;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .hdl-customization-weight dl {
    display: grid;
    min-height: 0;
    flex: 1;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
  }

  .hdl-customization-weight dl > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #e1e4ea;
    border-radius: 15px;
    padding: 11px 17px;
    background: #fff;
  }

  .hdl-customization-weight dl > div.is-featured {
    border-color: #b20d12;
    background: linear-gradient(180deg, #b20d12, #8e080d);
    color: #fff;
  }

  .hdl-customization-weight dt {
    color: #667085;
    font-size: 16px;
    font-weight: 850;
  }

  .hdl-customization-weight .is-featured dt {
    color: rgba(255, 255, 255, 0.82);
  }

  .hdl-customization-weight dd {
    margin: 5px 0 0;
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
  }

  .hdl-customization-weight dd small {
    font-size: 1em;
  }

  .hdl-customization-options {
    min-height: 0;
    flex: 1;
    overflow: auto;
    padding: 35px 11px 238px;
    scrollbar-width: thin;
  }

  .hdl-customization-options__loading {
    min-height: 194px;
    border: 1px dashed rgba(255, 255, 255, 0.28);
    border-radius: 22px;
    padding: 43px;
    color: #fff;
    font-size: 26px;
    font-weight: 800;
  }

  .hdl-customization-options > .hdl-inline-error {
    margin-top: 26px;
  }

  .hdl-customization-skip {
    position: absolute;
    bottom: max(166px, calc(env(safe-area-inset-bottom) + 151px));
    left: 46px;
    z-index: 9;
    min-height: 63px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 1079px;
    padding: 0 26px;
    background: rgba(17, 24, 39, 0.88);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    cursor: pointer;
  }

  .hdl-customization-next {
    border: 0;
    background: linear-gradient(180deg, #20b8aa, #119184);
    color: #fff;
    box-shadow: 0 15px 32px rgba(17, 145, 132, 0.3);
  }
}
