/* Dashio delivery header and address panel v0.8.1 */
.dht-home-header {
  --dht-teal: #0c927a;
  --dht-dark: #075f50;
  --dht-ink: #17231f;
  --dht-muted: #65736e;
  --dht-mint: #eaf8f4;
  --dht-line: #e1e9e6;
  position: sticky;
  top: 0;
  z-index: 980;
  color: var(--dht-ink);
  background: linear-gradient(180deg, rgba(224, 245, 239, .98) 0%, rgba(241, 251, 248, .98) 58%, rgba(255, 255, 255, .98) 100%);
  border-bottom: 1px solid #d6e9e3;
  box-shadow: 0 5px 18px rgba(20, 82, 68, .09);
  backdrop-filter: blur(12px);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.admin-bar .dht-home-header { top: 32px; }

.dht-home-header *,
.dht-home-header *::before,
.dht-home-header *::after { box-sizing: border-box; }

.dht-home-header a { text-decoration: none; }

.dht-header-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10px 0;
}

.dht-main-row {
  display: grid;
  grid-template-columns: 230px minmax(360px, 1fr) auto;
  min-height: 58px;
  align-items: center;
  gap: 18px;
}

.dht-delivery-block {
  min-width: 0;
  padding-right: 14px;
  border-right: 1px solid var(--dht-line);
  transform: translateY(3px);
}

.dht-mini-logo {
  display: inline-flex;
  height: 18px;
  align-items: center;
  margin: 0 0 5px;
  color: var(--dht-teal);
  line-height: 1;
}

.dht-mini-logo:hover,
.dht-mini-logo:focus { color: var(--dht-dark); }

.dht-logo-word {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .06em;
}

.dht-speed-line {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.dht-speed-line strong {
  overflow: hidden;
  color: var(--dht-ink);
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dht-speed-bolt {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border-radius: 8px;
  color: #fff;
  background: var(--dht-teal);
}

.dht-speed-bolt svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  stroke: none;
}

.dht-address-line {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  gap: 5px;
  margin-top: 6px;
  padding: 0;
  border: 0;
  color: var(--dht-muted);
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  font-weight: 650;
  text-align: left;
}

.dht-address-line > span:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dht-address-line:hover .dht-address-text,
.dht-address-line:focus-visible .dht-address-text { color: var(--dht-dark); }

.dht-address-line:focus-visible {
  outline: 2px solid rgba(12, 146, 122, .35);
  outline-offset: 4px;
  border-radius: 5px;
}

.dht-address-pin,
.dht-chevron {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--dht-teal);
}

.dht-address-pin svg,
.dht-chevron svg,
.dht-search-icon svg,
.dht-actions svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dht-chevron svg { width: 14px; height: 14px; }

.dht-search-row {
  display: flex;
  height: 50px;
  min-width: 0;
  align-items: center;
  margin-left: 30px;
  padding: 0 9px 0 16px;
  border: 1px solid #dfe7e4;
  border-radius: 12px;
  color: #73817c;
  background: #f4f7f6;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.dht-search-row:hover {
  border-color: #badbd2;
  background: #fff;
  box-shadow: 0 4px 12px rgba(12, 146, 122, .08);
}

.dht-search-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-right: 10px;
  color: var(--dht-teal);
}

.dht-search-icon svg { width: 21px; height: 21px; }

.dht-search-placeholder {
  min-width: 0;
  overflow: hidden;
  color: #6f7e79;
  font-size: 13px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dht-search-hint {
  margin-left: auto;
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--dht-dark);
  background: #e3f2ed;
  font-size: 10px;
  font-weight: 800;
}

.dht-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dht-action-link {
  position: relative;
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.dht-account-link {
  width: 48px;
  min-width: 48px;
  padding: 0;
  border: 1px solid var(--dht-teal);
  border-radius: 50%;
  color: #fff;
  background: var(--dht-teal);
  box-shadow: 0 7px 16px rgba(12, 146, 122, .24);
}

.dht-account-link span,
.dht-cart-link span { display: none; }

.dht-action-link.dht-account-link svg {
  width: 23px;
  height: 23px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease;
}

.dht-account-link:hover,
.dht-account-link:focus {
  color: #fff;
  border-color: var(--dht-dark);
  background: var(--dht-dark);
  box-shadow: 0 8px 18px rgba(7, 95, 80, .25);
  transform: translateY(-1px);
}

.dht-account-link:hover svg,
.dht-account-link:focus svg {
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.dht-cart-link {
  width: 48px;
  min-width: 48px;
  padding: 0;
  border: 1px solid var(--dht-teal);
  border-radius: 50%;
  color: #fff;
  background: var(--dht-teal);
  box-shadow: 0 7px 16px rgba(12, 146, 122, .24);
}

.dht-cart-link:hover,
.dht-cart-link:focus {
  color: #fff;
  background: var(--dht-dark);
  transform: translateY(-1px);
}

.dht-action-link svg { width: 19px; height: 19px; }
.dht-action-link.dht-cart-link > svg {
  width: 23px;
  height: 23px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  stroke-width: 2.15;
}

.dht-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border-radius: 999px;
  color: var(--dht-dark);
  background: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 850;
}

body.dht-address-open { overflow: hidden; }

.dht-address-modal[hidden] { display: none; }

.dht-address-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: grid;
  place-items: center;
  padding: 20px;
  color: #17231f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.dht-address-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(7, 35, 29, .48);
  backdrop-filter: blur(4px);
  cursor: default;
}

.dht-address-panel {
  position: relative;
  width: min(540px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 26px;
  border: 1px solid #d9e9e4;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 59, 49, .24);
  animation: dht-panel-in .2s ease-out;
  scrollbar-width: thin;
  scrollbar-color: #b8d9d0 transparent;
}

.dht-address-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.dht-address-kicker {
  display: block;
  margin-bottom: 5px;
  color: #0c927a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}

.dht-address-panel h2 {
  margin: 0;
  color: #14231e;
  font-size: 24px;
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.dht-address-close {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid #dce9e5;
  border-radius: 50%;
  color: #426158;
  background: #f2f8f6;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

.dht-address-close:hover { color: #fff; background: #0c927a; }

.dht-address-intro {
  margin: 13px 0 20px;
  color: #66766f;
  font-size: 13px;
  line-height: 1.5;
}

.dht-current-location {
  display: grid;
  width: 100%;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid #a9d9cd;
  border-radius: 15px;
  color: #173c33;
  background: linear-gradient(135deg, #e9f8f4 0%, #f7fcfa 100%);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.dht-current-location:hover,
.dht-current-location:focus-visible {
  border-color: #0c927a;
  box-shadow: 0 7px 20px rgba(12, 146, 122, .12);
  transform: translateY(-1px);
}

.dht-current-location > span:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: #0c927a;
}

.dht-current-location svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.dht-current-location strong,
.dht-current-location small {
  display: block;
}

.dht-current-location strong { font-size: 13px; font-weight: 850; }
.dht-current-location small { margin-top: 3px; color: #688078; font-size: 10px; }
.dht-current-location em {
  padding: 6px 9px;
  border-radius: 8px;
  color: #08705d;
  background: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 850;
}
.dht-current-location.is-captured { border-color: #0c927a; background: #e3f5ef; }
.dht-current-location:disabled { cursor: wait; opacity: .72; transform: none; }

.dht-location-note {
  margin: 7px 3px 15px;
  color: #83918c;
  font-size: 9px;
  line-height: 1.4;
}

.dht-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 15px 0 8px;
}

.dht-section-title span {
  color: #2a4038;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
}

.dht-section-title small {
  color: #87958f;
  font-size: 9px;
  font-weight: 650;
}

.dht-saved-list {
  display: grid;
  gap: 7px;
}

.dht-saved-wrap.is-empty { display: none; }

.dht-saved-card {
  border: 1px solid #e0ebe7;
  border-radius: 12px;
  background: #fbfdfc;
  overflow: hidden;
}

.dht-saved-main {
  display: grid;
  width: 100%;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 9px 11px 7px;
  border: 0;
  color: #2c4039;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.dht-saved-card:hover { border-color: #86c8b8; background: #f2faf7; }
.dht-saved-main:focus-visible { outline: 2px solid rgba(12, 146, 122, .35); outline-offset: -2px; }

.dht-saved-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #0c927a;
  background: #e6f6f1;
}

.dht-saved-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.dht-saved-main strong,
.dht-saved-main small { display: block; }
.dht-saved-main strong { font-size: 11px; font-weight: 850; }
.dht-saved-main small {
  overflow: hidden;
  margin-top: 2px;
  color: #74827d;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dht-saved-main em { color: #0c927a; font-size: 9px; font-style: normal; font-weight: 850; }

.dht-saved-actions {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  padding: 0 8px 7px;
}

.dht-saved-actions button {
  padding: 4px 8px;
  border: 0;
  border-radius: 7px;
  color: #527068;
  background: #edf5f2;
  cursor: pointer;
  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
}

.dht-saved-actions button:hover { color: #075f50; background: #dff1eb; }
.dht-saved-actions button[data-dht-delete-address]:hover { color: #a12019; background: #fff0ef; }

.dht-add-title {
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #e6eeeb;
}

.dht-address-form { display: grid; gap: 8px; }

.dht-address-types {
  display: flex;
  gap: 7px;
  margin: 0 0 3px;
  padding: 0;
  border: 0;
}

.dht-address-types legend {
  margin-bottom: 7px;
  color: #30433c;
  font-size: 11px;
  font-weight: 800;
}

.dht-address-types label { cursor: pointer; }
.dht-address-types input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.dht-address-types span {
  display: grid;
  min-width: 70px;
  height: 33px;
  place-items: center;
  padding: 0 12px;
  border: 1px solid #d9e6e2;
  border-radius: 10px;
  color: #60716b;
  background: #f7faf9;
  font-size: 10px;
  font-weight: 800;
}

.dht-address-types input:checked + span {
  border-color: #0c927a;
  color: #08715f;
  background: #e7f6f2;
  box-shadow: inset 0 0 0 1px rgba(12, 146, 122, .08);
}

.dht-address-types input:focus-visible + span {
  outline: 2px solid rgba(12, 146, 122, .3);
  outline-offset: 2px;
}

.dht-address-form > label {
  margin-top: 4px;
  color: #30433c;
  font-size: 12px;
  font-weight: 800;
}

.dht-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(130px, .7fr);
  gap: 10px;
}

.dht-form-grid > div { min-width: 0; }
.dht-form-grid label {
  display: block;
  margin: 4px 0 8px;
  color: #30433c;
  font-size: 12px;
  font-weight: 800;
}
.dht-form-grid label small { color: #899690; font-size: 9px; font-weight: 600; }

.dht-address-field {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #dbe7e3;
  border-radius: 13px;
  background: #f7faf9;
  transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.dht-address-field:focus-within {
  border-color: #68bba8;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(12, 146, 122, .11);
}

.dht-field-icon,
.dht-field-pincode,
.dht-field-prefix {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  place-items: center;
  border-radius: 8px;
  color: #0c927a;
  background: #e6f6f1;
}

.dht-field-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.dht-field-pincode { font-size: 8px; font-weight: 900; letter-spacing: .04em; }
.dht-field-prefix {
  width: auto;
  min-width: 27px;
  padding: 0 6px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .02em;
}

.dht-address-field input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: #1c2e28;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
}

.dht-address-field input::placeholder { color: #8a9994; font-weight: 500; }

.dht-serviceability {
  min-height: 0;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  transition: padding .16s ease, background .16s ease;
}

.dht-serviceability:not(:empty) { padding: 9px 11px; }
.dht-serviceability.is-success { color: #087a54; background: #e8f7f1; }
.dht-serviceability.is-pending { color: #946200; background: #fff7dd; }
.dht-serviceability.is-error { color: #b42318; background: #fff0ef; }

.dht-contact-grid { margin-top: 1px; }

.dht-instructions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 4px 0 2px;
  padding: 0;
  border: 0;
}

.dht-instructions legend {
  width: 100%;
  margin-bottom: 2px;
  color: #30433c;
  font-size: 12px;
  font-weight: 800;
}

.dht-instructions legend small,
.dht-address-form > label small { color: #899690; font-size: 9px; font-weight: 600; }
.dht-instructions label { cursor: pointer; }
.dht-instructions input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.dht-instructions span {
  display: grid;
  height: 31px;
  place-items: center;
  padding: 0 10px;
  border: 1px solid #dbe7e3;
  border-radius: 9px;
  color: #62736d;
  background: #f7faf9;
  font-size: 9px;
  font-weight: 800;
}

.dht-instructions input:checked + span {
  border-color: #0c927a;
  color: #08715f;
  background: #e7f6f2;
}

.dht-instructions input:focus-visible + span {
  outline: 2px solid rgba(12, 146, 122, .3);
  outline-offset: 2px;
}

.dht-address-note {
  width: 100%;
  min-height: 62px;
  resize: vertical;
  padding: 12px 14px;
  border: 1px solid #dbe7e3;
  border-radius: 13px;
  outline: 0;
  color: #1c2e28;
  background: #f7faf9;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
}

.dht-address-note:focus {
  border-color: #68bba8;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(12, 146, 122, .11);
}

.dht-address-note::placeholder { color: #8a9994; font-weight: 500; }

.dht-address-status {
  min-height: 18px;
  margin: 2px 0 0;
  color: #b42318;
  font-size: 11px;
  font-weight: 700;
}

.dht-address-status.is-success { color: #087a54; }
.dht-address-status.is-pending { color: #9a6700; }
.dht-address-status.is-error { color: #b42318; }

.dht-address-save {
  height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: #0c927a;
  box-shadow: 0 8px 18px rgba(12, 146, 122, .22);
  cursor: pointer;
  font-size: 13px;
  font-weight: 850;
}

.dht-address-save:hover { background: #075f50; }
.dht-address-save:disabled { cursor: wait; opacity: .65; }

.dht-address-privacy {
  margin: 13px 0 0;
  color: #84908c;
  font-size: 10px;
  text-align: center;
}

@keyframes dht-panel-in {
  from { opacity: 0; transform: translateY(10px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 900px) {
  .dht-main-row { grid-template-columns: 210px minmax(280px, 1fr) auto; gap: 10px; }
  .dht-search-row { margin-left: 12px; }
  .dht-account-link { width: 45px; min-width: 45px; padding: 0; }
}

@media (max-width: 700px) {
  .admin-bar .dht-home-header { top: 46px; }

  .dht-home-header {
    position: relative;
    border-radius: 0 0 16px 16px;
  }

  .dht-header-shell {
    width: 100%;
    padding: 9px 12px 11px;
  }

  .dht-main-row {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 8px;
    row-gap: 13px;
  }

  .dht-delivery-block {
    min-height: 45px;
    padding-right: 4px;
    border-right: 0;
  }

  .dht-mini-logo { margin-bottom: 4px; }
  .dht-logo-word { font-size: 13px; }

  .dht-speed-line strong { font-size: 14px; }
  .dht-speed-bolt { width: 23px; height: 23px; flex-basis: 23px; border-radius: 7px; }
  .dht-address-line { margin-top: 4px; font-size: 10px; }

  .dht-actions { grid-column: 2; grid-row: 1; gap: 10px; }
  .dht-action-link { width: 41px; min-width: 41px; height: 41px; padding: 0; }
  .dht-action-link span { display: none; }
  .dht-account-link { border: 1px solid var(--dht-teal); border-radius: 50%; background: var(--dht-teal); }
  .dht-action-link.dht-account-link svg,
  .dht-action-link.dht-cart-link > svg { width: 21px; height: 21px; padding: 0; }
  .dht-action-link.dht-account-link svg { width: 21px; height: 21px; padding: 0; }
  .dht-cart-link { border-color: var(--dht-teal); border-radius: 50%; background: var(--dht-teal); }

  .dht-search-row {
    grid-column: 1 / -1;
    grid-row: 2;
    height: 46px;
    margin-left: 0;
    border-radius: 12px;
  }

  .dht-search-placeholder { font-size: 12px; }
  .dht-search-hint { display: none; }

  .dht-address-modal { place-items: end center; padding: 0; }

  .dht-address-panel {
    width: 100%;
    max-height: 92vh;
    padding: 22px 18px 20px;
    border-width: 1px 0 0;
    border-radius: 22px 22px 0 0;
  }

  .dht-address-panel h2 { font-size: 21px; }
  .dht-current-location { margin-top: 15px; padding: 10px 12px; }
  .dht-location-note { margin-bottom: 12px; }
  .dht-form-grid { grid-template-columns: 1fr; gap: 0; }
  .dht-address-types span { min-width: 64px; padding: 0 10px; }
}

@media (max-width: 360px) {
  .dht-speed-line strong { font-size: 13px; }
  .dht-search-placeholder { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  .dht-action-link,
  .dht-search-row,
  .dht-address-panel { transition: none; animation: none; }
}

/* v0.8.0 quick-commerce visual system */
.dht-home-header {
  --dht-teal: #07967a;
  --dht-dark: #056653;
  --dht-ink: #10251f;
  --dht-muted: #5f726b;
  --dht-mint: #e7f8f2;
  --dht-line: #d7ebe4;
  background: linear-gradient(180deg, rgba(213, 246, 236, .98) 0%, rgba(239, 251, 247, .98) 58%, rgba(255, 255, 255, .99) 100%);
  border-bottom-color: #cfe8df;
  box-shadow: 0 6px 22px rgba(5, 102, 83, .1);
}

.dht-header-shell { width: min(1280px, calc(100% - 28px)); padding: 9px 0 10px; }
.dht-main-row { grid-template-columns: 246px minmax(340px, 1fr) auto; gap: 14px; min-height: 64px; }

.dht-delivery-block {
  padding: 8px 13px 9px;
  border: 1px solid rgba(7, 150, 122, .14);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 5px 15px rgba(5, 102, 83, .07);
  transform: none;
}

.dht-mini-logo { height: 17px; margin-bottom: 4px; gap: 7px; }
.dht-logo-word { font-size: 14px; letter-spacing: .015em; }
.dht-quick-tag {
  display: inline-grid;
  height: 16px;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  color: #fff;
  background: var(--dht-teal);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
}

.dht-speed-line { gap: 8px; }
.dht-speed-line strong { font-size: 16px; font-weight: 900; }
.dht-speed-bolt { width: 27px; height: 27px; flex-basis: 27px; border-radius: 9px; box-shadow: 0 5px 12px rgba(7, 150, 122, .22); }
.dht-address-line { margin-top: 5px; color: #546a63; font-size: 10.5px; font-weight: 750; }

.dht-search-row {
  height: 54px;
  margin-left: 10px;
  padding: 0 9px 0 17px;
  border: 1px solid #d6e8e2;
  border-radius: 16px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 7px 20px rgba(21, 80, 67, .08);
}

.dht-search-row:hover { border-color: #88cbbb; box-shadow: 0 9px 24px rgba(7, 150, 122, .12); }
.dht-search-placeholder { color: #667a73; font-size: 13.5px; }
.dht-search-hint { padding: 8px 12px; border-radius: 10px; color: #08725e; background: #e3f6f0; }
.dht-actions { gap: 11px; }
.dht-action-link { width: 48px; min-width: 48px; height: 48px; padding: 0; border-radius: 15px; }
.dht-account-link,
.dht-cart-link { border: 1px solid rgba(255, 255, 255, .82); background: var(--dht-teal); box-shadow: 0 8px 18px rgba(7, 150, 122, .23); }
.dht-account-link:hover,
.dht-account-link:focus,
.dht-cart-link:hover,
.dht-cart-link:focus { border-color: var(--dht-dark); background: var(--dht-dark); box-shadow: 0 9px 20px rgba(5, 102, 83, .25); }

.dht-address-backdrop { background: rgba(4, 28, 22, .58); backdrop-filter: blur(7px); }
.dht-address-panel {
  width: min(620px, 100%);
  max-height: calc(100vh - 34px);
  padding: 0 24px 22px;
  border-color: rgba(7, 150, 122, .2);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(3, 44, 35, .3);
}

.dht-address-panel-head {
  position: sticky;
  top: 0;
  z-index: 3;
  margin: 0 -24px;
  padding: 23px 24px 18px;
  border-bottom: 1px solid #e2eee9;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(180deg, #edfaf6 0%, rgba(255, 255, 255, .98) 100%);
}

.dht-address-kicker { margin-bottom: 6px; color: #07856d; font-size: 9px; letter-spacing: .16em; }
.dht-address-panel h2 { font-size: 25px; font-weight: 920; }
.dht-address-close { border-color: #d5e9e2; color: #315b50; background: rgba(255, 255, 255, .9); box-shadow: 0 5px 12px rgba(5, 102, 83, .08); }

.dht-current-location {
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 13px;
  margin-top: 18px;
  padding: 12px 14px;
  border: 1.5px solid #8dcfbe;
  border-radius: 17px;
  background: linear-gradient(135deg, #e1f7f0 0%, #f8fdfb 100%);
  box-shadow: 0 6px 18px rgba(7, 150, 122, .07);
}

.dht-current-location > span:first-child { width: 46px; height: 46px; border-radius: 14px; box-shadow: 0 7px 15px rgba(7, 150, 122, .22); }
.dht-current-location strong { font-size: 13.5px; }
.dht-current-location small { font-size: 10px; }
.dht-current-location em { padding: 7px 10px; border: 1px solid #d8eee7; border-radius: 9px; }
.dht-location-note { margin: 7px 4px 11px; font-size: 8.5px; text-align: center; }

.dht-quick-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 10px 0 8px;
}

.dht-quick-trust span {
  display: grid;
  min-height: 40px;
  place-items: center;
  padding: 6px 8px;
  border: 1px solid #dfede8;
  border-radius: 11px;
  color: #64766f;
  background: #f8fbfa;
  font-size: 8.5px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
}

.dht-quick-trust b { color: #07836c; font-size: 10px; font-weight: 900; }
.dht-or-divider { display: flex; align-items: center; gap: 10px; margin: 15px 0 3px; color: #8b9994; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.dht-or-divider::before,
.dht-or-divider::after { content: ""; height: 1px; flex: 1; background: #e2ece8; }
.dht-add-title { margin-top: 10px; padding-top: 0; border-top: 0; }
.dht-section-title span { font-size: 12px; }

.dht-address-form { gap: 7px; }
.dht-address-types { margin-bottom: 1px; }
.dht-address-types span { height: 35px; border-radius: 11px; }
.dht-form-grid { gap: 9px; }
.dht-address-field { height: 47px; border-radius: 12px; background: #f7faf9; }
.dht-address-note { min-height: 56px; border-radius: 12px; }
.dht-instructions span { height: 32px; border-radius: 10px; }
.dht-address-status { min-height: 15px; }

.dht-address-save {
  position: sticky;
  bottom: -1px;
  z-index: 2;
  display: grid;
  width: 100%;
  min-height: 54px;
  height: auto;
  place-items: center;
  gap: 2px;
  margin-top: 3px;
  padding: 9px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #07967a 0%, #05735e 100%);
  box-shadow: 0 11px 25px rgba(7, 150, 122, .28);
}

.dht-address-save span { display: block; font-size: 13px; font-weight: 900; line-height: 1.1; }
.dht-address-save small { display: block; color: rgba(255, 255, 255, .78); font-size: 8.5px; font-weight: 700; line-height: 1.1; }
.dht-address-privacy { margin-top: 10px; }

@media (max-width: 900px) {
  .dht-main-row { grid-template-columns: 225px minmax(250px, 1fr) auto; gap: 10px; }
  .dht-search-row { margin-left: 0; }
}

@media (max-width: 700px) {
  .dht-home-header { border-radius: 0 0 20px 20px; }
  .dht-header-shell { width: 100%; padding: 9px 11px 12px; }
  .dht-main-row { grid-template-columns: minmax(0, 1fr) auto; column-gap: 9px; row-gap: 11px; }
  .dht-delivery-block { min-height: 60px; padding: 7px 10px 8px; border-radius: 14px; }
  .dht-mini-logo { margin-bottom: 3px; }
  .dht-logo-word { font-size: 12px; }
  .dht-quick-tag { height: 14px; padding: 0 5px; font-size: 6px; }
  .dht-speed-line strong { font-size: 14px; }
  .dht-speed-bolt { width: 24px; height: 24px; flex-basis: 24px; border-radius: 8px; }
  .dht-address-line { margin-top: 4px; font-size: 9.5px; }
  .dht-actions { gap: 8px; }
  .dht-action-link { width: 42px; min-width: 42px; height: 42px; border-radius: 14px; }
  .dht-account-link,
  .dht-cart-link { border-radius: 14px; }
  .dht-search-row { height: 47px; border-radius: 14px; box-shadow: 0 6px 16px rgba(21, 80, 67, .08); }
  .dht-address-panel { max-height: 94vh; padding: 0 16px 18px; border-radius: 28px 28px 0 0; }
  .dht-address-panel::before { content: ""; position: absolute; top: 8px; left: 50%; z-index: 5; width: 42px; height: 4px; border-radius: 99px; background: #c7d8d2; transform: translateX(-50%); }
  .dht-address-panel-head { margin: 0 -16px; padding: 27px 16px 15px; border-radius: 28px 28px 0 0; }
  .dht-address-panel h2 { font-size: 20px; }
  .dht-current-location { grid-template-columns: 42px minmax(0, 1fr) auto; margin-top: 13px; padding: 10px 11px; border-radius: 15px; }
  .dht-current-location > span:first-child { width: 42px; height: 42px; border-radius: 12px; }
  .dht-current-location strong { font-size: 12px; }
  .dht-current-location small { font-size: 8.5px; }
  .dht-current-location em { padding: 6px 8px; font-size: 9px; }
  .dht-location-note { display: none; }
  .dht-quick-trust { gap: 5px; margin-top: 9px; }
  .dht-quick-trust span { min-height: 35px; padding: 5px 4px; font-size: 7.5px; }
  .dht-quick-trust b { font-size: 9px; }
  .dht-or-divider { margin-top: 12px; font-size: 8px; }
  .dht-add-title { margin-top: 8px; }
  .dht-address-types span { min-width: 62px; height: 33px; }
  .dht-address-field { height: 46px; }
  .dht-address-save { min-height: 53px; border-radius: 13px; }
}

/* v0.8.1: restore the original top bar while retaining the QUICK badge. */
.dht-home-header {
  --dht-teal: #0c927a;
  --dht-dark: #075f50;
  --dht-ink: #17231f;
  --dht-muted: #65736e;
  --dht-mint: #eaf8f4;
  --dht-line: #e1e9e6;
  background: linear-gradient(180deg, rgba(224, 245, 239, .98) 0%, rgba(241, 251, 248, .98) 58%, rgba(255, 255, 255, .98) 100%);
  border-bottom: 1px solid #d6e9e3;
  border-radius: 0;
  box-shadow: 0 5px 18px rgba(20, 82, 68, .09);
}

.dht-header-shell { width: min(1240px, calc(100% - 32px)); padding: 10px 0; }
.dht-main-row { grid-template-columns: 230px minmax(360px, 1fr) auto; min-height: 58px; gap: 18px; }
.dht-delivery-block {
  min-height: 0;
  padding: 0 14px 0 0;
  border: 0;
  border-right: 1px solid var(--dht-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: translateY(3px);
}

.dht-mini-logo { height: 18px; margin: 0 0 5px; gap: 7px; }
.dht-logo-word { font-size: 14px; letter-spacing: .06em; }
.dht-quick-tag { height: 16px; padding: 0 6px; font-size: 7px; }
.dht-speed-line { gap: 7px; }
.dht-speed-line strong { font-size: 15px; font-weight: 850; }
.dht-speed-bolt { width: 25px; height: 25px; flex-basis: 25px; border-radius: 8px; box-shadow: none; }
.dht-address-line { margin-top: 6px; color: var(--dht-muted); font-size: 11px; font-weight: 650; }

.dht-search-row {
  height: 50px;
  margin-left: 30px;
  padding: 0 9px 0 16px;
  border: 1px solid #dfe7e4;
  border-radius: 12px;
  background: #f4f7f6;
  box-shadow: none;
}

.dht-search-row:hover { border-color: #badbd2; background: #fff; box-shadow: 0 4px 12px rgba(12, 146, 122, .08); }
.dht-search-placeholder { color: #6f7e79; font-size: 13px; }
.dht-search-hint { padding: 7px 10px; border-radius: 8px; color: var(--dht-dark); background: #e3f2ed; }
.dht-actions { gap: 16px; }
.dht-action-link { width: 48px; min-width: 48px; height: 48px; border-radius: 14px; }
.dht-account-link,
.dht-cart-link { border: 1px solid var(--dht-teal); border-radius: 50%; background: var(--dht-teal); box-shadow: 0 7px 16px rgba(12, 146, 122, .24); }
.dht-account-link:hover,
.dht-account-link:focus,
.dht-cart-link:hover,
.dht-cart-link:focus { border-color: var(--dht-dark); background: var(--dht-dark); box-shadow: 0 8px 18px rgba(7, 95, 80, .25); }

@media (max-width: 900px) {
  .dht-main-row { grid-template-columns: 210px minmax(280px, 1fr) auto; gap: 10px; }
  .dht-search-row { margin-left: 12px; }
  .dht-account-link { width: 45px; min-width: 45px; }
}

@media (max-width: 700px) {
  .dht-home-header { border-radius: 0 0 16px 16px; }
  .dht-header-shell { width: 100%; padding: 9px 12px 11px; }
  .dht-main-row { grid-template-columns: minmax(0, 1fr) auto; column-gap: 8px; row-gap: 13px; }
  .dht-delivery-block { min-height: 45px; padding: 0 4px 0 0; border: 0; background: transparent; transform: none; }
  .dht-mini-logo { margin-bottom: 4px; }
  .dht-logo-word { font-size: 13px; }
  .dht-quick-tag { height: 14px; padding: 0 5px; font-size: 6px; }
  .dht-speed-line strong { font-size: 14px; }
  .dht-speed-bolt { width: 23px; height: 23px; flex-basis: 23px; border-radius: 7px; }
  .dht-address-line { margin-top: 4px; font-size: 10px; }
  .dht-actions { gap: 10px; }
  .dht-action-link { width: 41px; min-width: 41px; height: 41px; border-radius: 50%; }
  .dht-account-link,
  .dht-cart-link { border: 1px solid var(--dht-teal); border-radius: 50%; background: var(--dht-teal); }
  .dht-search-row { height: 46px; margin-left: 0; border-radius: 12px; box-shadow: none; }
  .dht-search-placeholder { font-size: 12px; }
}

/* v0.9.0 delivery-location page */
.dht-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.dht-address-panel { width: min(680px, 100%); }
.dht-address-panel-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  justify-content: initial;
  gap: 13px;
}

.dht-address-back {
  display: inline-flex;
  height: 38px;
  align-items: center;
  gap: 6px;
  padding: 0 11px 0 9px;
  border: 1px solid #d5e8e2;
  border-radius: 11px;
  color: #1f5044;
  background: #fff;
  box-shadow: 0 4px 11px rgba(5, 102, 83, .07);
  cursor: pointer;
  font-family: inherit;
}

.dht-address-back span { font-size: 20px; line-height: 1; }
.dht-address-back em { font-size: 10px; font-style: normal; font-weight: 850; }
.dht-address-back:hover,
.dht-address-back:focus-visible { border-color: #0c927a; color: #fff; background: #0c927a; }

.dht-location-search-wrap { margin: 18px 0 0; }
.dht-location-search-field {
  display: grid;
  height: 54px;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 0 13px 0 15px;
  border: 1.5px solid #9acfc2;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(5, 102, 83, .08);
}

.dht-location-search-field:focus-within { border-color: #0c927a; box-shadow: 0 0 0 3px rgba(12, 146, 122, .12), 0 8px 22px rgba(5, 102, 83, .09); }
.dht-location-search-field > span { display: grid; place-items: center; color: #0c927a; }
.dht-location-search-field svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; }
.dht-location-search-field input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: #172b25;
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
}

.dht-location-search-field input::placeholder { color: #84928d; font-weight: 550; }
.dht-location-search-field input::-webkit-search-cancel-button { display: none; }
.dht-location-search-field button {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  padding: 0 0 2px;
  border: 0;
  border-radius: 50%;
  color: #526c64;
  background: #edf5f2;
  cursor: pointer;
  font-size: 19px;
}

.dht-location-search-field button[hidden],
.dht-location-results[hidden] { display: none; }
.dht-location-results { margin-top: 7px; }
.dht-location-results > button {
  display: grid;
  width: 100%;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border: 1px solid #d9e9e4;
  border-radius: 13px;
  color: #263f37;
  background: #f8fbfa;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}

.dht-location-results > button:hover { border-color: #7bc2b1; background: #edf8f4; }
.dht-location-result-pin { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: #0c927a; background: #e4f5f0; }
.dht-location-result-pin svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.dht-location-results strong,
.dht-location-results small { display: block; }
.dht-location-results strong { overflow: hidden; font-size: 11px; font-weight: 850; text-overflow: ellipsis; white-space: nowrap; }
.dht-location-results strong b { font-weight: 900; }
.dht-location-results small { margin-top: 3px; color: #778680; font-size: 9px; }
.dht-location-results em { color: #08725e; font-size: 9px; font-style: normal; font-weight: 900; }

.dht-location-primary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 12px; }
.dht-location-primary-actions .dht-current-location { margin-top: 0; }
.dht-current-location,
.dht-add-new-address {
  min-width: 0;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 66px;
  padding: 10px 11px;
  border-radius: 15px;
}

.dht-add-new-address {
  display: grid;
  width: 100%;
  align-items: center;
  gap: 11px;
  border: 1px solid #d9e8e3;
  color: #29423a;
  background: #fff;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.dht-add-new-address:hover,
.dht-add-new-address:focus-visible { border-color: #0c927a; box-shadow: 0 7px 20px rgba(12, 146, 122, .11); transform: translateY(-1px); }
.dht-add-address-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; color: #0c927a; background: #e7f6f2; font-size: 25px; font-weight: 500; }
.dht-add-new-address strong,
.dht-add-new-address small { display: block; }
.dht-add-new-address strong { font-size: 12px; font-weight: 850; }
.dht-add-new-address small { margin-top: 3px; color: #71817b; font-size: 8.5px; }
.dht-add-new-address em { padding: 6px 8px; border-radius: 8px; color: #08705d; background: #e9f6f2; font-size: 9px; font-style: normal; font-weight: 850; }

.dht-add-address-wrap.is-collapsed { display: none; }
.dht-add-address-wrap { scroll-margin-top: 94px; }

@media (max-width: 700px) {
  .dht-address-modal { place-items: stretch; padding: 0; background: #fff; }
  .dht-address-backdrop { display: none; }
  .dht-address-panel {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: 100dvh;
    padding: 0 15px 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .dht-address-panel::before { content: none; }
  .dht-address-panel-head { margin: 0 -15px; padding: 14px 15px 13px; border-radius: 0; }
  .dht-address-back { width: 40px; height: 40px; justify-content: center; padding: 0; border-radius: 11px; }
  .dht-address-back em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
  .dht-address-back span { font-size: 23px; }
  .dht-address-kicker { margin-bottom: 3px; font-size: 7.5px; }
  .dht-address-panel h2 { font-size: 18px; }
  .dht-location-search-wrap { margin-top: 14px; }
  .dht-location-search-field { height: 50px; border-radius: 13px; }
  .dht-location-primary-actions { grid-template-columns: 1fr; gap: 8px; margin-top: 10px; }
  .dht-current-location,
  .dht-add-new-address { min-height: 62px; }
  .dht-current-location { padding: 9px 10px; }
  .dht-add-new-address { padding: 9px 10px; }
  .dht-location-note { display: block; margin: 6px 3px 9px; font-size: 7.5px; text-align: left; }
  .dht-quick-trust { margin-top: 8px; }
  .dht-add-address-wrap { scroll-margin-top: 76px; }
}

/* v1.0.0 functional quick-commerce product search */
.dht-search-row {
  position: relative;
  overflow: visible;
}

.dht-search-input {
  min-width: 0;
  height: 100%;
  flex: 1 1 auto;
  padding: 0;
  border: 0;
  outline: 0;
  color: #173c34;
  background: transparent;
  font: inherit;
  font-size: 13.5px;
  font-weight: 650;
}

.dht-search-input::placeholder {
  color: #6f7e79;
  font-weight: 500;
  opacity: 1;
}

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

.dht-search-row:focus-within {
  border-color: #0c927a;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(12, 146, 122, .12), 0 10px 26px rgba(9, 79, 67, .1);
}

.dht-search-submit {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 7px 12px;
  border: 0;
  border-radius: 8px;
  color: #075f50;
  background: #e3f2ed;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.dht-search-submit:hover,
.dht-search-submit:focus-visible {
  color: #fff;
  background: #0c927a;
}

.dht-search-suggestions {
  position: absolute;
  z-index: 999999;
  top: calc(100% + 9px);
  right: 0;
  left: 0;
  max-height: min(430px, 65vh);
  overflow: auto;
  padding: 7px;
  border: 1px solid #dce9e5;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(12, 72, 61, .2);
}

.dht-search-suggestions[hidden] { display: none !important; }

.dht-search-status {
  margin: 0;
  padding: 8px 10px 7px;
  color: #62756f;
  font-size: 10px;
  font-weight: 750;
}

.dht-search-results { display: grid; gap: 3px; }

.dht-search-result {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  min-height: 62px;
  padding: 6px 9px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #173c34;
  text-decoration: none;
}

.dht-search-result:hover,
.dht-search-result:focus,
.dht-search-result.is-active {
  border-color: #cfe8e1;
  background: #eef9f6;
  outline: 0;
}

.dht-search-result-image {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #edf1ef;
  border-radius: 10px;
  background: #f7faf9;
}

.dht-search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dht-search-result-image.is-empty::before {
  width: 18px;
  height: 18px;
  content: "";
  border: 2px solid #9cc7bb;
  border-radius: 50%;
  box-shadow: inset 0 0 0 5px #f7faf9;
}

.dht-search-result-details {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.dht-search-result-name {
  overflow: hidden;
  color: #173c34;
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dht-search-result-stock { font-size: 9px; font-weight: 750; }
.dht-search-result-stock.is-in-stock { color: #0a8a55; }
.dht-search-result-stock.is-out-of-stock { color: #b54343; }

.dht-search-result-price {
  color: #075f50;
  font-size: 11.5px;
  font-weight: 850;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .dht-search-input { font-size: 12px; }
  .dht-search-submit { min-height: 32px; padding: 6px 9px; font-size: 10px; }
  .dht-search-suggestions { top: calc(100% + 7px); max-height: min(390px, 55vh); border-radius: 13px; }
  .dht-search-result { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 8px; min-height: 56px; padding: 5px 7px; }
  .dht-search-result-image { width: 44px; height: 44px; border-radius: 9px; }
  .dht-search-result-name { font-size: 11px; }
  .dht-search-result-price { font-size: 10.5px; }
}

@media (max-width: 380px) {
  .dht-search-submit { width: 34px; overflow: hidden; padding: 0; color: transparent; }
  .dht-search-submit::before { color: #075f50; content: "Go"; font-size: 9px; }
}

/* v1.1.0 dedicated search page */
.dht-search-launch {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.dht-search-launch:focus-visible {
  border-color: #0c927a;
  background: #fff;
  outline: 3px solid rgba(12, 146, 122, .16);
}

body.dht-search-standalone {
  min-height: 100vh;
  margin: 0;
  color: #173c34;
  background: linear-gradient(180deg, #ecfaf6 0, #f7faf9 210px, #fff 100%);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.dht-search-page {
  width: min(720px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 20px 50px;
  box-sizing: border-box;
}

.dht-search-page-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 88px;
  border-bottom: 1px solid rgba(12, 146, 122, .13);
}

.dht-search-page-back {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #cfe7e0;
  border-radius: 13px;
  color: #075f50;
  background: #fff;
  box-shadow: 0 7px 18px rgba(11, 95, 78, .08);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.dht-search-page-back:hover,
.dht-search-page-back:focus-visible { color: #fff; background: #0c927a; outline: 0; }

.dht-search-page-title { min-width: 0; }
.dht-search-page-title span { display: block; margin-bottom: 2px; color: #0c927a; font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.dht-search-page-title h1 { margin: 0; color: #123d34; font-size: 20px; font-weight: 850; line-height: 1.1; }
.dht-search-page-brand { color: #075f50; font-size: 13px; font-weight: 900; letter-spacing: .05em; text-decoration: none; }

.dht-search-page-content { padding-top: 23px; }
.dht-search-page-copy { margin: 0 2px 10px; color: #657a73; font-size: 12px; font-weight: 600; }

.dht-search-page-form {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  height: auto;
  min-height: 56px;
  margin: 0;
  padding: 0 9px 0 16px;
  border-color: #cfe2dc;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(11, 87, 72, .1);
}

.dht-search-page-form .dht-search-input { min-height: 54px; font-size: 14px; }
.dht-search-page-form .dht-search-submit { display: inline-flex; align-items: center; justify-content: center; }
.dht-search-page-form .dht-search-suggestions {
  position: static;
  grid-column: 1 / -1;
  width: auto;
  max-height: none;
  margin: 0 -9px 0 -16px;
  padding: 7px 8px 9px;
  border: 0;
  border-top: 1px solid #e2ece8;
  border-radius: 0 0 15px 15px;
  box-shadow: none;
}

.dht-search-page-empty {
  display: grid;
  place-items: center;
  gap: 7px;
  margin-top: 76px;
  color: #768982;
  text-align: center;
}

.dht-search-page-empty > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 19px;
  color: #0c927a;
  background: #e7f7f2;
}

.dht-search-page-empty svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.dht-search-page-empty strong { color: #385c53; font-size: 14px; }
.dht-search-page-empty small { font-size: 11px; }
.dht-search-page-form:focus-within + .dht-search-page-empty,
.dht-search-page-form:has(.dht-search-suggestions:not([hidden])) + .dht-search-page-empty { display: none; }

@media (max-width: 700px) {
  .dht-search-page { padding: 0 14px 35px; }
  .dht-search-page-head { grid-template-columns: 42px minmax(0, 1fr) auto; min-height: 76px; gap: 10px; }
  .dht-search-page-back { width: 39px; height: 39px; border-radius: 12px; font-size: 22px; }
  .dht-search-page-title h1 { font-size: 18px; }
  .dht-search-page-brand { font-size: 11px; }
  .dht-search-page-content { padding-top: 18px; }
  .dht-search-page-form { min-height: 52px; padding-left: 13px; border-radius: 14px; }
  .dht-search-page-form .dht-search-input { min-height: 50px; font-size: 12px; }
  .dht-search-page-form .dht-search-suggestions { margin-left: -13px; border-radius: 0 0 14px 14px; }
  .dht-search-page-empty { margin-top: 60px; }
}

/* v1.1.1 rotating home-search prompt */
.dht-search-launch .dht-search-placeholder {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  gap: 4px;
}

.dht-search-prefix { flex: 0 0 auto; }

.dht-search-rotating {
  display: inline-flex;
  width: 100px;
  min-width: 100px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #0c927a;
  font-weight: 800;
  text-align: center;
}

.dht-search-rotating strong {
  display: inline-block;
  min-width: 0;
  margin: 0 1px;
  color: inherit;
  font: inherit;
  text-align: center;
  transition: opacity .18s ease, transform .18s ease;
}

.dht-search-rotating strong.is-leaving {
  opacity: 0;
  transform: translateY(-55%);
}

.dht-search-rotating strong.is-entering {
  animation: dht-search-word-in .3s ease both;
}

@keyframes dht-search-word-in {
  from { opacity: 0; transform: translateY(55%); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 700px) {
  .dht-search-launch .dht-search-placeholder { gap: 3px; }
  .dht-search-rotating { width: 88px; min-width: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  .dht-search-rotating strong { transition: none; }
  .dht-search-rotating strong.is-entering { animation: none; }
}

/* v1.2.0 sticky search after scroll */
.dht-search-sticky {
  position: fixed;
  z-index: 999998;
  top: 10px;
  left: 50%;
  width: min(620px, calc(100% - 24px));
  height: 48px;
  margin: 0;
  border-color: #cfe2dc;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 14px 34px rgba(8, 72, 60, .2);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -145%);
  transition: opacity .22s ease, transform .25s ease, box-shadow .2s ease;
  backdrop-filter: blur(10px);
}

.dht-search-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

body.admin-bar .dht-search-sticky { top: 42px; }

@media (max-width: 700px) {
  .dht-search-sticky {
    top: 8px;
    width: calc(100% - 20px);
    height: 46px;
    padding-right: 12px;
    padding-left: 13px;
    border-radius: 13px;
  }

  body.admin-bar .dht-search-sticky { top: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .dht-search-sticky { transition: none; }
}

/* v1.3.1 voice-search assistant */
.dht-search-shell:not(.dht-search-sticky) {
  position: relative;
  min-width: 0;
  margin-left: 30px;
}

.dht-search-shell.dht-search-sticky { position: fixed; }

.dht-search-shell .dht-search-row {
  width: 100%;
  height: 50px;
  margin-left: 0;
  padding-right: 56px;
  box-sizing: border-box;
}

.dht-search-shell .dht-search-hint { display: none; }

.dht-voice-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 7px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 1px solid #cce5de;
  border-radius: 11px;
  color: #08725e;
  background: #e7f7f2;
  box-shadow: none;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.dht-voice-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dht-voice-button:hover,
.dht-voice-button:focus-visible {
  color: #fff;
  background: #0c927a;
  box-shadow: 0 6px 14px rgba(12, 146, 122, .23);
  outline: 0;
}

.dht-voice-button.is-listening {
  color: #fff;
  border-color: #d84141;
  background: #e64c4c;
  animation: dht-voice-pulse 1.05s ease infinite;
}

.dht-voice-button:disabled { opacity: .45; cursor: not-allowed; }

@keyframes dht-voice-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(230, 76, 76, .32); }
  50% { box-shadow: 0 0 0 8px rgba(230, 76, 76, 0); }
}

.dht-voice-toast {
  position: fixed;
  z-index: 1000001;
  right: 50%;
  bottom: 22px;
  max-width: calc(100% - 28px);
  padding: 11px 16px;
  border-radius: 999px;
  color: #fff;
  background: #173c34;
  box-shadow: 0 12px 30px rgba(6, 55, 46, .24);
  opacity: 0;
  pointer-events: none;
  transform: translate(50%, 20px);
  transition: opacity .2s ease, transform .2s ease;
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.dht-voice-toast.is-visible { opacity: 1; transform: translate(50%, 0); }
.dht-voice-toast.is-listening { background: #d84141; }
.dht-voice-toast.is-success { background: #08725e; }
.dht-voice-toast.is-error { background: #a93838; }

.dht-search-page-form { grid-template-columns: auto minmax(0, 1fr) auto auto; }
.dht-search-page-form .dht-voice-button {
  position: static;
  width: 38px;
  height: 38px;
  margin-right: 2px;
  transform: none;
}

.dht-search-sticky {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.dht-search-sticky .dht-search-row {
  height: 100%;
  margin: 0;
  border-color: #cfe2dc;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 14px 34px rgba(8, 72, 60, .2);
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  .dht-search-shell:not(.dht-search-sticky) { margin-left: 12px; }
}

@media (max-width: 700px) {
  .dht-search-shell:not(.dht-search-sticky) { grid-column: 1 / -1; margin-left: 0; }
  .dht-search-shell .dht-search-row { height: 46px; padding-right: 51px; }
  .dht-voice-button { right: 6px; width: 35px; height: 35px; border-radius: 10px; }
  .dht-voice-button svg { width: 17px; height: 17px; }
  .dht-search-page-form .dht-voice-button { width: 35px; height: 35px; }
  .dht-search-sticky { padding: 0; border-radius: 0; }
  .dht-search-sticky .dht-search-row { border-radius: 13px; }
  .dht-voice-toast { bottom: 16px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .dht-voice-button,
  .dht-voice-toast { transition: none; }
  .dht-voice-button.is-listening { animation: none; }
}

/* v1.3.2 clean inline microphone — no button box */
.dht-voice-button,
.dht-search-page-form .dht-voice-button {
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  color: #0c927a;
  background: transparent;
  box-shadow: none;
}

.dht-voice-button:hover,
.dht-voice-button:focus-visible {
  color: #075f50;
  background: rgba(12, 146, 122, .08);
  box-shadow: none;
}

.dht-voice-button.is-listening {
  color: #df4040;
  border-color: transparent;
  background: transparent;
}

.dht-voice-button svg { width: 20px; height: 20px; stroke-width: 2; }

@media (max-width: 700px) {
  .dht-voice-button,
  .dht-search-page-form .dht-voice-button { width: 32px; height: 32px; }
  .dht-voice-button svg { width: 19px; height: 19px; }
}

/* v1.3.3 match the top search surface to the sticky search surface */
.dht-search-shell:not(.dht-search-sticky) .dht-search-row {
  border-color: #cfe2dc;
  background: rgba(255, 255, 255, .97);
}

/* v1.3.4 use only the original search inside the sticky top header */
.dht-search-sticky { display: none !important; }

/* v1.3.8 let the upper header scroll away; stick only the original search */
.dht-home-header.dht-native-sticky-search {
  position: relative;
  top: auto;
}

.dht-search-native-slot {
  display: none;
  min-width: 0;
  margin-left: 30px;
}

.dht-search-native-slot.is-active { display: block; }

.dht-search-shell.is-native-sticky {
  position: fixed !important;
  z-index: 1000;
  top: var(--dht-native-top, 0);
  left: var(--dht-native-left, 0);
  width: var(--dht-native-width, calc(100% - 24px));
  margin: 0 !important;
}

.dht-search-shell.is-native-sticky .dht-search-row {
  border-color: #cfe2dc;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 28px rgba(8, 72, 60, .18);
  backdrop-filter: blur(10px);
}

@media (max-width: 900px) {
  .dht-search-native-slot { margin-left: 12px; }
}

@media (max-width: 700px) {
  .dht-search-native-slot {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-left: 0;
  }
}

/* v1.5.1 product-page-matched discovery sliders and cart system */
.dht-discovery {
  display: grid;
  width: min(1180px, calc(100% - 28px));
  margin: 10px auto 64px;
  gap: 32px;
  box-sizing: border-box;
}

.dht-product-slider {
  min-width: 0;
}

.dht-product-slider-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
}

.dht-product-slider-kicker {
  display: block;
  margin-bottom: 4px;
  color: #0c927a;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1;
}

.dht-product-slider h2 {
  margin: 0;
  color: #173c34;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.1;
}

.dht-product-slider-head p {
  margin: 5px 0 0;
  color: #71827d;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.dht-product-slider-nav {
  display: flex;
  flex: 0 0 auto;
  gap: 7px;
}

.dht-product-slider-nav button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  border: 1px solid #d5e6e1;
  border-radius: 50%;
  color: #075f50;
  background: #fff;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  font-weight: 800;
  transition: border-color .16s ease, color .16s ease, background .16s ease;
}

.dht-product-slider-nav button:hover,
.dht-product-slider-nav button:focus-visible {
  border-color: #0c927a;
  color: #fff;
  outline: 0;
  background: #0c927a;
}

.dht-product-slider-nav button:disabled {
  border-color: #e8eeec;
  color: #b8c3bf;
  background: #f8faf9;
  cursor: default;
}

.dht-product-slider-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 168px;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 2px 2px 12px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  box-sizing: border-box;
}

.dht-product-slider-track::-webkit-scrollbar { display: none; }
.dht-product-slider-track:focus { outline: 0; }

.dht-slider-card {
  position: relative;
  display: block;
  min-width: 0;
  width: 168px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
}

.dht-slider-card-media {
  position: relative;
  width: 168px;
  height: 168px;
  overflow: hidden;
  border: 1px solid #e5eaea;
  border-radius: 12px;
  background: #f5f7f7;
  box-sizing: border-box;
}

.dht-slider-image {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.dht-slider-image img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  background: #f5f7f7;
}

.dht-slider-placeholder {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  color: #0c927a;
  background: #e9f6f2;
  font-size: 23px;
  font-weight: 950;
}

.dht-slider-card-actions {
  position: absolute;
  z-index: 3;
  right: 8px;
  bottom: 8px;
}

.dht-slider-add {
  display: flex;
  min-width: 72px;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
  padding: 0 13px;
  border: 1px solid #0faf9a;
  border-radius: 11px;
  color: #0faf9a;
  background: #fff;
  box-shadow: 0 4px 14px rgba(9, 23, 20, .2);
  font-size: 14px;
  font-weight: 850;
  line-height: 14px;
  text-decoration: none;
  box-sizing: border-box;
}

.dht-slider-add:hover,
.dht-slider-add:focus-visible {
  color: #fff;
  outline: 0;
  background: #0faf9a;
}

.dht-slider-add:active { transform: scale(.97); }

.dht-slider-add:disabled {
  color: #0faf9a;
  background: #fff;
  opacity: .65;
  cursor: not-allowed;
}

.dht-slider-add.is-loading { cursor: wait; }

.dht-slider-add.is-added {
  color: #0faf9a;
  border-color: #0faf9a;
  background: #fff;
}

.dht-slider-variation-count {
  display: block;
  font-size: 8px;
  font-weight: 800;
  line-height: 9px;
  white-space: nowrap;
}

.dht-slider-card-body {
  display: block;
  width: 168px;
  padding: 10px 2px 11px;
  box-sizing: border-box;
}

.dht-slider-card-info {
  display: flex;
  height: 22px;
  align-items: center;
  gap: 5px;
  margin: 0 0 6px;
}

.dht-slider-speed {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #596462;
  font-size: 10px;
  font-weight: 750;
  line-height: 16.5px;
  white-space: nowrap;
}

.dht-slider-speed::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #11b89c;
  content: "";
}

.dht-slider-rating {
  display: flex;
  height: 21px;
  align-items: center;
  gap: 3px;
  padding: 2px 5px;
  border-radius: 5px;
  color: #5c4a00;
  background: #fff5c9;
  font-size: 10px;
  font-weight: 750;
  line-height: 16.5px;
  white-space: nowrap;
  box-sizing: border-box;
}

.dht-slider-rating.is-deal {
  color: #08735d;
  background: #eaf8f1;
}

.dht-slider-rating::before {
  color: #f4a900;
  font-size: 10px;
  content: "\2605";
}

.dht-slider-name {
  display: -webkit-box;
  min-height: 39px;
  overflow: hidden;
  color: #111;
  font-size: 14px;
  font-weight: 800;
  line-height: 19.6px;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.dht-slider-name:hover { color: #08725e; }

.dht-slider-card-weights {
  display: flex;
  min-height: 24px;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

.dht-slider-card-weight {
  display: block;
  max-width: 72px;
  padding: 3px 7px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #66716e;
  background: #f1f3f3;
  font-size: 11px;
  font-weight: 750;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.dht-slider-card-weight.is-active {
  border-color: #0faf9a;
  color: #07835e;
  background: #eaf8f1;
  box-shadow: inset 0 0 0 1px rgba(21, 150, 90, .08);
}

.dht-slider-card-discount {
  min-height: 18px;
  margin-top: 7px;
  color: #08735d;
  font-size: 12px;
  font-weight: 850;
  line-height: 18px;
}

.dht-slider-card-discount:empty { display: none; }

.dht-slider-price-row {
  display: flex;
  min-height: 27px;
  align-items: baseline;
  gap: 5px;
  margin-top: 3px;
}

.dht-slider-price {
  color: #101314;
  font-size: 16px;
  font-weight: 900;
  line-height: 26.4px;
  white-space: nowrap;
}

.dht-slider-price ins { text-decoration: none; }
.dht-slider-price del { display: none; }
.dht-slider-price .woocommerce-Price-currencySymbol { font-size: .9em; }

.dht-slider-old-price {
  color: #7d8784;
  font-size: 11px;
  font-weight: 650;
  line-height: 1;
}

@media (max-width: 700px) {
  .dht-discovery {
    width: calc(100% - 24px);
    margin-top: 8px;
    gap: 27px;
  }

  .dht-product-slider-head { margin-bottom: 10px; }
  .dht-product-slider-kicker { font-size: 7.5px; }
  .dht-product-slider h2 { font-size: 17px; }
  .dht-product-slider-head p { margin-top: 4px; font-size: 9px; }
  .dht-product-slider-nav { display: none; }

  .dht-product-slider-track {
    grid-auto-columns: 168px;
    gap: 12px;
    margin-right: -12px;
    padding: 1px 12px 10px 1px;
  }

  .dht-slider-card,
  .dht-slider-card-media,
  .dht-slider-card-body { width: 168px; }
}

body.dht-variation-open {
  overflow: hidden;
  touch-action: none;
}

.dht-variation-popup {
  position: fixed;
  z-index: 1000005;
  inset: 0;
  display: flex;
  visibility: hidden;
  align-items: flex-end;
  justify-content: center;
  background: rgba(4, 12, 10, .48);
  opacity: 0;
  transition: opacity .2s ease, visibility .2s ease;
}

.dht-variation-popup.is-active {
  visibility: visible;
  opacity: 1;
}

.dht-variation-sheet {
  position: relative;
  width: min(100%, 520px);
  max-height: min(78vh, 620px);
  padding: 7px 13px calc(12px + env(safe-area-inset-bottom));
  overflow: auto;
  border-radius: 24px 24px 0 0;
  background: #fff;
  box-shadow: 0 -14px 40px rgba(0, 0, 0, .2);
  transform: translateY(102%);
  transition: transform .24s ease;
  will-change: transform;
  contain: layout paint;
  box-sizing: border-box;
}

.dht-variation-popup.is-active .dht-variation-sheet { transform: translateY(0); }

.dht-variation-handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 12px;
  border-radius: 9px;
  background: #d7dddb;
}

.dht-variation-head {
  position: absolute;
  z-index: 3;
  top: 34px;
  right: 13px;
}

.dht-variation-close {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #dce7e4;
  border-radius: 50%;
  color: #17201e;
  background: #f2f8f6;
  font: inherit;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.dht-variation-product {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 12px 44px 13px 0;
}

.dht-variation-image {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
  border: 1px solid #e0e7e4;
  border-radius: 13px;
  background: #f5f7f7;
  object-fit: cover;
}

.dht-variation-summary {
  min-width: 0;
  flex: 1;
}

.dht-variation-title {
  margin: 0;
  color: #101314;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: -.15px;
  line-height: 1.25;
}

.dht-variation-weight {
  min-height: 15px;
  margin-top: 5px;
  color: #727c79;
  font-size: 11px;
  font-weight: 800;
}

.dht-variation-help {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid #e9eeec;
  color: #101314;
  font-size: 13px;
  font-weight: 950;
}

.dht-variation-options {
  display: flex;
  gap: 7px;
  margin: 0 -4px;
  padding: 17px 4px 14px;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.dht-variation-options::-webkit-scrollbar { display: none; }

.dht-variation-option,
.dht-variation-option:hover,
.dht-variation-option:focus,
.dht-variation-option:active {
  position: relative;
  width: 94px;
  min-width: 94px;
  height: 72px;
  min-height: 72px;
  max-height: 72px;
  flex: 0 0 94px;
  padding: 0;
  overflow: visible;
  border: 1.5px solid #e2e9e6;
  border-radius: 12px;
  color: #101314;
  outline: 0;
  background: linear-gradient(180deg, #fff, #fbfefd);
  box-shadow: 0 5px 11px rgba(9, 23, 20, .045);
  text-align: left;
  cursor: pointer;
  transform: none;
  box-sizing: border-box;
  touch-action: manipulation;
}

.dht-variation-option.is-active,
.dht-variation-option.is-active:hover,
.dht-variation-option.is-active:focus {
  border-color: #0faf9a;
  background: linear-gradient(180deg, #e8fbf8, #fff);
}

.dht-variation-option-badge {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #0faf9a;
  box-shadow: 0 4px 9px rgba(15, 175, 154, .18);
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.dht-variation-option-weight {
  position: absolute;
  top: 16px;
  right: 7px;
  left: 7px;
  display: block;
  color: #101314;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.dht-variation-option-prices {
  position: absolute;
  top: 39px;
  right: 7px;
  left: 7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.dht-variation-option-price {
  color: #0b8f7e;
  font-size: 14px;
  font-weight: 950;
  line-height: 1.2;
}

.dht-variation-option-old {
  color: #8b9195;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: line-through;
}

.dht-variation-option.no-discount .dht-variation-option-weight {
  top: 19px;
  right: 5px;
  left: 5px;
  text-align: center;
}

.dht-variation-option.no-discount .dht-variation-option-prices {
  top: 42px;
  right: 5px;
  left: 5px;
  justify-content: center;
  text-align: center;
}

.dht-variation-popup-status {
  display: none;
  margin: 0 0 8px;
  color: #687571;
  font-size: 11px;
  font-weight: 750;
}

.dht-variation-popup-status.has-error {
  display: block;
  color: #b42318;
}

.dht-variation-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 0;
  padding-top: 8px;
  border-top: 1px solid #e9eeec;
}

.dht-variation-footer-left {
  min-width: 0;
  flex: 1;
}

.dht-variation-footer-weight {
  color: #111;
  font-size: 13px;
  font-weight: 950;
}

.dht-variation-footer-prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 3px;
}

.dht-variation-footer-price {
  color: #078f80;
  font-size: 15px;
  font-weight: 950;
}

.dht-variation-footer-old {
  color: #8b9295;
  font-size: 10px;
  font-weight: 700;
  text-decoration: line-through;
}

.dht-variation-footer-old:empty { display: none; }

.dht-variation-tax {
  margin-top: 5px;
  color: #747d7a;
  font-size: 9px;
  font-weight: 800;
}

.dht-variation-popup-add {
  width: 130px;
  height: 44px;
  flex: 0 0 130px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(180deg, #18bba8, #08a996);
  box-shadow: 0 8px 18px rgba(15, 175, 154, .18);
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.dht-variation-popup-add:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.dht-variation-popup-add.is-added {
  color: #fff;
  opacity: 1;
  pointer-events: none;
}

@media (max-width: 480px) {
  .dht-product-slider-track {
    grid-auto-columns: calc((100vw - 40px) / 3);
    gap: 8px;
  }

  .dht-slider-card,
  .dht-slider-card-media,
  .dht-slider-card-body {
    width: calc((100vw - 40px) / 3);
  }

  .dht-slider-card-media { height: calc((100vw - 40px) / 3); }
  .dht-slider-card-info { font-size: 9px; }
  .dht-slider-name { min-height: 49px; font-size: 12px; line-height: 1.35; -webkit-line-clamp: 3; }
  .dht-slider-card-weight { padding: 2px 5px; font-size: 10px; }
  .dht-slider-card-discount { font-size: 11px; }
  .dht-slider-price { font-size: 14px; }
  .dht-slider-add { min-width: 58px; height: 34px; padding: 0 12px; font-size: 13px; }
  .dht-slider-card-actions { right: 5px; bottom: 5px; }
  .dht-slider-variation-count { font-size: 7px; line-height: 8px; }

  .dht-variation-option,
  .dht-variation-option:hover,
  .dht-variation-option:focus,
  .dht-variation-option:active {
    width: 88px;
    min-width: 88px;
    flex-basis: 88px;
    border-radius: 11px;
  }
}

/* v1.4.7 dedicated search page base: circular back button, white page and quiet focus */
body.dht-search-standalone {
  --dht-teal: #0c927a;
  --dht-dark: #075f50;
  min-height: 100vh;
  background: #fff;
}

.dht-search-standalone .dht-search-page {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  padding: 0;
  background: #fff;
}

.dht-search-standalone .dht-search-page-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: min(720px, calc(100% - 28px));
  min-height: 0;
  margin: 0 auto;
  padding: 14px 0;
  border: 0;
  box-sizing: border-box;
}

.dht-search-standalone .dht-search-page-back {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid #cfe2dc;
  border-radius: 50%;
  color: var(--dht-dark);
  background: rgba(255, 255, 255, .97);
  box-shadow: none;
  text-decoration: none;
  box-sizing: border-box;
}

.dht-search-standalone .dht-search-page-back:hover,
.dht-search-standalone .dht-search-page-back:focus-visible {
  color: var(--dht-dark);
  background: #fff;
  border-color: #9fcfc3;
  outline: 3px solid rgba(12, 146, 122, .12);
}

.dht-search-standalone .dht-search-page-back svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dht-search-standalone .dht-search-page-form {
  position: relative;
  display: flex;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  min-width: 0;
  height: 50px;
  min-height: 50px;
  align-items: center;
  margin: 0;
  padding: 0 51px 0 16px;
  border: 1px solid #cfe2dc;
  border-radius: 12px;
  background: rgba(255, 255, 255, .97);
  box-shadow: none;
  box-sizing: border-box;
}

.dht-search-standalone .dht-search-page-form:hover,
.dht-search-standalone .dht-search-page-form:focus-within {
  border-color: #cfe2dc;
  outline: 0;
  background: rgba(255, 255, 255, .97);
  box-shadow: none;
}

.dht-search-standalone .dht-search-page-form .dht-search-icon {
  margin-right: 10px;
  color: var(--dht-teal);
}

.dht-search-standalone .dht-search-page-form .dht-search-input {
  display: block;
  width: 100%;
  min-width: 0;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  color: #173c34;
  background: transparent;
  box-shadow: none;
  font: inherit;
  font-size: 13.5px;
  font-weight: 650;
  box-sizing: border-box;
}

.dht-search-standalone .dht-search-page-form .dht-search-input:focus {
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.dht-search-standalone .dht-search-page-form .dht-voice-button {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 34px;
  height: 34px;
  margin: 0;
  transform: translateY(-50%);
}

.dht-search-standalone .dht-search-page-form .dht-search-submit.dht-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.dht-search-standalone .dht-search-page-form .dht-search-suggestions {
  position: absolute;
  z-index: 999999;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  grid-column: auto;
  width: 100%;
  max-height: calc(100vh - 120px);
  margin: 0;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid #dce9e5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 73, 62, .16);
  box-sizing: border-box;
}

/* Keep the search controls clear of WordPress's preview toolbar for signed-in admins. */
body.dht-search-has-admin-bar .dht-search-page {
  padding-top: 32px;
  box-sizing: border-box;
}

@media (max-width: 782px) {
  body.dht-search-has-admin-bar .dht-search-page {
    padding-top: 46px;
  }
}

@media (max-width: 700px) {
  .dht-search-standalone .dht-search-page-head {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    width: calc(100% - 24px);
    padding: 10px 0 12px;
  }

  .dht-search-standalone .dht-search-page-back {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .dht-search-standalone .dht-search-page-form {
    height: 46px;
    min-height: 46px;
    padding: 0 45px 0 13px;
    border-radius: 12px;
  }

  .dht-search-standalone .dht-search-page-form .dht-search-icon {
    margin-right: 8px;
  }

  .dht-search-standalone .dht-search-page-form .dht-search-input {
    font-size: 12px;
  }

  .dht-search-standalone .dht-search-page-form .dht-voice-button {
    right: 5px;
    width: 32px;
    height: 32px;
  }
}
