

/* @media (max-width: 767px) {
  .step-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 122px;
    padding-top: 11px;
    background: #fff;
    box-shadow: 0px -3px 3.9px #00000012;
  }
} */


#kaotica-stepper-section {
  background-image: url('/cdn/shop/files/Bgd_desktop.png?v=1770716218');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}





.slick-carousel-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.fade-edges {
  position: relative; 
}

.fade-edges::before,
.fade-edges::after {
  content: '';
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.fade-edges::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
}

.fade-edges::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5), transparent);
}

.base--baseimage {
  display: none;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  top: 100px;
  bottom: 0;
  width: 130px;
  height: 353px;
}

.base--base_circle {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  top: 37px;
  bottom: unset;
  width: 108px;
  z-index: 1;
}

.base--base_circle img,
.base--base_mic img {
  width: 100%;
  height: auto;
}

.base--base_mic {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: 177px;
    bottom: 0;
    width: 190px;
    height: auto;
    opacity: 1;
}
.slick-carousel-container .slick-slider {
  flex: 1;
  min-height: 423px;
}

.slick-carousel-container .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
}

.slick-carousel-container .slick-list {
  height: 100%;
  background: transparent;
  /* overflow: hidden; */
  overflow: visible;
  margin: 0 auto;
  width: 100% !important;
}

.slick-carousel-container .slick-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 191px !important;
  min-width: 191px !important;
  max-width: 191px !important;
}

.slick-carousel-container .slick-slide.slick-slide--popfilter {
  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}

.slick-carousel-container .slick-slide.slick-slide--microphone {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
}

.slick-carousel-container .carousel-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  margin: 0;

  box-sizing: border-box;

  /* opacity: 0.7; */

  height: 181px !important;
  min-height: 181px !important;
  max-height: 181px !important;

  transition:
    width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    min-width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
}

.slick-carousel-container .carousel-item.carousel-item--popfilter {
  height: 170px !important;
  min-height: 170px !important;
  max-height: 170px !important;
}

.slick-carousel-container .carousel-item.carousel-item--microphone {
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
}

.slick-carousel-container .slick-active .carousel-item,
.slick-carousel-container .slick-center .carousel-item,
.slick-carousel-container .slick-current.slick-active .carousel-item {
  opacity: 1 !important;

  width: 191px !important;
  min-width: 191px !important;
  max-width: 191px !important;
}

.slick-carousel-container .slick-active .carousel-item.carousel-item--popfilter,
.slick-carousel-container .slick-center .carousel-item.carousel-item--popfilter,
.slick-carousel-container .slick-current.slick-active .carousel-item.carousel-item--popfilter {
  opacity: 1 !important;

  width: 180px !important;
  min-width: 180px !important;
  max-width: 180px !important;
}

.slick-carousel-container .slick-active .carousel-item.carousel-item--microphone,
.slick-carousel-container .slick-center .carousel-item.carousel-item--microphone,
.slick-carousel-container .slick-current.slick-active .carousel-item.carousel-item--microphone {
  opacity: 1 !important;

  width: 360px !important;
  min-width: 360px !important;
  max-width: 360px !important;
}

.item-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* visibility: hidden; */
  /* display: none !important; */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-item.selected .item-content {
  visibility: visible;
}

.item-content h3 {
  font-family: Manrope;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;

  white-space: nowrap;
}

.item-content p {
  color: #8d8d8d;
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 0;
}

.item-image {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  box-sizing: border-box;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  transform: scale(0.62);
}

.slick-current .item-image img {
  transform: scale(1) translateY(0);
}

.carousel-item--popfilter .item-image img {
  transform-origin: top;
  transform: scale(1.56442) translateY(30px);
}

.carousel-item--popfilter.selected .item-image img {
  transform-origin: top;
  transform: scale(2.2);
}

.carousel-item--microphone .item-image img {
  transform-origin: top;
  transform: scale(1);
}

.carousel-item--microphone.selected .item-image img {
  transform-origin: top;
  transform: scale(1);
}

.carousel-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 16px;
}

.carousel-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #6b7280;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
}

.carousel-btn:hover {
  background: #3b82f6;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.carousel-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.carousel-btn:disabled:hover {
  background: #ffffff;
  color: #6b7280;
  transform: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.carousel-item:focus,
.carousel-btn:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.slick-carousel-container .slick-prev,
.slick-carousel-container .slick-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #2140B5;
  background: white;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  /* opacity: 0.5; */
  top: 223px;
  position: absolute;
  font-size: 0;
  line-height: 0;
}

@media (max-width: 990px) {
  .slick-carousel-container .slick-prev,
  .slick-carousel-container .slick-next {
    /* display: none !important; */
  }
}

.slick-carousel-container .slick-prev:before,
.slick-carousel-container .slick-next:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M4.6 6L0 1.4L1.4 0L7.4 6L1.4 12L0 10.6L4.6 6Z' fill='%232140B5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 1;
}

.slick-carousel-container .slick-prev {
  left: clamp(8px, calc(250 * 100vw / 1920), 250px);
}

.slick-carousel-container .slick-prev:before {
  transform: scaleX(-1);
}

.slick-carousel-container .slick-next {
  right: clamp(8px, calc(250 * 100vw / 1920), 250px);
}

.slick-carousel-container .slick-next:before {
  transform: none;
}

.slick-carousel-container .slick-prev:hover,
.slick-carousel-container .slick-next:hover {
  background: #2140B5;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .slick-carousel-container .slick-prev:hover:before,
  .slick-carousel-container .slick-next:hover:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M4.6 6L0 1.4L1.4 0L7.4 6L1.4 12L0 10.6L4.6 6Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  }  
}


.slick-carousel-container .slick-prev:focus,
.slick-carousel-container .slick-next:focus {
  outline: none;
}

.slick-carousel-container .slick-prev.slick-disabled,
.slick-carousel-container .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.stepper-container {
  width: 100%;
  /* max-width: 1080px; */
  max-width: 1264px;
  margin: 0 auto;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  /* background-image: url('//www.kaoticaeyeball.com/cdn/shop/files/Bgd_5.png?v=1770647352'); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /* height: calc(100vh - 70px); */
  /* max-height: 754px; */
  /* min-height: 424px; */
  min-height: 830px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #kaotica-stepper-section {
    background-image: url('/cdn/shop/files/Bgd_mobile.png?v=1770716218');
  }
}

@media (min-width: 990px) {
  .stepper-container {
    height: 100%;
  }
}

.stepper-step {
  display: none;
  animation: fadeIn 0.8s ease;
  padding: 0;
  margin: 0;
  height: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.stepper-step.active {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.step-header {
  text-align: center;
  margin: 24px 0 87px 0;
}

@media (min-width: 990px) {
  .step-header {
    margin: 128px 0 97px 0;
  }
}

.step-header h2 {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 42.33px;
  leading-trim: NONE;
  line-height: 59.26px;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin: 0;
  padding: 0;
}

.step-header span {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #8D8D8D;
}








.ktc-stepper-btn-back {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 3px solid #2140B5;
  background: #ffffff;
  color: #2140B5;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  padding: 0;
}

.ktc-stepper-btn-back:hover {
  background: #2140B5;
  color: #ffffff;
}

.ktc-stepper-btn-select {
  height: 60px;
  border-radius: 35px;
  border: 3px solid #2140B5;
  background: #FFF;
  color: #2140B5;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 24px;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  min-width: auto;
  width: auto;
}

.ktc-stepper-btn-reverse {
}

.ktc-stepper-btn-select:hover {
  background: #2140B5;
  color: #FFF;
}

.ktc-stepper-btn-reverse:hover {
}

.dropdown-container {
  position: relative;
  max-width: 280px;
  margin: 16px auto;
}

.dropdown-clear-btn {
  position: absolute;
  right: 10px;
  top: 18px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.microphone-dropdown {
  width: 100%;
  height: 60px;
  padding: 0 24px;
  border: 3px solid #141415;
  border-radius: 35px;
  font-family: Manrope;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.3s ease;
  color: #141415;
  text-align: center;
}

.microphone-dropdown:focus {
  outline: none;
  border-color: #141415;
}

.microphone-dropdown.dropdown-open {
  border-radius: 35px 35px 0 0;
}

.microphone-dropdown::placeholder {
  color: #8d8d8d;
  font-weight: 600;
}

.microphone-dropdown-list {
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  right: 0;
  background: #ffffff;
  border: 3px solid #141415;
  border-top: none;
  border-radius: 0 0 35px 35px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}

.microphone-dropdown-item {
  padding: 4px;
  font-family: Manrope;
  font-size: 16px;
  line-height: 20px;
  color: #141415;
  cursor: pointer;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f3f4f6;
}

.microphone-dropdown-item:hover {
  background-color: #141415;
  color: #ffffff;
}

.microphone-dropdown-item:last-child {
  border-bottom: none;
}
.step-thermometer {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 10;
  width: 3rem;
  pointer-events: none;
  --thermometer-mobile-offset: 0px;
  transition: transform 0.4s ease-in-out;
  transform: translateY(var(--thermometer-mobile-offset, 0px));
  z-index: 0;
}

.thermometer-step {
  position: relative;
  margin-bottom: 12px;
  height: 28px;
}

.thermometer-step::before {
  content: '';
  position: absolute;
  left: 0;
  width: 6px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  top: 14px;
}

.thermometer-step.thermometer-step--middle::before {
  width: 4px;
}

.thermometer-step.active::before {
  background: #000000;
  width: 9px;
}

.thermometer-step::after {
  content: '';
  position: absolute;
  left: 38px;
  width: 32px;
  height: 1px;
  background: linear-gradient(to right, #000000 0%, #ffffff 100%);
  top: 14px;
  display: none;
}

.thermometer-step.active::after {
  display: block;
}

.thermometer-step .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;


  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}

.thermometer-step.active .step-number {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000;
}

@media (min-width: 61.875rem) {
  .step-thermometer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateX(calc(-50% + var(--thermometer-desktop-offset, 0px)));
    pointer-events: none;
    width: 30rem;
  }

  .thermometer-step {
    flex: 1;
    margin: 0;
    text-align: center;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .thermometer-step::before {
    content: '';
    display: block;
    width: 2px;
    height: 12px;
    background: rgba(0, 0, 0, 0.5);
    transition:
      height 0.2s ease,
      background 0.2s ease;
    top: -16px;
    left: calc(50% - 1px);
  }

  .thermometer-step.active::before {
    height: 18px;
    width: 2px;
    background: #000000;
  }

  .thermometer-step.thermometer-step--middle::before {
    width: 2px;
    height: 8px;
  }

  .thermometer-step::after {
    content: none;
  }

  .thermometer-step .step-number {
    font-size: 20px;
    font-weight: 500;
    color: #00000080;
    line-height: 1;
  }

  .thermometer-step.active .step-number {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }

  .thermometer-step.active::after {
    content: '';
    width: 2px;
    height: 24px;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.01) 100%);
    flex-shrink: 0;
    left: calc(50% - 1px);
    top: 24px;
  }
}

#loader-wrapper {
  background: #ffffff none no-repeat scroll center center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: auto;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #000000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.step3-tabs {
  display: flex;
  justify-content: center;
  margin: 119px 0px 130px;
}

.step3-tab-btn {
  width: 172px;
  padding: 12px;
  border: none;
  border-bottom: 2px solid #A9A9A9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-align: center;

  background-color: transparent;


  font-family: Manrope;
  font-weight: 600;
  font-style: ExtraBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  color: #727272;
}

.step3-tab-btn.active {
  font-weight: 800;
  padding-bottom: 10px;
  border-bottom: 4px solid #2140B5;
  color: #2140B5;
}

.step3-tab-btn:hover {
  color: #2140B5;
}

.step3-tab-btn:hover *,
.step3-tab-btn.active * {
  fill: #ffffff;
}

.step3-tab-content {
  display: none;
  min-height: 20rem;
}

.step3-tab-content.active {
  display: block;
}

.stepper-step[data-step="3"] .step-content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  height: 100%;
}

.stepper-step[data-step="3"] .step-header {
  display: none;
}

.stepper-step[data-step="3"] .step3-tab-content {
  flex: 1;
  display: none;
  flex-direction: column;
  align-items: center;
  min-height: 28rem;
}

.stepper-step[data-step="3"] .step3-tab-content.active {
  display: flex;
}

.stepper-step[data-step="3"] .step-actions.step-actions--hidden {
  display: none;
}

.send-photo-content {
  text-align: center;
  padding: 2rem 1rem;
  max-width: 32rem;
  margin: 0 auto;
}

.send-photo-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #141415;
}

.send-photo-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  color: #141415;
}

.ktc-stepper-btn-send-photo {
  margin-top: 1.5rem;
  padding: 0.75rem 2rem;
  background: #141415;
  color: #ffffff;
  border: 0.1875rem solid #141415;
  border-radius: 2rem;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ktc-stepper-btn-send-photo:hover {
  background: #ffffff;
  color: #141415;
}


.carousel-base-title,
.carousel-popfilter-title {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, -50%);

  font-family: Manrope;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;

}


.carousel-mics-with-info {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}

.carousel-mic-title {
  font-family: Manrope;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: bottom;
  text-transform: uppercase;
  white-space: nowrap;
}

.carousel-mic-info {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 281px;
  color: #8D8D8D;

}

.carousel-base-title.is-hidden, 
.carousel-popfilter-title.is-hidden,
.carousel-mics-with-info.is-hidden {
  display: none;
}

.stepper-step[data-step="3"] .step-actions-link.step-actions--hidden {
  display: none;
}

.step-actions-link {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #8D8D8D;
  border: none !important;
  margin-bottom: 22px;
}

.step-actions-link-accent {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #4867e3;

}

.stepper-footer-price-info {
  display: none;
}



@media screen and (max-width: 767px) {
  .step-header h2 {
    font-family: "Aeonik Pro TRIAL";
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;

  }

  .step-header span {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    justify-content: center;
  }


  .carousel-base-title, .carousel-popfilter-title {
    top: -10px;
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;

  }

  .slick-carousel-container .slick-prev {
    left: 8px;
  }

  .slick-carousel-container .slick-next {
    right: 8px;
  }

  .slick-carousel-container .slick-prev, .slick-carousel-container .slick-next {
    width: 43px;
    height: 43px;
    border: none;
    background: none;
    bottom: 28px;
  }

  .slick-carousel-container .slick-prev:before, .slick-carousel-container .slick-next:before  {
    width: 15px;
    height: 15px;
    color: #819AFB !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M4.6 6L0 1.4L1.4 0L7.4 6L1.4 12L0 10.6L4.6 6Z' fill='%23819AFB'/%3E%3C/svg%3E") !important;
  }

  .slick-carousel-container .slick-prev:hover,
  .slick-carousel-container .slick-next:hover {
    background: transparent !important;
  }

  .slick-carousel-container .slick-prev:active,
  .slick-carousel-container .slick-next:active {
    background: #F1F1F1 !important
  }


  /* .step-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 122px;
    padding-top: 11px;
    box-shadow: 0px -3px 3.9px 0px #00000012;
    background: #FFF;
  } */
}

.step-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: static;
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.stepper-footer-actions {
  display: none;
}


/*  */

@media screen and (max-width: 767px) {
  .stepper-footer-actions {
  display: none !important;
}

.step-actions--actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 16px;
}

.ktc-stepper-btn-back svg {
  transform: scale(0.8);
}

.step-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 0px 24px;
  flex-wrap: wrap;
  position: static;
  background: transparent;
  box-shadow: none;
  min-height: 60px;
  margin-bottom: 40px;
}


.carousel-mics-with-info {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  width: 100%;
}

.step3-tab-btn {
  width: 172px;
  padding: 0 12px 12px;
  border: none;
  border-bottom: 2px solid #A9A9A9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-align: center;

  background-color: transparent;


  font-family: Manrope;
  font-weight: 600;
  font-style: ExtraBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

  color: #727272;
}

.step3-tabs {
  display: flex;
  justify-content: center;
  margin: 0px 0px 63px;
}

.step-header span {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #141415;
}


.step-header {
  margin: 16px 0 55px 0;
  text-align: center;
}

.carousel-item--popfilter .item-image img {
  margin-top: -16px;
  transform-origin: top;
  transform: scale(1.15) translateY(30px);
}

.carousel-item--popfilter.selected .item-image img {
  transform-origin: top;
  transform: scale(1.8);
}

.carousel-item--microphone .item-image img {
  transform-origin: top;
  transform: scale(1);
  margin-top: -25px;
}

.carousel-item--microphone.selected .item-image img {
  transform-origin: top;
  transform: scale(1);
  margin-top: -25px;
}

.slick-carousel-container .slick-slide.slick-slide--microphone {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}

.slick-carousel-container .slick-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 33px;

  width: 191px !important;
  min-width: 191px !important;
  max-width: 191px !important;
}

.slick-carousel-container .slick-slider {
  flex: 1;
  /* min-height: 423px; */
  min-height: unset;
  margin-bottom: 73px;
}


.base--base_mic {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  top: 173px;
  bottom: 0;
  width: 160px;
  height: auto;
}

.slick-carousel-container .slick-active .carousel-item.carousel-item--microphone,
.slick-carousel-container .slick-center .carousel-item.carousel-item--microphone,
.slick-carousel-container .slick-current.slick-active .carousel-item.carousel-item--microphone {
  opacity: 1 !important;

  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}


}


@media (max-width: 767px) { 
  .stepper-footer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 11px 24px 11px;
    background: #fff;
    box-shadow: 0px -3px 3.9px #00000012;
    display: flex;
    min-height: 82px;
    z-index: 1;
  }

  .stepper-footer-price-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-right: auto;
  }

  .stepper-footer-price-info span:first-child {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #4969E4;
  }

  .stepper-footer-price-info span:last-child {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #141415;
  }

  .stepper-footer-action-step1, .stepper-footer-action-step2, .stepper-footer-action-step3 {
    display: flex;
    align-items: center;
    gap: 32px;
  }


  /* #kaotica-stepper-container[current-tab-number="2"] .stepper-footer-actions {
    display: none !important;
  }


  #kaotica-stepper-container[current-step="1"] .stepper-footer-action-step1 {
    display: flex;
    margin: 0 auto;
  }
  #kaotica-stepper-container[current-step="1"] .stepper-footer-action-step2, 
  #kaotica-stepper-container[current-step="1"] .stepper-footer-action-step3 {
    display: none;
  }

  #kaotica-stepper-container[current-step="2"] .stepper-footer-action-step2 {
    display: flex;
    margin: 0 auto;
  }
  #kaotica-stepper-container[current-step="2"] .stepper-footer-action-step1, 
  #kaotica-stepper-container[current-step="2"] .stepper-footer-action-step3 {
    display: none;
  }

  #kaotica-stepper-container[current-step="3"] .stepper-footer-action-step3 {
    display: flex;
  }
  #kaotica-stepper-container[current-step="3"] .stepper-footer-action-step1, 
  #kaotica-stepper-container[current-step="3"] .stepper-footer-action-step2 {
    display: none;
  }

  #kaotica-stepper-container[current-step="1"] .stepper-footer-price-info ,
  #kaotica-stepper-container[current-step="2"] .stepper-footer-price-info {
    display: none;
  } */
  


  .stepper-step[data-step="3"] .step-header {
    display: block;
    margin-top: 14px;
    margin-bottom: 16px;
  }

  .step3-tabs {
    margin-top: 0px;
  }

  .carousel-mic-title {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #000000;

  }

  .carousel-mic-info {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    max-width: 280px;
    width: 100%;
    color: #8D8D8D;
  }

  .stepper-container {
    /* min-height: 710px; */
    min-height: unset;
  }


  .ktc-stepper-btn-select {
    height: unset;
    padding: 11px 20px 11px 24px;
    gap: 16px;

    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 22.4px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: bottom;
    border: none; 
    color: #FFF;
    background-color: #2140B5;

  }

  .ktc-stepper-btn-back {
    width: 48px;
    height: 48px;
  }
}  


.dropdown-container {
  margin-top: -122px;
  width: 100%;
  max-width: 392px;
  padding: 0px 24px;
  margin-left: auto;
  margin-right: auto;
}

.microphone-dropdown {
  padding: 16px 56px 16px 62px;
  height: auto;
  width: 100%;

  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: bottom;
  border-radius: 35px !important;
  max-width: calc(344px + 24px + 24px);
}


.dropdown-input-wrapper {
  position: relative;
}

.microphone-dropdown-list {
  top: 100%;
  height: calc(100vh);
  max-height: 541px;
  border-radius: 32px;
  border: none;
  padding: 20px 29px;
  z-index: 3;
  width: calc(100% - 48px);
  margin-left: auto;
  margin-right: auto;

  flex-direction: column;

  scrollbar-width: none;      /* Firefox */
  -ms-overflow-style: none;   /* IE / old Edge */

}

.microphone-dropdown-list::-webkit-scrollbar 
   {
    display: none;
   }

.microphone-dropdown-item {
  border: none;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0px;
  color: #727272;
}

.dropdown-clear-btn {
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.dropdown-search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 29px;
}


@media screen and (max-width: 767px) {

  #kaotica-stepper-section {
    min-height: 633px;
  }

  .slick-carousel-container .slick-slide {
    height: 330px;
    min-height: unset;
    align-items: flex-start !important;
  }

  .slick-carousel-container .slick-slide.slick-slide--microphone {
    height: 300px;
  }

  #microphoneCarousel {
    margin-bottom: 0px !important;
  }

  .slick-carousel-container .slick-active .carousel-item, .slick-carousel-container .slick-center .carousel-item, .slick-carousel-container .slick-current.slick-active .carousel-item {
    width: 152px !important;
    min-width: 152px !important;
    max-width: 152px !important;
    height: auto !important;
  }

  .base--base_circle {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    top: 62px;
    bottom: unset;
    width: 85px;
    z-index: 1;
  }

  .step-thermometer {
    top: 14px;
  }

  .dropdown-container {
  margin-top: -56px;
  width: 100%;
  max-width: 392px;
  padding: 0px 24px;
  margin-left: auto;
  margin-right: auto;
}

.stepper-step[data-step="3"] .step3-tab-content {
  min-height: 310px;
}

.stepper-step[data-step="3"] .step3-tab-content[data-tab-content="2"] {
  min-height: 70vh;
}

.step-actions-link  {
  margin-top: 10px;
}

.microphone-dropdown-list {
  max-height: 70vh;
  height: 70vh !important;
}
}






