:root {
  --hvss-ink: var(--primary-color, #0b2447);
  --hvss-red: #e63725;
  --hvss-line: #e3e8ec;
  --hvss-soft: #f2f5f6;
}

html.hvss-open,
html.hvss-open body {
  overflow: hidden;
}

.hvss-trigger {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  margin: 0 !important;
  padding: 8px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hvss-trigger-icon-color, inherit) !important;
  cursor: pointer;
}

.hvss-trigger svg,
.hvss-searchbar svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}


.hvss-inline-form {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 58px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--hvss-form-border-color, #d9dee3);
  border-radius: 10px;
  background: var(--hvss-form-bar-color, #fff);
  box-shadow: none;
}

.hvss-inline-form .hvss-inline-input[type="search"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 58px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hvss-form-text-color, #555) !important;
  -webkit-text-fill-color: var(--hvss-form-text-color, #555) !important;
  font: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-align: left !important;
  text-transform: none !important;
}

.hvss-inline-form .hvss-inline-input[type="search"]::placeholder {
  color: var(--hvss-form-text-color, #555) !important;
  -webkit-text-fill-color: var(--hvss-form-text-color, #555) !important;
  opacity: .68 !important;
}

.hvss-inline-form .hvss-inline-input[type="search"]:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.hvss-inline-form .hvss-inline-submit {
  appearance: none !important;
  display: flex !important;
  flex: 0 0 78px;
  align-items: center;
  justify-content: center;
  width: 78px !important;
  min-width: 78px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: var(--hvss-form-button-color, #2f6b2d) !important;
  box-shadow: none !important;
  color: var(--hvss-form-icon-color, #fff) !important;
  cursor: pointer;
}

.hvss-inline-form .hvss-inline-submit svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hvss-inline-form input[type="search"]::-webkit-search-cancel-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: none !important;
}

.hvss-modal[hidden] {
  display: none !important;
}

.hvss-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  color: var(--hvss-ink);
  font: inherit;
}

.hvss-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 18, 38, .58);
}

.hvss-dialog {
  position: relative;
  width: calc(100% - 32px);
  max-width: var(--hvss-popup-width, 1280px);
  max-height: min(86vh, 850px);
  margin: 0 auto;
  overflow: auto;
  background: #fff;
  box-shadow: 0 15px 55px rgba(0, 0, 0, .22);
}

.hvss-searchbar {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 54px;
  margin: 16px 8px 0;
  background: var(--hvss-popup-bar-color, var(--hvss-soft));
  color: var(--hvss-popup-icon-color, var(--hvss-ink));
}

.hvss-field-icon {
  display: flex;
  padding-left: 14px;
}

.hvss-modal .hvss-input[type="search"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 54px !important;
  min-height: 54px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hvss-ink) !important;
  -webkit-text-fill-color: var(--hvss-ink) !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
}

.hvss-modal .hvss-input::placeholder {
  color: #9ba9b8 !important;
  -webkit-text-fill-color: #9ba9b8 !important;
  opacity: 1 !important;
}

.hvss-modal input[type="search"]::-webkit-search-cancel-button,
.hvss-results-form input[type="search"]::-webkit-search-cancel-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: none !important;
}

.hvss-close,
.hvss-back {
  appearance: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  margin: 0 !important;
  padding: 11px !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hvss-popup-icon-color, var(--hvss-ink)) !important;
}

.hvss-close svg {
  width: 22px;
  height: 22px;
}

.hvss-back {
  display: none !important;
}

.hvss-content {
  padding: 22px 38px 0;
}

.hvss-section h2,
.hvss-live-section h2 {
  margin: 8px 0 20px;
  color: inherit;
  font: inherit;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.35;
}

.hvss-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hvss-keyword {
  appearance: none !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 10px 16px !important;
  border: 1px solid var(--hvss-line) !important;
  border-radius: 99px !important;
  background: #fafcfc !important;
  box-shadow: none !important;
  color: inherit !important;
  font: inherit !important;
  font-size: .9rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.hvss-keyword:hover {
  border-color: var(--hvss-ink) !important;
  background: #fff !important;
}

.hvss-popular-section {
  margin-top: 36px;
}

.hvss-product-row {
  display: grid;
  grid-template-columns: repeat(var(--hvss-cols-pc, 5), minmax(0, 1fr));
  gap: 34px;
}

.hvss-product-card {
  min-width: 0;
  color: var(--hvss-ink);
  font: inherit;
}

.hvss-product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 135px;
  margin-bottom: 15px;
}

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

.hvss-product-card a {
  color: inherit;
  text-decoration: none;
}

.hvss-sku {
  margin-bottom: 4px;
  font-size: .76rem;
  font-weight: 600;
  letter-spacing: .01em;
}

.hvss-product-card h3 {
  display: -webkit-box;
  min-height: 2.85em;
  margin: 0 0 9px;
  overflow: hidden;
  color: inherit;
  font: inherit;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hvss-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  color: var(--hvss-red);
  font-size: 1rem;
  font-weight: 700;
}

.hvss-price .price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
}

.hvss-price ins {
  text-decoration: none;
}

.hvss-price del {
  order: 2;
  color: var(--hvss-ink);
  font-size: .8rem;
  font-weight: 400;
  opacity: .9;
}

.hvss-discount {
  order: 3;
  padding: 3px 6px;
  border-radius: 2px;
  background: #f9e2e0;
  color: #d9564d;
  font-size: .76rem;
}

.hvss-support,
.hvss-stock {
  display: inline-block;
  margin-top: 8px;
  font-size: .8rem;
  text-decoration: underline !important;
}

.hvss-stock.is-out {
  color: #777;
}

.hvss-dots {
  display: none;
}

.hvss-live-section {
  padding: 0 0 22px;
}

.hvss-live-section + .hvss-live-section {
  padding-top: 20px;
  border-top: 1px solid var(--hvss-line);
}

.hvss-live-section h2 span {
  color: #65758a;
  font-weight: 400;
}

.hvss-articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hvss-articles li {
  margin: 0 0 10px;
}

.hvss-articles a {
  color: inherit;
  text-decoration: none;
}

.hvss-view-all {
  display: block;
  margin: 0 -38px;
  padding: 20px;
  border-top: 1px solid var(--hvss-line);
  color: inherit;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.hvss-message {
  padding: 55px 20px;
  text-align: center;
}

.hvss-loading i {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 2px solid #ccd5dd;
  border-top-color: var(--hvss-ink);
  border-radius: 50%;
  vertical-align: -4px;
  animation: hvss-spin .7s linear infinite;
}

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

.hvss-results-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 25px 70px;
  color: var(--hvss-ink);
}

.hvss-results-head h1 {
  margin: 0 0 24px;
  color: inherit;
  font: inherit;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 700;
}

.hvss-results-form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 760px;
  height: 58px;
  background: var(--hvss-soft);
}

.hvss-results-form svg {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  margin-left: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

body.hvss-results-page .hvss-results-wrap .hvss-results-form input[type="search"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: block !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 58px !important;
  min-height: 58px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--hvss-ink) !important;
  -webkit-text-fill-color: var(--hvss-ink) !important;
  font-family: inherit !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
}

body.hvss-results-page .hvss-results-wrap .hvss-results-form input[type="search"]:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.hvss-results-form button {
  flex: 0 0 auto;
  height: 44px !important;
  margin: 0 7px 0 0 !important;
  padding: 0 24px !important;
  border: 0 !important;
  background: var(--hvss-ink) !important;
  color: #fff !important;
}

.hvss-summary {
  margin: 30px 0 16px;
}

.hvss-tabs {
  display: flex;
  gap: 25px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--hvss-line);
}

.hvss-tabs a {
  padding: 12px 0;
  color: inherit;
  text-decoration: none;
}

.hvss-tabs a.is-active {
  border-bottom: 2px solid var(--hvss-ink);
  font-weight: 700;
}

.hvss-results-grid {
  display: grid;
  grid-template-columns: repeat(var(--hvss-cols-pc, 5), minmax(0, 1fr));
  gap: 38px 28px;
}

.hvss-results-grid .hvss-product-image {
  height: 220px;
}

.hvss-result-section + .hvss-result-section {
  margin-top: 38px;
}

.hvss-result-section > h2:not(.screen-reader-text) {
  margin: 0 0 18px;
  color: inherit;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 700;
}

.hvss-article-results {
  display: grid;
  gap: 0;
}

.hvss-article-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--hvss-line);
}

.hvss-article-item h2 {
  margin: 0 0 8px;
  font: inherit;
  font-size: 1.1rem;
  font-weight: 700;
}

.hvss-article-item a {
  color: inherit;
  text-decoration: none;
}

.hvss-article-item p {
  margin: 0;
  color: #4f6072;
}

.hvss-pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 40px;
}

.hvss-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border: 1px solid var(--hvss-line);
  color: inherit;
  text-decoration: none;
}

.hvss-pagination .current {
  border-color: var(--hvss-ink);
  background: var(--hvss-ink);
  color: #fff;
}

@media (min-width: 769px) {
  .hvss-dialog { top: 16px; }
  .hvss-content { padding-bottom: 45px; }
  .hvss-product-row { padding-bottom: 4px; }
}

@media (max-width: 768px) {
  .hvss-modal { background: #fff; }
  .hvss-backdrop { display: none; }

  .hvss-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    box-shadow: none;
  }

  .hvss-searchbar { margin: 24px 23px 0 88px; }

  .hvss-back {
    position: fixed;
    top: 27px;
    left: 20px;
    display: flex !important;
  }

  .hvss-close { display: none !important; }
  .hvss-content { padding: 20px 30px; }

  .hvss-section h2,
  .hvss-live-section h2 {
    margin-bottom: 20px;
    font-size: 1.15rem;
  }

  .hvss-keywords { gap: 12px; }

  .hvss-keyword {
    min-height: 48px !important;
    padding: 12px 18px !important;
    font-size: .95rem !important;
  }

  .hvss-popular-section { margin-top: 52px; }

  .hvss-product-row {
    display: flex;
    gap: 16px;
    margin-right: -30px;
    padding: 0 30px 12px 0;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
  }

  .hvss-product-row::-webkit-scrollbar { display: none; }

  .hvss-product-card {
    flex: 0 0 var(--hvss-mobile-basis, calc(50% - 8px));
    scroll-snap-align: start;
  }

  .hvss-product-image { height: 145px; }

  .hvss-product-card h3 {
    min-height: 4.25em;
    font-size: .9rem;
    -webkit-line-clamp: 3;
  }

  .hvss-price { font-size: 1.08rem; }

  .hvss-dots {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin: 22px 0 5px;
  }

  .hvss-dots[hidden] { display: none !important; }

  .hvss-dots button {
    appearance: none !important;
    width: 11px !important;
    min-width: 11px !important;
    height: 11px !important;
    min-height: 11px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 2px solid var(--hvss-ink) !important;
    border-radius: 50% !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .hvss-dots button.is-active { background: var(--hvss-ink) !important; }
  .hvss-view-all { margin: 0 -30px; }
  .hvss-results-wrap { padding: 28px 18px 55px; }
  .hvss-results-form button { padding: 0 15px !important; }

  .hvss-tabs {
    overflow: auto;
    white-space: nowrap;
  }

  .hvss-results-grid {
    grid-template-columns: repeat(var(--hvss-cols-mobile, 2), minmax(0, 1fr));
    gap: 30px 16px;
  }

  .hvss-results-grid .hvss-product-image { height: 155px; }
}

@media (max-width: 390px) {
  .hvss-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hvss-searchbar {
    margin-right: 15px;
    margin-left: 67px;
  }

  .hvss-back { left: 7px; }
  .hvss-product-row { margin-right: -20px; }

  .hvss-view-all {
    margin-right: -20px;
    margin-left: -20px;
  }
}
