
  .uee-style-switcher,
  .uee-style-switcher * {
    box-sizing: border-box;
  }

  .uee-style-switcher {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 56px 0;
    display: grid;
    grid-template-columns: minmax(0, 68%) minmax(280px, 32%);
    align-items: center;
    background: #fff;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
  }

  .uee-style-image {
    width: 100%;
    position: relative;
    aspect-ratio: 1248 / 576;
    min-height: 360px;
    overflow: visible;
  }

  .uee-style-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 76%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, #161616 0%, #4c4c4c 34%, #adadad 72%, #f1f1f1 100%);
    border-radius: 0 999px 999px 0;
    box-shadow: 0 18px 32px rgba(0, 0, 0, .18);
  }

  .uee-style-bg::before {
    content: "Astra";
    position: absolute;
    left: 1%;
    top: 15%;
    font-size: clamp(160px, 21vw, 388px);
    line-height: .85;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px rgba(0, 0, 0, .22);
    text-stroke: 2px rgba(0, 0, 0, .22);
  }

  .uee-style-bg::after {
    content: "Endless Style";
    position: absolute;
    left: 2%;
    bottom: 4%;
    color: rgba(255, 255, 255, .55);
    font-size: clamp(28px, 2.8vw, 50px);
    line-height: 1;
    font-weight: 500;
  }

  .uee-style-image img {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: .2%;
    right: 11%;
    display: block;
    width: 62%;
    max-width: 850px;
    height: auto;
    transition: opacity .25s ease;
  }

  .uee-style-info {
    padding: 0 9% 0 6%;
  }

  .uee-style-info h2 {
    margin: 0;
    color: #000;
    font-size: 50px;
    line-height: 1.15;
    font-weight: 600;
  }

  .uee-style-line {
    width: 100%;
    max-width: 420px;
    height: 2px;
    margin: 10px 0 20px;
    background: #999;
  }

  .uee-style-info p {
    margin: 0;
    color: #000;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
  }

  .uee-style-dots {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 76px;
  }

  .uee-style-dot {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .uee-style-dot span {
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
  }

  .uee-style-dot.is-active {
    border: 2px solid #222;
  }

  .dot-gradient {
    background: linear-gradient(45deg, #d7d7d7 0%, #d7d7d7 48%, #f5f5f5 49%, #f5f5f5 100%);
    border: 1px solid #d0d0d0;
  }

  .dot-havana {
    background: linear-gradient(45deg, #123f34 0%, #123f34 48%, #286554 49%, #286554 100%);
  }

  .dot-black {
    background: linear-gradient(45deg, #000 0%, #000 48%, #444 49%, #444 100%);
  }

  @media (max-width: 900px) {
    .uee-style-switcher {
      padding: 34px 0 42px;
      grid-template-columns: 1fr;
    }

    .uee-style-image {
      min-height: 0;
    }

    .uee-style-bg {
      width: 80%;
    }

    .uee-style-bg::before {
      top: 18%;
      font-size: clamp(104px, 31vw, 190px);
      -webkit-text-stroke-width: 1px;
      text-stroke-width: 1px;
    }

    .uee-style-image img {
      bottom: .2%;
      right: 8%;
      width: 68%;
    }

    .uee-style-info {
      padding: 28px 24px 0;
      text-align: center;
    }

    .uee-style-info h2 {
      font-size: 34px;
    }

    .uee-style-line {
      margin: 10px auto 16px;
    }

    .uee-style-info p {
      font-size: 18px;
    }

    .uee-style-dots {
      justify-content: center;
      margin-top: 34px;
      gap: 20px;
    }
  }

  @media (max-width: 767px) {
    .uee-style-switcher {
      padding-top: 18px;
    }

    .uee-style-image {
      aspect-ratio: 1.42 / 1;
    }

    .uee-style-bg {
      width: 88%;
      height: 86%;
    }

    .uee-style-bg::after {
      left: 18px;
      bottom: 5%;
      font-size: 20px;
    }

    .uee-style-image img {
      bottom: 15%;
      right: 6%;
      width: 76%;
      max-width: none;
    }

    .uee-style-info {
      padding: 34px 24px 0;
    }

    .uee-style-info h2 {
      font-size: 30px;
      line-height: 1.15;
    }

    .uee-style-line {
      max-width: none;
    }

    .uee-style-info p {
      font-size: 18px;
    }

    .uee-style-dot {
      width: 38px;
      height: 38px;
    }

    .uee-style-dot span {
      width: 29px;
      height: 29px;
    }
  }
