.circle-k-item-search_banner {
  background: #F1F1F1;
  border-radius: 14px;
  margin-top: 15px;
}

@media (min-width: 991px) {
  .cks-agency .circle-k-item-search_banner .ckal-section {
    padding: 1.5rem 0;
  }
}
#search-message {
  left: 195px;
  top: 825px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ckc-search-message__text {
  padding-left: 10px;
}
.ckc-search-message__icon {
  width: 30px;
  height: 30px;
}

.ckc-search-message__product {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.416667px;
  color: #000000;
}

.ckc-search-message__status {
  width: 262px;
  height: 30px;
  left: 195px;
  top: 862px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}

.ckc-store-search-widget {
  position: relative;
  background: #7a0022;
  box-shadow: 0 4px 13px 0 rgba(16,24,32,.3);
}
@media (max-width: 1200px) {
  .ckc-store-search-widget {
    padding:calc(var(--__ck-gutter) * 2) 0
  }
}

@media (min-width: 1200px) {
  .ckc-store-search-widget {
    padding:3.5rem 0;
    border-radius: 14px
  }
}

.ckc-store-search-widget__circle-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none
}

@media (min-width: 1200px) {
  .ckc-store-search-widget__circle-wrapper {
    border-radius:14px
  }
  .ckc-store-search-widget {
    margin-top:-50px;
    z-index:999;
  }
}

.ckc-store-search-widget__circle {
  position: absolute;
  top: -100px;
  right: -100px;
  bottom: 0;
  width: clamp(250px,50%,480px)
}

.ckc-store-search-widget__circle:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #9d2235
}

.ckc-store-search-widget__inner {
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center
}

@media (max-width: 1200px) {
  .ckc-store-search-widget__inner {
    justify-content:center
  }
}

.ckc-store-search-widget__content {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 300px;
  color: #fff
}

@media (max-width: 991px) {
  .ckc-store-search-widget__label {
    font-family:"ACT Easy",sans-serif;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: normal
  }
}

@media (min-width: 991px) {
  .ckc-store-search-widget__label {
    font-family:"ACT Easy",sans-serif;
    font-size: 1.5625rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: normal
  }
}

.ckc-store-search-widget__pin {
  line-height: 0
}

@media (max-width: 1200px) {
  .ckc-store-search-widget__pin {
    font-size:40px
  }
}

@media (min-width: 1200px) {
  .ckc-store-search-widget__pin {
    font-size:48px
  }
}

.ckc-store-search-widget__control-container {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
  height: 75px;
  padding: .5rem 1rem;
  border-radius: 14px;
  background: #fff
}

.ckc-store-search-widget__control {
  height: 100%;
  flex-grow: 1;
  background: 0 0;
  border-color: transparent;
  color: #101820
}

.ckc-store-search-widget__submit {
  flex-shrink: 0
}

.circle-k-item-search-admin .ckc-store-search-widget {
  margin-top:initial;
  z-index:initial;
}

.ckc-store-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-grow: 1;
  height: 72px;
  padding: .5rem 1rem;
  border-radius: 14px;
  background: #fff
}

.ckc-store-search__input {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  background: 0 0;
  border-color: transparent;
  color: #101820
}

.ckc-store-search:has(.ckc-store-search__input:disabled) {
  background: #e8e8e8;
  animation: pulse-animation 1s infinite
}

.ckc-store-search__input::-moz-placeholder {
  color: #575855
}

.ckc-store-search__input::placeholder,.ckc-store-search__input:disabled {
  color: #575855
}

.ckc-store-search__controls {
  flex-shrink: 0
}

.ckc-autocomplete {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 1040;
  max-height: 320px;
  margin-top: .5rem;
  overflow-y: auto;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #101820
}

button.ckc-autocomplete__item {
  width: 100%;
  padding: 1rem;
  color: #101820;
  text-align: left;
  transition: .15s background ease-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

@media (max-width: 991px) {
  .ckc-autocomplete__item {
    font-family:"ACT Easy",sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5714285714;
    letter-spacing: normal
  }
}

@media (min-width: 991px) {
  .ckc-autocomplete__item {
    font-family:"ACT Easy",sans-serif;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.5714285714;
    letter-spacing: normal
  }
}

.ckc-autocomplete__item+.ckc-autocomplete__item {
  border-top: 1px solid #e8e8e8
}

html.mouse .ckc-autocomplete__item:focus,html.mouse .ckc-autocomplete__item:hover,
.ckc-autocomplete__item.selected {
  background: #f7f5f2
}

.ckc-autocomplete__item.is-active,html.mouse .ckc-autocomplete__item:active {
  background: #f1f1f1
}
#circle-k-item-search-input:focus-visible {
  outline: none;
}
