/* Hero slider height reduction */
.hero-slider,
.hero-banner,
.slider-container,
.carousel-container {
    max-height: 150px !important;
    overflow: hidden;
}

/* Keep images proportional */
.hero-slider img,
.hero-banner img,
.slider-container img,
.carousel-container img {
    height: 150px !important;
    object-fit: cover;
}

/* Moving Ribbon Container */
.moving-ribbon {
    width: 100%;
    overflow: hidden;
    background: #1F3D2B;
    padding: 18px 0;
    white-space: nowrap;
    position: relative;
}

/* Moving Text */
.moving-ribbon-text {
    display: inline-block;
    color: #E2B11D;
    font-size: 64px;
    font-weight: 400;
    padding-left: 100%;
    animation: ribbonScroll 25s linear infinite;
    line-height: 1;
}

/* Diamond Separator */
.diamond {
    display: inline-block;
    margin: 0 40px;
    transform: rotate(45deg);
    width: 14px;
    height: 14px;
    background: #E2B11D;
    vertical-align: middle;
}

/* Animation */
@keyframes ribbonScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Breadcrumbs */
.ka-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    margin: 20px auto 30px;
    max-width: 1400px;
    padding: 0 20px;
    color: #666;
    flex-wrap: wrap;
}

.ka-breadcrumbs a {
    text-decoration: none;
    color: #1F3D2B;
    font-weight: 600;
}

.ka-breadcrumbs a:hover {
    color: #E2B11D;
}

.ka-live-search-wrap {
  width: 100%;
  margin: 0 0 22px;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

.ka-live-search-label {
  display: block;
  margin: 0 0 8px;
  color: #1F3D2B;
  font-size: 14px;
  font-weight: 700;
}

.ka-live-search-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  border: 1px solid rgba(31, 61, 43, 0.28);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(31, 61, 43, 0.08);
  overflow: hidden;
}

.ka-live-search-box:focus-within {
  border-color: #E2B11D;
  box-shadow: 0 0 0 3px rgba(226, 177, 29, 0.18);
}

.ka-live-search-input {
  width: 100%;
  height: 46px;
  padding: 0 52px 0 16px;
  border: 0;
  outline: 0;
  color: #1F3D2B;
  background: transparent;
  font: 500 15px/1.2 Inter, "Segoe UI", Roboto, Arial, sans-serif;
}

.ka-live-search-input::placeholder {
  color: rgba(31, 61, 43, 0.55);
}

.ka-live-search-clear {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(31, 61, 43, 0.32);
  border-radius: 4px;
  color: #1F3D2B;
  background: #fff;
  font: 700 20px/30px Inter, "Segoe UI", Roboto, Arial, sans-serif;
  text-align: center;
  cursor: pointer;
}

.ka-live-search-clear:hover,
.ka-live-search-clear:focus {
  border-color: #E2B11D;
  background: rgba(226, 177, 29, 0.12);
}

.ka-live-search-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 10px;
  margin-top: 10px;
}

.ka-live-search-control {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: auto;
}

.ka-live-search-control span {
  color: #1F3D2B;
  font-size: 12px;
  font-weight: 700;
}

.ka-live-search-select {
  width: auto;
  min-width: 150px;
  height: 34px;
  padding: 0 32px 0 10px;
  border: 1px solid rgba(31, 61, 43, 0.28);
  border-radius: 4px;
  color: #1F3D2B;
  background-color: #fff;
  font: 600 13px/1 Inter, "Segoe UI", Roboto, Arial, sans-serif;
  cursor: pointer;
}

.ka-live-search-select:focus {
  outline: 0;
  border-color: #E2B11D;
  box-shadow: 0 0 0 2px rgba(226, 177, 29, 0.16);
}

.ka-live-search-status {
  min-height: 18px;
  margin-top: 8px;
  color: rgba(31, 61, 43, 0.78);
  font-size: 13px;
}

.ka-indexed-results {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)) !important;
  gap: 18px !important;
  margin-top: 20px !important;
}

.ka-indexed-results[hidden] {
  display: none !important;
}

.ka-indexed-card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  border: 1px solid rgba(31, 61, 43, 0.16) !important;
  border-radius: 6px !important;
  background: #fff !important;
  overflow: hidden !important;
}

.ka-indexed-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 1 / 1 !important;
  background: #f7f7f4 !important;
  text-decoration: none !important;
}

.ka-indexed-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.ka-indexed-no-image {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 160px !important;
  color: rgba(31, 61, 43, 0.65) !important;
  background: linear-gradient(135deg, rgba(31, 61, 43, 0.08), rgba(226, 177, 29, 0.12)) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.ka-indexed-body {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  padding: 14px !important;
}

.ka-indexed-brand {
  color: #1F3D2B !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.ka-indexed-title {
  margin: 6px 0 !important;
  color: #1F3D2B !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
}

.ka-indexed-title a {
  color: #1F3D2B !important;
  text-decoration: none !important;
}

.ka-indexed-title a:hover {
  text-decoration: underline !important;
}

.ka-indexed-sku {
  color: rgba(31, 61, 43, 0.72) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.ka-indexed-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  margin-top: 12px !important;
  padding: 0 13px !important;
  border: 1px solid #1F3D2B !important;
  border-radius: 4px !important;
  color: #1F3D2B !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.ka-indexed-button:hover,
.ka-indexed-button:focus {
  border-color: #E2B11D !important;
  background: rgba(226, 177, 29, 0.12) !important;
}

@media (max-width: 640px) {
  .ka-live-search-controls {
    align-items: stretch;
  }

  .ka-live-search-control {
    flex: 1 1 140px;
  }

  .ka-live-search-select {
    width: 100%;
  }
}


