.obgss {
  position: relative;
  width: 100%;
  z-index: 1200;
  font: inherit;
}

.obgss__form {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d53d93;
  border-radius: 999px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.obgss__form:focus-within {
  border-color: #bd2d80;
  box-shadow: 0 0 0 3px rgba(213, 61, 147, .12);
}

.obgss__input {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 48px;
  margin: 0 !important;
  padding: 0 8px 0 20px !important;
  color: #151515;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 15px;
}

.obgss__input::-webkit-search-cancel-button { display: none; }

.obgss__clear,
.obgss__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
}

.obgss__clear {
  width: 36px;
  height: 36px;
  padding: 0;
  color: #777;
  background: transparent;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
}

.obgss__submit {
  width: 44px;
  height: 44px;
  margin-right: 3px;
  padding: 0;
  color: #fff;
  background: #111;
  border-radius: 50%;
  transition: transform .2s ease, background-color .2s ease;
}

.obgss__submit:hover,
.obgss__submit:focus-visible {
  background: #d53d93;
  transform: scale(1.03);
}

.obgss__panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: min(520px, 70vh);
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(17,17,17,.09);
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,.15);
}

.obgss__items { padding: 7px; }

.obgss__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  padding: 9px;
  color: inherit;
  text-decoration: none !important;
  border-radius: 12px;
  transition: background-color .15s ease;
}

.obgss__item:hover,
.obgss__item.is-active {
  background: #fff4fa;
}

.obgss__thumb {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 10px;
}

.obgss__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.obgss__content {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.35;
}

.obgss__meta {
  margin-bottom: 2px;
  color: #d53d93;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.obgss__title {
  display: -webkit-box;
  overflow: hidden;
  color: #151515;
  font-size: 14px;
  font-weight: 600;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.obgss__price {
  margin-top: 4px;
  color: #111;
  font-size: 13px;
  font-weight: 700;
}

.obgss__price del {
  margin-left: 5px;
  color: #b72929;
  font-weight: 500;
}

.obgss__message {
  padding: 22px 16px;
  color: #666;
  text-align: center;
  font-size: 14px;
}

.obgss__message.is-loading::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  vertical-align: -2px;
  border: 2px solid rgba(0,0,0,.16);
  border-top-color: #d53d93;
  border-radius: 50%;
  animation: obgss-spin .7s linear infinite;
}

.obgss__all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 16px;
  color: #111;
  background: #fafafa;
  border-top: 1px solid rgba(17,17,17,.07);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
}

.obgss__all:hover { color: #d53d93; }

@keyframes obgss-spin { to { transform: rotate(360deg); } }

@media (max-width: 767px) {
  .obgss__form { min-height: 46px; }
  .obgss__input {
    height: 44px;
    padding-left: 16px !important;
    font-size: 14px;
  }
  .obgss__submit {
    width: 40px;
    height: 40px;
  }
  .obgss__panel {
    top: calc(100% + 6px);
    border-radius: 14px;
  }
  .obgss__item {
    min-height: 70px;
    padding: 8px;
  }
  .obgss__thumb {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
  }
}

/* v1.0.1 — responsive header sizing only. */
.whb-main-header .wd-header-html,
.whb-main-header .wd-header-html > div,
.whb-main-header .wd-header-html .elementor,
.whb-main-header .wd-header-html .elementor-element,
.whb-main-header .wd-header-html .elementor-widget-container,
.whb-main-header .wd-header-html .obgss {
  width: 100%;
  max-width: none;
}

.whb-main-header .whb-column:has(.obgss) {
  flex: 1 1 520px;
  min-width: 360px;
}

.whb-main-header .whb-column:has(.obgss) .wd-header-html {
  display: block;
  flex: 1 1 auto;
}

@media (min-width: 1025px) {
  .whb-main-header .obgss {
    width: min(100%, 650px);
    min-width: 480px;
    margin-inline: auto;
  }

  .whb-main-header .obgss__form {
    min-height: 52px;
  }

  .whb-main-header .obgss__input {
    height: 50px;
    padding-left: 22px !important;
  }

  .whb-main-header .obgss__submit {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 1024px) {
  .whb-header-bottom .wd-header-html,
  .whb-header-bottom .wd-header-html > div,
  .whb-header-bottom .wd-header-html .elementor,
  .whb-header-bottom .wd-header-html .elementor-element,
  .whb-header-bottom .wd-header-html .elementor-widget-container,
  .whb-header-bottom .wd-header-html .obgss {
    width: 100%;
    max-width: none;
  }

  .whb-header-bottom .whb-column:has(.obgss),
  .whb-header-bottom .wd-header-html:has(.obgss) {
    flex: 1 1 100%;
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .obgss {
    width: calc(100% - 28px);
    margin: 0 14px;
  }

  .whb-header-bottom .obgss__form {
    min-height: 48px;
  }

  .whb-header-bottom .obgss__input {
    height: 46px;
    padding-left: 18px !important;
    font-size: 15px;
  }

  .whb-header-bottom .obgss__submit {
    width: 42px;
    height: 42px;
  }

  .whb-header-bottom .obgss__panel {
    left: 0;
    right: 0;
    width: 100%;
  }
}

/* v1.0.1 Rev1 — header fit, mobile breathing room, and conditional clear icon. */
.obgss__clear[hidden] {
  display: none !important;
}

@media (min-width: 768px) {
  .whb-main-header .wd-header-html {
    flex: 0 1 520px !important;
    width: min(38vw, 520px) !important;
    min-width: 360px;
    max-width: 520px !important;
  }

  .whb-main-header .wd-header-html > div,
  .whb-main-header .wd-header-html .elementor,
  .whb-main-header .wd-header-html .elementor-element,
  .whb-main-header .wd-header-html .elementor-widget-container,
  .whb-main-header .wd-header-html .obgss {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .wd-header-html,
  .whb-mobile-header .wd-header-html {
    box-sizing: border-box;
    width: calc(100% - 36px) !important;
    max-width: calc(100% - 36px) !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
  }

  .whb-header-bottom .wd-header-html > div,
  .whb-header-bottom .wd-header-html .elementor,
  .whb-header-bottom .wd-header-html .elementor-element,
  .whb-header-bottom .wd-header-html .elementor-widget-container,
  .whb-header-bottom .wd-header-html .obgss,
  .whb-mobile-header .wd-header-html > div,
  .whb-mobile-header .wd-header-html .elementor,
  .whb-mobile-header .wd-header-html .elementor-element,
  .whb-mobile-header .wd-header-html .elementor-widget-container,
  .whb-mobile-header .wd-header-html .obgss {
    width: 100% !important;
    max-width: 100% !important;
  }

  .obgss__submit {
    margin-right: 4px;
  }
}

/* v1.0.1 Rev2 — slim search height, desktop spacing, and balanced mobile full width. */
@media (min-width: 1025px) {
  .whb-main-header .wd-header-html {
    flex: 0 1 500px !important;
    width: min(34vw, 500px) !important;
    min-width: 420px !important;
    max-width: 500px !important;
    margin-right: 22px !important;
  }

  .whb-main-header .obgss {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .whb-main-header .obgss__form {
    min-height: 44px !important;
    height: 44px !important;
  }

  .whb-main-header .obgss__input {
    height: 42px !important;
    padding-left: 19px !important;
    font-size: 14px !important;
  }

  .whb-main-header .obgss__submit {
    width: 38px !important;
    height: 38px !important;
    margin-right: 2px !important;
  }

  .whb-main-header .obgss__submit svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .wd-header-html,
  .whb-mobile-header .wd-header-html {
    box-sizing: border-box !important;
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
    margin-left: 16px !important;
    margin-right: 16px !important;
  }

  .whb-header-bottom .obgss,
  .whb-mobile-header .obgss {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .whb-header-bottom .obgss__form,
  .whb-mobile-header .obgss__form {
    min-height: 44px !important;
    height: 44px !important;
  }

  .whb-header-bottom .obgss__input,
  .whb-mobile-header .obgss__input {
    height: 42px !important;
    padding-left: 16px !important;
    font-size: 14px !important;
  }

  .whb-header-bottom .obgss__submit,
  .whb-mobile-header .obgss__submit {
    width: 38px !important;
    height: 38px !important;
    margin-right: 2px !important;
  }

  .whb-header-bottom .obgss__submit svg,
  .whb-mobile-header .obgss__submit svg {
    width: 20px !important;
    height: 20px !important;
  }
}


/* v1.0.1 Rev3 — final slimmer desktop and mobile search bar height. */
@media (min-width: 1025px) {
  .whb-main-header .obgss__form {
    min-height: 38px !important;
    height: 38px !important;
  }

  .whb-main-header .obgss__input {
    height: 36px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 36px !important;
  }

  .whb-main-header .obgss__submit {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    margin-right: 2px !important;
  }

  .whb-main-header .obgss__submit svg {
    width: 18px !important;
    height: 18px !important;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .obgss__form,
  .whb-mobile-header .obgss__form {
    min-height: 38px !important;
    height: 38px !important;
  }

  .whb-header-bottom .obgss__input,
  .whb-mobile-header .obgss__input {
    height: 36px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 36px !important;
  }

  .whb-header-bottom .obgss__submit,
  .whb-mobile-header .obgss__submit {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    margin-right: 2px !important;
  }

  .whb-header-bottom .obgss__submit svg,
  .whb-mobile-header .obgss__submit svg {
    width: 18px !important;
    height: 18px !important;
  }
}

/* v1.0.1 Rev5 — premium header search proportions (desktop + mobile). */
@media (min-width: 768px) {
  .whb-main-header .wd-header-html {
    min-width: 0;
    padding-right: 18px;
  }

  .whb-main-header .wd-header-html .obgss {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  .whb-main-header .obgss__form {
    min-height: 40px;
    height: 40px;
    border-width: 1px;
    border-radius: 999px;
    box-shadow: none;
  }

  .whb-main-header .obgss__input {
    height: 38px;
    padding: 0 10px 0 18px !important;
    font-size: 14px;
    line-height: 38px;
  }

  .whb-main-header .obgss__clear {
    width: 30px;
    height: 30px;
    font-size: 23px;
  }

  .whb-main-header .obgss__submit {
    width: 34px;
    height: 34px;
    margin-right: 3px;
  }

  .whb-main-header .obgss__submit svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .wd-header-html,
  .whb-header-bottom .wd-header-html > div,
  .whb-header-bottom .wd-header-html .elementor,
  .whb-header-bottom .wd-header-html .elementor-element,
  .whb-header-bottom .wd-header-html .elementor-widget-container {
    width: 100%;
    max-width: none;
  }

  .whb-header-bottom .wd-header-html {
    padding-left: 18px;
    padding-right: 18px;
  }

  .whb-header-bottom .obgss {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .whb-header-bottom .obgss__form {
    min-height: 42px;
    height: 42px;
    border-color: #dedede;
    border-width: 1px;
    border-radius: 999px;
    box-shadow: none;
  }

  .whb-header-bottom .obgss__form:focus-within {
    border-color: #d53d93;
    box-shadow: 0 0 0 2px rgba(213, 61, 147, .08);
  }

  .whb-header-bottom .obgss__input {
    height: 40px;
    padding: 0 8px 0 16px !important;
    font-size: 14px;
    line-height: 40px;
  }

  .whb-header-bottom .obgss__clear {
    width: 28px;
    height: 28px;
    font-size: 22px;
  }

  .whb-header-bottom .obgss__submit {
    width: 36px;
    height: 36px;
    margin-right: 2px;
    color: #666;
    background: transparent;
    border-radius: 50%;
    transform: none;
  }

  .whb-header-bottom .obgss__submit:hover,
  .whb-header-bottom .obgss__submit:focus-visible {
    color: #d53d93;
    background: transparent;
    transform: none;
  }

  .whb-header-bottom .obgss__submit svg {
    width: 22px;
    height: 22px;
  }
}

/* v1.0.1 Rev6 — desktop icon reduction and wider mobile black-action search. */
@media (min-width: 768px) {
  .whb-main-header .obgss__submit {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }

  .whb-main-header .obgss__submit svg {
    width: 15px !important;
    height: 15px !important;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .wd-header-html,
  .whb-mobile-header .wd-header-html {
    box-sizing: border-box !important;
    width: calc(100% - 16px) !important;
    max-width: calc(100% - 16px) !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .whb-header-bottom .obgss__submit,
  .whb-mobile-header .obgss__submit {
    color: #fff !important;
    background: #111 !important;
    border-radius: 50% !important;
  }

  .whb-header-bottom .obgss__submit:hover,
  .whb-header-bottom .obgss__submit:focus-visible,
  .whb-mobile-header .obgss__submit:hover,
  .whb-mobile-header .obgss__submit:focus-visible {
    color: #fff !important;
    background: #d53d93 !important;
  }
}


/* v1.0.1 Rev9 — premium pink pill with equally inset solid-black action. */
.obgss__form {
  box-sizing: border-box !important;
  background: #fff !important;
  border-color: #d53d93 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-radius: 999px !important;
}

.obgss__submit,
.obgss__submit:hover,
.obgss__submit:focus,
.obgss__submit:focus-visible,
.obgss__submit:active {
  box-sizing: border-box !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  color: #fff !important;
  background: #000 !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
}

.obgss__submit svg {
  display: block !important;
  flex: 0 0 auto !important;
}

@media (min-width: 768px) {
  .whb-main-header .obgss__form {
    min-height: 56px !important;
    height: 56px !important;
  }

  .whb-main-header .obgss__input {
    height: 54px !important;
    padding: 0 12px 0 22px !important;
    line-height: 54px !important;
  }

  .whb-main-header .obgss__submit {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    margin: 0 3px 0 0 !important;
  }

  .whb-main-header .obgss__submit svg {
    width: 26px !important;
    height: 26px !important;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .obgss__form,
  .whb-mobile-header .obgss__form {
    min-height: 52px !important;
    height: 52px !important;
    border-color: #d53d93 !important;
  }

  .whb-header-bottom .obgss__input,
  .whb-mobile-header .obgss__input {
    height: 50px !important;
    padding: 0 10px 0 18px !important;
    font-size: 15px !important;
    line-height: 50px !important;
  }

  .whb-header-bottom .obgss__submit,
  .whb-mobile-header .obgss__submit {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    margin: 0 3px 0 0 !important;
    color: #fff !important;
    background: #000 !important;
  }

  .whb-header-bottom .obgss__submit svg,
  .whb-mobile-header .obgss__submit svg {
    width: 24px !important;
    height: 24px !important;
  }
}


/* v1.0.1 Rev10 — isolated search height adjustment only. */
@media (min-width: 768px) {
  .whb-main-header .obgss__form {
    min-height: 52px !important;
    height: 52px !important;
  }

  .whb-main-header .obgss__input {
    height: 50px !important;
    line-height: 50px !important;
  }

  .whb-main-header .obgss__submit {
    width: 46px !important;
    min-width: 46px !important;
    height: 46px !important;
    margin-right: 4px !important;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .obgss__form,
  .whb-mobile-header .obgss__form {
    min-height: 48px !important;
    height: 48px !important;
  }

  .whb-header-bottom .obgss__input,
  .whb-mobile-header .obgss__input {
    height: 46px !important;
    line-height: 46px !important;
  }

  .whb-header-bottom .obgss__submit,
  .whb-mobile-header .obgss__submit {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    margin-right: 4px !important;
  }
}

/* v1.0.1 Rev11 — mobile compact search and 6px spacing below the menu/logo/wishlist row. */
@media (max-width: 767px) {
  .whb-header-bottom .obgss,
  .whb-mobile-header .obgss {
    padding-top: 6px !important;
  }

  .whb-header-bottom .obgss__form,
  .whb-mobile-header .obgss__form {
    min-height: 42px !important;
    height: 42px !important;
  }

  .whb-header-bottom .obgss__input,
  .whb-mobile-header .obgss__input {
    height: 40px !important;
    line-height: 40px !important;
  }

  .whb-header-bottom .obgss__submit,
  .whb-mobile-header .obgss__submit {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    margin-right: 4px !important;
    color: #fff !important;
    background: #000 !important;
  }
}


/* v1.0.1 Rev12 — mobile search spacing and black action fine tune only. */
@media (max-width: 767px) {
  .whb-header-bottom .obgss,
  .whb-mobile-header .obgss {
    padding-top: 10px !important;
  }

  .whb-header-bottom .obgss__form,
  .whb-mobile-header .obgss__form {
    min-height: 42px !important;
    height: 42px !important;
  }

  .whb-header-bottom .obgss__submit,
  .whb-mobile-header .obgss__submit {
    width: 36px !important;
    min-width: 36px !important;
    height: 36px !important;
    margin-right: 4px !important;
    color: #fff !important;
    background: #000 !important;
  }
}


/* v1.0.1 Rev13 — final mobile search spacing and compact sizing only. */
@media (max-width: 767px) {
  .whb-header-bottom .obgss,
  .whb-mobile-header .obgss {
    padding-top: 10px !important;
    padding-bottom: 4px !important;
  }

  .whb-header-bottom .obgss__form,
  .whb-mobile-header .obgss__form {
    min-height: 40px !important;
    height: 40px !important;
    border-color: #d53d93 !important;
  }

  .whb-header-bottom .obgss__input,
  .whb-mobile-header .obgss__input {
    height: 38px !important;
    line-height: 38px !important;
  }

  .whb-header-bottom .obgss__submit,
  .whb-mobile-header .obgss__submit {
    width: 30px !important;
    min-width: 30px !important;
    height: 30px !important;
    margin-right: 4px !important;
    color: #fff !important;
    background: #000 !important;
    align-self: center !important;
  }
}

/* v1.0.1 Rev18 — desktop 450px width with final asymmetric spacing. */
@media (min-width: 1025px) {
  /* Keep the custom search column from growing over the logo/menu columns. */
  .whb-main-header .whb-column:has(.obgss) {
    flex: 0 1 450px !important;
    width: auto !important;
    min-width: 360px !important;
    max-width: 450px !important;
  }

  .whb-main-header .whb-column:has(.obgss) .wd-header-html {
    box-sizing: border-box !important;
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 450px !important;
    margin: 0 10px 0 4px !important;
  }

  .whb-main-header .obgss {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  /* Match the compact 42px WoodMart-style form height. */
  .whb-main-header .obgss__form {
    min-height: 42px !important;
    height: 42px !important;
  }

  .whb-main-header .obgss__input {
    height: 40px !important;
    line-height: 40px !important;
    padding-left: 18px !important;
  }

  .whb-main-header .obgss__submit {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    margin-right: 2px !important;
  }

  .whb-main-header .obgss__submit svg {
    width: 20px !important;
    height: 20px !important;
  }
}

/* Remove the black fill from the custom shortcode button on every device. */
.whb-main-header .obgss__submit,
.whb-main-header .obgss__submit:hover,
.whb-main-header .obgss__submit:focus,
.whb-main-header .obgss__submit:focus-visible,
.whb-main-header .obgss__submit:active,
.whb-header-bottom .obgss__submit,
.whb-header-bottom .obgss__submit:hover,
.whb-header-bottom .obgss__submit:focus,
.whb-header-bottom .obgss__submit:focus-visible,
.whb-header-bottom .obgss__submit:active,
.whb-mobile-header .obgss__submit,
.whb-mobile-header .obgss__submit:hover,
.whb-mobile-header .obgss__submit:focus,
.whb-mobile-header .obgss__submit:focus-visible,
.whb-mobile-header .obgss__submit:active {
  color: #111 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}


/* v1.0.1 Rev19 — desktop 400px width and mobile 15px bottom padding only. */
@media (min-width: 1025px) {
  .whb-main-header .whb-column:has(.obgss) {
    flex-basis: 400px !important;
    max-width: 400px !important;
  }

  .whb-main-header .whb-column:has(.obgss) .wd-header-html {
    max-width: 400px !important;
    margin: 0 10px 0 4px !important;
  }
}

@media (max-width: 767px) {
  .whb-header-bottom .obgss,
  .whb-mobile-header .obgss {
    padding-bottom: 15px !important;
  }
}

/* v1.0.1 Rev20 — editable animated placeholders and premium breathing border. */
.obgss__input::placeholder {
  color: var(--obgss-placeholder-color, #d53d93) !important;
  opacity: 1;
  transition: opacity .28s ease;
}

.obgss.is-placeholder-fading .obgss__input::placeholder {
  opacity: 0;
}

.obgss.has-border-animation .obgss__form:not(:focus-within) {
  animation: obgss-border-breathe 3.6s ease-in-out infinite;
}

.obgss.has-border-animation .obgss__form:focus-within {
  animation: none;
  border-color: var(--obgss-placeholder-color, #d53d93) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--obgss-placeholder-color, #d53d93) 16%, transparent) !important;
}

.obgss.is-typing .obgss__form {
  animation: none !important;
  border-color: var(--obgss-placeholder-color, #d53d93) !important;
  box-shadow: none !important;
}

@keyframes obgss-border-breathe {
  0%, 100% {
    border-color: var(--obgss-placeholder-color, #d53d93);
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--obgss-placeholder-color, #d53d93) 0%, transparent);
  }
  50% {
    border-color: var(--obgss-placeholder-color, #d53d93);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--obgss-placeholder-color, #d53d93) 13%, transparent);
  }
}

@media (prefers-reduced-motion: reduce) {
  .obgss.has-border-animation .obgss__form,
  .obgss__input::placeholder {
    animation: none !important;
    transition: none !important;
  }
}


/* v1.0.2 Rev2 — Myntra-inspired premium category suggestions. */
.obgss__section + .obgss__section {
  border-top: 1px solid rgba(17,17,17,.07);
}

.obgss__section-title {
  padding: 9px 15px;
  color: #5f626a;
  background: #f1f1f3;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.obgss__categories {
  padding: 5px 0 7px;
}

.obgss__category {
  display: block;
  min-height: 0;
  padding: 8px 16px;
  border-radius: 0;
}

.obgss__category .obgss__title {
  display: block;
  overflow: visible;
  color: #3f4653;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: unset;
}

.obgss__category:hover,
.obgss__category.is-active {
  background: #fff4fa;
}

.obgss__category:hover .obgss__title,
.obgss__category.is-active .obgss__title {
  color: #d53d93;
}

@media (max-width: 767px) {
  .obgss__section-title {
    padding: 9px 14px;
  }

  .obgss__category {
    padding: 9px 14px;
  }
}

